/* Fonts */
@font-face {
  font-family: 'FrutigerLT-BlackCn';
  src: url("fonts/FrutigerLT-BlackCn.eot?#iefix") format("embedded-opentype"), url("fonts/FrutigerLT-BlackCn.woff") format("woff"), url("fonts/FrutigerLT-BlackCn.ttf") format("truetype"), url("fonts/FrutigerLT-BlackCn.svg#FrutigerLT-BlackCn") format("svg");
  font-display: block;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FrutigerLT-LightCn';
  src: url("fonts/FrutigerLT-LightCn.eot?#iefix") format("embedded-opentype"), url("fonts/FrutigerLT-LightCn.woff") format("woff"), url("fonts/FrutigerLT-LightCn.ttf") format("truetype"), url("fonts/FrutigerLT-LightCn.svg#FrutigerLT-LightCn") format("svg");
  font-display: block;
  font-weight: normal;
  font-style: normal; }

h1 {
  font-size: 1.75rem; }

h2 {
  font-size: 1.6rem; }

h3 {
  font-size: 1.5rem; }

h1, h2, h3, h4, h5 {
  font-family: "FrutigerLT-BlackCn";
  text-transform: uppercase; }

span {
  font-family: "FrutigerLT-LightCn"; }

p {
  font-size: 0.9rem;
  color: #464646; }
  p span {
    font-family: "FrutigerLT-BlackCn"; }

address span {
  font-family: "FrutigerLT-BlackCn"; }

.btn-link {
  color: #000c34;
  border-bottom: 2px solid #000c34; }
  .btn-link:hover {
    color: #efaf12;
    text-decoration: none;
    border-bottom: 2px solid #efaf12; }
  .btn-link.external {
    margin-bottom: 10px;
    padding-left: 0; }
  .btn-link .fa-external-link-alt {
    margin-right: 5px; }

.article p {
  margin-bottom: 20px; }

.article a.btn-link {
  padding: 0; }

.carousel {
  margin-bottom: 15px; }
  .carousel .carousel-item {
    height: 500px;
    background: #d3d3d3; }
    .carousel .carousel-item .carousel-caption {
      color: #fff; }
      .carousel .carousel-item .carousel-caption h5 {
        font-size: 2rem; }
      .carousel .carousel-item .carousel-caption p {
        font-size: 1.3rem;
        color: #fff; }

.home .on-this-day {
  padding: 0; }
  .home .on-this-day .match-date, .home .on-this-day .match-detail {
    margin-bottom: 45px; }

.home .in-the-media {
  background: #f7f7f7; }
  .home .in-the-media .external {
    white-space: pre-wrap;
    text-align: left; }

.home #soapbox {
  background: #f7f7f7; }

header {
  background-color: #efaf12; }

/* Desktop Navigation */
.main-logo {
  display: block;
  width: 150px;
  padding: 20px 0; }

.nav_desktop {
  margin-top: 50px; }
  .nav_desktop .dropdown:hover > .dropdown-menu {
    display: block; }
  .nav_desktop .dropdown-menu {
    top: 35px;
    background: #F8C444;
    border: none;
    border-radius: unset; }
    .nav_desktop .dropdown-menu .dropdown-item {
      color: #fff;
      text-transform: uppercase;
      transition: color .2s linear; }
      .nav_desktop .dropdown-menu .dropdown-item:hover {
        color: #000c34;
        background: none; }
      .nav_desktop .dropdown-menu .dropdown-item:active {
        color: #000c34; }
      .nav_desktop .dropdown-menu .dropdown-item > span {
        font-family: "FrutigerLT-BlackCn"; }

.nav-link {
  font-family: "FrutigerLT-LightCn";
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  transition: color .2s linear; }
  .nav-link:hover {
    color: #000c34; }
  .nav-link:active {
    color: #000c34; }
  .nav-link > span {
    font-family: "FrutigerLT-BlackCn"; }
  .nav-link.dropdown-toggle:after {
    display: none; }

/* Mobile Navigation */
.nav_mobile .nav-link {
  padding-left: 30px; }
  .nav_mobile .nav-link.dropdown-toggle:after {
    display: inline-block; }

.nav_mobile .dropdown-menu {
  background: #efaf12;
  border: none;
  border-radius: unset; }
  .nav_mobile .dropdown-menu .dropdown-item {
    color: #fff;
    padding-left: 2.5rem;
    text-transform: uppercase;
    transition: color .2s linear; }
    .nav_mobile .dropdown-menu .dropdown-item > span {
      font-family: "FrutigerLT-BlackCn"; }

.nav_mobile .mobile-league {
  position: absolute;
  right: 70px;
  top: 23px;
  width: 100px; }

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 0.2s;
  margin-top: 4px; }

.navbar-toggler {
  position: absolute;
  top: 20px;
  right: 10px;
  border: none;
  background: transparent !important; }
  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  .navbar-toggler .middle-bar {
    opacity: 0; }
  .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }
  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0); }
  .navbar-toggler.collapsed .middle-bar {
    opacity: 1; }
  .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0); }

.notification {
  background: #464646;
  color: #fff;
  line-height: 1.2;
  font-size: 16px; }
  .notification h4 {
    font-size: 16px;
    color: #fff;
    margin: 0; }
  .notification img {
    max-width: 50px;
    padding: 10px 0; }
  .notification .team-name, .notification #position {
    font-family: "FrutigerLT-BlackCn"; }
  .notification .next-match-mobile {
    background: #464646;
    color: #fff;
    text-align: center; }
    .notification .next-match-mobile .team-name {
      font-size: 14px;
      text-align: left; }
      .notification .next-match-mobile .team-name span {
        font-family: "FrutigerLT-LightCn"; }
  .notification .league-position img {
    max-width: 160px;
    padding: 16px 0; }

.message {
  background: #000c34;
  border-top: 1px solid #efaf12;
  border-bottom: 1px solid #efaf12; }
  .message.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; }
  .message a h5 {
    margin-top: .5rem;
    color: #efaf12; }
  .message a:hover {
    text-decoration: none; }

.nav-crumb {
  background: #e9ecef; }
  .nav-crumb .breadcrumb {
    padding: .75rem 0rem;
    margin-bottom: 0; }
    .nav-crumb .breadcrumb .breadcrumb-item a {
      color: #000c34; }
      .nav-crumb .breadcrumb .breadcrumb-item a:hover {
        text-decoration: none; }

/* Global styles */
html, body {
  max-width: 100%;
  overflow-x: hidden; }

body {
  position: relative;
  font-size: 12px;
  font-family: "FrutigerLT-LightCn"; }

a:not([href]):not([tabindex]) {
  color: #fff; }

p {
  margin: 0; }

.main {
  font-size: 1rem;
  margin-bottom: 15px; }

.list-group {
  margin-bottom: 15px; }

.badge-red {
  background-color: #dc3545; }

.badge-yellow {
  background-color: #ffc107; }

.badge-red, .badge-yellow {
  display: inline !important;
  padding: 3px 7px;
  margin-right: 5px; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape), screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .container {
    max-width: none; } }

/* End global styles */
.title {
  background: #000c34;
  padding: 20px 0;
  margin-bottom: 20px; }
  .title h1 {
    margin: 0;
    color: #fff; }
  .title p {
    color: #fff; }

.article-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
  .article-image h1, .article-image p {
    color: #fff; }

.media-row {
  margin-bottom: 15px; }

.copyright {
  margin-top: 15px; }

.fixture {
  background: #f7f7f7;
  margin-bottom: 15px;
  font-size: 1rem; }
  .fixture .card-header {
    background: none;
    border: none;
    padding-bottom: 0; }
    .fixture .card-header .match-date {
      font-family: "FrutigerLT-BlackCn";
      text-transform: uppercase; }
      .fixture .card-header .match-date .date {
        color: #efaf12; }
      .fixture .card-header .match-date span {
        font-family: "FrutigerLT-BlackCn"; }
  .fixture .card-body {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .fixture .card-body .match-detail span {
      font-family: "FrutigerLT-BlackCn";
      font-size: 1.5rem;
      text-transform: uppercase; }
      .fixture .card-body .match-detail span.vs {
        color: #efaf12; }
      .fixture .card-body .match-detail span.score {
        font-size: 2.75rem;
        color: #efaf12; }
    .fixture .card-body .match-detail .fa-futbol, .fixture .card-body .match-detail .fa-star {
      margin-right: 5px; }
    .fixture .card-body .match-local ul {
      padding: 0; }
      .fixture .card-body .match-local ul li {
        display: inline-block; }
        .fixture .card-body .match-local ul li address {
          margin-bottom: 0; }
    .fixture .card-body .fa-angle-double-right {
      margin-left: 5px; }
    .fixture .card-body .fa-video {
      margin-left: 5px; }
    .fixture .card-body .fa-map-marker-alt {
      margin-right: 5px; }
  .fixture .card-footer {
    font-family: "FrutigerLT-BlackCn"; }
    .fixture .card-footer span {
      margin-right: 15px; }

@media (min-width: 576px) {
  .fixture .match-date {
    margin-bottom: 0; } }

.report h1 {
  margin: 30px 0; }

.report .fixture, .report .reportBody, .report .opposition {
  margin-bottom: 30px; }

.report .opposition {
  background: #f7f7f7;
  padding: 15px 0 12px 0; }

.report .squad .badge-starting {
  background-color: #efaf12;
  color: #000c34; }

.report .squad .fa-plus {
  color: #dc3545; }

.report .squad a, .report .squad .badge-starting, .report .squad .badge-secondary, .report .squad .badge-red, .report .squad .badge-yellow, .report .squad .fa-plus {
  margin-right: 5px; }

.report .squad a.btn-link {
  padding: 0; }

.report .squad li {
  font-size: 18px; }

.btn-group {
  margin-bottom: 20px; }
  .btn-group .btn-secondary {
    background-color: #000c34;
    border-color: #000c34; }
    .btn-group .btn-secondary.active {
      background-color: #efaf12 !important;
      border-color: #efaf12 !important; }
    .btn-group .btn-secondary:hover {
      background-color: #efaf12 !important;
      border-color: #efaf12 !important; }

.table-light > th {
  background: #000c34;
  color: #fff; }

.leagueTable tr.slough {
  color: #efaf12;
  background: #f7f7f7;
  font-family: "FrutigerLT-BlackCn"; }

.leagueTable tr:nth-child(2) td, .leagueTable tr:nth-child(2) th, .leagueTable tr:nth-child(8) td, .leagueTable tr:nth-child(8) th, .leagueTable tr:nth-child(21) td, .leagueTable tr:nth-child(21) th {
  border-top: 1px dashed #464646; }

#directionMap {
  width: 100%;
  height: 400px;
  background-color: #464646;
  margin-bottom: 15px; }

.directions .fa-directions, .directions .fa-parking, .directions .fa-bus, .directions .fa-bicycle, .directions .fa-train, .directions .fa-wheelchair {
  margin-right: 5px; }

.awayDirections {
  margin-bottom: 0; }
  .awayDirections table a {
    padding: 0; }

#awayMap {
  width: 100%;
  height: 800px;
  background-color: #464646;
  margin-bottom: 15px; }

.featured, .card-deck, .quote-card {
  margin-bottom: 15px; }

.card {
  border-radius: unset;
  border: none;
  border-top: 3px solid #efaf12;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18); }
  .card.news {
    padding-bottom: 50px; }
  .card.away {
    border-top: 3px solid #000c34; }
  .card.no-border {
    border: none; }
  .card.ads img {
    margin-bottom: 10px; }
  .card a {
    color: #212529; }
    .card a:hover {
      text-decoration: none;
      color: #efaf12; }
  .card .card-img-top {
    border-radius: unset; }
  .card .card-title {
    margin-bottom: 0; }
  .card .card-text {
    font-size: .9rem; }
  .card .card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: none; }
    .card .card-footer small {
      font-size: .9rem; }
  .card .fa-angle-double-right {
    margin-left: 5px; }
  .card .fa-futbol {
    margin-right: 2px; }

.squad .card {
  border: none; }

.quote {
  background: #f7f7f7;
  margin-bottom: 15px; }
  .quote .fa-quote-left, .quote .fa-quote-right {
    display: block; }
  .quote .fa-quote-left {
    margin-right: 15px; }
  .quote .fa-quote-right {
    margin-left: 15px;
    text-align: right; }
  .quote p {
    font-size: 1.4rem; }
  .quote .card-title {
    margin-bottom: 0; }

.player-name {
  line-height: 1; }
  .player-name span, .player-name h1 {
    display: inline; }
  .player-name span {
    color: #efaf12;
    font-size: 4rem;
    margin-right: 15px; }

.profile .stats {
  margin-bottom: 15px; }
  .profile .stats h2 {
    margin-top: 15px; }
  .profile .stats img {
    width: 100%; }

.profile span {
  font-family: "FrutigerLT-BlackCn"; }

.profile .bio {
  margin-bottom: 15px; }

.profile table a {
  padding: 0; }

.squad h2 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 25px; }

.squad .card {
  margin-bottom: 15px; }
  .squad .card .squad-number {
    color: #efaf12;
    font-size: 2.5rem; }
    @media (min-width: 576px) {
      .squad .card .squad-number {
        font-size: 4.5rem; } }
  .squad .card .card-title {
    font-size: 1rem; }
    @media (min-width: 576px) {
      .squad .card .card-title {
        font-size: 1.25rem; } }
  .squad .card .card-img-overlay {
    padding: 0.5rem;
    line-height: 1; }

.database .input-group {
  margin: 30px 0 60px; }

.database input {
  border-color: #6c757d; }

.database input, .database .fa-search {
  font-size: 25px; }

.database .btn-outline-primary {
  color: #000c34;
  border-color: #000c34; }
  .database .btn-outline-primary:hover {
    color: #fff;
    border-color: #efaf12;
    background-color: #efaf12; }

.opposition table a {
  padding: 0; }

footer {
  border-top: 5px solid #000c34;
  padding-bottom: 15px;
  background: #F8C444;
  color: #fff; }
  footer .nav-link {
    font-size: 0.8rem; }
  footer .sponsors {
    margin-bottom: 15px; }
    footer .sponsors a {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px; }
      footer .sponsors a :last-child {
        margin-right: 0; }
  footer .primary-sponsors {
    margin-top: 15px; }
  footer .secondary-sponsors {
    margin-bottom: 40px; }
  footer .social {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px; }
    footer .social.facebook {
      background-image: url("/images/main/icons/social/facebook.svg"); }
    footer .social.twitter {
      background-image: url("/images/main/icons/social/twitter.svg"); }
    footer .social.youtube {
      background-image: url("/images/main/icons/social/youtube.svg"); }
    footer .social.instagram {
      background-image: url("/images/main/icons/social/instagram.svg");
      margin-right: 0; }

.terms {
  background: #464646; }
  .terms .nav-link {
    font-size: 0.6rem; }
  .terms p {
    color: #fff;
    font-size: 0.6rem;
    padding-bottom: 10px; }

@media (min-width: 576px) {
  .terms .nav-link {
    font-size: 0.8rem; }
  .terms p {
    font-size: 0.8rem;
    padding-bottom: 0; } }
