@font-face {
  font-family: 'Stag Medium';
  src: url('/a/styles/fonts-css/fonts/Stag-Medium-Web.woff') format('woff')
}

@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

figure, figure > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

figure.title-image figcaption {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  line-height: 4rem;
  font-size: 3rem;
  color: white;
  text-shadow: 2px 2px 2px #000;
  bottom: 0;
  z-index: 1;
  text-align: center;
}

.nav {
  display: flex;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  flex-wrap: wrap;
}

.tvfeatures-stickynav {
    display: block;
    position: relative;
    background: rgba(0,0,0,0.73);
    font-size: 1.75rem;
    line-height: 3rem;
    color: white;
    text-align: center;
    font-weight: 700;
    width: 100%;
    z-index: 2;
  height: 3rem;
}
.sticky {
  position: fixed;
  top: 0;
}
.content-holder {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.content-holder.isSticky {
  padding-top: 3rem;
}

.tvfeatures-stickynav-title a {
  color: #fff;
  text-decoration: none;
}
.tvfeatures-stickynav-title a:hover {
  text-decoration: underline;
}

.tvfeatures-stickynav-social {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 3rem;
  width: auto;
  flex-wrap: nowrap;
  align-items: center;
}
.tvfeatures-stickynav-social a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 0.5rem;
}
.tvfeatures-stickynav-social a img {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: 2rem;
  width: 2rem;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(104%) contrast(101%);
}
.tvfeatures-stickynav-social a:focus {
  border: 1px solid #fff;
}

.tvfeatures-hamburger {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
}
.tvfeatures-hamburger.hidden {
  position: absolute;
  left: -10000px;
  height: 1px;
  width: 1px;
}
.tvfeatures-hamburger-button {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
.tvfeatures-hamburger-button img {
  display: block;
  position: relative;
  width: 2rem;
  height: 2rem;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(104%) contrast(101%);
  padding: 0.25rem;
}
.tvfeatures-hamburger-button:focus {
  border: 1px solid #fff;
}

.tvfeatures-hamburger-menu {
  display: block;
  position: fixed;
  top: 4rem;
  left: 1rem;
  width: calc(100% - 8rem);
  max-width: 48rem;
  z-index: 2;
  background-color: #ffffff;
  padding: 0;
  border: 0.25rem solid #000000;
}
.tvfeatures-hamburger-menu.at-top {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    max-width: 100%;
    border: none;
}
.tvfeatures-hamburger-menu.hidden {
  position: absolute;
  left: -10000px;
  height: 1px;
  width: 1px;
}

.fb-blue-bg {
  background-color: rgba(74,102,173,1.0);
}
.twitter-blue-bg {
  background-color: rgba(70,147,218,1.0);
}

li.nav-item {
  display: inline-block;
  position: relative;
  width: auto;
  vertical-align: middle;
  padding: 0 1rem;
  line-height: 2.8rem;
}
li.nav-item.cbctv-icon {
  padding: 0 2rem 0 1rem;
}
li.nav-item a {
  font-weight: 300;
  color: #545454;
  padding: 0;
}
.navLinkIcon {
    font-family: Stag Medium,Trebuchet;
    font-size: 1.75rem;
    line-height: 2.8rem;
    color: #545454;
    font-weight: 400;
    text-transform: none;
  text-decoration: none;
}
.navLinkIcon:hover {
  text-decoration: none;
}

.fullwidth {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

h1.features-title {
  font-size: 2rem;
  margin: 1rem 0;
  line-height: 2.125rem;
}

.tv-features {
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: calc(45rem + 340px);
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.tv-content-holder {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 45rem;
  overflow: hidden;
  margin: 2rem auto 0 auto;
  padding: 1rem;
}
.tv-sidebar {
  display: inline-block;
  position: relative;
  width: 300px;
  overflow: hidden;
  margin: 0 0 0 40px;
  padding: 0;
}

.tv-features-section {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  margin-top: 1.5rem;
}
.tv-features-section a {
  color: #757575;
  text-decoration: none;
}
.tv-features-section a:hover {
  color: #757575;
  text-decoration: underline;
}

.share {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}
.share .viafoura .vf-share-bar.vf-share-bar-default ul li.vf-share-option a {
    top: -2px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 0.2rem;
}
.share .viafoura .vf-share-bar.vf-share-bar-default .vf-share-icon {
  top: 3px;
  left: 1px;
  font-size: 1.2rem !important;
}


@media only screen and (max-width: 1100px) {
  .tv-features {
    flex-wrap: wrap;
  }
	.tv-sidebar {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
  li.nav-item {
    padding: 0 0.5rem;
  }

  li.nav-item.cbctv-icon {
    padding: 0 0.5rem 0 1rem;
  }

}

