#BlackOutDiv {
    opacity: 0.6;
}
.valid-subscribers-only {
    display: none;
}
#topNavbarDropDown img {
    display: block;
    margin: 0 auto;
}
@media (max-width: 320px) {
    div[data-dfp-size="[320,50]"] {
      margin-left: -15px;
    }
    div[data-dfp-size="[300,250]"] {
      margin-left: -10px;
    }
}
@media (min-width: 992px) {
    #tncms-region-main-nav-right-region,
    #tncms-region-nav-main-nav-right-nav {
        float: right;
    }
    .navbar-nav > li > a {
        font-size: 13px;
    }        
}

/*
 ================================================================================
 Special: Kuna-style Slider - added Jun 2, 2016 by becker 
 ===
 Alterntaive presentation of Slideshow: Carousel block. Only appears on larger
 screen sizes; reverts to standard block appearance below 768px. To use, just add 
 custom class of "kuna-slider" to your block instance.
 ================================================================================ 
 */ 
 @media (min-width: 768px) {
  .kuna-slider .caption-container {
    position: absolute;
    width: 30%;
    right: 0;
    bottom: 0;
    padding: 1em;
    color: white;
    background: rgba(0,0,0,.7);
    height: 100%;
  }
  .kuna-slider .caption-container * {
    color: white;
  }
  .kuna-slider .photo-carousel .photo-carousel-control.left,
  .kuna-slider .photo-carousel .photo-carousel-control.right {
    top: inherit;
    bottom: 15px;
  }
}