.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.container-fluid:after {
  clear: both;
}
.btn-row {
  border-top: solid #e1e1e1 1px;
}
@-webkit-keyframes expand-right {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes expand-right {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes expand-right {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Base Mobile */
.comp-featured_hero {
  margin: 20px -20px 48px -20px;
  height: 298px;
  display: block;
  border-bottom: solid #dddddd 1px;
  overflow: hidden;
  padding: 0;
}
.comp-featured_hero-unit {
  width: 335px;
  height: 251px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}
.comp-featured_hero-unit .feature-block {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.comp-featured_hero-unit .panel-link {
  display: inline-block;
  text-decoration: none;
}
.comp-featured_hero-unit .feature-caption-block {
  width: 100%;
  min-width: 92%;
  height: 70px;
  background: #333333;
  vertical-align: middle;
}
.comp-featured_hero-unit .feature-caption-block:before {
  content: '';
  margin-left: -0.25em;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  float: left;
}
.comp-featured_hero-unit .feature-title {
  margin-bottom: 0;
  padding: 10px 24px 0 24px;
  max-height: 56px;
  line-height: 22px;
  overflow: hidden;
  color: #ffffff;
  font-family: proxima, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.comp-featured_hero-unit .feature-caption {
  display: none;
}
.comp-featured_hero-unit img {
  width: 335px;
  height: 181px;
}
.comp-featured_hero-preview {
  margin: 20px auto 0;
  width: 70px;
}
.comp-featured_hero-preview .feature-btn {
  margin-right: 10px;
  width: 10px;
  height: 10px;
  float: left;
  overflow: hidden;
  cursor: pointer;
  background: #e1e1e1;
  border-radius: 10px;
}
.comp-featured_hero-preview .feature-btn .label {
  visibility: hidden;
  font-size: 100%;
  color: #0099d6;
}
.comp-featured_hero-preview .feature-btn .fuse {
  visibility: hidden;
}
.comp-featured_hero-preview .feature-btn.selected {
  background: #333;
}
.comp-featured_hero-preview .feature-btn:last-child {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .comp-featured_hero {
    margin-right: auto;
    margin-left: auto;
    width: 720px;
    height: 490px;
    border: solid #dddddd 1px;
    padding: 0;
  }
  .comp-featured_hero-unit {
    width: 720px;
    height: 390px;
  }
  .comp-featured_hero-unit .feature-caption-block {
    height: 110px;
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .comp-featured_hero-unit .feature-title {
    padding: 8px 24px;
    height: auto;
    line-height: 140%;
    color: #0099d6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .comp-featured_hero-unit .feature-caption {
    display: block;
    margin: 0;
    padding: 0 24px;
    max-height: 52px;
    overflow: hidden;
    color: #000000;
  }
  .comp-featured_hero-unit img {
    width: 720px;
    height: 390px;
  }
  .comp-featured_hero-preview {
    margin: 0;
    padding-left: 0;
    width: 100%;
    float: left;
    border-top: solid #dddddd 1px;
  }
  .comp-featured_hero-preview .feature-btn {
    margin-right: 0;
    width: 179px;
    height: 98px;
    float: left;
    border-radius: 0;
    border-right: solid #dddddd 2px;
    line-height: 90px;
    background: #ffffff;
    color: #0099d6;
    text-align: center;
  }
  .comp-featured_hero-preview .feature-btn:last-child {
    border-right: 0;
    width: 181px;
  }
  .comp-featured_hero-preview .feature-btn:before {
    content: '';
    height: 90%;
    float: left;
    margin-left: -0.25em;
    display: inline-block;
    vertical-align: middle;
  }
  .comp-featured_hero-preview .feature-btn p.label {
    margin-bottom: 0;
    padding: 0 20px;
    max-height: 36px;
    max-width: 177px;
    display: inline-block;
    visibility: visible;
    font-weight: bold;
    vertical-align: middle;
    font-size: 100%;
    color: #0099d6;
    white-space: normal;
  }
  .comp-featured_hero-preview .feature-btn .fuse {
    visibility: visible;
    height: 7px;
  }
  .comp-featured_hero-preview .feature-btn .fuse .active-fuse {
    float: left;
    width: 0;
    height: 7px;
    background: #0099d6;
  }
  .comp-featured_hero-preview .feature-btn .fuse .active-fuse.animate {
    -webkit-animation-name: expand-right;
    -moz-animation-name: expand-right;
    animation-name: expand-right;
  }
  .comp-featured_hero-preview .feature-btn.selected {
    border: none;
    background: #efefef;
    box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.2);
  }
  .comp-featured_hero-preview .feature-btn.selected .fuse {
    background: #f6f6f6;
  }
  .comp-featured_hero-preview .feature-btn.selected .fuse .paused {
    width: 100%;
    background: #0099d6;
  }
  .comp-featured_hero-preview .feature-btn:hover {
    text-decoration: none;
  }
}
@media (min-width: 1025px) {
  .comp-featured_hero {
    margin-right: 0;
    margin-left: 0;
    width: 968px;
    height: 390px;
    border: solid #dddddd 1px;
  }
  .comp-featured_hero-unit {
    width: 720px;
    height: 390px;
    float: left;
  }
  .comp-featured_hero-unit .panel-link:hover {
    text-decoration: none;
  }
  .comp-featured_hero-unit .feature-caption-block {
    height: 110px;
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .comp-featured_hero-unit .feature-title {
    padding: 8px 24px;
    height: auto;
    line-height: 140%;
    color: #0099d6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .comp-featured_hero-unit .feature-caption {
    display: block;
    margin: 0;
    padding: 0 24px;
    max-height: 46px;
    overflow: hidden;
    color: #000000;
  }
  .comp-featured_hero-unit img {
    width: 720px;
    height: 390px;
  }
  .comp-featured_hero-preview {
    margin: 0;
    padding-left: 0;
    width: 246px;
    float: right;
    border-left: solid #dddddd 1px;
  }
  .comp-featured_hero-preview .feature-btn {
    width: 100%;
    height: 6.1em;
    float: left;
    border-radius: 0;
    border-bottom: solid #dddddd 1px;
    line-height: 90px;
    background: #ffffff;
    color: #0099d6;
    text-align: left;
  }
  .comp-featured_hero-preview .feature-btn:last-child {
    border-bottom: 0;
  }
  .comp-featured_hero-preview .feature-btn .label {
    margin-bottom: 0;
    padding: 0 20px;
    visibility: visible;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
  }
  .comp-featured_hero-preview .feature-btn .fuse {
    visibility: visible;
    height: 7px;
  }
  .comp-featured_hero-preview .feature-btn .fuse .active-fuse {
    float: left;
    width: 0;
    height: 7px;
    background: #0099d6;
  }
  .comp-featured_hero-preview .feature-btn .fuse .active-fuse.animate {
    -webkit-animation-name: expand-right;
    -moz-animation-name: expand-right;
    animation-name: expand-right;
  }
  .comp-featured_hero-preview .feature-btn.selected {
    background: #efefef;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  .comp-featured_hero-preview .feature-btn.selected .fuse {
    background: #f6f6f6;
  }
  .comp-featured_hero-preview .feature-btn.selected .fuse .paused {
    width: 100%;
    background: #0099d6;
  }
  .comp-featured_hero-preview .feature-btn:hover {
    text-decoration: none;
  }
}
