/************ COOKIE LAW BANNER ************/
#cookie-law-banner {
  background: #333;
  color: white;
  letter-spacing: 1px;
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  width: 500px;
  max-width: 90vw;
  position: fixed;
  z-index: 20;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
  #cookie-law-banner p {
    max-width: 1180px;
    margin: auto;
    padding-bottom: 1em;
    font-size: .9em; }
  #cookie-law-banner .glyphicon-remove {
    color: #58baef !important; }
  #cookie-law-banner .learn-more-cookie {
    display: block;
    text-align: right;
    color: #58baef !important;
    padding-right: 1%;
    padding-top: 1em; }
  @media (max-width: 600px) {
    #cookie-law-banner {
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 0; } }

/************ VARIABLES ************/
/* Main dark blue used throughout the site including for headers */
/* Electric blue used for hover over highlight color for text */
/************ GENERAL STYLING ************/
body {
  margin: 0;
  background: white;
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif; }

p,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1,
h2,
h3,
h4,
h5 {
  text-align: center;
  color: #003366; }

h1, h2.big {
  font-size: 52px;
  font-weight: 300;
  text-align: center;
  color: #333; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

sup {
  top: -.3em; }

a:hover {
  text-decoration: none; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* For Bootstrap Gylphicons (used for carousel arrows) */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot");
  src: url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
/* Fix for viewport issues on IE and Windows Phone */
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/************ HEADER  ************/
header {
  height: 80px;
  background: #252525;
  /*background: $main-blue;*/
  position: relative;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
  z-index: 5;
  margin: 0;
  padding: 0;
  /* hamburger animation */ }
  header .bg {
    display: inline-block;
    height: 100%;
    padding-bottom: 10px;
    background: center right/cover no-repeat url("https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/connect-v3.png"); }
  header h1 {
    color: white;
    display: inline-block;
    font-weight: 300;
    margin: 0;
    line-height: 40px;
    padding: 20px 0;
    font-size: 36px; }
  header h1 strong {
    font-weight: 600; }
  header h1 sup {
    font-size: 42%;
    top: -1em; }
  header h4 {
    display: inline-block;
    margin: 0;
    padding: 0px 5px 0px 0px;
    color: white;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    top: -3px; }
  header .fa {
    display: inline;
    line-height: 40px; }
  header .nav {
    text-align: center; }
  header .logo {
    text-align: right;
    padding-left: 0;
    margin: 20px 0; }
  header .logo img {
    max-height: 30px;
    max-width: 100%;
    object-fit: contain; }
  header .dropdown-menu {
    border-radius: 0;
    width: 100%;
    color: white;
    /*background: rgba(0, 51, 102, 0.9);*/
    background: rgba(59, 59, 59, 0.8); }
  header .dropdown-menu a {
    color: white;
    letter-spacing: 1px;
    font-weight: 300;
    padding-bottom: 5px; }
  header .nav .btn {
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    margin: 20px auto;
    height: 40px;
    padding: 0px 5px;
    display: block;
    border-radius: 0;
    transition: all 0.2s; }
  header nav .col-xs-2 {
    width: 20%;
    padding: 0 10px; }
  header .nav a:hover.btn {
    background: rgba(255, 255, 255, 0.3); }
  header .navbar-default {
    background: none !important;
    border: none;
    margin-top: 13px;
    box-shadow: none;
    text-align: center; }
  header .navbar-default .navbar-toggle {
    border: none; }
  header .navbar-default .navbar-toggle .icon-bar {
    background-color: white; }
  header .navbar-default .navbar-collapse {
    background: rgba(59, 59, 59, 0.8);
    box-shadow: none;
    border: none;
    position: absolute;
    margin: 0;
    right: 0; }
  header button.navbar-toggle,
  header .navbar-default .navbar-toggle:focus {
    color: white; }
  header .mobile-search-container {
    width: 65%;
    float: left;
    padding-left: 10px;
    margin-top: calc(8px - 1%); }
  header button.navbar-toggle:hover {
    background: #1f9bde; }
  header .navbar-toggle .icon-bar {
    height: 2px; }
  header .navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px; }
  header .navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px; }
  header .navbar-default .navbar-toggle .icon-bar {
    background-color: white; }
  header .navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out; }
  header button.navbar-toggle[aria-expanded~="true"] .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg); }
  header button.navbar-toggle[aria-expanded~="true"] .icon-bar:nth-of-type(2) {
    background-color: transparent; }
  header button.navbar-toggle[aria-expanded~="true"] .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg); }
  header span.mobile-menu {
    position: relative;
    margin-left: 2em;
    top: -1.25em;
    font-weight: 300;
    letter-spacing: 2px; }
  header .navbar-default .navbar-nav > li > a {
    color: white;
    text-shadow: none;
    font-weight: 300;
    letter-spacing: 1px; }
  header .navbar-default .navbar-toggle:focus,
  header .navbar-default .navbar-toggle:hover {
    background: none;
    border-radius: 0; }
  header .navbar-default .navbar-nav > li > a:focus,
  header .navbar-default .navbar-nav > li > a:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1); }
  @media (max-width: 1200px) {
    header h4 {
      font-size: 14px;
      display: block; }
    header i.fa {
      display: none; } }
  @media (max-width: 1100px) {
    header .nokeep {
      display: none; }
    header i.fa.fa-comment {
      display: inline; } }
  @media (max-width: 900px) {
    header h1 {
      font-size: 30px; } }
  @media (max-width: 800px) {
    header h4 {
      font-size: 13px; } }
  @media (max-width: 767px) {
    header .nav > div {
      background: none;
      width: unset;
      margin: 25px 0;
      float: right; } }
  @media (max-width: 600px) {
    header h1 {
      font-size: 30px; } }

/************ BANNER ************/
.banner,
.banner:after,
.banner-overlay-object {
  height: 500px; }

.banner {
  /*    background-color: #ececec;*/
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  position: relative; }
  .banner:after {
    content: '';
    background: #00417d;
    background: -webkit-linear-gradient(39deg, #000 33%, rgba(0, 233, 255, 0.1) 100%);
    background: -o-linear-gradient(39deg, #000 33%, rgba(0, 233, 255, 0.1) 100%);
    background: linear-gradient(129deg, #000 33%, rgba(0, 233, 255, 0.1) 100%);
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .banner .content {
    position: relative;
    z-index: 3;
    padding: 40px 60% 40px 6%;
    color: white;
    height: 100%; }
    .banner .content img {
      margin-bottom: 10px;
      width: 100%; }
    .banner .content .bottom {
      position: absolute;
      bottom: 40px; }
    .banner .content p {
      font-size: 22px;
      font-weight: 300;
      letter-spacing: 1px; }
    .banner .content .top p:nth-of-type(2) {
      text-align: right; }
    .banner .content h3 {
      text-align: left;
      color: white;
      font-weight: 400;
      letter-spacing: 1px; }
    .banner .content .ban-lg {
      font-size: 10vw;
      letter-spacing: -.08em;
      color: #FFF;
      font-weight: 100;
      text-align: left; }
    .banner .content .ban-sm {
      font-size: 2vw;
      margin-left: 1%; }
    .banner .content .about .ban-sm {
      font-size: 1.6vw; }
  .banner .banner-overlay-object {
    z-index: 2;
    position: absolute;
    right: 20px;
    bottom: 0; }
    .banner .banner-overlay-object img {
      height: 100%; }
  @media (min-width: 2000px) {
    .banner .content .top,
    .banner .content .bottom {
      padding-top: 5vw;
      padding-bottom: 5vw; } }
  @media (min-width: 1600px) {
    .banner {
      height: 30vw;
      background-size: contain;
      background-position: center right; }
      .banner:after {
        height: 30vw; }
      .banner .banner-overlay-object {
        right: 0%;
        padding-right: 10vw;
        height: 30vw; }
      .banner .content {
        padding-left: 10vw; }
        .banner .content .top,
        .banner .content .bottom {
          padding-top: 2%;
          padding-bottom: 2%; } }
  @media (max-width: 1600px) {
    .banner, .banner:after,
    .banner .banner-overlay-object {
      height: 35vw; } }
  @media (max-width: 1200px) {
    .banner {
      background-position: center left; }
      .banner .content {
        /*padding: 20px 50% 20px 20px;*/ }
        .banner .content p {
          font-size: 18px; } }
  @media (max-width: 991px) {
    .banner {
      background-position: 40% center; }
      .banner, .banner:after,
      .banner .banner-overlay-object {
        height: 400px; } }
  @media (max-width: 768px) {
    .banner {
      background-position: 60% center;
      /*.content {
          padding: 20px 40% 20px 20px;
      }*/ }
      .banner, .banner:after {
        height: 500px; }
      .banner:after {
        background: linear-gradient(129deg, rgba(0, 0, 0, 0.9) 23%, rgba(0, 233, 255, 0.2) 100%); }
      .banner .banner-overlay-object {
        right: 1%; } }
  @media (max-width: 600px) {
    .banner {
      background-position: 70% center; }
      .banner:after {
        background-image: -webkit-linear-gradient(285deg, #000 0%, rgba(0, 64, 125, 0.5) 70%, rgba(0, 233, 255, 0.5) 100%);
        background-image: -o-linear-gradient(285deg, #000 0%, rgba(0, 64, 125, 0.5) 70%, rgba(0, 233, 255, 0.5) 100%);
        background-image: linear-gradient(15deg, #000 0%, rgba(0, 64, 125, 0.5) 70%, rgba(0, 233, 255, 0.5) 100%);
        z-index: 2; }
      .banner .top {
        position: absolute;
        bottom: 0;
        right: 20px;
        left: 20px; }
      .banner .bottom {
        display: none; } }

@media (max-width: 768px) {
  .banner .content .ban-sm {
    font-size: 4vw; }

  .banner .content .about .ban-sm {
    font-size: 3vw; } }
@media (max-width: 600px) {
  .banner .content .ban-lg {
    font-size: 15vw; }

  .banner .content .ban-sm {
    font-size: 4vw; }

  .banner .top {
    margin-left: 5%;
    margin-bottom: 5%; } }
/************ NDI TV BANNER ************/
.ndi-tv-banner,
.ndi-tv-banner:after,
.ndi-tv-banner-overlay-object {
  height: 55vw; }

.ndi-tv-banner {
  /*    background-color: #ececec;
  background-color: #e9e9e9;*/
  background-color: #000;
  background-repeat: no-repeat;
  position: relative; }
  .ndi-tv-banner:after {
    content: '';
    /*background: rgb(0, 65, 125);
    background: -webkit-linear-gradient(39deg, #00407d 33%, rgba(0, 233, 255, 0.1) 100%);
    background: -o-linear-gradient(39deg, #00407d 33%, rgba(0, 233, 255, 0.1) 100%);
    background: linear-gradient(129deg, #00407d 33%, rgba(0, 233, 255, 0.1) 100%);*/
    background: rgba(0, 0, 0, 0.6);
    /*background-image: url('https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/banner/ndi-backdrop.jpg');*/
    background-size: cover;
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .ndi-tv-banner .content {
    position: relative;
    z-index: 3;
    padding: 40px 60% 40px 6%;
    color: white;
    height: 100%; }
    .ndi-tv-banner .content img {
      margin-bottom: 10px;
      width: 100%; }
    .ndi-tv-banner .content .bottom {
      position: absolute;
      bottom: 40px; }
    .ndi-tv-banner .content p {
      font-size: 22px;
      font-weight: 300;
      letter-spacing: 1px; }
    .ndi-tv-banner .content .top p:nth-of-type(2) {
      text-align: right; }
    .ndi-tv-banner .content h3 {
      text-align: left;
      color: white;
      font-weight: 400;
      letter-spacing: 1px; }
  .ndi-tv-banner .ndi-tv-banner-overlay-object {
    z-index: 2;
    position: absolute;
    right: 20px;
    bottom: 0; }
    .ndi-tv-banner .ndi-tv-banner-overlay-object img {
      height: 100%; }
  @media (min-width: 2000px) {
    .ndi-tv-banner .content .top,
    .ndi-tv-banner .content .bottom {
      padding-top: 5vw;
      padding-bottom: 5vw; } }
  @media (min-width: 1600px) {
    .ndi-tv-banner {
      height: 55vw;
      background-size: contain;
      background-position: center right; }
      .ndi-tv-banner:after {
        height: 55vw; }
      .ndi-tv-banner .ndi-tv-banner-overlay-object {
        right: 0%;
        padding-right: 10vw;
        height: 30vw; }
      .ndi-tv-banner .content {
        padding-left: 10vw; }
        .ndi-tv-banner .content .top,
        .ndi-tv-banner .content .bottom {
          padding-top: 2%;
          padding-bottom: 2%; } }
  @media (max-width: 1600px) {
    .ndi-tv-banner, .ndi-tv-banner:after {
      height: 55vw; }
    .ndi-tv-banner .ndi-tv-banner-overlay-object {
      height: 30vw; } }
  @media (max-width: 1200px) {
    .ndi-tv-banner {
      background-position: center left; }
      .ndi-tv-banner .content {
        padding: 20px 50% 20px 20px; }
        .ndi-tv-banner .content p {
          font-size: 18px; } }
  @media (max-width: 991px) {
    .ndi-tv-banner {
      background-position: 40% center; }
      .ndi-tv-banner, .ndi-tv-banner:after,
      .ndi-tv-banner .ndi-tv-banner-overlay-object {
        height: 48vx; } }
  @media (max-width: 768px) {
    .ndi-tv-banner {
      background-position: 60% center; }
      .ndi-tv-banner, .ndi-tv-banner:after {
        height: 55vw; }
      .ndi-tv-banner:after {
        /*background: linear-gradient(129deg, rgba(0, 64, 125, 0.9) 23%, rgba(0, 233, 255, 0.2) 100%);*/
        background: rgba(0, 0, 0, 0.6);
        /*background-image: url('https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/banner/ndi-backdrop.jpg');*/
        background-size: cover; }
      .ndi-tv-banner .ndi-tv-banner-overlay-object {
        right: 1%; }
      .ndi-tv-banner .content {
        padding: 20px 40% 20px 20px; } }
  @media (max-width: 600px) {
    .ndi-tv-banner {
      background-position: 70% center; }
      .ndi-tv-banner:after {
        /*background-image: -webkit-linear-gradient(285deg, #00407d 15%, rgba(0, 64, 125, 0.5) 70%, rgba(0, 233, 255, 0.5) 100%);
        background-image: -o-linear-gradient(285deg, #00407d 15%, rgba(0, 64, 125, 0.5) 70%, rgba(0, 233, 255, 0.5) 100%);
        background-image: linear-gradient(15deg, #00407d 15%, rgba(0, 64, 125, 0.5) 70%, rgba(0, 233, 255, 0.5) 100%);*/
        background: rgba(0, 0, 0, 0.6);
        /*background-image: url('https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/banner/ndi-backdrop.jpg');*/
        background-size: cover;
        z-index: 2; }
      .ndi-tv-banner .top {
        position: absolute;
        bottom: 0;
        right: 20px;
        left: 20px; }
      .ndi-tv-banner .bottom {
        display: none; } }

.banner-container h1, .ndi-tv-banner h1 {
  font-size: 15vw;
  letter-spacing: -.08em;
  color: #FFF;
  font-weight: 600;
  text-align: center; }

.banner-container sup, .ndi-tv-banner sup {
  font-size: 6vw;
  padding-left: .15em;
  top: -1em;
  font-weight: 100; }

.banner-container .content p, .ndi-tv-banner .content p {
  font-size: 6vw;
  text-align: center; }

.banner-container .content, .ndi-tv-banner .content {
  padding: 9% 0px 40px 0px; }

@media (max-width: 600px) {
  .banner-container .top, .ndi-tv-banner .top {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px; }

  .banner-container h1, .ndi-tv-banner h1 {
    font-size: 30vw;
    letter-spacing: -.08em;
    color: #FFF;
    font-weight: 600;
    text-align: center; }

  .banner-container sup, .ndi-tv-banner sup {
    font-size: 12vw;
    padding-left: .15em;
    top: -1em;
    font-weight: 100; } }
/********/
/* banner css from tricaster */
.banner-container {
  background: #000;
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-weight: normal;
  position: relative;
  overflow: hidden; }

.banner-container video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.banner-container .content-container {
  background: -moz-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.6) 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.6) 60%);
  background: -o-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.6) 60%);
  background: -ms-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.6) 60%);
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.6) 60%);
  position: relative; }

.banner-container h2 {
  color: #fff;
  text-align: center;
  font-family: 'HelveticaNeueThin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 20% auto 11%; }

@media (max-width: 800px) {
  .banner-container video {
    display: none; }

  .banner-container {
    background: #000 url(https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/ndi-backdrop.jpg) right top/cover no-repeat; } }
/************ HOME/STORE BANNER ************/
#shop {
  background-image: url("https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/banner/NDI-central-girl-header-image.png");
  background-position: 70% center; }
  #shop .banner-overlay-object img {
    padding-top: 20%;
    z-index: 2; }
  @media (min-width: 1160px) {
    #shop {
      background-position: center right; } }
  @media (min-width: 1600px) {
    #shop {
      background-image: url("https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/banner/NDI-central-girl-header-image-extended.png"); } }

#tv {
  /*background-image: url('https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/banner/NDI-central-girl-header-image.png');*/
  background-position: 70% center; }
  #tv .banner-overlay-object img {
    padding-top: 20%;
    z-index: 2; }
  @media (min-width: 1160px) {
    #tv {
      background-position: center right; } }
  @media (min-width: 1600px) {
    #tv {
      /*background-image: url('https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/banner/NDI-central-girl-header-image-extended.png');*/ } }

/************ ABOUT NDI BANNER ************/
#about-ndi {
  background-image: url("https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/banner/about-ndi-guy2.png");
  background-position: center right; }
  #about-ndi .banner-overlay-object img {
    height: 100%;
    opacity: 1; }
  @media (min-width: 1550px) {
    #about-ndi {
      background-image: url("https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/banner/about-ndi-guy-extended.png");
      background-position: top right;
      overflow: hidden; }
      #about-ndi .banner-overlay-object img {
        height: 150%;
        opacity: 0.5; } }
  @media (max-width: 991px) {
    #about-ndi .banner-overlay-object {
      height: 500px; } }
  @media (max-width: 600px) {
    #about-ndi {
      background-size: auto 100%;
      background-position: center center; }
      #about-ndi .banner-overlay-object {
        z-index: 3;
        right: -5%;
        opacity: 0.5; }
      #about-ndi .content {
        margin-right: 20%; } }
  @media (max-width: 400px) {
    #about-ndi .content {
      margin-right: 0; }
    #about-ndi .banner-overlay-object {
      left: -5%;
      opacity: 0.2; } }

/************ DEVELOPER SDK BANNER ************/
#sdk {
  background-image: url("https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/banner/developer-banner.png");
  background-position: bottom right;
  background-size: contain; }
  @media (max-width: 768px) {
    #sdk {
      background-size: cover; } }

/************ COMMUNITY BANNER ************/
#community {
  background-image: url("https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/banner/community-banner.png");
  background-position: bottom right;
  background-size: contain; }
  @media (max-width: 768px) {
    #community {
      background-size: cover; } }

/************ 404 ERROR BANNER ************/
#error {
  background-color: #607D8B;
  background-image: url(https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/banner/community-banner.png);
  background-size: cover;
  height: calc(100vh - 137px); }
  #error:after {
    height: calc(100vh - 137px);
    background-image: -webkit-linear-gradient(123deg, rgba(0, 64, 125, 0.98) 53%, rgba(0, 233, 255, 0.6) 100%);
    background-image: -o-linear-gradient(123deg, rgba(0, 64, 125, 0.98) 53%, rgba(0, 233, 255, 0.6) 100%);
    background-image: linear-gradient(213deg, rgba(0, 64, 125, 0.98) 53%, rgba(0, 233, 255, 0.6) 100%); }
  #error .content {
    padding: 40px;
    max-width: 800px;
    margin: auto; }
  #error h1 {
    color: white;
    font-size: calc(14px + 4vw); }
  #error .content h3 {
    text-align: center;
    font-weight: 300;
    line-height: 1.5; }
  #error .logo {
    margin: auto;
    max-width: 500px; }
  #error .error {
    margin-top: 40px;
    position: absolute;
    bottom: 80px; }
  #error ul {
    margin-left: 2em; }
  #error ul a {
    color: white;
    font-size: 24px;
    font-weight: 300; }
  #error ul a:hover {
    color: #FFC107;
    list-style: #FFC107; }
  #error li {
    margin-top: 1em; }
  #error #content .btn {
    font-weight: normal; }
  @media (min-width: 2200px) {
    #error:after {
      background-image: -webkit-linear-gradient(197deg, #00407d 2000px, rgba(0, 233, 255, 0.6) 100%);
      background-image: -o-linear-gradient(197deg, #00407d 2000px, rgba(0, 233, 255, 0.6) 100%);
      background-image: linear-gradient(287deg, #00407d 2000px, rgba(0, 233, 255, 0.6) 100%); }
    #error .content {
      margin: 0; } }
  @media (min-width: 1600px) {
    #error {
      background-size: auto 100%;
      background-position: center left !important; }
      #error:after {
        background-image: -webkit-linear-gradient(197deg, #00407d 56%, rgba(0, 233, 255, 0.6) 100%);
        background-image: -o-linear-gradient(197deg, #00407d 56%, rgba(0, 233, 255, 0.6) 100%);
        background-image: linear-gradient(287deg, #00407d 56%, rgba(0, 233, 255, 0.6) 100%); } }
  @media (min-width: 1200px) {
    #error .content {
      max-width: 1400px; }
    #error .logo {
      max-width: unset; }
    #error img {
      max-width: 500px; }
    #error .error {
      position: relative;
      top: 0px; } }
  @media (max-width: 991px) {
    #error:after {
      background-image: -webkit-linear-gradient(342deg, rgba(0, 64, 125, 0.95) 65%, rgba(0, 233, 255, 0.6) 100%);
      background-image: -o-linear-gradient(342deg, rgba(0, 64, 125, 0.95) 65%, rgba(0, 233, 255, 0.6) 100%);
      background-image: linear-gradient(72deg, rgba(0, 64, 125, 0.95) 65%, rgba(0, 233, 255, 0.6) 100%); }
    #error h1 {
      color: white;
      font-size: calc(14px + 7vw); } }
  @media (max-width: 600px) {
    #error .content {
      padding: 20px; }
    #error .error {
      bottom: 40px; } }

/************ CONTENT BODY ************/
#content {
  /** Text **/
  /** Buttons **/
  /** Sections and blue background sections **/
  /* For IE10 and 11 */
  /** Blue banners **/
  /** Panel tiles **/
  /* Specifially NDI Tools panels */
  /** Copy/Image alternating section **/
  /* 2x2 with large header and extra padding on top of image */ }
  #content p, #content ul, #content ol {
    font-size: 18px;
    padding-bottom: 1em; }
  #content blockquote {
    margin: 20px 0; }
    #content blockquote .btn {
      width: 100%;
      max-width: 175px;
      margin: 20px auto 20px 0; }
    #content blockquote p {
      padding-bottom: 0; }
  #content h1, #content h2.big {
    padding-bottom: 0.5em;
    margin-top: 1em; }
  #content h1 + h2,
  #content h1 + h3,
  #content h1 + h4,
  #content h2.big + h2:not(.big),
  #content h2.big + h3,
  #content h2.big + h4 {
    padding-top: 0;
    margin-top: -25px;
    text-align: center; }
  #content h2:not(.big) {
    padding-bottom: 0.5em; }
  #content h2:not(.big),
  #content h3 {
    color: #003366;
    font-weight: 600; }
  #content h3 {
    text-align: left; }
  #content ul, #content ol {
    list-style-position: outside;
    padding-left: 1em; }
  #content li {
    padding-bottom: 0.5em;
    padding-left: 0; }
  #content img {
    max-width: 100%; }
  #content .btn {
    background-image: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 40px;
    display: block;
    font-size: 16px;
    font-weight: 300;
    text-shadow: none; }
  #content .btn.blue {
    /*background: #00407d;*/
    background: #333;
    color: white;
    background-image: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px auto 40px auto;
    display: block; }
  #content .btn.gray {
    background: rgba(0, 0, 0, 0.2);
    color: black;
    font-weight: 400; }
  #content a.btn.blue:hover, #content a.btn.gray:hover {
    background: #003366;
    color: white;
    font-weight: 300; }
  #content ul.condensed {
    list-style: none; }
  #content ul.condensed li {
    padding-bottom: 0; }
  #content ul.centered-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px; }
  #content section {
    max-width: 1200px;
    margin: auto;
    padding: 20px 40px; }
  #content.wider section, #content.wider .blue-bg > div, #content section.wider {
    max-width: 1400px; }
  #content section > img {
    width: 100%;
    margin: auto;
    max-width: 1000px;
    display: block; }
  #content section.blue-bg {
    /*background: $main-blue;*/
    background: #333;
    color: white;
    max-width: unset;
    padding: 20px 40px 60px 40px;
    margin: 40px 0 20px 0; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #content section.blue-bg {
      margin-right: auto !important;
      margin-left: auto !important; } }
  #content .blue-bg > div {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 23px; }
  #content .blue-bg p,
  #content .blue-bg h1,
  #content .blue-bg h2,
  #content .blue-bg h3 {
    color: white; }
  #content .blue-bg.stripe {
    padding: 30px 20px 30px 0px;
    margin: 20px 0px; }
  #content .stripe .col-xs-2 {
    padding-right: 5px; }
  #content .sticky {
    position: sticky;
    top: 0;
    z-index: 5; }
  #content .blue-bg.stripe h2:not(.big) {
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 50px;
    font-weight: 300;
    font-size: 50px; }
  #content .blue-bg.stripe .btn {
    height: 50px;
    line-height: 40px;
    font-size: 20px;
    width: 100%;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0;
    max-width: 300px; }
  #content .blue-bg.stripe.gray {
    background: rgba(0, 0, 0, 0.1);
    margin-top: -20px; }
    #content .blue-bg.stripe.gray h2 {
      color: #003366; }
      @media (max-width: 991px) {
        #content .blue-bg.stripe.gray h2 {
          text-align: center; } }
    #content .blue-bg.stripe.gray .btn-default {
      border-color: #003366; }
  @media (max-width: 991px) {
    #content .blue-bg.stripe {
      text-align: center; }
    #content .blue-bg.stripe h2 {
      text-align: center;
      font-size: 36px; }
    #content .blue-bg.stripe .btn {
      margin: 10px auto; } }
  #content .panel-heading {
    background: rgba(0, 0, 0, 0.1);
    min-height: 100px; }
  #content .panel-body {
    min-height: 300px;
    margin-bottom: 80px; }
  #content .panel .btn {
    position: absolute;
    bottom: 60px;
    left: 20%;
    width: 60%;
    margin: 0; }
  #content .panel h2 {
    font-size: 60px;
    letter-spacing: -0.07em;
    text-align: center; }
  #content .panel h2 sup {
    font-size: 42%;
    top: -1em; }
  #content .panel h3 {
    font-size: 2em;
    text-align: center; }
  #content .panel h2,
  #content .panel h3,
  #content .panel p {
    color: black;
    padding: 0;
    margin: 0; }
  #content .panel ul, #content .panel em {
    color: black; }
  @media (max-width: 1200px) and (min-width: 991px) {
    #content .panel-body {
      min-height: 300px; } }
  @media (max-width: 767px) {
    #content .panel-body {
      min-height: unset; }
    #content #experience .panel-body .btn, #content #download .panel-body .btn {
      bottom: 30px; } }
  @media (min-width: 991px) {
    #content #experience .panel-body, #content #download .panel-body {
      min-height: 255px; } }
  #content #download-tools .sysreq .panel-body {
    max-width: 1000px;
    margin: auto; }
  #content #download-tools .sysreq h3 {
    line-height: 60px; }
  @media (max-width: 991px) {
    #content #download-tools .na .panel-body {
      min-height: unset;
      text-align: center; }
    #content #download-tools ul.mobile-center {
      margin-block-start: 0em;
      margin-block-end: 0em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 0px; } }
  #content section.two-by-two {
    margin-top: 40px; }
    #content section.two-by-two h3 {
      margin-top: 0; }
    #content section.two-by-two img {
      width: 100%;
      padding-bottom: 5%; }
    #content section.two-by-two .col-sm-6 {
      margin-bottom: 40px; }
  #content .two-by-two.pad img {
    padding-top: 60px; }
  #content .two-by-two.pad h2 {
    font-weight: normal;
    padding-bottom: 0;
    text-align: left; }
  @media (max-width: 768px) {
    #content .two-by-two.pad img {
      padding-top: 0; } }

.hun {
  width: 100%; }

/************ FOOTER ************/
body > footer {
  /*background: center / cover no-repeat url('https://233b1d13b450eb6b33b4-ac2a33202ef9b63045cbb3afca178df8.ssl.cf1.rackcdn.com/images/ndicentral/NDI-central-bottom-banner3.png') $main-blue;*/
  background: #252525;
  color: white;
  padding: 15px; }
  body > footer p {
    line-height: 2em;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    font-size: 12px;
    text-align: center; }
  body > footer img {
    height: 2em; }
  body > footer .mobile-break {
    display: none; }
  @media (max-width: 768px) {
    body > footer > div {
      text-align: center !important; }
    body > footer .mobile-break {
      display: block; }
    body > footer img {
      margin: 10px auto; } }
