* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-family: sans-serif;
  margin: 0;
  min-height: 100%;
  position: relative;
  padding-bottom: 60px; }

a {
  text-decoration: none;
  color: black; }

input[type=text] {
  padding: 10px;
  display: block; }

button {
  padding: 10px;
  cursor: pointer; }

.flex-row {
  display: flex; }
  .flex-row img {
    max-width: 100%; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.flex-5 {
  flex: 5; }

.flex-6 {
  flex: 6; }

.flex-7 {
  flex: 7; }

.flex-8 {
  flex: 8; }

.flex-9 {
  flex: 9; }

@media screen and (max-width: 767px) {
  .flex-row {
    flex-direction: column; }

  .flex-row.mobile-row {
    flex-direction: row; }

  .flex-grid {
    flex-direction: column; }
    .flex-grid .flex-grid-item {
      width: 100% !important; } }
.prettydropdown ul:focus {
  outline: none; }
.prettydropdown ul li {
  font-family: sans-serif;
  font-size: 12px; }

.container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column-reverse; }
  @media screen and (min-width: 768px) {
    .container {
      flex-direction: row; } }

.nav-bar {
  width: 100%;
  background: #eee;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between; }
  .nav-bar .container {
    justify-content: space-between;
    flex-direction: row; }
  .nav-bar .left {
    display: flex;
    align-items: center; }
    .nav-bar .left ul {
      margin: 0;
      padding: 0; }
      .nav-bar .left ul li {
        display: inline-block;
        vertical-align: middle; }
        .nav-bar .left ul li.logo a {
          padding: 0; }
          .nav-bar .left ul li.logo a img {
            height: 38px;
            display: block;
            padding: 4px 0; }
        .nav-bar .left ul li a {
          padding: 10px;
          display: block; }
          .nav-bar .left ul li a:hover {
            background: #ccc; }
  .nav-bar .search-container {
    display: flex; }
    .nav-bar .search-container #search {
      font-size: .75em;
      padding: 0 0 0 10px;
      border: 0px solid #ccc;
      line-height: 38px;
      border-right: 0px; }
      .nav-bar .search-container #search:focus {
        outline: none; }
    .nav-bar .search-container .selectric-search-type {
      width: 100px; }
      .nav-bar .search-container .selectric-search-type .selectric, .nav-bar .search-container .selectric-search-type b {
        background: white;
        border: 0; }

#autocomplete-container {
  position: absolute;
  top: 40px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #autocomplete-container {
      width: 50%;
      max-width: 500px;
      right: 0; } }

.autocomplete-suggestions {
  background: white;
  padding: 0px;
  overflow-y: auto;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2); }
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 10px;
    cursor: pointer; }
    .autocomplete-suggestions .autocomplete-suggestion .pos {
      display: inline-block;
      width: 30px;
      color: #ccc; }
    .autocomplete-suggestions .autocomplete-suggestion .team {
      display: inline-block;
      width: 80px;
      font-size: .5em;
      text-transform: uppercase;
      color: #ccc; }
    .autocomplete-suggestions .autocomplete-suggestion:hover {
      background: #eee; }
    .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
      background: #eee; }

.sidebar {
  width: 100%; }
  .sidebar .email {
    padding: 20px; }
    .sidebar .email input, .sidebar .email select {
      width: 100%;
      padding: 10px;
      margin-bottom: 5px;
      height: 40px; }
    .sidebar .email button {
      width: 100%;
      padding: 10px;
      background: #add8e6;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      text-transform: uppercase; }
      .sidebar .email button:hover {
        background: #d4ebf2; }
    .sidebar .email .selectric-newsletter-select {
      margin: 0 0 5px; }
  @media screen and (min-width: 768px) {
    .sidebar {
      width: 30%; }
      .sidebar .email {
        padding: 0; } }
  @media screen and (min-width: 1024px) {
    .sidebar {
      width: 20%; } }

.content {
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 768px) {
    .content {
      width: 70%;
      padding-left: 20px; } }
  @media screen and (min-width: 1024px) {
    .content {
      width: 80%; } }

.recently-added {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .recently-added li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px; }
    .recently-added li a {
      display: block;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
      transition: all .2s;
      position: relative; }
      .recently-added li a:hover {
        box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2); }
    .recently-added li .date {
      color: white;
      position: absolute;
      top: 0;
      z-index: 100;
      background: rgba(0, 0, 0, 0.5);
      right: 0;
      padding: 5px 10px;
      line-height: 1;
      font-size: .5em;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: white; }
    .recently-added li .song {
      background: #170e59; }
      .recently-added li .song h4, .recently-added li .song h5 {
        color: white;
        margin: 0;
        padding: 5px 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .recently-added li .song h5 {
        font-weight: normal; }
    .recently-added li .cover {
      height: 200px;
      background-size: cover;
      background-position: center;
      overflow: auto;
      background-color: #eee; }
    .recently-added li .player {
      text-align: center;
      padding: 10px; }
      .recently-added li .player h4, .recently-added li .player h5 {
        color: black;
        margin: 0;
        padding: 5px 10px; }
      .recently-added li .player h5 {
        font-weight: normal; }
  @media screen and (min-width: 768px) {
    .recently-added li {
      width: 33.3%;
      padding: 0 0 0 20px; } }

.player .player-info {
  display: flex;
  flex-wrap: wrap; }
.player .player-photo {
  height: 100px;
  width: 100px;
  background-size: cover;
  background-position: center; }
.player .player-text {
  align-self: center;
  flex: 1; }
  .player .player-text h1, .player .player-text h2 {
    margin: 0; }
  .player .player-text h1 {
    display: inline-block; }
  .player .player-text h2 {
    font-size: 1em; }
    .player .player-text h2 a {
      display: inline-block;
      border-bottom: 2px solid; }
  .player .player-text span.pos {
    color: #ccc;
    padding-left: 10px;
    font-size: 2em; }
.player .no-song {
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 20px; }
.player .add-song {
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 20px; }
.player .mobile-info {
  flex-basis: 100%;
  display: none;
  background: #eee; }
  .player .mobile-info a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #ccc; }
.player .related ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  .player .related ul li {
    flex-basis: 50%;
    padding: 10px; }
    .player .related ul li a {
      display: block;
      border: 1px solid #ccc;
      padding: 10px; }
@media screen and (min-width: 768px) {
  .player .related ul li {
    flex-basis: 25%; } }

.playlist {
  list-style: none;
  padding: 0; }
  .playlist li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc; }
  .playlist .cover {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-color: #eee; }
  .playlist .song-info {
    align-self: center;
    padding: 10px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    height: 100px; }
    .playlist .song-info .left {
      align-self: center; }
    .playlist .song-info h3, .playlist .song-info h5 {
      line-height: 1.2;
      font-weight: normal;
      margin: 0;
      font-size: 1em; }
    .playlist .song-info h5 {
      color: #999;
      display: inline; }
    .playlist .song-info h6 {
      display: inline;
      font-weight: normal;
      font-size: 1em;
      color: #ccc; }

.new-playlist {
  list-style: none;
  padding: 10px; }
  .new-playlist .walkup-song {
    margin: 0 0 1rem; }
    .new-playlist .walkup-song h5 {
      margin: 0 0 1rem; }
      .new-playlist .walkup-song h5 a {
        background: #e4e4e4;
        border-radius: 4px;
        padding: 10px 15px;
        display: inline-block; }
    .new-playlist .walkup-song h3 {
      margin: 0 0 1rem; }
    .new-playlist .walkup-song p {
      color: #666;
      text-align: center;
      font-size: .8em;
      margin: 0; }
  .new-playlist .cover {
    width: 100%; }
  .new-playlist .song-actions {
    padding: 0 10px 5px; }
  .new-playlist .playlist-button {
    display: block;
    padding: 10px 10px;
    background: #e4e4e4;
    margin: 0 0 5px;
    border-radius: 4px; }

.team h1 {
  border-top: 2px solid;
  padding-top: 10px;
  margin-top: 0px; }
.team .grade {
  position: absolute;
  top: 10px;
  right: 0; }
  .team .grade:after {
    content: ' ';
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #eee; }
  .team .grade.red:after {
    background: red; }
  .team .grade.yellow:after {
    background: #f1c21e; }
  .team .grade.green:after {
    background: green; }
.team .roster {
  margin: 0;
  padding: 0;
  list-style: none; }
  .team .roster li {
    border-bottom: 1px solid #ccc; }
    .team .roster li a {
      padding: 20px 5px;
      color: black;
      display: flex;
      justify-content: space-between;
      transition: all .2s; }
      .team .roster li a .left {
        align-self: center; }
        .team .roster li a .left .pos {
          width: 40px;
          color: #ccc;
          display: inline-block; }
      .team .roster li a .right {
        flex-basis: 30%;
        text-align: right; }
      .team .roster li a:hover {
        background: #eee; }

.teams-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .teams-list li {
    border-left: 5px solid;
    margin-bottom: 2px; }
    .teams-list li a {
      display: block;
      padding: 10px 0 10px 10px;
      color: black;
      font-size: 2em; }
      .teams-list li a:hover {
        background: linear-gradient(to right, #9ec1eb 0%, #ffffff 100%);
        color: black; }

.artist-playlist {
  list-style: none;
  padding: 0;
  margin: 0; }
  .artist-playlist > li {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    margin-bottom: 2px; }
    .artist-playlist > li .cover {
      height: 100px;
      width: 100px;
      background-size: cover;
      background-position: center;
      background-color: #eee; }
    .artist-playlist > li .song-info {
      padding: 0 10px;
      align-self: center;
      flex: 1; }
      .artist-playlist > li .song-info h5 {
        font-weight: normal; }
      .artist-playlist > li .song-info h3, .artist-playlist > li .song-info h5 {
        margin: 0;
        line-height: 1.2; }
    .artist-playlist > li .player-list {
      flex-basis: 100%;
      padding: 0 0 0 100px;
      display: none;
      list-style: none; }
      .artist-playlist > li .player-list li {
        padding: 5px;
        border-bottom: 1px solid #eee; }

footer {
  background: #eee;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px; }

@media screen and (max-width: 420px) {
  .mobile-hide {
    display: none !important; } }

.tablet-show {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .tablet-show {
      display: inherit !important; } }

@media screen and (min-width: 768px) {
  .tablet-hide {
    display: none !important; } }

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