@charset "UTF-8";
/*
Theme Name: FFK - Curaco United
Description: Customized theme
Author: Profound team
Author URI: https://profoundprojects.com/ 
Text Domain: profound
Company: Profound
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 7.3
Version: 1.0
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments,
*/
/* ==============================================
	 Mixins
	 ============================================*/
/* ==============================================
	 Web fonts
	 ============================================*/
@font-face {
  font-family: profound;
  src: url("./assets/fonts/ppl.eot");
  src: url("./assets/fonts/ppl.eot#iefix") format("embedded-opentype"), url("./assets/fonts/ppl.ttf") format("truetype"), url("./assets/fonts/ppl.woff") format("woff"), url("./assets/fonts/ppl.svg#ppl") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block; }
@font-face {
  font-family: 'Bahnschrift';
  src: url("./assets/fonts/Bahnschrift.eot");
  src: local("Bahnschrift"), url("./assets/fonts/Bahnschrift.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Bahnschrift.woff2") format("woff2"), url("./assets/fonts/Bahnschrift.woff") format("woff"), url("./assets/fonts/Bahnschrift.ttf") format("truetype"), url("./assets/fonts/Bahnschrift.svg#Bahnschrift") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CenturyGothic';
  src: url("./assets/fonts/CenturyGothic.eot");
  src: local("Century Gothic"), local("CenturyGothic"), url("./assets/fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/CenturyGothic.woff2") format("woff2"), url("./assets/fonts/CenturyGothic.woff") format("woff"), url("./assets/fonts/CenturyGothic.ttf") format("truetype"), url("./assets/fonts/CenturyGothic.svg#CenturyGothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Futura';
  src: url("Futura-Bold.eot");
  src: local("Futura Bold"), local("Futura-Bold"), url("Futura-Bold.eot?#iefix") format("embedded-opentype"), url("Futura-Bold.woff2") format("woff2"), url("Futura-Bold.woff") format("woff"), url("Futura-Bold.ttf") format("truetype"), url("Futura-Bold.svg#Futura-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/* ----------------- VARIABLES CONFIG ------------------- */
/* ----------------- FLEX ------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: "CenturyGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #09090A;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow-x: hidden; }

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: none; }

a:focus {
  outline: none; }

.clear,
.clearboth {
  clear: both; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

iframe {
  max-width: 100%; }

img {
  width: auto;
  height: auto;
  max-width: 100%; }

/* ------------------ FONTS ---------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Bahnschrift", sans-serif;
  font-weight: 800;
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em;
  line-height: 1;
  color: #002B7F; }

h1,
.h1 {
  font-size: 60px; }

h2,
.h2 {
  font-size: 36px; }

h3,
.h3 {
  font-size: 22px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5,
h6,
.h6 {
  font-size: 1em; }

p {
  margin: 0 0 20px; }
  p:last-child {
    margin: 0; }

a {
  color: #09090A;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

:-moz-placeholder {
  /* Firefox 18- */ }

::-moz-placeholder {
  /* Firefox 19+ */ }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.text-center {
  text-align: center; }

.wp-caption-text {
  text-align: center; }

#main {
  min-height: 100%; }

.container,
.clearfix,
.field-set,
section.module,
#container {
  zoom: 1;
  clear: both; }
  .container:before, .container:after,
  .clearfix:before,
  .clearfix:after,
  .field-set:before,
  .field-set:after,
  section.module:before,
  section.module:after,
  #container:before,
  #container:after {
    content: "";
    display: table; }
  .container:after,
  .clearfix:after,
  .field-set:after,
  section.module:after,
  #container:after {
    clear: both; }

.container,
#container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%; }
  .container-small,
  #container-small {
    zoom: 1;
    clear: both;
    max-width: 1000px;
    margin: auto; }
    .container-small:before, .container-small:after,
    #container-small:before,
    #container-small:after {
      content: "";
      display: table; }
    .container-small:after,
    #container-small:after {
      clear: both; }

#container {
  padding: 60px 0px; }

#sidebar {
  display: none; }

input[type=text],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
input[type=email],
textarea,
select {
  outline: 0px;
  border: none;
  padding: 19px;
  background: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "CenturyGothic", sans-serif;
  font-size: 18px;
  color: #09090A;
  width: 100%; }

textarea {
  height: 135px; }

input[type=submit],
input[type=reset],
.button {
  cursor: pointer;
  outline: none;
  background-image: linear-gradient(to right, #f8e514 39%, #f78d13);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 10px 20px;
  color: #002a7e;
  text-decoration: none;
  display: inline-block;
  font-family: "Bahnschrift", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border: 0 !important;
  text-transform: uppercase;
  letter-spacing: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  transform: skew(-15deg);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5); }
  input[type=submit] span,
  input[type=reset] span,
  .button span {
    transform: skew(15deg);
    display: block; }
  input[type=submit]:hover, input[type=submit]:focus,
  input[type=reset]:hover,
  input[type=reset]:focus,
  .button:hover,
  .button:focus {
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to right, #00297d, #000d49);
    color: #fae814; }
  input[type=submit].btn-nl,
  input[type=reset].btn-nl,
  .button.btn-nl {
    transform: none;
    background-color: #1d428c;
    background-image: none;
    box-shadow: none; }
    input[type=submit].btn-nl span,
    input[type=reset].btn-nl span,
    .button.btn-nl span {
      transform: none; }

.button.invert {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(to right, #00297d, #000d49);
  color: #fae814; }
  .button.invert:hover, .button.invert:focus {
    background-image: linear-gradient(to right, #f8e514 39%, #f78d13);
    color: #002a7e; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(../images/ico-select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer; }

.round-img {
  -webkit-border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%;
  overflow: hidden; }
  .round-img img {
    display: block; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.page-wrap {
  position: relative; }
  .page-wrap h1 {
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #002a7e; }
  .page-wrap h2 {
    line-height: 49px; }

.screen-read-only {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
.flex-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex-row .col-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%; }

.site-header {
  width: 100%;
  position: relative;
  z-index: 9999;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s; }
  .site-header .header__nav {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative;
    text-align: center; }
    .site-header .header__nav-list ul {
      padding: 0;
      margin: 0;
      font-size: 0;
      list-style: none; }
      .site-header .header__nav-list ul li {
        display: inline-block;
        padding: 44px 13px;
        position: relative; }
        .site-header .header__nav-list ul li .sub-menu {
          display: none;
          position: absolute;
          left: 0;
          top: 80px;
          width: 200px;
          background: #002a7e; }
          .site-header .header__nav-list ul li .sub-menu li {
            padding: 0; }
            .site-header .header__nav-list ul li .sub-menu li a {
              padding: 10px 13px;
              text-align: left; }
        .site-header .header__nav-list ul li:hover .sub-menu {
          display: block; }
        .site-header .header__nav-list ul li.current-menu-item a {
          color: #002B7F; }
        .site-header .header__nav-list ul li.button {
          width: auto; }
          .site-header .header__nav-list ul li.button a {
            background: #F8E514;
            padding: 11px 45px;
            text-transform: initial;
            color: #2C2E2C;
            border: 1px solid #F8E514; }
            .site-header .header__nav-list ul li.button a:hover {
              background: #0000;
              color: #ffffff; }
        .site-header .header__nav-list ul li a {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.14;
          padding: 10px 5px;
          text-decoration: none;
          transition: 0.5s;
          display: block;
          position: relative;
          font-family: "Bahnschrift", sans-serif;
          text-transform: uppercase; }
    .site-header .header__nav .burger {
      display: none;
      background: none;
      border: 0;
      height: 33px;
      padding: 0;
      pointer-events: auto;
      width: 33px;
      outline: 0;
      will-change: transform;
      position: relative; }
      .site-header .header__nav .burger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #fff;
        opacity: 1;
        right: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
        transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out; }
        .show-site-menu .site-header .header__nav .burger span {
          transition: opacity 0ms linear .5s, background-color .5s, -webkit-transform .5s ease;
          transition: transform .5s ease, opacity 0ms linear .5s, background-color .5s;
          transition: transform .5s ease, opacity 0ms linear .5s, background-color .5s, -webkit-transform .5s ease; }
        .site-header .header__nav .burger span:first-child {
          top: 12px;
          -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
          .show-site-menu .site-header .header__nav .burger span:first-child {
            top: unset;
            -webkit-transform: translate3d(0, 7px, 0);
            -moz-transform: translate3d(0, 7px, 0);
            -ms-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
        .site-header .header__nav .burger span:last-child {
          top: 23px;
          -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
          -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
          -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
          -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
          transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s; }
          .show-site-menu .site-header .header__nav .burger span:last-child {
            -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
            -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
            -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
            -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
            transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: unset; }
  .site-header .header__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .site-header .header__info a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      color: #ffffff;
      font-size: 14px;
      font-family: Bahnschrift;
      line-height: 18px;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      padding: 0 15px; }
      .site-header .header__info a img {
        max-width: 41px;
        margin-right: 8px; }
    .site-header .header__info .search-form {
      padding: 0 0 0 20px;
      position: relative; }
      .site-header .header__info .search-form .toggle-search {
        cursor: pointer;
        background: #0000;
        border: 0; }
      .site-header .header__info .search-form form {
        position: absolute;
        top: -99%;
        opacity: 0; }
      .site-header .header__info .search-form.show form {
        opacity: 1;
        top: 90px;
        right: 0; }
        .site-header .header__info .search-form.show form input {
          border-radius: 30px;
          padding: 0 30px;
          box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.15); }
  .site-header.transparent {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
    position: fixed;
    top: 0; }
    .site-header.transparent .header__nav-list ul li a {
      color: #ffffff; }
  .site-header.dark {
    background: #002a7e;
    position: relative;
    top: 0; }
    .site-header.dark .header__nav-list ul li a {
      color: #ffffff; }
  .site-header.fixed {
    background: #002a7e;
    position: fixed; }
    .site-header.fixed .header__nav-list ul li .sub-menu {
      top: 126px; }
  .site-header .container {
    max-width: 100%;
    padding: 0 3%; }
  .site-header .logo {
    width: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .site-header .logo a img {
      max-width: 193px;
      width: 100%;
      object-fit: contain; }
.site-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in 0.6s;
  -moz-transition: all 0.2s ease-in 0.6s;
  -ms-transition: all 0.2s ease-in 0.6s;
  -o-transition: all 0.2s ease-in 0.6s;
  transition: all 0.2s ease-in 0.6s;
  z-index: 1; }
  .show-site-menu .site-menu {
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #002a7e;
    background-image: url("./assets/img/menu-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999; }
  .site-menu__nav ul {
    list-style-type: none;
    padding: 0px; }
    .site-menu__nav ul li {
      margin: 5px 0px; }
      .site-menu__nav ul li a {
        color: #ffffff;
        font-size: 25px;
        line-height: 40px; }
    .site-menu__nav ul li.button {
      padding: 0px;
      font-weight: normal;
      text-transform: none; }
  .site-menu__wrap {
    position: absolute;
    right: 0px;
    top: 18vh;
    height: calc(100% - 18vh);
    opacity: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
    padding: 0 30px;
    text-align: center; }
    .show-site-menu .site-menu__wrap {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      -moz-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      -ms-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
.site-footer {
  background-image: url("./assets/img/footer_back.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 130px 0 50px 0; }
  .site-footer-pattren {
    margin-top: 10vh;
    display: block;
    background-image: url("./assets/img/top_footer.png");
    width: 100%;
    height: 22vh;
    margin-bottom: -8vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3; }
  .site-footer .footer-logo {
    position: relative;
    z-index: 4;
    max-width: 200px;
    float: left; }
  .site-footer .footer-right {
    position: relative;
    z-index: 4;
    width: calc(100% - 200px);
    float: left;
    padding-left: 5%; }
  .site-footer .footer-menu {
    width: 25%;
    float: left;
    color: #ffffff; }
    .site-footer .footer-menu ul {
      font-size: 0;
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-footer .footer-menu ul li a {
        color: #ffffff;
        font-family: "Bahnschrift", sans-serif, "Helvetice Neue", Helvetica, Arial;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 20px; }
    .site-footer .footer-menu h3 {
      color: #ffffff;
      font-family: "Bahnschrift", sans-serif, "Helvetice Neue", Helvetica, Arial;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 20px; }
    .site-footer .footer-menu.contact-links a {
      color: #ffffff;
      font-family: "CenturyGothic", sans-serif, "Helvetice Neue", Helvetica, Arial;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 10px; }
      .site-footer .footer-menu.contact-links a:hover {
        opacity: .7; }
    .site-footer .footer-menu.social-links li {
      display: inline-block;
      padding-right: 25px; }
      .site-footer .footer-menu.social-links li a {
        font-size: 30px; }

#fullscreensearch {
  position: absolute;
  top: 40px;
  right: 90px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0; }
  #fullscreensearch.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 100 !important; }
  #fullscreensearch input[type=submit] {
    display: none; }
  #fullscreensearch .search-input {
    border-radius: 30px;
    border: 4px solid #e8ebf1;
    padding: 13px 15px; }

body:not(.home)::before {
  z-index: 4; }
body:not(.home) .site-header .header__nav-list ul li {
  position: relative; }
body:not(.home) .site-header.transparent {
  background-image: none; }
  body:not(.home) .site-header.transparent .header__nav-list ul li a {
    color: #7595d4; }
  body:not(.home) .site-header.transparent .header__nav-list ul li.current-menu-parent > a, body:not(.home) .site-header.transparent .header__nav-list ul li.current-menu-item > a {
    color: #002B7F; }
  body:not(.home) .site-header.transparent .header__nav-list ul.sub-menu li.current-menu-parent a, body:not(.home) .site-header.transparent .header__nav-list ul.sub-menu li.current-menu-item a {
    color: #F8E514; }
  body:not(.home) .site-header.transparent .header__info a {
    color: #153b87;
    border-color: rgba(16, 56, 133, 0.47); }
body:not(.home) .site-header.fixed .header__nav-list ul li a {
  color: #ffffff; }
body:not(.home) .site-header.fixed .header__nav-list ul li.current-menu-parent a, body:not(.home) .site-header.fixed .header__nav-list ul li.current-menu-item a {
  color: #F8E514; }
body:not(.home) .site-header.fixed .header__nav-list ul li.current-menu-parent.current-menu-item a, body:not(.home) .site-header.fixed .header__nav-list ul li.current-menu-item.current-menu-item a {
  color: #F8E514; }
body:not(.home) .site-header.fixed .header__info a {
  color: #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff; }
body:not(.home) .site-header.fixed .search-form .toggle-search svg #Oval,
body:not(.home) .site-header.fixed .search-form .toggle-search svg #Path {
  stroke: #ffffff; }
body:not(.home) .site-header.dark .search-form .toggle-search svg #Oval,
body:not(.home) .site-header.dark .search-form .toggle-search svg #Path {
  stroke: #ffffff; }
body:not(.home) .site-header .visit img {
  content: url("./assets/img/ffk-logo.png"); }
body:not(.home) .toggle-search svg #Oval,
body:not(.home) .toggle-search svg #Path {
  stroke: #002a7e; }
body:not(.home) .page-wrap-hero {
  background: #f0f3f8;
  padding-bottom: 3%;
  position: relative;
  z-index: 1; }

.page-section {
  position: relative;
  margin-top: 180px;
  z-index: 5; }

.search-page .blog-content {
  zoom: 1;
  clear: both;
  position: relative;
  padding: 30px 0; }
  .search-page .blog-content:before, .search-page .blog-content:after {
    content: "";
    display: table; }
  .search-page .blog-content:after {
    clear: both; }
.search-page .search-blog-post {
  width: 100%;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 42px;
  padding: 45px 50px 50px 80px; }
.search-page .blog-info {
  margin: 20px 0; }
  .search-page .blog-info .date {
    display: block;
    color: #09090A;
    font-family: Bahnschrift;
    font-size: 12px;
    line-height: 14px; }
  .search-page .blog-info-desc {
    display: block;
    margin: 15px 0;
    color: #494949; }

.page-template-tpl-contact .site-header.transparent .header__nav-list ul li a {
  color: #2C2E2C; }

.owl-theme .owl-dots .owl-dot span {
  width: 70px;
  height: 3px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #F8E514; }

.hero-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  text-align: center;
  padding: 100px 0; }
  .hero-slider .item::after {
    content: '';
    position: absolute;
    display: inline-block;
    bottom: 0;
    width: 100%;
    height: 450px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.hero-slider-content {
  position: relative;
  color: #ffffff;
  z-index: 5;
  max-width: 800px;
  margin: 0 auto; }
  .hero-slider-content h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.21;
    text-transform: uppercase; }
  .hero-slider-content .slide-btn {
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 20px; }
.hero-slider .owl-theme .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 40px;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%); }

.partners-blk {
  padding: 3% 0;
  position: relative;
  display: block; }
  .partners-blk h4 {
    color: #ff9419;
    font-size: 12px;
    line-height: 1.17;
    margin-bottom: 40px; }
  .partners-blk-wrap {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    font-size: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .partners-blk-wrap.col-1 {
      max-width: 50%;
      margin: 0 auto; }
    .partners-blk-wrap-item {
      display: inline-block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      text-align: right;
      width: 100%;
      padding: 0 30px; }
      .partners-blk-wrap-item h4 {
        color: #00165b;
        font-family: "Bahnschrift", sans-serif, "Helvetice Neue", Helvetica, Arial;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        margin: 0;
        width: 100%;
        text-align: right; }
      .partners-blk-wrap-item:first-child::after {
        content: '';
        display: inline-block;
        position: absolute;
        margin: 0;
        right: 0;
        top: -50%;
        background: rgba(0, 15, 77, 0.31);
        width: 1px;
        height: 37px; }
      .col-1 .partners-blk-wrap-item {
        width: 50%; }
      .col-2 .partners-blk-wrap-item {
        width: 33.33%; }
      .col-3 .partners-blk-wrap-item {
        width: 25%; }
      .col-4 .partners-blk-wrap-item {
        width: 20%; }
  .partners-blk.lastp .partners-blk-wrap {
    max-width: 100%; }
  .partners-blk.lastp .partners-blk-wrap-item {
    padding: 0; }
    .partners-blk.lastp .partners-blk-wrap-item:last-child {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
  .partners-blk.lastp .col-2 .partners-blk-wrap-item {
    width: 50%; }
  .partners-blk.lastp .col-3 .partners-blk-wrap-item {
    width: 33.33%; }
    .partners-blk.lastp .col-3 .partners-blk-wrap-item:nth-child(2) {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
  .partners-blk.lastp .col-4 .partners-blk-wrap-item {
    width: 25%; }
  .partners-blk.lastp .col-5 .partners-blk-wrap-item {
    width: 25%; }
  .partners-blk.lastp .partners-blk-wrap-item:first-child::after {
    content: none; }

.news-blk,
.team-blk {
  padding: 70px 0 100px 0;
  position: relative;
  background-color: #f0f3f8; }
  .news-blk-wrap-head,
  .team-blk-wrap-head {
    display: inline-block;
    width: 100%; }
    .news-blk-wrap-head h2,
    .team-blk-wrap-head h2 {
      color: #002a7e;
      font-family: "Bahnschrift", sans-serif, "Helvetice Neue", Helvetica, Arial;
      font-style: normal;
      font-weight: normal;
      font-size: 34px;
      text-transform: uppercase;
      line-height: 1.21;
      float: left;
      width: 50%; }
    .news-blk-wrap-head a,
    .team-blk-wrap-head a {
      width: 50%;
      float: right;
      text-align: right;
      color: #002a7e;
      font-family: "Bahnschrift", sans-serif, "Helvetice Neue", Helvetica, Arial;
      font-style: normal;
      font-weight: normal;
      font-size: 16px; }
  .news-blk-wrap .owl-carousel,
  .team-blk-wrap .owl-carousel {
    opacity: 0;
    flex-wrap: wrap; }
  .news-blk-wrap-posts, .news-blk-wrap-posts.owl-carousel,
  .team-blk-wrap-posts,
  .team-blk-wrap-posts.owl-carousel {
    position: relative;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .news-blk-wrap-posts.owl-loaded, .news-blk-wrap-posts.owl-carousel.owl-loaded,
    .team-blk-wrap-posts.owl-loaded,
    .team-blk-wrap-posts.owl-carousel.owl-loaded {
      opacity: 1; }
    .news-blk-wrap-posts .owl-stage,
    .news-blk-wrap-posts .owl-stage-outer, .news-blk-wrap-posts.owl-carousel .owl-stage,
    .news-blk-wrap-posts.owl-carousel .owl-stage-outer,
    .team-blk-wrap-posts .owl-stage,
    .team-blk-wrap-posts .owl-stage-outer,
    .team-blk-wrap-posts.owl-carousel .owl-stage,
    .team-blk-wrap-posts.owl-carousel .owl-stage-outer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .news-blk-wrap-posts .owl-item, .news-blk-wrap-posts.owl-carousel .owl-item,
    .team-blk-wrap-posts .owl-item,
    .team-blk-wrap-posts.owl-carousel .owl-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
    .news-blk-wrap-posts .owl-dots, .news-blk-wrap-posts.owl-carousel .owl-dots,
    .team-blk-wrap-posts .owl-dots,
    .team-blk-wrap-posts.owl-carousel .owl-dots {
      margin-top: 60px;
      width: 100%;
      text-align: center; }
      .news-blk-wrap-posts .owl-dots span, .news-blk-wrap-posts.owl-carousel .owl-dots span,
      .team-blk-wrap-posts .owl-dots span,
      .team-blk-wrap-posts.owl-carousel .owl-dots span {
        background: #93b6fc; }
    .news-blk-wrap-posts .owl-dots .owl-dot.active span,
    .news-blk-wrap-posts .owl-dots .owl-dot:hover span, .news-blk-wrap-posts.owl-carousel .owl-dots .owl-dot.active span,
    .news-blk-wrap-posts.owl-carousel .owl-dots .owl-dot:hover span,
    .team-blk-wrap-posts .owl-dots .owl-dot.active span,
    .team-blk-wrap-posts .owl-dots .owl-dot:hover span,
    .team-blk-wrap-posts.owl-carousel .owl-dots .owl-dot.active span,
    .team-blk-wrap-posts.owl-carousel .owl-dots .owl-dot:hover span {
      background: #002B7F; }
    .news-blk-wrap-posts .owl-nav button, .news-blk-wrap-posts.owl-carousel .owl-nav button,
    .team-blk-wrap-posts .owl-nav button,
    .team-blk-wrap-posts.owl-carousel .owl-nav button {
      position: absolute;
      top: calc(50% - 70px);
      box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
      background: #F8E514;
      width: 62px;
      height: 72px;
      font-size: 0;
      transform: skew(-10deg); }
      .news-blk-wrap-posts .owl-nav button span, .news-blk-wrap-posts.owl-carousel .owl-nav button span,
      .team-blk-wrap-posts .owl-nav button span,
      .team-blk-wrap-posts.owl-carousel .owl-nav button span {
        width: 22px;
        height: 22px;
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        transform: skew(10deg); }
      .news-blk-wrap-posts .owl-nav button.owl-prev, .news-blk-wrap-posts.owl-carousel .owl-nav button.owl-prev,
      .team-blk-wrap-posts .owl-nav button.owl-prev,
      .team-blk-wrap-posts.owl-carousel .owl-nav button.owl-prev {
        left: -50px;
        padding-left: 10px !important; }
        .news-blk-wrap-posts .owl-nav button.owl-prev span, .news-blk-wrap-posts.owl-carousel .owl-nav button.owl-prev span,
        .team-blk-wrap-posts .owl-nav button.owl-prev span,
        .team-blk-wrap-posts.owl-carousel .owl-nav button.owl-prev span {
          background-image: url("./assets/img/left-angle.png"); }
      .news-blk-wrap-posts .owl-nav button.owl-next, .news-blk-wrap-posts.owl-carousel .owl-nav button.owl-next,
      .team-blk-wrap-posts .owl-nav button.owl-next,
      .team-blk-wrap-posts.owl-carousel .owl-nav button.owl-next {
        right: -40px; }
        .news-blk-wrap-posts .owl-nav button.owl-next span, .news-blk-wrap-posts.owl-carousel .owl-nav button.owl-next span,
        .team-blk-wrap-posts .owl-nav button.owl-next span,
        .team-blk-wrap-posts.owl-carousel .owl-nav button.owl-next span {
          background-image: url("./assets/img/right-angle.png"); }
      .news-blk-wrap-posts .owl-nav button:hover, .news-blk-wrap-posts.owl-carousel .owl-nav button:hover,
      .team-blk-wrap-posts .owl-nav button:hover,
      .team-blk-wrap-posts.owl-carousel .owl-nav button:hover {
        background: #002B7F; }
        .news-blk-wrap-posts .owl-nav button:hover.owl-next span, .news-blk-wrap-posts.owl-carousel .owl-nav button:hover.owl-next span,
        .team-blk-wrap-posts .owl-nav button:hover.owl-next span,
        .team-blk-wrap-posts.owl-carousel .owl-nav button:hover.owl-next span {
          background-image: url("./assets/img/right-angle-yellow.png"); }
        .news-blk-wrap-posts .owl-nav button:hover.owl-prev span, .news-blk-wrap-posts.owl-carousel .owl-nav button:hover.owl-prev span,
        .team-blk-wrap-posts .owl-nav button:hover.owl-prev span,
        .team-blk-wrap-posts.owl-carousel .owl-nav button:hover.owl-prev span {
          background-image: url("./assets/img/left-angle-yellow@3x.png"); }
    .news-blk-wrap-posts-item, .news-blk-wrap-posts.owl-carousel-item, .team-blk-wrap-posts-item, .team-blk-wrap-posts.owl-carousel-item {
      display: inline-block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      text-align: center;
      width: 100%;
      border-radius: 8px;
      background-color: #ffffff;
      overflow: auto; }
      .col-2 .news-blk-wrap-posts-item, .col-2 .news-blk-wrap-posts.owl-carousel-item,
      .col-2 .team-blk-wrap-posts-item,
      .col-2 .team-blk-wrap-posts.owl-carousel-item {
        width: 50%;
        margin-right: 40px; }
      .col-3 .news-blk-wrap-posts-item, .col-3 .news-blk-wrap-posts.owl-carousel-item, .col-3 .team-blk-wrap-posts-item, .col-3 .team-blk-wrap-posts.owl-carousel-item {
        width: 33.33%;
        margin-right: 40px; }
      .news-blk-wrap-posts-item:last-child, .news-blk-wrap-posts.owl-carousel-item:last-child, .team-blk-wrap-posts-item:last-child, .team-blk-wrap-posts.owl-carousel-item:last-child {
        margin-right: 0; }
      .news-blk-wrap-posts-item-content, .news-blk-wrap-posts.owl-carousel-item-content, .team-blk-wrap-posts-item-content, .team-blk-wrap-posts.owl-carousel-item-content {
        padding: 25px 30px;
        text-align: left; }
        .news-blk-wrap-posts-item-content h3, .news-blk-wrap-posts.owl-carousel-item-content h3, .team-blk-wrap-posts-item-content h3, .team-blk-wrap-posts.owl-carousel-item-content h3 {
          margin-bottom: 30px; }
          .news-blk-wrap-posts-item-content h3 a, .news-blk-wrap-posts.owl-carousel-item-content h3 a, .team-blk-wrap-posts-item-content h3 a, .team-blk-wrap-posts.owl-carousel-item-content h3 a {
            color: #002B7F;
            font-size: 24px;
            line-height: 1.33;
            font-weight: normal; }
        .news-blk-wrap-posts-item-content .excerpt, .news-blk-wrap-posts.owl-carousel-item-content .excerpt, .team-blk-wrap-posts-item-content .excerpt, .team-blk-wrap-posts.owl-carousel-item-content .excerpt {
          margin-bottom: 30px; }
        .news-blk-wrap-posts-item-content .post-meta, .news-blk-wrap-posts.owl-carousel-item-content .post-meta, .team-blk-wrap-posts-item-content .post-meta, .team-blk-wrap-posts.owl-carousel-item-content .post-meta {
          font-family: "Bahnschrift", sans-serif, "Helvetice Neue", Helvetica, Arial;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          color: #f78d13;
          text-transform: uppercase; }

.team-blk {
  background: #ffffff; }
  .team-blk .team-blk-wrap-posts-item-content h3 a {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #002B7F;
    text-align: center; }
  .team-blk .team-blk-wrap-posts-item,
  .team-blk .team-blk-wrap-posts.owl-carousel-item {
    background: #f0f3f8; }

.upcoming-blk {
  padding: 10vh 0 20vh;
  position: relative; }
  .upcoming-blk-wrap h1 {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-weight: 500; }

.merch-blk {
  padding: 7% 0;
  position: relative;
  text-align: center;
  background: #f0f3f8; }
  .merch-blk-wrap h2 {
    font-size: 100px;
    color: #002a7e;
    line-height: 1.2;
    letter-spacing: -5px;
    font-weight: 300;
    margin-bottom: 10px; }
  .merch-blk-wrap .content-text {
    font-size: 20px;
    line-height: 33px;
    color: #002a7e;
    margin-bottom: 50px; }
  .merch-blk-wrap .btn-wrap {
    margin-bottom: 60px; }
    .merch-blk-wrap .btn-wrap .button {
      margin: 0 10px;
      padding: 17px 20px;
      min-width: 240px; }
  .merch-blk-wrap-sl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .merch-blk-wrap-sl-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 25%;
      margin: 0 3px;
      position: relative;
      overflow: hidden; }
      .merch-blk-wrap-sl-item img {
        display: block;
        width: 100%; }
      .merch-blk-wrap-sl-item:last-child {
        margin-right: 0; }
      .merch-blk-wrap-sl-item:first-child {
        margin-left: 0; }
      .merch-blk-wrap-sl-item::after {
        content: '';
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
        position: absolute;
        width: 100%;
        height: 200px;
        bottom: 0;
        z-index: 2; }
      .merch-blk-wrap-sl-item-head {
        position: absolute;
        bottom: 0;
        z-index: 3;
        padding: 20px 70px 26px 20px;
        width: 100%; }
        .merch-blk-wrap-sl-item-head h3 {
          color: #f9e714;
          text-align: left;
          text-transform: uppercase;
          font-size: 24px;
          line-height: 1.1;
          margin: 0;
          font-weight: 500; }
        .merch-blk-wrap-sl-item-head a {
          position: absolute;
          bottom: 26px;
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
          background: #F8E514;
          font-size: 0;
          right: -7px;
          transform: skew(-10deg);
          padding: 16px 20px;
          border-radius: 5px; }
          .merch-blk-wrap-sl-item-head a span {
            width: 22px;
            height: 22px;
            background-size: contain;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: center;
            transform: skew(10deg);
            background-image: url("./assets/img/right-angle.png"); }
          .merch-blk-wrap-sl-item-head a:hover {
            background: #002B7F; }
            .merch-blk-wrap-sl-item-head a:hover span {
              background-image: url("./assets/img/right-angle-yellow.png"); }

.about-story,
.supporters-signup {
  background: #f0f3f8;
  zoom: 1;
  clear: both; }
  .about-story:before, .about-story:after,
  .supporters-signup:before,
  .supporters-signup:after {
    content: "";
    display: table; }
  .about-story:after,
  .supporters-signup:after {
    clear: both; }
  .about-story .right-blk,
  .supporters-signup .right-blk {
    width: 55%;
    float: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    .about-story .right-blk:before, .about-story .right-blk:after,
    .supporters-signup .right-blk:before,
    .supporters-signup .right-blk:after {
      width: 177px;
      height: inherit;
      content: '';
      position: absolute; }
    .about-story .right-blk:before,
    .supporters-signup .right-blk:before {
      left: -1px;
      top: -1px;
      background: #f0f3f8;
      clip-path: polygon(0 0, 0% 100%, 60% 0); }
    .about-story .right-blk:after,
    .supporters-signup .right-blk:after {
      background: #00165b;
      clip-path: polygon(60% 0%, 76% 0, 18% 100%, 0% 100%); }
    .about-story .right-blk img,
    .supporters-signup .right-blk img {
      display: none; }
  .about-story .left-blk,
  .supporters-signup .left-blk {
    width: 45%;
    float: left;
    padding: 105px 0px 75px 0px;
    padding-left: calc((100vw - 1280px)/2); }
    .about-story .left-blk-title,
    .supporters-signup .left-blk-title {
      font-weight: bold;
      font-family: Bahnschrift;
      color: #002a7e;
      max-width: 564px;
      font-size: 68px;
      line-height: 82px;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 34px; }
    .about-story .left-blk-content,
    .supporters-signup .left-blk-content {
      color: #585858;
      line-height: 27px;
      text-align: left; }

.supporters-signup .button {
  font-weight: bold; }

.about-federation,
.supporters-toolkit {
  background: #f0f3f8;
  zoom: 1;
  clear: both; }
  .about-federation:before, .about-federation:after,
  .supporters-toolkit:before,
  .supporters-toolkit:after {
    content: "";
    display: table; }
  .about-federation:after,
  .supporters-toolkit:after {
    clear: both; }
  .about-federation .left-blk,
  .supporters-toolkit .left-blk {
    width: 55%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden; }
    .about-federation .left-blk img,
    .supporters-toolkit .left-blk img {
      display: none; }
    .about-federation .left-blk:before, .about-federation .left-blk:after,
    .supporters-toolkit .left-blk:before,
    .supporters-toolkit .left-blk:after {
      content: '';
      position: absolute;
      right: 0px;
      width: 177px;
      height: inherit; }
    .about-federation .left-blk:after,
    .supporters-toolkit .left-blk:after {
      top: 1px;
      right: -1px;
      background: #f0f3f8;
      clip-path: polygon(100% 0, 45% 100%, 100% 100%); }
    .about-federation .left-blk:before,
    .supporters-toolkit .left-blk:before {
      background: #F8E514;
      clip-path: polygon(65% 0%, 100% 0, 50% 100%, 10% 100%);
      right: -30px; }
  .about-federation .right-blk,
  .supporters-toolkit .right-blk {
    width: 45%;
    float: right;
    text-align: left;
    padding: 92px 0 70px 15px;
    padding-right: calc((100vw - 1280px)/2); }
    .about-federation .right-blk-title,
    .supporters-toolkit .right-blk-title {
      font-weight: bold;
      font-family: Bahnschrift;
      color: #00165b;
      font-size: 68px;
      max-width: 514px;
      line-height: 82px;
      margin-bottom: 28px;
      text-align: left;
      text-transform: uppercase; }
    .about-federation .right-blk-content,
    .supporters-toolkit .right-blk-content {
      color: #585858;
      line-height: 27px;
      text-align: left;
      margin-bottom: 32px; }
    .about-federation .right-blk .button,
    .supporters-toolkit .right-blk .button {
      text-transform: inherit;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold; }

.supporters-signup,
.supporters-toolkit {
  background: #ffffff; }

.supporters-signup .right-blk:before,
.supporters-toolkit .left-blk:after {
  background: #ffffff; }

.supporters-signup .left-blk-content {
  margin-bottom: 50px; }

.supporters-section {
  position: relative;
  z-index: 1; }
.supporters-block {
  background: #f0f3f8;
  position: relative;
  max-height: 648px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .supporters-block:after {
    content: '';
    position: absolute;
    display: inline-block;
    bottom: 0;
    width: 100%;
    height: 485px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .supporters-block img {
    display: inline-block;
    width: 100%; }
  .supporters-block-content {
    max-width: 975px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 220px; }
    .supporters-block-content h2 {
      color: #ffffff;
      font-size: 50px;
      line-height: 44px;
      text-transform: uppercase; }
.supporters-events {
  background: #f0f3f8;
  position: relative; }
  .supporters-events-blk-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .supporters-events-blk-wrap-item {
      margin: -150px 40px 64px 0;
      background: #ffffff;
      box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      overflow: hidden;
      float: left; }
      .supporters-events-blk-wrap-item.col-1 {
        width: 100%; }
      .supporters-events-blk-wrap-item.col-2 {
        width: calc(50% - 20px); }
      .supporters-events-blk-wrap-item.col-3 {
        width: calc(33.3% - 27px); }
      .supporters-events-blk-wrap-item.col-4 {
        width: calc(25% - 30px); }
      .supporters-events-blk-wrap-item:last-child {
        margin-right: 0; }
      .supporters-events-blk-wrap-item img {
        display: inline-block;
        width: 100%; }
    .supporters-events-blk-wrap-con {
      padding: 45px 38px 120px 38px; }
    .supporters-events-blk-wrap-title {
      color: #012B7F;
      font-family: Bahnschrift;
      font-size: 30px;
      line-height: 32px;
      text-align: center;
      min-height: 83px; }
    .supporters-events-blk-wrap-content {
      color: #494949;
      text-align: center; }
.supporters-merchandise {
  background: #f0f3f8;
  position: relative; }
  .supporters-merchandise-row {
    zoom: 1;
    clear: both;
    padding: 65px 0 80px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .supporters-merchandise-row:before, .supporters-merchandise-row:after {
      content: "";
      display: table; }
    .supporters-merchandise-row:after {
      clear: both; }
    .supporters-merchandise-row-item {
      background: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
      overflow: hidden; }
      .supporters-merchandise-row-item img {
        display: inline-block;
        width: 100%; }
      .supporters-merchandise-row-item:nth-child(odd) {
        max-width: 840px;
        width: 100%;
        float: left;
        margin-right: 40px; }
      .supporters-merchandise-row-item:nth-child(even) {
        max-width: calc(100% - 880px);
        width: 100%;
        float: left; }
      .supporters-merchandise-row-item.blkpos-odd .content-blk {
        padding: 45px 95px; }
      .supporters-merchandise-row-item.blkpos-odd .title {
        color: #012B7F;
        font-family: Bahnschrift;
        font-size: 40px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 20px; }
      .supporters-merchandise-row-item.blkpos-odd .content {
        color: #494949;
        text-align: center; }
      .supporters-merchandise-row-item.blkpos-even .content-blk {
        padding: 39px 78px 18px 78px; }
      .supporters-merchandise-row-item.blkpos-even .title {
        color: #012B7F;
        font-family: Bahnschrift;
        font-size: 24px;
        line-height: 32px;
        text-align: center; }
      .supporters-merchandise-row-item.blkpos-even .content {
        opacity: 0;
        width: 0;
        height: 0; }

.national-teams-section {
  position: relative;
  background: #f0f3f8; }
.national-teams-wrap {
  zoom: 1;
  clear: both;
  position: relative;
  font-size: 0; }
  .national-teams-wrap:before, .national-teams-wrap:after {
    content: "";
    display: table; }
  .national-teams-wrap:after {
    clear: both; }
  .national-teams-wrap-item {
    float: left;
    width: calc(50% - 20px);
    margin: 0 40px 90px 0;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0px rgba(191, 191, 191, 0.5);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 4; }
    .national-teams-wrap-item:nth-child(2n) {
      margin-right: 0; }
    .national-teams-wrap-item:last-child, .national-teams-wrap-item:nth-last-child(2) {
      margin-bottom: 43px; }
    .national-teams-wrap-item-image {
      display: block;
      width: 100%; }
      .national-teams-wrap-item-image img {
        width: 100%; }
    .national-teams-wrap-item-info {
      display: block;
      padding: 38px 77px 38px 67px; }
      .national-teams-wrap-item-info-title {
        display: block;
        color: #012B7F;
        font-family: Bahnschrift;
        font-size: 34px;
        line-height: 32px;
        text-align: center; }

.single-team-nav {
  zoom: 1;
  clear: both;
  background: #f0f3f8; }
  .single-team-nav:before, .single-team-nav:after {
    content: "";
    display: table; }
  .single-team-nav:after {
    clear: both; }
  .single-team-nav ul {
    width: 100%;
    margin: 0 0 -10px 0;
    padding: 0;
    list-style-type: none;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(3, 16, 65, 0.12);
    overflow: hidden;
    position: relative;
    font-size: 0;
    z-index: 4; }
    .single-team-nav ul li {
      width: 20%;
      display: inline-block;
      position: relative; }
      .single-team-nav ul li:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 44px;
        top: 30px;
        right: 0px;
        background: #CECECE; }
      .single-team-nav ul li:last-child:after {
        width: 0; }
      .single-team-nav ul li a {
        padding: 30px 30px 20px 30px;
        color: #002a7e;
        font-family: Bahnschrift;
        font-size: 16px;
        line-height: 19px;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        display: block;
        text-align: center;
        position: relative; }
      .single-team-nav ul li:hover > a:after,
      .single-team-nav ul li .active:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 12px;
        width: 100%;
        background-color: #F8E514;
        display: block; }
.single-team #single-club-nav ul li {
  width: 25%; }
  .single-team #single-club-nav ul li a {
    padding: 30px 15px 20px 15px; }
.single-team #clubplayers .players-position-wrap-item {
  cursor: unset; }
.single-team-overview {
  zoom: 1;
  clear: both; }
  .single-team-overview:before, .single-team-overview:after {
    content: "";
    display: table; }
  .single-team-overview:after {
    clear: both; }
  .single-team-overview-image {
    position: relative;
    background: #f0f3f8; }
    .single-team-overview-image img {
      width: 100%; }
  .single-team-overview .matchlisting-block {
    padding: 35px 0 35px 20px;
    border-radius: 4px;
    zoom: 1;
    clear: both; }
    .single-team-overview .matchlisting-block#matches-results-block {
      background-color: #ffffff;
      box-shadow: 0 2px 14px 0 rgba(3, 16, 65, 0.1); }
    .single-team-overview .matchlisting-block#upcoming-matches-block {
      background-color: #F0F3F8;
      box-shadow: 0 2px 9px 0 rgba(3, 16, 65, 0.28); }
    .single-team-overview .matchlisting-block:before, .single-team-overview .matchlisting-block:after {
      content: "";
      display: table; }
    .single-team-overview .matchlisting-block:after {
      clear: both; }
    .single-team-overview .matchlisting-block-item {
      float: left;
      width: 25%;
      border-right: 1px solid #CECECE;
      padding: 10px 20px 10px 33px;
      color: #000D4A; }
      .single-team-overview .matchlisting-block-item:last-child {
        border: 0; }
      .single-team-overview .matchlisting-block-item time {
        font-size: 16px;
        line-height: 19px;
        font-family: "Bahnschrift", sans-serif;
        font-weight: 400;
        text-transform: uppercase; }
      .single-team-overview .matchlisting-block-item-location {
        color: 14px;
        line-height: 17px;
        font-family: "CenturyGothic", sans-serif;
        min-height: 43px;
        margin-bottom: 10px; }
      .single-team-overview .matchlisting-block-item .team-item {
        font-size: 0;
        margin-bottom: 12px; }
        .single-team-overview .matchlisting-block-item .team-item-team {
          width: calc(100% - 50px);
          vertical-align: middle;
          display: inline-block; }
          .single-team-overview .matchlisting-block-item .team-item-team-title {
            display: inline-block;
            vertical-align: middle;
            font-weight: 300;
            font-size: 34px;
            line-height: 41px;
            color: #000D4A; }
          .single-team-overview .matchlisting-block-item .team-item-team img {
            margin-right: 15px;
            display: inline-block;
            vertical-align: middle; }
        .single-team-overview .matchlisting-block-item .team-item-score {
          display: inline-block;
          vertical-align: middle;
          text-align: right;
          width: 50px;
          color: #F88F15;
          font-weight: 700;
          font-family: "Bahnschrift", sans-serif;
          font-size: 20px;
          line-height: 24px; }
  .single-team-overview-upcoming {
    background: #ffffff;
    margin-bottom: 80px; }
    .single-team-overview-upcoming .headrow {
      padding: 75px 0 35px 0; }
  .single-team-overview-recent {
    padding: 77px 0 89px 0;
    background-image: url("./assets/img/recent-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .single-team-overview-recent .news-blk-wrap-head h2 {
      color: #001359; }
    .single-team-overview-recent .news-blk-wrap-head a {
      line-height: 19px;
      position: relative;
      color: #ffffff;
      z-index: 2;
      padding-top: 15px; }
  .single-team-overview-matresults {
    background: #f0f3f8;
    padding-bottom: 92px; }
    .single-team-overview-matresults .headrow {
      padding: 76px 0 39px 0; }
  .single-team-overview-multimedia {
    background: #ffffff;
    padding: 71px 0 111px 0; }
    .single-team-overview-multimedia .h2 {
      color: #002a7e;
      font-size: 34px;
      line-height: 41px;
      font-weight: normal;
      margin-bottom: 40px; }
    .single-team-overview-multimedia-wrap {
      zoom: 1;
      clear: both; }
      .single-team-overview-multimedia-wrap:before, .single-team-overview-multimedia-wrap:after {
        content: "";
        display: table; }
      .single-team-overview-multimedia-wrap:after {
        clear: both; }
      .single-team-overview-multimedia-wrap .media-video {
        display: block;
        float: left;
        width: calc(50% - 19px);
        height: 90vh;
        max-height: 695px;
        position: relative;
        border-radius: 8px;
        overflow: hidden; }
        .single-team-overview-multimedia-wrap .media-video:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          width: 135px;
          height: 135px;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          transform: translateX(-50%) translateY(-50%);
          z-index: 2;
          display: inline-block;
          background-image: url("./assets/img/play-white.png"); }
        .single-team-overview-multimedia-wrap .media-video img {
          position: absolute;
          object-fit: cover;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
      .single-team-overview-multimedia-wrap .media-images {
        float: right;
        width: calc(50% - 19px);
        font-size: 0; }
        .single-team-overview-multimedia-wrap .media-images .media-image {
          display: inline-block;
          vertical-align: top;
          width: calc(50% - 13px);
          margin-right: 26px;
          height: 45vh;
          max-height: 341px;
          position: relative;
          border-radius: 8px;
          overflow: hidden; }
          .single-team-overview-multimedia-wrap .media-images .media-image img {
            position: absolute;
            object-fit: cover;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0; }
          .single-team-overview-multimedia-wrap .media-images .media-image:first-child {
            width: 100%;
            margin-bottom: 13px;
            margin-right: 0; }
          .single-team-overview-multimedia-wrap .media-images .media-image:last-child {
            margin-right: 0; }
  .single-team-overview-players {
    background-color: #012B7F;
    padding: 111px 0 66px 0;
    position: relative;
    background-image: url("./assets/img/players-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left; }
    .single-team-overview-players .h2 {
      color: #ffffff;
      font-size: 60px;
      line-height: 72px;
      text-align: center;
      position: relative;
      z-index: 3; }
    .single-team-overview-players .all-players {
      cursor: pointer; }
    .single-team-overview-players .news-blk-wrap-posts-item-content,
    .single-team-overview-players .news-blk-wrap-posts.owl-carousel-item-content {
      padding: 11px 27px 29px 27px;
      text-align: center; }
    .single-team-overview-players .news-blk-wrap-posts-item-content h3,
    .single-team-overview-players .news-blk-wrap-posts.owl-carousel-item-content h3 {
      margin-bottom: 0px; }
    .single-team-overview-players .news-blk-wrap-posts .owl-dots .owl-dot.active span,
    .single-team-overview-players .news-blk-wrap-posts .owl-dots .owl-dot:hover span,
    .single-team-overview-players .news-blk-wrap-posts.owl-carousel .owl-dots .owl-dot.active span,
    .single-team-overview-players .news-blk-wrap-posts.owl-carousel .owl-dots .owl-dot:hover span {
      background: #F8E514; }
    .single-team-overview-players .player-position {
      display: block;
      color: #878787;
      font-family: Bahnschrift;
      line-height: 32px; }
    .single-team-overview-players-button {
      text-align: right; }
      .single-team-overview-players-button .button {
        max-width: 217px;
        width: 100%; }
        .single-team-overview-players-button .button span {
          color: #012B7F;
          font-size: 18px;
          line-height: 22px;
          font-weight: bold; }
        .single-team-overview-players-button .button:hover span {
          color: #F8E514; }

.matresults .h2,
.players .h2,
.statistics .h2 {
  color: #002a7e;
  font-weight: normal;
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 38px;
  position: relative;
  z-index: 4; }
.matresults .h3 span,
.players .h3 span,
.statistics .h3 span {
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 10px;
  display: inline-block; }

.matresults {
  background: #ffffff;
  position: relative;
  padding: 64px 0 88px 0; }
  .matresults .matresults-block {
    zoom: 1;
    clear: both;
    position: relative;
    font-size: 0; }
    .matresults .matresults-block:before, .matresults .matresults-block:after {
      content: "";
      display: table; }
    .matresults .matresults-block:after {
      clear: both; }
    .matresults .matresults-block-item {
      background: #f0f3f8;
      border-radius: 8px;
      box-shadow: 0 2px 9px 0 rgba(3, 16, 65, 0.28);
      margin-bottom: 21px;
      padding: 30px 35px 20px 30px; }
      .matresults .matresults-block-item-head {
        zoom: 1;
        clear: both;
        width: 100%;
        position: relative;
        color: #000D4A;
        margin-bottom: 27px; }
        .matresults .matresults-block-item-head:before, .matresults .matresults-block-item-head:after {
          content: "";
          display: table; }
        .matresults .matresults-block-item-head:after {
          clear: both; }
        .matresults .matresults-block-item-head time {
          width: 50%;
          float: left;
          font-family: Bahnschrift;
          font-size: 18px;
          line-height: 22px; }
        .matresults .matresults-block-item-head .location {
          width: 50%;
          float: right;
          font-size: 14px;
          line-height: 17px;
          text-align: right; }
      .matresults .matresults-block-item-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        zoom: 1;
        clear: both;
        position: relative;
        width: 100%; }
        .matresults .matresults-block-item-row:before, .matresults .matresults-block-item-row:after {
          content: "";
          display: table; }
        .matresults .matresults-block-item-row:after {
          clear: both; }
      .matresults .matresults-block-item-left {
        width: calc(100% - 160px);
        float: left;
        border-right: 1px solid #CECECE;
        padding: 10px 0 20px 0; }
        .matresults .matresults-block-item-left .team-item {
          max-width: 350px;
          width: 100%;
          display: inline-block; }
          .matresults .matresults-block-item-left .team-item .left-item-team {
            float: left; }
          .matresults .matresults-block-item-left .team-item .left-item-score {
            float: right; }
          .matresults .matresults-block-item-left .team-item .right-item-team {
            float: right; }
          .matresults .matresults-block-item-left .team-item .right-item-score {
            float: left; }
          .matresults .matresults-block-item-left .team-item .left-item-team img,
          .matresults .matresults-block-item-left .team-item .right-item-team img {
            display: inline-block;
            vertical-align: middle; }
          .matresults .matresults-block-item-left .team-item .left-item-team-title,
          .matresults .matresults-block-item-left .team-item .right-item-team-title {
            color: #000D4A;
            font-family: Bahnschrift;
            font-size: 34px;
            line-height: 41px;
            margin-left: 15px;
            display: inline-block;
            vertical-align: middle; }
          .matresults .matresults-block-item-left .team-item .left-item-score,
          .matresults .matresults-block-item-left .team-item .right-item-score {
            color: #F88F15;
            font-family: Bahnschrift;
            font-weight: bold;
            font-size: 30px;
            line-height: 36px; }
          .matresults .matresults-block-item-left .team-item.right-item {
            padding-left: 53px; }
      .matresults .matresults-block-item-right {
        width: 160px;
        float: right;
        padding-left: 40px; }
        .matresults .matresults-block-item-right .btn {
          text-align: right;
          background-color: #012B7F;
          border-radius: 4px;
          padding: 13px 16px 10px 17px;
          color: #ffffff;
          font-family: Bahnschrift;
          font-weight: bold;
          font-size: 14px;
          line-height: 17px;
          cursor: pointer; }

.statistics {
  background: #ffffff;
  position: relative;
  padding: 64px 0 0 0; }
  .statistics-overview {
    zoom: 1;
    clear: both;
    margin: 40px 0 23px 0;
    background: #f0f3f8;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    z-index: 7;
    box-shadow: 0 2px 9px 0 rgba(3, 16, 65, 0.28); }
    .statistics-overview:before, .statistics-overview:after {
      content: "";
      display: table; }
    .statistics-overview:after {
      clear: both; }
    .statistics-overview-nav {
      margin: 0;
      padding: 0 34px;
      list-style-type: none;
      position: relative;
      font-size: 0; }
      .statistics-overview-nav li {
        width: 20%;
        display: inline-block;
        position: relative; }
        .statistics-overview-nav li:after {
          content: '';
          position: absolute;
          width: 1px;
          height: 65px;
          bottom: 0;
          right: 0;
          background: #CECECE; }
        .statistics-overview-nav li:last-child:after {
          width: 0; }
        .statistics-overview-nav li a {
          padding: 50px 40px 20px 48px;
          color: #979797;
          font-family: Bahnschrift;
          font-size: 16px;
          line-height: 19px;
          font-weight: bold;
          text-transform: uppercase;
          width: 100%;
          display: block;
          text-align: left;
          position: relative; }
          .statistics-overview-nav li a:hover > a:after, .statistics-overview-nav li a.active:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 6px;
            width: 100%;
            background-color: #2C376A;
            display: block; }
          .statistics-overview-nav li a:hover, .statistics-overview-nav li a.active {
            color: #000D4A; }
          .statistics-overview-nav li a img {
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            left: 10px;
            bottom: 10px; }
    .statistics-overview .top-scores-wrap {
      padding: 40px 34px 51px 34px;
      background: #E1E7F1;
      border-radius: 8px;
      overflow: hidden; }
    .statistics-overview .top-scores-head, .statistics-overview .top-scores-content {
      border-bottom: 1px solid #002a7e;
      width: 100%;
      font-size: 0; }
      .statistics-overview .top-scores-head span, .statistics-overview .top-scores-content span {
        color: #000D4A;
        font-family: Bahnschrift;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        padding: 0 46px 14px 14px;
        display: inline-block;
        width: 16%; }
        .statistics-overview .top-scores-head span.cards, .statistics-overview .top-scores-content span.cards {
          padding: 0 14px 14px;
          text-align: center; }
          .statistics-overview .top-scores-head span.cards img, .statistics-overview .top-scores-content span.cards img {
            display: inline-block;
            vertical-align: middle; }
    .statistics-overview .top-scores-content {
      padding: 20px 0; }
      .statistics-overview .top-scores-content:last-child {
        border-bottom: 0px; }
      .statistics-overview .top-scores-content span {
        font-family: CenturyGothic;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        padding: 0 14px; }

.players {
  background: #ffffff;
  position: relative;
  padding: 64px 0 0 0;
  font-size: 0; }
  .players-position {
    width: 100%;
    padding: 35px 0 67px 0; }
    .players-position-title {
      color: #6689CD;
      font-family: Bahnschrift;
      font-size: 34px;
      line-height: 41px;
      margin-bottom: 30px; }
    .players-position-wrap {
      zoom: 1;
      clear: both;
      position: relative; }
      .players-position-wrap:before, .players-position-wrap:after {
        content: "";
        display: table; }
      .players-position-wrap:after {
        clear: both; }
      .players-position-wrap-item {
        width: calc(25% - 17px);
        margin: 0 22px 54px 0;
        display: block;
        float: left;
        box-shadow: 0 2px 10px 0 rgba(191, 191, 191, 0.5);
        background: #E8EBF1;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer; }
        .players-position-wrap-item:nth-child(4n) {
          margin-right: 0; }
        .players-position-wrap-item img {
          display: block;
          width: 100%; }
        .players-position-wrap-item-info {
          padding: 17px 35px 13px 35px;
          text-align: center; }
          .players-position-wrap-item-info h3 {
            color: #012B7F;
            font-family: Bahnschrift;
            font-weight: bold;
            font-size: 18px;
            line-height: 32px;
            margin-bottom: 0; }
          .players-position-wrap-item-info .player-position {
            color: #878787;
            font-family: Bahnschrift;
            font-size: 16px;
            line-height: 32px; }
  .players-carousel {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(9, 9, 10, 0.46);
    z-index: 99999;
    left: 0;
    top: 0;
    overflow: auto; }
    .players-carousel.open {
      display: block; }
    .players-carousel.close {
      display: none; }
    .players-carousel .container {
      position: relative;
      height: 100vh; }
    .players-carousel #players-popup.owl-carousel {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .players-carousel #players-popup.owl-carousel .owl-nav button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) skew(-10deg);
        -moz-transform: translateY(-50%) skew(-10deg);
        -ms-transform: translateY(-50%) skew(-10deg);
        transform: translateY(-50%) skew(-10deg);
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
        background: #F8E514;
        width: 62px;
        height: 72px;
        font-size: 0;
        margin: 0; }
        .players-carousel #players-popup.owl-carousel .owl-nav button span {
          width: 22px;
          height: 22px;
          background-size: contain;
          display: inline-block;
          background-repeat: no-repeat;
          background-position: center;
          transform: skew(10deg); }
        .players-carousel #players-popup.owl-carousel .owl-nav button.owl-prev {
          left: -40px;
          padding-left: 10px !important; }
          .players-carousel #players-popup.owl-carousel .owl-nav button.owl-prev span {
            background-image: url("./assets/img/left-angle.png"); }
        .players-carousel #players-popup.owl-carousel .owl-nav button.owl-next {
          right: -40px; }
          .players-carousel #players-popup.owl-carousel .owl-nav button.owl-next span {
            background-image: url("./assets/img/right-angle.png"); }
        .players-carousel #players-popup.owl-carousel .owl-nav button:hover {
          background: #002B7F; }
          .players-carousel #players-popup.owl-carousel .owl-nav button:hover.owl-next span {
            background-image: url("./assets/img/right-angle-yellow.png"); }
          .players-carousel #players-popup.owl-carousel .owl-nav button:hover.owl-prev span {
            background-image: url("./assets/img/left-angle-yellow@3x.png"); }
  .players-info {
    display: block;
    position: relative;
    background-image: url("./assets/img/players-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 50px;
    zoom: 1;
    clear: both; }
    .players-info:before, .players-info:after {
      content: "";
      display: table; }
    .players-info:after {
      clear: both; }
    .players-info-image {
      width: 31.5%;
      float: left;
      position: absolute;
      left: 0;
      bottom: 0; }
      .players-info-image img {
        display: block;
        width: 100%;
        margin: auto; }
    .players-info-content {
      width: calc(100% - 31.5%);
      float: right; }
      .players-info-content .left-content {
        width: 50%;
        float: left;
        padding: 0 0 54px 55px; }
        .players-info-content .left-content .h2 {
          color: #012B7F;
          font-size: 50px;
          line-height: 60px;
          font-weight: normal; }
        .players-info-content .left-content ul.social-icons {
          margin: 0 0 57px 0;
          padding: 0;
          list-style-type: none; }
          .players-info-content .left-content ul.social-icons li {
            display: inline-block;
            padding-right: 20px; }
            .players-info-content .left-content ul.social-icons li a {
              font-size: 30px;
              vertical-align: middle;
              color: #BCBCBC; }
        .players-info-content .left-content ul.profile-info {
          margin: 0;
          padding: 0;
          list-style-type: none;
          font-size: 0;
          position: relative; }
          .players-info-content .left-content ul.profile-info li {
            width: 50%;
            display: inline-block;
            margin-bottom: 30px;
            font-family: Bahnschrift;
            text-transform: uppercase; }
            .players-info-content .left-content ul.profile-info li label {
              color: #9B9B9B;
              font-size: 14px;
              line-height: 17px;
              display: block; }
            .players-info-content .left-content ul.profile-info li span {
              display: block;
              color: #012B7F;
              font-size: 16px;
              line-height: 19px; }
      .players-info-content .right-content {
        width: 50%;
        float: left;
        padding: 0 83px 64px 48px; }
        .players-info-content .right-content .bio-info {
          color: #5C5C5C;
          font-size: 16px;
          max-width: 368px;
          line-height: 23px;
          margin-bottom: 60px;
          min-height: 280px; }
        .players-info-content .right-content .button {
          max-width: 268px;
          width: 100%;
          text-transform: inherit;
          display: none; }
          .players-info-content .right-content .button span {
            font-weight: bold; }
            .players-info-content .right-content .button span img {
              width: 30px;
              height: 30px;
              vertical-align: middle;
              margin-left: 10px;
              display: inline-block; }
    .players-info .close-popup {
      color: #F88F15;
      position: absolute;
      right: 22px;
      top: 23px;
      cursor: pointer; }

.club-players .post-image {
  background: #E8EBF1;
  width: 100%; }
  .club-players .post-image img {
    display: block; }

.headrow {
  zoom: 1;
  clear: both;
  width: 100%; }
  .headrow:before, .headrow:after {
    content: "";
    display: table; }
  .headrow:after {
    clear: both; }
  .headrow .h2 {
    width: 50%;
    float: left;
    color: #002a7e;
    font-size: 34px;
    line-height: 41px;
    text-align: left;
    font-weight: normal; }
  .headrow-right {
    width: 50%;
    float: right;
    text-align: right;
    padding-top: 15px; }
    .headrow-right a {
      font-family: Bahnschrift;
      line-height: 19px;
      color: #002a7e; }

.about .partners-blk-wrap-item a, .home-partners .partners-blk-wrap-item a {
  opacity: 0.61; }
  .about .partners-blk-wrap-item a:hover, .home-partners .partners-blk-wrap-item a:hover {
    opacity: 1; }
.about-blk, .home-partners-blk {
  position: relative;
  padding: 7% 0; }
  .about-blk::after, .home-partners-blk::after {
    content: '';
    background: center/cover no-repeat url("./assets/img/back_stars_about@2x.png");
    position: absolute;
    width: 518px;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    right: 0; }
  .about-blk h2, .home-partners-blk h2 {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.21;
    font-weight: 500;
    margin-bottom: 40px; }
  .about-blk-wrap, .home-partners-blk-wrap {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .about-blk-wrap-item, .home-partners-blk-wrap-item {
      background: #ffffff;
      box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
      padding: 40px 80px 90px 40px;
      width: 50%;
      margin: 0 45px 40px 0;
      border-radius: 10px;
      position: relative;
      overflow: hidden; }
      .about-blk-wrap-item:nth-child(2), .home-partners-blk-wrap-item:nth-child(2) {
        margin-right: 0; }
      .about-blk-wrap-item h4, .home-partners-blk-wrap-item h4 {
        font-size: 24px;
        line-height: 1.1;
        color: #001256;
        margin-bottom: 20px;
        font-weight: 500;
        text-transform: uppercase; }
      .about-blk-wrap-item .content-text, .home-partners-blk-wrap-item .content-text {
        font-size: 16px;
        line-height: 1.56;
        color: #001256; }
      .about-blk-wrap-item .btn, .home-partners-blk-wrap-item .btn {
        position: absolute;
        bottom: 40px;
        box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
        background: #F8E514;
        font-size: 0;
        right: -7px;
        transform: skew(-10deg);
        padding: 16px 20px;
        border-radius: 5px; }
        .about-blk-wrap-item .btn span, .home-partners-blk-wrap-item .btn span {
          width: 22px;
          height: 22px;
          background-size: contain;
          display: inline-block;
          background-repeat: no-repeat;
          background-position: center;
          transform: skew(10deg);
          background-image: url("./assets/img/right-angle.png"); }
        .about-blk-wrap-item .btn:hover, .home-partners-blk-wrap-item .btn:hover {
          background: #002B7F; }
          .about-blk-wrap-item .btn:hover span, .home-partners-blk-wrap-item .btn:hover span {
            background-image: url("./assets/img/right-angle-yellow.png"); }
      .about-blk-wrap-item.has-image img, .home-partners-blk-wrap-item.has-image img {
        max-width: 90px;
        float: left; }
      .about-blk-wrap-item.has-image .content-text, .home-partners-blk-wrap-item.has-image .content-text {
        width: calc(100% - 90px);
        float: right;
        padding-left: 30px; }
.about-section, .home-partners-section {
  position: relative;
  z-index: 1; }
.about-content, .home-partners-content {
  background: #ffffff; }
  .about-content-block, .home-partners-content-block {
    padding: 28px 0 44px 0;
    max-width: 940px;
    margin: 0 auto;
    color: #666666;
    text-align: left; }
    .about-content-block h2, .home-partners-content-block h2 {
      color: #002a7e;
      font-size: 28px;
      line-height: 76px;
      text-align: left;
      text-transform: uppercase; }

.contact-section {
  margin-bottom: 120px;
  position: relative;
  z-index: 5;
  margin-top: -45px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(3, 16, 65, 0.12);
  padding: 45px 20px 90px; }
  .contact-section-blk {
    max-width: 970px;
    margin: auto; }
    .contact-section-blk h2 {
      font-size: 20px;
      line-height: 14px; }
    .contact-section-blk a {
      color: #002B7F; }
      .contact-section-blk a:hover {
        color: #F8E514; }
  .contact-section-sub {
    zoom: 1;
    clear: both;
    position: relative;
    font-size: 0;
    margin-top: 25px; }
    .contact-section-sub:before, .contact-section-sub:after {
      content: "";
      display: table; }
    .contact-section-sub:after {
      clear: both; }
    .contact-section-sub .contact-sub-blks {
      width: 33.3%;
      float: left; }
      .contact-section-sub .contact-sub-blks .contact-blk-title {
        color: #002B7F;
        font-size: 14px;
        font-family: Bahnschrift;
        font-weight: bold;
        line-height: 24px;
        text-transform: uppercase; }
      .contact-section-sub .contact-sub-blks .contact-blk-content {
        color: #585858;
        font-size: 14px;
        line-height: 24px; }
        .contact-section-sub .contact-sub-blks .contact-blk-content a {
          display: block;
          color: #585858; }
          .contact-section-sub .contact-sub-blks .contact-blk-content a:hover {
            color: #F8E514; }
  .contact-section .contact-form {
    margin-top: 50px; }
    .contact-section .contact-form input[type=text],
    .contact-section .contact-form input[type=url],
    .contact-section .contact-form input[type=password],
    .contact-section .contact-form input[type=tel],
    .contact-section .contact-form input[type=number],
    .contact-section .contact-form input[type=email],
    .contact-section .contact-form textarea,
    .contact-section .contact-form select {
      background-color: #ffffff;
      border: 1px solid #E3E3E3;
      border-radius: 4px; }
    .contact-section .contact-form select {
      max-width: 380px;
      width: 100%;
      text-transform: uppercase;
      background-image: url("./assets/img/down-angle.png");
      background-repeat: no-repeat;
      background-position: 95% center;
      padding-right: 40px;
      color: #002B7F;
      font-family: Bahnschrift;
      font-weight: bold;
      font-size: 14px;
      line-height: 17px;
      margin: 0; }
    .contact-section .contact-form input[type=text],
    .contact-section .contact-form input[type=url],
    .contact-section .contact-form input[type=password],
    .contact-section .contact-form input[type=tel],
    .contact-section .contact-form input[type=number],
    .contact-section .contact-form input[type=email],
    .contact-section .contact-form textarea {
      width: 100%; }
    .contact-section .contact-form p#subject {
      position: relative; }
      .contact-section .contact-form p#subject span.required {
        position: absolute;
        top: 0px;
        padding-left: 10px;
        font-size: 24px;
        line-height: 29px; }
    .contact-section .contact-form p#submit {
      margin-bottom: 0px;
      text-align: center;
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
      transform: skew(-15deg);
      background-image: linear-gradient(to right, #f8e514 39%, #f78d13);
      border-radius: 3px;
      box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
      max-width: 268px;
      margin: 0 auto; }
      .contact-section .contact-form p#submit:hover {
        background-color: #002B7F;
        color: #F8E514;
        background-image: none; }
    .contact-section .contact-form .wpcf7 .ajax-loader {
      display: none; }
    .contact-section .contact-form input[type=submit] {
      -webkit-transform: skew(15deg);
      -moz-transform: skew(15deg);
      -ms-transform: skew(15deg);
      transform: skew(15deg);
      padding: 13px 20px;
      width: 100%;
      border: none !important;
      background: transparent;
      box-shadow: none;
      color: #012B7F;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 22px; }
      .contact-section .contact-form input[type=submit]:hover {
        color: #F8E514; }
    .contact-section .contact-form label {
      color: #002B7F;
      font-family: Bahnschrift;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      padding-left: 23px;
      margin-bottom: 10px; }
    .contact-section .contact-form span.required {
      color: #F88D13;
      font-family: Bahnschrift;
      font-size: 14px;
      line-height: 17px; }

.subscribe-section {
  margin-bottom: 60px;
  padding: 60px 20px 65px;
  background-image: url("./assets/img/subscribe-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px; }
  .subscribe-section-blk {
    max-width: 970px;
    margin: auto;
    text-align: center;
    color: #ffffff; }
    .subscribe-section-blk .subscription-title {
      font-family: Bahnschrift;
      font-weight: bold;
      font-size: 30px;
      line-height: 36px;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .subscribe-section-blk .subscription-sub-title {
      font-size: 16px;
      line-height: 19px; }

.history-blocks {
  margin: 60px 0;
  background-color: #ffffff;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  padding: 90px 30px 128px; }
  .history-blocks-section {
    position: relative;
    z-index: 1; }
    .history-blocks-section:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      width: 1px;
      height: 100%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #979797; }
    .history-blocks-section-wrap {
      position: relative;
      z-index: 3; }
      .history-blocks-section-wrap .history-title {
        width: 100%;
        color: #001256;
        font-family: "Bahnschrift", sans-serif;
        font-size: 45px;
        line-height: 1;
        text-align: center;
        background-color: #ffffff;
        padding: 10px 0;
        margin-bottom: 20px;
        text-transform: uppercase; }
      .history-blocks-section-wrap .history-blks {
        zoom: 1;
        clear: both;
        margin-bottom: 30px; }
        .history-blocks-section-wrap .history-blks:before, .history-blocks-section-wrap .history-blks:after {
          content: "";
          display: table; }
        .history-blocks-section-wrap .history-blks:after {
          clear: both; }
        .history-blocks-section-wrap .history-blks .image-blk {
          float: left;
          width: 50%;
          padding-right: 28px; }
        .history-blocks-section-wrap .history-blks .content-blk {
          width: 50%;
          float: right;
          padding-left: 28px;
          color: #585858;
          font-size: 16px;
          line-height: 28px; }
          .history-blocks-section-wrap .history-blks .content-blk .history-year {
            color: #F8E514;
            font-family: "Bahnschrift", sans-serif;
            font-size: 45px;
            line-height: 1;
            position: relative;
            margin-bottom: 10px; }
            .history-blocks-section-wrap .history-blks .content-blk .history-year:before {
              content: '';
              border-radius: 100%;
              width: 17px;
              height: 17px;
              position: absolute;
              top: 50%;
              background-color: #F8E514;
              display: inline-block;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
        .history-blocks-section-wrap .history-blks.blkpos-odd .content-blk .history-year:before {
          left: -36px; }
        .history-blocks-section-wrap .history-blks.blkpos-even .image-blk {
          float: right;
          padding-left: 28px; }
        .history-blocks-section-wrap .history-blks.blkpos-even .content-blk {
          float: left;
          padding-right: 28px;
          text-align: right; }
          .history-blocks-section-wrap .history-blks.blkpos-even .content-blk .history-year:before {
            right: -37px; }

.history-questions {
  margin-bottom: 129px; }
  .history-questions .questions-blk-row {
    padding: 55px;
    background-color: #EEF0F5;
    margin-bottom: 20px;
    border-radius: 5px; }
  .history-questions .question-title {
    color: #00165b;
    font-family: "Bahnschrift", sans-serif;
    font-size: 35px;
    line-height: 42px;
    position: relative;
    cursor: pointer; }
    .history-questions .question-title .show-icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0; }
      .history-questions .question-title .show-icon .ticon {
        color: #00165b;
        font-size: 30px; }
        .history-questions .question-title .show-icon .ticon.plus-icon {
          display: block; }
        .history-questions .question-title .show-icon .ticon.minus-icon {
          display: none; }
    .history-questions .question-title.active .show-icon .ticon.plus-icon {
      display: none; }
    .history-questions .question-title.active .show-icon .ticon.minus-icon {
      display: block; }
  .history-questions .question-content {
    color: #00165b;
    padding: 0 50px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px; }

.news-section {
  position: relative;
  z-index: 5;
  padding: 60px 0; }
  .news-section-filter {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(3, 16, 65, 0.12);
    padding: 20px 30px;
    margin-top: -110px; }
    .news-section-filter-head {
      font-size: 0;
      margin-bottom: 15px; }
      .news-section-filter-head h6 {
        display: inline-block;
        width: 50%;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.19;
        margin: 0; }
      .news-section-filter-head a {
        display: inline-block;
        width: 50%;
        font-size: 16px;
        line-height: 1;
        text-align: right;
        color: #A6A6A6; }
        .news-section-filter-head a:hover {
          color: #F8E514; }
    .news-section-filter form {
      font-size: 0;
      zoom: 1;
      clear: both; }
      .news-section-filter form:before, .news-section-filter form:after {
        content: "";
        display: table; }
      .news-section-filter form:after {
        clear: both; }
      .news-section-filter form .input-wrap {
        display: inline-block;
        margin-right: 20px; }
        .news-section-filter form .input-wrap input {
          background-color: #ffffff;
          border: 1px solid #E3E3E3;
          border-radius: 4px;
          max-width: 300px;
          height: auto;
          font-family: "Bahnschrift", sans-serif;
          font-size: 16px;
          padding: 19px 60px; }
        .news-section-filter form .input-wrap.key-search {
          position: relative;
          width: 100%;
          max-width: 382px; }
          .news-section-filter form .input-wrap.key-search input {
            padding-left: 65px;
            padding-right: 65px;
            background-color: #E3E3E3;
            max-width: none;
            width: 100%;
            background-image: url("./assets/img/search-blue.svg");
            background-repeat: no-repeat;
            background-size: 19px;
            background-position: 15px center; }
        .news-section-filter form .input-wrap.topics {
          position: relative; }
          .news-section-filter form .input-wrap.topics select {
            padding-left: 35px;
            padding-right: 75px; }
        .news-section-filter form .input-wrap.calender {
          position: relative; }
          .news-section-filter form .input-wrap.calender:before {
            content: '\f073';
            font-family: "Font Awesome 5 Free";
            position: absolute;
            left: 30px;
            font-size: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #7595d4; }
          .news-section-filter form .input-wrap.calender input {
            padding-left: 65px;
            padding-right: 65px; }
        .news-section-filter form .input-wrap select {
          background-color: #ffffff;
          border: 1px solid #E3E3E3;
          border-radius: 4px;
          width: 300px;
          height: auto;
          padding: 19px 60px;
          color: #002B7F;
          background-image: url("./assets/img/down-yellow.svg"); }
      .news-section-filter form .submit-wrap {
        float: right; }
        .news-section-filter form .submit-wrap input {
          color: #ffffff;
          border: 1px solid #F8E514;
          width: 155px;
          padding: 19px 15px;
          text-align: center;
          height: auto;
          font-size: 16px;
          line-height: 20px;
          text-transform: none; }
          .news-section-filter form .submit-wrap input:hover {
            background-color: #ffffff;
            color: #F8E514; }
  .news-section-grid {
    margin-top: 70px;
    zoom: 1;
    clear: both; }
    .news-section-grid:before, .news-section-grid:after {
      content: "";
      display: table; }
    .news-section-grid:after {
      clear: both; }

.news-posts-blk {
  display: block;
  float: left;
  width: calc(33.3% - 26.67px);
  margin-right: 40px;
  margin-bottom: 40px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 10px 0px rgba(191, 191, 191, 0.5); }
  .news-posts-blk:nth-child(3n) {
    margin-right: 0; }
  .news-posts-blk-image img {
    display: block; }
  .news-posts-blk-info {
    display: block;
    padding: 25px 35px; }
    .news-posts-blk-info-title {
      display: block;
      color: #012B7F;
      font-size: 24px;
      font-weight: 500;
      line-height: 1.33; }
    .news-posts-blk-info-cnt {
      display: block;
      margin: 15px 0;
      color: #494949;
      font-size: 16px;
      line-height: 24px; }
    .news-posts-blk-info-date {
      display: block;
      color: #F8E514;
      font-size: 12px;
      line-height: 14px; }

.news-single-hero {
  max-width: 1092px;
  margin: -55px auto 0 auto;
  position: relative;
  z-index: 1; }
.news-single-details {
  zoom: 1;
  clear: both; }
  .news-single-details:before, .news-single-details:after {
    content: "";
    display: table; }
  .news-single-details:after {
    clear: both; }
.news-single-img {
  text-align: center; }
  .news-single-img img {
    border-radius: 8px; }
.news-single-blk {
  zoom: 1;
  clear: both;
  margin-bottom: 20px; }
  .news-single-blk:before, .news-single-blk:after {
    content: "";
    display: table; }
  .news-single-blk:after {
    clear: both; }
  .news-single-blk-breadcrumb {
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 27px; }
    .news-single-blk-breadcrumb span {
      color: #585858; }
      .news-single-blk-breadcrumb span a {
        color: #7897D5; }
  .news-single-blk-share {
    width: 50%;
    float: right;
    text-align: right; }
    .news-single-blk-share span {
      font-size: 12px;
      line-height: 14px;
      color: #B7B7B7;
      text-align: left;
      text-transform: uppercase;
      cursor: pointer; }
      .news-single-blk-share span i {
        font-size: 16px;
        color: #7897D5; }
    .news-single-blk-share ul {
      margin: 0;
      padding: 0;
      text-align: right;
      list-style-type: none;
      display: none; }
      .news-single-blk-share ul li {
        display: inline-block;
        padding: 10px; }
.news-single-content {
  padding: 12px 24px 80px 40px; }
  .news-single-content-date {
    color: #f78d13;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    font-family: Bahnschrift; }
  .news-single-content h1 {
    color: #002a7e;
    font-weight: bold;
    font-size: 60px;
    line-height: 69px;
    text-align: left; }
  .news-single-content-blk {
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    color: #585858; }
    .news-single-content-blk h2 {
      font-size: 18px;
      line-height: 27px;
      color: #7C9AD6;
      text-align: center; }
.news-single .related-articles {
  position: relative;
  background: #f0f3f8;
  padding-bottom: 50px; }
  .news-single .related-articles-head {
    margin-top: 75px;
    zoom: 1;
    clear: both; }
    .news-single .related-articles-head:before, .news-single .related-articles-head:after {
      content: "";
      display: table; }
    .news-single .related-articles-head:after {
      clear: both; }
    .news-single .related-articles-head .h2 {
      width: 50%;
      float: left;
      color: #002a7e;
      font-size: 34px;
      line-height: 41px;
      text-align: left; }
    .news-single .related-articles-head-right {
      width: 50%;
      float: right;
      text-align: right;
      padding-top: 15px; }
      .news-single .related-articles-head-right a {
        font-family: Bahnschrift;
        font-size: 16px;
        line-height: 19px;
        color: #002a7e; }

.single-news-blk-image img {
  display: block; }
.single-news-blk-info {
  display: block;
  padding: 25px 35px; }
  .single-news-blk-info-title {
    display: block;
    color: #00165b;
    font-family: "Bahnschrift", sans-serif;
    font-size: 24px;
    line-height: 32px; }
  .single-news-blk-info-cnt {
    display: block;
    margin: 15px 0;
    color: #494949;
    font-size: 16px;
    line-height: 24px; }
  .single-news-blk-info-date {
    display: block;
    color: #F8E514;
    font-size: 12px;
    line-height: 14px; }

#more-articles {
  margin-top: 20px;
  position: relative; }
  #more-articles a.news-blk {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    box-shadow: none;
    background: #ffffff;
    padding: 0; }
  #more-articles .single-news-blk-info-date {
    color: #f78d13;
    font-family: "Bahnschrift", sans-serif; }
  #more-articles.owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 70px);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #F8E514;
    width: 62px;
    height: 72px;
    font-size: 0;
    -webkit-transform: translateY(-50%) skew(-10deg);
    -moz-transform: translateY(-50%) skew(-10deg);
    -ms-transform: translateY(-50%) skew(-10deg);
    transform: translateY(-50%) skew(-10deg); }
    #more-articles.owl-carousel .owl-nav button span {
      width: 22px;
      height: 22px;
      background-size: contain;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      transform: skew(10deg); }
    #more-articles.owl-carousel .owl-nav button.owl-prev {
      left: -50px;
      padding-left: 10px !important; }
      #more-articles.owl-carousel .owl-nav button.owl-prev span {
        background-image: url("./assets/img/left-angle.png"); }
    #more-articles.owl-carousel .owl-nav button.owl-next {
      right: -40px; }
      #more-articles.owl-carousel .owl-nav button.owl-next span {
        background-image: url("./assets/img/right-angle.png"); }
    #more-articles.owl-carousel .owl-nav button:hover {
      background: #002B7F; }
      #more-articles.owl-carousel .owl-nav button:hover.owl-next span {
        background-image: url("./assets/img/right-angle-yellow.png"); }
      #more-articles.owl-carousel .owl-nav button:hover.owl-prev span {
        background-image: url("./assets/img/left-angle-yellow@3x.png"); }
  #more-articles.owl-carousel .owl-nav button #more-articles.owl-theme .owl-dots {
    margin-top: 60px; }
  #more-articles.owl-theme .owl-dots .owl-dot span {
    width: 70px;
    height: 3px;
    margin: 5px 7px;
    background: #F8E514;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px; }
  #more-articles.owl-theme .owl-dots .owl-dot:hover span, #more-articles.owl-theme .owl-dots .owl-dot.active span {
    background: #00165b; }

.pagination {
  text-align: center; }
  .pagination ol {
    margin: 0;
    padding: 0;
    font-size: 0; }
    .pagination ol li {
      display: inline-block;
      clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); }
      .pagination ol li.bpn-current {
        background-color: #F8E514;
        color: #00165b;
        padding: 10px 15px;
        font-size: 15px;
        line-height: 1; }
      .pagination ol li a {
        display: block;
        background-color: #00165b;
        color: #F8E514;
        padding: 10px 15px;
        font-size: 15px;
        line-height: 1; }

.section-100years .big-year-title {
  margin: 100px 0; }
  .section-100years .big-year-title h2 {
    color: #ffffff;
    font-family: "Futura", sans-serif;
    font-size: 84px;
    text-transform: uppercase;
    text-align: left;
    line-height: 0.92;
    text-align: left;
    margin: 0;
    max-width: 1057px; }

.acf-map {
  width: 100%;
  height: 480px; }

.acf-map img {
  max-width: inherit !important; }

body::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url("./assets/img/header_shape.png");
  background-size: contain;
  width: 200px;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  left: 0;
  top: 0; }

#footer-profound {
  padding: 7% 0 0;
  color: #b9c8e9;
  font-size: 12px; }
  #footer-profound ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer-profound ul li {
      display: inline-block; }
      #footer-profound ul li a {
        color: #b9c8e9;
        font-size: 12px; }
        #footer-profound ul li a img {
          vertical-align: middle;
          padding: 0 10px; }

[class*=" ppicon-"],
[class^=ppicon-] {
  font-family: profound !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ppicon-profound:before {
  content: ""; }

.ppicon-profound-accolade:before {
  content: ""; }

#profound-copyright-footer a {
  text-decoration: none;
  color: #ff5b5b;
  vertical-align: middle; }

.profound-fadeinanim:hover {
  opacity: 1;
  transition: ease-in-out 2.5s;
  animation-name: profound-fadeinanim;
  animation-duration: 2.5s; }

@keyframes profound-fadeinanim {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.profound-fadeoutanim {
  opacity: 1;
  transition: ease-in-out 2.5s;
  animation-name: profound-fadeoutanim;
  animation-duration: 2.5s; }

@keyframes profound-fadeoutanim {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.skiptocontent {
  position: absolute;
  top: -99vh;
  background: #fafafa;
  padding: 10px;
  cursor: pointer;
  z-index: 9999; }

.skiptocontent:focus {
  top: 4rem;
  left: 4rem; }

.clubmatch_table {
  background-color: #E1E7F1;
  max-width: 1200px;
  border-radius: 8px;
  margin: auto;
  padding: 20px; }
  .clubmatch_table--head {
    border-bottom: 1px solid #002a7e; }
    .clubmatch_table--head--th {
      font-size: 0; }
    .clubmatch_table--head--td {
      display: inline-block;
      vertical-align: middle;
      padding: 5px;
      width: 6.25%;
      font-size: 16px;
      font-weight: 700;
      color: #002a7e;
      text-align: center; }
      .clubmatch_table--head--td.team-name {
        width: 20%;
        text-align: left; }
      .clubmatch_table--head--td.points {
        text-align: left;
        width: 30%; }
  .clubmatch_table--body--tr {
    font-size: 0;
    border-bottom: 1px solid #002a7e; }
  .clubmatch_table--body--td {
    padding: 10px 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    width: 6.25%; }
    .clubmatch_table--body--td img {
      max-width: 20px;
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle; }
    .clubmatch_table--body--td.points {
      text-align: left;
      width: 30%; }
      .clubmatch_table--body--td.points .formline {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px; }
        .clubmatch_table--body--td.points .formline span {
          margin: 2px;
          display: inline-flex;
          width: 20px;
          height: 20px;
          align-items: center;
          justify-content: center;
          border-radius: 2px;
          color: #fff; }
          .clubmatch_table--body--td.points .formline span.win {
            background-color: green; }
          .clubmatch_table--body--td.points .formline span.loss {
            background-color: red; }
          .clubmatch_table--body--td.points .formline span.draw {
            background-color: #002B7F; }
          .clubmatch_table--body--td.points .formline span.null {
            background-color: #323232; }
    .clubmatch_table--body--td.team-name {
      text-align: left;
      width: 20%;
      display: inline-flex;
      align-items: center; }

.callinks {
  position: relative; }
  .callinks ul {
    display: none;
    position: absolute;
    left: 30px;
    top: 40px;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    width: 130px;
    text-align: left;
    list-style: none;
    background-color: #f0f3f8;
    box-shadow: 0 2px 4px 0 rgba(3, 16, 65, 0.23);
    z-index: 2;
    border-radius: 3px; }
    .callinks ul li a {
      padding: 10px;
      text-align: left;
      text-transform: none;
      font-size: 14px;
      display: block;
      width: 100% !important;
      text-align: left !important; }
    .callinks ul li:hover a {
      background-color: #002a7e;
      color: #ffffff; }
  .callinks:hover ul {
    display: block; }

.national-teams-section#club-teams-section .national-teams-wrap-item-image {
  height: 325px;
  width: 100%;
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #002B7F;
  display: block; }

#seasonfilter.news-section-filter {
  margin: 0 0 10vh;
  position: relative;
  z-index: 200; }
  #seasonfilter.news-section-filter form .submit-wrap input {
    width: auto;
    min-width: 200px; }

.news-section#matches h3 {
  margin: 5vh 0;
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  text-transform: uppercase; }

.matches-grid {
  zoom: 1;
  clear: both; }
  .matches-grid:before, .matches-grid:after {
    content: "";
    display: table; }
  .matches-grid:after {
    clear: both; }
  .matches-grid-item {
    padding: 30px 18px;
    float: left;
    width: calc(25% - 20.25px);
    margin-right: 27px;
    margin-bottom: 44px;
    background-color: #F0F3F8;
    box-shadow: 0 2px 9px 0 rgba(3, 16, 65, 0.28);
    border-radius: 8px; }
    .matches-grid-item:nth-child(4n) {
      margin-right: 0; }
    .matches-grid-item time {
      color: #000D4A;
      font-family: "Bahnschrift", sans-serif;
      font-size: 18px;
      line-height: 22px;
      display: block; }
    .matches-grid-item-location {
      margin: 10px 0 35px;
      color: #000D4A;
      font-family: "CenturyGothic", sans-serif;
      font-size: 14px;
      line-height: 17px; }
    .matches-grid-item .team-item {
      font-size: 0;
      margin-bottom: 12px; }
      .matches-grid-item .team-item-team {
        width: calc(100% - 50px);
        vertical-align: middle;
        display: inline-block; }
        .matches-grid-item .team-item-team-title {
          display: inline-block;
          vertical-align: middle;
          font-weight: 300;
          font-size: 34px;
          line-height: 41px;
          color: #000D4A; }
        .matches-grid-item .team-item-team img {
          margin-right: 15px;
          display: inline-block;
          vertical-align: middle; }
      .matches-grid-item .team-item-score {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
        width: 50px;
        color: #F88F15;
        font-weight: 700;
        font-family: "Bahnschrift", sans-serif;
        font-size: 30px;
        line-height: 36px; }
  .matches-grid .match-btn {
    padding: 10px !important; }

.col-60 {
  width: 60%; }

.col-40 {
  width: 40%; }

.program-tab {
  padding: 50px 0 90px 0;
  background-image: linear-gradient(to bottom, rgba(240, 243, 248, 0), #f9fafc);
  position: relative;
  z-index: 4; }
  .program-tab h2 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 500; }
  .program-tab .col-60 {
    padding-right: 15px; }
  .program-tab .col-40 {
    padding-left: 15px; }
  .program-tab .matchlisting-block-item {
    padding: 35px 25px 35px 20px;
    border-radius: 4px;
    margin-bottom: 25px;
    background-color: #f0f3f8;
    box-shadow: 0 2px 9px 0 rgba(3, 16, 65, 0.28);
    color: #000D4A;
    text-transform: uppercase; }
    .program-tab .matchlisting-block-item .flex-row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .program-tab .matchlisting-block-item .flex-row .left-block {
        width: 85%;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        .program-tab .matchlisting-block-item .flex-row .left-block:after {
          content: '';
          position: absolute;
          height: 77px;
          border-right: 1px solid #cecece;
          bottom: -18px;
          right: 0; }
        .program-tab .matchlisting-block-item .flex-row .left-block .team-item-team img {
          display: inline-block;
          vertical-align: middle;
          max-width: 50px; }
        .program-tab .matchlisting-block-item .flex-row .left-block .team-item-team-title {
          padding: 0 14px;
          color: #000D4A;
          font-family: Bahnschrift;
          font-size: 34px;
          line-height: 41px;
          vertical-align: middle; }
        .program-tab .matchlisting-block-item .flex-row .left-block .team-item-score {
          color: #000D4A;
          font-family: Bahnschrift;
          font-size: 14px;
          line-height: 17px; }
      .program-tab .matchlisting-block-item .flex-row .right-block {
        display: none;
        width: 20%;
        position: relative;
        text-align: right; }
        .program-tab .matchlisting-block-item .flex-row .right-block:after {
          content: '';
          position: absolute;
          height: 77px;
          border-left: 1px solid #cecece;
          bottom: -20px;
          left: 0; }
      .program-tab .matchlisting-block-item .flex-row .icon {
        width: 15%;
        position: relative;
        text-align: center; }
        .program-tab .matchlisting-block-item .flex-row .icon img {
          max-width: 35px;
          vertical-align: middle; }
    .program-tab .matchlisting-block-item-location {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 17px; }
    .program-tab .matchlisting-block-item time {
      font-family: Bahnschrift;
      font-size: 18px;
      line-height: 22px; }
  .program-tab .news-blk {
    background: #0000; }
    .program-tab .news-blk h2 {
      font-size: 24px;
      line-height: 1.21; }
    .program-tab .news-blk-wrap-posts {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 15px; }
      .program-tab .news-blk-wrap-posts-item {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-color: #f0f3f8;
        box-shadow: 0 2px 9px 0 rgba(3, 16, 65, 0.28);
        border-radius: 4px;
        margin-bottom: 20px; }
        .program-tab .news-blk-wrap-posts-item a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          font-size: 18px;
          line-height: 1.33; }
        .program-tab .news-blk-wrap-posts-item-content {
          width: 90%; }

#clockdiv {
  background-image: linear-gradient(to bottom, #00297e, #000e4b);
  color: #fff;
  padding: 40px;
  position: relative; }
  #clockdiv h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-family: "Bahnschrift", sans-serif;
    text-align: center;
    line-height: 1.22; }
  #clockdiv::after {
    content: '';
    background-image: url("./assets/img/Triangle@3x.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 59px;
    height: 21px;
    display: inline-block;
    position: absolute;
    bottom: -21px;
    transform: translateX(-50%);
    left: 50%; }
  #clockdiv .clk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #clockdiv .clk-item {
      width: 25%;
      text-align: center;
      position: relative; }
      #clockdiv .clk-item span {
        font-size: 60px;
        font-weight: bold;
        line-height: 1.2; }
      #clockdiv .clk-item .days {
        color: #f8e612; }
      #clockdiv .clk-item .hours {
        color: #f8be15; }
      #clockdiv .clk-item .minutes {
        color: #f9ab14; }
      #clockdiv .clk-item .seconds {
        color: #f88e15; }
      #clockdiv .clk-item .smalltext {
        opacity: 0.64;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.21;
        text-transform: uppercase; }
      #clockdiv .clk-item::after {
        content: ":";
        display: block;
        width: 10px;
        height: 50px;
        position: absolute;
        top: calc(50% - 8px);
        right: 0;
        color: #fff;
        font-size: 50px;
        line-height: 0.9;
        transform: translateY(-50%); }
      #clockdiv .clk-item:last-child:after {
        content: none; }

.next-matches-blk-item {
  background-image: linear-gradient(to bottom, #0238a8, #000e4b);
  padding: 30px;
  color: #ffffff; }
  .next-matches-blk-item .matchlisting-block-item-location {
    text-transform: uppercase; }
    .next-matches-blk-item .matchlisting-block-item-location h3 {
      text-align: center;
      font-family: Bahnschrift;
      font-weight: normal;
      font-size: 14px;
      line-height: 17px; }
      .next-matches-blk-item .matchlisting-block-item-location h3 a {
        color: #ffffff;
        opacity: 0.64; }
    .next-matches-blk-item .matchlisting-block-item-location .match-place {
      text-align: center;
      color: #ffffff;
      margin-top: 28px;
      font-family: Bahnschrift;
      font-size: 14px;
      line-height: 17px;
      opacity: 0.64; }
  .next-matches-blk-item time {
    text-align: center;
    color: #ffffff;
    font-family: Bahnschrift;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: block;
    margin-bottom: 10px; }
  .next-matches-blk-item .team-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .next-matches-blk-item .team-item {
    width: 50%;
    display: inline-block; }
    .next-matches-blk-item .team-item-team {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .next-matches-blk-item .team-item-team img {
        margin: 0 10px 0 0;
        max-width: 80px; }
    .next-matches-blk-item .team-item:last-child {
      text-align: right; }
      .next-matches-blk-item .team-item:last-child .team-item-team {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end; }
        .next-matches-blk-item .team-item:last-child .team-item-team img {
          margin: 0 0 0 10px; }
    .next-matches-blk-item .team-item-team-title {
      color: #ffffff;
      font-family: Bahnschrift;
      font-size: 35px;
      line-height: 25px; }
    .next-matches-blk-item .team-item-score {
      color: #ffffff;
      font-family: Bahnschrift;
      font-size: 20px;
      line-height: 24px;
      text-align: center; }
.next-matches-blk.next-matches-blk-home {
  background-image: linear-gradient(180deg, #00297E 0%, #000E4B 100%); }
  .next-matches-blk.next-matches-blk-home .next-matches-blk-item {
    background: none; }
    .next-matches-blk.next-matches-blk-home .next-matches-blk-item time {
      margin: 5vh 0; }
    .next-matches-blk.next-matches-blk-home .next-matches-blk-item .match-title {
      margin-top: 0;
      margin-bottom: 5vh; }
  .next-matches-blk.next-matches-blk-home .upcoming-block-caritem {
    max-width: 610px;
    margin: auto; }
  .next-matches-blk.next-matches-blk-home #clockdiv {
    background: none; }
    .next-matches-blk.next-matches-blk-home #clockdiv:after {
      display: none; }

.no-skew {
  transform: unset; }

.popbox-wrapper {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  z-index: 300;
  display: none; }

.popbox-overlay {
  z-index: 301;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0; }

.popbox-wrapper .matchHub-wrapper {
  padding: 15px;
  background: #fff;
  position: absolute;
  top: 200px;
  width: 100%;
  z-index: 302;
  max-width: 1280px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5); }

.popbox-wrapper .matchHub-wrapper-close {
  text-align: right;
  color: #F88F15;
  text-align: right;
  color: #F88F15;
  cursor: pointer;
  font-weight: 700; }

/*    font-family: 'Bahnschrift';*/
.popbox-wrapper .matresults-block-item {
  text-align: center; }

.popbox-wrapper .matresults-block-item-head {
  margin-bottom: 30px;
  color: #000D4A;
  font-size: 18px;
  line-height: 22px;
  font-family: "Bahnschrift"; }

.popbox-wrapper .matresults-block-item-row {
  font-size: 0;
  font-family: "Bahnschrift";
  margin-bottom: 20px; }

.popbox-wrapper .team-item {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.popbox-wrapper .item-team-title {
  font-size: 34px;
  line-height: 41px;
  font-weight: 300;
  margin: 0 20px;
  color: #000D4A; }

.popbox-wrapper .left-item-score {
  margin-left: 30px; }

.popbox-wrapper .right-item-score {
  margin-right: 30px; }

.popbox-wrapper .left-item-score,
.popbox-wrapper .right-item-score {
  font-weight: 700;
  font-size: 15px;
  font-size: 30px;
  line-height: 36px;
  color: #F88F15; }

.popbox-wrapper .team-item img {
  display: inline-block;
  vertical-align: middle; }

.popbox-wrapper .team-item span {
  display: inline-block;
  vertical-align: middle; }

.popbox-wrapper .team-item.right-item {
  padding-left: 15px;
  text-align: left; }

.popbox-wrapper .team-item.left-item {
  padding-right: 15px;
  text-align: right; }

.popbox-wrapper .location {
  font-size: 14px;
  line-height: 17px;
  max-width: 292px;
  color: #000D4A;
  margin: auto; }

.matresults-block-highligts {
  max-width: 660px;
  margin: 5vh auto 0; }

.highlight-item {
  font-size: 0;
  color: #18235B;
  font-family: "Bahnschrift";
  font-size: 14px;
  line-height: 17px;
  padding: 10px 0;
  border-top: 1px solid #97979741;
  position: relative; }

.highlight-item:last-child {
  border-bottom: 1px solid #97979741;
  margin-bottom: 30px; }

.highlight-item span {
  color: #18235B;
  font-family: "Bahnschrift";
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-transform: uppercase; }

.highlight-item span.action_home {
  text-align: right;
  padding-right: 30px; }

.highlight-item span.time_of_action {
  color: #F88F15;
  font-family: Bahnschrift;
  font-size: 18px;
  line-height: 22px;
  width: 60px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.highlight-item span.time_of_action:after {
  content: "'";
  display: inline-block;
  vertical-align: top;
  margin-left: 1px; }

.highlight-item span.action_away {
  text-align: left;
  padding-left: 30px; }

.highlight-item .action_items {
  background-size: 17px;
  width: 100%;
  background-repeat: no-repeat; }

.highlight-item span.action_home .action_items {
  padding-right: 25px;
  background-position: right center; }

.highlight-item span.action_away .action_items {
  padding-left: 25px;
  background-position: left center; }

#mc_embed_signup_scroll {
  font-size: 0; }
  #mc_embed_signup_scroll .mc-field-group {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-family: "Bahnschrift", sans-serif;
    max-width: 377px;
    margin-right: 12px;
    vertical-align: top; }
    #mc_embed_signup_scroll .mc-field-group input {
      font-size: 14px;
      line-height: 17px;
      border: 1px solid #E3E3E3;
      border-radius: 4px; }
    #mc_embed_signup_scroll .mc-field-group ::-webkit-input-placeholder {
      opacity: 1;
      color: #030F47; }
    #mc_embed_signup_scroll .mc-field-group :-moz-placeholder {
      opacity: 1;
      color: #030F47; }
    #mc_embed_signup_scroll .mc-field-group ::-moz-placeholder {
      opacity: 1;
      color: #030F47; }
    #mc_embed_signup_scroll .mc-field-group :-ms-input-placeholder {
      opacity: 1;
      color: #030F47; }
  #mc_embed_signup_scroll .mc-field-button {
    width: 100%;
    max-width: 145px;
    display: inline-block;
    vertical-align: top; }
    #mc_embed_signup_scroll .mc-field-button .button {
      background-color: #F79013;
      color: #fff;
      border-radius: 7px;
      border: 1px solid #F79013;
      text-transform: uppercase;
      width: 100%;
      background-image: none;
      transform: none;
      font-weight: 700;
      padding: 21px 0; }
      #mc_embed_signup_scroll .mc-field-button .button:hover {
        color: #F79013;
        background-color: transparent; }
  #mc_embed_signup_scroll #mce-error-response, #mc_embed_signup_scroll #mce-success-response {
    padding: 10px;
    margin: 10px auto;
    background-color: #002B7F;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px; }
  #mc_embed_signup_scroll div.mce_inline_error {
    font-size: initial; }
  @media (max-width: 1000px) {
    #mc_embed_signup_scroll .mc-field-group, #mc_embed_signup_scroll .mc-field-button {
      max-width: none;
      margin-bottom: 5px; } }

.supporters-subscribe #mc_embed_signup_scroll .mc-field-group {
  max-width: 180px; }
@media (max-width: 1024px) {
  .supporters-subscribe #mc_embed_signup_scroll .mc-field-group {
    max-width: none;
    margin-bottom: 5px; } }

.clubstandings {
  margin-bottom: 5vh; }
  .clubstandings .container {
    max-width: 1200px; }

.last-updated {
  text-align: right; }

#seasonfilter.news-section-filter form .input-wrap {
  width: calc(33.3% - 13.33px); }
  #seasonfilter.news-section-filter form .input-wrap:last-child {
    margin-right: 0; }
  #seasonfilter.news-section-filter form .input-wrap select {
    width: 100%; }
#seasonfilter .errors {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  font-size: 14px; }

.mq-desktop {
  display: block; }
  @media (max-width: 960px) {
    .mq-desktop {
      display: none !important; } }

.mq-mobile {
  display: none; }
  @media (max-width: 960px) {
    .mq-mobile {
      display: block !important; } }

@media screen and (max-width: 1300px) {
  .site-header .container,
  .container,
  #container {
    padding: 0 20px; } }
@media screen and (max-width: 1250px) {
  .site-header .logo,
  .site-header .header__info {
    width: 150px; }
  .site-header .header__info a {
    font-size: 0; }
  .site-header .header__nav {
    width: calc(100% - 300px); }
    .site-header .header__nav-list ul li {
      padding: 44px 10px; }
      .site-header .header__nav-list ul li a {
        font-size: 14px; }

  .news-section-filter form .input-wrap.topics {
    margin-bottom: 20px; } }
@media screen and (max-width: 1024px) {
  body:not(.home):before {
    z-index: 7; }

  .site-header .header__nav-list ul li {
    padding: 44px 5px; }

  .site-footer {
    padding: 10vh 0 5vh; }

  .matches-grid-item {
    width: calc(33.3% - 20px);
    margin-right: 30px; }
    .matches-grid-item time {
      font-size: 16px; }
    .matches-grid-item:nth-child(4n) {
      margin-right: 30px; }
    .matches-grid-item:nth-child(3n) {
      margin-right: 0; }
    .matches-grid-item-location {
      margin: 10px 0; }
    .matches-grid-item .team-item {
      line-height: 1; }
      .matches-grid-item .team-item-team img {
        margin-right: 10px;
        max-width: 25px; }
      .matches-grid-item .team-item-team-title {
        font-size: 20px;
        line-height: 1; }
      .matches-grid-item .team-item-score {
        font-size: 20px;
        line-height: 1; }

  .supporters-merchandise-row-item:nth-child(2n), .supporters-merchandise-row-item:nth-child(2n+1) {
    width: calc(50% - 20px);
    max-width: none; }
  .supporters-merchandise-row-item.blkpos-even .content-blk, .supporters-merchandise-row-item.blkpos-odd .content-blk {
    padding: 15px; }
  .supporters-merchandise-row-item.blkpos-even .title, .supporters-merchandise-row-item.blkpos-odd .title {
    font-size: 20px;
    line-height: 1; }

  .single-team-nav#single-club-nav,
  .single-team-nav {
    position: relative;
    z-index: 10; }
    .single-team-nav#single-club-nav ul,
    .single-team-nav ul {
      height: 49px; }
      .single-team-nav#single-club-nav ul.active,
      .single-team-nav ul.active {
        overflow: visible; }
      .single-team-nav#single-club-nav ul li,
      .single-team-nav ul li {
        width: 100%;
        background-color: #ffffff; }
        .single-team-nav#single-club-nav ul li:after,
        .single-team-nav ul li:after {
          display: none; }
        .single-team-nav#single-club-nav ul li a,
        .single-team-nav ul li a {
          padding: 15px;
          position: relative; }
          .single-team-nav#single-club-nav ul li a.active:after,
          .single-team-nav ul li a.active:after {
            height: 5px; }
          .single-team-nav#single-club-nav ul li a.active:before,
          .single-team-nav ul li a.active:before {
            content: '';
            position: absolute;
            top: 5px;
            width: 35px;
            height: 35px;
            right: 5px;
            background-image: url(./assets/img/down-yellow.svg);
            background-repeat: no-repeat;
            background-position: right 10px center; }
        .single-team-nav#single-club-nav ul li:hover > a:after,
        .single-team-nav ul li:hover > a:after {
          display: none; }
      .single-team-nav#single-club-nav ul:not(.active) li a:not(.active),
      .single-team-nav ul:not(.active) li a:not(.active) {
        font-size: 0;
        height: 0;
        padding: 0;
        overflow: hidden; }

  .matresults .matresults-block-item-left .team-item {
    max-width: 230px; }
    .matresults .matresults-block-item-left .team-item.right-item {
      padding-left: 20px; }
    .matresults .matresults-block-item-left .team-item.left-item {
      padding-right: 20px; }

  .statistics-overview {
    margin: 20px 0; }
    .statistics-overview-nav {
      padding: 0 15px; }
      .statistics-overview-nav li {
        width: 33.3%; }
        .statistics-overview-nav li a {
          padding: 20px 20px 20px 50px;
          font-size: 14px;
          line-height: 1; }
    .statistics-overview-mblwrap {
      overflow: auto; }
    .statistics-overview .top-scores-wrap {
      padding: 15px;
      min-width: 960px;
      overflow: auto; }
    .statistics-overview .top-scores-head span, .statistics-overview .top-scores-content span {
      font-size: 14px;
      line-height: 1;
      padding: 10px; }
      .statistics-overview .top-scores-head span:first-child, .statistics-overview .top-scores-content span:first-child {
        width: 75px; } }
@media screen and (max-width: 999px) {
  .news-blk-wrap-posts, .news-blk-wrap-posts.owl-carousel, .team-blk-wrap-posts, .team-blk-wrap-posts.owl-carousel {
    max-width: 880px;
    margin: auto; }

  .col-3 .news-blk-wrap-posts-item, .col-3 .news-blk-wrap-posts.owl-carousel-item, .col-3 .team-blk-wrap-posts-item, .col-3 .team-blk-wrap-posts.owl-carousel-item {
    width: 100%; } }
@media screen and (max-width: 960px) {
  html,
  body {
    font-size: 14px; }

  body:before {
    width: 60px; }

  h1,
  .h1 {
    font-size: 35px; }

  .h3,
  h3 {
    font-size: 20px; }

  .site-header .header__nav .burger span:first-child {
    top: 5px; }

  .site-header .header__nav .burger span:last-child {
    top: 15px; }

  .show-site-menu .site-header .header__nav .burger span:first-child,
  .show-site-menu .site-header .header__nav .burger span:last-child {
    top: 10px;
    background-color: #F8E514; }

  body:not(.home) .site-header .header__nav .burger span {
    background-color: #002a7e; }
  body:not(.home) .site-header.fixed .header__nav .burger span, body:not(.home) .site-header.dark .header__nav .burger span {
    background-color: #F8E514; }
  body:not(.home) .page-wrap-hero {
    padding-bottom: 6%; }

  .site-header .header__nav {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end; }
    .site-header .header__nav-list {
      display: none; }
  .site-header #burger {
    display: flex;
    width: 25px;
    height: 25px; }

  .site-header .header__nav .burger .home-posts {
    padding: 70px 0px 0px 0px; }
    .site-header .header__nav .burger .home-posts-col {
      width: 50%;
      padding-bottom: 20px; }
      .site-header .header__nav .burger .home-posts-col-title {
        font-size: 18px;
        line-height: 1.5; }
      .site-header .header__nav .burger .home-posts-col-content {
        font-size: 16px;
        line-height: 1.5; }

  .partners-blk h4 {
    text-align: center; }
  .partners-blk-wrap {
    display: block; }
    .partners-blk-wrap .partners-blk-wrap-item {
      width: 100% !important;
      margin: 5vh 0;
      display: block;
      text-align: center; }

  .news-blk,
  .team-blk {
    padding: 5vh 0; }
    .news-blk-wrap-head h2,
    .team-blk-wrap-head h2 {
      color: #002a7e;
      font-family: "Bahnschrift", sans-serif, "Helvetice Neue", Helvetica, Arial;
      font-style: normal;
      font-weight: normal;
      font-size: 28px;
      width: 100%;
      text-align: center; }
    .news-blk-wrap-head a,
    .team-blk-wrap-head a {
      width: 100%;
      font-family: "Bahnschrift", sans-serif, "Helvetice Neue", Helvetica, Arial;
      font-style: normal;
      font-weight: normal;
      font-size: 14px; }
    .news-blk-wrap-posts .owl-dots, .news-blk-wrap-posts.owl-carousel .owl-dots,
    .team-blk-wrap-posts .owl-dots,
    .team-blk-wrap-posts.owl-carousel .owl-dots {
      display: none !important; }
    .news-blk-wrap-posts .owl-nav button, .news-blk-wrap-posts.owl-carousel .owl-nav button,
    .team-blk-wrap-posts .owl-nav button,
    .team-blk-wrap-posts.owl-carousel .owl-nav button {
      top: 50%;
      width: 30px;
      height: 30px;
      transform: skew(-10deg) translateY(-50%); }
      .news-blk-wrap-posts .owl-nav button span, .news-blk-wrap-posts.owl-carousel .owl-nav button span,
      .team-blk-wrap-posts .owl-nav button span,
      .team-blk-wrap-posts.owl-carousel .owl-nav button span {
        width: 15px;
        height: 15px; }
      .news-blk-wrap-posts .owl-nav button.owl-prev, .news-blk-wrap-posts.owl-carousel .owl-nav button.owl-prev,
      .team-blk-wrap-posts .owl-nav button.owl-prev,
      .team-blk-wrap-posts.owl-carousel .owl-nav button.owl-prev {
        left: -25px; }
      .news-blk-wrap-posts .owl-nav button.owl-next, .news-blk-wrap-posts.owl-carousel .owl-nav button.owl-next,
      .team-blk-wrap-posts .owl-nav button.owl-next,
      .team-blk-wrap-posts.owl-carousel .owl-nav button.owl-next {
        right: -15px; }
    .news-blk-wrap-posts-item-content, .news-blk-wrap-posts.owl-carousel-item-content,
    .team-blk-wrap-posts-item-content,
    .team-blk-wrap-posts.owl-carousel-item-content {
      padding: 15px 30px;
      text-align: left; }
      .news-blk-wrap-posts-item-content h3, .news-blk-wrap-posts.owl-carousel-item-content h3,
      .team-blk-wrap-posts-item-content h3,
      .team-blk-wrap-posts.owl-carousel-item-content h3 {
        margin-bottom: 15px; }
        .news-blk-wrap-posts-item-content h3 a, .news-blk-wrap-posts.owl-carousel-item-content h3 a,
        .team-blk-wrap-posts-item-content h3 a,
        .team-blk-wrap-posts.owl-carousel-item-content h3 a {
          font-size: 20px; }
      .news-blk-wrap-posts-item-content .excerpt, .news-blk-wrap-posts.owl-carousel-item-content .excerpt,
      .team-blk-wrap-posts-item-content .excerpt,
      .team-blk-wrap-posts.owl-carousel-item-content .excerpt {
        margin-bottom: 15px; }

  #footer-profound .flex-row {
    flex-direction: column-reverse; }
    #footer-profound .flex-row .col-50 {
      width: 100%;
      text-align: center; }
  #footer-profound nav {
    text-align: center;
    margin-bottom: 10px;
    width: 100%; }
  #footer-profound ul li {
    display: block; }
    #footer-profound ul li a img {
      display: block;
      margin: 10px auto; }

  #profound-copyright-footer {
    text-align: center;
    width: 100%;
    display: block; }

  .site-footer .footer-right .footer-menu h3 {
    font-size: 14px;
    margin-bottom: 10px; }
  .site-footer .footer-right .footer-menu ul li a {
    font-size: 14px;
    margin-bottom: 10px; }
  .site-footer .footer-right .footer-menu.contact-links a {
    font-size: 14px;
    margin-bottom: 10px; }

  #clockdiv {
    padding: 15px; }
    #clockdiv:after {
      width: 20px;
      height: 10px;
      bottom: -10px; }
    #clockdiv .clk-item span {
      font-size: 30px; }
    #clockdiv .clk-item:after {
      height: auto;
      top: 50%;
      font-size: 30px; }

  .next-matches-blk-item {
    padding: 15px; }
    .next-matches-blk-item .team-item-score {
      font-size: 15px; }
    .next-matches-blk-item .team-item-team-title {
      font-size: 20px;
      line-height: 1; }
    .next-matches-blk-item .team-item-team img {
      max-width: 35px; }
    .next-matches-blk-item time {
      font-size: 18px;
      line-height: 1; }
    .next-matches-blk-item .matchlisting-block-item-location .match-place {
      margin-top: 20px; }
  .next-matches-blk.next-matches-blk-home .next-matches-blk-item .match-title {
    margin-bottom: 3vh; }
  .next-matches-blk.next-matches-blk-home .next-matches-blk-item time {
    margin: 2vh 0; }

  .upcoming-blk {
    padding: 5vh 0 10vh; }

  .owl-theme .owl-dots .owl-dot span {
    width: 20px; }

  .merch-blk {
    padding: 5vh 0; }
    .merch-blk-wrap h2 {
      font-size: 50px;
      letter-spacing: -3px; }
    .merch-blk-wrap .content-text {
      font-size: 18px;
      line-height: 1.3;
      margin-bottom: 20px; }
    .merch-blk-wrap .btn-wrap {
      margin-bottom: 20px; }
      .merch-blk-wrap .btn-wrap .button {
        margin: 0 10px;
        padding: 10px;
        min-width: 1px; }
    .merch-blk-wrap-sl {
      display: block; }
      .merch-blk-wrap-sl-item {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 15px; }
        .merch-blk-wrap-sl-item:last-child {
          margin: 0 auto 15px; }
        .merch-blk-wrap-sl-item:first-child {
          margin: 0 auto 15px; }
        .merch-blk-wrap-sl-item::after {
          left: 0; }
        .merch-blk-wrap-sl-item-head {
          position: absolute;
          padding: 10px;
          width: 100%; }
          .merch-blk-wrap-sl-item-head h3 {
            font-size: 20px;
            line-height: 1.1; }
          .merch-blk-wrap-sl-item-head a {
            bottom: 66px;
            padding: 10px; }
            .merch-blk-wrap-sl-item-head a span {
              width: 15px;
              height: 15px; }

  .about-blk {
    padding: 5vh 0; }
    .about-blk h2 {
      font-size: 28px;
      position: relative;
      z-index: 2;
      margin-bottom: 15px; }
    .about-blk-wrap {
      display: block; }
      .about-blk-wrap-item {
        width: 100%;
        max-width: 300px;
        padding: 10px 15px;
        margin: 0 auto 15px; }
        .about-blk-wrap-item:nth-child(even) {
          margin: 0 auto 15px; }
        .about-blk-wrap-item h4 {
          font-size: 20px;
          margin-bottom: 10px; }
        .about-blk-wrap-item .content-text {
          font-size: 14px;
          line-height: 1.2; }
        .about-blk-wrap-item.has-image .content-text {
          width: 100%;
          font-size: 14px;
          line-height: 1.56;
          padding: 0;
          margin-top: 10px; }
        .about-blk-wrap-item.has-image img {
          max-width: 50px; }
        .about-blk-wrap-item .btn {
          padding: 10px;
          bottom: 8px; }
          .about-blk-wrap-item .btn span {
            width: 15px;
            height: 15px; }

  .news-section-filter {
    padding: 15px;
    margin-top: -70px; }
    .news-section-filter form .input-wrap {
      margin: 0 auto 10px;
      display: block; }
      .news-section-filter form .input-wrap input[type="text"],
      .news-section-filter form .input-wrap select {
        width: 100%;
        max-width: none; }
      .news-section-filter form .input-wrap.key-search {
        max-width: none; }

  .news-posts-blk {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 40px; }
    .news-posts-blk:nth-child(3n) {
      margin-right: 40px; }
    .news-posts-blk:nth-child(2n) {
      margin-right: 0; }

  .section-100years .big-year-title {
    padding: 15px;
    margin: 10px auto; }
    .section-100years .big-year-title h2 {
      font-size: 50px;
      line-height: 1; }

  .news-single-content {
    padding: 15px 0; }
    .news-single-content h1 {
      font-size: 40px;
      line-height: 1.1; }
    .news-single-content-blk {
      font-size: 14px;
      line-height: 1.4; }
  .news-single-blk-breadcrumb {
    font-size: 14px;
    line-height: 1; }
  .news-single-blk-share {
    line-height: 1; }
    .news-single-blk-share span i {
      font-size: 14px; }
  .news-single .related-articles-head {
    margin-top: 5vh; }
    .news-single .related-articles-head .h2 {
      font-size: 28px;
      line-height: 1;
      width: 100%; }
    .news-single .related-articles-head-right {
      padding-top: 0; }

  #more-articles.owl-carousel .owl-nav button {
    top: 50%;
    width: 30px;
    height: 30px;
    transform: skew(-10deg) translateY(-50%); }
    #more-articles.owl-carousel .owl-nav button span {
      width: 15px;
      height: 15px; }
    #more-articles.owl-carousel .owl-nav button.owl-prev {
      left: -15px; }
    #more-articles.owl-carousel .owl-nav button.owl-next {
      right: -15px; }

  .news-section#matches h3 {
    margin: 3vh 0;
    font-size: 28px;
    line-height: 1; }

  .matches-grid-item {
    width: calc(50% - 15px);
    margin-right: 30px; }
    .matches-grid-item:nth-child(4n) {
      margin-right: 14px; }
    .matches-grid-item:nth-child(3n) {
      margin-right: 14px; }
    .matches-grid-item:nth-child(2n) {
      margin-right: 0; }

  .about-content-block {
    padding: 20px; }
    .about-content-block h2 {
      line-height: 1; }

  .about-story .left-blk,
  .supporters-signup .left-blk {
    width: 100%;
    padding: 20px; }
    .about-story .left-blk-title,
    .supporters-signup .left-blk-title {
      font-size: 35px;
      line-height: 1.3;
      margin-bottom: 15px; }
    .about-story .left-blk-content,
    .supporters-signup .left-blk-content {
      line-height: 1.5; }
  .about-story .right-blk,
  .supporters-signup .right-blk {
    width: 100%;
    padding-bottom: 100%; }

  .about-federation .right-blk,
  .supporters-toolkit .right-blk {
    width: 100%;
    padding: 20px; }
    .about-federation .right-blk-title,
    .supporters-toolkit .right-blk-title {
      font-size: 35px;
      line-height: 1.3;
      margin-bottom: 15px; }
    .about-federation .right-blk-content,
    .supporters-toolkit .right-blk-content {
      line-height: 1.5; }
  .about-federation .left-blk,
  .supporters-toolkit .left-blk {
    width: 100%;
    padding-bottom: 100%; }

  .supporters-block {
    display: block;
    max-height: none; }
    .supporters-block-content {
      position: relative;
      top: auto;
      z-index: 2;
      bottom: auto;
      padding: 20px;
      font-size: 16px;
      line-height: 1.5; }

  .supporters-events {
    padding: 20px 0; }
    .supporters-events-blk-wrap {
      display: block;
      text-align: center; }
      .supporters-events-blk-wrap-item {
        margin: 20px; }
        .supporters-events-blk-wrap-item.col-3 {
          width: 100%;
          margin: 15px;
          max-width: 300px;
          float: none;
          display: inline-block;
          vertical-align: top; }

  .national-teams-wrap-item {
    width: 100%;
    margin: 0 0 20px; }
    .national-teams-wrap-item-info {
      padding: 15px; }
      .national-teams-wrap-item-info-title {
        font-size: 20px;
        line-height: 1; }

  .single-team-overview-matresults, .single-team-overview-upcoming {
    margin-bottom: 5vh; }
    .single-team-overview-matresults .headrow, .single-team-overview-upcoming .headrow {
      padding: 20px 0; }
      .single-team-overview-matresults .headrow .h2, .single-team-overview-upcoming .headrow .h2 {
        width: 100%;
        margin: 0;
        font-size: 25px;
        line-height: 1; }
      .single-team-overview-matresults .headrow-right, .single-team-overview-upcoming .headrow-right {
        padding-top: 10px;
        text-align: left;
        float: left; }
  .single-team-overview-matresults {
    padding-bottom: 20px;
    margin: 0; }
  .single-team-overview .matchlisting-block {
    padding: 10px 5px; }
    .single-team-overview .matchlisting-block-item {
      width: 50%;
      padding: 10px; }
      .single-team-overview .matchlisting-block-item:nth-child(even) {
        border: 0; }
      .single-team-overview .matchlisting-block-item time {
        display: block;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 5px; }
      .single-team-overview .matchlisting-block-item-location {
        line-height: 1; }
      .single-team-overview .matchlisting-block-item .team-item-team {
        width: calc(100% - 30px); }
        .single-team-overview .matchlisting-block-item .team-item-team img {
          max-width: 25px;
          margin-right: 5px; }
        .single-team-overview .matchlisting-block-item .team-item-team-title {
          font-size: 20px;
          line-height: 1; }
      .single-team-overview .matchlisting-block-item .team-item-score {
        width: 30px;
        font-size: 15px;
        line-height: 1; }
  .single-team-overview-multimedia {
    padding: 20px 0; }
    .single-team-overview-multimedia .h2 {
      font-size: 25px;
      line-height: 1;
      margin-bottom: 20px; }
    .single-team-overview-multimedia-wrap .media-video {
      width: 100%;
      height: auto;
      padding-bottom: 100%; }
      .single-team-overview-multimedia-wrap .media-video:after {
        width: 70px;
        height: 70px; }
    .single-team-overview-multimedia-wrap .media-images {
      margin-top: 20px;
      width: 100%; }
      .single-team-overview-multimedia-wrap .media-images .media-image {
        width: 100%;
        padding-bottom: 100%;
        height: auto;
        margin-bottom: 15px; }
        .single-team-overview-multimedia-wrap .media-images .media-image:first-child {
          margin-bottom: 15px; }

  #players-popup {
    margin-top: 10vh; }

  .players-info {
    margin: 0;
    padding: 0; }
    .players-info-image {
      padding: 10px;
      position: static;
      width: 100%; }
    .players-info-content {
      padding: 10px;
      background-color: #ffffff;
      width: 100%; }
      .players-info-content .left-content {
        width: 100%;
        padding: 0; }
        .players-info-content .left-content .h2 {
          margin: 10px 0;
          font-size: 30px;
          line-height: 1; }
      .players-info-content .right-content {
        width: 100%;
        text-align: center;
        padding: 0; }
        .players-info-content .right-content .bio-info {
          font-size: 14px;
          line-height: 1.3;
          margin-bottom: 20px;
          min-height: 1px; }

  .players-carousel #players-popup.owl-carousel .owl-nav button {
    width: 30px;
    height: 30px; }
    .players-carousel #players-popup.owl-carousel .owl-nav button.owl-prev {
      left: -15px; }
    .players-carousel #players-popup.owl-carousel .owl-nav button.owl-next {
      right: -15px; }
    .players-carousel #players-popup.owl-carousel .owl-nav button span {
      width: 15px;
      height: 15px; }

  .program-tab .flex-row {
    display: block; }
  .program-tab .col-40,
  .program-tab .col-60 {
    width: 100%;
    padding: 0; }
  .program-tab .matchlisting-block-item {
    padding: 15px; }
    .program-tab .matchlisting-block-item .flex-row .left-block {
      width: 100%; }
      .program-tab .matchlisting-block-item .flex-row .left-block::after {
        display: none; }
      .program-tab .matchlisting-block-item .flex-row .left-block .team-item {
        width: 50%; }
        .program-tab .matchlisting-block-item .flex-row .left-block .team-item-team {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; }
          .program-tab .matchlisting-block-item .flex-row .left-block .team-item-team-title {
            font-size: 20px;
            line-height: 1; }
        .program-tab .matchlisting-block-item .flex-row .left-block .team-item:last-child .team-item-team {
          -webkit-justify-content: end;
          -moz-justify-content: end;
          -ms-justify-content: end;
          -o-justify-content: end;
          justify-content: end; }
    .program-tab .matchlisting-block-item .flex-row .icon {
      text-align: left; }
    .program-tab .matchlisting-block-item .flex-row .icon,
    .program-tab .matchlisting-block-item .flex-row .right-block {
      margin-top: 15px;
      width: 49%;
      display: inline-block;
      vertical-align: middle; }
      .program-tab .matchlisting-block-item .flex-row .icon::after,
      .program-tab .matchlisting-block-item .flex-row .right-block::after {
        display: none; }

  .callinks ul {
    z-index: 20; }

  .matresults .h2,
  .players .h2,
  .statistics .h2 {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 15px; }

  .players-position {
    padding: 20px 0; }
    .players-position-title {
      font-size: 25px;
      line-height: 1;
      margin-bottom: 15px; }
    .players-position-wrap-item {
      width: calc(33.3% - 15px);
      margin: 0 20px 20px 0; }
      .players-position-wrap-item:nth-child(4n) {
        margin: 0 20px 20px 0; }
      .players-position-wrap-item:nth-child(3n) {
        margin-right: 0; }
      .players-position-wrap-item-info {
        padding: 10px; }
        .players-position-wrap-item-info h3 {
          font-size: 16px;
          line-height: 1; }
        .players-position-wrap-item-info .player-position {
          font-size: 14px;
          line-height: 1; } }
@media screen and (max-width: 768px) {
  .site-header {
    padding: 10px 0px; }
    .site-header .header__nav {
      width: 100%;
      cursor: pointer; }
    .site-header .header__info {
      display: none !important; }

  .page-wrap h1 {
    line-height: 1;
    font-size: 30px;
    margin: 0; }
  .page-wrap h2 {
    font-size: 25px;
    line-height: 1.5; }

  .news-single-content h1 {
    margin: 5px 0; }

  .news-single-blk-breadcrumb {
    width: 100%;
    margin-bottom: 10px; }

  .hero-slider-content h2 {
    font-size: 25px; }

  .news-single-hero {
    margin: -20px auto 0 auto; }

  .team-blk-wrap-posts {
    display: block; }
    .team-blk-wrap-posts.col-3 .team-blk-wrap-posts-item {
      width: 100%;
      margin: 0 0 15px;
      display: block;
      overflow: hidden; }
      .team-blk-wrap-posts.col-3 .team-blk-wrap-posts-item-content h3 {
        text-align: center;
        margin: 0; }
        .team-blk-wrap-posts.col-3 .team-blk-wrap-posts-item-content h3 a {
          font-size: 20px; }

  .site-footer {
    padding: 5vh 0 3vh;
    text-align: center; }
    .site-footer-pattren {
      height: 11vh;
      margin-bottom: -4vh;
      margin-top: 5px; }
    .site-footer .footer-logo {
      width: 100%;
      float: none;
      margin: auto; }
    .site-footer .footer-right {
      width: 100%;
      padding: 0; }
      .site-footer .footer-right .footer-menu {
        width: 100%;
        padding-top: 10px; }
        .site-footer .footer-right .footer-menu.social-links li {
          padding: 0 10px; }
        .site-footer .footer-right .footer-menu.contact-links a {
          display: block; }

  .single-news-blk,
  .news-posts-blk {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .single-news-blk:nth-child(3n),
    .news-posts-blk:nth-child(3n) {
      margin-right: 0; }
    .single-news-blk:nth-child(2n),
    .news-posts-blk:nth-child(2n) {
      margin-right: 0; }
    .single-news-blk-image,
    .news-posts-blk-image {
      display: block; }
      .single-news-blk-image img,
      .news-posts-blk-image img {
        margin: auto; }
    .single-news-blk-info,
    .news-posts-blk-info {
      padding: 15px; }
      .single-news-blk-info-title,
      .news-posts-blk-info-title {
        font-size: 20px;
        line-height: 1.1; }
      .single-news-blk-info-cnt,
      .news-posts-blk-info-cnt {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0; }

  .contact-section {
    padding: 20px 30px;
    margin-top: -15px; }
    .contact-section-sub .contact-sub-blks {
      margin-bottom: 10px; }
      .contact-section-sub .contact-sub-blks:nth-child(1) {
        width: 60%; }
      .contact-section-sub .contact-sub-blks:nth-child(2) {
        width: 40%; }
      .contact-section-sub .contact-sub-blks:nth-child(3) {
        width: 100%; }

  .page-wrap .contact-section-blk h2 {
    font-size: 20px;
    line-height: 1; }

  .players-position-wrap-item {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0; }
    .players-position-wrap-item:nth-child(4n) {
      margin: 0 20px 20px 0; }
    .players-position-wrap-item:nth-child(3n) {
      margin: 0 20px 20px 0; }
    .players-position-wrap-item:nth-child(2n) {
      margin-right: 0; }

  .matresults {
    padding: 30px 0 20px; }
    .matresults .matresults-block-item {
      padding: 15px; }
      .matresults .matresults-block-item-head {
        margin-bottom: 10px; }
        .matresults .matresults-block-item-head time,
        .matresults .matresults-block-item-head .location {
          width: 100%;
          display: block;
          text-align: left; }
        .matresults .matresults-block-item-head time {
          font-size: 16px; }
      .matresults .matresults-block-item-left, .matresults .matresults-block-item-right {
        width: 100%; }
      .matresults .matresults-block-item-left {
        border: 0; }
        .matresults .matresults-block-item-left .team-item {
          width: 50%;
          max-width: none; }
          .matresults .matresults-block-item-left .team-item .left-item-team img,
          .matresults .matresults-block-item-left .team-item .right-item-team img {
            max-width: 25px; }
          .matresults .matresults-block-item-left .team-item .left-item-team-title,
          .matresults .matresults-block-item-left .team-item .right-item-team-title {
            font-size: 20px;
            line-height: 1;
            margin-left: 10px; }
          .matresults .matresults-block-item-left .team-item .left-item-score,
          .matresults .matresults-block-item-left .team-item .right-item-score {
            font-size: 20px;
            line-height: 1; }
      .matresults .matresults-block-item-right {
        padding-left: 0;
        text-align: right; }
        .matresults .matresults-block-item-right .btn {
          display: inline-block;
          padding: 10px; }
      .matresults .matresults-block-item-row {
        display: block; }

  .clubmatch_table {
    overflow: auto;
    padding: 15px; }
    .clubmatch_table_wrap {
      min-width: 700px; }
    .clubmatch_table--head--td {
      font-size: 14px; }
    .clubmatch_table--body--td {
      padding: 5px;
      font-size: 14px; }
      .clubmatch_table--body--td.points .formline {
        margin-left: 10px; } }
@media screen and (max-width: 767px) {
  .matches-grid-item {
    width: 100%;
    margin-right: 0; }
    .matches-grid-item:nth-child(4n) {
      margin-right: 0; }
    .matches-grid-item:nth-child(3n) {
      margin-right: 0; }
    .matches-grid-item:nth-child(2n) {
      margin-right: 0; }

  .supporters-events-blk-wrap-item.col-3 {
    width: 100%;
    margin: 20px auto auto;
    max-width: none; }

  .supporters-merchandise-row {
    display: block; }
    .supporters-merchandise-row-item:nth-child(2n), .supporters-merchandise-row-item:nth-child(2n+1) {
      width: 100%;
      margin-bottom: 20px; }

  .statistics-overview-nav li {
    vertical-align: top; }
    .statistics-overview-nav li:first-child:after {
      width: 0px; }
    .statistics-overview-nav li:last-child:after {
      width: 1px; }
    .statistics-overview-nav li:after {
      right: auto;
      left: 0; }
    .statistics-overview-nav li a {
      padding: 10px;
      text-align: center; }
    .statistics-overview-nav li:nth-child(n+2) a {
      font-size: 0; }
      .statistics-overview-nav li:nth-child(n+2) a img {
        max-height: 30px;
        position: static; }

  .popbox-wrapper .matchHub-wrapper {
    padding: 15px;
    max-width: 95%; }

  .popbox-wrapper .matresults-block-item-head {
    font-size: 16px;
    margin-bottom: 10px; }

  .popbox-wrapper .matresults-block-item-row {
    margin-bottom: 15px; }

  .popbox-wrapper .team-item {
    width: 50%; }

  .popbox-wrapper .team-item.left-item {
    padding-right: 15px; }

  .popbox-wrapper .team-item.right-item {
    padding-left: 15px; }

  .popbox-wrapper .item-team-title {
    font-size: 20px;
    line-height: 1;
    margin: 0 10px; }

  .popbox-wrapper .team-item img {
    max-width: 30px; }

  .popbox-wrapper .left-item-score, .popbox-wrapper .right-item-score {
    font-size: 14px; } }
@media screen and (max-width: 599px) {
  .news-blk-wrap-posts, .news-blk-wrap-posts.owl-carousel, .team-blk-wrap-posts, .team-blk-wrap-posts.owl-carousel {
    max-width: 400px;
    margin: auto; }

  .page-wrap h1 {
    padding: 0 35px; }

  .program-tab .news-blk-wrap-posts-item {
    flex-direction: column; }
    .program-tab .news-blk-wrap-posts-item-content {
      width: 100%;
      padding: 15px; } }

/* --- Mobiele fix: verberg zoekknop op mobiel --- */
@media (max-width: 768px) {
  .site-header .header__info .search-form {
    display: none;
  }
}


/*# sourceMappingURL=style.css.map */
