@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:400,500,400italic,300");

/* @media (prefers-color-scheme: dark) {
  body {
    background-color: black;
    color: #ccc;
  }
} */

body {
  font-family: "roboto", "Times New Roman", Times, serif;
  font-size: 1rem;
  /* line-height: 1.6; */
}

body.user-logged-in {
  padding-top: 85px !important;
}

/**********************Layout section **************/

#drupal-off-canvas select {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
}
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap");

/**********************images section **************/
.main-image-width-100 img {
  width: 100%;
  /*justify-content: ;*/
}

.headline-card .main-image-width-100 img {
  border: 1px solid #eeeeee7a;
}

/*********************** Ultilities ************************/
/* 003fa2   */
:root {
  /* --pr-color: #003fa2;  */
  --pr-color: #003fa2;
  --sd-color: #003da5;
  --muted-color: #666666;
  --grey-background: #ececec;
  --grey-color: #ececec;
  --light-color: #eeeeee;
  --white-color: #ffffff;
  --dark-color: #141414;
  --dark-link: #f7f6f6;

  /*   --pr-color: #002e5d;
  --sd-color: #003fa2;
  --muted-color:#666666;
  --light-color:#eeeeee;
  --white-color:#ffffff;
  --dark-color:#141414;
  --dark-link:#f7f6f6; */
}

li.grid {
  list-style-type: none;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid black;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;

  border-left: 60px solid black;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-right: 10px solid red;
}

.score-test::before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-right: 10px solid black;
}

.card {
  border-radius: 0 !important;
}

@media (max-width: 1200px) {
  .container {
    width: 90%;
    max-width: none;
  }
}

.sport-link {
  letter-spacing: 2px;
}

.text-pg-color {
  color: var(--pr-color) !important;
}
.text-sd-color {
  color: var(--sd-color) !important;
}
.text-dark {
  color: var(--dark-color) !important;
}
.text-muted {
  color: var(--muted-color) !important;
}

.align-left {
  margin: 1%;
}
.align-right {
  margin: 1%;
}
.align-center {
  margin: 1%;
}

.oswald-font {
  font-family: Oswald, "Bebas Neue", Arial, Helvetica, sans-serif;
}

.bebas-font {
  font-family: "Bebas Neue", Oswald, Arial, Helvetica, sans-serif;
}
.p-margin {
  margin-bottom: 0px !important;
}
a {
  color: var(--pr-color);
}
a:hover {
  color: var(--sd-color);
}
section:nth-child(even) {
  background-color: var(--light-color);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--pr-color);
}

.bg-primary,
.paragraph--color--primary,
.btn-primary {
  background-color: var(--pr-color) !important;
  background-image: var(--pr-color) !important;
}

.bg-secondary,
.paragraph--color--secondary,
.btn-secondary {
  background-color: var(--sd-color) !important;
  background-image: var(--sd-color) !important;
}
.bg-light {
  background-color: var(--light-color) !important;
}

.grey-background {
  background: var(--grey-background) !important;
}

.main-logo {
  /*   background-color:#002e52; */
  background: #003fa2;
  /*   background: linear-gradient(90deg,rgba(0, 46, 93, 1) 93%,#fff 93%,#fff 96%,rgba(0, 46, 93, 1) 96%); */
  /*    background: linear-gradient(90deg,#003fa2 93%,#fff 93%,#fff 96%,#003fa2 96%); */
}
.main-logo {
  text-align: center;
}

.main-logo .navbar-brand {
  /*   float: right; */
  text-align: center;
  margin-right: 0px;
}

.nav-link {
  /*     color:white; */
  /*   font-family: "Bebas Neue"; */
  display: block;
  padding: 0rem 1rem;
}

@media (max-width: 1140px) {
  .container {
    width: 100%;
    max-width: none;
  }
}

.menu.menu-item {
  color: var(--white-color);
}

.col-no-padding {
  padding: 0 !important;
}

/**************************** LAYOUT SECTION *******************************/
.layout__region {
  margin-top: 1rem !important;
}

@media screen and (min-width: 40em) and (max-width: 64em) {
  .layout--twocol-section > .layout__region {
    flex: 0 1 100% !important;
  }
}

@media screen and (min-width: 60em) {
  .layout--twocol-section.layout--twocol-section--50-50
    > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--50-50
    > .layout__region--second {
    flex: 0 1 50%;
  }

  .layout--twocol-section.layout--twocol-section--33-67
    > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--67-33
    > .layout__region--second {
    flex: 0 1 33%;
  }

  .layout--twocol-section.layout--twocol-section--33-67
    > .layout__region--second,
  .layout--twocol-section.layout--twocol-section--67-33
    > .layout__region--first {
    flex: 0 1 67%;
  }

  .layout--twocol-section.layout--twocol-section--25-75
    > .layout__region--first,
  .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--second {
    flex: 0 1 25%;
  }

  .layout--twocol-section.layout--twocol-section--25-75
    > .layout__region--second,
  .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--first {
    flex: 0 1 75%;
  }
}

/**************************** HEADER SECTION *******************************/

header {
  /*     background-color: #003da7; */
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.12);
  /*     min-height: 85px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald" !important;
}

h1 {
  font-size: 2em;
  line-height: 1.25;
  margin-top: 0.2em;
  margin-bottom: 0.3125em;
}
@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125;
    letter-spacing: normal;
    margin-top: 0.2em;
    margin-bottom: 0.244444445em;
  }
}
@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    letter-spacing: normal;
    line-height: 1.05;
    margin-top: 0em;
    margin-bottom: 0.2291667em;
  }
}

h4 {
  font-size: 1.5em;
  line-height: 1.125;
  margin-top: 0.2em;
  margin-bottom: 0.3125em;
}
@media (min-width: 23.75em) {
  h4 {
    font-size: 1.5em;
    line-height: 1.125;
    margin-top: 0.2em;
    margin-bottom: 0.3125em;
  }
}

@media (min-width: 33.75em) {
  h4 {
    font-size: 1.2em;
    line-height: 1.125;
    letter-spacing: normal;
    margin-top: 0.2em;
    margin-bottom: 0.244444445em;
  }
}
@media (min-width: 56.25em) {
  h4 {
    font-size: 1.2em;
    letter-spacing: normal;
    line-height: 1.25;
    margin-top: 0em;
    margin-bottom: 0.2291667em;
  }
}

.sports-menu-header {
  letter-spacing: 2px;
}

.navbar-expand-lg .navbar-nav .main-nav-dropdown-menu {
  position: absolute;
  left: -20%;
  margin-top: 0px;
  width: 100vw;
  box-shadow: 0 0.525rem 1.5rem rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 760px) {
  .nav.justify-content-end {
    justify-content: center !important;
  }
}

@media screen and (max-width: 994px) {
  .long-text {
    height: 75px !important;
  }

  .main-logo .navbar-brand {
    /*     background-color: #00235d; */
    top: 42px;
    z-index: 5000;
  }
  .main-logo .navbar-brand img {
    height: 70px !important;
  }
  .main-navigation {
    min-height: 80px;
    background-color: var(--pr-color);
  }

  .main-nav-ul {
    padding-top: 30px;
  }

  .menu-headers {
    font-size: 1.5rem;
    color: #fff !important;
  }

  .main-nav-ul .show .menu-headers {
    color: #002e5d !important;
  }

  .navbar-expand-lg .navbar-nav .main-nav-dropdown-menu {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -1vw;
    margin-right: -1vw;
  }
  .sport-link:hover {
    background-color: #eeeeee;
  }
  .sports-menu-header {
    letter-spacing: 2px;
  }

  .sport-link {
    height: 50px;
    padding: 15px 50px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 1.2rem;
    /*     font-weight: 700; */
    color: #461d7c;
    transition: 0.25s;
    letter-spacing: 2px;
  }
  .sport-link-header {
    border-top: 1px solid #d8d8d8;
  }
}

@media (max-width: 1000px) {
  .navbar-expand-lg .navbar-nav .main-nav-dropdown-menu {
    left: 0px;
    margin-top: 0px;
  }
}

.title {
  /*   text-transform: uppercase; */
}

/* adds some margin below the link sets  */
.navbar .main-nav-dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar .main-nav-dropdown-menu {
  border: none;
}

@media screen and (max-width: 992px) {
  a.navbar-brand {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -50px !important; /* 50% of your logo width */
    display: block;
  }
  .menu-headers {
    letter-spacing: 5px;
    /*     border-bottom: 1px solid #eee; */
    border-top: 1px solid #eee;
    padding: 5px 21px 0px 20px !important;
  }

  .main-nav-ul .menu-headers::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }

  .main-nav-ul .show .menu-headers::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #002e5d;
    border-width: 0 3px 3px 0;
  }
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  /* for drop down sports nav */
  .dropdown-menu.show {
    overflow-y: auto;
    max-height: 50vh;
  }

  li.nav-item.main-nav-header:hover {
    background-color: #f7f6f6;
    height: 50px;
  }

  li.nav-item.main-nav-header:hover .nav-link {
    color: #343a40 !important;
  }
  nav.col-12.px-0.main-navigation.navbar.navbar-expand-lg.navbar-dark {
    padding-top: 0;
  }

  li.nav-item.main-nav-header.dropdown {
    padding-top: 0.3rem;
  }
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    /* padding-top: .75rem; */
    padding-bottom: 0px;
  }
  /* .nav-link {
    font-size: 1rem;
  } */

  .sports-row {
    border-top: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sports-row-image {
    width: 100%;
  }

  /*   .main-nav-ul  .nav-item .nav-link {
    font-size: 1.8rem;
  } */

  .navbar .nav-item {
    /* padding:.5rem .5rem;
  margin:0 ; */
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    /*     font-family: "Bebas Neue"; */
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }

  /* a.navbar-brand img {
    height: 100px;
} */

  .main-logo {
    float: right;
  }

  .navbar .main-nav-dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 45px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    background-color: #f7f6f6;
  }

  .menu-headers {
    font-size: 1.5rem;
  }

  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .main-nav-dropdown-menu,
  .navbar .dropdown .main-nav-dropdown-menu:hover,
  .navbar .dropdown .main-nav-dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
}

.dropdown-toggle::after {
  border: none;
}

.staff-nav-link::after {
  border: none !important;
}

.main-nav-dropdown-menu {
  border-radius: 0;
}

.top-links { 
  right: 0px;
  top: 0px;
  background-color: var(--grey-background);
  font-size: 1rem;
  padding: 0.5rem 1rem !important;
}

@media screen and (max-width: 450px) {
  .top-links {
    font-size: 1rem;
    padding: 0.5rem 0rem !important;
  }
  .main-logo .navbar-brand {
    /* top: 25px; */
    top: 40px;
  }
  .nav-social-link {
    display: none;
  }

  .top-links .nav .nav-item .nav-link {
    padding: 0rem 0.7rem;
  }
}

@media screen and (max-width: 350px) {
  .top-links {
    font-size: 0.9rem;
    padding: 0.5rem 0rem !important;
  }
  .top-links .nav .nav-item .nav-link {
    padding: 0rem 0.5rem;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  /*   font-family: "Bebas Neue"; */
}

/*********************** Event Grid ************************/

.view-duplicate-of-sporting-event-inline-slider .view-content {
  display: grid;
  /*   grid-template-columns: 367px 367px 367px; */
  grid-template-columns: repeat(100, 350px);
  /* min-width:200px; */
  grid-auto-rows: 175px;
  grid-gap: 1em;
}

.view-duplicate-of-sporting-event-inline-slider {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
  cursor: grab;
}

/*********************** Slick Slider ************************/

.slick-arrow::before {
  color: #bcbcbc;
  font-size: 36px;
  font-size: 2.25rem;
}

.inline-slider-container {
  /* height: 120px; */
  min-height: 120px;
  background: white;
  /* margin-left: 0.5rem;
  margin-right: 0.5rem; */
}

.slide__caption {
  padding: 0px;
}

span.field-content h1 {
  margin-bottom: -12px;
}

.slick__arrow {
  /* top: 37%;
  transform: translateY(-37%); */
  top: 50%;
  transform: translateY(-50%);
}

.inline-slider-title a {
  color: #212529;
}

.inline-slider-float {
  /* line-height: 2; */
}

.inline-slider-content {
  border-bottom: 1px solid #bfbfbf;
}

.inline-slider-references {
  text-align: center;
}

#inline-slider-slider {
  padding: 40px 20px;
  /* background: #ececec; */
}

.slick-list {
  margin: 0 30px;
}

/* SPORTS NAV SECTION  */
.sports-nav {
  padding-bottom: 0.7rem;
}

.sport-nav-dropdown:last-child .dropdown-menu {
  left: -95px;
}

.dropdown-menu {
  border-radius: 0px;
}

.sports-nav .navbar-brand {
  border: none;
  position: initial;
  padding: 0px 50px 0px 17px;
  height: 20px;
}

.sports-nav .dropdown-item {
  letter-spacing: 2px;
}

.white-background {
  background-color: #fff !important;
}

@media screen and (max-width: 992px) {
  .sports-nav .navbar-brand {
    padding: 0px 50px 0px 40px;
  }

  .sport-nav-dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
  }

  .dropdown-toggle::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid var(--muted-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }

  .sport-nav-dropdown.show .dropdown-toggle::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /*     border: solid var(--dark-link); */
    border-width: 0px 3px 3px 0;
  }

  .sport-nav-dropdown.show .sport-link {
    border-bottom: 0px;
  }

  .sport-nav-dropdown .dropdown-menu.show {
    border-bottom: 1px solid #d8d8d8;
  }
}
@media screen and (min-width: 992px) {
  .sports-nav {
    height: 50px;
  }
}
.sport-nav-dropdown {
  position: relative !important;
}

[class*="block-views-blockduplicate-of-sporting-event-inline-slider-block"] {
  /* padding: 1% 5%;  */
  background-color: #eee;
}

.contextual-region.view.view-duplicate-of-sporting-event-inline-slider.view-id-duplicate_of_sporting_event_inline_slider.view-display-id-block_1.js-view-dom-id-94d32ab18887c5ab293a4c19e69f482916f9dfc9bf0f838cc997b0917e4fdb69::-webkit-scrollbar {
  color: #eee;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
}

.contextual-region.view.view-duplicate-of-sporting-event-inline-slider.view-id-duplicate_of_sporting_event_inline_slider.view-display-id-block_1.js-view-dom-id-94d32ab18887c5ab293a4c19e69f482916f9dfc9bf0f838cc997b0917e4fdb69::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

#views-bootstrap-schedule-list-block-1 {
  padding-left: 0px;
}

/*********************** ADMIN TOOLBAR SECTION ************************/

ul.nav.nav-pills.fixed-bottom.Edit-menu {
  background-color: #002d5d;
}

nav.toolbar-lining.clearfix {
  height: 45px;
  background-color: #ffffff;
}

.contextual-toolbar-tab.toolbar-tab {
  line-height: 38px;
}

.adminimal-admin-toolbar
  .toolbar-tray-horizontal
  ul
  li.menu-item--expanded
  ul
  li.menu-item--expanded:after {
  top: 0%;
}

.admin-links {
  font-size: small !important;
}

.admin-links a {
  color: #fff;
  font-size: x-small;
}
/* old
.pager {
    background-color: #161616;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pager__item a:hover {
    background-color: #fff;
    color: #161616;
}

.pager__item a:active {
    background-color: #fff;
    color: #161616;
}
*/

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager__item a:hover {
  color: #161616;
}

.pager__item a:active {
  color: #161616;
}

.pager__item a {
  color: #161616;
  padding: 0.4rem 0.6rem;

  border-radius: 0.2rem;
  transition: 0.2s;
}

.pager__item {
  cursor: default;
}
.pager__items {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tabs {
  background-color: #161616;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

ul.tabs {
  margin: 0;
}

.tabs a {
  padding: 15px;
}

.tabs a:hover {
  background-color: #fff;
  color: #161616;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: black;
}

.home_content {
  width: 100%;
}

a.tabledrag-handle .handle {
  background: url(../../../images/core/icons/787878/move.svg) no-repeat 6px 7px;
  height: 25px;
  margin: -0.4em 0.5em 0;
  padding: 0.42em 0.5em;
  width: 25px;
}

#block-cougar-main-menu > ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 1140px) {
  .container {
    width: 100%;
    /* width: 90%; */
    max-width: none;
  }
}

.menu.menu-item {
  color: white;
}

/**************************** HEADER SECTION *******************************/

.a5b5e4-inner {
  height: 350px !important;
}

@media (max-width: 625px) {
  .a5b5e4-inner {
    height: auto !important;
  }
}

/* .block-social {
    background-color: #eee;
} */

.view-display-id-block_3 {
  padding: 1%;
}

/* ************************** STORY SECTION ******************************** */

.block-field-blocknodestoryfield-photos img {
  max-width: 100%;
}

.grid__content img {
  max-width: 100%;
}

.field.field--name-field-image.field--type-image.field--label-hidden.field__item.quickedit-field
  img {
  max-width: 100%;
}

.recent-story-thumbnail img {
  width: 100%;
}

.recent-story-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 574px) and (max-width: 1024px) {
  .recent-story-column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*----------------- footer section ------------------ */

.backend-navbar {
  height: 15vh;
  width: 100%;
  background-color: var(--pr-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.backend-navbar-links {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.backend-navbar-menu-links {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  padding: 20px;
}

.backend-navbar-menu-links a {
  color: white;
  font-size: 1.25rem;
}

.backend-footer {
  width: 100%;
  background-color: var(--pr-color);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

.backend-footer-logo {
  height: 100px;
  margin-bottom: 20px;
}

.backend-footer-contact-info {
  color: #ccc;
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.backend-footer-links a {
  color: #ccc;
}

.backend-footer-sponsor-logos {
  /* width: 75%; */
  /* margin-right:10px; */
  text-align: center;
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
  align-items: initial;
}

.backend-footer-sponsor-logos img {
  max-height: 75px;
}

/*------------------ schedule ------------------ */
.schedule-records-container {
  overflow: hidden;
}

.marriott-logo {
  float: right;
  padding-top: 8px;
}

.marriott-logo img {
  width: 100%;
}

.schedule-record-row {
  float: left;
  clear: left;
  width: 100%;
}

@media (max-width: 480px) {
  .schedule-record-text {
    font-size: 16px;
    /* text-align: left; */
  }
  .schedule-record-title {
    font-size: 1.9em;
  }
}
@media (max-width: 576px) {
  .schedule-record {
    min-width: 25%;
    max-width: 25%;
  }
  .schedule-record-row {
    width: initial;
  }
  .marriott-logo {
    max-width: 140px;
  }
}

.schedule-record-row {
  max-width: 700px;
}

.schedule-record-label {
  font-size: 10px;
}
.schedule-record-text {
  font-size: 20px;
}

.schedule-container {
  font-family: Roboto Condensed;
  box-sizing: border-box;
  line-height: 1.42857143;
}

.schedule-container:nth-child(even) {
  background: #ebebeb;
}

@media (max-width: 480px) {
  .schedule-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.schedule-striped {
  border: 1px solid #ddd;
  background: #f9f9f9;
  padding: 8px;
}

.tournament {
  border: 1px solid #cbcbcb;
  background: #cbcbcb;
  padding: 8px;
}

.score-label {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}

.score-green {
  color: green;
}

.score-red {
  color: red;
}

.logo_image img {
  /*max-height: 70px;*/
  /* max-width: 50px; */
  padding: 5px;
  margin-top: 5%;
  max-width: 70px;
  max-height: 70px;
}

@media (max-width: 480px) {
  .logo_image img {
    max-height: 50px;
    max-width: 60px;
  }
}
.logo_image_byu img {
  max-width: 100%;
}

.logo_image_byu {
  max-width: 30px;
  display: inline-block;
}

.mobile-voonami {
  position: absolute;
  top: 70px;
  z-index: 4999;
  right: 30px;
}

@media (max-width: 420px) {
  .mobile-voonami {
    right: 15px;
  }

  .mobile-voonami a img {
    height: 14px;
  }
}

@media (max-width: 360px) {
  .mobile-voonami {
    right: 5px;
  }
  .mobile-voonami a img {
    height: 12px;
  }
}

@media (max-width: 480px) {
  .schedule-text {
    font-size: 14px;
  }
  .score-label {
    font-size: 16px;
  }
}
.link-text a {
  color: var(--dark-color);
  font-size: 14px;
}

.link a {
  color: var(--dark-color);
}

.link a:hover,
.link a:focus {
  color: #00a2e8;
}

.ribbon {
  font-size: 15px;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 480px) {
  .ribbon {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.ribbon span {
  display: block;
  margin: 0;
  padding: 0px 0px 0px 10px;
  position: relative;
  top: 0px;
  color: #fff;
  background-color: #003da7;
}

.ribbon span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -40px;
  z-index: -10;
  border: 20px solid;
  border-color: #002d5d transparent transparent transparent;
  left: 0;
}

.ribbon span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -40px;
  z-index: -10;
  border: 20px solid;
  border-color: #002d5d transparent transparent transparent;
  right: 0;
}

/*---------------- paragraphs hero------------*/

/* Paragraph specific. */
.paragraph {
  clear: both;
}

.paragraph--type--xeno-hero {
  position: relative;
  padding-top: 180px;
  padding-bottom: 140px;
}

.paragraph--type--xeno-hero ~ .paragraph--type--xeno-hero,
.item .paragraph--type--xeno-hero {
  padding: 90px 0;
}

.paragraph--type--xeno-hero > .paragraph {
  z-index: 2;
}

.paragraph--type--xeno-hero:not(.paragraph--overlay--invert) h1,
.paragraph--type--xeno-hero:not(.paragraph--overlay--invert) h2,
.paragraph--type--xeno-hero:not(.paragraph--overlay--invert) h3,
.paragraph--type--xeno-hero:not(.paragraph--overlay--invert) h4,
.paragraph--type--xeno-hero:not(.paragraph--overlay--invert) h5,
.paragraph--type--xeno-hero:not(.paragraph--overlay--invert) h6,
.paragraph--type--xeno-hero:not(.paragraph--overlay--invert) p,
.paragraph--type--xeno-hero:not(.paragraph--overlay--invert) ul,
.paragraph--type--xeno-hero:not(.paragraph--overlay--invert) blockquote {
  color: #fff;
}

/* Background Image. */
.paragraph--type--xeno-hero__image {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #252525;
  background-image: none;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0 !important;
  transition: all 0.3s linear 0s;
  will-change: transform, top;
  z-index: 0;
}

.paragraph--type--xeno-hero__image:not([class*="col-"]) {
  width: 100%;
}

.paragraph--type--xeno-hero__image img {
  display: none;
}

/* Overlay. */
[data-overlay] {
  position: relative;
}

[data-overlay]::before {
  background: #252525 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

[data-overlay] *:not(.paragraph):not(.paragraph--type--xeno-hero__image) {
  z-index: 2;
}

.paragraph--overlay--invert[data-overlay]::before {
  background: #fff none repeat scroll 0 0;
}

[data-overlay="1"]::before {
  opacity: 0.1;
}

[data-overlay="2"]::before {
  opacity: 0.2;
}

[data-overlay="3"]::before {
  opacity: 0.3;
}

[data-overlay="4"]::before {
  opacity: 0.4;
}

[data-overlay="5"]::before {
  opacity: 0.5;
}

[data-overlay="6"]::before {
  opacity: 0.6;
}

[data-overlay="7"]::before {
  opacity: 0.7;
}

[data-overlay="8"]::before {
  opacity: 0.8;
}

[data-overlay="9"]::before {
  opacity: 0.9;
}

/* Parallax. */
.paragraph--type--xeno-hero {
  overflow: hidden;
}

.paragraph--type--xeno-hero .paragraph--type--xeno-hero__image {
  transition: none 0s ease 0s !important;
}

/* Zoom. */
.paragraph--zoom .paragraph--type--xeno-hero__image {
  overflow: hidden;
  width: 100%;
  -webkit-animation: ken-burns 15s ease alternate infinite;
  -moz-animation: ken-burns 15s ease alternate infinite;
  -o-animation: ken-burns 15s ease alternate infinite;
  animation: ken-burns 15s ease alternate infinite;
  -webkit-transform: translate3d(0, 0, 0);
}

.paragraph--zoom--1 .paragraph--type--xeno-hero__image {
  animation-duration: 10s;
}

.paragraph--zoom--2 .paragraph--type--xeno-hero__image {
  animation-duration: 20s;
}

.paragraph--zoom--3 .paragraph--type--xeno-hero__image {
  animation-duration: 30s;
}

.paragraph--zoom--4 .paragraph--type--xeno-hero__image {
  animation-duration: 40s;
}

.paragraph--zoom--5 .paragraph--type--xeno-hero__image {
  animation-duration: 50s;
}

.paragraph--zoom--6 .paragraph--type--xeno-hero__image {
  animation-duration: 60s;
}

/* Zoom animation. */
@-webkit-keyframes ken-burns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@-moz-keyframes ken-burns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@-ms-keyframes ken-burns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@-o-keyframes ken-burns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes ken-burns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/*---------------- Info page styles for AP, Staff, University ------------*/

.info-container {
  font-family: Roboto Condensed;
  margin-top: 10px;
}

.info-name-card {
  background: white;
  color: #373a36;
  /* overflow: auto; */
}

.info-blue-bar {
  color: white;
  background: var(--pr-color);
  line-height: 6rem;
}

.staff-blue-bar {
  color: white;
  background: var(--pr-color);
  line-height: 6rem;
  padding-left: 16px;
  padding-right: 16px;
}

.info-profile-image {
  display: inline-block;
  margin: -2rem 0 16px 16px;
  background-color: white;
  border: 1px solid #cccccc;
  float: left;
  max-width: 25%;
  min-width: 154px;
}

.info-profile-image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
}

.info-name {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  font-size: 2.2rem;
  text-transform: uppercase;
}

.info-title {
  vertical-align: bottom;
  font-size: 1.6rem;
  right: 0;
  float: right;
  padding-right: 0.8rem;
  padding-top: 5px;
}

.long-title {
  font-size: 1.3rem;
}

.info-title-break {
  display: none;
}

.info-table {
  width: 30rem;
}

.table-responsive,
.table-responsive-sm {
  box-shadow: inset -10px -10px 30px -10px rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
}

.info-table-container {
  display: flex;
  display: -webkit-flex;
  font-size: 18px;
  padding: 1.5rem;
}

@media (max-width: 1300px) {
  .info-blue-bar {
    line-height: 3rem;
  }

  .staff-blue-bar {
    line-height: 4rem;
  }

  .info-title {
    float: none;
    padding-right: 0;
    line-height: 1.5rem;
    padding-bottom: 1.2rem;
  }
  .info-title-break {
    display: block;
  }

  .info-profile-image {
    max-width: 30%;
  }
}

@media (max-width: 700px) {
  .info-row col {
    flex-basis: unset;
  }

  .info-row {
    white-space: nowrap;
    overflow: hidden;
  }

  .info-table-container {
    padding: 1rem;
  }
}

@media (max-width: 650px) {
  .info-profile-image {
    margin: -2rem 0 20px 16px;
    min-width: 100px;
  }

  .info-profile-image img {
    max-width: 100px;
  }

  .info-blue-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    line-height: initial;
  }

  .staff-blue-bar {
    /* padding: 2.5rem 0; */
    padding-top: 1rem;
    padding-right: 1rem;
    min-height: 130px;
    line-height: 3rem;
  }

  .info-name {
    font-size: 1.5rem;
  }

  .info-title {
    font-size: 1rem;
    line-height: 1.2rem;
    padding-bottom: 14px;
  }

  .long-title {
    font-size: 1rem;
  }

  .info-table-container {
    font-size: 16px;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 1rem;
    width: 100%;
  }
  .info-table {
    width: 100%;
  }

  .info-container {
    padding: 0;
  }

  .info-nav-link {
    padding: 0rem 0.5rem;
  }
}

.info-spacing {
  border-top: 1px solid #cccccc;
}

.info-top-bar {
  height: 3rem;
  width: 100%;
}

.info-nav-link {
  /*font-weight: bold;*/
  font-size: 18px;
}

.tab-story {
  font-family: roboto;
}

.info-row div {
  display: inline;
}

.info-row {
  white-space: nowrap;
  overflow: hidden;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.years-dropdown .dropdown-item div {
  display: inline;
}

.years-dropdown {
  padding: 0;
}

.years-dropdown .dropdown-item {
  padding: 0 0.5rem;
}

.info-nav-link::after {
  border: none !important;
}

.color-block::before {
  content: "";
  width: 17px;
  height: 17px;
  background: var(--pr-color);
  display: inline-block;
  margin: 0 8px 3px 0;
}

/* ---------------- views countdown -------------------- */

.countdown-amount {
  font-size: 250%;
}

.is-countdown {
  border: 0px solid #fff;
  background-color: #fff;
}
.countdown-section {
  display: inline;
}

.field-timer-jquery-countdown .countdown-section {
  width: 4em;
}
.countdown-amount {
  position: relative;
  letter-spacing: 2px;
  background-color: var(--pr-color);
  color: #fff;
  padding: 0.5em;
  font-size: 1.2em;
}

.countdown-period {
  display: block;
  text-align: center;
  padding-top: 5px;
}
@media (max-width: 1150px) {
  .field-timer-jquery-countdown.is-countdown {
    font-size: 0.6em;
  }

  .offset-1.col-10.text-center.countdown-header {
    font-size: 0.8em;
  }
}

.countdown-title {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  display: inline-block;
}

.countdown-img img {
  vertical-align: top;
}

.countdown-nike {
  margin-bottom: -10px;
}

.countdown-date {
  float: right;
  margin-right: -20px;
  margin-top: 9px;
}

.countdown {
  /* margin-top:1rem; */
}

small {
  font-size: 70%;
}

div[class*="block-views-blockhome-page-slider-block"] {
  margin-top: -1rem;
}

[class*="block-views block-views-blockvideo-headlines-videoheadlines"],
[class*="block-views-blockhome-page-feature-slider-block"],
.block-views-blockcontent-recent-featurehighlights {
  background-color: #eee;
}

/* .block-views.block-views-blockvideo-headlines-videoheadlines , .block-views-blockcontent-recent-featurehighlights, .block-views-blockhome-page-feature-slider-block-1 {
  background-color: #eee;
} */

.block-views.block-views-blockvideo-headlines-videoheadlines,
.block-views-blockcontent-recent-featurehighlights,
[class*="block-views-blockduplicate-of-sporting-event-inline-slider-block"],
.block-social,
.block-views-blockhome-page-feature-slider-block-1 {
  padding: 1% 0px;
}

#views-bootstrap-ads-marking-slider-block-1 img {
  width: 100%;
}

.headline-card {
  background-color: transparent;
}

.headline-secondary-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

h2.block-header {
  /* padding-top:20px; */
  padding-left: 30px;
}

@media (max-width: 480px) {
  .headline-title {
    font-size: 1.5em !important;
  }
}

.headline-card-block {
  margin-top: -5px;
}

/* ------------ bootstrap paragraphs ----------------- */

.paragraph > .paragraph__column .paragraph > .paragraph__column,
.paragraph
  > .paragraph__column
  .paragraph
  > .paragraph__column
  .paragraph
  > .paragraph__column {
  padding-left: 3%;
  padding-right: 3%;
}

/* ------------ drupal forms ----------------- */


.form-control {
  width:auto;
  max-width:100%;
}

/* div[data-drupal-selector="edit-actions"] {
  display: inline;
}

label[for*="edit-field-sport-target-id"] {
  margin-left: 0;
}

select[name="field_sport_target_id"] {
  width: 200px;
  display: inline;
}

input[id*="edit-submit-sporting-event-inline-slider"] {
  margin-top: 1em; 
  margin-bottom: 1em;
}

input[id*="edit-submit-university-sporting-event-table"] {
  margin-bottom: 1em;
  margin-top: 0;
}

.form-item-field-sport-target-id {
  margin-top:0;
} */

/* ------------ text editors ----------------- */

.text-editor-wrapped-left {
  float: left;
  margin-right: 40px;
  padding: 15px;
  /* background-color:#cde6ff; */
  width: 50%;
}

.text-editor-wrapped-right {
  float: right;
  margin-left: 40px;
  padding: 15px;
  background-color: #cde6ff;
  width: 50%;
}

/* ----------- webform ---------------- */

.js-form-item-staff-email {
  display: none;
}

/* ----------- sporting event ---------------- */

.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1rem;
}
section.event-grid-item {
  background-color: transparent;
}

@media (max-width: 760px) {
  .nav-pills > .nav-item > .nav-link {
    padding: 0.5rem 1.2rem;
  }
}

.schedule-list-date small {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

.boxscore-stats table {
  /* border-collapse: separate; */
  overflow-x: initial;
}

/*

.boxscore-stats table tbody th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.boxscore-stats table tbody tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
} */

.boxscore-stats table tbody tr:first-child th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.boxscore-stats table tbody tr > td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}

.boxscore-stats table tbody tr > th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}

.boxscore-stats table tbody tr:first-child > th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}

/* -------------- ads -------------- */

div#block-views-block-banner-ad-block-banner-block {
  padding-top: 1em;
}

.banner-ad-image .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1140px) {
  .banner-image {
    min-width: 750px;
  }
}
/* might need to change to .GoogleCreativeContainerClass *


/* -------------- all table styles -------------- */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 1px solid #dee2e6;
}

table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

table thead th,
.tableizer-firstrow th {
  background: var(--pr-color);
  font-weight: 300;
  color: white;
}

table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  padding: 0.3rem;
  border: 1px solid #dee2e6;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

table thead th,
table thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) th {
  background-color: #f2f2f2;
}
table tbody tr:nth-of-type(odd) th {
  background-color: #f2f2f2;
}

.table-striped tbody tr:nth-of-type(odd) td {
  background-color: #f2f2f2;
}

.table-striped tbody tr:nth-of-type(even) td {
  background-color: white;
}

/* -------------- full calendar view -------------- */
.fc-button-primary {
  color: #fff;
  background-color: var(--pr-color);
  border-color: var(--pr-color);
}

.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
  color: #fff;
  background-color: var(--sd-color);
  border-color: var(--sd-color);
}

.fc-button-primary:hover {
  color: #fff;
  background-color: var(--sd-color);
  border-color: var(--sd-color);
}

.fc-button-primary:disabled {
  color: #fff;
  background-color: var(--sd-color);
  border-color: var(--sd-color);
}

.fc-content {
  color: #fff;
}

.calendar-description-box {
  /* background: var(--pr-color);
  color:white */
  font-family: "Oswald";
}

.calendar-description-box a {
  color: var(--dark-color);
}

.description-header {
  background: var(--pr-color);
  color: white;
}

/* SHAKA player */

/*! @license
 * Shaka Player
 * Copyright 2016 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
.shaka-hidden {
  display: none !important;
}
.shaka-video-container {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}
.shaka-video-container .material-icons-round {
  font-family: "Material Icons Round";
  font-size: 24px;
}
.shaka-video-container * {
  font-family: Roboto-Regular, Roboto, sans-serif;
}
.shaka-video-container:fullscreen {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.shaka-video-container:fullscreen .shaka-text-container {
  font-size: 4.4vmin;
}
.shaka-video-container:-webkit-full-screen {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.shaka-video-container:-webkit-full-screen .shaka-text-container {
  font-size: 4.4vmin;
}
.shaka-video-container:-moz-full-screen {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.shaka-video-container:-moz-full-screen .shaka-text-container {
  font-size: 4.4vmin;
}
.shaka-video-container:-ms-fullscreen {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.shaka-video-container:-ms-fullscreen .shaka-text-container {
  font-size: 4.4vmin;
}
.shaka-controls-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}
.shaka-video-container:not([shaka-controls="true"]) .shaka-controls-container {
  display: none;
}
.shaka-controls-container * {
  flex-shrink: 0;
}
.shaka-controls-container[casting="true"] .shaka-fullscreen-button {
  display: none;
}
.shaka-bottom-controls {
  width: 96%;
  padding: 0;
  padding-bottom: 2.5%;
  z-index: 1;
}
.shaka-controls-button-panel {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  min-width: 48px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.6, 1) 0.6s;
}
.shaka-controls-container[casting="true"] .shaka-controls-button-panel,
.shaka-controls-container[shown="true"] .shaka-controls-button-panel {
  opacity: 1;
}
.shaka-controls-button-panel > * {
  color: #fff;
  height: 32px;
  margin: 1px 6px;
  padding: 0;
  background: 0 0;
  border: 0;
  cursor: pointer;
}
.shaka-play-button-container {
  margin: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shaka-scrim-container {
  margin: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.6, 1) 0.6s;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 15%);
}
.shaka-controls-container[casting="true"] .shaka-scrim-container,
.shaka-controls-container[shown="true"] .shaka-scrim-container {
  opacity: 1;
}
.shaka-text-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  bottom: 0;
  width: 100%;
  min-width: 48px;
  transition: bottom cubic-bezier(0.4, 0, 0.6, 1) 0.1s;
  transition-delay: 0.5s;
}
.shaka-text-container div {
  font-size: 20px;
  line-height: 1.4;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.shaka-controls-container[shown="true"] ~ .shaka-text-container {
  bottom: 15%;
  transition-delay: 0s;
}
.shaka-spinner-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shaka-video-container:not([shaka-controls="true"]) .shaka-spinner-container {
  display: none;
}
.shaka-spinner {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  box-sizing: border-box;
  padding: 7.8%;
  width: 0;
  height: 0;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.5));
}
.shaka-play-button {
  box-sizing: border-box;
  padding: 7.5%;
  width: 0;
  height: 0;
  margin: 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  border: none;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.6, 1) 0.6s;
}
.shaka-controls-container[casting="true"] .shaka-play-button,
.shaka-controls-container[shown="true"] .shaka-play-button {
  opacity: 1;
}
.shaka-play-button[icon="play"] {
  background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8%205v14l11-7z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E);
}
.shaka-play-button[icon="pause"] {
  background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6%2019h4V5H6v14zm8-14v14h4V5h-4z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E);
}
.shaka-current-time {
  font-size: 14px;
  color: #fff;
  height: auto;
  cursor: pointer;
}
.shaka-current-time[disabled] {
  background-color: transparent;
  color: #fff;
  cursor: default;
}
.shaka-controls-container button:focus,
.shaka-controls-container input:focus {
  outline: 1px solid Highlight;
  outline: 1px solid -webkit-focus-ring-color;
}
.shaka-controls-container button:-moz-focus-inner,
.shaka-controls-container input:-moz-focus-outer {
  outline: 0;
  border: 0;
}
.shaka-controls-container:not(.shaka-keyboard-navigation) button:focus,
.shaka-controls-container:not(.shaka-keyboard-navigation) input:focus {
  outline: 0;
}
.shaka-range-container {
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 6px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
}
.shaka-volume-bar-container {
  width: 100px;
}
.shaka-range-element {
  -webkit-appearance: none;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  height: 12px;
  top: -4px;
  z-index: 1;
}
.shaka-range-element::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  background: 0 0;
  color: transparent;
  border: none;
}
.shaka-range-element::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  background: #fff;
}
.shaka-range-element::-moz-range-track {
  width: 100%;
  height: 12px;
  background: 0 0;
  color: transparent;
  border: none;
}
.shaka-range-element::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  background: #fff;
}
.shaka-range-element::-ms-track {
  width: 100%;
  height: 12px;
  background: 0 0;
  color: transparent;
  border: none;
}
.shaka-range-element::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  background: #fff;
}
.shaka-range-element::-ms-tooltip {
  display: none;
}
.shaka-range-element::-ms-fill-lower {
  display: none;
}
.shaka-range-element::-ms-fill-upper {
  display: none;
}
.shaka-seek-bar-container {
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.6, 1) 0.6s;
}
.shaka-controls-container[casting="true"] .shaka-seek-bar-container,
.shaka-controls-container[shown="true"] .shaka-seek-bar-container {
  opacity: 1;
}
.shaka-ad-markers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
} /*!
 * @license
 * The SVG/CSS buffering spinner is based on http://codepen.io/jczimm/pen/vEBpoL
 * Some local modifications have been made.
 *
 * Copyright (c) 2016 by jczimm
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.shaka-spinner-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.shaka-spinner-path {
  stroke: #202124;
  stroke-dasharray: 20, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.shaka-spacer {
  cursor: default;
  flex-shrink: 1;
  flex-grow: 1;
  margin: 0;
}
.shaka-settings-menu {
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  background: #fff;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  max-height: 250px;
  min-width: 180px;
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.6, 1) 0.6s;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 30px;
}
.shaka-controls-container[casting="true"] .shaka-settings-menu,
.shaka-controls-container[shown="true"] .shaka-settings-menu {
  opacity: 1;
}
.shaka-settings-menu button {
  font-size: 14px;
  background: 0 0;
  color: #000;
  border: none;
  min-height: 30px;
  padding: 3.5px 6px;
  display: flex;
  align-items: center;
}
.shaka-settings-menu button:hover {
  background: #e0e0e0;
}
.shaka-keyboard-navigation .shaka-settings-menu button:focus {
  background: #e0e0e0;
}
.shaka-settings-menu i {
  padding-left: 10px;
  padding-right: 10px;
}
.shaka-settings-menu.shaka-low-position {
  bottom: 15px;
}
.shaka-overflow-menu span {
  text-align: left;
}
.shaka-overflow-button-label {
  position: relative;
  display: flex;
  flex-direction: column;
}
.shaka-current-selection-span {
  color: rgba(0, 0, 0, 0.54);
}
.shaka-audio-languages span,
.shaka-playback-rates span,
.shaka-resolutions span,
.shaka-text-languages span {
  margin-left: 54px;
}
.shaka-back-to-overflow-button span {
  margin-left: 0;
}
.shaka-back-to-overflow-button i {
  padding-right: 20px;
}
.shaka-auto-span {
  left: 17px;
}
.shaka-captions-on {
  color: #000;
}
.shaka-captions-off {
  color: grey;
}
.shaka-server-side-ad-container {
  width: 100%;
  height: 100%;
}
.shaka-server-side-ad-container:not([ad-active="true"]) {
  pointer-events: none;
}
.shaka-video-container[shaka-controls="true"] .shaka-controls-container iframe {
  height: 92%;
  z-index: 1;
}
.shaka-ad-controls {
  display: flex;
  flex-direction: row;
  z-index: 1;
  padding-bottom: 1%;
}
.shaka-video-container:not([shaka-controls="true"]) .shaka-ad-controls {
  display: none;
}
.shaka-ad-controls button,
.shaka-ad-controls div {
  color: #fff;
  font-size: initial;
}
.shaka-ad-controls div:not(.shaka-skip-ad-counter) {
  margin: 1px 6px;
}
.shaka-ad-counter,
.shaka-ad-position {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-shadow: 1px 1px 4px #000;
}
.shaka-skip-ad-container {
  position: relative;
  right: -2%;
  display: flex;
  flex-direction: row;
  margin: 0;
}
.shaka-skip-ad-button {
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  cursor: pointer;
}
.shaka-skip-ad-button:disabled {
  background: rgba(0, 0, 0, 0.3);
}
.shaka-skip-ad-counter {
  padding: 5px 5px;
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf)
      format("truetype");
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsround/v26/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmM.otf)
    format("opentype");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
} /*# sourceMappingURL=controls.css.map */
