/*************************
Carousel customizations
**************************/
.carousel-caption {
    top: 105px;
}
.carousel-caption h4 {
    font-size: 32px;
    font-weight: 400;
    text-shadow: 2px 2px 2px #000;
}
@media (min-width: 480px) {
    .carousel-caption {
        top: 97px;
    }
    .carousel-caption h4 {
        font-size: 40px;
    }
}
@media (min-width: 768px) {
    .carousel-caption {
        top: 121px;
    }
    .carousel-caption h4 {
        font-size: 60px;
    }
}
@media (min-width: 992px) {
    .carousel-caption {
        top: 105px;
    }
    .carousel-caption h4 {
        font-size: 84px;
    }
}
@media (min-width: 1200px) {
    .carousel-caption {
        top: 153px;
    }
}
.carousel-caption-right {
    position: absolute;
    right: 20%;
}
.carousel-caption-left {
    position: absolute;
    left: 20%;
}
.carousel-caption-right__long,
.carousel-caption-left__long {
    width: 50%;
    position: absolute;
    top: -20px;
    line-height: 1.1;
}
@media (min-width: 1466px) {
    .carousel-caption-right__long,
    .carousel-caption-left__long {
        width: 50%;
        top: 10px;
    }
}
.carousel-caption-right__long {
    right: 10%;
}
.carousel-caption-left__long {
    left: 10%;
}

/*************************
Work with us quote
**************************/
.cite {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  text-align: right;
}
.cite:before {
  content: '\2014 \00A0';
}

/*************************
Nav customizations
**************************/
@media (min-width: 768px) {
  .navbar-nav__right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-default .navbar-nav.navbar-nav__right>li>a {
    margin: 25px 6px 0;
    padding: 0;
  }
  .navbar-nav__right ~ .navbar-nav__right {
    margin-right: 0;
  }
  .intro-photo {
    float: left;
    padding: 0 30px 10px 0;
  }
}

.jump-links {
  margin: 15px 0;
  display: none;
}
.jump-links a {
  padding: 0 6px;
}
.jump-anchor {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .jump-links {
    display: block;
  }
}
section.purple.overlay > .container-wrapper {
  background: rgba(65,58,95,.90);
}