.full-bleed-row-topper .topper-half-height .col-xs-6:nth-of-type(1) {
  justify-content: center;
}
.full-bleed-row-topper .topper-half-height .col-xs-6:nth-of-type(2) {
  justify-content: left;
}
.full-bleed-row-topper .topper-half-height .col-xs-5 {
  justify-content: center;
}
.full-bleed-row-topper .topper-half-height .col-xs-7 {
  justify-content: left;
}
.widget-topper {
  /* temporary fix for PLP pages */
  width: 100%;
  min-height: 100px;
  /* for list page */
  /* vertical spacing between image and copy for 12-col */
  /* IE specific hack */
}
.widget-topper .row {
  padding: 0;
}
.widget-topper .header {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 4px;
}
.widget-topper .bbyBlueColor-theme .header {
  color: #001e73;
}
.widget-topper .blueShirtBlueColor-theme .header {
  color: #001e73;
}
.widget-topper .valueRedColor-theme .header {
  color: #bb0628;
}
.widget-topper .image-shell img {
  margin: 0 auto;
  max-height: 100%;
}
.widget-topper .col-xs-12 > .image-shell {
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
}
.widget-topper .headline {
  font-size: 20px;
  color: #1d252c;
  margin-top: 0;
  margin-bottom: 8px;
}
.widget-topper p {
  margin-bottom: 8px;
  padding: 0;
}
.widget-topper .description {
  margin-bottom: 8px;
}
.widget-topper .disclaimer {
  font-size: 11px;
  color: #55555a;
  margin-bottom: 8px;
}
.widget-topper .disclaimer a {
  text-decoration: underline;
}
.widget-topper .link {
  margin-bottom: 15px;
}
.widget-topper .see-all {
  border-top: 1px solid #c5cbd5;
  border-bottom: 1px solid #c5cbd5;
  padding: 15px 0;
  font-size: 15px;
}
.widget-topper .see-all-top {
  font-size: 15px;
  position: absolute;
  top: -30px;
  right: 20px;
}
.widget-topper .heading {
  display: block;
  line-height: normal;
}
@media all and (-ms-high-contrast: none) {
  .full-bleed-row-topper .widget-topper [class^="col-xs-"] {
    flex-basis: 100%;
  }
}
.widget-topper .c-modal-window .c-modal-body .widget-topper .image-shell {
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .widget-topper .c-modal-window .c-modal-body .widget-topper .link {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .widget-topper .shop-widget-esi-wrapper .widget-topper {
    /* for specificity */
  }
  .widget-topper .shop-widget-esi-wrapper .widget-topper .col-xs-4 .image-shell,
  .widget-topper .shop-widget-esi-wrapper .widget-topper .col-xs-6 .image-shell,
  .widget-topper .shop-widget-esi-wrapper .widget-topper .col-xs-8 .image-shell,
  .widget-topper .shop-widget-esi-wrapper .widget-topper .col-xs-12 .image-shell {
    height: 150px;
  }
}
.widget-topper .image-shell {
  max-width: 300px;
  min-width: 1px;
}
.widget-topper .topper-text-content {
  flex-direction: column;
}
.widget-topper .topper-full-height .col-xs-12 {
  justify-content: center;
}
.widget-topper .topper-full-height .topper-copy-column {
  justify-content: flex-start;
}
.widget-topper .topper-full-height .image-shell {
  max-width: 370px;
}
.widget-topper .topper-half-height .image-shell {
  margin: 0 auto;
}
.col-xs-9 .col-xs-4 .widget-topper .col-xs-12 .image-shell {
  width: 222px;
  height: 145px;
}
.widget-topper .headline.small {
  font-size: 15px;
}
.widget-topper .headline.large {
  font-size: 20px;
}
.widget-topper .col-xs-12:nth-of-type(2n) {
  padding-top: 10px;
}
.with-primary .widget-topper {
  /* PM full topper image sizing */
}
.with-primary .widget-topper .link {
  margin-bottom: 0;
}
.with-primary .widget-topper .headline {
  font-size: 15px;
}
.with-primary .widget-topper .col-xs-12 .image-shell {
  padding: 0 30px;
  vertical-align: middle;
  height: 140px;
}
.with-primary .widget-topper .col-xs-12 .image-shell a {
  height: 120px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .widget-topper .image-shell {
    display: block;
  }
  .widget-topper .col-xs-2 .image-shell,
  .widget-topper .col-xs-4 .image-shell,
  .widget-topper .col-xs-6 .image-shell {
    width: auto;
  }
}

