html, body {
    font-size: 16px;
    font-family: "Martel", serif;
    padding: 0;
    margin: 0;
    height: 100%;
}
h1, h2, h3, h4 {
    margin: 0;
    font-size: inherit;
}
a, a:visited {
    text-decoration: none;
    color: #003399;
}
.none {
    display: none !important;
}
#loading-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #003399;
    font-size: 72px;
    z-index: 999;
    color: white;
}
#loading-overlay > .fa-futbol {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    -webkit-animation: bounce 0.5s infinite alternate;
    -moz-animation: bounce 0.5s infinite alternate;
    -o-animation: bounce 0.5s infinite alternate;
    animation: bounce 0.5s infinite alternate;
}
#loading-overlay > #ball-shadow {
    position: absolute;
    height: 4px;
    width: 24px;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: 36px;
    background-color: black;
    opacity: 0.1;
    border-radius: 3px;
    -webkit-animation: scale 0.5s infinite alternate;
    -moz-animation: scale 0.5s infinite alternate;
    -o-animation: scale 0.5s infinite alternate;
    animation: scale 0.5s infinite alternate;
}
@-webkit-keyframes bounce {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-100px);
    }
}
@keyframes bounce {
    0% {
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}
@-webkit-keyframes scale {
    0% {
        transform: scale(2, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
@keyframes scale {
    0% {
        -ms-transform: scale(2, 1.5);
        transform: scale(2, 1.5);
    }
    100% {
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
#wrapper {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    background-color: white;
}
#wrapper > div {
    display: table-cell;
    vertical-align: top;
}
#d-logo {
    display: block;
    width: 70%;
    margin: 25px auto;
}
#m-logo {
    height: 40px;
    margin: 20px auto;
    display: none;
}
#nav {
    width: 15%;
    min-width: 250px;
    height: 100%;
    background-color: white;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
}
#main {
    width: 80%;
}
#nav-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    padding: 15px 25px;
    font-size: 200%;
    color: #003399;
    display: none;
    cursor: pointer;
}
#nav-menu-container {
    background-color: white;
    overflow: hidden;
}
.nav-menu, .nav-sub-menu {
    padding: 0;
    margin: 25px 0;
    list-style-type: none;
}
.nav-menu li > a, .nav-menu li > span, .nav-menu li button {
    display: block;
    padding: 10px 25px;
    color: #003399;
    cursor: pointer;
    background: none;
    border: none;
    text-align: start;
    font-family: "Martel", serif;
}
.nav-menu li button {
    width: 100%;
}
#content-menu.nav-menu li > a, #content-menu.nav-menu li > span {
    font-size: 16px;
}

.nav-text {
    margin-left: 10px;
}
.nav-sub-menu {
    margin: 0;
    display: none;
    background-color: #EEEEEE;
}
.nav-sub-menu > li > a {
    padding: 10px 50px;
    position: relative;
}
.nav-letter-count {
    float: right;
    padding: 1px 5px;
    opacity: 0.5;
    position: absolute;
    right: 50px;
}
.nav-generic-list {
    border-top: 1px solid #003399;
    padding: 25px 0 0 0;
    list-style-type: none;
}
.nav-generic-list ul {
    list-style-type: none;
    padding: 0;
}
.list-title-only {
    cursor: default !important;
    color: black !important;
    opacity: 0.5;
}
#nav-hide {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    box-sizing: border-box;
    color: #003399;
    cursor: pointer;
    display: none;
}
.nav-minimised {
    width: auto !important;
}
.logo-minimised {
    width: 50px !important;
    margin-bottom: 106px !important;
}
.nav-a-fw {
    padding: 15px 0 !important;
    width: 75px;
    text-align: center;
}
.search-hidden {
    visibility: hidden;
    width: 1px !important;
}
.main-maximised {
    width: calc(100% - 75px) !important;
    margin-left: 75px !important;
}
#footer {
    clear: both;
    font-family: "Oswald", sans-serif;
    min-height: 200px;
    overflow: hidden;
    border-top: 1px solid #003399;
    margin-bottom: 100px;
}
.footer-links, #footer-text {
    width: 33.33%;
    float: left;
    padding: 25px 5%;
    box-sizing: border-box;
}
.footer-links > .list-title-only {
    margin: 0 0 1em 0;
    padding: 0;
    font-weight: normal;
}
.footer-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer-text {
    float: right;
    text-align: right;
}
.clear {
    clear: both;
}
.content-inner {
    margin: 50px 5%;
}
.nav-back {
    margin-bottom: 25px;
    display: block;
}
.list-page-header, .article-section, .article-subsection {
    margin: 35px 0;
    font-family: "Oswald", sans-serif;
    font-style: normal !important;
    font-weight: normal;
    color: #003399 !important;
}
.list-page-header, .article-section {
    font-size: 250%;
    padding-bottom: 5px;
    clear: both;
}
.list-page-header {
    background-image: url("../img/lattice.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 10px 10px 15px 10px;
    text-shadow: 3px 3px white;
}
.article-section {
    color: black !important;
    border-bottom: 3px solid black;
}
.article-subsection {
    font-size: 200%;
}
.body-section-title {
    font-size: 175%;
    color: #003399 !important;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
}
.body-section-subtitle {
    font-size: 125%;
    font-weight: bold;
}
.box {
    margin: 35px 0;
    width: 100%;
    height: auto;
    padding: 15px 25px;
    box-sizing: border-box;
    background-color: rgba(0, 86, 147, 0.05);
}
.upper-bold {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 90%;
}
.lattice {
    display: table;
    width: 100%;
    max-width: 883px;
    margin: 35px 0;
    border: 0;
}
.article-main {
    overflow: hidden;
}
.article-body > blockquote {
    width: 90%;
    border-top: 1px solid #003399;
    border-bottom: 1px solid #003399;
    text-align: center;
    margin: 35px auto;
    font-size: 150%;
    position: relative;
    color: #003399;
    font-weight: bold;
}
.article-body > blockquote::before, .article-body > blockquote::after {
    font-size: 72px;
    color: #003399;
    position: absolute;
    top: 60%;
    opacity: 0.1;
}
.article-body > blockquote::before {
    content: open-quote;
    left: 0;
}
.article-body > blockquote::after {
    content: close-quote;
    right: 0;
}
.article-body > blockquote > p {
    width: 75%;
    margin: 25px auto;
}
.lattice > * {
    display: table-cell;
}
.lattice > .end {
    width: 6px;
    height: 100%;
    background-color: rgba(0, 51, 153, 0.4);
}
.table {
    display: table;
    padding: 5px;
    box-sizing: border-box;
}
.table:not(#season-table), .body-table, .content-inner table {
    width: 100% !important;
}
.body-table {
    margin: 50px 0;
    border-collapse: collapse;
}
.content-inner table  tr > *, .body-table tr > * {
    border: 1px solid #003399 !important;
}
.table-row {
    display: table-row;
}
.table-row:nth-child(odd), .data-table-values:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.01);
}
.table-header-row, .data-table-headers, .scoring-history-totals {
    background-color: #005693 !important;
    color: white;
}
.table-cell {
    display: table-cell;
}
.table-row:not(.table-header-row) > .table-cell:first-child {
    font-weight: bold;
}
.table-cell, .body-table td, .content-inner table td {
    padding: 15px 25px;
    box-sizing: border-box;
}
#player-list-table-container {
    position: relative;
    margin-bottom: 100px;
}
#player-list-table .table-cell {
    vertical-align: middle;
}
.table-player-image {
    width: 66px;
    max-width: 66px;
    box-sizing: content-box;
    padding-right: 0 !important;
}
.table-player-image > img {
    width: 64px;
    height: 64px;
    margin: 0;
    display: block;
    cursor: default;
}
.profile-placeholder {
    opacity: 0.5;
}
.player-list-table-no-results {
    padding: 5px;
    box-sizing: border-box;
}
.sortable-col {
    cursor: pointer;
}
.order-arrow {
    float: right;
}
#list-search-container, #sort-filter {
    padding: 5px;
    box-sizing: border-box;
}
#sort-filter {
    margin: 25px 0;
}
#list-sort-order, #list-sort-field {
    display: none;
}
.sort-filter-cell > .ui-button {
    vertical-align: top;
}
#sort-filter-table {
    display: table;
    width: 100%;
}
.sort-filter-cell {
    display: table-cell;
    vertical-align: middle;
}
.sort-filter-cell.filter {
    width: 45%;
}
.filter > label {
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    display: inline-block;
}
.sort-filter-cell.apply {
    width: 10%;
    text-align: right;
}
.sort-filter-cell.apply > .btn {
    margin: 0;
}
#table-spinner {
    position: absolute;
    top: 75px;
    width: 10%;
    left: 45%;
    font-size: 32px;
    text-align: center;
    color: #003399;
    display: none;
}
.table-loading {
    opacity: 0.5;
}
.ui-button {
    border-radius: 0 !important;
    background-color: white !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    font-family: "Oswald", sans-serif !important;
    color: #003399 !important;
}
.ui-button.ui-state-active {
    border: 1px solid #003399;
}
#grid-sort-filter .ui-checkboxradio-icon {
    display: none;
}
.article-title-table {
    display: table;
}
.article-title-table > .article-type, .article-title-table > .article-tile-title {
    display: table-cell;
    vertical-align: middle;
}
.article-title-table > .article-type {
    color: #003399;
    font-size: 150%;
    padding-right: 10px;
    box-sizing: border-box;
}
.profile-update {
    display: block;
    font-weight: bold;
    margin: 5px 0;
}
.article-tile-image {
    width: 100%;
    height: 256px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.article-tile-content {
    padding: 15px 25px;
    box-sizing: border-box;
}
.thumbnail-container {
    text-align: center;
}
#article-profile-image {
    margin: 0 0 1em 0;
}
.gallery-thumbnail, .mce-content-body img {
    width: 256px;
    height: 256px;
    border: 1px solid #003399;
    margin: 25px;
    cursor: pointer;
}
.gallery-body, .mce-content-body img {
    width: 256px !important;
    height: auto !important;
}
#full-image-window {
    position: fixed;
    height: 95%;
    width: 95%;
    top: 2.5%;
    left: 2.5%;
    z-index: 999;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.54);
    display: table;
}
#full-image-container {
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#full-image {
    height: auto;
    width: auto;
    max-width: 75%;
}
#full-image-close-btn {
    position: absolute;
    right: 25px;
    top: 25px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}
#caption {
    color: white;
    padding: 25px;
    box-sizing: border-box;
}

/* Index */

.fullscreen {
    width: 100%;
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.fullscreen-table {
    display: table;
}
#landing {
    position: relative;
}
#landing > .fullscreen-table {
    position: relative;
    z-index: 2;
}
#landing-images {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.landing-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    opacity: 0;
}
#landing-1 {
    background-image: url("../img/landing-1.jpg");
}
#landing-2 {
    background-image: url("../img/landing-2.jpg");
}
#landing-3 {
    background-image: url("../img/landing-3.jpg");
}
#landing-4 {
    background-image: url("../img/landing-4.jpg");
}
#landing-5 {
    background-image: url("../img/landing-5.jpg");
}
#landing-6 {
    background-image: url("../img/landing-6.jpg");
}
#landing-7 {
    background-image: url("../img/landing-7.jpg");
}
#landing-8 {
    background-image: url("../img/landing-8.jpg");
}
#landing-9 {
    background-image: url("../img/landing-9.jpg");
}
#landing-10 {
    background-image: url("../img/landing-10.jpg");
}
#landing-11 {
    background-image: url("../img/landing-11.jpg");
}
#landing-12 {
    background-image: url("../img/landing-12.jpg");
}
#landing-13 {
    background-image: url("../img/landing-13.jpg");
}
.center-text {
    background-color: rgba(0, 86, 147, 0.9);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}
.headline {
    color: white;
    font-size: 150%;
    letter-spacing: 1px;
    padding: 5%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.headline h2 {
    font-family: "Oswald", sans-serif;
    font-size: 400%;
    font-weight: normal;
    margin-bottom: 25px;
    line-height: 125%;
}

#landing-down {
    width: 50px;
    height: 50px;
    color: white;
    font-size: 250%;
    text-align: center;
    position: absolute;
    left: calc(50% - 25px);
    bottom: 50px;
}
#landing-down > a {
    color: white !important;
}
#overview {
    background-color: rgba(0, 86, 147, 0.05);
}
#homepage-content {
    display: flex;
    padding-bottom: 50px;
}
#homepage-content > div:first-child {
    width: 75%;
    padding-right: 50px;
}
#index-sidebar {
    width: 25%;
}
#index-sidebar > div {
    margin-top: 50px;
    border-left: 1px solid #003399;
    padding-left: 50px;
    font-size: 90%;
}
.sidebar-label {
    font-weight: normal;
    margin-bottom: 10px;
    opacity: 0.75;
}
.news-headline {
    font-size: 25px;
    font-weight: normal;
}
.news-date {
    margin-top: 0;
    font-size: 90%;
    opacity: 0.75;
}
.news-list, #search-results {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#full-news-list .news-summary {
    margin-bottom: 0;
}
#full-news-list > li, #search-results > li {
    padding: 25px 0;
}
.news-list > li:not(:last-child), #search-results > li:not(:last-child) {
    border-bottom: 1px solid #003399;
}
#news-header {
    background-image: url("../img/news-bg.jpg");
}
.article-tile:hover {
    background-color: #003399;
    cursor: pointer;
    color: white;
}
.article-tile:hover .article-tile-title, .article-tile:hover .article-type {
    color: white;
}
#from-editor a {
    font-weight: bold;
}
.author-profile {
    display: table;
    width: 100%;
    height: auto;
    border-spacing: 25px;
    font-size: 90%;
    line-height: normal;
}
.author-profile > div {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.author-image {
    width: 100px;
}
.author-image > img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: block;
}
.author-bio > p {
    margin: 0;
    font-style: italic;
}
.more-link {
    font-weight: bold;
    margin-left: 25px;
    white-space: nowrap;
}
.result-summary {
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#search-count {
    font-weight: bold;
}
.carousel {
    overflow: hidden;
    font-size: 0;
}
.carousel-inner {
    position: relative;
    white-space: nowrap;
}
.carousel-item {
    display: inline-block;
}
.carousel-item img, .sidebar-banner img {
    max-width: 100%;
}
.banner-small {
    display: none;
}
.sidebar-banner {
    padding: 0 25px 25px 25px;
}
.featured-article-image {
    object-fit: cover;
    max-width: 100%;
    object-position: center;
    margin-top: 15px;
}

/* All Articles */

#article-nav {
    width: 85%;
    position: fixed;
    bottom: 0;
    left: 15%;
    right: 0;
    background-color: #003399;
    display: table;
    border-spacing: 10px;
    color: white;
    z-index: 1;
}
#article-nav > div {
    display: table-cell;
    width: 33%;
    vertical-align: middle;
}
#article-nav > div {
    text-align: center;
}
#letter-prev > a, #letter-next > a {
    color: white;
    font-size: 125%;
}
#grid-sort-filter {
    display: table;
    margin-bottom: 25px;
    border-spacing: 10px;
}
.filter-group, .sort-group {
    display: table-row;
}
.filter-group > *, .sort-group > * {
    display: table-cell;
}
.filter-group > *:first-child, .sort-group > *:first-child {
    padding-right: 25px;
    box-sizing: border-box;
    font-weight: normal;
}
.article-tile {
    border: 1px solid #003399;
    margin-bottom: 25px;
}
.article-tile-title {
    font-size: 150%;
    color: #003399;
    font-weight: normal;
}
.article-tile, .grid-sizer {
    width: calc(50% - 13px);
}
.article-tile-meta {
    margin-top: 5px;
    font-size: 90%;
}
#contents-list {
    color: #003399;
    margin-left: 50px;
    padding-bottom: 10px;
}
#contents-list .fa-li {
    left: -50px;
}
#contents-list > li {
    padding: 10px 0;
    border-bottom: 1px dotted;
}
.letter-separator {
    margin-top: 50px;
}

/* Seasons */

#season-table {
    width: 450px;
    margin: 0 auto;
}
#season-table > .table-row {
    background-color: transparent;
}
#season-table .table-cell {
    vertical-align: middle;
}
.timeline {
    padding-left: 60px;
    position: relative;
}
.timeline a {
    font-size: 64px;
}
.timeline-v, .timeline-h {
    position: absolute;
    background: #003399;
    opacity: 0.4;
}
.timeline-h {
    height: 4px;
    width: 40px;
    left: 4px;
    top: calc(50% - 2px);
}
.timeline-v {
    width: 4px;
    left: 0;
}
.timeline-both > .timeline-v {
    height: 100%;
    top: 0;
}
.timeline-prev > .timeline-v {
    height: calc(50% + 2px);
    top: calc(50% - 2px);
}
.timeline-next > .timeline-v {
    height: calc(50% + 2px);
    top: 0;
}
.season-highlight {
    font-style: italic;
    margin-bottom: 5px;
    font-weight: normal;
}

/* Feature and Player Styling */

.article-header-outer, .match-main .match-details-outer {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: 50% 0;
}
.feature > .article-header-outer {
    background-image: url("../img/feature-bg.jpg");
}
.player > .article-header-outer {
    background-image: url("../img/player-bg.jpg");
}
.article-header-inner {
    width: 50%;
    height: 100%;
    background-color: rgba(0, 86, 147, 0.9);
    padding: 50px 5%;
    box-sizing: border-box;
    position: relative;
    left: 50%;
}
.article-label, .article-category {
    color: white;
}
.article-category {
    opacity: 0.5;
}
.article-title {
    font-size: 300%;
    letter-spacing: 1px;
    font-family: "Oswald", sans-serif;
    padding-bottom: 5px;
    border-bottom: 3px solid white;
}
.article-title, .article-summary {
    font-weight: bold;
    color: white;
}
.article-summary {
    padding-top: 25px;
    font-size: 125%;
}
.timestamp {
    text-align: right;
    font-family: "Oswald", sans-serif;
    clear: both;
}
.fact-file {
    width: 35%;
    float: right;
    margin: 0 0 25px 25px;
}
.fact-file-table {
    display: table;
    border-spacing: 10px;
    width: 100%;
}
.fact-file-row {
    display: table-row;
}
.fact-file-label, .fact-file-value {
    display: table-cell;
}
.fact-file-label {
    width: 25%;
    font-size: 90%;
}
.sidebar-title, .fact-file-label {
    font-weight: normal;
    color: #003399;
}
.sidebar-title {
    text-align: center;
    font-size: 150%;
    margin: 15px 0;
}
.fact-file-value {
    font-size: 90%;
}
.article-body, .match-body {
    margin: 25px 0 40px 0;
    line-height: 200%;
}
.article-body img {
    max-width: 100%;
}
.article-body figure {
    margin: 0;
    max-width: 306px;
}
.article-body figcaption {
    margin: -25px 25px 25px 25px;
    text-align: center;
    font-size: 80%;
    opacity: 0.75;
    line-height: normal;
}
.drop-caps {
    color: #003399;
    float: left;
    font-size: 75px;
    line-height: 90px;
    padding-right: 10px;
    height: 80px;
}
.align-right {
    text-align: right;
}
.center {
    text-align: center;
}
.btn {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #003399;
    display: inline-block;
    margin: 10px 5px;
    color: #003399;
    font-size: 100%;
    background-color: white;
    cursor: pointer;
}
.upper {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.transition {
    -webkit-transition: 0.2s;
    -webkit-transition-timing-function: linear;
    transition: 0.2s;
    transition-timing-function: linear;
}
.transition:hover {
    background-color: #003399;
    color: white !important;
}
.data-table-container {
    width: 100%;
    height: auto;
    max-width: 100%;
    overflow-x: scroll;
}
.data-table {
    width: 100%;
    display: table;
    text-align: center;
    font-size: 90%;
}
.data-table-headers, .data-table-values {
    display: table-row;
}
.data-table-header, .data-table-value {
    display: table-cell;
    padding: 10px;
    box-sizing: border-box;
}
.data-table-values:not(.scoring-history-totals) {
    font-family: "Martel", serif;
}
.data-table-values:not(.scoring-history-totals) > .data-table-value:first-child {
    font-weight: bold;
}

/* Match Styling */

.match-feature, .match-list {
    margin: 25px 0;
}
.match-feature {
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    padding: 15px 25px;
    box-sizing: border-box;
}
.match-top {
    text-align: center;
}
.match-competition-date {
    display: inline-block;
    background-color: black;
    color: #FFEB3B;
    padding: 3px 10px;
    box-sizing: border-box;
    margin: 0 auto 10px auto;
}
.match-stadium-attendance {
    display: block;
    margin: 10px 0;
    font-size: 90%;
}
.match-top, .match-scorers {
    padding: 5px;
    box-sizing: border-box;
}
.match-details-outer {
    margin-bottom: 15px;
}
.match-table {
    width: 100%;
    display: table;
    text-align: center;
    font-family: "Oswald", sans-serif;
}
.match-row {
    display: table-row;
    cursor: pointer;
}
.match-cell {
    display: table-cell;
    vertical-align: middle;
}
.match-cell:first-child, .match-cell:last-child {
    width: 45%;
}
.match-cell:nth-child(2) {
    width: 10%;
}
.match-result > div {
    color: white;
    font-size: 125%;
    padding: 10px 25px;
    box-sizing: border-box;
    font-weight: bold;
}
.match-cell:first-child {
    text-align: right;
}
.match-cell:last-child {
    text-align: left;
}
.match-home, .match-away {
    background-color: #005693;
    color: white;
}
.match-score {
    color: white;
    background-color: #003399;
    white-space: nowrap;
}
.match-scorers > * {
    padding: 10px 25px;
    box-sizing: border-box;
    font-weight: bold;
}
.match-home-scorers {
    font-style: italic;
}
.match-main .match-details-outer, .season > .article-header-outer {
    background-image: url("../img/news-bg.jpg");
}
.match-main .match-details-inner {
    background-color: rgba(0, 86, 147, 0.5);
    padding: 50px;
    color: white;
}
.content-sidebar {
    width: 25%;
    float: right;
    margin-bottom: 50px;
    padding: 15px;
    box-sizing: border-box;
    background-color: rgba(0, 86, 147, 0.05);
}
.sidebar-body {
    width: 75% !important;
    padding-right: 50px;
    box-sizing: border-box;
}
.sidebar-fill {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
}
.sidebar-fill .fact-file-row > div {
    width: 50%;
}
.lineups ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 25px;
    text-align: center;
}
.related-content {
    margin-top: 25px;
}
.related-content > p {
    font-weight: bold;
}
.related-content .fa-li {
    color: #003399;
}

.info {
    background-color: rgba(0, 86, 147, 0.05);
    color: black;
    padding: 15px 25px;
    margin: 25px 0;
}
.warn {
    background-color: #003399;
    color: white;
}
.page-control-box {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}
.page-back, .page-forward {
    font-weight: bold;
    color: #003399;
}
.page-label, .page-control-box a {
    margin: 10px;
}

.mce-content-body {
    padding: 0 10px;
}
.article-body figure.align-left {
    float: left;
}
.article-body figure.align-right {
    float: right;
}
.article-body figure:not(.align-left, .align-right) {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.article-body figure img {
    float: none !important;
}
.byline {
    font-size: 14px;
    color: white;
    opacity: 0.75;
    margin-top: 15px;
}

/* Forms */

.form-list {
    width: 100%;
    max-width: 500px;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}
.form-list input, .form-list textarea, #search, #signup-input, #list-search {
    width: 100%;
    border: 1px solid #003399;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    color: #003399;
    font-size: 100%;
}
#signup {
    padding: 5px 5%;
    box-sizing: border-box;
}
#signup-input {
    width: 250px;
    padding: 10px;
}
#search {
    width: calc(100% - 50px);
    margin: 25px auto;
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.block-link-container {
    text-align: center;
}
.block-link-container > a {
    display: block;
    margin: 10px 0;
}
.helptext > ul, .errorlist {
    list-style-type: none;
    padding: 0;
}
.fieldWrapper {
    position: relative;
}
.form-list label {
    display: none;
}
.helptext {
    font-size: 90%;
    opacity: 0.75;
}
.form-checkbox {
    padding: 25px 0;
}
.form-checkbox > .helptext {
    display: block;
    position: initial;
    background-color: transparent;
    width: 90%;
    float: right;
}
.form-checkbox > input {
    display: inline-block;
    width: auto;
    margin: 0;
}
.errorlist {
    display: block;
    font-weight: bold;
    color: #ef5350;
}
.messages {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #003399;
    color: white;
    padding: 5px 25px;
    box-sizing: border-box;
    z-index: 99;
}
#contact-form .btn {
    margin: 50px 0;
}

@media only screen and (max-width: 1100px) {
    #wrapper, #wrapper > div {
        width: 100%;
        display: block;
    }
    #d-logo {
        display: none;
    }
    #m-logo {
        display: inline-block;
    }
    #nav {
        width: 100%;
        height: 80px;
        bottom: unset;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
        text-align: center;
    }
    #nav-btn {
        display: block;
    }
    #nav-menu-container {
        position: absolute;
        top: 80px;
        width: 100%;
        display: none;
        box-sizing: border-box;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
        z-index: 99;
    }
    #nav-hide {
        display: none;
    }
    .nav-letter {
        width: 30px;
        text-align: center;
        display: inline-block;
    }
    .info-table, .table:not(#season-table) {
        font-size: 10px;
    }
    .table-cell:not(.timeline), .body-table td, .content-inner table td {
        padding: 5px;
    }
    #season-table {
        width: 100%;
    }
    .sort-filter-cell {
        display: block;
        width: 100% !important;
    }
    .sort-filter-cell:not(:last-child) {
        margin-bottom: 25px;
    }
    .sort-filter-cell > label {
        float: left;
    }
    .sort-filter-cell > .ui-button {
        float: right;
    }
    .sort-filter-cell.apply {
        text-align: center;
    }
    .table-player-image {
        width: 34px;
        max-width: 34px;
    }
    .table-player-image > img {
        width: 32px;
        height: 32px;
    }
    .footer-links, #footer-text {
        float: none;
        clear: both;
        width: 100%;
        text-align: center;
        padding: 0 5%;
        margin: 25px 0;
    }
    .footer-links > h3 {
        margin: 1em 0;
    }
    .headline {
        font-size: 125%;
    }
    .headline h2 {
        font-size: 300%;
    }
    .content-sidebar {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .sidebar-body {
        width: 100% !important;
        padding: 0;
    }
    .content-sidebar {
        padding: 15px !important;
    }
    .fact-file-label {
        width: 25% !important;
    }
    .fact-file-value {
        width: 75% !important;
    }
    .article-header-inner {
        width: 100%;
        left: 0;
    }
    .match-result > div {
        font-size: 100%;
        padding: 10px 15px;
    }
    .match-main .match-details-inner {
        padding: 50px 15px;
    }
    .match-top, .match-cell {
        font-size: 90% !important;
    }
    .gallery-body, .mce-content-body img {
        float: none !important;
        display: block;
        margin: 25px auto;
    }
    .article-body figure {
        float: none !important;
    }
    .sort-filter-cell {
        display: block;
        width: 100% !important;
    }
    .sort-filter-cell:not(:last-child) {
        margin-bottom: 25px;
    }
    .sort-filter-cell > label {
        float: left;
    }
    .sort-filter-cell > .ui-button {
        float: right;
    }
    .sort-filter-cell.apply {
        text-align: center;
    }
    #article-nav {
        width: 100%;
        left: 0;
    }
    #letter-jump > label {
        display: none;
    }
    #homepage-content {
        flex-direction: column;
    }
    #homepage-content > div:first-child, #index-sidebar {
        width: 100%;
    }
    #index-sidebar > div {
        padding-left: 0;
        padding-top: 50px;
        border-left: 0;
        border-top: 1px solid #003399;
        font-size: 100%;
    }
    .banner-small {
        display: block;
    }
    .banner-large {
        display: none;
    }
}
