.twitter-feed-container {
  background: #00596f;
  margin: 3rem 15px;
  max-width: 1200px;
  min-height: 100px;
  position: relative;
}
.twitter-feed-container:before {
  border-top: 60px solid #00758d;
  border-right: 60px solid transparent;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.twitter-feed-container:after {
  background: transparent url('../../../../../etc.clientlibs/settings/wcm/designs/ticshared/clientlib-site/resources/images/twitter-logo-white.png') center center no-repeat;
  background-size: 20px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 40px;
  z-index: 3;
}
.twitter-feed-container .carousel {
  position: static;
}
.twitter-feed-container .carousel .carousel-caption {
  padding: 30px;
  position: static;
  text-shadow: none;
}
.twitter-feed-container .carousel .carousel-caption .tw-avatar {
  display: none;
}
.twitter-feed-container .carousel .carousel-caption .tw-avatar img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.twitter-feed-container .carousel .carousel-caption .tw-details a {
  color: #fff;
}
.twitter-feed-container .carousel .carousel-caption .tw-details a:hover {
  color: #fff;
}
.twitter-feed-container .carousel .carousel-caption .tw-username {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.twitter-feed-container .carousel .carousel-caption .tw-info {
  border-bottom: 1px solid #014252;
  font-size: 1.3rem;
  font-style: italic;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.twitter-feed-container .carousel .carousel-caption .tw-info .tw-handle {
  text-transform: uppercase;
}
.twitter-feed-container .carousel .carousel-caption .tw-info .tw-time {
  padding-left: 25px;
  position: relative;
  white-space: nowrap;
}
.twitter-feed-container .carousel .carousel-caption .tw-info .tw-time:before {
  content: '/';
  padding: 0 0 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.twitter-feed-container .carousel .carousel-caption .tw-tweet {
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 20px;
  text-align: left;
}
.twitter-feed-container .carousel .carousel-caption .tw-tweet a {
  color: #fff;
}
.twitter-feed-container .carousel .carousel-caption .tw-tweet a:hover,
.twitter-feed-container .carousel .carousel-caption .tw-tweet a:focus {
  color: #21b0d4;
}
.twitter-feed-container .carousel-nav {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.twitter-feed-container .carousel-nav button.carousel-control {
  border: none;
  background-color: #fff;
  background-image: none;
  height: 40px;
  opacity: 1;
  padding: 0;
  position: static;
  width: 40px;
}
.twitter-feed-container .carousel-nav button.carousel-control span[class*="icon-arrow"] {
  color: #222222;
  display: block;
  font-size: 1.6rem;
  text-shadow: none;
}
.twitter-feed-container .carousel-nav button.carousel-control:hover,
.twitter-feed-container .carousel-nav button.carousel-control:focus {
  background-color: #da291c;
}
.twitter-feed-container .carousel-nav button.carousel-control:hover span,
.twitter-feed-container .carousel-nav button.carousel-control:focus span {
  color: #fff;
}
#ico .twitter-feed-container .carousel-indicators.number-pager {
  color: #fff;
  top: auto;
  bottom: 10px;
  z-index: 1;
}
@media (min-width: 350px) {
  .twitter-feed-container .carousel .carousel-caption .tw-info {
    font-size: 1.5rem;
  }
}
@media (min-width: 500px) {
  .twitter-feed-container .carousel .carousel-caption .tw-handle-info {
    border-bottom: 1px solid #014252;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .twitter-feed-container .carousel .carousel-caption .tw-avatar {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
  }
  .twitter-feed-container .carousel .carousel-caption .tw-details {
    display: inline-block;
    vertical-align: middle;
  }
  .twitter-feed-container .carousel .carousel-caption .tw-details .tw-info {
    border: none;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .twitter-feed-container .carousel .carousel-caption .tw-tweet {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .twitter-feed-container .carousel .carousel-caption {
    overflow: hidden;
    padding: 0 0 0 30px;
  }
  .twitter-feed-container .carousel .carousel-caption .tw-handle-info {
    border-bottom: none;
    border-right: 1px solid #014252;
    display: inline-block;
    margin: 0 25px 0 0;
    padding: 60px 30px 60px 0;
    text-align: left;
    vertical-align: middle;
    width: 375px;
  }
  .twitter-feed-container .carousel .carousel-caption .tw-handle-info .tw-details {
    text-align: left;
  }
  .twitter-feed-container .carousel .carousel-caption .tw-handle-info .tw-details .tw-time:before {
    content: '|';
  }
  .twitter-feed-container .carousel .carousel-caption .tw-tweet {
    display: inline-block;
    margin: 0;
    padding: 60px 104px 60px 0;
    text-align: left;
    vertical-align: middle;
    width: calc(95% - 375px);
  }
  .twitter-feed-container .carousel .carousel-indicators {
    display: none;
  }
  .twitter-feed-container .carousel-nav {
    display: block;
  }
}
@media (min-width: 1200px) {
  .twitter-feed-container {
    margin: 0 auto;
  }
}
@media (min-width: 1230px) {
  .twitter-feed-container .carousel-nav {
    right: -30px;
  }
  .twitter-feed-container .carousel-nav button.carousel-control {
    height: 60px;
    width: 60px;
  }
}
