/*** Font Family  ***/
/*** Font-size as h1-h6 headings ***/
/*** Background properties  ***/
/*** App color variable ***/
.hp-banner {
  padding-top: 30px;
  /*** Hero Slider and Banner ***/
}

.hp-banner .hp-slider {
  float: right;
  width: 100%;
}

.hp-banner .hp-slider .slick-list .slick-slide {
  width: 278px;
  margin-right: 17px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 1280px) {
  .hp-banner .hp-slider .slick-list .slick-slide {
    width: 255px;
  }
}

@media only screen and (max-width: 767px) {
  .hp-banner .hp-slider .slick-list .slick-slide {
    width: 266px;
  }
}

.hp-banner .hp-slider .slick-list .slick-slide * {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hp-banner .hp-slider .slick-list .slick-slide .slider-content {
  width: 100%;
  position: relative;
  height: 520px;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .hp-banner .hp-slider .slick-list .slick-slide .slider-content {
    height: 450px;
  }
}

.hp-banner .hp-slider .slick-list .slick-slide .slider-content img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-banner .hp-slider .slick-list .slick-slide .slider-content iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hp-banner .hp-slider .slick-list .slick-slide .slider-content .banner-content {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  color: #fff;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

@media only screen and (max-width: 1024px) {
  .hp-banner .hp-slider .slick-list .slick-slide .slider-content .banner-content {
    padding: 5px 15px;
  }
}

.hp-banner .hp-slider .slick-list .slick-slide .slider-content .banner-content .article-info .article-date {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  font-family: "Haas Grot Text R 55 Roman";
  font-weight: 400;
}

.hp-banner .hp-slider .slick-list .slick-slide .slider-content .banner-content h2, .hp-banner .hp-slider .slick-list .slick-slide .slider-content .banner-content .h2 {
  font-size: 34px;
  line-height: 36px;
  margin: 10px 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .hp-banner .hp-slider .slick-list .slick-slide .slider-content .banner-content h2, .hp-banner .hp-slider .slick-list .slick-slide .slider-content .banner-content .h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 5px 0;
  }
}

.hp-banner .hp-slider .slick-list .slick-slide .slider-content .banner-content p {
  margin: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.hp-banner .hp-slider .slick-list .slick-slide.slider-hover {
  width: 607px;
}

@media only screen and (max-width: 1280px) {
  .hp-banner .hp-slider .slick-list .slick-slide.slider-hover {
    width: 520px;
  }
}

@media only screen and (max-width: 1024px) {
  .hp-banner .hp-slider .slick-list .slick-slide.slider-hover {
    width: 466px;
  }
}

/*** Article Area ***/
.article-area {
  padding: 0 0 90px 0;
}

@media only screen and (max-width: 1024px) {
  .article-area {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .article-area {
    padding-bottom: 30px;
  }
}

.article-area .article-title {
  padding-top: 60px;
  border-top: 1px solid #ccc;
  margin-top: 65px;
  width: 100%;
}

@media only screen and (max-width: 1370px) {
  .article-area .article-title {
    padding-top: 50px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .article-area .article-title {
    padding-top: 40px;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.article-area .article-title h2 {
  width: auto;
  float: left;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .article-area .article-title h2 {
    margin-bottom: 35px;
  }
}

.article-area .article-title .cmn-select-box {
  float: right;
  width: 230px;
}

@media only screen and (max-width: 540px) {
  .article-area .article-title .cmn-select-box {
    float: left;
    width: 240px !important;
  }
}

.article-area .article-title .cmn-select-box .select2-container {
  left: auto !important;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .article-area .article-title .cmn-select-box .select2-container {
    left: 0 !important;
  }
}

.article-area .btn.btn-lg, .article-area .loadmoreloader.btn-lg {
  margin-top: 90px;
}

@media only screen and (max-width: 1280px) {
  .article-area .btn.btn-lg, .article-area .loadmoreloader.btn-lg {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .article-area .btn.btn-lg, .article-area .loadmoreloader.btn-lg {
    margin-top: 40px;
  }
}

.article-area .loadmoreloader {
  margin-top: 90px;
}

@media only screen and (max-width: 1280px) {
  .article-area .loadmoreloader {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .article-area .loadmoreloader {
    margin-top: 40px;
  }
}

.article-area .filter-area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .article-area .filter-area {
    width: 100%;
  }
}

@media only screen and (max-width: 540px) {
  .article-area .filter-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.article-area .filter-area .property-article {
  margin-left: 15px;
  width: 240px;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .article-area .filter-area .property-article {
    margin-top: 15px;
    margin-left: 0;
  }
}

.article-area .filter-area .property-article .select2-container--open .select2-dropdown {
  width: 700px !important;
  max-width: inherit !important;
}

@media only screen and (max-width: 767px) {
  .article-area .filter-area .property-article .select2-container--open .select2-dropdown {
    width: 290px !important;
  }
}

.article-area .filter-area .property-article .select2-container {
  left: auto !important;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .article-area .filter-area .property-article .select2-container {
    left: 0 !important;
    right: auto;
  }
}

.article-area .filter-area .sortingloader {
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .article-area .filter-area .sortingloader {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -50px;
    position: absolute;
  }
}

@media only screen and (max-width: 540px) {
  .article-area .filter-area .sortingloader {
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto 15px auto;
    position: relative;
  }
}

/*** Cmn article card ***/
.article-card {
  margin-top: 55px;
}

@media only screen and (max-width: 1370px) {
  .article-card {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .article-card {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .article-card {
    margin-top: 24px;
  }
}

.article-card .article-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .article-card .article-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.article-card .article-list figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  height: 183px;
  background-color: #F2F2F2;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 1024px) {
  .article-card .article-list figure {
    height: 143px;
  }
}

@media only screen and (max-width: 767px) {
  .article-card .article-list figure {
    height: 69px;
    width: 69px;
  }
}

.article-card .article-list figure img {
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
  .article-card .article-list figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.article-card .article-list .article-info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 15px;
}

@media only screen and (max-width: 1280px) {
  .article-card .article-list .article-info {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .article-card .article-list .article-info {
    padding-top: 0;
    width: calc(100% - 90px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.article-card .article-list .article-info .h4 {
  margin: 0;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .article-card .article-list .article-info .h4 {
    margin: 7px 0 0;
    width: 100%;
  }
}

.article-card .article-list .date {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #919191;
  text-transform: uppercase;
}

@media only screen and (max-width: 1280px) {
  .article-card .article-list .date {
    font-size: 16px;
    margin: 7px 0;
    line-height: 18px;
  }
}

@media only screen and (max-width: 1024px) {
  .article-card .article-list .date {
    font-size: 14px;
    line-height: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .article-card .article-list .date {
    display: inline-block;
    width: auto;
    margin: 0;
  }
}

.article-card .article-list .cat-info {
  margin: 0 -2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .article-card .article-list .cat-info {
    margin: 0 15px 0px 0px;
  }
}

@media only screen and (max-width: 540px) {
  .article-card .article-list .cat-info {
    margin-right: 10px;
  }
}

.article-card .article-list .cat-info .tag {
  margin: 2px 2px 0 0;
}

@media only screen and (max-width: 767px) {
  .article-card .article-list .cat-info .tag {
    margin: 0px 0px 5px 0;
  }
}

.article-card .article-list:hover {
  text-decoration: none;
  color: #000;
}

.article-card .article-list:hover figure {
  -ms-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .article-card:nth-last-child(2) .article-list {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/*** Social Explore ***/
.on-social-explore {
  padding: 65px 0;
}

.on-social-explore .coulmn-wrapper.schedule {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.on-social-explore .schedule-image {
  z-index: -1;
}

@media only screen and (max-width: 1370px) {
  .on-social-explore {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 1280px) {
  .on-social-explore {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .on-social-explore > .container > .cmn-pl > .d-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.on-social-explore .coulmn-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 4px;
  background-color: #F2F2F2;
  padding: 24px;
}

@media only screen and (max-width: 1280px) {
  .on-social-explore .coulmn-wrapper {
    padding: 20px;
  }
}

.on-social-explore .coulmn-wrapper.fs-countdown {
  padding: 0;
  overflow: hidden;
}

.fs-countdown iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.on-social-explore .coulmn-wrapper.schedule {
  color: #fff;
}

.on-social-explore .coulmn-wrapper.explore {
  margin-bottom: 0 !important;
}

.on-social-explore .coulmn-wrapper.explore .btn.btn-primary {
  color: #000;
}

.on-social-explore .coulmn-wrapper.explore .btn.btn-primary:hover {
  color: #fff;
}

.on-social-explore .grid-boxex .coulmn-wrapper {
  margin-bottom: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 352px;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .on-social-explore .grid-boxex .coulmn-wrapper {
    min-height: 280px;
  }
}

.on-social-explore .grid-boxex .coulmn-wrapper h3 {
  margin: 10px 0 0 0;
  max-width: 410px;
  position: relative;
}

.on-social-explore .grid-boxex .coulmn-wrapper h3 strong, .on-social-explore .grid-boxex .coulmn-wrapper h3 a {
  color: white;
}

.on-social-explore .grid-boxex .coulmn-wrapper .btn {
  margin-top: 30px;
}

.d-row .card.card-60 {
  height: 100%;
}
.on-social-explore .grid-boxex .coulmn-wrapper.schedule .btn {
  margin-top: 30px;
  display: block;
  max-width: 240px;
}
.on-social-explore .grid-boxex .coulmn-wrapper.schedule .schedule-content {
  position: absolute;
  bottom: 50px;
  left: 25px;
}

.on-social-explore .grid-boxex .coulmn-wrapper.schedule {
  min-height: 100%;
  padding: 0;
}

.on-social-explore .grid-boxex .coulmn-wrapper span {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: "Haas Grot Text R 55 Roman";
  font-weight: 400;
  position: relative;
}

.on-social-explore .on-social {
  /*** Tweater Iframe Design****/
}

.on-social-explore .on-social .coulmn-wrapper {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  background-color: #222222;
  color: #fff;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .on-social-explore .on-social .coulmn-wrapper {
    margin-top: 30px;
  }
}

.on-social-explore .on-social .coulmn-wrapper h3 {
  color: #fff;
  margin: -5px 0 20px 0;
}

.on-social-explore .on-social iframe {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}

@media only screen and (max-width: 767px) {
  .on-social-explore .on-social iframe {
    height: 300px;
  }
}

.on-social-explore .on-social #twt body .main-container #stream .status {
  padding: 15px;
  background: #003B69;
  border-radius: 4px;
}

/*** Common Slider ***/
.slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 75px;
  height: 75px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  background: url(https://www.foxsports.com/presspass/wp-content/themes/fox-presspass/assets/images/cmn-arrows.svg) no-repeat center #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  background-size: 20px auto;
}

@media only screen and (max-width: 1024px) {
  .slick-slider .slick-arrow {
    height: 50px;
    width: 50px;
    background-size: 15px auto;
  }
}

@media only screen and (max-width: 767px) {
  .slick-slider .slick-arrow {
    height: 35px;
    width: 35px;
    background-size: 12px auto;
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
}

.slick-slider .slick-arrow.slick-prev {
  left: 24px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
  .slick-slider .slick-arrow.slick-prev {
    left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-slider .slick-arrow.slick-prev {
    left: 10px;
  }
}

.slick-slider .slick-arrow.slick-next {
  right: 24px;
}

@media only screen and (max-width: 1024px) {
  .slick-slider .slick-arrow.slick-next {
    right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-slider .slick-arrow.slick-next {
    right: 10px;
  }
}

.slick-slider .slick-arrow.slick-disabled {
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  -o-opacity: 0 !important;
  -ms-opacity: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.slick-slider:hover .slick-arrow {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

/*** Programming Filter ***/
.foxports-programe {
  color: #fff;
  background-color: #5183AE;
  position: relative;
}

.foxports-programe:after {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .foxports-programe:after {
    content: "";
    position: absolute;
    left: -130px;
    bottom: 0;
    mix-blend-mode: soft-light;
    width: 1622.85px;
    height: 513.96px;
    -webkit-transform: matrix(-0.7, 0.71, 0.71, 0.7, 0, 0);
            transform: matrix(-0.7, 0.71, 0.71, 0.7, 0, 0);
    background: linear-gradient(89.85deg, #F2F2F2 8.19%, rgba(242, 242, 242, 0) 80.25%);
  }
}

.foxports-programe .imgElm {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .foxports-programe .imgElm {
    display: none;
  }
}

.foxports-programe .container {
  position: relative;
  z-index: 1;
}

.foxports-programe .cmn-pl .d-row {
  padding: 130px 0;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .foxports-programe .cmn-pl .d-row {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .foxports-programe .cmn-pl .d-row {
    padding: 65px 0;
  }
}

.foxports-programe .cmn-pl .d-row .filter-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -15px;
  max-width: calc(100% + 30px);
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .foxports-programe .cmn-pl .d-row .filter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box {
  width: 50%;
  padding: 0 15px;
}

.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box.property {
  width: 54%;
}

@media only screen and (max-width: 1024px) {
  .foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box.property {
    width: 60%;
    margin: 0 0 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box.property {
    width: 290px;
  }
}

.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box.show {
  width: 46%;
}

@media only screen and (max-width: 1024px) {
  .foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box.show {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box.show {
    width: 290px;
  }
}

@media only screen and (max-width: 1280px) {
  .foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box.show .select2-container.select2-container--open {
    left: auto !important;
    right: 0  !important;
  }
}

@media only screen and (max-width: 1024px) {
  .foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box.show .select2-container.select2-container--open {
    right: auto !important;
    left: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box.show .select2-container--open .select2-dropdown {
    margin-right: 0;
    margin-left: 15px;
  }
}

.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box.filterloader {
  position: absolute;
  right: -20px;
  width: auto;
  top: 5px;
}

@media only screen and (max-width: 1024px) {
  .foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box.filterloader {
    margin-top: 15px;
    position: relative;
    right: inherit;
    top: auto;
    width: 50%;
    left: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box.filterloader {
    left: auto;
    width: 290px;
    margin: 15px 0 0 0;
  }
}

.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box .select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.2);
}

.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box .select2-container--default .select2-selection--single,
.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box .select2-container--default .select2-selection--multiple {
  border-color: #fff;
}

.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box .select2-container--open .select2-dropdown {
  width: 699px !important;
  max-width: 100%;
}

@media only screen and (max-width: 1280px) {
  .foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box .select2-container--open .select2-dropdown {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box .select2-container--open .select2-dropdown {
    width: 100% !important;
    margin-right: 0;
  }
}

.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box .select2-container--default .select2-selection--single .select2-selection__arrow,
.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box .select2-container--default .select2-selection--multiple::after {
  background: url(https://www.foxsports.com/presspass/wp-content/themes/fox-presspass/assets/images/dropdown-arrow-white.svg) no-repeat 50%;
}

.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box .select2-container.select2-container--default.select2-container--open .select2-selection--multiple,
.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box .select2-container--default.select2-container.select2-container--open .select2-selection--single {
  border-color: #fff !important;
  -ms-box-shadow: 0 0px 5px 2px rgba(250, 250, 250, 0.3);
  -o-box-shadow: 0 0px 5px 2px rgba(250, 250, 250, 0.3);
  -webkit-box-shadow: 0 0px 5px 2px rgba(250, 250, 250, 0.3);
  box-shadow: 0 0px 5px 2px rgba(250, 250, 250, 0.3);
}

.foxports-programe .cmn-pl .d-row .filter-wrap .cmn-select-box .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.foxports-programe .cmn-pl .d-row > .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1280px) {
  .foxports-programe .cmn-pl .d-row > .card {
    width: 67%;
  }
}

@media only screen and (max-width: 767px) {
  .foxports-programe .cmn-pl .d-row > .card {
    width: 100%;
  }
  .foxports-programe .cmn-pl .d-row > .card h1 {
    margin-bottom: 16px;
  }
}
/*# sourceMappingURL=home.css.map */