#blocker {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

/* Spotlight slider title/heading needs custom margin-bottom to match the space below the other module titles/headings */
@media screen and (min-width: 768px) {
    .home-spotlight-header .home-title {
        margin-bottom: 28px;
    }
}

.content-spotlight-wrap {
    padding-top: 0px;
}
.flexible-content-wrap > .content-spotlight-wrap:not(:first-child) {
    padding-top: 40px;
}

/* Replace the 60px spacer div with margin */
#top-spotlight-banner {
    margin-bottom: 40px;
}
/* IF the element immediately following a spotlight slider is a spacer div, don't display it so that we don't get double the spacing. */
#top-spotlight-banner + .divide60 {
    display: none;
}
/* If a spotlight slider has multiple slides and therefore dots, add an extra 30px margin below. */
div[data-ride="carousel"]:not([data-interval="false"]) {
    margin-bottom: 40px;
}

/* Style links in the spotlight slides  */
.item.spotlight p a {
    color: inherit;
    text-decoration: none;
    text-underline-offset: 2px;
}

.item.spotlight p a:hover {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.carousel-control.left img.solid-spot, .carousel-control.right img.solid-spot {
    opacity: 1;
}

.item.spotlight.spotlight-imageonly img {
    box-shadow: none;
    height: auto;
    width: auto;
    margin: 0 auto;
    display: block;
}

.item.spotlight.spotlight-videoonly img {
    box-shadow: none;
    height: auto;
    width: auto;
    margin: 0 auto;
    display: block;
}

.item.spotlight.spotlight-videoonly .spotlight-video {
    width: 100%;
    display: block;

}

.item-left {
    padding: 0;
    text-align: center;
}

.item-left, .item-right {
    height: 440px;
}

.item.spotlight {
    padding-top: 0;
}

.item.spotlight p {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    overflow: hidden;
    max-height: 164px;
}

.item.spotlight.dark h1 a,
.item.spotlight.dark a h1{
    color: #000;
}

.item.spotlight.dark p {
    color: #000;
}

.item.spotlight.dark div.spotlight-metadata {
    color: #000;
}

.sb-item-wrapper {
    overflow: hidden;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control {
    display: block;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    filter: none;
    top: 180px;
    height: 20px;
}

.carousel-control.right img {
    opacity: 0;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.75));
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-image: none;
    filter:;
    top: 180px;
    height: 20px;
}

.carousel-control.left img {
    opacity: 0;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.75));
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -170px;
    font-size: 30px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 10%;
    margin-right: 0;
    opacity: 0;
    transition: all 100ms ease-out;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-left {
    left: 10%;
    margin-left: 0;
    opacity: 0;
    transition: all 100ms ease-out;
}

.carousel, .carousel-inner, .carousel-inner .item {
    height: auto;
}

.carousel-inner .item h1 {
    color: #fff;
    margin-top: 0;
}

.carousel-inner .meta {
    font-family: 'FortBook', sans-serif;
}

.spotlight-imagetext, .spotlight-book, .spotlight-videoonly, .spotlight-imageonly, .spotlight-author {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item-left {
    padding: 0;
    text-align: center;
}

.item-left img {
    max-height: 380px;
}

.item.spotlight img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.item.spotlight.spotlight-imageonly img, .item.spotlight.spotlight-videoonly img,  .item.spotlight.spotlight-imagetext img {
    box-shadow: none;
}

.item.spotlight.dark .btn {
    border: #000 solid 1px;
    color: #000;
}

.item.spotlight.dark .btn:hover {
    background-color: #000;
    color: #fff;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    background-color: #FA6400;
    border: 0;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ddd;
    border: #ddd solid 1px;
    border-radius: 10px;
}

.item.spotlight img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.item.spotlight.spotlight-imageonly,
.item.spotlight.spotlight-videoonly {
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (min-width: 720px) {
    .item.spotlight.spotlight-imageonly,
    .item.spotlight.spotlight-videoonly {
        /*min-height: 440px;*/
    }
}

.item.spotlight.spotlight-imageonly img,
.item.spotlight.spotlight-videoonly img {
    max-height: 440px;
}

.item.spotlight.spotlight-videoonly img, .item.spotlight.spotlight-imageonly img, .item.spotlight.spotlight-imagetext img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.item.spotlight h1,
.item.spotlight a h1,
.item.spotlight h1 a {
    line-height: 31px;
    font-size: 27px;
    position: relative;
    padding: 0;
    margin: 0 0 13px 0;
    font-family: 'ShiftLight', serif;
    font-weight: normal;
}

.item.spotlight h1 a {
    color: #fff;
    text-shadow: 0 3px 6px #00000020;
}

.item.spotlight.dark h1 a {
    color: #000;
    text-shadow: 0 3px 6px #FFFFFF20;
}

.item.spotlight p.item-body {
    text-shadow: 0 1px 10px #00000040;
}
.item.spotlight.dark p {
    color: #000;
    text-shadow: 0 1px 10px #FFFFFF40;
}

div.spotlight-metadata {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400;
    opacity: 0.89999997615814208984375;
    color: #fff;
    font-family: 'FortBook', sans-serif;
    line-height: 22px;
    font-size: 14px;
}

.item.spotlight.dark div.spotlight-metadata {
    color: #000;
}

.item.spotlight span.spotlight-metadata {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.item.spotlight span.spotlight-metadata:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.item.spotlight .btn {
    background-color: transparent;
    padding: 10px 65px;
    margin: 10px 0;
    border: #fff solid 1px;
    color: #fff;
    transition: all 100ms ease-out;
    font-size: 16px;
    border-radius: 99px;
}

.item.spotlight.dark .btn {
    border: #000 solid 1px;
    color: #000;
}

.item.spotlight a.btn:hover {
    background-color: #fff;
    color: #000;
}

.item.spotlight.dark a.btn:hover {
    background-color: #000;
    color: #fff;
}

.item.spotlight .spotlight-photo-credit {
    text-align: center;
    color: #fff;
    font-size: 10px;
    display: block;
    margin-top: 10px;
}

.item.spotlight.dark .spotlight-photo-credit {
    color: #000;
}

.carousel-book img {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.35);
}

.carousel-buttons {
    padding: 20px 0;
    background-color: #000;
}

.carousel-indicators {
    bottom: -50px;
}

@media only screen and (max-width: 719px) {
    .item.spotlight p {
        color: #fff;
        font-size: 14px;
        line-height: 19px;
        overflow: hidden;
        max-height: 92px;
    }

    .item.spotlight h1 {
        line-height: 24px;
        font-size: 20px;
        margin-top: 20px;
    }

    .item.spotlight .btn {
        padding: 4px 32px;
        font-size: 12px;
        margin: 0 0 30px 0;
    }

    div.spotlight-metadata {
        font-size: 12px;
        line-height: 19px;
    }

    .carousel-control {
        display: none;
    }

    .carousel, .carousel-inner, .carousel-inner .item {
        height: auto;
    }

    .dim {
        position: relative;
    }

    .item.spotlight.spotlight-imageonly img,
    .item.spotlight.spotlight-videoonly img {
        height: auto;
        width: 100%;
    }

    .item-left, .item-right {
        height: auto;
    }

    .item-left img {
        margin-top: 22px;
    }
}

@media only screen and (min-width: 720px) {
    .vertical-center {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}