﻿@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:600|Barlow:400,700,800,900|Montserrat:400,700&display=swap");
@import url(twitter.css);
html,
body {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  background-color: #ececec; }

h1, h2, h3, h4 {
  margin-bottom: 25px; }

.container {
  overflow: hidden; }
  .container.over-header {
    /*margin-top: -135px;*/
    /*margin-top: -355px;*/
    margin-top: -200px; }

.txt-bold {
  font-weight: 700; }

.txt-extra-bold {
  font-weight: 800; }

.txt-black {
  font-weight: 900; }

.txt-semi {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600; }

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

.white {
  color: #fff; }

.black {
  color: black; }

.grey {
  color: #808285; }

.dark {
  color: #292c2e; }

.orange {
  color: #ff6e29; }

.blue {
  color: #3f8fdb; }

.bg-white {
  background-color: #fff; }

.bg-black {
  background-color: black; }

.bg-grey {
  background-color: #808285; }

.bg-dark {
  background-color: #292c2e; }

.bg-orange {
  background-color: #ff6e29 !important; }

.bg-blue {
  background-color: #3f8fdb; }

.btn {
  border-radius: 0; }
  .btn.btn-orange {
    background-color: #ff6e29;
    color: white; }

.preload-img {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px; }

.badge {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  padding-left: 6px;
  padding-right: 6px; }
  .badge.bg-blue {
    color: #292c2e; }
  .badge.bg-orange {
    color: #fff; }

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.bg-top {
  background-position-y: top; }

.logo-link {
  width: 78px; }

.upcoming-match {
  height: 80px;
  line-height: 24px;
  align-items: center !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #808285; }
  .upcoming-match:hover {
    text-decoration: none;
    color: #808285; }
  .upcoming-match > * {
    padding: 0 13px;
    align-items: center !important; }
  .upcoming-match .match-date {
    padding-top: 7px;
    text-align: right;
    border-right: 2px solid grey; }
    .upcoming-match .match-date p {
      margin-bottom: 0; }
  .upcoming-match .match-details p {
    margin-bottom: 0; }
  .upcoming-match .match-details .badge {
    color: #343a40 !important; }

a.logo-link {
  position: absolute;
  top: 15px;
  left: 65px;
  z-index: 99; }

.nav-container {
  background: #fff; }

nav.navbar {
  padding: 6px 0 23px; }
  nav.navbar .navbar-nav {
    width: 100%;
    position: relative; }
    nav.navbar .navbar-nav:hover .nav-item.active:not(:hover) .subnav {
      display: none; }
  nav.navbar .nav-item {
    padding: 0 15px; }
    nav.navbar .nav-item a.nav-link {
      color: #292c2e;
      text-transform: uppercase;
      font-weight: 800;
      line-height: 25px;
      font-size: 15px;
      padding: 10px 0 8px;
      transition: border-color 0.3s ease;
      display: inline-block; }
    nav.navbar .nav-item.active > a.nav-link {
      border-bottom: 3px solid #ff6e29; }
    nav.navbar .nav-item.active .subnav {
      display: flex; }
    nav.navbar .nav-item:not(.icons) {
      transition: border-width 0.3s ease; }
      nav.navbar .nav-item:not(.icons):hover > a.nav-link {
        border-bottom: 3px solid #efefef; }
    nav.navbar .nav-item.icons .nav-link {
      display: inline-block;
      margin: 0 5px; }
    nav.navbar .nav-item .subnav {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      padding-top: 5px;
      top: 35px; }
      nav.navbar .nav-item .subnav .nav-item {
        padding-bottom: 20px; }
        nav.navbar .nav-item .subnav .nav-item a.nav-link {
          padding: 15px 0 10px;
          line-height: 20px;
          /*text-transform: uppercase;*/
          color: #484646;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: .5px; }
    nav.navbar .nav-item:hover .subnav {
      display: flex; }

.sub-navigation .navbar {
  padding: 13px 0 13px; }

.spnsr-logo {
  max-width: 100%; }
  .spnsr-logo img {
    max-width: 100%; }

.carousel-inner {
  height: 100%; }

#spotlight-carousel .carousel-item .img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: inset 0px -240px 240px -240px #000; }

.slider-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }
  .slider-container .carousel-item {
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
    /* -webkit-backface-visibility: hidden; */
    /* backface-visibility: hidden; */
    /* transition: -webkit-transform .6s ease-in-out; */
    /* transition: transform .6s ease-in-out; */
    /* transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out; */ }
    .slider-container .carousel-item .img {
      height: 100%;
      width: 100%;
      /*background-color: #4cc2f1;*/
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .slider-container .caption {
    position: absolute;
    bottom: 80px;
    left: 72px; }
    .slider-container .caption .badge {
      font-size: 10px;
      margin-bottom: 10px; }
    .slider-container .caption p {
      margin-bottom: 0;
      color: #fff; }
      .slider-container .caption p.title {
        font-size: 40px;
        line-height: 40px; }
        .slider-container .caption p.title a {
          color: white;
          /*text-decoration: underline;*/
          border-bottom: 1px solid #e2dcdc; }
          .slider-container .caption p.title a:hover {
            color: white;
            text-decoration: none; }
  .slider-container .slide-controls {
    position: absolute;
    bottom: 30px;
    left: 72px;
    font-size: 30px; }
    .slider-container .slide-controls p {
      margin-bottom: 0;
      color: #fff;
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none; }
      .slider-container .slide-controls p span {
        display: inline-block; }
        .slider-container .slide-controls p span.of {
          font-size: 18px;
          opacity: 0.5; }
        .slider-container .slide-controls p span.previous {
          margin-left: 10px;
          margin-right: 2px;
          cursor: pointer;
          width: 12px;
          height: 12px;
          border-top: 2px solid white;
          border-left: 2px solid white;
          transform: rotate(-45deg); }
        .slider-container .slide-controls p span.next {
          cursor: pointer;
          width: 12px;
          height: 12px;
          border-top: 2px solid white;
          border-right: 2px solid white;
          transform: rotate(45deg); }

.standings {
  width: 100%;
  height: 100%;
  background: url("/img/eagle.png") center center no-repeat #dadada; }
  .standings .slider-container {
    height: auto; }
    .standings .slider-container .carousel-item {
      height: 172px;
      box-shadow: none; }
      .standings .slider-container .carousel-item .match {
        padding-top: 25px; }
        .standings .slider-container .carousel-item .match img {
          margin: 0 20px;
          height: 90px; }
        .standings .slider-container .carousel-item .match p {
          margin-bottom: 0; }
          .standings .slider-container .carousel-item .match p.date {
            font-size: 12px; }
        .standings .slider-container .carousel-item .match .standing .score {
          font-size: 30px;
          line-height: 20px; }
      .standings .slider-container .carousel-item .underline,
      .standings .slider-container .carousel-item .underline a {
        color: #7f7f7f;
        text-decoration: underline; }
      .standings .slider-container .carousel-item .name {
        font-size: 15px; }
    .standings .slider-container .slide-controls {
      top: 112px;
      left: 0;
      right: 0;
      bottom: unset; }
      .standings .slider-container .slide-controls .next {
        position: absolute;
        right: 20px;
        border-color: #333;
        margin: 0; }
      .standings .slider-container .slide-controls .previous {
        position: absolute;
        left: 20px;
        border-color: #333;
        margin: 0; }

.table.matches tbody tr:nth-of-type(odd) {
  background-color: #ffffff88; }

.table.matches thead th {
  text-align: center;
  font-weight: 400;
  border: none;
  font-size: 12px;
  color: #7f7f7f;
  padding: 15px 5px; }

.table.matches tbody tr td {
  text-align: center;
  border: none;
  color: #292c2e;
  padding: 15px 5px;
  font-size: 15px; }

.table.matches tr > td:first-of-type {
  padding-left: 15px; }

.table.matches tr > td:last-of-type {
  padding-right: 15px; }

.all-matches .gameday {
  white-space: nowrap; }

.slider-container .slide-controls.outside {
  top: 50%;
  left: 0;
  right: 0;
  bottom: unset; }
  .slider-container .slide-controls.outside .next {
    position: absolute;
    right: 35px;
    border-color: #333;
    margin: 0; }
  .slider-container .slide-controls.outside .previous {
    position: absolute;
    left: 35px;
    border-color: #333;
    margin: 0; }

.partners-container {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #b8b9b9; }
  .partners-container.no-bottom {
    border-bottom: none;
    padding-bottom: 0; }
  .partners-container:after {
    z-index: 1;
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #b8b9b9; }
  .partners-container h2 {
    position: relative;
    z-index: 2;
    background-color: #ececec;
    padding: 0 30px 30px;
    font-size: 15px; }
  .partners-container .partners img {
    opacity: 0.5;
    height: auto;
    width: auto; }
  .partners-container .partners img:hover {
    opacity: 1;
    transition: ease .5s; }

iframe {
  border: none; }

.cards .col {
  margin-bottom: 30px; }

.cards a:hover {
  text-decoration: none; }

.cards .card {
  border: none;
  border-radius: 0;
  height: 100%; }
  .cards .card .card-img-top {
    /*height: 210px;*/
    height: 157px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-color: #4cc2f1;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative; }
    .cards .card .card-img-top span.badge {
      /*position: absolute;
                bottom: 15px;
                left: 15px;*/
      position: absolute;
      bottom: 50%;
      left: 50%;
      transform: translate3d(-50%, 50%, 0px);
      padding: 6px 12px;
      transition: all ease 0.6s; }
    .cards .card .card-img-top .card-title-overlay {
      table-layout: fixed;
      display: table;
      width: 100%;
      height: 100%; }
      .cards .card .card-img-top .card-title-overlay .card-title-middle {
        vertical-align: middle;
        display: table-cell; }
        .cards .card .card-img-top .card-title-overlay .card-title-middle span {
          position: relative;
          display: block;
          padding: 12px 20px;
          background-color: rgba(255, 110, 41, 0.8);
          text-align: center;
          width: 100%;
          font-weight: bold;
          color: #fff; }
  .cards .card .card-body {
    padding: 26px; }
  .cards .card .card-text {
    color: #2c2c2c;
    font-size: 26px;
    line-height: 30px; }
  .cards .card .card-sub-text {
    color: #7f7f7f;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }
    .cards .card .card-sub-text.date {
      color: #acacac;
      font-size: 11px;
      position: absolute;
      bottom: 0px;
      left: 25px; }

.subnav-cards .card-img-top:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: inset 0px -200px 200px -200px #ff6e29;
  /*background-color: #ff6e2900;*/
  /*transition: background-color ease 0.3s;*/ }

.cards.subnav-cards .card-img-top:hover span.badge {
  /*padding: 9px 18px;*/
  background-color: #000 !important;
  /*background-color: #ff6e2922;*/ }

span.arrow-down {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(-45deg); }

.pagination {
  text-align: center; }
  .pagination a.page {
    color: #97999c;
    text-decoration: none;
    float: left;
    width: 32px;
    height: 32px;
    margin: 6px;
    border: 1px solid #97999c;
    border-radius: 50%;
    line-height: 29px;
    font-size: 16px;
    transition: all 0.2s ease; }
    .pagination a.page.active, .pagination a.page:hover {
      background-color: #97999c;
      color: white; }
  .pagination .filter {
    position: relative;
    font-size: 13px;
    padding: 2px 35px 2px 5px; }
    .pagination .filter .arrow-down {
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-7px) rotate(-45deg); }

footer {
  margin-top: 65px;
  padding: 45px 0 45px;
  background-color: #1d1d1d;
  color: #989898; }
  footer h3 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    padding-top: 30px;
    margin-bottom: 10px; }
  footer img {
    height: 127px; }
  footer a {
    color: #989898;
    text-decoration: none;
    transition: color 0.2s ease; }
    footer a:hover {
      color: #fff; }
  footer p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
    footer p.social a {
      margin-right: 10px; }

/** WEDSTRIJD **/
#match-carousel.big .carousel-item {
  background: url(/img/eagle.png) no-repeat left -90px;
  background-size: 37%;
  padding-top: 50px; }
  #match-carousel.big .carousel-item .standing {
    margin: 55px 50px 0; }
    #match-carousel.big .carousel-item .standing .score {
      min-width: 150px;
      font-size: 70px;
      line-height: 47px; }
    #match-carousel.big .carousel-item .standing .date {
      font-size: 12px; }
  #match-carousel.big .carousel-item .home,
  #match-carousel.big .carousel-item .out {
    width: 300px; }
    #match-carousel.big .carousel-item .home img,
    #match-carousel.big .carousel-item .out img {
      height: 150px; }
    #match-carousel.big .carousel-item .home p,
    #match-carousel.big .carousel-item .out p {
      margin-top: 30px;
      font-size: 20px;
      line-height: 30px; }

.content {
  padding-top: 60px; }
  .content h2 {
    font-size: 22px;
    line-height: 30px;
    color: #2c2c2c; }

.post {
  margin-bottom: 50px; }
  .post .info .hour {
    margin-right: 20px;
    font-size: 22px; }
  .post .info p.description {
    color: #7f7f7f;
    font-size: 15px;
    position: relative;
    top: -16px;
    padding-left: 69px; }
  .post .picture {
    padding-left: 44px;
    margin-left: 27px;
    border-left: 2px solid #ccc;
    overflow: hidden; }
    .post .picture img {
      width: 100%; }

/** END WEDSTRIJD **/
/** KEEPER **/
.content h2 {
  font-weight: 900;
  color: #2c2c2c;
  font-size: 28px;
  margin-bottom: 25px; }

.content .info dt {
  color: #7f7f7f;
  font-weight: 400; }

.content .info dd {
  color: #2c2c2c;
  font-weight: 400; }

.content .info .social a {
  color: #808285;
  text-decoration: none; }
  .content .info .social a:hover {
    color: #808285;
    text-decoration: none; }

/** END KEEPER **/
.spotlight {
  position: relative;
  z-index: 1; }
  .spotlight.header .bg-image {
    max-height: 380px;
    height: calc(100vw * 0.2); }
  .spotlight.header.header-large .bg-image {
    max-height: 500px;
    /*max-height: initial;*/
    height: calc(100vw * 0.45); }

.body {
  color: #4e4d4d;
  line-height: 1.7;
  font-size: 17px; }

.news.no-top {
  margin-top: 25px; }

.news .news-article {
  background-color: #fff;
  padding: 45px;
  margin: 0 45px 0;
  z-index: 2;
  position: relative; }
  .news .news-article h1 {
    font-weight: 900;
    color: #2c2c2c;
    font-size: 28px;
    margin-bottom: 25px; }
  .news .news-article .info {
    border-bottom: 1px solid #acacac; }
    .news .news-article .info .date {
      color: #acacac;
      font-size: 13px; }
  .news .news-article .description p {
    font-size: 20px;
    line-height: 29px;
    color: #2c2c2c; }
  .news .news-article .body {
    /*color: #7f7f7f;
            line-height: 1.5;
            font-size: 15px;*/ }
    .news .news-article .body .body-img {
      max-width: 250px; }
    .news .news-article .body h2 {
      margin-top: 35px;
      margin-bottom: 20px; }
    .news .news-article .body .card-columns a.card {
      color: #292c2e;
      text-decoration: none; }
      .news .news-article .body .card-columns a.card h5.card-title {
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

/** END NIEUWS **/
/** SCHEDULE **/
.schedule .match {
  font-size: 20px; }
  .schedule .match .date {
    left: 15px; }
  .schedule .match .home, .schedule .match away {
    width: 480px; }
    .schedule .match .home .logo-link, .schedule .match away .logo-link {
      width: 100px; }
  .schedule .match .vs {
    width: 50px;
    text-align: center;
    font-size: 20px; }
  .schedule .match .home {
    text-align: right;
    -ms-align-content: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
  .schedule .match .away {
    text-align: left;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start; }

/** END SCHEDULE **/
/** RANKING **/
.ranking .table tr th {
  vertical-align: middle; }

.ranking .table tr td {
  vertical-align: middle;
  font-family: "Barlow Semi Condensed", sans-serif;
  border-bottom: 1px solid #eee;
  padding: 6px; }
  .ranking .table tr td.ranking-number {
    width: 75px; }
  .ranking .table tr td.ranking-streak {
    min-width: 130px; }
    .ranking .table tr td.ranking-streak span {
      border-radius: 3px;
      background-color: #727272;
      color: white;
      width: 17px;
      height: 17px;
      float: left;
      font-size: 11px;
      text-align: center;
      margin-right: 4px; }
      .ranking .table tr td.ranking-streak span.w {
        background-color: #01a54b;
        color: white; }
      .ranking .table tr td.ranking-streak span.v {
        background-color: #cd122d;
        color: white; }

.ranking .table tr:last-of-type td {
  border-bottom: none; }

/** END RANKING **/
/** MATCHES **/
.matches-control {
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }
  .matches-control .gameday {
    min-width: 110px; }
  .matches-control a {
    display: inline-block; }
  .matches-control .previous {
    margin-right: 20px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-top: 2px solid #292c2e;
    border-left: 2px solid #292c2e;
    transform: rotate(-45deg); }
  .matches-control .next {
    margin-left: 20px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-top: 2px solid #292c2e;
    border-right: 2px solid #292c2e;
    transform: rotate(45deg); }

.matches:not(table) {
  font-family: "Barlow Semi Condensed", sans-serif; }
  .matches:not(table) .hometeam, .matches:not(table) .awayteam {
    width: 200px;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .matches:not(table) .hometeam div:not(.logo), .matches:not(table) .awayteam div:not(.logo) {
      -webkit-flex-grow: 1;
      flex-grow: 1; }
  .matches:not(table) .hometeam {
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    text-align: left; }
  .matches:not(table) .awayteam {
    -ms-align-content: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    text-align: right; }
  .matches:not(table) .score-date {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #808285;
    white-space: nowrap; }

/** END MATCHES **/
.match-details {
  line-height: 1.7em;
  font-size: 17px; }

/* Umbraco Forms */
.umbraco-forms-form form textarea, .umbraco-forms-form form input.text {
  max-width: 100% !important; }

.umbraco-forms-form form .btn {
  background-color: #ff6e29;
  color: #fff;
  border-radius: 8px; }

.umbraco-forms-form form span.field-validation-error, .umbraco-forms-form form label.error {
  color: red !important;
  padding-left: 0; }

.umbraco-forms-form form input[type=checkbox] {
  margin-right: 5px; }

@media screen and (max-width: 991px) {
  .navbar-light .navbar-toggler {
    color: #292c2e;
    border: none; }
    .navbar-light .navbar-toggler span {
      margin-left: 5px;
      display: none;
      font-size: 14px;
      color: #292c2e; }
    .navbar-light .navbar-toggler.collapsed span {
      display: inline-block; }
  nav.navbar .nav-item .subnav {
    display: block !important;
    padding-left: 20px;
    position: static !important; }
    nav.navbar .nav-item .subnav .nav-item {
      padding-bottom: 0; }
      nav.navbar .nav-item .subnav .nav-item a.nav-link {
        padding: 8px 0; }
  a.logo-link {
    left: 50%;
    transform: translateX(-39px); }
  #spotlight-carousel {
    height: 300px; }
    #spotlight-carousel .page,
    #spotlight-carousel .of {
      display: none; }
    #spotlight-carousel .caption {
      bottom: 20px; }
      #spotlight-carousel .caption p.title {
        font-size: 22px; }
    #spotlight-carousel .slide-controls {
      top: 50%;
      transform: translateY(-6px);
      left: 0;
      right: 0;
      bottom: unset; }
      #spotlight-carousel .slide-controls .previous {
        position: absolute;
        left: 5px; }
      #spotlight-carousel .slide-controls .next {
        position: absolute;
        right: 15px; }
    #spotlight-carousel.slider-container .caption {
      left: 15px; }
  .container.over-header {
    margin-top: 10px; }
  .upcoming-match.bg-dark {
    position: relative;
    height: 285px;
    text-align: center;
    font-size: 17px;
    z-index: 1; }
    .upcoming-match.bg-dark .match-details {
      position: relative;
      z-index: 4; }
    .upcoming-match.bg-dark:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2; }
  .ranking .ranking-goals {
    display: none !important; }
  .ranking .ranking-streak {
    display: none !important; }
  .news .news-article {
    margin: 0; }
    .news .news-article .body img {
      width: 100% !important; }
  .schedule .match {
    position: static !important; }
  .schedule .match .date {
    text-align: center; }
  .schedule .match .home {
    text-align: center;
    width: auto;
    min-width: 100px;
    -webkit-align-content: normal;
    align-content: normal; }
  .schedule .match .away {
    text-align: center;
    width: auto;
    min-width: 100px;
    -webkit-align-content: normal;
    align-content: normal; }
  .schedule .match .vs {
    width: 100%; }
  h1 {
    font-size: 28px; }
  .matches .hometeam, .matches .awayteam {
    display: block !important; }
    .matches .hometeam .logo, .matches .awayteam .logo {
      width: 100%;
      text-align: center;
      height: 90px; }
      .matches .hometeam .logo img, .matches .awayteam .logo img {
        max-height: 90px; }
    .matches .hometeam .name, .matches .awayteam .name {
      text-align: center;
      margin-top: 10px; } }

@media screen and (max-width: 767px) {
  #match-carousel.big .carousel-item .standing {
    margin: 0; }
  #spotlight-carousel .carousel-item .img:before {
    box-shadow: none; } }

@media screen and (min-width: 992px) {
  .nav-container {
    padding-left: 170px; }
    .nav-container img {
      width: 140px; }
  .schedule .match .date {
    position: absolute; }
  .navbar {
    min-height: 114px; }
  .nav-item.icons {
    display: none; } }

@media screen and (min-width: 1441px) {
  .nav-container {
    padding-left: 200px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .schedule .match .home, .schedule .match away {
    width: 400px; } }

@media screen and (min-width: 1200px) {
  .news-article .person {
    flex-direction: row !important; } }

@media screen and (max-width: 450px) {
  .logo-link .logo {
    width: 63px; }
  .footdinner-mobile {
    font-size: 15px; } }
