.container {
  font-family: "Barlow", sans-serif;
  font-size: 1.1rem;
}

.btn-mfc-primary {
  border-color: #444;
  background-color: #444;
  color: #fdc300;
}
.btn-mfc-primary:hover {
  background-color: #ae8500;
  border-color: #ae8500;
  color: #fff;
  transition: all 250ms;
}

.mortimer {
  color: #fdc300;
}

.header-bar {
  background-color: #000;
  color: #fff;
  padding: 25px;
  z-index: 2 !important;
}
.header-bar h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
  margin-left: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.header-bar .subhead {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  margin-left: 20px;
  color: #fdc300;
}
.header-bar img.logo {
  height: 100px;
}
.header-bar .nav {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
}
.header-bar .nav a {
  color: #fff;
  padding: 0;
}
.header-bar .nav a:hover {
  color: #fdc300;
  transition: all 500ms;
}
.header-bar .nav .active {
  color: #fdc300;
  border-bottom: 2px solid #fdc300;
}
.header-bar .nav li {
  margin: 0 16px;
  position: relative;
}
.header-bar .nav li:last-of-type {
  margin-right: 0;
}
.header-bar .nav a:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: 1;
  border-bottom: 2px solid #fdc300;
  animation: grow 250ms linear;
  animation-fill-mode: forwards;
}

.pagetitle-bar {
  background-color: #000;
  position: relative;
  overflow: clip;
  overflow-clip-margin: content-box;
  min-height: 250px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  aspect-ratio: unset;
}
.pagetitle-bar .background {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: none;
  max-width: none;
}
.pagetitle-bar .pagetitle, .pagetitle-bar .teamsblock {
  position: relative;
  color: #fff;
  height: 250px;
  font-family: "Barlow", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}
.pagetitle-bar .pagetitle .pagesection, .pagetitle-bar .teamsblock .pagesection {
  color: #fdc300;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  line-height: 0.5rem;
}
.pagetitle-bar .teamsblock {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.7rem;
}
.pagetitle-bar .teamsblock .team {
  margin-right: 3rem;
}
.pagetitle-bar .teamsblock .team a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.pagetitle-bar .teamsblock .team a.active {
  color: #fdc300;
  border-bottom: 2px solid #fdc300;
}
.pagetitle-bar .teamsblock .team a:hover {
  color: #fdc300;
  transition: all 500ms;
}
.pagetitle-bar .teamsblock .team a:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: 1;
  border-bottom: 2px solid #fdc300;
  animation: grow 250ms linear;
  animation-fill-mode: forwards;
}
.pagetitle-bar .teamsblock .team:last-of-type {
  margin-right: 0;
}

.pagetitle-bar-md {
  display: none;
  padding-top: 20px;
  padding-bottom: 1px;
}
.pagetitle-bar-md ul {
  margin: 20px 0 20px;
  padding-left: 15px;
  list-style: none;
}

@media only screen and (max-width: 991px) {
  .header-bar .logo {
    padding-bottom: 20px;
  }
  .header-bar .nav li {
    margin: 0 20px 0 6px;
  }

  .pagetitle-bar-lg {
    display: none;
  }

  .pagetitle-bar-md {
    display: block;
  }
}
.nextmatchbar {
  background: #222;
  padding: 20px 0 5px;
  color: #ccc;
}
.nextmatchbar .head p {
  margin: 0;
}
.nextmatchbar .head .squad {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.nextmatchbar .fixture {
  padding-left: 50px;
  color: #fdc300;
  text-transform: uppercase;
  text-align: center;
}
.nextmatchbar .fixture img {
  margin: 0 5px;
}
.nextmatchbar .fixture .team {
  color: #fff;
  font-weight: bold;
}
.nextmatchbar .location {
  color: #fdc300;
  text-transform: uppercase;
  font-weight: 600;
}
.nextmatchbar .location .address {
  display: inline-block;
  text-transform: none;
  color: #fff;
  font-weight: 300;
}
.nextmatchbar .location a {
  display: inline-block;
  margin-left: 10px;
  color: #fdc300;
  background-color: #000;
  border: 1px solid #000;
}
.nextmatchbar .location a:hover {
  background-color: #444;
  border: 1px solid #ae8500;
}

.newshero {
  height: 700px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.newshero .title {
  position: absolute;
  bottom: 50px;
  background-color: #444;
  padding: 25px;
  border-left: 4px solid #fdc300;
}
.newshero .title h4 {
  text-transform: uppercase;
  font-size: 2rem;
  color: #fdc300;
  margin: 0;
  padding: 0;
}
.newshero .title p {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}
.newshero .title a {
  display: inline-block;
  margin-top: 5px;
  color: #fdc300;
  font-size: 1.1em;
}

.newsitem img {
  max-width: 100%;
}
.newsitem p.category {
  color: #fdc300;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
}
.newsitem div.link {
  padding-top: 10px;
  text-transform: uppercase;
  border-bottom: 5px solid #fdc300;
  height: 100px;
}
.newsitem a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #000;
}
.newsitem a:hover {
  text-decoration: underline;
}

.matchcenterblock {
  background-color: #000;
  background-image: url("/assets/images/club-logo_single-colour-black.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.matchcenterblock .matchcenter {
  padding: 50px 0 100px;
}
.matchcenterblock .matchcenter .gameswitch {
  background-color: #444;
  border: 1px solid #000;
  border-radius: 0.5rem;
  padding: 5px 10px;
  float: right;
  color: #fff;
}
.matchcenterblock .matchcenter .gameswitch .clubname {
  text-transform: uppercase;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #fdc300;
  font-weight: 600;
}
.matchcenterblock .matchcenter .gameswitch .clubname li {
  text-transform: uppercase;
  scroll-snap-align: center;
  flex: 0 0 100%;
}
.matchcenterblock .matchcenter .live {
  float: right;
  background-color: #fdc300;
  color: #000;
  padding: 5px 10px 4px;
  border-radius: 0.5rem;
  font-weight: 600;
}
.matchcenterblock .matchcenter .live .text {
  animation-iteration-count: infinite;
  animation: blinker 2s linear infinite;
}
.matchcenterblock .matchcenter h4 {
  color: #fff;
  font-weight: 300;
  font-size: 2rem;
}
.matchcenterblock .matchcenter h4 .title {
  color: #fdc300;
}
.matchcenterblock .matchcenter .matchdata {
  margin-top: 50px;
}
.matchcenterblock .matchcenter .matchdata .fixture {
  font-size: 3rem;
  color: #fff;
  line-height: 2.7rem;
  text-transform: uppercase;
  font-weight: 600;
}
.matchcenterblock .matchcenter .matchdata .fixture .score {
  display: inline-block;
  text-align: center;
  min-width: 50px;
  font-weight: 600;
  margin-right: 20px;
}
.matchcenterblock .matchcenter .matchdata .league, .matchcenterblock .matchcenter .matchdata .location {
  color: #bbb;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.matchcenterblock .matchcenter .matchdata .league {
  margin-top: 50px;
  font-weight: 600;
}
.matchcenterblock .matchcenter .matchdata ul.teamsheet {
  font-size: 1.1rem;
  background-color: #444;
  border-radius: 0.5rem;
  padding: 10px 20px;
  list-style: none;
}
.matchcenterblock .matchcenter .matchdata ul.teamsheet li {
  color: #fff;
}
.matchcenterblock .matchcenter .matchdata ul.teamsheet li .shirtnumber {
  font-weight: 600;
  margin-right: 20px;
  display: none;
  min-width: 20px;
}
.matchcenterblock .matchcenter .matchdata ul.teamsheet li .surname {
  text-transform: uppercase;
  font-weight: 600;
  color: #fdc300;
}
.matchcenterblock .matchcenter .matchdata ul.teamsheet li.header {
  font-weight: 600;
  margin-bottom: 20px;
}
.matchcenterblock .matchcenter .matchdata ul.teamsheet li.separator {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #fff;
}
.matchcenterblock .matchcenter .matchdata ul.events {
  min-width: 250px;
  font-size: 1.1rem;
  background-color: #fff;
  color: #000;
  border-radius: 0.5rem;
  padding: 10px 20px;
  list-style: none;
}
.matchcenterblock .matchcenter .matchdata ul.events li {
  color: #000;
}
.matchcenterblock .matchcenter .matchdata ul.events li.goal {
  background-color: #ffe981;
  font-weight: bold;
}
.matchcenterblock .matchcenter .matchdata ul.events li.secondhalf {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.matchcenterblock .matchcenter .matchdata ul.events li .time {
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  min-width: 25px;
}
.matchcenterblock .matchcenter .matchdata ul.events li .surname {
  text-transform: uppercase;
  font-weight: 600;
  color: #fdc300;
}
.matchcenterblock .matchcenter .matchdata ul.events li.header {
  font-weight: 600;
  margin-bottom: 20px;
}
.matchcenterblock .matchcenter .matchdata ul.events li.header .clock {
  float: right;
  text-align: left;
  min-width: 50px;
}

@media only screen and (max-width: 991px) {
  .nextmatchbar .head, .nextmatchbar .location, .nextmatchbar .fixture {
    padding-left: 30px;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  .nextmatchbar .fixture {
    margin-top: 5px;
    text-align: left;
  }

  .matchcenterblock .matchcenter .gameswitch {
    float: left;
  }
  .matchcenterblock .matchcenter h4 {
    clear: both;
    margin-top: 50px;
    display: block;
  }
}
.teamblock .details {
  font-size: 1.3rem;
}
.teamblock .league {
  text-align: right;
}

.teamclass {
  font-weight: 600;
  font-size: 1.5em;
}

.teamphotos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.teamphotos .player p {
  border-left: 5px solid #fdc300;
  margin-top: 20px;
  padding-left: 10px;
  color: #000;
  text-transform: uppercase;
  font-size: 1.3em;
}
.teamphotos .player p .surname {
  font-weight: 600;
}
.teamphotos .player img {
  width: 100%;
  height: 320px;
  border-radius: 0.5rem;
  /* cover | contain | fill | scale-down */
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .teamphotos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
  }

  .teamblock .league {
    text-align: left;
    margin-top: 20px;
  }
}
.matchesblock, .blocktoggles {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
}
.matchesblock div, .blocktoggles div {
  position: relative;
}
.matchesblock a, .blocktoggles a {
  color: #000;
  text-decoration: none;
}
.matchesblock a.active, .blocktoggles a.active {
  color: #fdc300;
  border-bottom: 2px solid #fdc300;
}
.matchesblock a:hover, .blocktoggles a:hover {
  color: #fdc300;
  transition: all 500ms;
}
.matchesblock a:hover::before, .blocktoggles a:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: 1;
  border-bottom: 2px solid #fdc300;
  animation: grow 250ms linear;
  animation-fill-mode: forwards;
}

.fixturesblock .fixture {
  background-color: #000;
  background-image: url("/assets/images/slanted-background.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 15px 20px 20px;
}
.fixturesblock .fixture .date {
  border-left: 5px solid #fdc300;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.7rem;
}
.fixturesblock .fixture .date .daynum {
  font-size: 2.5rem;
}
.fixturesblock .fixture .date .time {
  margin-top: 5px;
  margin-bottom: 0;
  color: #fdc300;
}
.fixturesblock .fixture img {
  max-height: 120px;
  max-width: 120px;
}
.fixturesblock .fixture .team {
  font-size: 2.2rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  font-weight: 600;
}
.fixturesblock .fixture .team .competition {
  text-transform: none;
  color: #fdc300;
  font-size: 1.2rem;
  font-weight: 300;
}
.fixturesblock .fixture .location {
  text-align: right;
  font-weight: 600;
  color: #fdc300;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.fixturesblock .fixture .location.away {
  color: #ddd;
}
.fixturesblock .fixture .location .address {
  text-transform: none;
  font-weight: 300;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.fixturesblock .fixture .location a {
  color: #fdc300;
  font-weight: 300;
  text-transform: none;
  font-size: 1rem;
}
.fixturesblock .fixture .location i {
  color: #fdc300;
  font-size: 1rem;
}

.upcomingfixtures {
  background-color: #000;
  padding: 1px 20px 10px;
}
.upcomingfixtures .fixture {
  color: #fff;
  padding-bottom: 10px;
}
.upcomingfixtures .fixture .date {
  border-left: 5px solid #fdc300;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1rem;
  padding-left: 10px;
  padding-right: 20px;
}
.upcomingfixtures .fixture .date .time {
  margin-top: 5px;
  margin-bottom: 0;
  color: #fdc300;
}
.upcomingfixtures .fixture img {
  max-height: 40px;
  max-width: 40px;
}
.upcomingfixtures .fixture .team {
  margin-left: 10px;
  font-size: 1.4rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.upcomingfixtures .fixture .team .competition {
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 300;
}
.upcomingfixtures .fixture .location {
  text-align: right;
  font-weight: 600;
  color: #fdc300;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.1rem;
  max-width: 150px;
}
.upcomingfixtures .fixture .location.away {
  color: #dddd;
}
.upcomingfixtures .fixture .location .address {
  text-transform: none;
  font-weight: 300;
  color: #ae8500;
  font-size: 1rem;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.resultsblock .result {
  background-color: #000;
  background-image: url("/assets/images/slanted-background.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.1em;
  padding: 10px;
}
.resultsblock .result .date {
  text-transform: uppercase;
}
.resultsblock .result img {
  max-width: 100%;
}
.resultsblock .result .home .score {
  margin-left: 20px;
  padding-right: 5px;
}
.resultsblock .result .away .score {
  padding-left: 5px;
  margin-right: 20px;
}
.resultsblock .result .home, .resultsblock .result .away {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 10px;
}
.resultsblock .result .home .score, .resultsblock .result .away .score {
  font-size: 2.5rem;
  vertical-align: middle;
}
.resultsblock .result .home {
  text-align: right;
}
.resultsblock .result .league {
  text-align: right;
}
.resultsblock .result .events {
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 10px;
  padding-bottom: 20px;
}
.resultsblock .result .events ul {
  list-style-type: none;
  padding-left: 0;
}
.resultsblock .result .events .time {
  color: #fdc300;
}
.resultsblock .result .events .home {
  font-size: 1.2rem !important;
  font-weight: 300 !important;
  padding-right: 15px;
}
.resultsblock .result .events .away {
  font-size: 1.2rem !important;
  font-weight: 300 !important;
  padding-left: 15px;
}

.recentresults .result {
  background-color: #000;
  background-image: url("/assets/images/slanted-background.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.1em;
  padding: 15px 15px 0;
}
.recentresults .result img {
  max-width: 100%;
}
.recentresults .result .date {
  text-align: left;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
.recentresults .result .date .time {
  color: #fdc300;
}
.recentresults .result .league {
  text-align: right;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.recentresults .result .home, .recentresults .result .away {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.5rem;
}
.recentresults .result .score {
  font-size: 2.5rem;
  vertical-align: top;
  line-height: 2rem;
}
.recentresults .result .home {
  text-align: right;
}
.recentresults .result .events {
  list-style: none;
  padding-left: 0;
  font-size: 1rem;
  margin-bottom: 0;
}

.leaguetable table {
  width: 100%;
  font-size: 1.1rem;
}
.leaguetable table th {
  text-transform: uppercase;
  border-bottom: 1px solid #bbb;
  padding: 10px 0;
  text-align: center;
}
.leaguetable table tr > th:nth-child(1) {
  text-align: center;
  padding-right: 20px;
}
.leaguetable table tr > th:nth-child(2) {
  text-align: left;
}
.leaguetable table tr > th:nth-child(3), .leaguetable table tr > th:nth-child(7), .leaguetable table tr > th:nth-child(10) {
  padding-left: 10px;
}
.leaguetable table tr > th:nth-child(10) {
  padding-right: 30px;
}
.leaguetable table td {
  font-size: 1.3rem;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.leaguetable table td img {
  max-width: 40px;
  margin-right: 15px;
}
.leaguetable table tr > td:nth-child(1) {
  text-align: center;
  padding-right: 20px;
}
.leaguetable table tr > td:nth-child(2) {
  text-align: left;
  text-transform: uppercase;
}
.leaguetable table tr > td:nth-child(3), .leaguetable table tr > td:nth-child(7), .leaguetable table tr > td:nth-child(10) {
  padding-left: 10px;
  border-left: dotted 1px #bbb;
}
.leaguetable table tr > td:nth-child(10) {
  font-weight: 600;
  padding-right: 30px;
}
.leaguetable table .formgame {
  display: inline-block;
  text-align: center;
  min-width: 25px;
  font-weight: 500;
  color: #fff;
  margin-right: 2px;
  font-size: 1.1rem;
}
.leaguetable table .formgame.win {
  background-color: #0fa60f;
}
.leaguetable table .formgame.loss {
  background-color: #d52929;
}
.leaguetable table .formgame.draw {
  background-color: #666;
}
.leaguetable table .mortimer {
  font-weight: 600;
  color: #000 !important;
}

.leaguetable_simple table {
  width: 100%;
  font-size: 1.1rem;
}
.leaguetable_simple table th {
  text-transform: uppercase;
  border-bottom: 1px solid #bbb;
  padding: 10px 0;
  text-align: center;
}
.leaguetable_simple table tr > th:nth-child(1) {
  text-align: center;
  padding-right: 20px;
}
.leaguetable_simple table tr > th:nth-child(2) {
  text-align: left;
}
.leaguetable_simple table tr > th:nth-child(3), .leaguetable_simple table tr > th:nth-child(7), .leaguetable_simple table tr > th:nth-child(10) {
  padding-left: 10px;
}
.leaguetable_simple table tr > th:nth-child(10) {
  padding-right: 30px;
}
.leaguetable_simple table td {
  font-size: 1.1rem;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.leaguetable_simple table td img {
  max-width: 40px;
  margin-right: 15px;
}
.leaguetable_simple table tr > td:nth-child(1) {
  text-align: center;
  padding-right: 20px;
}
.leaguetable_simple table tr > td:nth-child(2) {
  text-align: left;
  text-transform: uppercase;
}
.leaguetable_simple table tr > td:nth-child(3), .leaguetable_simple table tr > td:nth-child(7) {
  padding-left: 10px;
  border-left: dotted 1px #bbb;
}
.leaguetable_simple table tr > td:nth-child(7) {
  font-weight: 600;
}
.leaguetable_simple table .mortimer {
  font-weight: 600;
  color: #000 !important;
}

@media only screen and (max-width: 991px) {
  .fixturesblock .fixture {
    display: block !important;
  }
  .fixturesblock .fixture img {
    float: right !important;
  }
  .fixturesblock .fixture .team {
    clear: both;
    padding-top: 30px;
  }
  .fixturesblock .fixture .location .address {
    margin-bottom: 0;
  }

  .leaguetable table tr > th:nth-child(1) {
    text-align: left;
    padding-right: 5px;
  }
  .leaguetable table tr > td:nth-child(1) {
    text-align: left;
    padding-right: 0;
  }
  .leaguetable table tr > th:nth-child(10) {
    padding-right: 10px;
  }
  .leaguetable table tr > td:nth-child(6), .leaguetable table tr > td:nth-child(9) {
    padding-right: 10px;
  }
  .leaguetable table td {
    font-size: 1rem;
  }
  .leaguetable table td img {
    display: none;
  }
  .leaguetable table td .formgame {
    font-size: 0.9rem;
  }
}
.newsblock {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.newsblock .newsitem {
  border-bottom: #fdc300 5px solid;
}
.newsblock .newsitem .image {
  width: 550px;
  background-size: cover;
  background-position: center center;
}
.newsblock .newsitem h4 {
  text-transform: uppercase;
}
.newsblock .newsitem p {
  font-size: 1.1rem;
  margin-right: 120px;
}
.newsblock .newsitem .newslink {
  float: right;
  background-color: #fdc300;
  white-space: nowrap;
}
.newsblock .newsitem a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}
.newsblock .newsitem a:hover {
  color: #000;
  transition: all 500ms;
}
.newsblock .newsitem a:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: 1;
  border-bottom: 2px solid #000;
  animation: grow 250ms linear;
  animation-fill-mode: forwards;
}
.newsblock .newsitem .badge {
  background-color: unset;
  color: #ae8500;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin-right: 20px;
  margin-bottom: 5px;
  font-size: 1rem;
}

.newsarticle {
  border-top: #fdc300 5px solid;
  background-color: #CCC;
}
.newsarticle .subhead {
  color: #444;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
}
.newsarticle .image {
  min-width: 550px;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.newsarticle h4 {
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .newsblock .newsitem {
    overflow: hidden;
  }
  .newsblock .newsitem .image {
    min-height: 100px;
  }
}
.sponsorlist .sponsor {
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
.sponsorlist .sponsor img {
  width: 150px;
}
.sponsorlist .sponsor ul.link {
  list-style-type: none;
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  .sponsorlist .sponsor img {
    width: 100px;
  }
  .sponsorlist .sponsor ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
  }
}
.gallerylink {
  background-color: #444;
  border-radius: 0.5rem;
}
.gallerylink img {
  border-radius: 0.5em 0.5em 0 0 !important;
}
.gallerylink .gallerybar {
  padding: 10px 15px 15px;
}
.gallerylink:hover {
  background-color: #ae8500;
  transition: all 500ms;
}
.gallerylink a {
  color: #fdc300;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
}
.gallerylink a:hover {
  color: #fff;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  margin: 0 auto;
  overflow: hidden;
}
.gallery img {
  width: 100%;
  height: 180px;
  border-radius: 0.5rem;
  /* cover | contain | fill | scale-down */
  object-fit: cover;
}
.gallery img:hover {
  cursor: pointer;
}
.gallery img.full {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100%;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.7);
  transition: grow 250ms;
}
.gallery img.full:hover {
  z-index: 999;
  transform: none;
}

@media only screen and (max-width: 991px) {
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.socialfixtureimages img {
  height: 400px;
}

@media only screen and (max-width: 991px) {
  .socialfixtureimages img {
    height: 200px;
  }
}
.sponsors {
  background: #000;
  padding: 50px 0;
  text-align: center;
}
.sponsors img {
  margin: 10px 20px;
}
.sponsors h3 {
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

footer {
  padding: 25px;
  background-color: #ae8500;
  color: #fff;
}
footer a {
  color: #ccc;
}

@keyframes grow {
  100% {
    width: 100%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blinker {
  50% {
    opacity: 0.1;
  }
}

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