@media (max-width:991px)  {
  .main-content {
    position: relative;
    margin-top: 90px;
  }
  #navbarNav .navbar-nav .nav-link {
    font-size: 1.2em!important;
    margin: 10px 10px;
  }
}

@media (min-width:992px)  {
  .main-content {
    position: relative;
    margin-top: 140px;
  }
  #navbarNav {
    margin-left: 0px;
    position: relative;
    left: -15px;
  }
  #navbarNav .navbar-nav .nav-link {
    font-size: 1.2em!important;
    margin: 0px 10px;
  }
  .team-season-finder {
    text-align: right!important;
  }
  .team-season-finder .form-control {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
}

.event {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1rem
}

.event:not(:first-child) {
    border-top: 1px solid #ddd
}

.event .date {
    width: 6rem;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
    color: #6a6a6a
}

.event .date span {
    display: block;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px
}

.event .date span,
.event .time {
    font-size: .9rem !important;
    line-height: 1rem
}

.event .time {
    width: 6rem;
    text-align: center;
    color: #6a6a6a
}

.event .time span {
    display: block;
    font-size: .85rem;
    line-height: 1rem;
    text-transform: uppercase
}

.event .event-details {
    -webkit-box-flex: 1;
    flex: 1;
    line-height: 1.15rem
}
.date {
    background: #fff;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 10px;
	box-shadow: 0 2px 5px -1px rgba(0,0,0,0.2);
}
.date-month {
    background: #403f3f!important;
    padding: 8px 4px 4px;
    color: #fff;
    font-size: 18px!important;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 1px solid #6a6f77;
}
.date-day {
    padding: 12px 4px;
    font-size: 1.0em!important;
    font-weight: 500;
    line-height: 1.2em!important;
}

.home-designation {
	font-size:1em;
	color:#c5c5c5;
}

.row-selected {
  background-color: #4b7a8f !important;
  color: #fff !important;
  font-weight: bold !important;
}

.row-selected a:link, .row-selected a:visited, .row-selected a:hover {
  color: #fff !important;
  text-decoration: none;
}

.fa-star:hover, .fa-star:focus {
  fill: #d75331;
}

.favorite {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

a.favorite:link{color:#d75331 !important;}
a.favorite:visited{color:#d75331 !important;}
a.favorite:hover{color:#d75331 !important;}
a.favorite:active{color:#d75331 !important;}
a.favorite:focus{color:#d75331 !important;}

.breadcrumb-arrow {
    min-height: 36px;
    /*     padding: 0; */
    line-height: 36px;
    list-style: none;
    overflow: auto;
    /*    background-color: #e6e9ed*/
    /*background: linear-gradient(to right, #eaeaea 0%,#ffffff 100%);*/
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    /*vertical-align: top;*/
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: "";
}

.breadcrumb-arrow li span {
    padding: 0 10px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff !important;
    text-decoration: none;
    background-color: #343a40;
    border: 1px solid #343a40;
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px;
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #343a40;
    border-left-style: solid;
    border-left-width: 10px;
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #fff;
}

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #40474e;
    border: 1px solid #40474e;
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: #40474e;
}

.breadcrumb-arrow li a:active {
    background-color: #40474e;
    border: 1px solid #40474e;
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #40474e;
}

/*set for Last child*/

.breadcrumb-arrow li.active span {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #696d71;
    border: 1px solid #696d71;
}

.breadcrumb-arrow li.active:first-child span {
    padding-left: 10px;
}

.breadcrumb-arrow li.active span:after,
.breadcrumb-arrow li.active span:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li.active span:before {
    right: -10px;
    z-index: 3;
    border-left-color: #696d71;
    border-left-style: solid;
    border-left-width: 11px;
}

.breadcrumb-arrow li.active span:after {
    right: -11px;
    z-index: 2;
    border-left: 10px solid #696d71;
}

/* ADA Updates START */

a {
  color: #1a65b5;
}

.text-muted, .text-muted-dark {
    color: #6f7376 !important;
}

.badge-secondary {
  background-color: #757575;
}

tr.row-selected .text-muted {
  font-weight: 300;
  color: #fff !important;
}

tr.row-selected .text-warning {
  color: #fff !important;
}

div.table-title {
    font-family: 'proxima-nova',sans-serif!important;
    font-weight: 400!important;
    font-size: 1rem!important;
    line-height: 45px;
    min-width: 400px;
    background: #000;
    display: inline-block;
    padding: 0 90px 0 10px;
    background: linear-gradient(-70deg, transparent 30%, #000 10%, #000 10%, #000 0%);
}

.winning-team {
  font-weight: bold;
}

.winning-team .score {
  font-size: 15pt;
}
