.ada-target{
    position:fixed;
    top:0px;
    left:0px;
    width:0px;
    height:0px;
    background-color:white;
    color:rgba(0,0,0,0);
    overflow:hidden;
}

.PageHeader{
    height:auto;
    display:block;
    margin-left:auto;
    margin-right:auto;
    font-size:0px;
}

@media screen and (max-width:815px){ .JUD4Carousel{ background-image: radial-gradient(#0f4d80, #031b31); } }

.JUD4CarouselMargins{
    max-width: 900px;
    margin-left: 350px;
    margin-right: auto;
}
@media screen and (max-width:1280px){

    .JUD4CarouselMargins{
    margin-left: auto;
    margin-right: 0px;
     }
    }
.JUD4Carousel{
    height:100%;
    position:relative;
}
.JUD4CarouselPadding{
    padding: 30px;
    max-width: 964px;
    margin-left: auto;
    height: calc(330px - 60px);
    position: relative;
    overflow: hidden;
}
@media screen and (max-width:815px){
    .JUD4CarouselPadding{
        padding:0px;
        height: 355px;
    }
}
@media screen and (max-width:480px){
    .JUD4CarouselPadding{
        height: 73.875vw;
    }
}
.JUD4Carousel_Previous{
    width:80px;
    position:absolute;
    left:-30px;
    top:0px;
    height:100%;
    display:block;
    z-index:2;
}
@media screen and (max-width:815px){
    .JUD4Carousel_Previous{
        width:50px;
        height:100%;
        left:0px;
    }
}
@media screen and (max-width:480px){
    .JUD4Carousel_Previous{
        width: 10.416vw;
    }
}
.JUD4Carousel_Next{
    width:80px;
    position:absolute;
    right:-30px;
    top:0px;
    height:100%;
    display:block;
    z-index:2;
}
@media screen and (max-width:815px){
    .JUD4Carousel_Next{
        width:50px;
        height:100%;
        right:0px;
    }
}
@media screen and (max-width:480px){
    .JUD4Carousel_Next{
        width: 10.416vw;
    }
}
.Circle{
    position:absolute;
    top:calc(50% - 25px);
    left:calc(50% - 25px);
    width:50px;
    height:50px;
    overflow:hidden;
    border-radius:50px;
    background-color: rgba(9,51,83,0.9);/
}
@media screen and (max-width:815px){
    .Circle{
        top:0px;
        left:0px;
        height:100%;
        width:100%;
        border-radius:0px;
        background-color: rgb(10,94,158,.45);
    }
}
.JUD4Carousel_Next .Circle{
    left:auto;
    right: 8px;
}
@media screen and (max-width:815px){
    .JUD4Carousel_Next .Circle{
        right:auto;
        left:0px;
    }
}
.JUD4Carousel_Previous .Circle{
    left: 8px;
}
@media screen and (max-width:815px){
    .JUD4Carousel_Previous .Circle{
        left:0px;
    }
}
.Arrow{
    width:18px;
    height:18px;
    position:absolute;
    transform:rotate(45deg);
    color:rgba(255,255,255,0);
}

.JUD4Carousel_Previous .Arrow{ border-left:2px solid white; border-bottom:2px solid white; left: 18px; top: 15px; }
@media screen and (max-width:815px){
    .JUD4Carousel_Previous .Arrow{
        top:calc(50% - 9px);
        left:calc(50% - 4px);
    }
}
.JUD4Carousel_Next .Arrow{ border-right:2px solid white; border-top:2px solid white; left: 11px; top: 15px; }
@media screen and (max-width:815px){
    .JUD4Carousel_Next .Arrow{
        top:calc(50% - 9px);
        left:calc(50% - 14px);
    }
}

/*Slide styles*/
.Slide{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity:0;
    transition:opacity 0.8s;
}
@media screen and (max-width:480px){
    .Slide{
        height:auto;
    }
}
/*Slide Animations*/
.Slide.Active{
    opacity:1;
    z-index:1;
}
.Slide.SlideInRight{
    animation-name:SlideInRight;
    animation-duration:0.8s;
}
.Slide.SlideOutRight{
    animation-name:SlideOutRight;
    animation-duration:0.8s;
}
.Slide.SlideInLeft{
    animation-name:SlideInLeft;
    animation-duration:0.8s;
}
.Slide.SlideOutLeft{
    animation-name:SlideOutLeft;
    animation-duration:0.8s;
}
@keyframes SlideInRight{
    from{ left:100%; }
    to{ left:0px; }
}
@keyframes SlideOutRight{
    from{ left:0px; }
    to{ left:100%; }
}
@keyframes SlideInLeft{
    from{ left:-100%; }
    to{ left:0px; }
}
@keyframes SlideOutLeft{
    from{ left:0px; }
    to{ left:-100%; }
}
.Slide a{
    color:black;
    text-decoration:none;
}
.Slide a:hover{
    text-decoration:none;
}
.Slide .Title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.2em;
    max-height: 48px;
    overflow: hidden;
}
@media screen and (max-width:480px){
    .Slide .Title{
        font-size: 4.166vw;
        max-height: 10vw;
        margin-bottom: 2.5vw;
    }
}
.Slide .Title .WebkitBox{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.Slide .Story{
    font-size: 16px;
    line-height: 1.3em;
    max-height: 100px;
    overflow: hidden;
}
@media screen and (max-width:815px){
    .Slide .Story{
        max-height: 50px;
    }
}
.Slide .Story .WebkitBox{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding-right:5px;
    line-height:1.3em;
}
@media screen and (max-width:815px){
    .Slide .Story .WebkitBox{
        -webkit-line-clamp: 2;
        padding-right:0px;
    }
}
@media screen and (max-width:480px){
    .Slide .Story .WebkitBox{
        font-size: 3.333vw;
    }
}
.Slide .Story p{
    margin:0px;
}
.SlideLeftTable{
    display:table;
    height:100%;
    width:480px;
}
@media screen and (max-width:1024px){
    .SlideLeftTable{
        width: 46vw;
        height:100%;
    }
}
@media screen and (max-width:815px){
    .SlideLeftTable{
        width: 100%;
        height: auto;
    }
}
.SlideLeftTableCell{
    display:table-cell;
    vertical-align:middle;
}
.SlideLeft{
    height: 100%;
    width: 480px;
    position: relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    background-image: radial-gradient(rgb(23, 92, 150), black);
}
@media screen and (max-width:1024px){
    .SlideLeft{
        width: 46vw;
        height: 25.875vw;
    }
}
@media screen and (max-width:815px){
    .SlideLeft{
        width: 363px;
        height: 204.75px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:480px){
    .SlideLeft{
        width: calc(100% - 20.832vw);
        height: 42vw;
        margin-left: auto;
    }
}
.SlideLeft .Image{
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
}
.SlideLeft iframe{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.SlideRightTable{
    display: table;
    margin-left: 480px;
    height: 100%;
    position: absolute;
    top: 0px;
    width: calc(100% - 480px);

}
@media screen and (max-width:1024px){
    .SlideRightTable{
        margin-left: 46vw;
        width: calc(100% - 46vw);
    }
}
@media screen and (max-width:815px){
    .SlideRightTable{
        margin-left: 50px;
        margin-right: 50px;
        width: calc(100% - 100px);
        position: relative;
        box-shadow:none;
        height:auto;
    }
}
@media screen and (max-width:480px){
    .SlideRightTable{
        margin-left:10.416vw;
        margin-right:10.416vw;
        width: calc(100% - 20.832vw);
    }
}
.SlideRightTableCell{
    display: table-cell;
    vertical-align: middle;
}
.SlideRight{
    min-height: 118px;
    max-height: calc(100% - 60px);
    position: relative;
    width: 100%;
    background-color: white;
    box-shadow: 10px 10px 19px rgba(0,0,0,0.5);
}
.SlideRight .Padding{
    height: calc(100% - 57px);
    padding: 30px;
    padding-top: 27px;
    border-top: #f8aa4b 7px solid;
    
}
@media screen and (max-width:815px){
    .SlideRight .Padding{
        height: 123px;
        padding-bottom: 0px;
    }
}
@media screen and (max-width:480px){
    .SlideRight .Padding{
        height: 25.625vw;
        padding: 6.25vw;
        padding-bottom: 0px;
    }
}
/*Button Menu*/
.SlideSkips{
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    padding-right: 0px;
    background-color: white;
    z-index:3;
    display:none;
}
@media screen and (max-width:815px){
    .SlideSkips{
        display:none;
    }
}
.SlideSkips .Anchor{
    width: 20px;
    margin-right: 10px;
    height: 12px;
    overflow: hidden;
    display: inline-block;
    background-color: #909090;
    transition:background-color 0.8s;
    border: 1px solid black;
    color:rgba(0,0,0,0);
}
.SlideSkips .Anchor:hover{
    background-color:#fb9f41;
}
.SlideSkips .Anchor.Selected{
    background-color:#175c96;
}
.SlideSkips .Anchor.Selected:hover{
    background-color:#175c96;
}

/*Background Image Styles*/
.PageBackground{
    min-height: 500px;
}

@media screen and (max-width:1600px){
    .PageBackground{
        height:31.25vw;
    }
}

@media screen and (max-width:640px){
    .PageBackground{
        height:200px;
    }
}

.SlideLeft .Image.Default{ 
    background-image: url(/App_Themes/Jud4/images/defaultNews/Default_1.jpg); 
}

.SlideLeft .Image.Default:nth-of-type(3n+0){
    background-image:url(/App_Themes/Jud4/images/defaultNews/Default_2.jpg);
    }
    
.SlideLeft .Image.Default:nth-of-type(3n+2){
    background-image:url(/App_Themes/Jud4/images/defaultNews/Default_3.jpg);
    }