/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.arrow {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    background-color: #000;
    border-radius: 15px;
    border: none;
    bottom: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    color: #1e90ff;
    cursor: pointer;
    font-size: 20px;
    opacity: 1;
    padding: 5px 15px;
    position: absolute;
    z-index: 2;
}

.arrow:focus {
    outline: none;
}

.arrow-left {
    left: calc(50% - 75px);
}

.arrow-right {
    right: calc(50% - 75px);
}

.game-broadcast {
    padding: 0 0 0 10px;
    width: auto;
    /* outline: solid 1px blue; */
}

.game-broadcast span {
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px 0 0;
}

.game-broadcast span:first-of-type {
    color: #b22222;
    display: block;
    font-size: 16px;
}

.game-date-location {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 15px 10px;
    width: 100%;
}

.game-dropdown-button {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    align-items: center;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 18px;
    height: 35px;
    justify-content: center;
    outline: solid 1px #000;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
}

.game-dropdown-button i {
    -webkit-transition: transform 250ms ease;
    transition: transform 250ms ease;
}

/* entire schedule dropdown wrapper */
.game-dropdown-container {
    -webkit-transition: bottom 500ms ease, opacity 500ms ease;
    background-color: #fff;
    border-radius: 5px;
    bottom: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    transition: bottom 500ms ease, opacity 500ms ease;
    width: 100%;
    z-index: 1;
}

.game-dropdown-toggle {
    bottom: 0;
    opacity: 1;
}

/* 2nd inner dropdown container */
.game-dropdown-details {
    height: 100%;
    padding: 0 10px 10px 10px;
    position: relative;
    width: 100%;
}

.game-dropdown-goals div,
.game-dropdown-shots div {
    -ms-flex-align: end;
    -ms-flex-direction: row;
    -ms-flex-pack: space-evenly;
    -webkit-box-align: end;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: space-evenly;
    align-items: flex-end;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    /* outline: solid 1px blue; */
}

.game-dropdown-goals div:first-of-type p,
.game-dropdown-shots div:first-of-type p,
.game-dropdown-goals h3,
.game-dropdown-shots h3 {
    background-color: #dcdcdc;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 0 0 0;
    padding: 2px 0;
    width: 100%;
    /* outline: solid 1px blue; */
}

.game-dropdown-goals h3 {
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.game-dropdown-goals p:first-of-type,
.game-dropdown-shots p:first-of-type {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: solid 4px #fff;
}

.game-dropdown-goals p:last-of-type,
.game-dropdown-shots p:last-of-type {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: solid 4px #fff;
}

.game-dropdown-goals p,
.game-dropdown-shots p {
    font-size: 14px;
    width: 100%;
    /* outline: solid 1px blue; */
}

.game-dropdown-goals span,
.game-dropdown-header span,
.game-dropdown-shots span {
    font-size: 14px;
    width: 100%;
    /* outline: solid 1px blue; */
}

.game-dropdown-header {
    -ms-flex-align: start;
    -ms-flex-direction: row;
    -ms-flex-pack: space-around;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: space-around;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
    width: 100%;
    /* outline: solid 1px blue; */
}

.game-dropdown-header h3 {
    color: #b22222;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    /* outline: solid 1px blue; */
}

.game-dropdown-team-logo {
    height: auto;
    width: 60px;
    /* outline: solid 1px blue; */
}

.game-dropdown-team-logo img {
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    height: auto;
    width: 100%;
}

.game-finished-date {
    -webkit-transform: translateX(-50%);
    border-bottom: solid 1px #58adff;
    font-size: 14px;
    font-weight: bold;
    left: 50%;
    padding: 0 5px 2px 5px;
    position: absolute;
    top: 5px;
    transform: translateX(-50%);
    z-index: 2;
}

.game-location {
    color: #58adff;
    font-size: 18px;
}

.game-number {
    bottom: 10px;
    font-size: 14px;
    left: 20px;
    padding: 0;
    position: absolute;
    width: auto;
    z-index: 3;
    /* outline: solid 1px blue; */
}

.game-stats-button {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all 150ms ease;
    background-color: #fff;
    border-radius: 50px;
    border: none;
    bottom: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    left: 50%;
    outline: solid 1px #1e90ff;
    padding: 5px 15px;
    position: absolute;
    text-decoration: none;
    transform: translateX(-50%);
    transition: all 150ms ease;
}

.game-stats-button:hover {
    -webkit-box-shadow: 0 2px 5px #024e98;
    box-shadow: 0 2px 5px #024e98;
}

/* container for each team on each card */
.game-team-container {
    padding: 0 10px;
    width: 100%;
    /* outline: solid 1px blue; */
}

.game-team-container p:first-of-type {
    color: #b22222;
    font-weight: bold;
}

.game-team-logo {
    -webkit-transform: translateY(-50%);
    height: auto;
    left: calc(100% + 20px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
}

.game-team-logo img {
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.75));
    height: auto;
    width: 100%;
}

.game-team-name {
    font-weight: bold;
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    /* outline: solid 1px blue; */
}

.game-team-radio-link {
    color: #1e90ff;
    font-size: 22px;
    margin-left: 20px;
    text-shadow: 0 2px 2px #808080;
}

.game-team-radio-link i {
    cursor: not-allowed;
}

.game-team-radio-link a {
    color: #1e90ff;
    text-decoration: none;
}

.game-team-record {
    border-bottom: solid 1px #000;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    width: 85%;
}

.game-winning-player h3 {
    border-bottom: solid 1px #58adff;
    font-size: 16px;
    margin: 10px auto 0 auto;
    padding: 0 10px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /* outline: solid 1px blue; */
}

.game-winning-player p {
    color: #b22222;
    font-size: 16px;
    margin: auto;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.home-game-indicator {
    background-color: #1e90ff;
    border-radius: 50%;
    bottom: 10px;
    display: inline;
    height: 15px;
    position: absolute;
    right: 10px;
    width: 15px;
    z-index: 3;
}

.home-game-indicator-message {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    /* outline: solid 1px blue; */
}

.home-game-indicator-message p {
    border-bottom: solid 1px #000;
    font-size: 14px;
    font-weight: bold;
    padding-right: 25px;
}

.home-game-indicator-message span {
    -webkit-transform: translateY(-50%);
    background-color: #1e90ff;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

.league-game-card {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    align-items: flex-start;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    height: auto;
    justify-content: flex-start;
    margin: 5px auto 10px auto;
    min-height: 200px;
    /* outline: solid 1px #000; */
    overflow: hidden;
    padding: 0 0 55px 0;
    position: relative;
    width: 315px;
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    padding: 5px 0 5px 0;
    position: relative;
    /* outline: solid 1px blue; */
}

.owl-carousel {
    display: none;
    height: auto;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 1;
    /* outline: solid 1px blue; */
}

.owl-carousel.owl-drag .owl-item {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-stage {
    -moz-backface-visibility: hidden;
    -ms-touch-action: manipulation;
    -ms-touch-action: pan-Y;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-box;
    display: box;
    position: relative;
    touch-action: manipulation;
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel .owl-stage-outer {
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
    position: relative;
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -moz-backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-backface-visibility: hidden;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    backface-visibility: hidden;
    float: left;
    min-height: 1px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0 !important;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -moz-user-select: none;
    -ms-touch-action: pan-y;
    -ms-user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* .owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    -webkit-transition: opacity 0.4s ease;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    backface-visibility: hidden;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    width: 80px;
    z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    -webkit-transition: opacity 0.4s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
} */

.team-preseason-container {
    background-color: #dcdcdc;
    border-radius: 5px;
    margin: 10px auto 0 auto;
    padding: 0 20px 20px 20px;
    position: relative;
    width: 100%;
}

.team-preseason-container h2 {
    border-bottom: solid 1px #000;
    color: #b22222;
    display: inline-block;
    font-size: 18px;
    padding: 10px 25px 0 0;
    width: auto;
}

.team-preseason,
.team-regular-season,
.team-regular-season-finished-games {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.team-preseason-card {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    align-items: flex-start;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    height: auto;
    justify-content: flex-start;
    margin: 10px;
    min-height: 200px;
    overflow: hidden;
    outline: solid 1px #000;
    padding: 0 0 40px 0;
    position: relative;
    width: 315px;
}

.team-preseason-card:first-of-type {
    margin: 0 10px 0 0;
}

.team-preseason-card:last-of-type {
    margin: 0 0 0 10px;
}

.transition-container {
    -webkit-transition: opacity 2000ms ease;
    opacity: 0;
    transition: opacity 2000ms ease;
}

@media (max-width: 700px) {
    .game-stats-button:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 400px) {
    .league-game-card,
    .team-preseason-card {
        max-width: 90%;
        min-width: 250px;
    }

    .owl-carousel {
        padding: 0;
    }
}
