body {
  font-family: FuturaBT-Bold, "Century Gothic", CenturyGothic, sans-serif;
  color: #ffffff;
  background-color: #000000;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6,
.fieldset-legend {
  font-family: FuturaBT-Bold, "Century Gothic", CenturyGothic, sans-serif;
  font-weight: normal;
}

.breadcrumbs {
  display: none;
}

a,
 .breadcrumbs a {
  color: #04862d;
  transition: color 0.3s;
}

a:hover,
a:focus {
  color: #fff;
}

.meta-header {
  position: fixed;
  width: 100%;
  z-index: 500;
  background: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.meta-header a,
.off-canvas a {
  color: #ffffff;
}

.meta-header a:hover,
.meta-header a:focus,
.off-canvas a:hover,
.off-canvas a:focus {
  color: #0fa23c;
}

.meta-header a.is-active {
  font-weight: normal;
}

.meta-header-inner .block-sitebranding {
  overflow: hidden;
  max-width: none !important;
  width: auto !important;
  margin-left: 0 !important;
}

.menu-icon::after,
.menu-button-wrapper .menu-icon:hover::after {
  color: #ffffff;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}

.menu-icon::after:hover,
.menu-icon::after:focus,
.menu-button-wrapper .menu-icon:hover::after:hover,
.menu-button-wrapper .menu-icon:hover::after:focus {
  background: #04862d;
  box-shadow: 0 7px 0 #04862d, 0 14px 0 #04862d;
}

.meta-header-inner .block-sitebranding img {
  max-height: 48px;
}

.region-header {
  padding-top: 3em;
}

label {
  color: #ffffff;
}

nav.tabs {

}

.button {
  background-color: #04862d;
  background-image: linear-gradient(#04862d, #04862d);
  -webkit-transition: background-image 0.3s, background-color 0.3s;
  -moz-transition: background-image 0.3s, background-color 0.3s;
  -ms-transition: background-image 0.3s, background-color 0.3s;
  -o-transition: background-image 0.3s, background-color 0.3s;
  transition: background-image 0.3s, background-color 0.3s;
  border: 1px solid #ffffff;
}


.button:hover {
  background-color: #999999;
  background-image: linear-gradient(#04862d, #04862d);
}

.pager__item.is-active {
  background-color: #04862d;
}

table thead,
table tbody,
table tfoot {
  background-color: #04862d;
  color: #ffffff;
}

/* prevents striping for dark themes */
table tbody tr {
  background-color: #04862d;
}

table a {
  color: #ffffff;
  text-decoration: underline;
}

table a:hover {
  color: #ffffff;
}

#block-social-club-tv-primary-local-tasks {
  margin: 1rem 0;
}

#block-social-club-tv-local-actions li {
  list-style-type: none;
}

footer {
  background: #000000;
  color: #ffffff;
  border-bottom-color: #04862d;
}

footer a:hover,
footer a:focus {
  color: #ffffff;
}

#gdpr-footer {
  background: #000000;
  color: #ffffff;
}

#gdpr-footer a {
  color: #ffffff;
}

.ottera--epg {
  background: #000000;
  color: #ffffff;
}

body.is-front #page-wrapper::before,
body.is-front .content-wrapper::before {
  background-color: transparent;
}

.node--show .show--season--episode--title {
  color: #fff;
}

.node--show .episode-count {
  font-size: 85%;
}

.node--show .field--name-field-long-description,
.node--show .field--name-field-show-description {
  margin-top: 1em;
}

.node-type-page.devices #page-wrapper {
  background: #fff;
  color: #000;
}

/* MAYBE CHANGE MEs */
.install-android--icon a {
  background-image: url("icon-192.png");
}

.ottera-row-format--widescreen .ottera--row--item img {
  border-radius: 5%;
  -moz-border-radius: 5%;
  -webkit-border-radius: 5%;
}

body.devices {
  background: white;
  color: black;
}

.ottera--row--item .extra-fields {
  color: white;
}

.ottera--row--item .extra-fields .ottera--row--item--short-description,
.ottera--row--item .extra-fields .ottera--row--item--long-description {
  font-family: Futura-Medium, sans-serif;
  font-weight: normal;
}