/*
Theme Name: FBSchedules 2018
Description: A custom WordPress theme for FBSchedules.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

img {
    vertical-align: top;
    height:auto;
    max-width:100%;

}

body, html{height:100%;}
body {
    width:100%;
    font:16px Helvetica, Arial, sans-serif;
    color: #000;
    background: #fff;
    min-width:320px;
    -webkit-text-size-adjust: none;
    margin:0;
    display:table;
    table-layout:fixed;
}

body.fixed-body{overflow:hidden;}
input, textarea, select, button {
    outline: none;
    font-family: Helvetica, Arial, sans-serif;
}
*:focus {
    outline: none;
}
a {
    color: #34383d;
    transition:all 0.3s linear;
    text-decoration:none;
}

a:hover {
    text-decoration: underline;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    text-indent: -9999px;
    width: 100%;
}

/* wrapper */

#wrapper{
    display:table-cell;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}

.page-holder {
    margin: 0 auto;
    max-width: 1175px;
    padding: 0 10px;
}

/* header */

header {
    background: #222;
    height: 54px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.logo {
    float: left;
    padding: 10px 8px 0 10px;
    max-width:234px;
    width: 234px;
}

.nav-area {
    float: left;
}

.m-nav-link {
    display: block;
    margin: 15px 0 0;
    padding: 0 15px;
    float: right;
    color: #fff;
    font-size: 22px;
}

.m-nav-link.active .fa:before {
    content: "\f00d";
}

#wrapper.active, #footer.active, header.active {
    left: -290px;
}

#wrapper, #footer {
    left: 0;
    position: relative;
    transition: left 0.4s linear;
}

header {
    transition: left 0.4s linear;
}

.righ-add-area{
    float:right;
}
.top-socials{
    float:left;
    list-style:none;
    font-size:24px;
    display: none;
}
.top-socials li{
    float:left;
    padding:0 0 0 5px;
}
.top-socials a{
    color:#fff;
    padding:10px 15px;
    display:block;
}
.top-socials .item01 a:hover{background:#3b5998;}
.top-socials .item02 a:hover{background:#00aced;}
.top-socials .item03 a:hover{background:#dd4b39;}
.search-top-block{
    float:left;
    position:relative;
}
.ico-search{
    display:block;
    background:url(/wp-content/themes/fbschedulesgc/images/ico-search.png) no-repeat 50% 50%;
    width:46px;
    overflow:hidden;
    text-indent:-9999px;
    height:54px;
}
.search-top-block input[type="text"]{
    display:none;
    width:300px;
    border:0;
    background:#fff;
    font-size:20px;
    height:50px;
    color:#bfbfbf;
    padding:12px 11px;
    position:absolute;
    right:0;
    top:0;
}
.search-top-block ::-webkit-input-placeholder{color: #a3a3a3;}
.search-top-block :-moz-placeholder{color: #a3a3a3;}
.search-top-block ::-moz-placeholder{
    color: #a3a3a3;
    opacity: 1;
}

.search-top-block :-ms-input-placeholder{color: #a3a3a3;}

#nav {
    list-style: none;
}

#nav li {
    position: relative;
}

#nav li.nav-hide {
    display: none;
}

@media (max-width: 767px) {
    #nav li.nav-hide {
        display: block;
    }
}

#nav > li {
    float: left;
}

#nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    color: #d9d9d9;
    display: block;
    position: relative;
    padding: 15px 21px;
}

#nav > li > a span {
    display: none;
}

#nav > li:hover > a, #nav > li > a:hover {
    color: #037f41;
    text-decoration: none;
}

#nav > li > a.drop > span:after {
    font-weight: normal;
    content: "\f107";
    position: absolute;
    font-family: "FontAwesome";
    right: 10px;
    top: 2px;
}

#nav > li > ul > li:hover ul, #nav > li:hover > ul {
    visibility: visible;
    opacity: 1;
}

#nav ul.lvl-2 {
    list-style:none;
    position:absolute;
    opacity:0;
    top:100%;
    left:0;
    font-size:14px;
    background:#f9f9f9;
    width:229px;
    border:solid #e0e0e0;
    border-width:0 1px 1px;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.15);
    visibility:hidden;
    transition-property: opacity, visibility;
    transition-duration: .25s, 0.25s;
    transition-delay: 0.05s, .05s;
    padding:4px 0 0;
    display: none;
}
#nav > li > ul:after{
    position:absolute;
    top:0;
    left:0;
    width:93px;
    height:1px;
    background:#222;
}
#nav ul.lvl-2 ul{
    top:0;
    left:100%;
    color:#777;
}
#nav ul li{}
#nav ul .ttl{
    font-weight:bold;
    display:block;
    color:#777;
    margin:0 0 0 10px;
}
#nav ul a{
    color:#777;
    display:block;
    position:relative;
    padding:5px 10px 5px 20px;
}

#nav ul a.drop-sub > span:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 7px;
    font-size: 13px;
    right: 10px;
}

#nav ul a:hover {
    text-decoration:none;
    color:#fff;
    background-color: #037f41;
}
.adv-full-w-area {
    padding: 10px 0;
    text-align: center;
}

#content .adv-full-w-area {
    padding: 0 0 10px;
}

@media (max-width: 767px) {
    .adv-full-w-area.adv_home_page_feature {
    }
}

.adv-full-w-area-sched {
    padding: 10px 0 0 0;
    text-align: center;
}

.top-info-area {
    padding: 10px 0 0 0;
}

.top-info-area .page-holder {
    max-width: 1155px;
}
.top-info-area .img-block{
    float:left;
    max-width:757px;
    width:67%;
}
.top-info-area a{
    display:block;
    position:relative;
    text-decoration:none;
    color:#fff;
    text-shadow: -1px -1px 1px #000;
}
.top-info-area a:hover{color:#008044;}
.top-info-area .txt-box{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:url(images/bg-gradient-txt-box.png) repeat-x;
    padding:57px 21px 17px;
}
.top-info-area .txt-box h2{
    font-size:24px;
    line-height:1.2;
    font-weight:bold;
    margin:0;
}
.top-info-area .images-hold{
    overflow:hidden;
}
.top-info-area .images-hold h2{font-size:18px;}
#main{padding:53px 0 13px;}
.main-section{padding:15px 0;}
#content{
    float:left;
    max-width:750px;
    width:67%;
    margin:0 40px 0 0;
    position: relative;
}
.social-lst{
    margin:0;
    list-style:none;
    position:absolute;
    top:0;
    right:0;
    z-index:10;
}
.posts-lst .social-lst a:hover{opacity:0.8;}
.posts-lst .social-lst img{
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
}
.posts-lst{
    list-style:none;
    padding:0 0 20px;
}
.post_listing,
.posts-lst > li{
    border-bottom:1px solid #ddd;
    padding:15px 10px 18px;
    overflow:hidden;
}
.post_listing .col-xs-4,
.posts-lst .img{
    float:left;
    position:relative;
    max-width:222px;
    width:31%;
    margin:0 31px 0 0;
}
.post_listing .col-xs-4 img,
.posts-lst .img img{border-radius:5px;}
.post_listing .col-xs-8,
.posts-lst .txt-box{
    overflow:hidden;
}
.post_listing .col-xs-8 h3, .posts-lst .txt-box h3 {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2;
}
.post_listing .col-xs-8 p, .posts-lst .txt-box p {
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 15px;
}
.posts-lst .txt-box p a{font-weight:bold;}
.post_listing .col-xs-8 a,
.posts-lst .txt-box a{color:#34383d;}
.post_listing .col-xs-8 a:hover,
.posts-lst .txt-box a:hover{
    color:#037f41;
    text-decoration:none;
}
.post_listing .date_author,
.posts-lst .txt-box .txt{
    padding:0 0 7px;
    display:block;
    font-size:14px;
    line-height:1.3;
    text-transform:uppercase;
}
.alm-btn-wrap, .btn-area {
    text-align: center;
    padding: 0 0 10px;
    margin-top: 20px;
}
.alm-btn-wrap button, .btn-area a {
    background: #888;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: initial;
    padding: 9px 21px 10px;
    vertical-align: top;
}
.alm-btn-wrap button{
    height:42px;
    text-transform:capitalize;
}
.alm-btn-wrap button:hover,
.btn-area a:hover{
    text-decoration:none;
    background:#777;
}

#sidebar {
    overflow: hidden;
    padding: 0 5px 0 0;
}

/* page_wrapper */

.page_wrapper {
    padding: 0 0 30px;
    overflow: hidden;
}

.right_ad {
    padding: 0 0 15px;
}

.page-template-home .main-holder{
    padding: 15px 0 0;
}

.main-holder {
    padding: 10px 0 20px 0;
}

.main-holder .container > ul, .page_wrapper > ul {
    overflow: hidden;
}

.page_left {
    float: left;
    margin: 0 30px 0 0;
    max-width: 800px;
    width: 71%;
}

.page_left .inside {
    padding:5px 10px 10px;
}

.h1-head {
    padding:0 0 15px;
    text-align:center;
}

.h1-head h1 {
    font-size:28px;
    line-height:1.2;
    font-weight:bold;
    margin:0;
}

h1.entry-title a:hover {
    text-decoration: underline;
}

h1.entry-title-page a:hover {
    color: #000;
    text-decoration: underline;
}

h1.entry-title-page a:link, h1.entry-title-page a:visited, h1.entry-title-page a:active {
    color: #000;
    text-decoration: none;
}

.j-menu-cfb, div.j-menu1 {
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

.j-menu-cfb, div.j-menu1.fr {
    padding-left: 15px;
}

.j-menu-cfb select,.j-menu-cfb,div.j-menu1 select {
    font-size: 15px;
    font-weight: bold;
}

.schedu-list {
    overflow: hidden;
}

.row.schedu-list {
    margin: 0 -15px;
    padding: 0 0 10px;
    overflow: hidden;
}

.row.schedu-list .col-sm-6 {
    float: left;
    padding: 3px 15px 0 15px;
    width: 50%;
}

.row.schedu-list .col-sm-4{
    float: left;
    padding: 3px 15px 0 15px;
    width:33.33333333%}

.row.schedu-list .col-xs-6 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
}
.row.schedu-list .col-sm-6 h3 {
    font-size:15px;
    margin:0 0 10px;
    font-weight:700;
    text-transform:uppercase;
    padding:5px 13px;
    text-align:left;
    background:#003366;
    color:#fff;
}
.row.schedu-list .col-sm-6 ul {
    list-style:none;
    font-size:14px;
    line-height:1.2;
    padding:0 0 10px 10px;
}
.row.schedu-list .col-sm-6 li{padding:3px 0;}
.row.schedu-list .col-sm-6 a:hover{color:#008044;}
.row.schedu-list .col-sm-6 strong{font-weight:bold;}
.jetpack-display-remote-posts h4{
    min-height:92px;
    margin:0 0 -11px;
    padding:0 0 10px 141px;
    border-bottom:1px solid #bbb;
    font-size:14px;
    font-weight:700;
    line-height:1.2;
}

.schedu-list h4{
    background:#bdbdbd;
    font-size:15px;
    font-weight:700;
    text-align:center;
    padding:5px;
    margin:0 0 5px;
}
.schedu-list h4 a:hover{color:#008044;}

.jetpack-display-remote-posts > a{
    width:121px;
    margin:-80px 0 0;
    display:inline-block;
    vertical-align:top;
}
.right_ads {padding: 20px 0;}
.goog-ad{margin:15px 0 15px 0;text-align:center;}
.adslot_home_head{width:320px;height:100px;}

/*new add-on 01.08.18 start*/
header .page-holder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
header .nav-area {
    float: none;
    margin: 0 auto;
}
/*new add-on 01.08.18 end*/

@media(min-width:740px){.adslot_home_head{width:728px;height:90px;}
}
@media(min-width:1000px){.adslot_home_head{width:970px;height:90px;}
}
.adslot_home_mid{width:336px;height:280px;}
@media(min-width:800px){.adslot_home_mid{width:728px;height:90px;}
}
@media(min-width:1024px){.adslot_home_mid{width:336px;height:280px;}
}
@media(min-width:1200px){.adslot_home_mid{width:728px;height:90px;}
}
.adslot_foot{width:336px;height:280px;}
@media(min-width:800px){.adslot_foot{width:728px;height:90px;}
}
@media(min-width:1020px){.adslot_foot{width:970px;height:90px;}
}
.adslot_team_bot{width:336px;height:280px;}
@media(min-width:800px){.adslot_team_bot{width:728px;height:90px;}
}
@media(min-width:1024px){.adslot_team_bot{width:336px;height:280px;}
}
@media(min-width:1200px){.adslot_team_bot{width:728px;height:90px;}
}

.social-share {
    padding: 10px 0 0;
    text-align: center;
}

.uline {
    background:#eee;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    padding:8px 5px;
    margin:0 0 10px;
    text-transform:uppercase;
    line-height:1.2;
}

.team_header {
    font-size: 0;
    padding: 0 0 10px;
}

.team_header .team_heading {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    width: 40%;
}

.team_header .team_heading img {
    display: inline-block;
    max-height: 150px;
    max-width: 30%;
    padding: 0 15px 0 0;
    vertical-align: middle;
}

.team_header .team_heading h1, .team_header .team_heading h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 115%;
    text-transform: uppercase;
    vertical-align: middle;
    width: 70%;
}

.team_header .team_description {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}

.team_header .team_social {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}

.team_header .team_description .cols {
    margin: 0 -10px;
}

.team_header .team_description .cols ul.col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    list-style: none;
    padding: 0 10px;
    width: 50%;
}

.team_header .team_description .cols ul.col li {
    font-size: 0;
    margin: 0 0 1px;
}

.team_header .team_description .cols ul.col li span {
    display: inline-block;
    font-size: 14px;
}

.team_header .team_description .cols ul.col li span:first-child {
    font-weight: bold;
    padding: 0 5px 0 0;
}

.team_header .team_description ul.team_stats {
    font-size: 0;
    list-style: none;
    margin: 0 -15px;
    text-align: right;
}

.team_header .team_description ul.team_stats li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 15px;
    width: 33.33%;
}

.team_header .team_description ul.team_stats li div {
    background-color: #e5e5e5;
    padding: 10px 0;
    text-align: center;
}

.team_header .team_description ul.team_stats li span {
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 5px;
}

.team_header .team_description ul.team_stats li span:last-child {
    font-size: 18px;
    margin: 0;
}

@media (max-width: 768px) {
    .team_header {
        padding: 15px 0 25px;
    }
    .team_header .team_description .cols ul.col, .team_header .team_description .cols ul.col.nfl-col-first, .team_header .team_description .cols ul.col.nfl-col-second {
        float: none;
        padding: 0;
        width: 100%;
    }
    .team_header .team_description ul.team_stats {
        margin: 0 -5px;
        text-align: center;
    }
    .team_header .team_description ul.team_stats li {
        padding: 0 5px;
    }
    .team_header .team_description ul.team_stats li:last-child {
        margin: 0,
    }
    .team_header .team_description .cols ul.col li span {
        width: 50%;
    }
    .team_header .team_description .cols ul.col li span:first-child {
        text-align: right;
    }
    .team_header .team_description .cols ul.col li span:last-child {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .team_header {
        padding: 20px 0 25px;
        text-align: center;
    }
    .team_header .team_heading {
        float: none;
        margin: 0;
        text-align: left;
        width: 50%;
    }
    .team_header .team_heading img {
        display: inline-block;
        margin: 0 0 15px;
        max-height: none;
        max-width: 30%;
        padding: 0 10px;
        width: 170px;
    }
    .team_header .team_heading h1, .team_header .team_heading h2 {
        max-width: 70%;
        padding: 0 10px;
        width: auto;
    }
    .team_header .team_social {
        width: 50%;
    }
    .team_header .team_description {
        float: none;
        margin: 0;
        padding: 0;
        width: 50%;
    }
    .team_header .team_description .cols {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .team_header .team_social {
        float: none;
        padding: 10px 0 0;
        width: 100%;
    }
    .team_header .team_heading {
    }
}

@media (max-width: 479px) {
    .team_header .team_heading {
        display: block;
        float: none;
        margin: 0 -10px;
        text-align: center;
        width: auto;
    }
    .team_header .team_description {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .team_header .team_heading img {
        display: inline-block;
        margin: 0 0 15px;
        max-height: none;
        max-width: 30%;
        padding: 0 10px;
        width: 125px;
    }
}

/**/

table.team2011 {
    width: 530px;
    border-collapse: collapse;
    font-size: 14px;
    border-spacing: 0;
}

td.team-lt {
    font-weight: 700;
    height: 18px;
    width: 140px;
}

table.team2011 a {
    text-decoration: underline;
}

table.team2011 a:hover {
    color: #037f41;
}

.sched_button{
    background:#000;
    border-radius:3px;
    color:#fff;
    display:inline-block;
    vertical-align:top;
    font-size:18px;
    font-weight:700;
    margin:0 0 15px;
    text-transform:uppercase;
    padding:8px 20px;
}
.sched_button.red{background:#f00;}
.sched_button:hover{
    text-decoration:none;
    opacity:0.8;
}
table.nfl,
table.ncaa{
    width:100%;
    margin:0 0 10px;
    border-collapse:collapse;
}
table.ncaa strong{font-weight:bold;}
td.nfl-hel, td.ncaa-hel{
    width:25%;
    text-align:center;
    padding:4px 0 0;
}

.page-template-future-cfl-football-schedules td.nfl-hel, .page-template-future-cfl-football-schedules td.ncaa-hel {
    padding: 0px 0px 20px;
}

td.nfl-tx, td.ncaa-tx{
    line-height:1.15;
    font-size:14px;
    padding:4px 0 10px;
    width:130px;
    text-align:center;
}
td.nfl-tx a:hover, td.ncaa-tx a:hover{color:#037f41;}
td.nfl-tx strong{font-weight:bold;}


span.nfl-tx, span.ncaa-tx{
    line-height:1.15;
    font-size:14px;
    padding:4px 0 10px;
    width:130px;
    text-align:center;
}
span.nfl-tx a:hover, span.ncaa-tx a:hover{color:#037f41;}
span.nfl-tx strong{font-weight:bold;}

td.ncaa-hel a.ncaa-hel-img {
    display: block;
}

.schedu-list h2 {
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 6px 4px;
    text-align: center;
    text-transform: uppercase;
}

.schedu-list h2 a {
    color: #fff;
    display: block;
}

.nfl-tba {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    padding: 5px 0 5px 0;
}

@media (max-width:768px) {
    .schedu-list h2 {
        font-size: 16px;
    }
    .row.schedu-list .col-xs-6 {
        padding-bottom: 10px;
    }
}

@media (max-width:1199px) {
    .jetpack-display-remote-posts h4, .widgets-list-layout .widgets-list-layout-links a {
        font-size:16px;
    }
}

.schedu-list h3.red, .schedu-list h2.red {
    background: #f00;
    color: #fff;
}

.schedu-list h1 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 6px 5px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 1px;
}

.schedu-list h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 6px 5px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 1px;
}

.schedu-list .cols {
    list-style: none;
    margin: 0 0 25px;
    padding: 0 45px;
}

.schedu-list .cols li {
    float: left;
    padding: 0 15px;
    width: 50%;
}

#team-ad {
    margin: 0 0 25px;
    padding: 0 50px;
}

#team-ad:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    width: 100%;
}

#team-ad img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.team-ad {
    margin: 0 0 25px;
    padding: 0 50px;
}

.team-ad img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.team-ad.team-ad-footer {
    margin: 30px 0 25px;
}

@media (max-width: 1023px) {
    .schedu-list .cols li {
        float: none;
        margin: 0 0 15px;
        text-align: center;
        width: 100%;
    }
    .schedu-list .cols li:last-child {
        margin: 0;
    }
    .schedu-list .cols li h2 {
        display: inline-block;
        padding: 6px 15px;
    }
}

@media (max-width: 767px) {
    .schedu-list .cols {
        padding: 0;
    }
    .schedu-list .cols li {
        padding: 0;
    }
    #team-ad {
        padding: 0;
    }
    #team-ad.team-ad-box {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #999;
        margin: 0 0 15px;
        padding: 20px 0;
    }
    .tax-ncaa_conference #team-ad.team-ad-box {
        border: none;
    }
    .team-ad {
        padding: 0;
    }
}

td.blue, td.blue2, td.blue3, td.blue4, td.blue5, td.blue6, td.blue7, td.blue8, td.brown, td.cblue, td.tarblue, td.gold, td.gold2, td.gray, td.gt-gold, td.green, td.green2, td.green3, td.green4, td.maroon, td.maroon2, td.maroon3, td.red, td.red2, td.red3, td.teal, td.texorange, td.yellow, td.yellow2, td.navy, td.orange, td.orange2, td.orange3, td.purple, td.purple2, td.purple3, td.black {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
td.gold2, td.yellow, td.yellow2 {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    color: #000;
}
td.black {
    background-color: #000;
}
td.blue {
    background-color: #00C;
}
td.blue2 {
    background-color: #036;
}
td.blue3 {
    background-color: #003;
}
td.blue5 {
    background-color: #339;
}
td.blue6 {
    background-color: #000049;
}
td.blue7 {
    background-color: #069;
}
td.blue8 {
    background-color: #0039a6;
}
td.brown {
    background-color: #630;
}
td.cblue {
    background-color: #06C;
}
td.tarblue {
    background-color: #9bbbe2;
}
td.gold {
    background-color: #C93;
}
td.gold2 {
    background-color: #FC0;
}
td.gray {
    background-color: #999;
}
td.green {
    background-color: #063;
}
td.green2 {
    background-color: #363;
}
td.green4 {
    background-color: #094c3a;
}
td.blue4, td.green3 {
    background-color: #366;
}
td.maroon, td.red2 {
    background-color: #900;
}
td.maroon2 {
    background-color: #903;
}
td.maroon3 {
    background-color: #662b2f;
}
td.navy {
    background-color: #006;
}
td.orange {
    background-color: #F60;
}
td.orange2 {
    background-color: #F30;
}
td.orange3 {
    background-color: #F93;
}
td.purple {
    background-color: #303;
}
td.purple2 {
    background-color: #661f85;
}
td.purple3 {
    background-color: #639;
}
td.red {
    background-color: red;
}
td.red3 {
    background-color: #C00;
}
td.teal {
    background-color: #066;
}
td.texorange {
    background-color: #c63;
}
td.yellow {
    background-color: #FF0;
}
td.yellow2 {
    background-color: #FC3;
}
td.gt-gold {
    background-color: #c59353;
}
.black {
    background-color: #000;
}
.blue {
    background-color: #00C;
}
.blue2 {
    background-color: #036;
}
.blue3 {
    background-color: #003;
}
.blue5 {
    background-color: #339;
}
.blue6 {
    background-color: #000049;
}
.blue7 {
    background-color: #069;
}
.blue8 {
    background-color: #0039a6;
}
.brown {
    background-color: #630;
}
.cblue {
    background-color: #06C;
}
.tarblue {
    background-color: #9bbbe2;
}
.gold {
    background-color: #C93;
}
.gold2 {
    background-color: #FC0;
}
.gray {
    background-color: #999;
}
.green {
    background-color: #063;
}
.green2 {
    background-color: #363;
}
.green4 {
    background-color: #094c3a;
}
.blue4, .green3 {
    background-color: #366;
}
.maroon, .red2 {
    background-color: #900;
    color: #FFF;
}
.maroon2 {
    background-color: #903;
}
.maroon3 {
    background-color: #662b2f;
}
.navy {
    background-color: #006;
}
.orange {
    background-color: #F60;
}
.orange2 {
    background-color: #F30;
}
.orange3 {
    background-color: #F93;
}
.purple {
    background-color: #303;
}
.purple2 {
    background-color: #661f85;
}
.purple3 {
    background-color: #639;
}
.red {
    background-color: red;
}
.red3 {
    background-color: #C00;
}
.teal {
    background-color: #066;
}
.texorange {
    background-color: #c63;
}
.yellow {
    background-color: #FF0;
}
.yellow2 {
    background-color: #FC3;
}
.gt-gold {
    background-color: #c59353;
}
.light-gray {
    background-color: #BDBDBD;
    color:#000 !important;
}
h1.sched {
    font-size: 22px;
    padding: 0px 5px;
    font-weight: bold;
    display: block;
    text-align: center;
}
h1.team {
    font-size: 20px;
    padding: 1px 5px;
    font-weight: bold;
    display: block;
    text-align: center;
}
@media (min-width: 767px) {
    h1.team {
        font-size: 20px !important;
        padding: 7px 5px !important;
        font-weight: bold;
        display: block !important;
        text-align: center !important;
    }
}
td.blue br, td.blue2 br, td.blue3 br, td.blue4 br, td.blue5 br, td.blue6 br, td.blue7 br, td.blue8 br, td.brown br, td.cblue br, td.tarblue br, td.gold br, td.gold2 br, td.gray br, td.gt-gold br, td.green br, td.green2 br, td.green3 br, td.green4 br, td.maroon br, td.maroon2 br, td.maroon3 br, td.red br, td.red2 br, td.red3 br, td.teal br, td.texorange br, td.yellow br, td.yellow2 br, td.navy br, td.orange br, td.orange2 br, td.orange3 br, td.purple br, td.purple2 br, td.purple3 br, td.black br, td.gold2 br, td.yellow br, td.yellow2 br {display:none;}

.alm-listing {
    list-style: none;
    padding: 0 0 20px;
}

.fbschedule-content-wrapper {
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.bowl-bg {
    background:#333;
    font-size:14px;
    line-height:1.15;
    color:#fff;
    font-weight:bold;
    padding:9px 6px;
    text-transform:uppercase;
}

.bowl-year-bg{
    background:#0d7f41;
    color:#fff;
    padding:6px;
    font-size:14px;
    font-weight:bold;
    line-height:1.15;
}

.resp-table-bowl {
    width:100%;
    margin:0 0 10px;
    border-collapse:collapse;
    border-spacing:0;
}

.resp-table-bowl strong {
    font-weight: bold;
}
.resp-table-bowl td{
    font-size:14px;
    padding:6px;
    text-align:center;
    vertical-align:middle;
}
.resp-table-bowl thead th{
    background:#ccc;
    font-weight:bold;
    color:#000;
    font-size:14px;
    padding:6px 0;
    text-align:center;
}
.bowl-matchup{width:35%;}
.bowl-location{width:30%;}
.bowl-time{width:18%;}
.bowl-tix{width:17%;}
.resp-table-bowl thead th:first-of-type{
    font-size:14px;
    text-align:left;
    padding-left:6px;
}
.resp-table-bowl tbody td.bowl-matchup-td{
    background:transparent;
    color:#000;
    text-align:left;
}
.resp-table-bowl tbody tr:nth-of-type(2n) td{background:rgba(94,93,82,0.1);}
.resp-table-bowl a{
    color:#339;
    font-weight:bold;
}
.bowl-ext{padding:0 0 10px 0;font-size:14px !important;font-weight:bold !important;}
.resp-table{border-collapse:collapse;padding:0;margin:0 0 11px 0;width:100%;}
.resp-table th{text-align:left;border-bottom:2px solid #eee;vertical-align:bottom;padding:0 10px 10px 10px;text-align:left;}
.resp-table td{border-bottom:1px solid #eee;vertical-align:top;padding:10px 0 10px 5px;text-align:left;font-size:14px;}
.resp-table th:nth-child(1), .resp-table td:nth-child(1){text-align:left;font-weight:bold;}
.resp-table tr:nth-child(odd){background-color:#f2f2f2;}
.resp-table tr:nth-child(even){background-color:#fff;}
.year-bg{padding:8px 6px 8px 7px;background-color:#0d7f41;margin-bottom:7px;text-align:left;font-weight:bold;font-size:14px;color:#fff;}
td.neut-matchup{width:50%}
td.neut-date{width:25%}
td.neut-loc{width:25%}
@media screen and (max-width:480px){.resp-table, .resp-table tbody{display:block;width:100%;}
                                    .resp-table thead{display:none;}
                                    .resp-table tr, .resp-table th, .resp-table td{display:block;padding:0;text-align:left;white-space:normal;}
                                    .resp-table tr{padding:5px 0 5px 0;margin:5px 0 5px 0;}
                                    .resp-table th[data-title]:before, .resp-table td[data-title]:before{content:attr(data-title) ":\00A0";font-weight:bold;}
                                    .resp-table td{border:none;margin-bottom:6px;color:#444;padding-left:5px;font-size:16px;}
                                    .resp-table td:empty{display:none;}
                                    .resp-table td:first-child{font-size:16px;font-weight:bold;margin-bottom:6px;color:#333;}
                                    .resp-table td:first-child:before{content:'';}
                                    td.neut-matchup{width:100%}
                                    td.neut-date{width:100%}
                                    td.neut-loc{width:100%}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.container{margin:7px auto;}
@media (min-width:48em){footer .container{margin:0 auto;}
}
.resp-table-tv{width:100%;margin-bottom:1.5em;border-collapse:collapse;}
#post-26372>.pat20>.container{width:initial;padding:0;}
@media (min-width:48em){.resp-table-tv{font-size:.9em;}
}
@media (min-width:62em){.resp-table-tv{font-size:1em;}
}
.resp-table-tv thead{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);padding:0;border:0;height:1px;width:1px;overflow:hidden;}
@media (min-width:48em){.resp-table-tv thead{position:relative;clip:auto;height:auto;width:auto;overflow:auto;}
}
.resp-table-tv thead th{background-color:#ccc;font:bold 14px Helvetica, Arial, sans-serif;text-align:center;color:#000;padding:7px 0 7px 0;}
.resp-table-tv thead th:first-of-type{text-align:left;padding-left:7px;}
.resp-table-tv tbody, .resp-table-tv tr, .resp-table-tv td{display:block;padding:0;text-align:left;white-space:normal;font:bold 12px Helvetica, Arial, sans-serif;}
.resp-table-tv td a:link, .resp-table-tv td a:visited{color:#339;font-weight:bold;text-decoration:none;}
.resp-table-tv td a:active, .resp-table-tv td a:hover{color:#339;text-decoration:underline;}
@media (min-width:48em){.resp-table-tv tr{display:table-row;}
}
.resp-table-tv td{padding:.5em;vertical-align:middle;}
@media (min-width:30em){.resp-table-tv td{padding:.5em .5em;}
}
@media (min-width:48em){.resp-table-tv td{display:table-cell;padding:.5em;}
}
@media (min-width:62em){.resp-table-tv td{padding:.5em .5em;}
}
@media (max-width:62em){.resp-table-tv td{font-size:14px;}
}
@media (min-width:75em){.resp-table-tv td{padding:.5em;}
}
@media (min-width:48em){.resp-table-tv tbody{display:table-row-group;}
}
.resp-table-tv tbody tr{margin-bottom:1em;}
@media (min-width:48em){.resp-table-tv tbody tr{display:table-row;border-width:1px;}
}
.resp-table-tv tbody tr:last-of-type{margin-bottom:0;}
.resp-table-tv tbody tr:nth-of-type(even){background-color:rgba(94, 93, 82, 0.1);}
.resp-table-tv tbody td.matchup{background-color:#ccc;color:000;text-align:left;}
@media (min-width:48em){.resp-table-tv tbody td.matchup{background-color:transparent;color:#000;text-align:left;}
}
.resp-table-tv tbody td{text-align:right;}
@media (max-width:48em){.resp-table-tv tbody td{border-bottom:1px solid #ccc;}
}
@media (min-width:48em){.resp-table-tv tbody td{text-align:center;}
}
.resp-table-tv tbody td.tv-time-td:before{content:"Time (ET)";float:left;font-size:13px;color:#333;}
.resp-table-tv tbody td.tv-online-td:before{content:"TV / Online";float:left;font-size:13px;color:#333;}
@media (min-width:30em){.resp-table-tv tbody td.tv-time-td:before{}
                        .resp-table-tv tbody td.tv-online-td:before{}
}
@media (min-width:48em){.resp-table-tv tbody td.tv-time-td:before, .resp-table-tv tbody td.tv-online-td:before{content:none;}
}

.tv-matchup {
    width: 45%;
}

.tv-time {
    width: 20%;
}

.tv-online {
    width: 35%;
}

table.spring {
    border: none;
    border-collapse: collapse;
    margin: 5px 0 10px;
    width: 100%;
}

th.spring-sch, th.spring-time, th.spring-tv, th.spring-tickets {
    background-color: #ccc;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 5px;
}

th.spring-sch {
    text-align: left;
    width: 45%;
}

th.spring-time {
    text-align: left;
    width: 15%;
}

th.spring-tv {
    text-align: left;
    width: 15%;
}

th.spring-tickets {
    text-align: left;
    width: 25%;
}

.spring td a:link, .spring td a:visited {
    color: #339;
    font-weight: bold;
    text-decoration: none;
}

.spring td a:active, .spring td a:hover {
    color: #339;
    text-decoration: none;
}

table.spring td {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    padding: 6px 0 6px 5px;
    vertical-align: middle;
}

table.spring td.spring1 {
    font-size: 0;
}

table.spring td.spring1 img {
    display: inline-block;
    height: auto;
    margin: 0 1px 0 0;
    vertical-align: middle;
    width: 25px;
}

table.spring td.spring1 span {
    display: inline-block;
    font-size: 13px;
    line-height: 125%;
    margin: 0 2px 2px;
    vertical-align: middle;
}

.spring tr:nth-child(even) {
    background-color: #f2f2f2;
}

.spring tr:nth-child(odd) {
    background-color: #fff;
}

@media all and (max-width: 3000px) {
    table.spring td, th.spring-sch, th.spring-time, th.spring-tv, th.spring-tickets {
        font-size: 13px;
    }
}

.page_left p a {
    color: #337ab7;
}

.page_left p a:hover {
    color: #037f41;
    text-decoration: none;
}

.addthis_responsive_sharing{padding:0 0 10px;}


.inn-page{max-width:760px;}
.inn-page h1{
    font-size:26px;
    font-weight:bold;
    line-height:1.15;
    margin:0 0 13px;
}
.inn-page h2{
    font-size:18px;
    font-weight:bold;
    line-height:1.15;
    margin:0 0 13px;
}
h1.page-title{
    font-size:26px;
    font-weight:bold;
    line-height:1.15;
    margin:0 0 13px;
}
.inn-page h1 a{color:#000;}
.inn-page h1 a:hover{
    color:#037f41;
    text-decoration:none;
}
.inn-page .comments{
    font-size:14px;
    line-height:1.15;
    padding:0 0 15px;
}
.main-holder .inn-page p{
    margin:0 0 15px;
    font-size:16px;
    color:#000;
    line-height:1.5;
}
.main-holder .inn-page a{
    color:#037f41;
    font-weight:bold;
}
.main-holder .inn-page a:hover{
    text-decoration:underline;
}
.inn-img {
    padding: 0 0 15px;
}
.main-holder .featured-image-caption {
    border-bottom: 1px solid #d7d5d6;
    padding-bottom: 10px;
}
.main-holder .featured-image-caption p {
    color: #333;
    font-size: 12px;
    line-height: 160%;
    margin: 0;
    padding: 5px;
    text-align: center;
}
.inn-page p strong {
    font-weight:bold;
}
.inn-page ul{
    list-style:disc;
    margin:0 0 15px 30px;
    font-size:16px;
}
.inn-page ul li{
    line-height: 150%;
}
.toggle-comments-wrap{
    background:#037f41;
    color:#fff;
    font-size:16px;
    padding:14px 0;
    text-align:center;
}
.main-holder .toggle-comments-wrap a{
    color:#fff;
}
.main-holder .inn-page #respond {
    margin: 0;
}

/**/

.social-bar {
    padding: 10px 0;
}

.social-bar:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    width: 100%;
}

.social-icons {
    font-size: 0;
    margin: 0 0 15px;
    text-align: center;
}

.team_header .team_social .social-icons {
    float: right;
}

.social-icons.social-icons-top {
    float: left;
    margin: 0 -5px 5px;
}

.social-icons.social-icons-bot {
    margin: 15px 0 0 0;
}

.main-holder .social-icons a {
    display: inline-block;
    font-size: 0;
    margin: 0 5px 5px;
    padding: 5px 10px 5px 5px;
}

.main-holder .social-icons a .fa {
    color: #fff;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

.main-holder .social-icons a img {
    display: inline-block;
    height: 20px;
    margin: 0 auto;
    max-height: 20px;
    max-width: 20px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.main-holder .social-icons a span {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.main-holder .social-icons .icon-facebook {
    background-color: #3b5998;
}

.main-holder .social-icons .icon-twitter {
    background-color: #1da1f2;
}

.main-holder .social-icons .icon-google {
    background-color: #db4437;
}

.main-holder .social-icons .icon-email {
    background-color: #999;
}

@media (max-width: 767px) {
    .main-holder .social-icons.social-icons-top a span {
        display: none;
    }
    h1.sched {
        font-size: 20px !important;
        padding: 0px 5px !important;
        font-weight: bold;
        display: block !important;
        text-align: center !important;
    }
    h1.team {
        font-size: 20px !important;
        padding: 0px 5px !important;
        font-weight: bold;
        display: block !important;
        text-align: center !important;
    }
    td.cfb2 strong {
        font-size:17px !important;line-height:23px;
    }
    td.cfb2{font-size:12px !important;line-height:16px;}
    td.cfb4 {padding-bottom:8px !important;
    }
    .team_header .team_social .social-icons {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .team_header .team_social .social-icons {
        float: none;
    }
}

/**/

h3#reply-title {
    margin: 0;
    color: #000;
    font-size: 23px;
    font-weight: normal;
    padding: 18px 0 9px;
}

.comment-respond label {
    display: block;
    font-weight: 700;
    padding: 0 0 5px;
    font-size: 16px;
    line-height: 1.2;
}

#comments .comment-form-url, #comments .comment-form-email, #comments .comment-form-author {
    float: left;
    padding-left: 25px;
    width: 33.33%;
}

#comments .form-submit {
    clear: both;
}

#comments .comment-form-author {
    padding-left: 0;
}

#comments input[type="text"] {
    border: 1px solid #7a7a7a;
    width: 100%;
}

#comments textarea {
    border: 1px solid #7a7a7a;
    height: 225px;
    overflow: auto;
    resize: none;
    width: 100% !important;
}

table.cfb-sch {
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    border:solid #999;
    border-width:1px 0;
}

table.cfb-sch strong {
    display: block;
    font-weight: bold;
}

td.cfbh-date, td.cfbh-hel, td.cfbh-opp, td.cfbh-time, td.cfbh-tv, td.cfbh-tix {
    background: #e5e5e5;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 0;
}

td.cfbh-tix,
td.cfbh-time,
td.cfbh-tv,
td.cfbh-opp,
td.cfbh-hel,
td.cfbh-date {
    text-align: center;
    width: 10%;
}

td.cfbh-hel {
    width: 10%;
}

td.cfbh-opp {
    text-align: left;
    width: 40%;
}

td.cfbh-time {
    width: 15%;
}

td.cfbh-tv {
    width: 10%;
}

td.cfbh-tix {
    width: 15%;
}

td.cfb1, td.cfb2h, td.cfb2, td.cfb3, td.cfb3b, td.cfb4 {
    vertical-align: middle;
    border-bottom: 1px solid #999;
    padding: 5px 2px;
    font-size: 14px;
    line-height: 1.2;
}

td.cfb2 strong{
    font-weight: bold;
    font-size: 18px;
    color: #5a5a5a;
}

td.cfb2h {
    text-align: center;
}

td.cfb2 {
    font-size: 14px;
    text-align: left;
}

td.cfb1, td.cfb3, td.cfb3b, td.cfb4 {
    text-align: center;
}

.cfb4 a {
    background: #bababa;
    color: #000;
    display: block;
    font-weight: bold;
    line-height: 1.15;
    padding: 3px 10px;
    width: 100%;
}

.r-c-green {
    color: green;
}

.r-c-red{
    color: red;
}

.cfb4 a:hover {
    background: rgba(3,127,81,0.64);
    color: #fff;
    text-decoration: none;
}

.t-nogb-c {
    background: none !important;
    font-weight: bold;
}

.t-nogb-c:hover {
    background: none !important;
}

.cfb-sch .sched {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
}

@media (max-width: 767px) {
    table.cfb-sch {
        border: none;
    }
    .cfb-sch .sched {
        line-height: 125%;
        margin: 0;
    }
    table.cfb-sch tr:first-child {
        border: none;
    }
}

td.cfb-tba{text-align:left;padding:8px 5px 8px 15px;font-size:14px;}
td.sch-bg{font-weight:bold;text-align:center !important;background-color:#e5e5e5;vertical-align:middle;color:#000;padding:4px 0;border-bottom:1px solid #999;}
.pagination-area{
    text-align:center;
}
.pagination-area ul{
    list-style:none;
    font-size:16px;
    line-height:1.2;
}
.pagination-area li{
    display:inline-block;
    vertical-align:top;
    padding:0 2px 5px;
}
.pagination-area a {
    display:block;
    background:#037f41;
    color:#fff;
    padding:3px 8px;
}
.pagination-area a:hover{
    text-decoration:none;
    opacity:0.8;
}
.pagination-area .active a, .pagination-area .current {
    background: none;
    color: #333;
    display: block;
    padding: 3px 8px;
}
/* footer */
#footer{
    display:table-footer-group;
    height:1%;
    background-color: #333;
}
.f-area{
    background:#333;
    padding:20px 0;
    overflow: hidden;
}
.f-area .box{
    float:left;
    width:33.33%;
    padding:6px 59px;
    color:#fff;
    border-right:1px solid #808080;
}
.f-area .box:last-child{border:0;}
.f-lst{
    list-style:none;
    font-size:14px;
}
.f-lst a{color:#fff;}
.f-lst a:hover{
    color:#037f41;
    text-decoration:none;
}
.f-social{
    list-style:none;
    padding:3px 0 0;
}
.f-social li{
    display:inline-block;
    padding:0 10px 10px 0;
    vertical-align:top;
}
.f-social a{
    color:#fff;
    font-size:14px;
}
.f-social a:hover{color:#037f41;}
.f-social .fa-facebook-square{color:#3b5998;}
.f-social .fa-twitter-square{color:#00aced;}
.f-social .fa-google-plus-square{color:#dd4b39;}
.f-social .fa-rss-square{color:#ff6600;}
.f-row{
    background:#999;
    padding:20px 0;
    text-align:center;
}
.f-row .copy{
    color:#3d3d3d;
    display:block;
    font-size:14px;
    line-height:1.2;
}
.f-row .copy sup{font-size:10px;}


.nav-m-area{
    position:fixed;
    background:#1d1d20;
    width:290px;
    height:100%;
    overflow:auto;
    top:0;
    right:-290px;
    z-index:100;
    transition:right 0.4s linear;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
}
.nav-m-area.active{right:0;}
.logo-m{
    border-bottom:1px solid #292929;
    text-align:center;
    padding:15px 0;
}
.nav-side{
    list-style:none;
    color:#fff;
    font-size:14px;
    line-height:1.65;
}
.nav-side ul{
    list-style:none;
}
.nav-side > li:first-child > a{border-top:0;}
.nav-side a{
    border-top:1px solid #292929;
    border-bottom:1px solid #111;
    color:#fff;
    position:relative;
    display:block;
    padding:14px 50px 13px 45px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.nav-side > li > a{
    padding-left: 15px;
}
.nav-side > li > ul > li  > a{
    padding-left: 30px;
}
.nav-side .ttl{
    display: inline-block;
    padding: 0 13px;
}
.nav-side ul ul a{padding-left:50px;}
.nav-side a:hover{
    text-decoration:none;
    color:#056c39;
}
.nav-side a.active .fa:before{
    content:"\f077";
    font-size:14px;
}
.nav-side a.active{
    background:#35ac6a;
    color:#fff;
    border-top-color:#fff;
}
.nav-side .fa{
    background:#333;
    color:#fff;
    text-align:center;
    height:50px;
    line-height:50px;
    position:absolute;
    right:0;
    top:0;
    width:50px;
}
.nav-side ul{display:none;}
.search-form-h{
    background:#f9f9f9;
    position:relative;
}
.search-form-h input[type="text"]{
    width:100%;
    background:#f9f9f9;
    padding:16px 45px 16px 25px;
    font-size:14px;
    height:49px;
    color:#a3a3a3;
    border:0;
}
.search-form-h ::-webkit-input-placeholder{color: #a3a3a3;}
.search-form-h :-moz-placeholder{color: #a3a3a3;}
.search-form-h ::-moz-placeholder{
    color: #a3a3a3;
    opacity: 1;
}
.search-form-h :-ms-input-placeholder{color: #a3a3a3;}
.search-form-h input[type="submit"]{
    position:absolute;
    right:0;
    top:0;
    width:45px;
    background:#f9f9f9 url(/wp-content/themes/fbschedulesgc/images/bg-btn-search.png) no-repeat 50% 50%;
    border:0;
    height:100%;
    cursor:pointer;
    text-indent:-9999px;
    font-size:0;
}

input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=reset],
input[type=button],
input[type=submit],
input[type=search],
button,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-box-sizing:border-box;
}
textarea{height:140px;}
input[type=reset],
input[type=button],
input[type=submit],
button,
.btn {
    background: #959595;
    border: 0;
    padding: 6px 20px;
    font-size: 14px;
    height:29px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    cursor:pointer;
}

input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover,
.btn:hover {
    opacity: 0.9;
}

input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=search],
textarea {
    border: 1px solid #64829c;
    padding: 6px 5px;
    height:29px;
    color: #013766;
    box-sizing: border-box;
}

input,
textarea,
select,
button {
    outline: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

textarea {
    height:80px;
    resize:none;
    width: 100%;
}

.posts-list .entry p {
    margin: 0;
}

.posts-list .post {
    margin: 0 0 40px;
}

.post .title {
    margin-bottom: 10px;
}

.title.center {text-align:center;}

.post .postmetadata {
    margin-bottom: 10px;
}

.widget {
    margin: 0 0 30px;
}
.recent-headlines-title, .widget h3{
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;
    line-height:1.25;
    margin:0 0 10px;
}

.widget > h3 {
    border-top: 4px solid #ccc;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px 0 0;
    position: relative;
    text-transform: uppercase;
}

.widget > h3:after {
    background: #008442;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 109px;
}

.widget .textwidget img {
    display: block;
    margin: 0 auto;
}

.widget.no-padding-top{padding-top:0;}
.recent-headlines-title,
.widget-popular h3{
    margin:0 0 10px;
    padding:5px 0 0;
    border-top:4px solid #ccc;
    position:relative;
    text-transform:uppercase;
    font-weight:bold;
}

.widgets-list-layout, .widget-popular ul {
    list-style:none;
    margin: 0;
    padding: 0;
}

.widgets-list-layout li, .widget-popular li {
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
    overflow: hidden;
}

.widgets-list-layout .widgets-list-layout-blavatar {
    height: 80px;
    max-width: initial;
    width: 120px;
}

.widgets-list-layout li > .bump-view, .widget-popular .img {
    float: left;
    margin: 0 10px 0 0;
    width: 120px;
}

.widgets-list-layout .widgets-list-layout-links, .widget-popular .txt-box {
    overflow: hidden;
    padding: 3px 0 0;
}

.widgets-list-layout .widgets-list-layout-links, .widget-popular .txt-box h4 {
    float: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    width: auto;
}
.widgets-list-layout-links {
    padding: 0 !important;
}
.jetpack-display-remote-posts h4 a,
.widgets-list-layout .widgets-list-layout-links a,
.widget-popular .txt-box h4 a {
    color:#000;
}
.jetpack-display-remote-posts h4 a:hover,
.widgets-list-layout .widgets-list-layout-links a:hover,
.widget-popular .txt-box h4 a:hover {
    color:#2d9561;
    text-decoration:none;
}
.recent-headlines-title:after, .widget-popular h3:after {
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:109px;
    height:4px;
    background:#008442;
}
.widget.widget-tags li {
    font-size:14px;
    line-height:1.3;
    display:inline-block;
    vertical-align:middle;
    padding:0 5px 5px 0;
}

.widget-adv, .widget-tw {
    text-align:center;
}

.textwidget p {
    padding: 0 0 10px 0;
}


/* Respond */

#reply-title {
    line-height: 1.6em;
    margin: 0 0 15px 0;
}

#reply-title small {
    font-size: 12px;
    font-weight: normal;
}

#respond {
    margin: 20px 0 20px 0;
    overflow: hidden;
}

#commentform p {
    margin: 0;
    overflow: hidden;
    padding: 0 0 10px;
    width: 100%;
}

#commentform .comment-notes {
    display: none;
}

#commentform .comment-form-url, #commentform .comment-form-email, #commentform .comment-form-author {
    float: left;
    padding-left: 25px;
    width: 33.33%;
}

#commentform .comment-form-author {
    padding: 0;
}

#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {
    border: 1px solid #7a7a7a;
    width: 100%;
}

#commentform p label {
    display: block;
    padding: 0 0 5px;
}

#commentform textarea {
    border: 1px solid #7a7a7a;
    height: 225px;
    overflow: auto;
    resize: none;
    width: 100% !important;
}

/* COMMENT LIST */

#comments {
    display: none;
}

.commentlist {
    display: block;
    line-height: 125%;
    overflow: hidden;
    padding: 15px 0 0 15px;
    text-align: justify;
}

.commentlist .comment {
    border-bottom: 1px solid #d7d5d6;
    margin: 0 0 10px;
    padding: 0 0 20px;
}

.commentlist .comment:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.commentlist .parent.comment .comment {
    margin-left: 30px;
}

.commentlist .comment .comment-body {
    margin: 0 0 20px;
}

.commentlist .comment .comment-meta {
    margin: 0 0 10px;
}

.commentlist .comment .comment-author.vcard {
    margin: 0;
}

.commentlist .comment .comment-author.vcard img.avatar {
    display: none;
}

.commentlist .comment .comment-author.vcard .fn {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    line-height: 125%;
}

.commentlist .comment .comment-author.vcard .says {
    display: none;
}

.commentlist .comment .comment-metadata {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 125%;
}

.commentlist .comment .comment-metadata a {
    color: #888;
    font-weight: normal;
}

.commentlist .comment .comment-metadata a:hover {
    color: #037f41;
}

.commentlist .comment .comment-content {
    font-size: 13px;
    line-height: 125px;
}

.commentlist .comment .comment-content p {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 5px;
}

.commentlist .comment .reply {
    float: right;
    margin: 5px 4px 7px 0;
}

.commentlist .comment .reply a {
    background: url(/wp-content/themes/fbschedulesgc/images/reply-comm.png) no-repeat scroll 0 0 transparent;
    color: #037f41;
    font-size: 10px;
    font-weight: bold;
    padding: 0 0 3px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

/**/

/* Typography */

.entry {
    width: 100%;
    line-height: 1.25em;
    font-size:16px;
}
.txt-area .entry img{
    display:block;
    margin:0 0 23px;
}

.entry a {
    text-decoration: underline;
    color:#333;
}

.entry a:hover {
    text-decoration: none;
}

.entry p {
    margin: 0 0 19px 0;
}
.entry p  strong{font-weight:bold;}

.main-add .title h1,
.entry h1 {
    font-size:24px;
    line-height:1.2;
}
.main-add .title{padding:0 0 15px;}

.entry h2 {font-size:22px;}

.entry h3 {
    font-size:20px;
}

.entry h4 {
    font-size:16px;
    margin:0 0 18px;
}

.entry h5 {font-size:15px;}

.entry h6 {font-size:14px;}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    line-height: 1.5em;
    margin: 0 0 15px 0;
    color:#013766;
}

.entry ul {
    margin: 0;
    padding: 0 0 20px;
    line-height: 1.35em;
}

.entry ul ul,
.entry ul ol {
    margin: 0;
}

.entry ul>li {
    position:relative;
    list-style:none;
    padding:0 0 0 36px;

}
.entry ul>li:after{
    content:"";
    position:absolute;
    top:8px;
    left:0;
    width:6px;
    background:#333;
    height:6px;
    border-radius:7px;
}

.entry ul>ul>li {
    list-style-type: circle;
}

.entry ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    line-height: 1.5em;
}

.entry ol ol,
.entry ol ul {
    margin: 0;
}

.entry ol>li {
    list-style-type: decimal;
}

.entry ol>ol>li {
    list-style-type: lower-alpha;
}

.entry table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 0 20px 0;
}

.entry table td,
.entry table th {
    border: 1px solid #ccc;
    padding: 5px;
}

.entry table th {
    background: #eee;
}


/* Calendar */

#wp-calendar {
    width: 95%;
    margin-bottom: 15px;
    clear: both;
    padding: 0;
}

#wp-calendar caption {
    padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
    text-align: center;
    padding: 3px 0;
}

#wp-calendar td {
    background: transparent;
}


/* Begin Images */

img {
    max-width: 100%;
    height: auto;
}

img.border {
    padding: 5px;
    border: 1px solid #ccc;
}

img.wp-smiley {
    padding: 0;
    border: none;
}

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.entry .wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}

.al,
.navigation .next {
    padding-bottom:10px;
    float: left;
}

.ar,
.navigation .prev {
    float: right;
}


/* Various Tags & Classes */

.entry acronym,
.entry abbr,
.entry span.caps {
    cursor: help;
}

.entry acronym,
.entry abbr {
    border-bottom: 1px dashed #dfcfba;
}

.entry blockquote {
    margin: 15px 0 20px 0;
    padding: 0 15px 0 20px;
    border-left: 5px solid #ccc;
}

.entry blockquote cite {
    margin: 5px 0 0;
    display: block;
}

blockquote{background-color:#f5f5f5;margin:5px 15px 20px;padding:15px 20px 10px 20px;}
blockquote p{color:#666;font-family:Helvetica, Arial, sans-serif;font-style:italic;}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.entry pre,
.entry code {
    font-family: mono-space, monospace;
    border: 1px solid #eee;
    padding: 20px;
    display: block;
    margin: 0 0 20px 0;
    overflow: auto;
    white-space: pre;
    font-size: 12px;
    line-height: 20px;
}

.entry code {
    padding: 1px 20px 0 20px;
    background: #f6f6f6;
    border-top: 0;
    border-bottom: 0;
}

sup {
    position: relative;
    top: -5px;
}

sub {
    position: relative;
    top: 5px;
}

code br {
    display: none;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.clear {
    clear: both;
    line-height: 0;
}

.sticky {}

.bypostauthor {}

.page-link {
    padding: 0 0 15px;
}

.breadcrumb {
    padding-bottom: 20px;
}


/* pagination */

.pagination,
.navigation {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 20px 0;
}

.single .pagination {}

.pagination a {

}


.pagination{
    font-size:16px;
    line-height:1.2;
}
.pagination .current{
    display:inline-block;
    vertical-align:top;
    padding:3px 8px;
}
.pagination a{
    display:inline-block;
    vertical-align:top;
    background:#037f41;
    color:#fff;
    padding:3px 8px;
}
.pagination a:hover{
    text-decoration:none;
    opacity:0.8;
}


.iframe-hold{
    margin:0 0 20px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframe-hold iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**/

.search-form {
    padding: 0 0 10px;
}

/**/



#score-box {
    font-size: 0;
    margin: 0 -16px 0 0;
    padding: 10px 0 20px;
    text-align: center;
}

#score-box .info {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

#score-box .info img {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}

#score-box .info h2 {
    box-sizing: border-box;
    display: inline-block;
    font-size: 25px;
    font-family: Helvetica, Arial, sans-serif;
}
font-weight: bold;
letter-spacing: 0;
line-height: 110%;
padding: 0 0 0 15px;
text-align: left;
text-transform: uppercase;
vertical-align: middle;
width: 80%;
}

#score-box .cols {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

#score-box .col {
    display: inline-block;
    padding: 10px 16px;
    vertical-align: top;
    width: 33.3%;
}

#score-box .clear {
    clear: both;
    display: none;
    font-size: 0;
    text-indent: -9999px;
    width: 100%;
}

#score-box .box {
    background-color: #e5e5e5;
    display: block;
    padding: 10px 5px;
}

#score-box .box h3 {
    color: #000;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}
font-weight: bold;
line-height: 125%;
margin: 0 0 2px;
text-align: center;
}

#score-box .box h4 {
    color: #000;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
}
font-weight: bold;
line-height: 125%;
text-align: center;
}

#top-ad {
    padding: 10px 0;
    text-align: center;
}

#top-ad .adsbygoogle {
    display: inline-block;
}

/**/

#button-future-sch {
}

#button-future-sch a {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 auto;
    max-width: 330px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}

/* RESPONSIVE */

@media screen and (max-width: 1000px){
    .post-password-form input[type="password"],
    .search-form input[type="search"]{width:55%;}
}
@media screen and (max-width: 880px){
    .post-password-form input[type="password"],
    .search-form input[type="search"]{width:50%;}
}
@media screen and (max-width: 550px){
    .main-add textarea,
    .main-add select,
    .main-add input[type="email"],
    .main-add input[type="url"],
    .main-add input[type="password"],
    #commentform p textarea,
    .main-add input[type="text"]{width:100%;}
    .post-password-form input[type="password"],
    #search_block input[type="text"],
    .search-form input[type="search"]{width:55%;}
    .post-password-form label{font-size:15px;}
    #search_block{padding:0 0 20px;}
}
@media screen and (max-width: 480px){
    .post-password-form label.decor-label{display:block;}
    .wp-caption.aligncenter,
    .wp-caption.alignright{
        width:auto !important;
        float:none;
        margin:0 0 5px;
    }
    .posts-lst .txt-box p{display:none;}
}

@media screen and (max-width: 767px){
    .wp-caption.alignleft{margin-right:0;max-width:100%;}
    table.cfb-sch td.sch-bg{padding:8px 0 8px 5px;font-size:14px;background-color:#e5e5e5;}
}

/* retina */
@media (-webkit-min-device-pixel-ratio:2) ,(min--moz-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2dppx){
    /*.top-links-area:before{
            background-image:url(images/bg-top-h-decor@2x.png);
            background-size:73px auto;
    }*/
}

/* responsive layout */

/* @media screen and (min-width: 1024px) {
        #wrapper.active, #footer.active, header.active {
                left: 0;
        }
        .nav-m-area.active {
                right: -290px;
        }
} */

@media screen and (max-width: 1023px) {
    .inn-page {
        max-width: none;
    }
    #footer .page-holder, #main .page-holder {
        max-width: 1023px;
    }
    .page_left {
        float: none;
        margin: 0;
        max-width: none;
        padding: 0 0 15px;
        width: auto;
    }
    .top-info-area .img-block {
        width: 66.7%;
    }
    .team_header {
        margin: 0 auto;
    }
    .inn-img {
        text-align: center;
    }
    .inn-img > a {
        max-width: 850px;
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (max-width: 1023px) {
    body.fixed {
        overflow: hidden;
    }
    header {
        transition: left 0.4s linear;
    }
    .f-area .box {
        text-align: center;
        width: 50%;
    }
    .f-area .box:nth-child(2) {
        border: 0;
    }
    .f-area .box:last-child {
        width: auto;
        float: none;
        clear: both;
    }
    #content{
        float:none;
        width:auto;
        max-width:none;
        margin:0 0 15px;
    }
    #sidebar{
        padding:0;
    }
    .widget-popular .txt-box h4{
        font-size:16px;
        line-height:1.3;
    }
    .top-info-area .img-block{
        float:none;
        width:auto;
        max-width:none;
    }
    .top-info-area .images-hold img,
    .top-info-area .img-block img{width:100%;}
    .top-info-area .images-hold .box{
        float:left;
        width:50%;
    }
    #nav{display:none;}
    /* .m-nav-link{display:block;}
    .nav-area{float:right;} */
}

@media screen and (max-width: 767px) {
    #score-box {
        margin: 0 -5px;
    }
    #score-box .info {
        width: 100%;
    }
    #score-box .clear {
        display: block;
    }
    #score-box .cols {
        width: 100%;
    }
    #score-box .col {
        padding: 10px 5px;
        width: 33%;
    }
    #score-box .info img {
        width: 15%;
    }
    #score-box .info h2 {
        font-size: 20px;
    }
    .inn-page {
        max-width: 100%;
    }
    h1.entry-title-page {
        font-size: 22px;
    }
    .post_listing .col-xs-8 p, .cfb-sch tr:nth-child(2) {
        display: none;
    }
    .social-lst {
        width: 18px;
    }
    /*
    table.cfb-sch td {
            padding-top: 0;
            padding-left: 0;
    }

    table.cfb-sch td.cfb1{
            padding-top:7px;
            padding-bottom:0;
    }
    table.cfb-sch td {
            border: 0;
            display: block;
            padding-left: 80px;
            text-align: left;
            width: auto;
    }
    table.cfb-sch tr:nth-child(1) td {
            padding: 0;
    }
    table.cfb-sch tr:nth-child(2) td {
            padding: 0;
    }
    table.cfb-sch tr:nth-child(3) td {
    }
    table.cfb-sch td.cfbh-hel {
            display: none;
    }
    table.cfb-sch td.red {
            padding-left: 0;
    }
    table.cfb-sch tr {
            border-bottom: 1px solid #999;
            display: block;
    }
    .cfb4 a {
            display: inline-block;
            vertical-align: top;
            width: auto;
    }
    td.cfb2h {
            left: -70px;
            position: absolute;
            width: 70px;
    }
    table.cfb-sch td.cfb1 {
            font-weight: bold;
    }
    table.cfb-sch td.cfb1 br, .cfb4 a br {
            display: none;
    }
    */
    #comments .comment-form-url, #comments .comment-form-email, #comments .comment-form-author{
        float:none;
        width:auto;
        padding:0 0 15px;
    }
    table.team2011, table.team2011 tbody,
    table.team2011 td, table.team2011 tr{
        display:block;
        width:auto;
        font-size:15px;
    }
    table.team2011 .team-rt{padding-bottom:3px;}
    .h1-head h1{font-size:24px;}
    .resp-table-bowl tbody td.bowl-location-td::before {
        color: #333;
        content: "Location";
        padding-right:5px;
        float: left;
        font-size: 13px;
        font-weight: bold;
    }
    .resp-table-bowl tbody td.bowl-time-td::before {
        color: #333;
        padding-right:5px;
        content: "Time (ET) / TV";
        float: left;
        font-size: 13px;
        font-weight: bold;
    }
    .resp-table-bowl tbody td.bowl-tix-td::before {
        color: #333;
        padding-right:5px;
        content: "Tickets";
        float: left;
        font-size: 13px;
        font-weight: bold;
    }
    .resp-table-bowl tbody, .resp-table-bowl tr, .resp-table-bowl td{
        display:block;
        padding:0;
        text-align:left;
    }
    .resp-table-bowl tbody td{
        border-bottom:1px solid #ccc;
        text-align:right;
        font-size:14px;
        padding:4px;
    }
    .resp-table-bowl tbody td.bowl-matchup-td{
        background:#ccc !important;
    }
    .resp-table-bowl thead{display:none;}
    td.nfl-hel, td.ncaa-hel{
        padding-left:7px;
        padding-right:7px;
    }
    td.nfl-tx, td.ncaa-tx{font-size:13px;}
    .page_left .inside{
        padding-left:0;
        padding-right:0;
    }
    .row.schedu-list .col-sm-6{
        float: none;
        width: auto;
    }
    .row.schedu-list {
        padding: 0;
    }
    .row.schedu-list .col-sm-6.schedu-list {
        padding-bottom: 0px;
    }
    .row.schedu-list .col-sm-6.schedu-list h4 + ul {
        margin-bottom: 10px;
    }
    .post_listing .col-xs-8 h3,
    .posts-lst .txt-box h3{
        font-size:15px;
        margin-bottom:6px;
    }
    .post_listing .col-xs-4,
    .posts-lst .img{margin:0 15px 0 0;}
    .post_listing .col-xs-8 .date_author,
    .posts-lst .txt-box .txt{font-size:12px;}
    .f-area .box{
        width:auto;
        float:none;
        border:0;
    }
    .posts-lst > li{
        padding-left:5px;
        padding-right:5px;
    }
    .top-info-area .images-hold .box{
        float:none;
        width:auto;
    }
    .top-info-area .txt-box h2{font-size:19px;}
    .top-info-area .images-hold h2{font-size:19px;}
    .top-info-area .txt-box{padding:40px 15px 15px;}
    .top-info-area a:hover{color:#fff;}
    table.cfb-sch td.maroon, table.cfb-sch td.black, table.cfb-sch td.blue, table.cfb-sch td.blue2, table.cfb-sch td.blue3, table.cfb-sch td.blue5, table.cfb-sch td.blue6, table.cfb-sch td.blue7, table.cfb-sch td.blue8, table.cfb-sch td.brown, table.cfb-sch td.cblue, table.cfb-sch td.tarblue, table.cfb-sch td.gold, table.cfb-sch td.gold2, table.cfb-sch td.gray, table.cfb-sch td.green, table.cfb-sch td.green2, table.cfb-sch td.green4, table.cfb-sch td.blue4, table.cfb-sch td.green3, table.cfb-sch td.red2, table.cfb-sch td.maroon2, table.cfb-sch td.maroon3, table.cfb-sch td.navy, table.cfb-sch td.orange, table.cfb-sch td.orange2, table.cfb-sch td.orange3, table.cfb-sch td.purple, table.cfb-sch td.purple2, table.cfb-sch td.purple3, table.cfb-sch td.red, table.cfb-sch td.red3, table.cfb-sch td.teal, table.cfb-sch td.texorange, table.cfb-sch td.yellow, table.cfb-sch td.yellow2, table.cfb-sch td.gt-gold {
        padding: 10px 3px 10px 3px;
        text-align:center !important;
    }
}
@media screen and (max-width: 440px){
    .post_listing .col-xs-4, .posts-lst .img{width:33%;}
    h1.sched {
        font-size: 20px;
        padding: 0 10px;
        display:block;
    }
}
.signal-loading {
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #00a6de;
    border-radius: 30px;
    height: 40px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    width: 40px;
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.alm-listing li h3 {
    font-weight: 600;
}


.gsc-search-box .gsc-search-button input {
    background-color: #108F34;
    display: block;
    height: 25px;
    margin-top: 0;
    padding: 6px;
    width: 25px;
}

.gsc-input-box .gsib_a {
    padding-top: 0;
}

.gsc-input-box .gsst_a {
    padding-top: 5px;
}

div.updated {
    font-size:14px !important;
    font-weight: normal;
    font-style:italic;
    text-align: left;
    padding:0 0 10px 0;
}

div.nfl-fut {
    font-size:14px !important;
    font-weight: bold;
    font-style:italic;
    text-align: left;
    padding:0 0 10px 10px;
}

.load-more.v2.hidden {
    display: none;
}

.load-more.v2,.ibk-animation {
    border: 5px solid #39009F;
    border-radius: 30px;
    height: 40px;
    margin: 0 auto;
    opacity: 0;
    width: 40px;
    position: relative;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
        opacity: 0.0;
        transform: scale(.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

.team-nick-name {
    display: inline;
    font-size: 16px;
    font-weight: normal;
}

/**/

.desktop-schedule {
    display: block !important;
}

.mobile-schedule {
    clear: both;
    display: none !important;
}

.mobile-schedule .row-heading {
    margin: 0 0 10px;
}

.mobile-schedule .row {
    border-bottom: 1px solid #ccc;
    font-size: 0;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.mobile-schedule .row:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
    width: 100%;
}

.mobile-schedule .row-heading .col-heading {
}

.mobile-schedule .row-heading .col-heading h1 {
    background-color: #b0063a;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 125%;
    padding: 7px 5px;
    text-align: center;
}

.mobile-schedule .row-heading .col-heading h2 {
    background-color: #b0063a;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 125%;
    padding: 7px 5px;
    text-align: center;
}

.mobile-schedule .row .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    width: 20%;
}

.mobile-schedule .row .col01 {
    padding: 5px 0 0 10px;
    width: 15%;
}

.mobile-schedule .row .col02 {
    font-size: 0;
    padding: 0 0 0 5px;
    width: 12%;
}

.mobile-schedule .row .col03 {
    width: 42%;
}

.mobile-schedule .row .col04 {
    padding: 5px 0 0 15px;
    width: 31%;
}

.mobile-schedule .row .col05 {
    padding: 10px 0 0 5px;
    width: 16%;
}

.mobile-schedule .row .col01 span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}

.mobile-schedule .row .col02 img {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 25px;
}

.mobile-schedule .row .col03 h3 {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
    padding: 5px 0 0;
}

.mobile-schedule .row .col03 h3 span {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.mobile-schedule .row .col03 h4 {
    color: #999;
    display: block;
    font-size: 12px;
    font-style: italic;
    line-height: 100%;
    margin: 2px 0 0;
}

.mobile-schedule .row .col03 a, .mobile-schedule .row .col03 span.t-nogb-c {
    background-color: #ccc !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    margin: 5px 0 0;
    padding: 4px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.mobile-schedule .row .col03 span.t-nogb-c span {
    line-height: 100%;
}

.mobile-schedule .row .col04 span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    padding: 2px 0;
}

.mobile-schedule .row .col04 span.nobold {
    font-weight: normal;
}

.mobile-schedule .row .col05 span {
    font-size: 10px;
    font-weight: bold;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
}

/**/

@media (max-width: 600px) {
    .desktop-schedule {
        display: none !important;
    }
    .mobile-schedule {
        display: block !important;
    }
}

/**/

.desktop-alt-schedule {
    display: block;
    margin: 0 0 20px;
}

@media (max-width: 1023px) {
    .desktop-alt-schedule {
        margin: 0 -10px;
    }
}

.mobile-alt-schedule {
    display: none;
    margin: 0;
    padding: 20px 0;
}

table.spring-alt {
    display: block;
    margin: 0;
}

table.spring-alt tbody {
    display: block;
}

table.spring-alt tr {
    display: block;
    font-size: 0;
    padding: 5px 0;
}

table.spring-alt tr:last-child {
    border: none;
}

table.spring-alt .title-matchup {
    display: block;
    width: 100%;
}

table.spring-alt .title-matchup strong {
    background-color: #ccc;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 125%;
    padding: 5px;
}

table.spring-alt .spring1, table.spring-alt .spring2, table.spring-alt .spring3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

table.spring-alt .spring1 {
    padding: 0 10px;
    width: 52%;
}

table.spring-alt .spring2 {
    text-align: right;
    width: 20%;
}

table.spring-alt .spring3 {
    padding: 0 0 0 10px;
    width: 28%;
}

table.spring-alt .spring1 .spring-row {
    font-size: 15px;
    font-weight: bold;
    line-height: 125%;
    padding: 2px 0;
}

table.spring-alt .spring1 img {
    display: inline-block;
    margin: 0 4px 0 0;
    vertical-align: middle;
    width: 20px;
}

table.spring-alt .spring2 .spring-row {
    color: #aaa;
    font-size: 15px;
    font-weight: bold;
    line-height: 145%;
    padding: 1px 15px 3px 0;
}

table.spring-alt .spring2 .w, table.spring-alt .spring2 .l {
    display: block;
    padding: 0 10px 0 0;
    position: relative;
}

table.spring-alt .spring2 .w {
    color: #000;
}

table.spring-alt .spring2 .w:after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #666;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
}

table.spring-alt .spring3 .spring-row {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 125%;
    padding: 2px 0;
}

table.spring-alt .spring3 a {
    background-color: #ddd;
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 100%;
    padding: 3px 9px;
}

table.spring-alt .spring3 a:hover {
    text-decoration: none;
}

.fbschedule-wrapper #team-ad.team-ad-box {
    padding: 30px 50px 15px;
}

.fbschedule-wrapper .social-icons-top {
    margin: 0;
}

@media (max-width: 767px) {
    .desktop-alt-schedule {
        display: none;
    }
    .mobile-alt-schedule {
        display: block;
        margin: 0 -10px;
        padding: 0 0 20px;
    }
    .fbschedule-wrapper #team-ad.team-ad-box {
        border: none;
        margin: 0;
        padding: 10px 0 15px;
    }
    .fbschedule-wrapper .social-icons-top {
        display: none;
    }
    .bowl-bg {
        padding: 10px;
    }
    .bowl-year-bg {
        padding: 10px;
    }
    .mobile-alt-schedule table.spring-alt tr {
        border-bottom: 1px solid #d9d9d9;
    }
}

@media (max-width: 480px) {
    table.spring-alt .spring2 .spring-row {
        padding: 3px 0;
    }
    .search-top-block{
        display: none;
    }
}
@media (max-width: 320px) {
    .mobile-schedule .row .col02 img {
        margin: 0;
    }
}
.ncaa-archive-division-name {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ncaa-archive-division-name h3 {
    background-color: #eee;
    display: block;
    font-size: 14px;
    line-height: 125%;
    padding: 10px;
    text-transform: uppercase;
}

.page-template-page-schedule .j-menu-cfb {
    margin-bottom: 15px;
}

.conference-section-start-heading {
    color: #000 !important;
    background: #CCCCCC !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.mobile-score-custom-heading {
    color: #000;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    background-color:#e5e5e5;
}

.desktop-schedule .cw-10 {
    width: 10%;
}

.desktop-schedule .cw-40 {
    width: 40%;
}

.desktop-schedule .cw-15 {
    width: 15%;
}

.mobile-schedule .row.mobile-score-custom-heading-wrapper {
    margin-top: -10px !important;
    padding: 0px !important;
}

.mobile-schedule .row.mobile-score-custom-heading-wrapper h1 {
    padding: 5px 0px;
    display: block;
}

.img-hel-chanmipon {
    height: 46px;
    width: 70px;
}

table.spring-games{border:none;border-collapse:collapse;width:100%;margin-bottom:15px;}
th.spring-games-sch, th.spring-games-time, th.spring-games-tv{font-size:14px;font-weight:bold;background-color:#ccc;padding:5px 0 5px 5px;}
th.spring-games-sch{text-align:left;width:40%;}
th.spring-games-time{text-align:center;width:21%;}
th.spring-games-tv{text-align:center;width:39%;}
.spring-games td a:link, .spring-games td a:visited{color:#339;font-weight:bold;text-decoration:none;}
.spring-games td a:active, .spring-games td a:hover{color:#339;text-decoration:underline;}
table.spring-games td{font:bold 12px;padding:6px 0 6px 5px;color:#000;}
.spring-games-1{text-align:left;}
.spring-games-2, .spring-games-3{text-align:center;}
.spring-games tr:nth-child(even){background-color:#f2f2f2;}
.spring-games tr:nth-child(odd){background-color:#fff;}
@media all and (max-width:3000px){table.spring-games td, th.spring-games-sch, th.spring-games-time, th.spring-games-tv{font-size:14px;}
}

/**/

#page-sschedules {
}

#page-sschedules .entry-title-page {
    font-size: 30px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 0 30px;
    text-align: center;
}

#page-sschedules .content {
}

#page-sschedules .content h3 {
    border-bottom: 3px solid #ddd;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 0 25px;
    padding: 0 0 5px;
}

#page-sschedules .content .ss-links {
    font-size: 0;
    margin: 0 -30px 15px;
    width: auto;
}

#page-sschedules .content .ss-links .link {
    display: inline-block;
    margin: 0 0 30px;
    padding: 0 30px;
    vertical-align: top;
    width: 33.33%;
}

#page-sschedules .content .ss-links a {
    background-color: #0d7f41;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#page-sschedules .content .ss-links a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    #page-sschedules .content .ss-links {
        margin: 0 -10px 15px;
    }
    #page-sschedules .content .ss-links .link {
        margin: 0 0 15px;
        padding: 0 10px;
        width: 50%;
    }
}

@media (max-width: 480px) {
    #page-sschedules .content .ss-links {
        margin: 0 0 15px;
    }
    #page-sschedules .content .ss-links .link {
        margin: 0 0 15px;
        padding: 0;
        width: 100%;
    }
}

.nfl-opponent-text, .cfl-opponent-text {
    display: inline-block;
}

.nfl-preseason-text, .cfl-preseason-text {
    display: inline;
}

.nfl-stadium-text, .cfl-stadium-text {
    display: block;
}

.mobile-schedule .row .col03 strong.bye-text {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding-top: 11px;
    display: block;
    text-align: left;
}

.img-hel.img-conference_image {
    height: 55px !important;
    width:  auto !important;
}

.homecoming-game-score-td a, .homecoming-game-score-td strong{
    display: inline-block !important;
}

.homecoming-game-score-td .home-coming-game-text {
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
    position: relative;
}

.homecoming-game-score-td .stadium-txt-span {
    display: block;
    font-size: 14px;
}

.canceled.spring2 .spring-row, .canceled.spring2 {
    color: #000 !important;
    font-size: 13px  !important;
}

.cfb2.center.canceled {
    text-align: center !important;
}

.mobile-schedule .row .col04 span.canceled {
    position: relative;
}

.current-season-week-scroe-wrapper span.team-rank, .desktop-schedule .cfb-sch span.team-rank, .mobile-schedule span.team-rank, .single-ncaa span.team-rank{
    color: #666 !important;
    font-size: 11px !important;
}

.rank-wrapper {
    float: left !important;
    padding-right: 4px !important;
}

.rank-wrapper span.team-rank {
    color: #4f4f4f !important;
    font-size: 14px !important;
}

/**
*
* Popular and Recently Posts CSS.
* Made by WP Bullet.
*
*/
.recently-list li,
.wpp-list li {
    border-bottom: 1px solid #bbb;
    margin-bottom: 1em;
    padding: 10px 0;
}

.recently-post-title,
.wpp-post-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.recently-post-title:hover,
.wpp-post-title:hover {
    color: #2d9561;
    text-decoration: none;
}

.recently-thumbnail-wrapper,
.wpp-thumbnail {
    margin: 0 10px 0 0;
}

span.ot-text, .bowl-ot-text {
    font-weight: bold;
    padding-left: 2px;
}

.google-custom-search form.search-form {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.google-custom-search form.search-form .search-form__field {
    min-width: 50%;
}

.google-custom-search .main-holder .inn-page p {
    margin: 0 0 20px;
    font-size: 15px;
}

.google-custom-search .inn-page h1 P{
    margin: 0 0 20px;
}

.google-custom-search .pagination.pagination-full {
    text-align: center;
    margin-bottom: 20px;
}

.google-custom-search .pagination.pagination-full a {
    color: #fff;
}

.google-custom-search .pagination.pagination-full .page-numbers.active {
    background-color: gray;
}

.resp-table-bowl .bowl-matchup-td span.team-rank {
    padding: 0px !important;
    margin-right: -1px;
    vertical-align: middle !important;
    margin-bottom: 0px;
    color: #666 !important;
    font-size: 11px;
    line-height: 125%;
    font-weight: bold;
}

.mobile-alt-schedule.mobile-alt-bowl-schedule .current-season-week-scroe-wrapper span.team-rank {
    padding: 0px !important;
    margin-right: -1px;
    margin-bottom: 0;    
}

.page-template-page-templates .desktop-alt-schedule .current-season-week-scroe-wrapper span.team-rank {
    padding: 0px !important;
    margin-right: -1px;
    vertical-align: middle !important;
    margin-bottom: 0px;
}

.desktop-alt-schedule .current-season-week-scroe-wrapper .neutral-site-game-address{
    font-weight: normal;
    margin: 0px;
    vertical-align: top;
    line-height: normal;
}

.mobile-alt-schedule .current-season-week-scroe-wrapper .neutral-site-game-address{
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 100%;
    margin: 0;
    text-align: left;
}

.mobile-alt-schedule .current-season-week-scroe-wrapper span.team-rank {
    padding: 0px !important;
    margin-right: 3px;
    margin-bottom: 0px;
}

.mobile-schedule .row .sch-bg {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    background: #E5E5E5;
    text-align: center;
    padding: 3px;
    margin-bottom: 7px;
}

.mobile-schedule .row.sch-wrapper{
    padding: 0px;
    margin: 0px;
    border: none;
}

/**
*
* BEGIN Custom Menu
* Made by WP Bullet.
*
*/

#nav > li > ul > li:hover ul, #nav > li:hover > ul {
    display: flex;
    justify-content: space-around;
}

#nav ul.lvl-2 {
    width: 100% !important;
    position: fixed !important;
    top: unset !important;
    left: 0 !important;
    right: 0;
    height: auto;
    display: none;
    justify-content: center;
}

#nav ul.lvl-2 li {
    display: block;
    margin: 0 0 0 1.6%;
    width: 15%;
}

#nav ul.lvl-2 li ul.lvl-3 {
    display: block;
    visibility: visible;
}

#nav ul.lvl-2 li ul.lvl-3 li ul.lvl-4 {
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    display: none;
    width: 100%;
    z-index: 999;
    min-width: 150%;
}

#nav ul.lvl-2 li ul.lvl-3 li ul.lvl-4 li {
    display: block;
    margin: 0;
}

#nav ul.lvl-2 li ul.lvl-3 li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

#nav .lvl-2 li:first-child {
    margin-left: 0;
}

#nav ul.lvl-2 li ul.lvl-3 li:first-child {
    margin-left: 1.6%;
}

#nav .lvl-2 li .drop-sub {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

#nav .lvl-2 li .drop-sub:hover {
    background-color: transparent;
    color: #777;
    cursor: default;
}

#nav ul.lvl-2 li ul.lvl-3 li:hover > ul.lvl-4 {
    display: block;
    columns: 2;
}

#nav ul.lvl-2 li > ul.lvl-3 > li:hover > a {
    background-color: #037f41;
    color: #fff !important;
}

#nav ul a {
    padding: 12px;
}

#nav ul a.drop-sub > span::after {
    content: "";
}

#nav .fa-chevron-down {
    display: none;
}

.nav-m-area {
    width: 100%;
    right: 0;
    top: 54px;
    display: none;
}

.nav-m-area.active {
    display: block;
}

#wrapper.active, #footer.active, header.active {
    left: 0;
}

.search-form-h {
    display: none;
}

.m-nav-link {
    display: none;
}

@media (max-width: 480px) {
    .search-form-h {
        display: block;
    }

    header .page-holder {
        justify-content: space-between;
    }

    header .nav-area {
        display: none;
    }

    .m-nav-link {
        display: block;
    }

    #nav .fa-chevron-down {
        display block;
    }
}

@media (max-width: 1023px) {
    .search-form-h {
        display: block;
    }

    header .page-holder {
        justify-content: space-between;
    }

    header .nav-area {
        display: none;
    }

    .m-nav-link {
        display: block;
    }

    #nav .fa-chevron-down {
        display: block;
    }
}

/**
*
* END Custom Menu
* Made by WP Bullet.
*
*/


.m-score-team-name {
    font-size: initial;
}

.mobile-schedule.m-scores-wrapper {
    margin: 0 -10px;
}

.mobile-schedule.m-scores-wrapper .row .col01 {
    width: 14%;
}

.mobile-schedule.m-scores-wrapper .row .col01 img {
    display: block;
    height: auto;
    width: 40px;
}

.mobile-schedule.m-scores-wrapper .row .col02 {
    font-size: initial;
    width: 61%;
}

.mobile-schedule.m-scores-wrapper .row .col02 .m-score-date {
    color: #666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.mobile-schedule.m-scores-wrapper .row .col02 .m-score-team-name {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin: 0;
}

.mobile-schedule.m-scores-wrapper .row .col02 .m-score-team-name span {
    margin: 0 5px 0 0;
}

.mobile-schedule.m-scores-wrapper .row .col02 .m-score-stadium-location {
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-style:italic;
    line-height: 100%;
    margin:0;
}

.mobile-schedule.m-scores-wrapper .row .col02 p {
    color: #000;
    font-size: 12px;
    line-height: 100%;
    margin: 5px 0 0;
}

/*
.mobile-schedule.m-scores-wrapper .row .col02.col-off-week {
        text-align: center;
    vertical-align: middle;
}
*/

.mobile-schedule.m-scores-wrapper .row .col03 {
    width: 24%;
}

.mobile-schedule.m-scores-wrapper .row .col03 .t-nogb-c {
    font-size: 12px;
    line-height: 125%;
    margin: 0;
    padding: 13px 5px;
}

.mobile-schedule.m-scores-wrapper .row .col03 .t-buy {
    font-size: 12px;
    line-height: 125%;
    margin: 0;
    padding: 13px 5px;
    text-transform: none;
}

@media (max-width: 480px) {
    .mobile-schedule.m-scores-wrapper .row .col02 {
        width: 58%;
    }
    .mobile-schedule.m-scores-wrapper .row .col03 {
        width: 28%;
    }
}

.mobile-schedule .row .col03 span.m-scroe-canceled {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}

body.single-ncaa .schedu-list .cols {
    font-size: 0;
    margin: 0 -10px 25px;
    padding: 0;
    text-align: center;
}

body.single-ncaa .schedu-list .cols li {
    display: inline-block;
    float: none;
    padding: 0 10px;
    vertical-align: top;
    width: 33.33%;
}

body.single-ncaa .schedu-list .cols li h2 {
    width: 100%;
}

body.single-ncaa .schedu-list .cols li a {
    padding: 0;
}

@media (max-width: 600px) {
    body.single-ncaa .schedu-list .cols {
        margin: 0 0 20px;
    }
    body.single-ncaa .schedu-list .cols li {
        display: block;
        margin: 0 0 10px;
        padding: 0;
        width: 100%;
    }
    body.single-ncaa .schedu-list .cols li h2 {
        display: block;
        padding: 6px 5px;
        width: 100%;
    }
}

.single-ncaa-future-schedule-wrapper .j-menu-cfb {
    text-align: center;
    padding: 15px 0px;
}

.single-ncaa-future-schedule-wrapper td.blue {
    padding: 0px;
    margin: 0px;
}

.single-ncaa-future-schedule-wrapper td.blue h1.sched, .single-ncaa-future-schedule-wrapper .mobile-schedule .row-heading .col-heading h1 {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    padding: 7px 5px;
    text-align: center;
    margin: 0 0 1px;
}

tr.tba-games-row td {
    padding: 10px 0px;
    font-size: 14px;
}

tr.tba-games-row-2 td {
    padding-top: 0px;
}

tr.tba-games-row td strong {
    width: auto;
    display: inline;
}

.tba-games-row-col.col {
    padding: 5px 0 0 10px;
    font-size: 13px;
}

.tba-games-row-col.col strong {
    font-weight: bold;
}

.tba-games-row-col-2.col {
    padding-top: 10px;
}

.resp-table-stats {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 10px 0 20px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.resp-table-stats caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.resp-table-stats tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.resp-table-stats th,
.resp-table-stats td {
  padding: .625em;
  text-align: center;
}

.resp-table-stats th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight:bold;
}

@media screen and (max-width: 600px) {
  .resp-table-stats {
    border: 0;
  }

  .resp-table-stats caption {
    font-size: 1.3em;
  }
  
  .resp-table-stats thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .resp-table-stats tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .resp-table-stats td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .resp-table-stats td::before {    
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .resp-table-stats td:last-child {
    border-bottom: 0;
  }
}

.exclude-link {
    cursor: default;
}

.exclude-link:hover {
    cursor: default;
    text-decoration: none;
}

.schedu-list .team-hd a {
    color: inherit;
}

.schedu-list .team-hd a:hover {
    text-decoration: none;
}

.row.schedu-list .col-sm-6 h3 a {
    color: #fff;
}

.row.schedu-list .col-sm-6 h3 a:hover {
    color: #fff;
    text-decoration: none;
}