.header .carousel {
  margin: 0 -15px; }
  .header .carousel .carousel-item {
    background: #fff;
    color: #333; }
  .header .carousel .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    color: #333;
    padding: 1rem 1rem;
    text-align: left;
    word-break: break-word;
    word-wrap: break-word; }
    .header .carousel .carousel-caption h2 {
      font-size: 2rem; }
    .header .carousel .carousel-caption p {
      font-size: 1.4rem;
      line-height: 1.1; }
  .header .carousel .carousel-control-next,
  .header .carousel .carousel-control-prev {
    display: none; }
  .header .carousel .carousel-control-prev-icon {
    background: 0; }
  .header .carousel .carousel-control-next-icon {
    background: 0; }
  .header .carousel .carousel-indicators {
    bottom: 1rem;
    left: 0;
    margin: 0;
    width: 50%;
    justify-content: flex-start;
    padding-left: 1rem; }
    .header .carousel .carousel-indicators li {
      background: #333;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      margin: 0 1rem 0 0;
      opacity: 0.5; }
      .header .carousel .carousel-indicators li.active {
        opacity: 1; }

.video-embed-field-launch-modal {
  position: relative;
  float: left;
  margin: 0 2rem 0.5rem 0; }
  .video-embed-field-launch-modal:before {
    content: 'play_arrow';
    font-family: 'Material Icons', sans-serif;
    color: #333;
    font-size: 26px;
    text-align: center;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #009ace;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .video-embed-field-launch-modal img {
    width: 350px; }

.popin-home img {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem; }

#cboxOverlay {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#cboxContent {
  position: relative; }

#cboxCurrent,
#cboxPrevious,
#cboxNext,
#cboxClose {
  border: 0;
  background: #009ace;
  color: #333;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 1.5rem; }

#cboxClose {
  position: absolute;
  bottom: 100%;
  right: 0; }

#cboxCurrent {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  color: #fff; }

#cboxNext {
  position: absolute;
  right: 0; }

@media (min-width: 576px) {
  .header .carousel {
    margin: 0; }
  .header .carousel .carousel-caption {
    width: 80%;
    padding: 2rem; }
  .header .carousel .carousel-indicators {
    padding-left: 2rem; } }

@media (min-width: 768px) {
  .header .carousel .carousel-indicators {
    bottom: 2rem;
    padding-left: 5rem; }
  .header .carousel .carousel-caption {
    padding: 12rem 2rem 0 5rem; }
    .header .carousel .carousel-caption h2 {
      font-size: 3rem; }
    .header .carousel .carousel-caption p {
      font-size: 1.4rem; } }

@media (min-width: 992px) {
  .header .carousel .carousel-indicators {
    bottom: 2rem;
    padding-left: 8rem; }
  .header .carousel .carousel-caption {
    width: 50%;
    padding: 13rem 8rem 0 8rem; }
    .header .carousel .carousel-caption h2 {
      font-size: 4rem; }
    .header .carousel .carousel-caption .font-weight-bold {
      font-size: 1.6rem; } }
