body {
  background-color: #F0F1F3;
}
.field {
  width: 100%;
}
.freshdesk-media-name,
.opta-media-name {
  display: none;
}

.o--vertical-rhythm--top {
  margin-top: 25px;
}

.o--vertical-rhythm-child > .field > .field__item {
  margin-top: 25px;
}

.region-header-top .dfp-tag {
  text-align: center;
  padding: 15px 0;
  background-color: #333;
}
.o-layout__sidebar .dfp-tag {
  margin-bottom: 25px;
}

.o-layout__sidebar .block-dfp {
  text-align: center;
}
.page-node-type-landing-page .o-layout__sidebar .dfp-tag {
  margin-top: 25px;
  margin-bottom: 0px;
}
.region-node-sidebar .dfp-tag,
.region-node-sidebar-top .dfp-tag {
  margin-top: 0;
  margin-bottom: 25px;
}

.region-header-top .script-block--ad {
  text-align: center;
  padding: 15px 0;
  background-color: #333;
}

#program-finder-container {
  height: 750px;
}

/* Hide the open full screen button in webview mode for mobile app only. */
.webview .article-banner-gallery .open-fullscreen {
  display: none;
}

@media screen and (min-width: 415px) {
  #program-finder-container {
    height: 730px;
  }
}

@media screen and (min-width: 695px) {
  #program-finder-container {
    height: 1200px;
  }
}

/**
 * @todo
 *   Move these into styleguide. Was placed here because styleguide failed to compile.
 *
 * -- Beginning --
 */
article.article-detail.webview .o-block {
  padding-left: 0;
  padding-right: 0;
}

article.article-detail.o-vertical-rhythm--fixed-top.webview {
  margin-top: 0;
}

article.article-detail.webview .o-whitebox {
  padding: 20px 25px 10px;
}

article.article-detail.webview .o-whitebox--bordered {
  border: none;
}

article.article-detail.webview .o-vertical-rhythm--fixed,
article.article-detail.webview .o-vertical-rhythm--small {
  margin-bottom: 0;
}

@media (max-width:479px) {
  article.article-detail.webview .o-block--corset:not(.o-block--flush):not(.branded-nav__inner) {
    padding-left: 0;
    padding-right: 0;
  }
}

.path-brightcove-video .o-vertical-rhythm--fixed {
  margin-bottom: 0;
}

div.tabs {
	margin: 1em 0;
  }
  ul.tabs {
	margin: 0.5em 2em 1em 2em !important;
	padding: 0;
	list-style: none;
  }
  .tabs > li {
	display: inline-block;
	margin-right: 0.3em; /* LTR */
  border-radius: 4px;
  border: 1px solid #777;
  }
  [dir="rtl"] .tabs > li {
	margin-right: 0;
	margin-left: 0.3em;
  border-radius: 4px;
  border: 1px solid #777;
  }
  .tabs a {
	display: block;
	padding: 0.2em 1em;
	text-decoration: none;
  }
  .tabs a.is-active {
	background-color: #eee;
	text-decoration: underline;
	color:blueviolet;
  }
  .tabs a:focus,
  .tabs a:hover {
	background-color: #f5f5f5;
  }


/**
 * @file
 * Styles for system messages.
 */
.messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  padding: 15px 20px 15px 35px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

[dir="rtl"] .messages {
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
  padding-left: 20px;
  padding-right: 35px;
  text-align: right;
}

.messages + .messages {
  margin-top: 1.538em;
}

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  background-image: url(/core/misc/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #77b259;
  /* LTR */
}

[dir="rtl"] .messages--status {
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259;
  margin-left: 0;
}

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  background-image: url(/core/misc/icons/e29700/warning.svg);
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */
}

[dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600;
}

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  background-image: url(/core/misc/icons/e32700/error.svg);
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  box-shadow: -8px 0 0 #e62600;
  /* LTR */
}

[dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
  color: #a51b00;
}

/**
 * Drupal messages overrides
 * /core/themes/classy/css/components/messages.css
 */
.messages {
  font-size: 20px;
  text-align: center;
  padding: 29px 15px;
}

.messages--status {
  box-shadow: none;
  border-left-width: 1px;
  border-left-color: #c9e1bd;
  margin: 1.5em 1.5em;
}

.messages--warning {
  box-shadow: none;
  border-left-width: 1px;
  border-left-color: #f4daa6;
}

.messages--error {
  box-shadow: none;
  border-left-width: 1px;
  border-left-color: #f9c9bf;
}

@media (min-width: 660px) {
    .page-title {
      font-size: 30px;
  } 
}

.edit-liveblog-post {
  border-radius: 4px !important;
  border: 1px solid grey !important;
  padding: 4px !important;
}
/* 
.club_info__5star_block {
  display: block;
}

.club_info__5star {
  width: 3.5em;
  margin-left: 1rem;
}

.club_info_list__5star {
  width: 3.5em;
  margin-left: 0;
  margin-right: 1.5rem;
}

.club_info__address_block {
  display:flex;
  flex-direction: row;
  align-content: center;
}

.club_info__address,
.club-info__address {
    display: block;
    font-size: 14px;
    color: #777;
    margin-right: 0.5rem;
} */

.bc-player-default_default  {
  width: 100% !important;
  height: 480px !important;
  font-size: 14px;
  overflow: hidden;
  }

/* Adjust z-index for header items to work with Gin Toolbar */
.network-nav {
  z-index: 460 !important;
}
.branded-header__wrap {
  z-index: 450 !important;
}

.branded-nav {
  z-index: 445 !important;
}

.branded-nav__inner {
  transition-property: transform,max-width,visibility,width;
}

.branded-nav__inner--mobile-visible {
  /* display: block!important; */
  visibility: visible!important;
  width: 100%!important;
  transform: translateX(-100%)!important;
}
@media (max-width: 759px) {
  .branded-nav__inner {
    visibility: hidden;
    width: 0;
  }
}
/* .branded-nav__inner {
  display: none;
} */

.branded-nav__overlay {
  z-index: 440 !important;
}
.match-ribbon__view-fixtures-btn {
  z-index: 425 !important;
}

header {
  z-index: 440 !important;
}

.site-nfc .branded-header--brand-color .branded-header__hamburger span {
  background-color: #7668ff;
  }

/**
 * Toolbar tray.
 */
 .toolbar .toolbar-tray {
  z-index: 2001 !important;
  display: none;
}

.ribbon-container__overlay {
  z-index: 430 !important;
}


.ribbon-wrapper {
  z-index: 422 !important;
}




/**
 * -- End --
 */





/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * User generated tables.
 */

 .forum table,
 .text-content table,
 .views-table,
 .draggable-table {
   margin-top: 2.25rem;
   margin-bottom: 2.25rem;
   border-spacing: 0;
   color: #313637;
   border: 0;
   border-collapse: collapse;
   font-family: metropolis, sans-serif;
   font-size: 1rem;
   line-height: 1.6875rem;
 }
 
 [dir="ltr"] .forum table caption,
 [dir="ltr"] .text-content table caption,
 [dir="ltr"] .views-table caption,
 [dir="ltr"] .draggable-table caption {
   text-align: left;
 }
 
 [dir="rtl"] .forum table caption,
 [dir="rtl"] .text-content table caption,
 [dir="rtl"] .views-table caption,
 [dir="rtl"] .draggable-table caption {
   text-align: right;
 }
 
 .forum table caption,
 .text-content table caption,
 .views-table caption,
 .draggable-table caption {
   margin-bottom: 1.125rem;
   color: #313637;
   font-family: Lora, georgia, serif;
   font-size: 0.875rem;
   font-style: italic;
   line-height: 1.125rem;
 }
 
 .forum table tr:last-child td,
 .text-content table tr:last-child td,
 .views-table tr:last-child td,
 .draggable-table tr:last-child td {
   border-bottom: 0;
 }
 
 [dir="ltr"] .forum table td,
 [dir="ltr"] .text-content table td,
 [dir="ltr"] .views-table td,
 [dir="ltr"] .draggable-table td,
 [dir="ltr"] .forum table th,
 [dir="ltr"] .text-content table th,
 [dir="ltr"] .views-table th,
 [dir="ltr"] .draggable-table th {
   padding-left: 0;
 }
 
 [dir="rtl"] .forum table td,
 [dir="rtl"] .text-content table td,
 [dir="rtl"] .views-table td,
 [dir="rtl"] .draggable-table td,
 [dir="rtl"] .forum table th,
 [dir="rtl"] .text-content table th,
 [dir="rtl"] .views-table th,
 [dir="rtl"] .draggable-table th {
   padding-right: 0;
 }
 
 [dir="ltr"] .forum table td,
 [dir="ltr"] .text-content table td,
 [dir="ltr"] .views-table td,
 [dir="ltr"] .draggable-table td,
 [dir="ltr"] .forum table th,
 [dir="ltr"] .text-content table th,
 [dir="ltr"] .views-table th,
 [dir="ltr"] .draggable-table th {
   padding-right: 1.125rem;
 }
 
 [dir="rtl"] .forum table td,
 [dir="rtl"] .text-content table td,
 [dir="rtl"] .views-table td,
 [dir="rtl"] .draggable-table td,
 [dir="rtl"] .forum table th,
 [dir="rtl"] .text-content table th,
 [dir="rtl"] .views-table th,
 [dir="rtl"] .draggable-table th {
   padding-left: 1.125rem;
 }
 
 .forum table td,
 .text-content table td,
 .views-table td,
 .draggable-table td,
 .forum table th,
 .text-content table th,
 .views-table th,
 .draggable-table th {
   padding-top: 0.6em;
   padding-bottom: 0.6em;
   vertical-align: middle;
 }
 
 [dir="ltr"] .forum table th,
 [dir="ltr"] .text-content table th,
 [dir="ltr"] .views-table th,
 [dir="ltr"] .draggable-table th {
   margin-left: 0;
 }
 
 [dir="rtl"] .forum table th,
 [dir="rtl"] .text-content table th,
 [dir="rtl"] .views-table th,
 [dir="rtl"] .draggable-table th {
   margin-right: 0;
 }
 
 [dir="ltr"] .forum table th,
 [dir="ltr"] .text-content table th,
 [dir="ltr"] .views-table th,
 [dir="ltr"] .draggable-table th {
   margin-right: 0;
 }
 
 [dir="rtl"] .forum table th,
 [dir="rtl"] .text-content table th,
 [dir="rtl"] .views-table th,
 [dir="rtl"] .draggable-table th {
   margin-left: 0;
 }
 
 [dir="ltr"] .forum table th,
 [dir="ltr"] .text-content table th,
 [dir="ltr"] .views-table th,
 [dir="ltr"] .draggable-table th {
   text-align: left;
 }
 
 [dir="rtl"] .forum table th,
 [dir="rtl"] .text-content table th,
 [dir="rtl"] .views-table th,
 [dir="rtl"] .draggable-table th {
   text-align: right;
 }
 
 .forum table th,
 .text-content table th,
 .views-table th,
 .draggable-table th {
   margin-top: 0;
   margin-bottom: 0;
   letter-spacing: 0.02em;
   color: #0d1214;
   border-bottom: 2px solid #2494db;
   font-family: metropolis, sans-serif;
   font-size: 0.875rem;
   line-height: 1.125rem;
 
   /**
      * Fixes for styles injected by CKEditor
      */
 }
 
 [dir="ltr"] .forum table th.text-align-left,
 [dir="ltr"] .text-content table th.text-align-left,
 [dir="ltr"] .views-table th.text-align-left,
 [dir="ltr"] .draggable-table th.text-align-left {
   text-align: left;
 }
 
 [dir="rtl"] .forum table th.text-align-left,
 [dir="rtl"] .text-content table th.text-align-left,
 [dir="rtl"] .views-table th.text-align-left,
 [dir="rtl"] .draggable-table th.text-align-left {
   text-align: right;
 }
 
 [dir="ltr"] .forum table th.text-align-right,
 [dir="ltr"] .text-content table th.text-align-right,
 [dir="ltr"] .views-table th.text-align-right,
 [dir="ltr"] .draggable-table th.text-align-right {
   text-align: right;
 }
 
 [dir="rtl"] .forum table th.text-align-right,
 [dir="rtl"] .text-content table th.text-align-right,
 [dir="rtl"] .views-table th.text-align-right,
 [dir="rtl"] .draggable-table th.text-align-right {
   text-align: left;
 }
 
 .forum table th.text-align-center,
 .text-content table th.text-align-center,
 .views-table th.text-align-center,
 .draggable-table th.text-align-center {
   text-align: center;
 }
 
 .forum table th.text-align-justify,
 .text-content table th.text-align-justify,
 .views-table th.text-align-justify,
 .draggable-table th.text-align-justify {
   text-align: justify;
 }
 
 .forum table td,
 .text-content table td,
 .views-table td,
 .draggable-table td {
   white-space: normal;
   border-bottom: 2px solid #98abb9;
 }
 
 .forum table th.checkbox,
 .text-content table th.checkbox,
 .views-table th.checkbox,
 .draggable-table th.checkbox,
 .forum table td.checkbox,
 .text-content table td.checkbox,
 .views-table td.checkbox,
 .draggable-table td.checkbox {
   text-align: center;
 }
 
 .draggable-table {
   width: 100%;
 }
 
 .draggable-table .form-item {
   margin-top: 0;
 }
 
 .tablesort {
   vertical-align: middle;
 }
 
 .sticky-header {
   z-index: 0;
   margin: 0;
   border-bottom: 0.25rem solid #2494db;
 }
 
 /* Properly align VBO checkboxes. */
 
 .views-field-node-bulk-form .form-item {
   margin: 0;
 }
 
/* Our Game Nominate Button */

.rich-text-output .rich-btn-ourgame {
  display: block;
  width: 100%;
  padding: 20px 70px 20px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background-color: #7c53c8;
  border-radius: 5px;
  margin-bottom: 15px;
  transition-duration: 250ms;
  position: relative;
}

.rich-text-output .rich-btn-ourgame::after {
  content: '';
  width: 20px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/themes/custom/fhtheme/assets/icons/icon--arrow-right-white.svg") center center no-repeat;
  height: 20px;
  background-size: contain;
}

.rich-text-output .rich-btn-ourgame:hover {
  background-color: #7c53c88a;
}

.search-result-row {
  border-bottom: 1px solid grey;
  /* border-radius: 5px; */
  /* margin-bottom: 2rem; */
  padding-top: 1rem;
  }

u {
  text-decoration: underline;
}

.search-results-container .view-header {
  padding-bottom: 0.5em;
  border-bottom: 1px solid grey;
}
.search-result-row > .views-field-title {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}

.search-result-row > .views-field-title a {
  color:#143e34;
  text-decoration: none;
}

.search-result-row > .views-field-title a:hover,
.search-result-row > .views-field-title a:active {
  color:#1e6151;
  text-decoration: underline;
}
.search-result-title {
  color: black;

}
.views-field-field-article-thumbnail {
  margin-bottom: 0.5em;
}

.views-more-link {
  font-size: 18px;
}

.search-result-thumb {

}

.views-field-changed {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #aaa;
}

.ffa-search-view > .view-header {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Search Bar */

.sbar{
  max-width: 170px;
  width: auto;
  margin-left: 1.3em;
}

.sbar input{
  max-width: 170px;
  width: 100%;
  -webkit-appearance: none !important;
  background-clip: padding-box;
  background-color: white;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 1px solid #e0e0e5;
  font-size: 1rem;
  width: 100%;
  padding: 6px 4px;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.sbar input:focus{
  transition: all 0.5s;
  box-shadow: 0 0 40px #f9d442b9;
  border-color: #f9d342;
  outline: none;
}
.sbar input::placeholder {
  color:#bbb;
}

.social-links {
  max-width: 246px;
  width: 100%;
  padding-left: 43px;
}

@media screen and (max-width: 458px) {
  .site-default .sbar {
   max-width: 120px;
   display: none;
  }
}

.article-tile__underbar {
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.article-tile__duration {
  font-family: "Gibson",Arial,Helvetica,sans-serif;
  display: inline-block;
  letter-spacing: .02em;
  line-height: 1.76em;
  height: 1.76em;
  padding: 0 0.6em;
  position: absolute;
  color: #ffb81c;
  z-index: 1;
  left: 8px;
  top: 8px;
  background-color: #000;
  font-size: 0.8rem;
  border: 1px solid black;
  border-radius: 4px;
}

 /* Overrides - Hub */
.site-default .st3 {
  fill: #000;
}

 /* Overrides - Matildas */
.site-matildas .article-tile__duration {
  color:  #143e34;
  background-color: #ffb81c;
  border-color: #ffb81c;
}

.site-matildas .article-tile__timestamp {
color: #143e34;
}

 /* Overrides - AusCup */

 .site-ffacup .article-tile__duration {
  color:  #143e34;
  background-color: #1DC8FC;
  border-color: #1DC8FC;
}

.site-ffacup .article-tile__timestamp {
  color: #143e34;
}

.site-ffacup .article-tile__underbar {
  background-color: #1DC8FC;
}

.site-ffacup [class*=pill]::after {
  background-color: #1DC8FC;
  }

.site-ffacup .st3 {
  fill: #111C2B;
}

.site-ffacup .article-tile__icon {
  background-color: #1DC8FC;
}

.site-ffacup .pagination__link.is-active {
  color: #1DC8FC!important;
  border-color: currentColor;
}

.site-ffacup .featured-article-tile__icon {
  background-color: #1DC8FC;
}

.site-ffacup .featured-article-tile__timestamp {
  background-color: #1DC8FC;
  color: #111C2B!important;
}

.site-ffacup .banner-thin {
  background-size: cover;
}

.site-ffacup .branded-nav, 
.site-ffacup .branded-nav__inner {
  background: #111C2B;
}

.site-ffacup .accordion__content a, 
.site-ffacup .accordion__content blockquote::before, 
.site-ffacup .rich-text-output a, 
.site-ffacup .rich-text-output blockquote::before {
  color: #1DC8FC;
}

.site-ffacup .social-links {
  max-width: 400px!important;
  width: 100%;
  padding-left: 30px;
}


 /* Overrides - Hub */

 .site-default .article-tile__duration {
  color:  #fff;
  background-color: #00007d;
  border-color: #00007d;
}

.site-default [class*=pill]::after {
  background-color: #00007d;
  }

.site-default .st3 {
  fill: #fff;
}

.site-default .banner-thin {
  background-size: cover;
}

/* Overrides - FFA */

.site-ffa .article-tile__duration {
  color:  #000;
  background-color: #ffb81c;
  border-color: #ffb81c;
}

.site-ffa .banner-thin {
  background-size: cover;
}




/* Overrides - Socceroos */

.site-socceroos .article-tile__duration {
  color:  #000;
  background-color: #ffb81c;
  border-color: #ffb81c;
}

.site-socceroos .banner-thin {
  background-size: cover;
}



/* Overrides - FFV */

.site-ffv .st3 {
  fill: #fff;
}

.site-ffv .article-tile__duration {
  color:  #fff;
  background-color: #245dae;
  border-color: #245dae;
}

.site-npl .article-tile__duration {
  color:  #fff;
  background-color: #00a9e0;
  border-color: #00a9e0;
}

.article-tile--sidebar  .article-tile__duration {
  letter-spacing: 0;
  height: 1.76em;
  padding: 0 0.6em;
  left: 6px;
  top: 64px;
  font-size: 0.6rem;
  border-radius: 3px;
}

  /* Fix icon spacing */
.social-block .social-block__social-links .social-links__link {
  height: 26px;
  width: 24px;
  margin-left: 0;
}

.match-ribbon-tile__bdetails {
  display: none;
}

.match-ribbon-tile__bdetails > .match-ribbon-tile__broadcasters {
  display: none;
}

/*

.social-block .social-block__social-links .social-links__link--twitter {
  background-image: url("/themes/custom/fhtheme/assets/icons/social/icon--x-dark.svg");
}

.splash-page .splash-page__share-block a.twitter {
  background-image: url("/themes/custom/fhtheme/assets/icons/social/icon--x.svg");
  background-size: 15px;
}

.voting .voting__share__link--twitter::before {
  background-image: url("/themes/custom/fhtheme/assets/icons/social/icon--x-dark.svg");
}
.social-links__link--twitter {
  background-image: url("/themes/custom/fhtheme/assets/icons/social/icon--x-gray.svg");
}

.social-shares__link--twitter::before {
  background-image: url("/themes/custom/fhtheme/assets/icons/social/icon--x.svg");
}

*/



.comparison-tiles-block {
  margin-top: 1em;
}

.views-view-responsive-grid__item {
  border: 1px solid grey;
  border-radius: 5px;
  padding: 15px;
  background-color: white;

}

.views-view-responsive-grid__item-inner {
  text-align: center;
}




.site-ffacup .match-ribbon-tile__broadcaster-logo, 
.site-socceroos .match-ribbon-tile__broadcaster-logo {
  max-height: 20px!important;
}

.site-ffacup .match-ribbon-tile__broadcaster-logo:hover, 
.site-socceroos .match-ribbon-tile__broadcaster-logo:hover {
  max-height: 22px!important;
  height: 22px;
}

.match-banner__media-icon {
  display: block;
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.match-banner__media-icon:hover {
  /* display: block;
  width: auto; */
  height: 22px;
  /* margin-right: 10px; */
}

.match-banner__media-link:last-child {
  padding-right: 15px;
}

.match-ribbon-tile__bdetails > .match-ribbon-tile__broadcasters {
display: flex!important;
text-align: center;
border-top: 1px solid #f0f0f0;
flex-direction: row;
justify-content: space-evenly;
  padding-top: 5px;
}

.site-ffacup .match-ribbon-tile__broadcaster-logo, 
.site-matildas .match-ribbon-tile__broadcaster-logo, 
.site-socceroos .match-ribbon-tile__broadcaster-logo {
max-height: 26px;
margin-left: 13px;
vertical-align: middle;
padding-top: 2px;
margin-right: 13px;
}

.site-matildas .match-banner__media-label,
.site-ffacup .match-banner__media-label,
.site-socceroos .match-banner__media-label {
  text-transform: uppercase;
  opacity: 1;
  font-size: 11px;
  padding-right: 10px;
  border: 1px solid grey;
  border-radius: 5px;
  background-color: black;
  margin-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  padding-left: 11px;
}


.cls-1{ fill:#e2e6e9!important;}
.cls-2{ fill:#1e1e1e;
  font-size:10px;
  font-family:Gibson-Semibold,Gibson;
  font-weight:600
}

.matchcentre-label{
  color: #1e1e1e;
  text-transform: uppercase;
  font-family:Gibson-Semibold,Gibson;
  font-weight: 600;
  font-size: 10px;
}

.match-ribbon-tile__links, 
.match-ribbon-tile__links a {
  position: absolute;
  height: 55%;
  width: 100%;
  padding-top: 7px;
  background-color: #fff;
}

.match-ribbon-tile__links a svg {
  margin: 0!important;
}

#sliding-popup h1, 
#sliding-popup h2, 
#sliding-popup h3, 
#sliding-popup p, 
#sliding-popup label, 
#sliding-popup div, 
.eu-cookie-compliance-more-button, 
.eu-cookie-compliance-secondary-button, 
.eu-cookie-withdraw-tab {
	font-family: Helvetica, sans-serif!important;
}

.site-ffacup .accordion__content ul li::before, 
.site-ffacup .rich-text-output ul li::before {
  background-color: #101c2b;
  }

  /* Solr Search */
  .solr-search-view {
    font-family: Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.25;
  }
  .solr-search-row {
    margin: 1em;
    border-bottom: 1px solid #ccc;
    overflow: auto;
    padding-bottom: 10px;
  }
  
  .solr-search-ref {
    color: green;
    text-decoration: none;
  }
  
  .solr-search-title a {
    font-size:1.2em;
      text-decoration: none;
      color: color(srgb 0 0 0.49);
  }
  
  .solr-search-title a:hover {
    text-decoration: underline;
    color: color(srgb 0 0 0.49 / 0.63);
    }
  
  .solr-search-image img {
      float: left;
      margin-right: 1em;
    border-radius: 9px;
    margin-top: 9px;
  }
  
  .solr-byline-field {
    font-size: 0.8em;
    color: color(srgb 0.3177 0.485 0.319);
  }
  
  .solr-search-byline {
    color: #aaa;
  }
  
  .views-field-changed {
    margin-top: 0;
  margin-bottom: 0;
  color: #aaa;
  font-size: 0.8em;
  }
  
  .solr-search-view .views-field-body {
  margin-top: 6px;
  line-height: 1.5;
  color: #888;
  }


.solr-search-view .view-filters {
  margin: 1em;
}

.solr-search-view fieldset {
  padding: 0.8em;
  border-radius: 0.5em;
}

.solr-search-view .btn {
padding: 0.8em 1.3em;
}

.solr-search-view .view-empty,
.solr-search-view .view-footer {
	margin: 1em;
  color: #aaa;
}
.solr-search-view .view-header {
	margin: 1em;
  	color: #888;
}

.solr-search-view .fieldset-legend {
  	padding-left: 4px;
	padding-right: 4px;
	font-weight: 600;
}

.solr-search-view .styled-form__input--text {
border: 1px solid #b8b8b8;
padding: 0 7px;
border-radius: 4px;
  height: 32px
}

.site-ffv .solr-search-view figure {
  /* border: 1px solid #f40505;
padding: 10px; */
}

.site-ffv .solr-search-changed {
  font-size: 0.7em;
color: rgba(36, 93, 173, 0.63);
}

.site-ffv .solr-search-view .rich-text-output figure figcaption {
font-size: 12px;
/* max-width: 380px; */
}

.site-ffv .solr-search-view .rich-text-output p {
font-size: 16px!important;
}

.site-ffv .solr-search-view .rich-text-output .standfirst {
font-size: 1em;
color: #1e1e1e;
line-height: 1.3;
margin-bottom: 1em;
font-weight: normal;
font-style: italic;
}


.solr-tags-wrapper,
.solr-search-file-link {
  margin: 0.3em;
}
.solr-search-document-text {
  margin-left: 0.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color:#aaa;
}


.solr-search-document-tags a {
background-color: color(srgb 0.08 0.2427 0.2021);
border-radius: 8px;
padding-left: 5px;
padding-right: 5px;
color: white;
padding-top: 3px;
padding-bottom: 3px;
font-size: small;
}


.solr-search-file-link a {
background-color: transparent;
color: color(srgb 0.08 0.2427 0.2021);
text-decoration: none;
}
.solr-search-file-link a:hover {
background-color: transparent;
color: color(srgb 0.08 0.2427 0.2021);
text-decoration: underline;
}
a {
background-color: transparent;
color: color(srgb 0.08 0.2427 0.2021);
text-decoration: none;
}

.solr-search-title a:hover {
text-decoration: underline;
color: color(srgb 0.0773 0.2468 0.2017);
}

.solr-search-title a {
text-decoration: none;
color: color(srgb 0.0773 0.2468 0.2017);
}


.pagination__link.is-active {
  color: #336c34!important;
  border-color: currentColor;
  }
  
  .pagination__next, 
  .pagination__prev,
  .pagination__first,
  .pagination__last {
    height: 50px;
    font-size: 16px;
    color: #777;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    float: none;
    min-width: 100px;
    background-color: #eaeaea;
    margin-right: 10px;
    margin-bottom: 10px;
  }