@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 400;
  src: local('Philosopher Regular'), local('Philosopher-Regular'), url(https://fonts.gstatic.com/s/philosopher/v12/vEFV2_5QCwIS4_Dhez5jcWBuT0g.ttf) format('truetype');
}
*[style*="display: none"] {
  display: none !important;
}
.inline-block {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
#main,
html,
body {
  background-color: #f1f1f1;
  height: 100%;
}
.text-purple {
  color: #594abf;
}
.shipping {
  padding: 1rem;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
}
.shipping .large-icon {
  font-size: 2rem;
  margin-right: 1rem;
}
.bg-purple {
  background-color: #594abf;
}
.bg-white {
  background-color: white;
}
.navbar ul {
  overflow: hidden;
}
.navbar .menu-button {
  display: none;
}
.navbar .menu-icon {
  display: none;
  cursor: pointer;
  padding: 5px;
  position: relative;
  user-select: none;
}
.navbar .menu-icon .menu-icon-bars {
  background: white;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.navbar .menu-icon .menu-icon-bars:before,
.navbar .menu-icon .menu-icon-bars:after {
  background: white;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.navbar .menu-icon .menu-icon-bars:before {
  top: 5px;
}
.navbar .menu-icon .menu-icon-bars:after {
  top: -5px;
}
.navbar .menu-button:checked ~ .menu-icon .menu-icon-bars {
  background: transparent;
}
.navbar .menu-button:checked ~ .menu-icon .menu-icon-bars:before {
  transform: rotate(-45deg);
}
.navbar .menu-button:checked ~ .menu-icon .menu-icon-bars:after {
  transform: rotate(45deg);
}
.navbar .menu-button:checked ~ .menu-icon .menu-icon-bars:before,
.navbar .menu-button:checked ~ .menu-icon .menu-icon-bars:after {
  top: 0px;
}
.logo-text {
  font-family: Philosopher, sans-serif;
  font-size: 24pt;
  margin-bottom: 0;
}
.material-input {
  position: relative;
  border: 0;
  border-bottom: 1px solid #1f1f1f;
  padding: 0.5rem;
  background: transparent;
  color: #1f1f1f;
  outline: none;
}
.material-input-light {
  color: #f1f1f1;
  border-color: #f1f1f1;
}
.material-input-light ~ i {
  color: #f1f1f1 !important;
}
.material-input-light::placeholder {
  color: #a0a0a0;
}
.text-material-light {
  color: #a0a0a0;
}
.form-group {
  margin-top: 1rem;
  margin-bottom: 0;
}
.form-group:last-child {
  padding-bottom: 1rem;
}
.form-group .material-input {
  width: 100%;
}
.material-shadow {
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
}
.material-shadow:focus {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
.hidden {
  display: none !important;
}
.pointer {
  cursor: pointer;
}
.pointer:hover {
  filter: brightness(90%);
}
.pointer.hoverable {
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.25s ease-out;
}
.pointer.hoverable:hover {
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
.flex-wrap {
  flex-wrap: wrap;
}
.max-width-768 {
  max-width: 768px;
}
.min-width-768 {
  min-width: 768px;
}
.max-width-512 {
  max-width: 512px;
}
.min-width-512 {
  min-width: 512px;
}
.max-width-256 {
  max-width: 312px;
}
.min-width-256 {
  min-width: 312px;
}
.max-width-1024 {
  max-width: 1024px;
}
.min-width-1024 {
  min-width: 1024px;
}
.mt-60 {
  margin-top: 2.5rem;
}
.mt-40 {
  margin-top: 2rem;
}
.mt-20 {
  margin-top: 1.5rem;
}
.display-10 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-6 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.word-wrap-break {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.text-myndvr {
  color: #594abf;
}
input:invalid {
  border-color: #ff2200;
}
input:valid + .invalid {
  display: none;
}
input + .invalid {
  display: none;
}
input:invalid + .invalid {
  display: block;
}
input:valid + .invalid-force {
  display: block;
}
.minvalid {
  display: none;
}
.small {
  font-size: 10pt;
}
.abs {
  position: absolute;
  top: 0px;
  left: 0px;
}
.abs-bl {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.abs-full {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.relative {
  position: relative;
}
.allow-scroll-y {
  overflow-y: auto;
  overflow-x: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.abs-tr {
  position: absolute;
  top: 0px;
  right: 0px;
}
.abs-br {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.vw-1 {
  flex: 0 10vw;
}
.vw-2 {
  flex: 0 25vw;
}
.vw-3 {
  flex: 0 33vw;
}
.vw-5 {
  flex: 0 50vw;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.fade-active {
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.fade-inactive {
  transition: all 0.5s ease;
  opacity: 0;
  height: 0;
  visibility: collapse;
}
.slide-fade-active {
  transition: all 0.5s ease;
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.slide-fade-inactive {
  transition: all 0.5s ease;
  transform: translateX(-200px);
  opacity: 0;
  visibility: collapse;
}
/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
  transition: all 0.3s ease;
}
.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}
.spin {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.hidden-file {
  position: fixed;
  left: -9999px;
  opacity: 0;
}
.fixed-center {
  position: absolute;
  left: auto;
  right: auto;
  top: 45%;
  bottom: auto;
  width: 100%;
  height: auto;
}
.mynd-video-player {
  width: 100%;
  height: 100%;
}
.pill {
  border-radius: 20px;
}
.round-button {
  border-radius: 100% 100%;
}
.videos {
  -ms-flex-direction: row;
  flex-direction: row;
}
.video-search {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 64px;
}
.video-search a {
  color: #8f8f8f;
  margin-left: 20px;
  margin-top: 0px;
}
.video-search a:hover {
  color: #f1f1f1;
  text-decoration: none;
}
.video-search .material-input,
.video-search .material-input-light {
  min-width: 300px;
}
.video-filters {
  min-height: 1024px;
  max-width: 350px;
  min-width: 350px;
}
.filter-category {
  border-bottom: 1px solid #4f4f4f;
  margin-top: 15px;
}
.filter-category:first-child {
  margin-top: 0px;
}
.filter-category:last-child {
  border-bottom: 0px;
}
.device-status .device-status-area {
  position: absolute;
  top: 0px;
  left: 0px;
}
.device-status .device-status-videos {
  position: absolute;
  top: -32px;
  left: 512px;
  right: 0px;
}
.side-menu {
  position: fixed;
  top: 64px;
  left: 0px;
  bottom: 0px;
  width: 10vw;
}
.side-menu + div {
  margin-left: 10vw;
}
.fixed-header {
  position: fixed;
  top: 64px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
.fixed-header + div {
  margin-top: 7rem;
}
.fixed-header + .side-menu + div {
  margin-top: 5.5rem;
}
.fixed-header ~ .side-menu {
  top: 9.5rem;
}
.rounded {
  border-radius: 5px;
}
.list-item {
  position: relative;
  height: auto;
  margin-bottom: 0.25rem;
  background-color: white;
  border-radius: 5px;
  list-style-type: none;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.list-item .title {
  padding: 1rem;
  font-size: 16pt;
  color: #1f1f1f;
  margin: 0px;
}
.list-item .subtitle {
  padding-left: 1rem;
  padding-top: 1rem;
  margin: 0px;
  font-size: 10pt;
  color: #8f8f8f;
}
.list-item .subtitle + .title {
  padding-top: 5px;
}
.list-item-nav {
  position: relative;
  height: auto;
  margin: 0 0 5px 0;
  background-color: white;
  list-style-type: none;
  width: 100%;
  overflow: hidden;
}
.list-item-nav a {
  padding: 1rem;
  display: block;
  text-decoration: none;
}
.list-item-nav a:hover {
  text-decoration: none;
}
.list-item-nav:hover {
  background-color: white;
}
.list-item-nav.active {
  background: #2196f3;
}
.list-item-nav.active a {
  color: white;
}
.group-header {
  cursor: pointer;
}
.video-category {
  margin-bottom: 0.5rem;
  flex: 0 0 31%;
  min-height: 400px;
  background-color: #1f1f1f;
  border-radius: 5px;
  position: relative;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.video-category .category-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  padding: 2rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,1f1f1f+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #1f1f1f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #1f1f1f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, #1f1f1f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#1f1f1f', GradientType=0);
  /* IE6-9 */
}
.app-item {
  position: relative;
  background-color: #1f1f1f;
  margin-bottom: 0.5rem;
  flex: 0 0 24%;
  border-radius: 5px;
  overflow: visible;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  min-height: 348px;
  background-size: cover;
  background-repeat: no-repeat;
}
.app-item .app-info {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,1f1f1f+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #1f1f1f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #1f1f1f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, #1f1f1f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#1f1f1f', GradientType=0);
  /* IE6-9 */
}
.video-item {
  position: relative;
  background-color: #1f1f1f;
  margin-bottom: 0.5rem;
  flex: 0 0 99%;
  border-radius: 5px;
  overflow: visible;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
}
.video-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}
.video-item .video-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  border-radius: 5px 0px 0px 5px;
  overflow: hidden;
  flex: 0 0 32%;
}
.video-item .video-image-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  padding: 2rem;
}
.video-item .video-info .height-warning {
  color: orange;
}
.video-item .description-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px 5px 10px;
  background: #f1f1f1;
  color: #1f1f1f;
  border-radius: 100%;
  cursor: pointer;
}
.video-item .description {
  position: absolute;
  left: 0px;
  top: 52px;
  right: 0px;
  bottom: 0px;
  padding: 2rem;
  color: #1f1f1f;
  z-index: 20;
  overflow: auto;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-start {
  justify-self: start;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1600px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 80em) {
  .app-item {
    flex: 0 0 96%;
  }
  .video-item {
    flex: 0 0 96%;
  }
  .video-item .video-image {
    min-height: 200px;
  }
  .allow-scroll-y {
    display: block !important;
  }
  .video-item > .flex-row {
    flex-direction: column !important;
    display: block !important;
  }
  .margin-auto-remove {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .video-category {
    flex: 0 100%;
  }
  .display-1 {
    font-size: 3rem;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  .videos {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-filters {
    min-height: 880px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .device-status {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .device-status .device-status-area {
    position: relative;
    top: auto;
    left: auto;
  }
  .device-status .device-status-videos {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .side-menu {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
  }
  .side-menu + div {
    margin-left: 0;
  }
  .fixed-header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .fixed-header + div {
    margin-top: 0;
  }
  .fixed-header + .side-menu + div {
    margin-top: 0;
  }
  .fixed-header ~ .side-menu {
    top: auto;
  }
  .video-search {
    max-height: 100%;
    flex-direction: column;
  }
  .video-search .material-input,
  .video-search .material-input-light {
    min-width: 200px;
  }
  .video-search div {
    margin-bottom: 10px;
  }
  .video-search h1,
  .video-search h2,
  .video-search h3,
  .video-search h4,
  .video-search h5,
  .video-search h6 {
    margin-bottom: 10px;
  }
  .video-search a {
    margin-left: 0px;
    margin-top: 10px;
  }
  .video-search.extended {
    min-height: 256px;
  }
  .navbar .menu-icon {
    display: inline-block;
  }
  .navbar ul {
    position: absolute !important;
    top: 64px;
    left: 0px;
    display: block !important;
    height: 0px !important;
  }
  .navbar .menu-button:checked ~ ul {
    height: auto !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px !important;
    display: block !important;
    position: absolute !important;
    top: 64px;
    left: 0px;
  }
  .navbar .menu-button:checked ~ ul li {
    width: 100% !important;
    padding: 10px;
  }
  .min-width-256 {
    min-width: 0;
    width: 100% !important;
  }
  .min-width-512 {
    min-width: 0;
    width: 100% !important;
  }
  .min-width-768 {
    min-width: 0 !important;
    width: 100% !important;
  }
  .w-75,
  .w-50,
  .w-25 {
    width: 100% !important;
  }
  .max-width-512 {
    max-width: 100%;
  }
  .max-width-768 {
    max-width: 100%;
  }
  .max-width-1024 {
    max-width: 100%;
  }
  .min-width-1024 {
    min-width: 0 !important;
  }
  .max-width-256 {
    max-width: 100%;
  }
  .row {
    flex: 0 0 100%;
  }
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
