﻿.top-rotator-joint
{
    visibility:hidden;
}
.top-rotator-joint .videoOverlay {
	background: url('../images/dgovImageSprite.png') -43px 0px;
	width: 82px;
	height: 82px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -41px;
	margin-top: -41px;
	z-index: 2;
}

.top-rotator-joint .jointSlideContainer
{
    position: relative;
}

.top-rotator-joint .jointSlides
{
    background-color: black;
    position: relative;
    overflow: hidden;
    margin-right: 4px;
    height: 100%;
}

.top-rotator-joint .jointSlide
{
    height: 100%;
}

.top-rotator-joint .jointOneImage
{
    display: block;
	position: relative;
    width: 100%;
    height: 100%;
}

.top-rotator-joint .jointOneImage img
{
	max-width: 100%;
    max-height: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -mos-transform: translate(-50%, -50%); /* FireFox */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}

.top-rotator-joint .jointBanner-top
{
    background: url(../images/banner-top.png) no-repeat transparent;
    background-size: 100% auto;
    height: 7px;
    margin-right: -5px;
    margin-left: -5px;
}

.top-rotator-joint .jointBanner-bottom
{
    background: url(../images/banner-bottom.png) no-repeat transparent;
    background-size: 100% auto;
    height: 8px;
    margin-top: -2px;
    margin-right: -5px;
    margin-left: -5px;
}

.top-rotator-joint .jointPagerControls
{
    background: #fff;
    padding: 7px 15px 6px 4px;
    margin-left: 4px;
    text-align: right;
    line-height: 0;
}

.top-rotator-joint .jointPagerContainer
{
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.top-rotator-joint .slideshow-autoplay-control
{
    --slideshow-autoplay-bg: linear-gradient(165deg, rgba(92, 92, 92, 0.86), rgba(58, 58, 58, 0.86));
    --slideshow-autoplay-bg-hover: linear-gradient(165deg, rgba(105, 105, 105, 0.92), rgba(64, 64, 64, 0.92));
    --slideshow-autoplay-border: rgba(255, 255, 255, 0.45);
    --slideshow-autoplay-border-hover: rgba(255, 255, 255, 0.62);
    --slideshow-autoplay-icon: #fff;
    --slideshow-autoplay-progress-track: rgba(255, 255, 255, 0.18);
    --slideshow-autoplay-progress-value: rgba(255, 255, 255, 0.72);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0 10px 0 0;
    z-index: 5;
}

.top-rotator-joint .slideshow-autoplay-control--light
{
    --slideshow-autoplay-bg: linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(232, 232, 232, 0.92));
    --slideshow-autoplay-bg-hover: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(242, 242, 242, 0.98));
    --slideshow-autoplay-border: rgba(0, 0, 0, 0.18);
    --slideshow-autoplay-border-hover: rgba(0, 0, 0, 0.28);
    --slideshow-autoplay-icon: #222;
    --slideshow-autoplay-progress-track: rgba(0, 0, 0, 0.12);
    --slideshow-autoplay-progress-value: rgba(0, 0, 0, 0.5);
}

.top-rotator-joint .slideshow-autoplay-button
{
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    overflow: visible;
    border: 1px solid var(--slideshow-autoplay-border);
    border-radius: 50%;
    background: var(--slideshow-autoplay-bg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    cursor: pointer;
    line-height: 1;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.top-rotator-joint .slideshow-autoplay-progress
{
    position: absolute;
    inset: 1px;
    width: auto;
    height: auto;
    transform: rotate(-90deg);
    transform-origin: center;
    transform-box: fill-box;
    pointer-events: none;
    overflow: visible;
}

.top-rotator-joint .slideshow-autoplay-control--noprogress .slideshow-autoplay-progress
{
    display: none;
}

.top-rotator-joint .slideshow-autoplay-progress-track,
.top-rotator-joint .slideshow-autoplay-progress-value
{
    fill: none;
    stroke-width: 2;
    stroke: var(--slideshow-autoplay-progress-track);
}

.top-rotator-joint .slideshow-autoplay-progress-value
{
    stroke: var(--slideshow-autoplay-progress-value);
    stroke-dasharray: 113;
    stroke-dashoffset: 113;
    stroke-linecap: round;
}

.top-rotator-joint .slideshow-autoplay-button::before
{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.top-rotator-joint .slideshow-autoplay-play::before
{
    width: 0;
    height: 0;
    transform: translate(-35%, -50%);
    border-style: solid;
    border-color: transparent transparent transparent var(--slideshow-autoplay-icon);
    border-width: 6px 0 6px 8px;
}

.top-rotator-joint .slideshow-autoplay-pause::before
{
    width: 10px;
    height: 11px;
    background: linear-gradient(var(--slideshow-autoplay-icon), var(--slideshow-autoplay-icon)), linear-gradient(var(--slideshow-autoplay-icon), var(--slideshow-autoplay-icon));
    background-size: 3px 11px, 3px 11px;
    background-position: 1px 0, 6px 0;
    background-repeat: no-repeat;
}

.top-rotator-joint .slideshow-autoplay-button:hover
{
    background: var(--slideshow-autoplay-bg-hover);
    border-color: var(--slideshow-autoplay-border-hover);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.top-rotator-joint .slideshow-autoplay-button:active
{
    transform: scale(0.98);
}

.top-rotator-joint .slideshow-autoplay-button:focus,
.top-rotator-joint .slideshow-autoplay-button:focus-visible
{
    outline: 3px solid ButtonText !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 5px ButtonFace !important;
}

.top-rotator-joint .jointPage
{
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/pager.png) 0 0px no-repeat transparent;
    border: 0;
    width: 9px;
    height: 9px;
    margin: 0 12px 0 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}

.top-rotator-joint .jointActiveSlide {
    background-position: -9px 0px;
    cursor: default;
}

.top-rotator-joint .jointPage:focus,
.top-rotator-joint .jointPage:focus-visible
{
    outline: 2px solid ButtonText;
    outline-offset: 3px;
}

.top-rotator-joint .jointPreviousButton {
    background: url(../images/leftarrow_rotator.png) no-repeat transparent;
    border: 0;
    width: 30px;
    height: 127px;
    display: block;
    position: absolute;
    top: 30%;
    left: 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    padding: 0;
    cursor: pointer;
    z-index: 100;
}

.top-rotator-joint .jointNextButton {
    background: url(../images/rightarrow_rotator.png) no-repeat transparent;
    border: 0;
    width: 30px;
    height: 127px;
    display: block;
    position: absolute;
    top: 30%;
    right : 15px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    padding: 0;
    cursor: pointer;
    z-index: 100;
}

.top-rotator-joint .jointPreviousButton:hover,
.top-rotator-joint .jointPreviousButton:focus,
.top-rotator-joint .jointPreviousButton:focus-visible,
.top-rotator-joint .jointNextButton:hover,
.top-rotator-joint .jointNextButton:focus,
.top-rotator-joint .jointNextButton:focus-visible {
    opacity: 1;
    filter: alpha(opacity=100);
}

.top-rotator-joint .jointPreviousButton:focus,
.top-rotator-joint .jointPreviousButton:focus-visible,
.top-rotator-joint .jointNextButton:focus,
.top-rotator-joint .jointNextButton:focus-visible {
    outline: 3px solid ButtonText !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 5px ButtonFace !important;
}

.top-rotator-joint .jointPagerArrowContainer
{
    z-index: 100;
}

.top-rotator-joint .jointJcs_content {
    vertical-align: bottom;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 320px 10px 7px 20px;
    background: url(../images/JCS_Overlay_Roatator.png) repeat-x bottom left;
    font-size: 11px;
}

.top-rotator-joint .jointJcs_content h2 {
    padding: 0px 0px 10px 0px;
    margin: 0;
    color: #fff;
    font-size: 21px;
    width: 100%;
}

.top-rotator-joint .jointJcs_caption {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

.top-rotator-joint .jointJcs_caption .jointDetail {
    padding-left: 10px;
    width: 96%;
    line-height: 1.3em;
}

@media (min-width: 767px) AND (max-width: 1200px)
{
    .top-rotator-joint .jointBanner-top
    {
        margin-bottom : -2.5px;
    }
}

@media (min-width: 477px) AND (max-width: 767px)
{
    .top-rotator-joint .jointBanner-top
    {
        margin-bottom : -4px;
    }
}

@media (max-width: 477px)
{
    .top-rotator-joint .jointBanner-top
    {
        margin-bottom: -4.5px;
    }

    .top-rotator-joint .jointJcs_caption
    {
        display: none;
    }

    .top-rotator-joint .jointPagerControls
    {
        display: none;
    }
}


/*Carousel*/
.jointcarousel-5 {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 10;
	font-family: Arial,Helvetica,sans-serif;
	visibility: hidden;
}

.jointcarousel-5 .caroufredsel_wrapper {
    margin: 0 !important;
}
.jointcarousel-5 .jointslideContainer {
	overflow: hidden;
    margin-left: 22px;
    margin-right: 22px;
}

.jointcarousel-5 ul {
    list-style: none;
    z-index: 1;
    min-height: 112px;
    margin: 0 23px 0 23px;
}

.jointcarousel-5 li {
    display:inline-block;
    float: left;
    margin: 0 6px 0 6px;
}

.jointcarousel-5 li a.oneImage {
	position: relative;
    display: inline-block;
	width: 161px;
	height: 112px;
	margin-left: 12px;
	cursor: pointer;
	overflow: hidden;
}

.jointcarousel-5 li a.oneImage:first-child {
	margin-left: 0px;
}

.jointcarousel-5 li a.oneImage img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    border: 1px solid #808080;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.jointcarousel-5 li a.oneImage img.isMobile {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.jointcarousel-5 .jointPreviousButton
{
    display:inline-block;
    width:25px;
    height:112px;
    position:absolute;
	left: 0px;
    bottom:35px;
}

.jointcarousel-5 .jointNextButton
{
    display:inline-block;
    width:25px;
    height:112px;
    position:absolute;
	right: 0px;
    bottom:35px;
}
.jointcarousel-5 .jointPreviousButton a {
    background: url('../images/carouselSprite.png') -96px 0px;
    position: absolute;
    width: 22px;
    height: 40px;
    top: 40px;
    display: block;
    z-index: 2;
}

.jointcarousel-5 .jointNextButton a {
    background: url('../images/carouselSprite.png') -118px 0px;
    position: absolute;
    width: 22px;
    height: 40px;
    top: 40px;
    display: block;
    z-index: 2;
}

.jointcarousel-5 div.jointpagerContainer {
	width: 100%;
	height: 33px;
	z-index: 12;
	position: relative;
    clear:both;
}
.jointcarousel-5 div.jointpagerContainer a.moreButton {
	display: block;
	width: 80px;
	height: 23px;
	line-height: 23px;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 0px 1px 1px White;
	color: Black;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 15px;
	text-align: right;
}

.jointcarousel-5 div.jointpagerContainer span.ieFix {
	height: 22px;
	line-height: 22px;
}

.jointcarousel-5 div.jointpagerContainer div.isMobile {
	width: 150px;
	left: 75px;
}

.jointcarousel-5 div.jointpagerContainer div.hidden {
	display: none;
}

.jointcarousel-5-imagedistortion
{
    width: 100%;
    height: 100%;
    top: 0px !important;
    left: 0px !important;
}

.jointcarousel-5 .smallVideoOverlay {
	background: url('../images/dgovImageSprite.png') 0px -37px;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 50%;
	top:50%;
	z-index: 2;
}

.jointcarousel-5 .videoOverlay {
	background: url('../images/dgovImageSprite.png') -43px 0px;
	width: 82px;
	height: 82px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -41px;
	margin-top: -41px;
	z-index: 2;
}

/*DVIDS Responsive CSS*/
.jointSlide .DvidsVideo {
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 0px !important;
    display: none;
}

.jointSlide .DvidsVideo .mejs__container {
    height: 100%;
    position: relative !important;
}

.jointSlide .DvidsVideo .mejs__controls {
    z-index: 501;
}

/*YouTube Responsive CSS*/

.jointSlide .YouTubeContainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    display: none;
}

.jointSlide .YouTubeVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 382px;
}
