/* Style for Image SLider */
.swiper-pagination-bullet{
    cursor:pointer;
}
div.juxtapose{
    width:100%;
    font-family:Helvetica,Arial,sans-serif;
}
div.jx-slider{
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    cursor:pointer;
}
div.jx-handle{
    position:absolute;
    height:100%;
    width:40px;
    cursor:col-resize;
    z-index:15;
    margin-left:-20px;
}
.vertical div.jx-handle{
    height:40px;
    width:100%;
    cursor:row-resize;
    margin-top:-20px;
    margin-left:0;
}
div.jx-control{
    height:100%;
    margin-right:auto;
    margin-left:auto;
    width:3px;
    background-color:white;
}
.vertical div.jx-control{
    height:3px;
    width:100%;
    background-color:white;
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
div.jx-controller{
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    height:60px;
    width:9px;
    margin-left:-3px;
    background-color:white;
}
.vertical div.jx-controller{
    height:9px;
    width:100px;
    margin-left:auto;
    margin-right:auto;
    top:-3px;
    position:relative;
}
div.jx-arrow{
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    width:0;
    height:0;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
.vertical div.jx-arrow{
    position:absolute;
    margin:0 auto;
    left:0;
    right:0;
    width:0;
    height:0;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
div.jx-arrow.jx-left{
    left:2px;
    border-style:solid;
    border-width:8px 8px 8px 0;
    border-color:transparent #FFF transparent transparent;
}
div.jx-arrow.jx-right{
    right:2px;
    border-style:solid;
    border-width:8px 0 8px 8px;
    border-color:transparent transparent transparent #FFF;
}
.vertical div.jx-arrow.jx-left{
    left:0px;
    top:2px;
    border-style:solid;
    border-width:0px 8px 8px 8px;
    border-color:transparent transparent #FFF transparent;
}
.vertical div.jx-arrow.jx-right{
    right:0px;
    top:initial;
    bottom:2px;
    border-style:solid;
    border-width:8px 8px 0 8px;
    border-color:#FFF transparent transparent transparent;
}
div.jx-handle:hover div.jx-arrow.jx-left,div.jx-handle:active div.jx-arrow.jx-left{
    left:-1px;
}
div.jx-handle:hover div.jx-arrow.jx-right,div.jx-handle:active div.jx-arrow.jx-right{
    right:-1px;
}
.vertical div.jx-handle:hover div.jx-arrow.jx-left,.vertical div.jx-handle:active div.jx-arrow.jx-left{
    left:0px;
    top:0px;
}
.vertical div.jx-handle:hover div.jx-arrow.jx-right,.vertical div.jx-handle:active div.jx-arrow.jx-right{
    right:0px;
    bottom:0px;
}
div.jx-image{
    position:absolute;
    height:100%;
    display:inline-block;
    top:0;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
}
.vertical div.jx-image{
    width:100%;
    left:0;
    top:initial;
}
div.jx-image img{
    height:100%;
    z-index:5;
    position:absolute;
    max-height:none;
    max-width:none;
    max-height:initial;
    max-width:initial;
}
.vertical div.jx-image img{
    height:initial;
    width:100%;
}
div.jx-image.jx-left{
    left:0;
    background-position:left;
}
div.jx-image.jx-left img{
    left:0;
}
div.jx-image.jx-right{
    right:0;
    background-position:right;
}
div.jx-image.jx-right img{
    right:0;
    bottom:0;
}
.veritcal div.jx-image.jx-left{
    top:0;
    background-position:top;
}
.veritcal div.jx-image.jx-left img{
    top:0;
}
.vertical div.jx-image.jx-right{
    bottom:0;
    background-position:bottom;
}
.veritcal div.jx-image.jx-right img{
    bottom:0;
}
div.jx-image div.jx-label{
    font-size:1em;
    padding:0.25em 0.75em;
    position:relative;
    display:inline-block;
    top:0;
    background-color:#000;
    background-color:rgba(0,0,0,0.7);
    color:white;
    z-index:10;
    white-space:nowrap;
    line-height:18px;
    line-height:1.125rem;
    vertical-align:middle;
}
div.jx-image.jx-left div.jx-label{
    float:left;
    left:0;
}
div.jx-image.jx-right div.jx-label{
    float:right;
    right:0;
}
.vertical div.jx-image div.jx-label{
    display:table;
    position:absolute;
}
.vertical div.jx-image.jx-right div.jx-label{
    left:0;
    bottom:0;
    top:initial;
}
div.jx-credit{
    line-height:1.1;
    font-size:0.75em;
}
div.jx-credit em{
    font-weight:bold;
    font-style:normal;
}
div.jx-image.transition{
    -webkit-transition:width 0.5s ease;
    transition:width 0.5s ease;
}
div.jx-handle.transition{
    -webkit-transition:left 0.5s ease;
    transition:left 0.5s ease;
}
.vertical div.jx-image.transition{
    -webkit-transition:height 0.5s ease;
    transition:height 0.5s ease;
}
.vertical div.jx-handle.transition{
    -webkit-transition:top 0.5s ease;
    transition:top 0.5s ease;
}
a.jx-knightlab{
    background-color:#000;
    background-color:rgba(0,0,0,0.25);
    bottom:0;
    display:table;
    height:14px;
    line-height:14px;
    line-height:0.875rem;
    padding:1px 4px 1px 5px;
    position:absolute;
    right:0;
    text-decoration:none;
    z-index:10;
}
a.jx-knightlab div.knightlab-logo{
    display:inline-block;
    vertical-align:middle;
    height:8px;
    width:8px;
    background-color:#c34528;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    top:-1.25px;
    position:relative;
    cursor:pointer;
}
a.jx-knightlab:hover{
    background-color:#000;
    background-color:rgba(0,0,0,0.35);
}
a.jx-knightlab:hover div.knightlab-logo{
    background-color:#ce4d28;
}
a.jx-knightlab span.juxtapose-name{
    display:table-cell;
    margin:0;
    padding:0;
    font-family:Helvetica,Arial,sans-serif;
    font-weight:300;
    color:white;
    font-size:10px;
    font-size:0.625rem;
    padding-left:0.375em;
    vertical-align:middle;
    line-height:normal;
}
div.jx-controller:focus,div.jx-image.jx-left div.jx-label:focus,div.jx-image.jx-right div.jx-label:focus,a.jx-knightlab:focus{
    background:#eae34a;
    color:#000;
}
a.jx-knightlab:focus span.juxtapose-name{
    color:#000;
    border:none;
}
.jx-slider .jx-knightlab{
    display:none;
}
.jx-slider .jx-controller{
    background-color:#0076c0;
    width:10px;
    margin-left:-3.5px;
}
@media (min-width:768px){
    .jx-slider .jx-controller{
        width:16px;
        margin-left:-7px;
    }
}
.jx-slider .jx-control{
    background-color:transparent;
}
.jx-slider .jx-image.jx-right:after{
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
    box-shadow:0 0 20px rgba(0,0,0,0.5);
    z-index:5;
    height:110%;
    width:20px;
    content:"";
    position:absolute;
    left:-20px;
    top:-5%;
}
@media (min-width:768px){
    .jx-slider .jx-image.jx-right:after{
        -webkit-box-shadow:0 0 14px rgba(0,0,0,0.5);
        box-shadow:0 0 14px rgba(0,0,0,0.5);
    }
}
.jx-slider .jx-image img{
    width:auto;
}
.jx-slider .jx-arrow.jx-left{
    left:0;
    border-width:8px 8px 8px 0;
    border-color:transparent #0076c0 transparent transparent;
}
@media (min-width:768px){
    .jx-slider .jx-arrow.jx-left{
        border-width:16px 16px 16px 0;
        left:-14px;
    }
}
.jx-slider .jx-arrow.jx-right{
    border-color:transparent transparent transparent #0076c0;
    border-width:8px 0 8px 8px;
    right:0;
}
@media (min-width:768px){
    .jx-slider .jx-arrow.jx-right{
        border-width:16px 0 16px 16px;
        right:-14px;
    }
}
.jx-slider .jx-handle:hover .jx-arrow.jx-right,.jx-slider .jx-handle:active .jx-arrow.jx-right{
    right:4px;
}
@media (min-width:768px){
    .jx-slider .jx-handle:hover .jx-arrow.jx-right,.jx-slider .jx-handle:active .jx-arrow.jx-right{
        right:-10px;
    }
}
.jx-slider .jx-handle:hover .jx-arrow.jx-left,.jx-slider .jx-handle:active .jx-arrow.jx-left{
    left:4px;
}
@media (min-width:768px){
    .jx-slider .jx-handle:hover .jx-arrow.jx-left,.jx-slider .jx-handle:active .jx-arrow.jx-left{
        left:-10px;
    }
}
.image-slider.juxtapose {
    height: 505px;
    width: 685px;
}
@media only screen and (max-width: 425px) {
    .image-slider.juxtapose {
        width: 100% !important;
    }
}
/* Style for Image SLider */
/* Style for Brain interactive image */
            .draggable-image{
    min-height:500px;
    font-size:16px;
    font-size:1rem;
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
}
@media (min-width:576px){
    .draggable-image{
        min-height:400px;
        font-size:18px;
        font-size:1.125rem;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
    }
}
@media (min-width:992px){
    .draggable-image{
        -ms-flex-pack:distribute;
        justify-content:space-around;
    }
}
.draggable-image .field{
    z-index:2;
    text-align:center;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    width:100%;
}
@media (min-width:576px){
    .draggable-image .field{
        max-width:25%;
        text-align:left;
    }
}
.draggable-image .field--name-field-element-title{
    color:#0076c0;
    font-weight:600;
}
.draggable-image canvas{
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
    top:0;
    left:0;
}
/* Style for Brain interactive image */