.home .col-xs-12[role=main] {
  padding: 0;
}

.black-shine-bg {
  background: url(/assets/t/img/black_shine-bg.png) top center;
}

.v-product__desc br {
  display: none;
}

.redsquare {
  position: relative;
  text-align: left !important;
  padding-left: 20px;
}

.redsquare:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #d5003a;
  position: absolute;
  left: 0px;
  top: 4px;
}

.ViewFullSpecs {
  text-transform: uppercase !important;
  cursor: pointer;
  margin-top: 10px !important;
  font-size: 14px;
}

.ViewFullSpecs:hover {
  color: #d50a3a;
}

.v-product__details .v-product__desc .redsquare:nth-of-type(n + 4) {
  display: none;
}

.v-product__details .v-product__desc.expanded .redsquare:nth-of-type(n + 4) {
  display: block;
}

.live-panel {
  background: url(/assets/t/img/live_panel-bg.jpg) #152331;
  background-size: cover;
}

.live-dashboard {
  display: grid;
  grid-template-columns: 20% 30% 33% 17%;
  grid-template-areas: "image  schedule-title      bulletin-title      giveaway-title" "image  schedule-content    bulletin-content    giveaway-content" "image  schedule-content    social-links        social-links";
  margin-bottom: 5px;
}

.live-dashboard .thumbnail,
.live-dashboard .schedule-title,
.live-dashboard .bulletin-title,
.live-dashboard .giveaway-title,
.live-dashboard .giveaway-content,
.live-dashboard .social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.live-dashboard .schedule-title h3,
.live-dashboard .bulletin-title h3,
.live-dashboard .giveaway-title h3 {
  font-size: 24px;
  line-height: 1;
  margin: 1em;
}

.live-dashboard .thumbnail {
  grid-area: image;
  justify-content: center;
  background: #003971;
}

.live-dashboard .thumbnail img {
  max-width: calc(100% - 4em);
  border: 5px solid #fff !important;
}

.live-dashboard .schedule-title {
  grid-area: schedule-title;
  background: #002a53;
}

.live-dashboard .schedule-content {
  grid-area: schedule-content;
  font-size: 14px;
  padding: 1em;
  line-height: 2;
  font-weight: 600;
  background: #002040;
}

.live-dashboard .schedule-content td:first-of-type {
  padding-right: 2em;
}

.live-dashboard .bulletin-title {
  grid-area: bulletin-title;
  background: url(/assets/t/img/breaks_bulletin-bg.png) no-repeat top right #003264;
}

.live-dashboard .bulletin-content {
  grid-area: bulletin-content;
  padding: 1em;
  line-height: 2;
  font-weight: 600;
  background: #003971;
}

.live-dashboard .giveaway-title {
  grid-area: giveaway-title;
  background: url(/assets/t/img/ticket_giveaway-bg.png) no-repeat top right #002141;
}

.live-dashboard .giveaway-content {
  grid-area: giveaway-content;
  justify-content: center;
  padding: 0;
  font-size: 60px;
  font-weight: 700;
  background: #00284f;
}

.live-dashboard .social-links {
  grid-area: social-links;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  background: linear-gradient(#173959, #102539);
}

.live-dashboard .social-links a {
  flex: 1;
  color: #fff;
  padding: 1em 0;
  font-weight: 600;
  text-align: center;
}

.live-dashboard .social-links a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) and (min-width: 768px) {
  .live-dashboard .schedule-title h3,
.live-dashboard .bulletin-title h3,
.live-dashboard .giveaway-title h3 {
    font-size: 18px;
  }
  .live-dashboard .giveaway-content {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .live-dashboard {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "image  schedule-title" "image  schedule-content" "image  schedule-content" "bulletin-title      giveaway-title" "bulletin-content    giveaway-content" "social-links        social-links";
    margin-bottom: 5px;
  }
  .live-dashboard .thumbnail {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .live-dashboard {
    display: block;
    text-align: center;
  }
  .live-dashboard h3 {
    width: 100%;
  }
  .live-dashboard .thumbnail {
    padding: 25px;
  }
  .live-dashboard .schedule-content table {
    margin: auto;
  }
}
.live-frames {
  padding: 12px;
  background: #fff;
  margin: 0;
}

.live-frames .col-* {
  padding: 0 !important;
}

.usp-icons > div {
  padding: 15px;
}

.breaks-banner {
  margin-bottom: 20px;
}

.learn-more {
  background: #1c1c1c;
}

.insta-feed {
  background: url(/assets/t/img/insta_feed-bg.jpg) #1c1c1c;
  background-size: cover;
}

@media (max-width: 1199px) and (min-width: 992px) {
  section.microblock.utility:before {
    width: 210px;
  }
  .vnav--level1 > .vnav__item > .vnav__link {
    font-size: 14px !important;
  }
  .category_filter {
    height: 365px;
  }
  .widget-select-container {
    padding: 10px 30px;
    max-height: 240px;
  }
  .space-below {
    margin-bottom: 23px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  section.microblock.utility:before {
    width: 90px;
  }
  #slideshow-container {
    padding-bottom: 30px;
  }
  .category_filter {
    margin-bottom: 60px;
  }
  .home .full-amd h2 {
    line-height: 1;
  }
  .learn-more > div {
    margin-bottom: 15px;
  }
  .space-below {
    margin-bottom: 17px;
  }
  .ribbon {
    font-size: 12px !important;
  }
  .home .brand-bar img {
    padding: 0 30px;
  }
  .full-gray h3 {
    font-size: 24px !important;
  }
  .full-gray h5 {
    font-weight: 800;
    font-size: 14px !important;
    text-transform: initial;
  }
  .shipping-bar .flex {
    justify-content: center;
  }
  .shipping-bar .flex > * {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #slideshow-container {
    padding-bottom: 30px;
  }
  .widget-select-container {
    padding: 10px 30px;
  }
  .category_filter {
    margin-bottom: 60px;
  }
  .home .full-amd {
    background-color: #e6e6e6;
    padding-bottom: 35px;
  }
  .full-amd .nowrap {
    flex-wrap: wrap;
  }
  .home .full-amd h2 {
    font-size: 24px !important;
    line-height: 1.4;
  }
  .learn-more > div {
    margin-bottom: 15px;
  }
  .ribbon {
    font-size: 12px !important;
  }
  .home .counter-reset > div {
    margin-bottom: 20px;
  }
  .space-below {
    margin-bottom: 20px;
  }
  .home .brand-bar img {
    padding: 10px 20px;
  }
  .full-gray h3 {
    font-size: 24px !important;
  }
  .full-gray h5 {
    font-weight: 800;
    font-size: 14px !important;
    text-transform: initial;
  }
  .live-panel > .container {
    padding: 0;
  }
  .live-frames {
    padding: 5px;
  }
  .live-frames iframe[src*=youtube] {
    height: 54vw;
  }
  .live-frames iframe[src*=chatroll] {
    height: calc(100vh - 54vw - 24px);
  }
  .v-product-grid .v-product {
    width: 49% !important;
  }
  .shipping-bar .flex > div {
    padding: 20px 0;
  }
  .shipping-bar .flex > div:nth-of-type(2) {
    flex-wrap: nowrap;
  }
  .shipping-bar .flex > img {
    display: none;
  }
  .shipping-flags {
    margin-left: 0;
    height: initial;
  }
  .shipping-flags img {
    margin: 5px;
  }
  .shipping-bar h5 {
    margin: 0 15px 0 0;
    line-height: 1;
  }
}
