/* Move down content because we have a fixed navbar that is 50px tall */
html, body {
  /*padding-top:50px;
  padding-bottom: 20px;*/
  height:100%;
}

body {
  background-color: #ececec;
  font-family: 'Montserrat', sans-serif;
}
	
.jumbotron {
    position: relative;
    color: #fff;
    background-color: #1253A4;
/*    background:linear-gradient(90deg, #020031 0%,#1E5A69 100%);
    background:linear-gradient(45deg, #020031 0%,#336d4d 100%); */
    text-align: center;
}

.jumbotron a {
	color: #ffffff;
	padding-right:2px;
	padding-left:2px;
}

.jumbotron a:hover {
	color: #A5A5A5;
	text-decoration: none;
}

.jumbotron .container {
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}

.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('/static/img/chalkboard.jpg') no-repeat center center;
  background-size: cover;
  opacity: .04;
}

.btn {
  border-radius: 0;
}

.btn-jumbotron {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-success {
  color: #1253A4;
  background-color: #fff;
  border: 0;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.02), 0px 1px 4px rgba(0, 0, 0, 0.25);
}

h1 .btn {
  padding: 10px 15px;
}

.btn-success:hover {
    color: #fff;
    background-color: #1253A4;
    border-color: #1253A4;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
	color: #fff;
    background-color: #1253A4;
    border-color: #1253A4;
}

.btn-danger {
    color: #d9534f;
    background-color: #fff;
    border-color: #d9534f;
}

.btn-danger:hover {
    color: #fff;
}

.btn-jumbotron:hover {
    color: #013372;
    background-color: #fff;
}

.navbar {
  margin-bottom: 0;
  z-index: 1030;
}

.navbar-inverse {
    background-color: #013372;
    border-width: 0 0 0px;
    height: 52px;

}

.navbar-inverse .navbar-brand {
    color: #fff;
}


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
    background-color: #1253A4;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav .active>a {
	background-color: #013372;
	border-bottom: 2px solid #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
	background-color: #1253A4;
    text-decoration: none;
	border-bottom: 2px solid #1253A4;
}

.navbar-inverse .navbar-nav .active>a:hover {
    background-color: #1253A4;
	text-decoration: none;
    border-bottom: 2px solid #fff;
}

.panel {
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.02), 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.panel.no-shadow {
  border: 1px solid #ddd;
  box-shadow: none;
}

.panel-heading {
  border-radius: 0px;
}

.panel-primary>.panel-heading {
  background-color: #30302F;
  border-color: transparent;
}

.panel-footer {
  background-color: #fff;
}

.panel-footer.scores {
  padding: 0;
}

.stats-footer-wrapper {
  padding: 10px 15px;
}

.img-logo{
    width: 110px;
    padding-bottom: 10px;
}

.jumbotron .version{
    font-size: 14px;
    color: #96B4DA;
}

@media (max-width:767px){.dataTables_length{display:none!important}}
@media (max-width:767px){.dataTables_info{display:none!important}}

.addpl-btn {
    float: left;
}

.score-btn {
  box-shadow: none;
  margin-left: 6px;
  border: 1px solid #1253A4;
}

.form-editpl {
  max-width: 330px;
  padding: 10px 15px 0px;
  margin: 0 auto;
}
.form-editpl .form-editpl-heading,
.form-editpl .checkbox {
  margin-bottom: 10px;
}

.form-editpl .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-news {
  max-width: 1200px;
  padding: 10px 15px 0px;
  margin: 0 auto;
}
.form-news .form-news-heading,
.form-news .checkbox {
  margin-bottom: 10px;
}

.form-news .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.input-tp {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.input-md {
	border-radius: 0;
	margin-top: -1px;
}

.input-btm {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px;
}

.form-editpl .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-tabs {
  margin-bottom: 30px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  background-color: #013372;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color: #30302F;
}

.navbar-nav>li>.top-dropdown {
  top: 52px;
}

.navbar-nav .open .dropdown-menu {
	background-color: #FFFFFF;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #1253A4;
	margin-right: 5px;
}

.nav-pills>li>a {
	border-radius: 0;
	background-color: #FFFFFF;
	color: #1253A4;
	border: 0;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.02), 0px 1px 4px rgba(0, 0, 0, 0.25);
	margin-right: 5px;
}

.nav-stats {
	margin-bottom: 20px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #1253A4;
	border-color: #1253A4;
}

.pagination>li>a, .pagination>li>span {
	color: #1253A4;
}


.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	background-color: #DDDDDD;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #1253A4;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}

.stats-footer {
	font-weight: bold;
	color: #1253A4;
}

.stats-footer.preview {
	display: block;
	padding: 10px 15px;
}

.team_record {
	color: #818181;
	font-size: 90%;
}

.table {
	background-color: #FFFFFF;
}

.pagination-heading {
	margin-bottom: 0;
}

.stats-header {
	margin-top: 20px;
	text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.well {
	border-color: #C7C7C7;
}

.btn-padding {

	margin-right: 5px;
}

.section-wrapper {
  background-color: #fff;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.02), 0px 1px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.section-wrapper.home {
  padding: 20px;
  position: relative;
}

.blog-news {
  padding-bottom: 20px;
}

.blog-news-title {
  margin-bottom: 5px;
  font-style: italic;
  font-size: 32px;
  font-weight: bold;
}
.blog-news-meta {
  margin-bottom: 20px;
  color: #999;
}

.blog-body p {
  text-align: justify;
  font-size: 18px;
  line-height: 1.5;
}
.blog-body ul {
  font-size: 18px;
  line-height: 1.5;
}

.blog-body ol {
  font-size: 18px;
  line-height: 1.5;
}

.blog-embed {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
		width: auto;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 540px;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 0;
		box-shadow: none;
	}
}

@media (min-width: 768px) {
	.container {
		width: auto;
	}
	
	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.navbar-header{
		padding-left: 15px;
	}
	
	.container-header {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-collapse.in {
		overflow-y: auto;
	}
	
}

@media (max-width: 768px) {
	.dataTables_paginate li:not(:first-child):not(:last-child):not(.active) {
		display: none;
	}
	
	.dataTables_filter {
		display: none;
	}
}

.fa-inverse-cust {
   color: #013372;
}

.main-footer {
  text-align: center;
  background-color: #30302F;
  width:100%;
  padding: 30px 0 30px;
  position:absolute;
  bottom:0;
  left:0;
}

.main-footer p {
  margin-bottom: 0;
}

.footer-title {
	font-weight: bold;
	color: #8d9093;
	font-size: 24px;
}

.main-footer a {
    list-style: none;
	font-weight: bold;
	color:  #ffffff;
}

.footer-social {
	padding: 15px 0 15px;
	font-weight: bold;
	color:  #ffffff;
}

.footer-social a {
	padding-right:2px;
	padding-left:2px;
}

.footer-social a:hover {
	text-decoration: none;
}

.footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
}

.footer-copy{
	color: #8d9093;
	font-size: 14px;
}

.wrapper {
	min-height:100%;
	position:relative;
}

.container {
	padding-bottom:204px; /* Height of the footer element */
}

.container-header {
	padding-bottom: 0;
}

.team_link {
	color: #30302F;
}

.team_link:hover {
  color: #1253A4;
  text-decoration: none;
}

.navbar-brand {
	padding-top: 8px;
	padding-bottom: 8px;
}

.img-brand {
	height: 32px;
}

.note-editable {
	background-color: #ffffff;
}

.embed-container {
	margin-bottom: 10px;
	padding-bottom: 125%;
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 1px 0px, rgba(0, 0, 0, 0.14902) 0px 1px 10px 0px;
}

.blog-embed iframe {
	margin-bottom: 10px !important;
}

.nav-pills>li>a {
	padding: 10px 10px;
	margin-top: 5px;
}

.nav-pills>li+li {
  margin-left: 0px;
}

.error-body {
  padding-bottom: 20px;
}

.error-embed {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#banner {
  height: 80px;
  background-color: #013372;
}

.banner-logo {
  height: 60px;
  margin: 10px;
  margin-left: 20px;
}

#banner-logo-wrapper {
  display: inline-block;
  width:60%
}

#banner-logo-wrapper a {
  float: left;
}

#banner-logo-wrapper .socialtip {
  float: none;
}

.banner-sponsor {
  float: right;
  z-index: 1041;
}

.banner-sponsor img {
  height: 60px;
  margin: 10px;
}

.banner-sponsor .fa-stack-1x {
  color: #30302F;
}

.banner-text {
  display: inline;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
}

.banner-text-top {
  font-size: 12px;
  padding-top: 10px;
}

.banner-text-bottom {
    line-height: 1;
}

.banner-subtext {
  display: inline;
  font-size: 20px;
}

.page-header {
  margin: 0 -15px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-header h1 {
  font-style: italic;
  font-weight:bold;
}

.team-header {
  margin: 0;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  height: 200px;
}

.team-header-logo {
  max-height: 100px;
  float: left;
}

.team-sponsor-logo {
  max-height: 100px;
  float: right;
}

.team-name-wrap {
  position: absolute;
  display: inline;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 15px;
}

.team-name-helper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.team-header .team-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .1;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.panel-header {
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}

.panel-header.scores {
  border-bottom: 1px solid #ddd;
}

.home-header {
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
}

.home-header.highlights {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 24px;
  z-index: 101;
  position: relative;
}

.home-header.links {
  padding-left: 10px;
}

.highlights-date {
  font-size: 14px;
  font-weight: normal;
}

.highlights-username {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}

.highlights-username img{
  height: 60px;
}

.highlights-img {
  display: inline-block!important;
}

.home-header.news {
  padding-top: 10px;
  font-size: 24px;
}

.row-home {
  padding-top: 30px;
  margin: 0px;
}

.carousel-indicators {
  position: initial;
  width: 100%;
  margin-left: 0;
}

.carousel-indicators li {
  background-color: #d2d2d2;
  border: 0;
}

.carousel-indicators .active {
  background-color: #1253A4;
}

.carousel-control.right {
  background-image: none;
}

.carousel-control.left {
  background-image: none;
}

.carousel-links {
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  left: auto;
  width: 40%;
  font-size: 14px;
  list-style-type: none;
  background-color: #fff;
}

.carousel-links ul {
  padding-left: 0;
}

.carousel-links li {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  margin: 4px 0px 0px;
  color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.carousel-inner video {
  width: 60%;
}

.carousel-inner img {
  width: 60%;
}

.link-wrapper {
  padding: 6px;
  border-bottom: 1px solid #d2d2d2;
}

.link-wrapper.active {
  border-bottom: 2px solid #1253A4;
  background-color: #ececec;
}

.link-wrapper:hover {
  background-color: #d2d2d2;
}

.nav-home {
  margin-bottom: 10px;
}

.nav-home li {
  width: 50%;
  float: left;
}

.nav-home.condensed li {
  width: auto;
  float: left;
}

.nav-home li a {
  color: #333;
  font-weight: bold;
}

.nav-home li.active {
  border-bottom: 3px solid #1253A4;
}

.table.bordered {
  border: 1px solid #d2d2d2;
}

.panel-header.bordered {
  border-bottom: 1px solid #ddd;
}


.table.no-head>tbody>tr>th {
  border-top: none;
}

.table.scores>tbody>tr>td {
  border-top: 0;
}

.home-leaders ul {
  padding-left: 0;
}

.home-leaders li {
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  margin: 4px 0px 0px;
  padding: 6px;
  border-bottom: 1px solid #d2d2d2;
  list-style-type: none;
}

.lead-type {
  font-size: 12px;
  color: #1253A4;
}

.lead-stat {
  float: right;
}

.home-scores-team {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 5px;
}

.home-scores ul {
  padding-left: 0;
}

.home-scores li {
  font-size: 16px;
  line-height: 20px;
  margin: 6px 0;
  border: 1px solid #d2d2d2;
  list-style-type: none;
}

.home-scores-date {
  width: 100%;
  font-size: 10px;
  text-align: center;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
}

.home-scores-time {
  width: 50%;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 5px;
}

.home-scores-wrap-helper {
  width: 50%;
}

.scores-logo {
  max-height: 20px;
  max-width: 20px;
  float: left;
  margin-right: 6px;
}

.fix-scores {
  top: 82px;
  z-index: 100;
  position: fixed;
}

.col-pad {
  padding-left: 8px;
  padding-right: 8px;
}

.btn.home {
  margin: 20px;
}

.btn.home:hover {
  text-decoration: none;
 color: #1253A4;
}

.sponsor {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}

.team-name {
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.team-name small{
  font-size: 20px;
  font-weight: normal;
}

.team-stat-banner {
  width:100%;
  background-color: #013372;
  height: 70px;
  margin-bottom: 20px;
  color: #fff;
  padding-top: 8px;
}

.team-stat-header {
  padding-left: 60px;
  float: left;
  text-align: center;
}

.team-stat-value {
  font-size: 24px;
  font-weight: bold;
  font-style: italic; 
}

.team-scores {
  font-size: 12px;
  position: relative;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 15px;
}

.team-scores-header {
  background-color: #f7f7f7;
  text-align: center;
  border: 1px solid #ddd;
}

.team-schedule li {
  font-size: 12px;
  line-height: 30px;
  height: 100px;
  margin: 4px 0px 0px;
  padding: 6px;
  list-style-type: none;
}

.team-schedule ul {
  padding-left: 0;
}

.team-scores-logo {
  max-height: 30px;
  max-width: 30px;
}

.team-scores-logo-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}

.standings-logo {
  max-height: 40px;
  max-width: 40px;
}

.standings-logo-wrap {
  vertical-align: middle;
  width: 50px;
  float: left;
}

.game-logo-wrap {
  vertical-align: middle;
}

.game-logo {
  max-height: 120px;
}

.table.game > tbody > tr:nth-child(2) > td {
  border-top: none;
  padding-top: 0;
}

.schedule-logo-wrap {
  vertical-align: middle;
  width: 50px;
  display: inline-block;
}

.schedule h5 {
  display: inline-block;
}

.team-scores-name {
  display: inline;
}

.team-scores-wrap {
  display: flex;
  width: 100%;
}

.team-scores-wrap-helper {
  width: 70%;
}

.team-scores-time {
  width: 19%;
  line-height: 60px;
  width: 30%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.numberCircle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  
  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  font: 32px Arial, sans-serif;
}

.scores-team {
  display: inline-block;
}

.clip-circle {
  clip-path: circle(20px at center);
  /* OLD VALUE example: circle(245px, 140px, 50px); */
  /* Yep, even the new clip-path has deprecated stuff. */
}

h1 .dropdown:first-child {
    padding-left: 15px;
}

.banner-fix {
  margin-bottom: 52px;
}

.social-twitter {
  background-color: #55acee;
}

.social-instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,rgba(254,197,100,0) 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,rgba(254,197,100,0) 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,rgba(82,88,207,0) 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,rgba(82,88,207,0) 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,rgba(137,61,194,0) 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,rgba(137,61,194,0) 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,rgba(217,49,122,0)),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%);
}

.social-facebook {
  background-color: #3b5998;
}

.social-mail {
  background-color: #30302F;
}

.social-row {
  padding-top: 10px;
}

.section-link {
  color: #30302F;
  padding-top: 20px;
  display: block;
  padding-left: 6px;
}

.section-link:hover {
  text-decoration: none;
  color: #013372;
}

.section-link.highlights {
  position: absolute;
  padding: 6px;
  bottom: 15px;
  right: 10px;
  border: 1px solid #30302F;
  border-radius: 4px;
  z-index: 200;
}

.section-link.highlights:hover {
  background-color: #30302F;
  color: #fff;
}


@media (max-width:411px) {
  .banner-logo {
    height:40px;
  }
  .banner-sponsor {
    height:40px;
  }
  .table.standings {
  width: 400px;
  }
  .nav-home.condensed li {
    width: 33%;
  }
}

@media (max-width:359px) {
  .banner-text {
    font-size:24px;
  }
}

@media (max-width:319px) {
  .banner-sponsor {
    display:none;
  }
}

@media (max-width:500px) {
  .carousel-links {
    position:relative;
    width: 100%;
  }
  .carousel-inner video {
    width:100%;
  }
  .carousel-inner img {
    width:100%;
  }
  .home-header.highlights {
    font-size: 18px;
  }
  .section-wrapper.carousel {
    padding-bottom: 80px;
  }
}

@media (max-width:415px) {
  .team-header {
    padding-top:10px;
    height: 220px;
  }
  .team-name-helper {
    top: inherit;
    transform: none;
  }
  .team-name-helper img {
    max-height: 80px;
  }
  .team-name-wrap {
    display: block;
    top: inherit;
    transform: none;
    margin-top: 100px;
  }
  .team-stat-value {
    font-size: 16px;
  }
  .team-stat-header {
    padding-left: 12px
  }
  .team_record {
    display: flex;
    padding-top: 6px;
  }
  h1 .dropdown {
    display: flex;
    flex-direction: column;
    padding: 2px 0;
  }
  h1 .dropdown:first-child {
    padding-left: 0;
  }
}

.logo-fixed-top {
  position: fixed;
  top: 0;
  z-index: 1040;
}

.logo-margin-fix {
  margin: 6px 10px;
}

@media (min-width:1001px) {
  .navbar-nav {
    padding-left: 50px;
  }
}

@media (min-width:767px) {
  .dropdown.score-week {
    display: none;
  }
}

@media (max-width:580px) {
  .banner-text-top {
    display: none;
  }
  .banner-text-bottom {
    display: inline
  }
  #banner-logo-wrapper a {
    float: none;
  }
  .banner-sponsor a {
    display: none;
  }
}

@media (max-width:900px) {
  .banner-sponsor img {
    height: 24px;
    margin-top: 20px;
  }
}

.socialtip {
  display: inline-block;
}