.site-footer{
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: 15px solid #142562;
    background-color: #070d1d;
}
.site-footer-video-right{
    position: absolute;
    right:0px;
    top: -1px;
    object-fit: cover;
    object-position: left center;
    height: calc(100% + 2px);
    width: 1100px;
    mask-image: linear-gradient(to right, transparent 0px, black 100px);
    -webkit-mask-image: linear-gradient(to right, transparent 0px, black 100px);
    transition:opacity 0.5s;
}
@media screen and (max-width:2550px){
    .site-footer-video-right{
        right:unset;
        left: calc(50% + 180px);
    }
}
@media screen and (max-width:1600px){
    .site-footer-video-right{
        right:-500px;
        left: unset;
        opacity:0.5
    }
}
@media screen and (max-width:1280px){
    .site-footer-video-right{
        opacity:0.25
    }
}
@media screen and (max-width:720px){
    .site-footer-video-right{
        left: unset;
        opacity: 0.25;
        width: 100%;
        right: 0px;
        height: 50%;
        top: calc(50% + 2px);
        object-fit: cover;
        mask-image: linear-gradient(to bottom, transparent 0px, black 250px);
        -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 250px);
    }
}
.site-footer-video-left{
    position: absolute;
    left:0px;
    top: -1px;
    height: calc(100% + 2px);
    object-fit: cover;
    width: 1000px;
    mask-image: linear-gradient(to left, transparent 0px, black 100px);
    -webkit-mask-image: linear-gradient(to left, transparent 0px, black 100px);
    transition:opacity 0.5s;
}
@media screen and (max-width:3020px){
    .site-footer-video-left{
        left:unset; 
        right: calc(50% + 510px);
    }
}
@media screen and (max-width:2000px){
    .site-footer-video-left{
        right:unset;
        left: -500px;
    }
}
@media screen and (max-width:720px){
    .site-footer-video-left{
        mask-image: linear-gradient(to top, transparent 0px, black 250px);
        -webkit-mask-image: linear-gradient(to top, transparent 0px, black 250px);
        opacity: 0.5;
        width: 150%;
        height: 50%;
        left: -50%;
        object-fit: cover;
    }
    /*.site-footer-video-left{
        left: unset;
        right: 0px;
        transform: rotate(90deg);
        top: unset;
        bottom: calc(100% - 100vw);
        height: 600px;
        width: 100%;
    }*/
}
.site-footer-margins{
    margin-left:auto;
    margin-right:auto;
    max-width:1630px;
    display:block;
    width:100%;
    padding-left:15px;
    padding-right:15px;
    position:relative;
    color: white;
    padding-top:35px;
    padding-bottom:15px;
}
@media screen and (max-width:320px){
    .site-footer-margins{
        padding-left:10px;
        padding-right:10px;
    }
}
.site-footer-margins > a, .site-footer-margins > a:visited, .site-footer-margins > a:active, .site-footer-margins > a:hover{
    color:white;
}
.citySeal {
    display:none;
}
.site-footer table thead{
    display:block;
    height:0px;
    overflow:hidden;
}
.jso-footer-table{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-shadow: 0px 0px 10px black;
}
@media screen and (max-width:512px){
    .jso-footer-table{
        margin-top:4vw;
    }
}
@media screen and (max-width:240px){
    .jso-footer-table{
        display:none;
    }
}
.jso-footer-table td{
    width: 33.333%;
    vertical-align: middle;
    color: #fff2c0;
    text-align: center;
    font-size: 25px;
    line-height: 1.2em;
    position: relative;
    padding: 25px 15px;
}
@media screen and (max-width:1280px){
    .jso-footer-table td{
        font-size:1.9vw;
        padding: 1.9vw 1.24vw;
    }
}
@media screen and (max-width:720px){
    .jso-footer-table td{
        font-size: 2.8vw;
        padding: 3.5vw 2vw;
        display: inline-block;
        width: 50%;
    }
    .jso-footer-table td:last-of-type{
        display: block;
        width: 100%;
        padding: 0px;
        margin-bottom: -15px;
    }
}
@media screen and (max-width:512px){
    .jso-footer-table td{
        font-size: 4.8vw;
        padding: 0px;
        margin-bottom: 4vw;
        display: block;
        width: 100%;
    }
    .jso-footer-table td:last-of-type{
        margin-bottom:0px;
    }
}
@media screen and (max-width:280px){
    .jso-footer-table td{
        font-size: 5vw;
    }
}
.jso-footer-table td strong{
    font-weight:800;
}
.jso-footer-table td a, .jso-footer-table td a:active, .jso-footer-table td a:visited{
    color:#fff2c0;
}
.jso-footer-table td a:hover{
    color:white;
}
.jso-footer-table td:first-of-type::after{
    content: '';
    display: inline-block;
    height: calc(100% - 20px);
    top: 10px;
    right: -8px;
    width: 3px;
    background: #fff2c0;
    vertical-align: middle;
    position: absolute;
}
@media screen and (max-width:512px){
    .jso-footer-table td:first-of-type::after{
        display:none;
    }
}
.jso-footer-table td:last-of-type::before{
    content: '';
    display: inline-block;
    height: calc(100% - 20px);
    top: 10px;
    left: 8px;
    width: 3px;
    background: #fff2c0;
    vertical-align: middle;
    position: absolute;
}
@media screen and (max-width:720px){
    .jso-footer-table td:last-of-type::before{
        display:none;
    }
}
.jso-footer-mission-statement{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1120px; 
    text-shadow: 0px 0px 10px black;
}
.jso-footer-mission-statement td{
    font-size: 20px;
    line-height: 1.2em;
}
@media screen and (max-width:1280px){
    .jso-footer-mission-statement td{
        font-size:1.5625vw;
    }
}
@media screen and (max-width:1024px){
    .jso-footer-mission-statement td{
        font-size:16px;
    }
}
@media screen and (max-width:720px){
    .jso-footer-mission-statement td{
        font-size: 18px;
    }
}
@media screen and (max-width:512px){
    .jso-footer-mission-statement td{
        font-size: 3.8vw;
    }
}
@media screen and (max-width:420px){
    .jso-footer-mission-statement td{
        font-size: 16px;
    }
}
@media screen and (max-width:300px){
    .jso-footer-mission-statement td{
        font-size: 14px;
    }
}
.jso-footer-mission-statement td h2{
    margin:0px;
    font-size: 30px;
    line-height: 1em;
}
@media screen and (max-width:1280px){
    .jso-footer-mission-statement td h2{
        font-size: 2.34vw;
    }
}
@media screen and (max-width:720px){
    .jso-footer-mission-statement td h2{
        font-size: 25px;
        text-align: left;
    }
}
@media screen and (max-width:550px){
    .jso-footer-mission-statement td h2{
        font-size: 4.5vw;
    }
}
.jso-footer-mission-statement td h3{
    margin: 0px;
    line-height: 1.2em;
    font-size: 20px;
}
@media screen and (max-width:1280px){
    .jso-footer-mission-statement td h3{
        font-size: 1.5625vw;
    }
}
@media screen and (max-width:1024px){
    .jso-footer-mission-statement td h3{
        font-size: 16px;
    }
}
@media screen and (max-width:720px){
    .jso-footer-mission-statement td h3{
        font-size: 18px;
    }
}
@media screen and (max-width:512px){
    .jso-footer-mission-statement td h3{
        font-size: 3.8vw;
    }
}
@media screen and (max-width:420px){
    .jso-footer-mission-statement td h3{
        font-size: 16px;
    }
}
@media screen and (max-width:300px){
    .jso-footer-mission-statement td h3{
        font-size: 14px;
    }
}
.jso-footer-mission-statement tr{
    display:table-row;
}
@media screen and (max-width:720px){
    .jso-footer-mission-statement tr{
        display:block;
        text-align:center;
    }
}
.jso-footer-mission-statement td img{
    width:100%;
    height:auto;
    margin:0px;
    max-width:250px;
    margin-top:-25px;
    margin-bottom:-25px;
}
@media screen and (max-width:1280px){
    .jso-footer-mission-statement td img{
        margin-top:-1.9vw;
        margin-bottom:-1.9vw;
    }
}
.jso-footer-mission-statement td:nth-child(1){
    width: 15%;
}
@media screen and (max-width:512px){
    .jso-footer-mission-statement td:nth-child(1){
        margin-left: -5.8vw;
        display: inline-block;
        width: 30%;
    }
}
.jso-footer-mission-statement td:nth-child(2){
    line-height: 1.4em;
    width: 30%;
}
@media screen and (max-width:512px){
    .jso-footer-mission-statement td:nth-child(2){
        width: 70%;
        display: inline-block;
        margin-left: 0px;
    }
}
.jso-footer-mission-statement td:nth-child(3){
    width: 45%;
    padding-left: 30px;
}
@media screen and (max-width:1280px){
    .jso-footer-mission-statement td:nth-child(3){
        padding-left:2.3vw;
    }
}
@media screen and (max-width:720px){
    .jso-footer-mission-statement td:nth-child(3){
        display: block;
        width: 100%;
        max-width: 518px;
        margin-bottom: 30px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width:512px){
    .jso-footer-mission-statement td:nth-child(3){
        margin-bottom:15px;
        /*padding-left: 5.8vw;
        padding-right: 5.8vw;*/
        padding-left:0px;
        padding-right:0px;
    }
}
.footer-social-media{
    display: block;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 24px;
    text-shadow:0px 0px 10px black;
}
@media screen and (max-width:512px){
    .footer-social-media{
        font-size:4.68vw;
    }
}
@media screen and (max-width:310px){
    .footer-social-media{
        font-size:0px;
    }
}
.footer-social-media a{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 300px;
    overflow: hidden;
    position: relative;
    margin-left: 15px;
    color:white !important;
}
@media screen and (max-width:512px){
    .footer-social-media a{
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }
}
@media screen and (max-width:310px){
    .footer-social-media a{
        margin-left: 5px;
    }
}
@media screen and (max-width:210px){
    .footer-social-media a:last-of-type{
        display:none;
    }
}
.footer-social-media a img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.basic-footer__links{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    text-align: center;
    margin-top: 30px;
    font-size:16px;
    text-shadow:0px 0px 10px black;
}
@media screen and (max-width:720px){
    .basic-footer__links{
        text-align:left;
    }
}
@media screen and (max-width:512px){
    .basic-footer__links{
        margin-top:15px;
    }
}
@media screen and (max-width:300px){
    .basic-footer__links{
        font-size:14px;
    }
}
.basic-footer__links p{
    margin:0px;
}
.basic-footer__links a, .basic-footer__links a:visited, .basic-footer__links a:active{
    color:white;
    text-decoration:none;
}
.basic-footer__links a:hover{
    color:white;
    text-decoration:underline;  
}
.basic-footer__accessibility{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    text-align: center;
    margin-top: 0px;
    margin-bottom:0px;
    font-size:16px;
    text-shadow:0px 0px 10px black;
}
@media screen and (max-width:720px){
    .basic-footer__accessibility{
        text-align:left;
    }
}
@media screen and (max-width:300px){
    .basic-footer__accessibility{
        font-size:14px;
    }
}
@media screen and (max-width:1280px){
    .basic-footer__accessibility br{
        display:none;
    }
}
@media screen and (max-width:512px){
    .basic-footer__accessibility br{
        display:block;
    }
}
.basic-footer__accessibility p{
    margin:0px;
    display: inline;
}
.basic-footer__accessibility a, .basic-footer__accessibility a:visited, .basic-footer__accessibility a:active{
    color:white;
    text-decoration:none;
}
.basic-footer__accessibility a:hover{
    color:white;
    text-decoration:underline;  
}
/*Pause Play Button*/
.site-footer-margins .bg-vid__button{
    top:0px;
    background-color: rgb(20 37 98);
}