/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url("/static/img/ajax-loader.c5cd7f530057.gif?c0aee5336b32") center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url("/static/fonts/slick.ced611daf770.eot?c0aee5336b32");
    src: format('embedded-opentype'), url("/static/fonts/slick.b7c9e1e479de.woff?c0aee5336b32") format('woff'), url("/static/fonts/slick.d41f55a78e6f.ttf?c0aee5336b32") format('truetype'), url("/static/fonts/slick.f97e3bbf7325.svg?c0aee5336b32#slick") format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: 2em;
    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
    z-index: 100;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* News Section */
.news--article{
margin-bottom: 0;
}
.news--tweets{
padding: 0;
}
.news--section{
display: flex;
flex-direction: row;
justify-content: center;
}
.news--container{
width: 85%;
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.news--wr{
    flex: 100% 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .news--table{
    flex: 100% 0;
  }
  .table-row{
    
  }
/* news articles holding news cards */
.news--article{
    flex: 100% 0;
    margin-bottom: 2em;
}
.news--card {
    position: relative;
    min-width: 100%;
    flex: 1;
    margin: 2% 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news--card-gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0),rgba(9, 18, 114, 0.1), rgba(9, 18, 114, 0.8));
    z-index: 100;
  }
.news--card-content{
    position: absolute;
    bottom: 1.5em;
    left: 1em;
    z-index: 1000;
}
.news--card-wr{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
  }
.news-card--title{
    align-self: flex-end;
    font-size: 1.2em;
    line-height: 1.2em;
    padding-right: 0.5em;
    font-weight: 700;
  }
.news--tags{
    font-size: 1em;
        display: flex;
    }
    .news--tag:after
    {
    content: '\00a0|\00a0';
    }
    .news--tag:last-child:after
    {
    content: '';
    }
/* end news Card */

/* news tweets */
.news--tweets{
    flex: 1;
    flex-grow: 1;
    padding: 0;
  }

  .home--table{
    flex: 1;
    flex-grow: 1;
    padding: 0;
  }
/* end News Section */

/* Arena Section */
.arena--section{
    display: flex;
    justify-content: center;
}
.arena--container{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.arena--slider{
    width: 90%;
    align-self: center;
}
.arena--slider .slick-slide {
  margin: 0 27px;
}
/* the parent */

.arena--slider img {
    width: auto;
    margin: 0 auto; /* it centers any block level element */
}
.arena--content{
    flex: 1;
    align-self: center;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
/* end Arena Section */

/* Merch Section */
.merch--section{
    display: flex;
    justify-content: center;
    margin: 2em 0 5em 0;
}
.merch--container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.merch--container a{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    color: #000 !important;
}
.merch--container picture {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}
.merch--container picture img {
    max-width: none !important;
    width: 100%;
}
.merch--container-cta-button{
    position: absolute;
    bottom: 0.15em;
    padding: 1em 1em;
    background-color: #ffCE00;
    z-index: 1000;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-transform: uppercase;
    border-radius: 0.5em;
    font-weight: 900;
}
.merch--container-image{
    display: none;
}
.merch--container-image-mobile{
    display: inline;
}
/* end merch */

/* Partner Section */
.partner--section{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.partner--container{
    width: 80%;
    margin-bottom: 8em;
}
.partner--slider{
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
.partner--slider a{
    width: 33%;
    margin: 0 0.5em;
    vertical-align: middle;
}
.partner--slider img{
    width: 100%; 
    vertical-align: middle;
}
/* end partner Section */

/* Contact Section */
.contact--section{
    background-color: rgb(245, 245, 245);
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center !important;
}

.form--captcha{
   display: flex;
   flex-direction: row;
   justify-content: center;
   overflow: hidden;
}
#recaptcha-alert{
    display: none;
    color: red;
}
.contact--form-control{
    width: 98%;
    padding: .5em 1%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.contact--container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 5em 5% 6em 5%;
}
.contact--container-card{
    color: 000 !important;
  }
  .contact--container-cards{
    flex: 100% 0;
    order: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact--container-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1.3em;
    margin: 1em 2em;
    color: #696969;
  }
  .contact--container-card-title{
    margin-bottom: 0.4em;
  }

  .contact--container-map{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    padding: 5em 5% 6em 5%;
  }
  .contact--container-map-content{
    position: relative;
  }
  .contact--container-map-content iframe{
    width: 100%;
    height: 60vh;
  }
  .contact--container-map-title{
    text-transform: uppercase;
  }
  .contact--container-map-content-button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  background-color: #ffCE00;
  z-index: 1000;
  /* text-shadow: 0.1em 0.1em rgba(0, 0, 0, 0.7);)*/
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .contact--container figure {
    /*position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 20em;
    padding: 2em 2em;
    margin: 1em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 1em;
    box-shadow: 0 1.4em 2.8em rgba(0, 0, 0, 0.25), 0 1em 1em rgba(0, 0, 0, 0.22);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;*/
    position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
       min-width: 22em; 
      /* padding: 2em 2em; */
      /* margin: 1em; */
      margin-bottom: 2em;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
      border-radius: 1em;
      box-shadow: 0 1.4em 2.8em rgba(0, 0, 0, 0.25), 0 1em 1em rgba(0, 0, 0, 0.22);
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
      overflow: hidden;
      font-size: 0.8em;
    }
    .contact--container figure .title {
    position: absolute;
    bottom: 0;
    
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1em;
    background-color: #ffCE00;
    /* text-shadow: 0.1em 0.1em rgba(0, 0, 0, 0.7);)*/
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    
    .contact--container figcaption {
     width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     text-align: center;
     padding-top: 1em;
    }
    .contact--container figcaption picture img{
      flex-shrink: 0;
      align-self: center;
      width: 10em;
    }
    .contact--container-card-name{
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    }
    .contact--container-card{
    color: #000;
    margin-bottom: 4em;
    }
    .contact--container-card a{
    text-decoration: none;
    color: #000 !important;
    line-height: 1.5em;
    }
/* end Contact Section */

/* Footer Section */
.page--footer{
    margin-top: -5em;
    position: relative;
}
.page--footer-container{
    width: 85%;
    margin: 0 auto;
    padding: 2em 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.page--footer-logo{
    margin: 2em 0;
    align-self: center;
}
.page--footer-logo img{
    width: 8em;
}
.page--footer-nav{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page--footer-nav a{
    padding: 1em 1em 0 1em;
    text-transform: uppercase;
    color: #fff !important;
}
.page--footer-slogan{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    margin: 1.5em 0 0 0;
    line-height: 1.5em;
}
.page--footer-social-wr{
    align-self: center;
    margin-top: 2em;
}
.page--footer-social-wr i{
    padding: 0.3em;
}
.page--footer-copyright{
    align-self: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0,0,0,0.2);
    line-height: 1.5em;
    padding: 2em 0;
}
.page--footer-copyright-text{
    align-self: center;
    font-size: 0.8em;
    padding: 0 0.5em;
    color: #4c6dca;
}
.page--footer-copyright-link{
    align-self: center;
}
.page--footer-treeline{
    position: absolute;
    top: -4em;
    left: 0;
    height: 4.8em;
    width: 100%;
    background-image: url("/static/img/fcps_tree_blue_single.c640203d3dd7.svg?c0aee5336b32");
    background-repeat: repeat-x;
    z-index: 500;
   /* background-color: rgb(245, 245, 245);*/
}
/* end footer section */
/* Block settings for general Streamfields */
.block--content-wr-iframe{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
/* general article settings */
.block--content-wr-iframe * {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}

/* Privacy Page */
.privacy--section{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .privacy--container{
    width: 85%;
    align-self: center;
  }
/* Imprint Page */
.imprint--section{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .imprint--container{
    width: 85%;
    align-self: center;
  }
/* InvestorInfo Page */
.investorInfo--section{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .investorInfo--container{
    width: 85%;
    align-self: center;
  }
/* Terms Page */
.terms--section{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .terms--container{
    width: 85%;
    align-self: center;
  }
/* News Landing Page */
.news--landing-section{
    display: flex;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news--landing-container{
    width: 85%;
    align-self: center;
}
/* news landing cards */
.news--landing-card-wr{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
overflow: hidden;
margin-bottom: 5em;
}
.news--landing-card {
position: relative;
min-width: 100%;
flex: 1;
margin: 2% 1%;
display: flex;
flex-direction: column;
justify-content: center;
}
.news--landing-card-gradient{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0),rgba(9, 18, 114, 0.1), rgba(9, 18, 114, 0.8));
z-index: 100;
}
.news--landing-card-content{
position: absolute;
bottom: 1.5em;
left: 1em;
z-index: 1000;
}
.news--landing-card--title{
font-size: 1.2em;
font-weight: 600;
line-height: 1.2em;
padding-right: 0.5em;
}
.news--landing-tags{
font-size: 1em;
    display: flex;
}
.news--landing-tag:after
{
content: '\00a0|\00a0';
}
.news--landing-tag:last-child:after
{
content: '';
}
.article--filter-wr{
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    padding: 1em 0.5em;
    display: none;
    background-color: #fff;
    box-shadow: 0 0.1em 0.5em 0 rgba(0,0,0,0.2);
  }
  .article--filter-wr-buttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
/* ### News Detail Page */
.news--detail-section{
    display: flex;
    justify-content: center;
}
.news--detail-bg-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40em;
    z-index: -1;
    background-image: url("/static/img/background_small.a4c61eb5b442.png?c0aee5336b32");
}
.news--detail-container{
    width: 81%;
    align-self: center;
    padding: 2em;
  }
.news--detail-tags{
    line-height: 1.2em;
}
/* Matchday Landing */

.matchday--content-items{
    width: 100%;
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .matchday--content-items img {
    width: 100%;
  }
  .matchday--content-item-ticket{
    width: 80%;
    align-self: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2em;
  }

  .matchday--content-item-program{
    width: 80%;
    align-self: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2em;
  }
.matchday--landing-section{
    display: flex;
    justify-content: center;
}
.matchday--landing-container{
    width: 85%;
    align-self: center;
}
/* Matchday subpage */
.matchday--landing-content-wrapper{
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto 8em auto;
    padding: 5em 0 0 0;
  }
  .matchay--landing-content-schedule{
    flex: 100% 0;
    align-self: center;
  }
  .matchay--landing-content-past-matches{
    flex: 100% 1;
  }
  .matchday--landing-content-past-matches-wrapper{
    flex: 100% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .matchay--landing-content-schedule-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: solid thin #000;
  }
  .matchay--landing-content-schedule-card-content{
    align-self: center;
    display: flex;
    flex-direction: column;
  }
  .matchay--landing-content-schedule-card-content-team{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    text-transform: uppercase;
  }
  .matchay--landing-content-schedule-card-content-team-icon{
    min-width: 2em;
    align-self: center;
    margin-right: 0.5em;
  }
  .matchay--landing-content-schedule-card-content-team-icon img{
    max-width: 2em;
  }
  .matchay--landing-content-schedule-card-content-team-name{
    align-self: center;
    font-size: 0.8em;
  }
  .matchay--landing-content-schedule-card-button{
    flex: 20%;
    text-align: right;
    align-self: center;
}
  .matchay--landing-content-schedule-title h4{
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 1em;
    text-align: center;
  }
/* news landing cards */
.matchday--landing-card-wr{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
overflow: hidden;
margin-bottom: 5em;
}
.matchday--landing-card {
position: relative;
min-width: 100%;
flex: 1;
margin: 2% 1%;
display: flex;
flex-direction: column;
justify-content: center;
}
.matchday--landing-card-gradient{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0),rgba(9, 18, 114, 0.1), rgba(9, 18, 114, 0.8));
z-index: 100;
}
.matchday--landing-card-content{
position: absolute;
bottom: 1.5em;
left: 1em;
z-index: 1000;
}
.matchday--landing-card--title{
font-size: 1.2em;
font-weight: 600;
line-height: 1.2em;
padding-right: 0.5em;
}
.matchday--landing-tags{
font-size: 1em;
display: flex;
}
.matchday--landing-tag:after
{
content: '\00a0|\00a0';
}
.matchday--landing-tag:last-child:after
{
content: '';
}
/* Contact Page */
  .contact-page--section{
    display: flex;
    justify-content: center;
}
.contact--content-container span{
    min-width: 4em;
    text-align: right;
}
.contact-page--container{
    width: 85%;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 2em;
}
.contact-page--content-card-wr{
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contact--content-card {
    flex: 0 20%;
    min-width: 20em;
    padding: 1em;
    margin: 1em;
    /* Add shadows to create the ".contact-content-card" effect */
    box-shadow: 0 0.1em 0.5em 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact--content-card a {
    color: rgb(86, 86, 86) !important;
    text-decoration: underline;
}
.contact--content-card .rich-text p{
    margin: 0;
    padding: 0;
}

.contact--content-card-img{
    text-align: center;
}
.contact--content-card-img img{
    width: 4em;
}
.contact--content-card-title{
    font-size: 1.5em;
    font-weight: 700;
    justify-content: center !important;
}
.contact--content-card-name{
    font-size: 1.2em;
    font-weight: 700;
    justify-content: center !important;
}
/* Add some padding inside the card container */
.contact--card-row {
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0.6em 0;
}
.contact--card-row *{
    align-self: center;
}
.contact-page--map-content{
    position: relative;
}
.contact-page--map-button{
    position: absolute;
    bottom: 2em;
    right: 5em;
    z-index: 2000;
}
.contact-page--map-content-iframe{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.contact-page--map-content-iframe * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.contact-page--parking-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.contact-page--parking-content-img-wr{
    flex: 40% 0;
}
.contact-page--parking-content-text-wr{
    flex: 1;
    padding: 2em;
}
/* end Contact Page */

/* Player landing page */
.team--landing{
display: flex;
justify-content: center;
}
.team--container{
width: 85%;
align-self: center;
margin-bottom: 5em;
}
/* ### Player */
.filter--button-group{
    display: none;
}
.player--card{
    position: relative;
    margin: 1em;
}
.player--card-gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0),rgba(9, 18, 114, 0.1), rgba(9, 18, 114, 0.8));
    z-index: 100;
  }
.player--card-content{
    position: absolute;
    bottom: 1.5em;
    left: 1em;
    z-index: 1000;
}
.player-card--title{
    font-weight: 600;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.player--card-first-name{
    font-weight: 300;
    font-size: 8vw;
    line-height: 1em;
}
.player--card-last-name{
    font-weight: 700;
    font-size: 8vw;
    line-height: 1em;
}
.player--card-jerseyNumber{
    font-size: 8vw;
}
.player--tags{
    font-size: 6vw;
    line-height: 1.1em;
    font-weight: 600;
}
/* end Player landing page */

/* ### Player Detail */
.player-detail--landing{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.player--container{
    width: 85%;
    align-self: center;
    background-color: #fff;
    padding: 2em;
}
/* ### Player Detail */
.player-detail--landing{
    margin-bottom: 10em;
}
.player-detail--hero{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.player-detail--hero-image{
    align-self: center;
    width: 50%;
}
.player-detail--hero-data {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.player-detail--hero-data-content{
    align-self: center;
    width: auto;
    z-index: 100;
}
.player-detail--hero-data-number{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: rgb(237, 237, 237) !important;
    font-weight: 900 !important;
    font-size: 35vw;
    margin-left: 0;
    /* letter-spacing: -1em;*/
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.player-detail--hero-data-number img{
    width: 100%;
}
.player-detail--hero-item h3{
    font-size: 6.5vw !important;
    line-height: 1.5em;
    color: rgb(0, 71, 186);
}
.player-detail--hero-item h4{
    font-size: 6vw !important;
    font-weight: 300;
    line-height: 0.1em;
    color: rgb(0, 71, 186);
}
.player-detail--hero-item span{
    font-weight: 900;
}
.player-detail--hero-item-content{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.player-detail--hero-item-name{
    font-size: 1.3em;
    /* font-weight: 700;*/
    line-height: 1.2em;
    color: #888787;
}
.player-detail--hero-item-country{
    font-size: 1.3em;
    /* font-weight: 700; */
    line-height: 1.2em;
    color: #888787;
}
.player-detail--hero-trees{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4.5em;
    width: 100%;
    background-image: url("/static/img/fcpsTreeBlueSingle.c640203d3dd7.svg?c0aee5336b32");
    background-repeat: repeat-x;
    background-position: center;
    z-index: 100;
}
/* end Player detail page */

/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
// Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    /* generic settings min-width: 576px */
    h1 {
    font-size: 3em;
    }
    h3{
     font-size: 2em;
    }
    .merch--container-cta-button{
        bottom: 0.15em;
        padding: 1.5em 3em;
    }
    .contact--container figure {
        margin: 2em;
    }
    .news--section{
        margin-top: 2em;
        }
    /* news landing */
    .news--card {
        min-width: 40%;
    }
     /* news landing page min-width: 576px */
     .news--landing-card {
        min-width: 20em;
        max-width: 20em;
    }
    /* player landing page min-width: 576px */
    .player--card-first-name{
        font-size: 2em;
    }
    .player--card-last-name{
        font-size: 2em;
        word-break: break-all;
    }
    .player--card-jerseyNumber{
        font-size: 2em;
    }
    .player--tags{
        font-size: 1em;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    /* hero  min-width: 768px */
    .hero--slider-title {
        font-size: 5em;
        line-height: 1em;
    }
    .hero--slider-subtitle{
        padding: 0.6 0 0 1em;
        font-size: 1.5em;
    }
    .hero--slider-text a {
        padding: 0 4em;
    }
    /* end hero */

    .merch--section{
        display: flex;
        justify-content: center;
        margin: 5em 0;
    }
    .merch--container-image{
        display: inline;
    }
    .merch--container-image-mobile{
        display: none;
    }
    .merch--container-cta-button {
        border-top-left-radius: 0.5em;
        border-top-right-radius: 0.5em;
    }
    .merch--container picture {
        margin-bottom: 1.8em;
    }
    .partner--slider img{
        max-width: 20em;
    }

    /* arena  min-width: 768px*/
    .arena--container{
        flex-direction: row;
    }
    .arena--slider{
        width: 50%;
        align-self: center;
    }
    .arena--content{
        text-align: left;
    }
    /* end arena */

    /* footer  min-width: 768px*/
    .page--footer-nav{
        padding: 1em;
        align-self: center;
        display: flex;
        flex-direction: row;
    }
    .page--footer-logo{
        margin: 2em 0 0 0;
    }
    /* end footer 8? */

    /* Player Detail Page */
    .player-detail--hero{
        flex-direction: row;
    }
    .player-detail--hero-data{
        text-align: left;
    }
    .page--footer-copyright{
        flex-direction: row;
        justify-content: center;
    }
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    /* news card  min-width: 992 px*/
    .news--tweets{
        padding: 0 0 0 2em;
      }

    .news--wr{
        flex: 50% 0;
      }
    .news--table{
    flex: 46% 0;
    padding: 2%;
    }
    .news--article{
        flex: 100% 0;
    }
    
    .news--landing-card {
        min-width: 20em;
        max-width: 20em;
    }
      .matchay--landing-content-schedule{
        flex: 40% 0;
        align-self: center;
      }
      .matchay--landing-content-past-matches{
        flex: 42% 1;
        padding: 0 3%;
      }
    .matchday--landing-card {
        min-width: 20em;
        max-width: 20em;
    } 
    .filter--button-group{
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .filter--button-mobile{
        display: none;
    }

}


@media (min-width: 1100px) { 
    /* news landing page */
    
     /* navigation  min-width: 768px*/
    .navbar--nav-links{
        display: flex;
    }
    .header--nav-button-wr{
        display: inline;
    }
    .header--nav-icon{
        display: none;
    }
    .matchay--landing-content-schedule-card{
        flex-direction: row;
    }
}

/* end navigation */
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    /* news landing page */
    
    .news--landing-tags {
        font-size: 1em;
    }
}