/**
    Style Sheet is used to hold styles for Medium Screens Only
**/
/* Medium devices (tablets, 922px and up) */
@media (min-width: 992px) {
  .HDTabs {
    color: #ffffff;
    padding-top: 25px;
  }
  .SFDropDownOuter {
    width: 170px;
    height: 40px;
    background-color: #FFFFFF;
    margin-bottom: 8px;
  }
  .carousel-description {
    position: absolute;
    top: 0px;
    left: 7%;
    width: 350px;
    z-index: 10;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-family: sans-serif;
  }
  gleanster-carousel .carousel-indicators {
    bottom: 5px;
    left: 18%;
  }
  blackbar-box div[role=arrow-button] {
    right: 19px;
    margin-top: -1.2em;
  }
  blackbar-box div[role=bottom-bar] {
    height: 110px;
  }
  item-standout div[role=leftCol] a {
    margin-top: 3%;
  }
  item-standout img[role=linkIcon] {
    margin-top: 14%;
  }

    .btn-lg {
        font-size: 24px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }




}
/**
    Special Case
    Black Bar Img too Big for Screens between 992 and 1200 wide.
**/
@media (min-width: 992px) and (max-width: 1200px) {
  blackbar-box div[role=arrow-button] {
    margin-top: -0.8em;
  }
  blackbar-box div[role=arrow-button] img {
    height: 26px;
  }

    #main_feature {
        max-height: 200px;
        overflow: hidden;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        position: relative;
        top: -30px;
    }


    .pricing-select h3 {
        margin-left: 50px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}
