/*!
Theme Name: Husker Max
Theme URI: http://fusionfarm.com/
Template:     sportsfish
*/

body {
  background-attachment: fixed;
  background-color: #111;
}
p {
  margin: 5px 0 10px 0;
}
h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}
h1 {
  font-size: 2.75rem;
}
h2 {
  font-size: 2.1rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.15rem;
}
strong,
.bold {
  font-weight: 700;
}
main.full-width {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 2px solid #c6201c;
	box-shadow:none;
}
pre {
  white-space: pre-wrap;       /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word
}

/****** WPPDF HIDE LINK ******/
.pdfemb-poweredby {
  display: none !important;
}

#super-header, .page-footer, .widget-head, .article-container h2, .tags a, .article-container .social-share-wrap, .btn, .btn-large {
  background-color: #c6201c;
}
.social-share-wrap {
  background-color: #c6201c;
  color: #fff;
  float: right;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px;
}
.social-share-wrap h5{
  display: inline;
  color: #fff;
  margin-right: 10px;
}
.social-share-wrap a {
  color: #fff;
  font-size: 1.25rem;
  margin: 0 10px;
}

/*
.widget_text .row.txt-only {
	background-color: #FFF;
}
.textwidget td, 
.textwidget th {
	padding: 0;
}
*/

/****** SEARCH NAVIGATION STYLES ******/
div#search-nav-wrap {
    text-align: center;
    margin-bottom: 15px;
}
.page-numbers {
    display: inline-block;
    padding: 5px 10px 4px;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
span.page-numbers.current {
    color: #FFF;
    background-color: #3d3d3d;
}
a.page-numbers {
    color: #FFF;
    background-color: #c6201c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.page-numbers:hover {
    background-color: #A30000;
}

.widget-body h3 {
  margin-bottom: 3px;
}
.main-content>aside>aside, .main-content>aside>div {
  padding: 0;
}
.btn:hover, .btn-large:hover {
  background-color: #A30000;
}
a, .dropdown-content li>a, .dropdown-content li>span {
  color: #c6201c;
}
p a {
  text-decoration: underline;
}
.row.sh-row {
  margin-bottom: 0;
}
.brand-logo img {
  max-height: 75px;
}
.menu-top-navigation-container #menu-top-navigation {
  margin: 1px 0 0 0;
}
.menu-top-navigation-container #menu-top-navigation .main-menu-item {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 5px;
}
.menu-top-navigation-container #menu-top-navigation .main-menu-item:first-child {
  padding: 0 5px 0 0;
}
.menu-top-navigation-container #menu-top-navigation .main-menu-item:last-child {
  padding: 0 0 0 5px;
}
.menu-top-navigation-container #menu-top-navigation .main-menu-item a {
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1px;
}
nav ul a {
  padding: 0 10px;
}
nav .nav-wrapper i.right {
  margin-left: -2px;
}
nav {
  background-color: #3d3d3d;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px -5px rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.menu-main-navigation-container {
  display: inline-block;
}
.header-site-name h1 {
  color: #FFF;
  margin: 5px 0;
}
.right.title-date a {
  display: inline-block;
}
.right.title-date a i.fa.fa-rss {
  margin-left: 10px;
  font-size: 20px;
  margin-top: -3px;
  vertical-align: middle;
}
ul#fresh-links {
  padding: 0 0 0 20px;
}
ul#fresh-links li.fresh-link {
  list-style-type: disc;
}
.widget h2, .content-module h2 {
  font-family: 'Roboto Slab', serif;
}
.row .col {
  padding: 0 1rem;
}

/****** HOME PAGE STYLES ******/

#hp-col-1, #hp-col-2 {
  width: 48%;
  float: left;
}
#hp-col-1 {
  margin-right: 4%;
}
.tag-line-wrap.col {
  font-family: 'Roboto Slab', serif;
  text-align: left;
  padding-left: 155px;
  text-transform: uppercase;
  color: #FFF;
}
#carousel-wrap {
  overflow: hidden;
  position:relative;
}
.owl-navigation {
 position:absolute;
 z-index: 2;
 width:100%;
 padding-bottom:56%;
}
.owl-navigation {
  color:#D6D6D6;
  font-size:3em;
}
.owl-navigation .owl-prev:hover, .owl-navigation .owl-next:hover {
  color:#454545;
  text-shadow: rgba(255,255,255,1) 0px 0px 2px;
}
.owl-navigation .owl-prev, .owl-navigation .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: rgba(0,0,0,1) 0px 0px 2px;
}
.owl-navigation .owl-prev {left:5px;}
.owl-navigation .owl-next {right:5px;}
.owl-carousel .owl-dots {margin-top:5px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:#454545;}
.owl-carousel .owl-stage{background-color:#fff;}
.owl-carousel .item.active {
  visibility: visible !important;
}
.owl-carousel .item .info {
  text-align: left;
  padding: 15px 10px 10px 10px;
  margin-top: -6px;
}
.owl-carousel .item .info h3 {
  font-weight: 700;
  margin-top: 0px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
  -webkit-line-clamp: 3;
  max-height: calc(1em * 1.2 * 3);
}
.owl-carousel .item .info h3:after {
  content: '...';
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  height: calc(1em * 1.2);
}
@supports (-webkit-line-clamp: 1) {
  .owl-carousel .item .info h3:after {
    display: none !important;
  }
}
.owl-carousel .indicators .indicator-item {
  height: 12px;
  width: 13px;
  margin: 10px 6px;
}
.owl-carousel .item .image {position:relative;}

#lh-wrap h2 .right.title-date {
  font-family: 'Roboto', sans-serif;
}

/* Sportsfan Connect overrides */

.home .main-content>main #lh-wrap, .widget h2, .content-module h2, #lh-wrap h2, .main-content>aside>aside, .main-content>aside>div {
  background-color: transparent;
}
.widget h2, .content-module h2, #lh-wrap h2, .article-container h2 {
  padding: 0 0 0 10px;
  margin: 0 !important;
}
.widget-head{
  padding: 0 !important;
  position: relative;
  width: calc(100% - 53px) !important;
  margin-right: 0;
  height: 62px;
}
.widget-head:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: -27px;
  width: 53px;
  height: 100%;
  background: #951b15;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  -o-transform: skew(40deg);
  transform: skew(40deg);
}
.widget-head h2 {
  font-family: 'Roboto Slab', serif;
  margin: 0;
  position: absolute;
  line-height: 62px;
  height: 62px;
  overflow: hidden;
  width: calc(100% + 10px);
}
.widget-head .title-date {
  font-size: 16px;
  margin: 0 5px;
  padding-top: 2px;
}
.widget-body {
  background-color: white;
  width: 100%;
  padding-bottom: 10px !important;
}
.widget-body.transparent-bg {
  background-color: transparent;
  padding-bottom: 0px !important;
}
.widget-body td, .widget-body th {
  padding: 0;
}
.full-ad {
  margin: 0 -1rem;
  background-color: transparent !important;
}
#bottom-ad-bar {
  left: 0;
  background-color: transparent;
}

.widget_latest_articles_widget li, .widget_latest-forum-posts li {
  border-bottom: 1px solid #ccc;
  padding: 0 5px 10px 5px;
  margin: 0 -5px 10px -5px;
}
.widget_latest_articles_widget li:last-of-type, .widget_latest-forum-posts li:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget_latest_articles_widget .lc-post-title, .widget_latest-forum-posts a {
  font-size: 1.2em;
}

.widget_latest_threads_widget .latest-thread {
border-bottom: 1px solid #ccc;
padding: 0 5px 10px 5px;
margin: 0 -5px 10px -5px;
}
.widget_latest_threads_widget .latest-thread:last-of-type {
border-bottom: 0;
}
.widget_latest_threads_widget .lt-post-title,
.widget_custom_html .lt-post-title,
.widget_custom_html .lc-post-title {
font-size: 1.2em;
}
.widget_latest_threads_widget .lt-post-title,
.widget_latest_threads_widget .lt-post-auth-date {
margin-bottom: 0;
}
.widget_latest_threads_widget .lt-post-auth-date #lt-post-auth {
padding-left: 0;
}
.widget_latest_threads_widget .lt-post-auth-date #lt-post-date {
padding-right: 0;
text-align: right;
}
.widget_custom_html .latest-thread {
border-bottom: 1px solid #ccc;
padding: 0 5px 10px 5px;
margin: 0 -5px 10px -5px;
}
.widget_custom_html .latest-thread:last-of-type {
border-bottom: 0;
}
.widget_custom_html .lt-post-title,
.widget_custom_html .lt-post-auth-date {
margin-bottom: 0 !important;
}
.widget_custom_html .lt-post-auth-date #lt-post-auth {
padding-left: 0;
}
.widget_custom_html .lt-post-auth-date #lt-post-date {
padding-right: 0;
text-align: right;
}
.widget_custom_html li {
  border-bottom: 1px solid #ccc;
  padding: 0 5px 10px 5px;
  margin: 0 -5px 10px -5px;
}
.widget_custom_html li:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#schedule-wrap #row-2 {
  text-align: center;
  display: none;
}
body.widget-include {
  background-color: transparent;
  background-image: none;
  margin: 0;
}
body.widget-include #schedule-wrap {
  margin-bottom: 0;
}
body.widget-include #schedule-wrap .widget-body {
  border: 1px solid #333;
  border-top: 0;
}
body.widget-include #schedule-wrap .widget-body .row.game-row {
  font-size: 13px;
}
body.widget-include #schedule-wrap .widget-body #row-3 a {
  display: none;
}
body.widget-include #schedule-wrap .widget-body #row-1 {
  display: none;
}
body.widget-include #schedule-wrap #row-2 {
  display: block;
}
body.widget-include #schedule-wrap .widget-body .center .seperator {
  display: none;
}
.gtw-page-txt {
padding-left: 0;
}
.gtw-page-iframe {
padding-right: 0;
}
@media screen and (max-width: 992px){
.gtw-page-txt {
padding-right: 0 !important;
}
.gtw-page-iframe {
margin-top: 20px;
padding-left: 0 !important;
}
}

/****** DEFAULT PAGE STYLES ******/

ul.link-items {
  margin: 0;
  padding-left: 0 !important;
}
ul.link-items li.link-item {
  display: block;
  list-style: none;
  margin-bottom: 5px;
  max-width: 250px;
  min-width: 250px;
  text-align: center;
}
ul.link-items li.link-item.inline {
  display: inline-block;
  max-width: inherit;
  min-width: inherit;
}
ul.link-items li.link-item a {
  background-color: #c6201c;
  border-radius: 3px;
  color: #FFF;
  display: block;
  padding: 2px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.link-items li.link-item a:hover {
  background-color: #951b15;
}
.content-row {
  margin-top: 20px;
}
.content-row .cg-wrap {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.content-row .cg-wrap:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}
.content-row .cg-wrap .cg-image-wrap {
  text-align: center;
}
.content-row .cg-wrap .cg-image-wrap .cg-image {
  width: 65%;
}
.content-row .cg-wrap .cg-col1 {
  padding-left: 0;
}
.content-row .cg-wrap .cg-col2 {
  padding-right: 0;
}
.content-row .cg-wrap .cg-col .cg-col-header {
  display: flex;
  margin-bottom: 0;
}
.content-row .cg-wrap .cg-col  .cg-col-header .cg-sched-year {
  font-family: 'Roboto Slab', serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  padding-left: 0;
}
.content-row .cg-wrap .cg-col .cg-col-header .cg-year-record {
  padding-right: 0;
  padding-top: 4px;
  text-align: right;
}
.content-row .cg-wrap .cg-col .cg-bowl-name {
  border-bottom: 1px solid #333;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.content-row .cg-wrap .cg-col .cg-score-wrap {
  margin-bottom: 0;
}
.content-row .cg-wrap .cg-col .cg-score-wrap .cg-team-col {
  padding-left: 0;
}
.content-row .cg-wrap .cg-col .cg-score-wrap .cg-score-col {
  padding-right: 0;
  text-align: right;
  font-weight: 700;
}
.content-row .cg-wrap .cg-col .cg-content p {
  margin-top: 0;
}
.content-row .cg-wrap .cg-col .cg-season-link {
  text-align: center;
}
.content-row .cg-wrap .cg-col .cg-season-link a {
  display: inline-block;
  background: #c6201c;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content-row .cg-wrap .cg-col .cg-season-link a:hover {
  background-color: #951b15;
}
/****** ALL THE GAMES STYLES ******/

.ag-page-body td,
.ag-page-body th {
  padding: 5px;
}
.ag-page-content-title {
  font-size: 1.4rem;
  font-family: 'Roboto Slab',serif;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}

/****** ALL GAMES/RESULTS ******/

.all-wrap {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 20px 0;
}
.all-wrap .all-link-wrap {
  padding: 0 0 10px;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
}
.all-wrap .all-link-wrap a {
  background-color: #c6201c;
  border-radius: 3px;
  color: #FFF;
  display: block;
  padding: 2px 10px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.all-wrap .all-link-wrap a:hover {
  background-color: #951b15;
}

/****** GAME PAGE STYLES ******/

.game-container main {
  padding-bottom: 20px;
}
.game-container .social-share-wrap {
  margin-top: 10px;
}

/* OLD SITE DECADE/YEAR STYLES */
.oldsite-decade-wrap {
  margin: 0 0 5px;
}
.oldsite-years-wrap {
  margin-bottom: 20px;
}
ul.oldsite-decades,
ul.oldsite-years {
  margin: 0;
}
li.oldsite-decade {
  display: inline-block;
  margin: 0 2px 5px 2px;
}
li.oldsite-decade a {
  background-color: #333;
  border-radius: 3px;
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 5px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
li.oldsite-decade a:hover {
  background-color: #666;
}
li.oldsite-year {
  display: inline-block;
  margin: 0 2px 5px 2px;
}
li.oldsite-year a {
  background-color: #c6201c;
  border-radius: 3px;
  color: #FFF;
  display: block;
  font-size: 16px;
  padding: 3px 8px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
li.oldsite-year a:hover {
  background-color: #951b15;
}
/* Sportsfan Connect could use these too */

.tags a, .tags div {
  display: inline-block;
}

.tags a {margin-bottom:10px;}
.tags div:first-of-type {margin-right:10px;}

.article-container article .gp-header {
  font-weight: 700;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.article-container article .gp-header .nebraska-score {
  color: #c6201c;
}
.article-container article .gp-header .nebraska-score, .article-container article .gp-header .opponent-score {
  position: relative;
  z-index: 100;
}
.article-container article .gdate-gtime {
  text-align: center;
}
.story-roll article .photo-container .medium-photo {max-width:250px;}
.story-roll article { border-bottom:1px solid #ccc; padding-bottom:15px;margin-bottom:20px;}
.story-roll article:last-of-type {border-bottom:0;margin-bottom:0;padding-bottom:5px;}
.story-roll article .sr-rm-link {
  padding-right: 0;
}
.story-roll article .tags {
  padding-left: 0;
}
table.striped>tbody>tr:nth-child(odd),
.rosters-content-container table>tbody>tr:nth-child(odd){
	background-color:#efefef;
}
table .hid {display:none;}

.story-roll article .story-title {
  margin-bottom: 0;
  margin-top: 0;
}
.story-roll article .date {
  display: block;
  margin-bottom: 10px;
}

.at-symbol {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-weight: 700;
  color: #d6d6d6;
  font-size: 75px;
}
.opponent-wrapper {
  /*max-width: 375px;
  float: none !important;
  margin: 0 auto;*/
}
.about-opponent-sect {
  margin-top: 20px;
  padding: 0px 5px;
  background-color: #333;
  color: #FFF;
}
.about-opponent-sect-title {
  padding: 10px 0;
  margin: 0;
  color: #fff;
  text-align: center;
}
.about-opp-items {
  margin-top: 0;
}
.about-opp-items .about-opp-item {
  padding: 3px 5px;
}
.about-opp-items .about-opp-item:nth-child(odd) {
  background-color: #555;
}
.about-opp-items .about-opp-item .about-opp-label {
  font-weight: 700;
}
.gloc-gtv {
  text-align: center;
}
.gp-aud-tr-wrapper {
  background-color: #efefef;
  border: 2px solid #333;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 10px 0 !important;
  text-align: center;
  text-transform: uppercase;
}
.gp-aud-tr-wrapper .gp-aud-tr-title {
  font-weight: 700;
}
.gp-rail-sect {
  margin: 20px 0 35px;
}
.gp-rail-sect .gp-rail-sect-title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.gp-rail-sect .gp-logo-wrap {
  text-align: center;
}
.gp-rail-sect .gp-team-links {
  text-align: center;
}
.gp-rail-sect .extra-links {
  margin-top: 0;
  text-align: center;
}
.gp-rail-sect .extra-links .extra-link {
  padding: 0 2.5em;
}
.accordion-hdr-title {
  font-weight: 700;
}
.ui-accordion-header {
  cursor: pointer;
}
.ui-accordion-header-active {
  cursor: default !important;
}
.gp-accordion-title {
  text-align: center;
  background-color: #333;
  color: #FFF;
  padding: 10px 0;
  margin-bottom: 0;
}
.accordion-section-title {
  background-color: #555;
  color: #FFF;
  padding: 8px 0;
  margin: 0;
  text-align: center;
  border-top: 1px solid #888;
  font-size: 1.05rem;
}
.accordion-section-title:after {
  content: "+";
  float: right;
  position: relative;
  right: 8px;
}
.accordion-section-title:focus {
  outline: none;
}
.ui-accordion-header-active {
  background-color: #c6201c;
}
.ui-accordion-header-active:after {
  content: " " !important;
}
.accordion-hdr {
  padding-top: 5px;
  text-align: center;
}
.accordion-content-wrap {
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  font-size: 14px;
  padding: 10px;
}
.accordion-content-wrap:last-child {
  border-bottom: 1px solid #555;
}
.accordion-sub-sect-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}
.accordion-items, .accordion-sub-items {
  padding: 0 !important;
  margin-top: 0;
}
.accordion-items li, .accordion-sub-items li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 0 5px 5px 5px;
}
.accordion-items li:last-of-type, .accordion-sub-items li:last-of-type {
  border-bottom: 0;
}
li.accordion-item:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 5px;
    line-height: 10px;
    margin-right: 5px;
    vertical-align: middle;
}
li.accordion-sub-item:before {
    font-family: 'FontAwesome';
    content: '\f111';
    font-size: 5px;
    line-height: 10px;
    margin-right: 5px;
    vertical-align: middle;
}
ul#msources-sub-items {
  border-bottom: 1px solid #CCC;
}
.accordion-link {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
figure.wp-caption {
  margin: 1em 0;
}
.wp-img-row {
  margin: 1em 0;
  position: relative;
}
.wp-img-row.feat-img-row {
  margin: 0;
}
.wp-img-row figure.wp-caption {
  margin: 0;
}
.wp-img-row figcaption.wp-caption-text {
  background-color: rgba(0,0,0,0.75);
  bottom: 6px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
}
.wp-img-row figcaption.wp-caption-text .wp-caption-byline {
  font-size: 11px;
  text-align: right;
}
.img-responsive {
  width: 100%;
}
div#op-conference-link-wrap {
  text-align: center;
  margin: 10px 0;
}

/****** SEARCH HEADER STYLES ******/

#search-container h1.page-title {
  margin-bottom: 0;
}
#search-container h2.page-sub-title {
  margin-top: 0;
}

/***********************************/


/****** RESPONSIVE VIDEO WRAP ******/


/***********************************/

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***********************************/


/************** END ****************/


/***********************************/


/**********************************/


/****** KICKOFF TIMER STYLES ******/


/**********************************/

.widget_game_timer {
  border: 5px solid #c6201c;
  background-color: #fff !important;
}
div.ko-timer-title-wrap {
  padding: 10px 0 0 0 !important;
}
div.ko-vs {
  padding: 0 !important;
  text-align: center;
}
div.ko-timer-title {
  color: #c6201c;
  font-family: 'Roboto Slab', serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: right;
  text-transform: uppercase;
}
div.ko-timer {
  padding-left: 15px !important;
  padding-right: 0 !important;
}
span.countdown-row span.countdown-section {
  display: block;
  float: left;
  margin: 0 5px;
}
span.countdown-row span.countdown-section:first-child {
  margin: 0 5px 0 0;
}
span.countdown-row span.countdown-section:last-child {
  margin: 0 0 0 5px;
}
span.countdown-row span.countdown-section span.countdown-amount {
  border-bottom: 1px solid #333;
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  font-family: 'Roboto Slab', serif;
}
.ko-vs a .ko-vs-team.away, .ko-vs a .ko-vs-team.home {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ko-vs a:hover .ko-vs-team.away {
  margin-right: -4px;
}
.ko-vs a:hover .ko-vs-team.home {
  margin-left: -4px;
}
.ko-vs-team {
  text-align: center;
  display: inline-block;
  font-weight: 700;
}
.ko-vs-team.away {
  color: #000;
  margin-right: -7px;
  position: relative;
  z-index: 100;
}
.ko-vs-team.home {
  margin-left: -7px;
  position: relative;
  z-index: 100;
  color: #000;
}
.ko-vs-team.nebraska {
  color: #c6201c;
}
.ko-vs-at {
  color: #d6d6d6;
  font-size: 18px;
  position: relative;
  z-index: 50;
}
div#last-game {
  border-top: 1px solid #999;
  padding: 5px 0 0 0;
  margin-top: 10px;
  text-align: center;
}
div#last-game span.last-game-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
div#last-game a {
  font-size: 16px;
}
.game-key-wrap {
  margin-top: 20px;
}
.fa-neutral-stack {
  width: 1em !important;
  height: 1em !important;
  line-height: 0.8em !important;
}
.fa-neutral-stack .fa-neutral-txt {
  font-size: 10px;
  margin-top: 0.085em;
}
.game-key {
  display: inline-block;
  padding: 0 0 0 1rem;
}
.game-key i.fa.fa-star, .game-opponent a i.fa.fa-star {
  font-size: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
  color: #000;
}

/**********************************/


/************** END ***************/


/**********************************/

.btn:focus, .btn-large:focus, .btn-floating:focus {
	background-color: #A30000;
}
.hide-for-hover,
.fig-hide-for-hover {
	opacity: 0;
}

/****** COMMENTS STYLES NOT REALLY SURE IF NECESSASARY ******/

h2.comments-title {
	padding: 5px 0 5px 10px;
}
h4#comments {
	padding: 0 1rem;
}
form.comment-form {
	padding: 0 1rem;
}
div.comment-respond {
	padding: 0 1rem;
}

/****** SINGLE ARTICLE STYLES ******/

.image-holder {
  position: relative;
}
.article-container article .image-holder .caption {
  background-color: rgba(0,0,0,0.75);
  bottom: 0;
  color: #FFF;
  left: 0;
  line-height: 18px;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.caption-indicator,
.fig-caption-indicator {
	color: #FFF;
	left: 15px;
	line-height: 15px;
	position: absolute;
}
.caption-indicator {
	bottom: 7px;
	right:7px;
}
.fig-caption-indicator {
	bottom: 15px;
}
.caption-indicator .fa,
.fig-caption-indicator .fa {
	font-size: 20px;
	padding: 4px 10px 4px 11px;
	border: 2px solid #FFF;
	border-radius: 100px;
	box-shadow: rgba(0,0,0,.5) 0px 0px 5px;
}
.article-container article .image-holder .caption .byline-wrap {
  font-size: 12px;
  text-align: right;
}
.article-container article .image-holder .caption .caption-wrap {
  font-size: 14px;
  font-weight: bold;
}
.article-container article .photo-rotator {
  padding-top: 10px;
  float: right;
  max-width: 60%;
}
.article-container .tags {
  margin: 10px 0;
}
.article-container .tags .text a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.article-container .tags .text a:hover {
  background-color: #A30000;
}

/****** GAME DAY WIDGET STYLES ******/

.game-day-weather {
	max-height: 70px;
	margin-bottom: 5px;
	min-height: 70px;
}
.game-day-pbp .gd-pbp-title {
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.game-day-links a {
	background: #c6201c;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding: 5px 10px 3px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.game-day-links a:hover {
	background-color: #A30000;
}

/****** BOX SCORE ******/

.box-score-row {
  margin-top: 20px;
}
.box-score-table td,
.box-score-table th {
  padding: 5px;
}
.box-score-table thead {
  background-color: #c6201c;
  border-bottom: 0;
  color: #FFF;
  font-family: 'Roboto Slab', serif;
}
.box-score-table thead tr td {
  border-radius: 0;
}
.box-score-table tbody tr:nth-child(even) {
  background-color: #efefef;
}
.box-score-table tbody tr td.box-score-team,
.box-score-table tbody tr td.final-score {
  font-weight: 700;
}

/****** LISTEN WIDGET STYLES ******/

.widget-link-wrap {
	background: #c6201c;
	margin-bottom: 25px;
}
.widget-link-play {
	float:left;
  margin-left:10px;
  margin-top:-5px;
  margin-bottom:-5px;
}
.widget-link-play .play-wrap {
	background-color: #FFF;
	border: 3px solid #CCC;
	border-radius: 100%;
	margin: auto;
	max-width: 60px;
	max-height: 60px;
	min-width: 60px;
	min-height: 60px;
	position: relative;
}
.widget-link-play .play-wrap .fa {
	color: #000;
	font-size: 40px;
	left: 56%;
	position: absolute;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.widget-link-txt {
	color: #FFF;
	font-family: 'Roboto Slab',serif;
	font-size: 1.35rem;
	margin:0;
  text-align:center;
  line-height:48px;
	text-transform: uppercase;
  float:right;
  width:calc(100% - 70px);
  padding:0 10px;
}

/****** RADIO WIDGET STYLES ******/

.widget-radio-wrap {

}
.widget-radio-wrap .widget-radio-header {
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.widget-radio-wrap .widget-radio-header h2 .widget-radio-icon i.fa {
	font-size: 1.8rem;
}
.widget-radio-wrap .widget-radio-links {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
}
.widget-radio-wrap .widget-radio-links .widget-radio-link {
	background: #c6201c;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 19px;
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.widget-radio-wrap .widget-radio-links .widget-radio-link:hover {
	background-color: #A30000;
}

/****** FRESH LINKS WIDGET STYLES ******/

.widget-bottom {
font-size: 0.9rem;
text-align: center;
text-transform: uppercase;
}

/****** FRESH LINKS ARCHIVE STYLES ******/

.fl-date-header {
padding: 0 !important;
position: relative;
width: calc(100% - 53px) !important;
margin-right: 0;
margin-bottom: 10px;
margin-top: 20px;
}
.fl-date-header h4:before {
content: '';
position: absolute;
display: block;
top: 0;
right: -35px;
width: 53px;
height: 100%;
background: #951b15;
-webkit-transform: skew(40deg);
-moz-transform: skew(40deg);
-o-transform: skew(40deg);
transform: skew(40deg);
}
.fl-date-header h4 {
background: #c6201c;
color: #FFF;
padding: 10px;
margin-top: 0;
margin-bottom: 0;
}

/****** SINGLE GAME COMMENTARY STYLES ******/

#commentary-content-wrap blockquote {
border-left: 0;
margin: 15px 25px;
padding-left: 0;
position: relative;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.5rem;
}
#commentary-content-wrap blockquote:before {
color: #888;
content: '\f10d';
font-family: 'FontAwesome';
font-size: 25px;
left: -28px;
position: absolute;
top: -3px;
}
#commentary-content-wrap blockquote:after {
color: #888;
content: '\f10e';
font-family: 'FontAwesome';
font-size: 30px;
right: -28px;
position: absolute;
bottom: -3px;
}
#commentary-content-wrap .commentary-auth-org-wrap {
margin: 0 25px 10px;
}
#commentary-content-wrap .commentary-auth-org-wrap .commentary-author {
font-size: 16px;
font-style: italic;
}
#commentary-content-wrap .commentary-auth-org-wrap .commentary-org {
font-weight: 700;
}
.subscription-disclaimer {
  border: 1px solid #333;
  border-left: 0;
  border-right: 0;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
}
.asterisk {
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 18px;
}

/****** GAME TRACKER STYLES ******/

.gt-title {
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}
.gt-link-wrap a {
  background-color: #c6201c;
  border-radius: 3px;
  color: #FFF;
  display: block;
  margin-bottom: 10px;
  padding: 5px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gt-link-wrap a:hover {
  background-color: #951b15;
}

/****** Latest Threads Short Code Styles ******/

.widget.latest-threads-sc-wrap {
  text-align: left;
}
ul.latest-threads.latest-threads-sc {
  padding-left: 0;
}
li.latest-thread.latest-thread-sc {
  list-style: none;
}
.latest-threads-sc-wrap .latest-thread {
border-bottom: 1px solid #ccc;
padding: 0 5px 10px 5px;
margin: 0 -5px 10px -5px;
}
.latest-threads-sc-wrap .latest-thread:last-of-type {
border-bottom: 0;
}
.latest-threads-sc-wrap .lt-post-title {
font-size: 1.2em;
}
.latest-threads-sc-wrap .lt-post-title,
.latest-threads-sc-wrap .lt-post-auth-date {
margin-bottom: 0;
}
.latest-threads-sc-wrap .lt-post-auth-date #lt-post-auth {
padding-left: 0;
}
.latest-threads-sc-wrap .lt-post-auth-date #lt-post-date {
padding-right: 0;
text-align: right;
}

/****** MEDIA QUERIES ******/

@media only screen and (max-width: 1154px) {
	.widget-link-txt {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 1128px) {
	.widget-link-txt {
		font-size: 1.25rem;
	}
}
@media only screen and (max-width: 1102px) {
	.widget-link-txt {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 1076px) {
	.widget-link-txt {
		font-size: 1.15rem;
	}
}
@media only screen and (max-width: 1049px) {
	.widget-link-txt {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 1023px) {
	.widget-link-txt {
		font-size: 1rem;
	}
}
@media only screen and (max-width: 600px) {
  .hide-for-hover, .fig-hide-for-hover {
    opacity: 1 !important;
  }
  .side-nav .sub-menu>li:first-of-type {
  	display: block;
  }
  .content-row .sc-wrap .sc-col1 {
  	padding-right: 0;
  }
  .content-row .sc-wrap .sc-col2 {
  	padding-left: 0;
  }
  .article-container article .photo-rotator {
    max-width: 100%;
  }
  .widget-link-txt {
  	font-size: 1rem;
  }
}

/************************************/


/****** SCHEDULE WIDGET STYLES ******/


/************************************/

.row.sched-year-title {
  margin-bottom: 0;
}
#schedule-wrap .row.game-row:last-of-type {
  margin-bottom: 10px;
}
#schedule-wrap .row.game-row {
  margin-bottom: 5px;
}
#schedule-wrap .row.game-row .game-opponent a {
  text-decoration: underline;
}
#schedule-wrap .row.game-row .game-time {
  text-align: right;
}
#schedule-wrap .row.game-row .game-time i.fa.fa-television {
  font-size: 10px;
  position: relative;
  bottom: 2px;
}
#schedule-wrap th, #schedule-wrap td {
  padding: 3px 0;
}
#schedule-wrap table {
  margin-bottom: 10px;
}
.schedule-at-symbol {
  color: #999;
  font-weight: 700;
}
.game-head-wrap {
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  font-size: 1.1rem;
}
div.game-year-nav {
  text-align: center;
}
ul.game-year-nav-items {
  margin-top: 0;
}
ul.game-year-nav-items li.game-year-nav-item {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
ul.game-year-nav-items li.game-year-nav-item.no-link {
  background-color: #d5d5d5;
  border-radius: 3px;
  color: #FFF;
  cursor: not-allowed;
  padding: 2px 10px;
}
ul.game-year-nav-items li.game-year-nav-item.has-link a {
  background-color: #c6201c;
  border-radius: 3px;
  color: #FFF;
  display: block;
  padding: 2px 10px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.game-year-nav-items li.game-year-nav-item.has-link a:hover {
  background-color: #951b15;
}
#schedule-wrap #row-2 {
  text-align: center;
  display: none;
}
.gtw-page-txt {
  padding-left: 0 !important;
}
.gtw-page-iframe {
  padding-right: 0 !important;
}

/****** FEATURED VIDEO PLUS PAGE FIX ******/

.page-body .featured-video-plus {
  margin-left: -1em;
}

@media screen and (max-width: 1038px) {
  ul.game-year-nav-items li.game-year-nav-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  ul.game-year-nav-items li.game-year-nav-item {
    margin-bottom: 0;
  }
  .gtw-page-txt {
    padding-right: 0 !important;
  }
  .gtw-page-iframe {
    margin-top: 20px;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 686px) {
  ul.game-year-nav-items li.game-year-nav-item {
    margin-bottom: 10px;
  }
}
div.game-day-row {
  margin-top: 15px;
}
div.game-day-full-col {
  padding: 0;
  text-align: center;
}
div.game-day-full-col div.game-day-title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
div.game-day-full-col div.game-day-title span.game-day-vs {
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  vertical-align: middle;
  margin-bottom: 4px;
  display: inline-block;
  color: #000;
}
div#game-day-col1 {
  padding: 0 5px 0 0;
  text-align: center;
}
div#game-day-col2 {
  padding: 0 0 0 5px;
  text-align: center;
}
div.game-day-logos div.game-day-logo-wrap {
  text-align: center;
}
div.game-day-logos div#game-day-logo-l {
  text-align: center;
  padding: 0 1em 0 0;
}
div.game-day-logos div#game-day-logo-r {
  text-align: center;
  padding:0 0 0 1em;
}
div.game-day-logos div.game-day-logo-wrap img.game-day-logo {
  max-height: 70px;
	max-width: 70px;
}
div.game-links-wrap ul.game-links li.game-link {
  display: inline-block;
}
div.game-links-wrap ul.game-links li.game-link a {
  background-color: #c6201c;
  border-radius: 3px;
  color: #FFF;
  display: block;
  padding: 2px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.game-links-wrap ul.game-links li.game-link a:hover {
  background-color: #951b15;
}


/****** ROSTERS SINGLE ******/

div.rosters-content-container tr.odd {
  background-color: #efefef;
}
div.rosters-content-container td, div.rosters-content-container th {
  height:30px;
}
div.rosters-content-container td {
  font-size: .9em;
}
h1.article-header.roster-article-header {
  font-size: 2.75rem;
}
.rosters-coaches {
	column-count:3;
	column-width:250px;
}
.rosters-coaches-link {
  cursor: pointer;
  color: #c6201c;
}
/****** COACHES TEMPLATE ******/
.eqWrap {
  display: flex;
}
/*.page-header .page-title {
  margin-bottom: 0;
}*/
.coach-col-title-wrap.hide-on-small-only.row {
  margin-bottom: 5px;
}
.coach-col-title {
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  font-size: 1.1rem;
}
.coach-wrap {
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.coach-wrap:nth-child(even) {
    background-color: #efefef;
}
.coach-wrap:hover {
  background-color: #d5d5d5 !important;
}
.coach-nl {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
.assist-title-row {
  column-count: 3;
  margin-bottom: 10px;
}
.assist-title-row .assist-title-col-row {
  margin-bottom: 0;
}
.assist-title-row .assist-title-col-row .assist-title-col {
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  font-size: 1.1rem;
}
.assist-title-row .assist-title-col-row .assist-title-col-left {
  padding-left: 5px;
}
.assist-title-row .assist-title-col-row .assist-title-col-right {
  padding-left: 5px;
}
.assist-coach-row {
  column-count: 3;
}
.assist-coach-wrap.row {
    font-size: 14px;
    margin-bottom: 0px;
    padding: 5px 5px;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
}
.assist-coach-wrap.row:nth-child(odd) {
  background-color: #efefef;
}
.assist-coach-wrap.row:hover {
  background-color: #d5d5d5 !important;
}
.assist-coach-wrap.row .assist-coach-name.current-coach {
  font-weight: 700;
}
.coach-img.col.s12.m4.l4 {
  padding-left: 0;
  padding-right: 0;
}
#small-coach-title {
  padding-left: 0;
}
.assist-coach-name {
  padding-left: 0 !important;
  padding-right: 5px !important;
}
.assist-coach-seasons {
  padding-left: 5px !important;
  padding-right: 0 !important;
}
div.page-nav-col {
  text-align: center;
}
div.page-nav-col ul.menu li.menu-item {
  display: inline-block;
}
div.page-nav-col ul.menu li.menu-item a {
  background-color: #c6201c;
  border-radius: 3px;
  color: #FFF;
  display: block;
  padding: 2px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.page-nav-col ul.menu li.menu-item a:hover {
  background-color: #951b15;
}

/****** COACHES SINGLE ******/

h1.article-header.coaches-article-header {
  margin-bottom: 0;
}
h4.article-subheader.coaches-article-subheader {
  margin-top: 0;
}
.coach-bio-widget {
  border: 5px solid #c6201c;
  background-color: #333;
  color: #FFF;
}
.coach-img-wrap {
  text-align: center;
  padding: 10px 10px 5px;
}
.coach-img {
  width: 60%;
}
.coach-bio {
  padding: 0 10px 10px;
}
.bio-title {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.bio-line {
  margin-bottom: 3px;
}
.bio-line:last-child {
  margin-bottom: 0;
}
.bio-val #coach-exp-link {
  background-color: #c6201c;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  padding: 2px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bio-val #coach-exp-link:hover {
  background-color: #951b15;
}

/****** ROSTERS MENU STYLES ******/

.menu-rosters-menu-container {
  display: inline-block;
}
.menu-main-navigation-container a.dropdown-button.main-menu-item.menu-item-even.menu-item-depth-0.active {
  color: #FFF;
}
ul#menu-rosters-menu {
  margin: 0;
}
.menu-rosters-menu-container .menu .menu-item-depth-0 a.dropdown-button i.right {
  margin-left: 0;
}
.menu-rosters-menu-container .menu .main-menu-item .dropdown-content{
    overflow: visible !important;
    min-width: 105px;
}
.menu-rosters-menu-container .menu .main-menu-item .dropdown-content li {
  min-height: 0;
}
.menu-rosters-menu-container .menu .main-menu-item .dropdown-content li>a {
  display: inline-block;
  line-height: 24px;
  padding: 5px 6px;
}
.menu-rosters-menu-container .menu .main-menu-item .dropdown-content li>a>i {
  margin: 0 0px 0px 24px !important;
}

/****** Predictions Styles ******/

.hid {
  float: left;
  opacity: 0;
}
.pred-vid-container {
  overflow: hidden;
}
.pred-nopad {
  padding: 0 !important;
}
.pred-title-wrap .pred-title {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
.pred-row td,
.pred-row th {
  padding: 5px 0 5px 5px;
}
.pred-row td.bg-white {
  background-color: #FFF;
}
.pred-row thead {
  border-bottom: 0;
}
.pred-row  thead .rost {
  border-bottom: 1px solid #d0d0d0;
}
.pred-row .sortable .header {
  font-family: 'Roboto Slab', serif;
  font-size: 1.5rem;
}
.pred-row .sortable .header:before {
  display: none;
}
.pred-row .pred-tr-wrap:nth-child(odd) {
  background-color: #efefef;
}
.pred-row .pred-tr-wrap:hover {
  background-color: #d5d5d5 !important;
}
.pred-disc-wrap {
  margin-top: 20px;
}
.row.widget-wrap.ad-slot {
  min-width: 336px;
}

/****** 404 Styles ******/

.page-body.error-body {
  text-align: center;
  min-height: 847px;
}

/****** FOOTER ******/

footer a {
  color: #fff !important;
  text-decoration: underline;
}
footer .brought-by {
  font-family: "Roboto Slab", serif;
}
footer .copyright, footer .privacy {
  font-size: .9em;
  text-align: center;
}
footer img {
  max-width: 100%;
  margin-top: 5px;
}
.footer-image-head {
  margin-top: 20px;
}

ul.roster-side-nav {
  display: none;
}
#roster-sidenav-overlay {    
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0,0,0,0.5);
  z-index: 997;
  will-change: opacity;
  opacity: 0;
  cursor: pointer;
}
/* Desktop */

@media only screen and (min-width: 993px) {
  body {
    background-color: #000;
    background-image: url('/wp-content/themes/huskermax/images/stadium-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  #nav-search {
    width: 35px;
  }
  .menu-main-navigation-container {
    width: calc(100% - 185px);
    float: right;
    margin-right: 5px;
  }
  .menu-main-navigation-container > ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .dropdown-content {
    min-width: 160px;
  }
  .main-menu-item > a {
    padding: 0 0 0 7px;
  }
  
  /* Table Sorting */
  .sortable .header {cursor:pointer;}
  .sortable .header:before {
    font-family:'FontAwesome';
    content:"\f0dc";
    margin-right:3px;
    font-size:.85em;
    display: none;
  }
  .sortable .header.headerSortDown,
  .sortable .header.headerSortUp {
    border-bottom:2px solid #c6201c;
  }
  .sortable .header.headerSortDown:before,
  .sortable .header.headerSortUp:before {
    font-family:'FontAwesome';
    font-size:1.15em;
  }
  .sortable .header.headerSortDown:before {
    content:"\f0d8";
  }
  .sortable .header.headerSortUp:before {
    content:"\f0d7";
  }

}

/* Desktop/Tablet */

@media only screen and (min-width: 601px) {
  nav {
    border-top: 11px solid #c6201c;
    height: 83px;
    line-height: 72px;
  }
  nav .brand-logo {
    top: -13px;
  }
  #super-header {
    padding-bottom: 0;
    margin-bottom: -3px;
  }
  .game-wrap {
    padding: 10px;
    margin: 0 !important;
  }
  .game-wrap:nth-of-type(2n) {
    background-color: #efefef;
  }
  .game-wrap:hover {
    background-color: #d5d5d5 !important;
  }
  .game-wrap {
    padding: 10px;
    margin: 0 !important;
  }
}

/* Tablet/Mobile */

@media only screen and (max-width: 992px) {
  body {
    background-image: none;
  }
  .main-content>main {
    width: 100%;
  }
  nav .brand-logo {
    left: 0;
    transform: translateX(5%);
  }
  .tag-line-wrap {
    display: none;
  }
	div.rosters-content-container tr {
	  padding-bottom:10px;
	}
  .roster-mmenu-link {
    display: inline-block !important;
    color: #c6201c;
    cursor: pointer;
  }
  ul.roster-side-nav {
    position: fixed;
    width: 300px;
    left: -300px;
    top: 0;
    margin: 0;
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(-105%);
    display: none;
  }
  ul.roster-side-nav.active {
    display: block;
  }
	ul.side-nav,
  ul.roster-side-nav {
		background: #333;
    max-width: 80%;
	}
  ul.roster-side-nav .collapsible-body {
    padding: 0;
  }
  ul.roster-side-nav .menu-rosters-menu-container {
    width: 100%;
  }
  ul.roster-side-nav .menu-rosters-menu-container .menu .menu-item {
    width: 100%;
  }
  ul.roster-side-nav .menu-rosters-menu-container .menu .menu-item .sub-menu {
    width: 100%;
  }
  ul.roster-side-nav .menu-rosters-menu-container .menu .menu-item .sub-menu .menu-item a {
    display: block;
    background-color: #333;
  }
	ul.side-nav .menu-main-navigation-container {
		width: 100%;
	}
  .roster-side-nav .collapsible {
    margin: 0;
  }
  .roster-side-nav .collapsible,
  .roster-side-nav.fixed .collapsible {
    border: none;
    box-shadow: none;
  }
	ul.side-nav li>a,
  ul.roster-side-nav li>a {
		color: #FFF;
	}
	ul.side-nav ul.menu li a,
  ul.roster-side-nav ul.menu li a {
		background: #c6201c;
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
		text-transform: uppercase;
    border-bottom: 1px solid #333;
	}
  ul.roster-side-nav ul.menu li a {
    text-transform: unset;
  }
  ul.side-nav ul.menu > li > a:after,
  ul.roster-side-nav ul.menu > li > a:after {
    font-family:"FontAwesome";
    content:"\f067";
    float:right;
  }
  ul.side-nav ul.menu > li.active > a:after,
  ul.roster-side-nav ul.menu > li.active > a:after {
    content:"\f068";
  }
	ul.side-nav ul.menu li ul.sub-menu li,
  ul.roster-side-nav ul.menu li ul.sub-menu li {
		border-top: 1px solid #222;
	}
	ul.side-nav ul.menu li ul.sub-menu li:first-child,
  ul.roster-side-nav ul.menu li ul.sub-menu li:first-child {
		border-top: 0;
	}
	ul.side-nav ul.menu li ul.sub-menu li a,
  ul.roster-side-nav ul.menu li ul.sub-menu li a {
		background: #333;
		font-family: 'Roboto', sans-serif;
		text-transform: unset;
	}
  .roster-side-nav .collapsible-body li a, 
  .roster-side-nav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px;
  }
  .roster-side-nav .collapsible-header:hover,
  .roster-side-nav.fixed .collapsible-header:hover {
    background-color: rgba(0,0,0,0.05);
  }
  .owl-navigation {display:none;}
}

/* Mobile */

@media only screen and (max-width: 600px) {
  body {
    margin: 95px auto 0 auto;
  }
  h1 {
    font-size: 2.75rem;
  }
  pre {
    font-size: 0.75em;
  }
  #hp-col-1, #hp-col-2 {
    width: 100%;
    margin: 0;
  }
  nav {
    height: 80px;
  }
  nav .button-collapse i {
    line-height: 85px;
  }
  .site-social-link {display:inline-block !important;text-align: center;margin-top:10px;}
  .single-links{text-align: center;}
  .single-links li {width:46%;margin:1%;display:inline-block;}
  .single-links li a {font-family:inherit !important;}
  .single-links li a:after{content:'' !important;}
  .mobile-search {margin-top:20px;}
  .mobile-search input {color:#fff;}
  .site-social-link i{color:#fff !important;font-size:2em;margin:0 !important;}
  .brand-logo img {
    margin-top: 5px;
    max-height: 70px;
  }
  .accordion-section-title {
    padding: 15px 0;
  }
  .game-head-wrap {
    display: none;
  }
  .game-wrap .game-date, .game-wrap .game-opponent {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    display: inline-block;
  }
  .game-wrap {
    font-size: 1.1rem;
    margin-bottom: 30px !important;
  }
  .game-wrap .game-opponent {
    font-size: 1.25em;
  }
  .game-wrap .game-loc {
    margin-bottom: 5px;
  }
  .game-wrap .game-score:before {
    content: "Score: ";
    font-weight: bold;
  }
  .game-wrap .game-attendance:before {
    content: "Attendance: ";
    font-weight: bold;
  }
  .assist-title-row {
    column-count: 1;
  }
  .assist-coach-row {
    column-count: 1;
  }
  .eqWrap {
    display: block;
  }
  .all-wrap {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .all-wrap .all-link-wrap {
    padding: 0 0 5px;
  }
  .all-wrap .all-link-wrap a {
    padding: 5px 10px;
  }
  .content-row .cg-wrap .cg-col1 {
    padding: 0;
    margin-bottom: 10px;
  }
  .content-row .cg-wrap .cg-col2 {
    padding: 0;
  }
	.home .main-content>main {margin-bottom:0;}
  .story-roll .tags {margin-top:25px;}
	.article-container article .image-holder .caption {
		display:block;
		position:relative;
		background-color: #111;
		padding:5px 10px;
		margin-bottom:15px;
	}
	.caption-indicator {display:none;}
	.image-holder .image-box {display:block;}
  #bottom-ad-bar {
    background-color: white;
    border-top: 1px solid #666;
  }
  #bottom-ad-bar img {margin:0;}
  .caption-indicator,
  .fig-caption-indicator {
    opacity: 0 !important;
  }
}

/* Spacing hack at small desktop for the large amount of nav items */

@media only screen and (min-width: 993px) and (max-width: 1125px) {
  nav ul a {
    font-size: .85rem;
  }
  .main-menu-item > a {
    padding: 0;
  }
}
@media only screen and (max-width: 694px) {
  span.countdown-row span.countdown-section {
    margin: 0 6px;
  }
  span.countdown-row span.countdown-section:first-child {
    margin: 0 6px 0 0;
  }
  span.countdown-row span.countdown-section:last-child {
    margin: 0 0 0 6px;
  }
}
@media only screen and (max-width: 657px) {
  span.countdown-row span.countdown-section {
    margin: 0 5px;
  }
  span.countdown-row span.countdown-section:first-child {
    margin: 0 5px 0 0;
  }
  span.countdown-row span.countdown-section:last-child {
    margin: 0 0 0 5px;
  }
}
@media only screen and (max-width: 638px) {
  span.countdown-row span.countdown-section {
    margin: 0 4px;
  }
  span.countdown-row span.countdown-section:first-child {
    margin: 0 4px 0 0;
  }
  span.countdown-row span.countdown-section:last-child {
    margin: 0 0 0 4px;
  }
}
@media only screen and (max-width: 619px) {
  span.countdown-row span.countdown-section {
    margin: 0 3px;
  }
  span.countdown-row span.countdown-section:first-child {
    margin: 0 3px 0 0;
  }
  span.countdown-row span.countdown-section:last-child {
    margin: 0 0 0 3px;
  }
}
@media only screen and (max-width: 600px) {
  span.countdown-row span.countdown-section {
    margin: 0 8px;
  }
  span.countdown-row span.countdown-section:first-child {
    margin: 0 8px 0 0;
  }
  span.countdown-row span.countdown-section:last-child {
    margin: 0 0 0 8px;
  }
}
@media only screen and (max-width: 468px){
  .all-wrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .shrink {font-size:.9em;}
}
@media only screen and (max-width: 360px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 349px) {
  span.countdown-row span.countdown-section {
    margin: 0 7px;
  }
  span.countdown-row span.countdown-section:first-child {
    margin: 0 7px 0 0;
  }
  span.countdown-row span.countdown-section:last-child {
    margin: 0 0 0 7px;
  }
}
@media only screen and (max-width: 340px) {
  span.countdown-row span.countdown-section {
    margin: 0 6px;
  }
  span.countdown-row span.countdown-section:first-child {
    margin: 0 6px 0 0;
  }
  span.countdown-row span.countdown-section:last-child {
    margin: 0 0 0 6px;
  }
}
@media only screen and (max-width: 331px) {
  span.countdown-row span.countdown-section {
    margin: 0 5px;
  }
  span.countdown-row span.countdown-section:first-child {
    margin: 0 5px 0 0;
  }
  span.countdown-row span.countdown-section:last-child {
    margin: 0 0 0 5px;
  }
}
@media only screen and (max-width: 322px) {
  h1 {
    font-size: 2rem;
  }
  div.ko-timer-title {
    font-size: 20px;
    line-height: 25px;
  }
  span.countdown-row span.countdown-section span.countdown-amount {
    font-size: 20px;
  }
  span.countdown-row span.countdown-section {
    margin: 0 3px;
  }
  span.countdown-row span.countdown-section:first-child {
    margin: 0 3px 0 0;
  }
  span.countdown-row span.countdown-section:last-child {
    margin: 0 0 0 3px;
  }
  .row.widget-wrap.ad-slot {
    min-width: inherit;
  }
  .widget-body.transparent-bg {
    padding: 0;
  }
}