.ui-dialog {
  background: white;
  padding: 12px;
  z-index: 201;
}
.ui-dialog .ui-dialog-titlebar {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.ui-dialog .ui-dialog-title {
  font-size: 20px;
  font-weight: bold;
  color: #5d6165;
  line-height: 22px;
}
.ui-dialog .ui-dialog-titlebar-close {
  font-size: 0;
  margin-left: auto;
  -webkit-appearance: none;
  background: transparent;
  color: black;
  border: none;
  padding: 10px;
  height: 40px;
  line-height: 0.6;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  content: "\00d7";
  font-weight: bold;
  font-size: 30px;
}
.ui-dialog label {
  color: #5d6165;
  font-size: 75%;
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 7px;
}
.ui-widget-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.8);
}
.button-group {
  margin-top: 12px;
  display: flex;
  flex-flow: row wrap;
}
.button-group:before,
.button-group:after {
  content: none;
}
.button-group.space-between {
  justify-content: space-between;
}
.button-group button {
  padding: 6px;
  height: auto;
  width: auto;
}
/* =========== SITE VARIABLES ========== */
/*Mixins*/
body {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', arial, sans-serif;
}
.sidearm-common-promotion .dfp-ad {
  margin: 0 auto 24px auto;
}
.alert-box {
  overflow: hidden;
  max-height: 0;
  transition: .25s;
}
.alert-box.is-open {
  max-height: 800px;
}
.alert-box .alert-box__inner {
  position: relative;
  margin: 12px 0;
  background: #454444;
  color: white;
  padding: 24px 48px 24px 24px;
}
.alert-box .alert-box__close {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 24px;
  height: 24px;
  background: #003087;
  color: white;
  transition: .25s;
}
.alert-box .alert-box__close::-ms-expand {
  display: none;
}
.alert-box .alert-box__close::before {
  content: '\e078';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  line-height: 1;
  font-family: 'sidearm_font_v2';
  color: white;
}
.alert-box .alert-box__close:hover {
  background: black;
}
.watch-player {
  display: flex;
  margin: 0 0 24px 0;
}
.watch-player__container {
  flex: 0 1 66.6666%;
  -webkit-flex: 0 1 66.6666%;
  min-width: 1px;
  min-height: 1px;
}
.watch-player__media {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.watch-player__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.watch-player__details {
  background: white;
  border: 1px solid #d7d7d7;
  border-left: none;
  color: #003087;
  display: flex;
  flex-direction: column;
  flex: 0 1 33.3333%;
  -webkit-flex: 0 1 33.3333%;
  min-width: 1px;
  min-height: 1px;
  justify-content: center;
  padding: 24px;
}
.watch-player__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
.showcase-header {
  position: relative;
  padding-bottom: 12px;
  min-height: 50px;
}
.showcase-header__links {
  margin-left: auto;
  font-weight: 700;
  font-size: .875rem;
  padding: 0 12px;
}
.showcase-header__link-item + .showcase-header__link-item::before {
  content: '|';
  margin: 0 2px 0 4px;
}
.showcase-header__link-url {
  position: relative;
  padding: 2px;
  color: #003087;
  text-decoration: none;
  transition: .25s;
}
.showcase-header__link-url::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #003087;
  transition: .2s;
}
.showcase-header__link-url:hover {
  color: black;
}
.showcase-header__link-url:hover::after {
  width: 100%;
  background: black;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.watch-tabs {
  background-color: #d7d7d7;
}
.watch-tabs input[type="radio"] {
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.watch-tabs input[type="radio"]:checked + label {
  background-color: #002973;
  color: white;
  transition: .25s;
}
.watch-tabs a {
  display: block;
  background: #d7d7d7;
  color: #777777;
}
.watch-tabs label {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
  color: #777777;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 12px 0 12px;
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .25s;
}
.watch-tabs label[for="type1"] {
  padding: 0;
}
.watch-tabs label[for="type1"] a {
  padding: 0 12px;
  text-decoration: none;
}
.watch-tabs label[for="type1"] a:hover {
  background-color: #c7c7c7;
}
.watch-tabs label:hover {
  background-color: #c7c7c7;
  transition: .25s;
}
.watch-filter {
  background-color: #003087;
  padding: 24px 12px;
}
.watch-filter input,
.watch-filter select {
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  font-size: 18px;
  color: #777777;
  text-transform: uppercase;
}
.watch-search input[type="text"] {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  background-color: white;
  color: #003087;
  padding: 0 12px;
  font-size: 18px;
  text-transform: uppercase;
}
.watch-search input[type="text"]::-ms-expand {
  display: none;
}
.watch-search input[type="text"]::-webkit-input-placeholder {
  color: #003087;
}
.watch-search input[type="text"]::-moz-placeholder {
  color: #003087;
}
.watch-search input[type="text"]:-ms-input-placeholder {
  color: #003087;
}
.watch-search input[type="text"]:-moz-placeholder {
  color: #003087;
}
.watch-list {
  margin: 24px auto;
}
.watch-list__item {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  cursor: pointer;
  border-bottom: 2px solid #d7d7d7;
  padding: 6px 0;
  transition: .25s;
}
.watch-list__item:hover {
  background-color: #f6f6f6;
  transition: .25s;
}
.watch-list__media {
  width: 335px;
}
.watch-list__image {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.watch-list__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.watch-list__image button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  display: block;
  width: 60px;
  height: 60px;
  background: #003087;
  border: 3px solid #003087;
  color: white;
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
}
.watch-list__image button::-ms-expand {
  display: none;
}
.watch-list__image button i {
  position: absolute;
  top: 0;
  left: 12px;
  line-height: 54px;
  color: white;
  font-size: 34px;
}
.watch-list__image button i:before {
  margin: 0;
}
.watch-list__details {
  padding: 0 24px;
}
.watch-list__sport {
  color: #636369;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.watch-list__title {
  color: #003087;
  font-size: 36px;
}
.watch-list__share {
  width: 180px;
  padding: 10px;
}
.watch-list__share button {
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', arial, sans-serif;
  width: 100%;
  height: 40px;
  background-color: #003087;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1px;
  transition: .25s;
}
.watch-list__share button::-ms-expand {
  display: none;
}
.watch-list__share button:hover {
  background-color: #002973;
  transition: .25s;
}
.watch-list__group + .load-more__container {
  margin-top: 24px;
}
.watch-list__group + .load-more__container .load-more__button {
  border: 3px solid #003087;
  background: white;
  height: 48px;
  padding: 0 24px;
  color: #003087 !important;
  transition: .25s;
}
.watch-list__group + .load-more__container .load-more__button:hover {
  transition: .25s;
  background: #003087;
  color: white !important;
}
.watch-embed-code-generate {
  width: 100%;
}
/*Media Queries*/

@media all and (max-width: 1280px) {
  .showcase-header {
    height: auto;
  }
  .showcase-header__logo {
    position: static;
    left: auto;
    transform: none;
  }
  .showcase-header__links {
    margin-left: 0;
  }
}
@media all and (max-width: 1023px) {
  .watch-list__media {
    width: 275px;
  }
  .watch-list__title {
    font-size: 24px;
  }
  .watch-player {
    display: block;
  }
  .watch-player__details {
    border-top: none;
    border-left: 1px solid #d7d7d7;
    display: block;
  }
  .watch-player__title {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .watch-search {
    margin-top: 24px;
  }
  .watch-list__media {
    width: 180px;
  }
  .watch-list__details {
    flex: 0 0 calc(100% - 180px);
    -webkit-flex: 0 0 calc(100% - 180px);
    min-width: 1px;
    min-height: 1px;
  }
  .watch-list__share {
    width: 100%;
    margin-top: 12px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
  }
  .watch-list__share button {
    width: auto;
    flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
    min-width: 1px;
    min-height: 1px;
    margin: 0 2px;
  }
}
@media all and (max-width: 540px) {
  .watch-player__title {
    font-size: 1.25rem;
  }
  .watch-tabs label {
    font-size: 18px;
  }
  .watch-filter select {
    margin-bottom: 12px;
  }
  .watch-search {
    margin: 0;
  }
  .watch-list__item {
    display: block;
  }
  .watch-list__media {
    width: 100%;
  }
  .watch-list__details {
    padding: 12px;
  }
  .watch-list__share {
    padding: 12px 0;
    margin: 0 -4px;
  }
  .watch-list__share span {
    position: absolute;
    left: -99999px;
  }
}
@media all and (max-width: 1024px) {
  .showcase-context .showcase-header {
    padding: 0 12px;
    margin-bottom: 12px;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .showcase-context .showcase-header__links {
    margin: 24px 0;
  }
}
@media all and (max-width: 400px) {
  .watch-tabs {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .watch-tabs label {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
