@media only screen and (max-width: 1400px) {
  .site-header .extra-menu a.hide-nav-menu {
    display: none;
  }

  .main-nav ul {
    padding-left: 0;
  }

  #rankings,
#daily-fantasy,
.dropdown-list.rankings,
.dropdown-list.daily-fantasy {
    width: 1000px !important;
  }

  .dropdown h3 {
    font-size: 25px;
  }

  .team.add-team-box h3 {
    font-size: 25px;
  }

  .team.add-team-box h4 {
    font-size: 18px;
  }

  .team.add-team-box .right {
    padding-right: 10px;
    padding-top: 15px;
  }

  .site-header .extra-menu a {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-header .extra-menu {
    display: none;
  }

  .login-extra-links {
    background: #043173;
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: right;
  }

  .login-extra-links img {
    width: 25px;
    height: 25px;
  }

  .login-extra-links a {
    font-size: 14px;
    color: white;
  }

  .search-drop {
    top: 150px;
  }

  .site-header .main-nav > ul > li > a {
    padding: 0 1.9em;
  }

  .title-bar h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header .container {
    position: relative;
  }

  .site-header {
    height: auto;
    padding: 0;
  }

  .site-header .logo {
    display: block;
    margin: 0 auto;
    width: 140px;
    padding: 5px 0;
    text-align: center;
  }

  .site-header .logo img {
    height: 50px;
    width: 140px;
  }

  .login-extra-links {
    display: none;
  }

  .login-extra-links .btn {
    border: 1px solid white;
    margin-left: 10px;
  }

  .login-extra-links .search-link {
    margin-right: 20px;
  }

  .sidebar.filter {
    display: none;
  }

  .sidebar.filter.active {
    display: block;
    background: #dddee4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 8px 8px #00000080;
    z-index: 4;
  }

  .sidebar.filter h4 {
    display: none;
  }

  .content-col.shark-bites {
    padding-top: 15px;
  }

  .title-bar h3 {
    font-size: 30px;
  }

  .article-container a > img {
    width: 100%;
    border-radius: 5px 5px 0 0 !important;
  }

  .article-container .padding {
    padding: 15px !important;
  }

  .content-col .title,
.title-underline {
    display: none;
  }

  .article-container .readmore {
    margin-top: 0 !important;
  }

  .filter {
    z-index: 9;
  }

  #footer .col-lg {
    width: 100%;
  }

  #footer .copyright_logo {
    position: static;
    padding: 15px 0;
    width: 100%;
  }

  #footer .copyright {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .my-teams-top .teams {
    display: flex;
    width: 100%;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }

  .my-teams-top .team {
    flex: 0 0 100%;
    scroll-snap-align: center;
    margin-right: 10px;
  }

  .my-teams-top .container > h3:after {
    content: url(/img/icons/finger-scroll.svg);
    margin-left: 10px;
    display: inline-block;
    width: 35px;
    height: 35px;
  }

  .my-teams-top .big-two-buttons .lg-team-btn {
    font-size: 20px;
  }

  .injury-prob-risk-span span {
    display: none;
  }

  .injury-prob-risk-span {
    display: block;
  }
}
@media only screen and (max-width: 560px) {
  .mobile-select-position {
    display: block;
    margin-top: -47px;
  }

  .mobile-select-position select {
    border: 2px solid #ccc;
    width: 100%;
    padding: 10px 5px;
  }
}
.mobile-secondary-header {
  font-size: 25px;
  color: #043173;
  font-family: "endzone", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.breadcrumb-box {
  margin-bottom: 7px;
}

.breadcrumb-home {
  background-color: #3d74c7;
  border-radius: 12px;
  padding: 4px 8px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
}

.article-content .breadcrumb-home a {
  color: #ffffff;
  font-weight: 700;
}

.breadcrumb-right {
  background-color: #3d74c7;
  border-radius: 12px;
  padding: 4px 8px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  margin-left: 7px;
}

.article-content .breadcrumb-right a {
  color: #ffffff;
  font-weight: 700;
}

/*# sourceMappingURL=mobile.css.map */
