﻿/* Image Carousel */
.imageCarousel 
{
    display: block;
    text-align: center;
    margin: 5px auto;
    padding: 5px;

}
.imageCarousel span
{
    display: inline;
    text-align: left;
}

.imageCarousel span a 
{
    display: inline-block;
    height: 90px;
    padding: 2px;
}

.imageCarousel span img
{
    height: 100%;
    padding: 2px;
    border: 1px solid #E3DFDB;
}

.image-gallery-block {
    text-align: left
}

.multimedia-block-wrap {
    text-align: center
}

.multimedia-block-wrap {
    display: inherit;
    width: inherit;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding: 30px;
    margin-bottom: 60px
}

.multimedia-block {
    overflow: hidden
}

.multimedia-block-caption {
    float: left;
    clear: both;
    width: 100%;
    font-size: .928em;
    padding-top: 10px;
    color: hsl(204,100%,19.8%);
    text-align: left
}

.video-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden
}

.video-block .video-block-link {
    border: none;
    width: 100%
}

.video-block .video-block-link:focus .youtube-icon-container .youtube-icon-background, .video-block .video-block-link:hover .youtube-icon-container .youtube-icon-background {
    fill: #fff
}

.video-block .video-block-link:focus .youtube-icon-container .youtube-icon-foreground, .video-block .video-block-link:hover .youtube-icon-container .youtube-icon-foreground {
    fill: #282828
}

.video-block .video-block-link .video-block-img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer
}

.video-block .video-block-link .video-block-img img {
    width: 100%;
    text-align: center
}

.video-block .video-block-link .video-block-img .youtube-icon-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 51px;
    height: 36px;
}