:root {
  --dim-white: #c5c5c5;
  --full-white: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  opacity: 1;
  color: #ffa550;
  text-decoration: none;
}

.body {
  text-transform: none;
  background-image: url('../images/zebra-bg.gif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  text-decoration: none;
}

.link-block {
  color: var(--dim-white);
  text-align: right;
  text-transform: none;
  font-size: 20px;
  text-decoration: none;
  transition: color .2s;
}

.link-block:hover {
  color: var(--full-white);
  text-decoration: none;
}

.text-block {
  font-weight: 700;
}

.section {
  text-align: right;
  text-transform: none;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  text-decoration: none;
}

.container {
  max-width: 820px;
  color: #eee;
  background-color: #141414;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 10px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: normal;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: baseline;
  margin-top: -10px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: visible;
}

.body-2 {
  color: #1eaedb;
  background-color: rgba(118, 116, 121, .69);
  text-decoration: none;
}

.spacer {
  height: 10em;
  border: 1px #000;
}

.rich-text-block {
  display: block;
}

.nurk-ep-player {
  width: 50%;
  background-image: url('../images/nurk-ltd-art.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  display: block;
}

.div-block-3 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.image {
  display: inline-block;
}

.div-block-4 {
  padding-bottom: 20px;
}

.video {
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-2 {
  width: 150px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  margin-bottom: 20px;
  font-size: 45px;
}

.text-block-3 {
  background-color: rgba(0, 0, 0, 0);
}

.body-3 {
  background-color: #ffa550;
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10 {
  color: #1eaedb;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.nottovision-ep-player {
  width: 50%;
  height: auto;
  background-image: url('../images/nottovision-ep-art-small.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-attachment: scroll;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.link-11, .link-12 {
  color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 991px) {
  .nottovision-ep-player {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .text-block-2 {
    font-size: 10px;
  }

  .nottovision-ep-player {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .nurk-ep-player {
    width: 100%;
    display: block;
  }

  .div-block-3 {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .flex-block {
    display: block;
  }

  .text-block-2, .text-block-3 {
    font-size: 10px;
  }

  .nottovision-ep-player {
    width: 100%;
    height: auto;
    display: block;
  }
}


