:root {
    --page-max-width: 1600px;
}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
/*Proxima Nova font from Adobe*/
body{
    top: 0px !important;
    margin: 0px;
    /*font-family: sans-serif;*/
    font-family: "proxima-nova", sans-serif;
    --link-color: #003a90;
}
/*Bebas-Neue font*/
@font-face {
    font-family: 'BebasNeue';
    src: url('/fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
body .pageBleed{
    z-index: -1;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, #3b3b3b 0, #3b3b3b 100%);
}
@media screen and (max-width:1280px){
    body .pageBleed{
        background: linear-gradient(to bottom, #142562 0, #142562 100%);
    }
}
.adaHidden, .ada-hidden{
    position:absolute;
    height:0px;
    width:0px;
    overflow:hidden;
}
.ADAmenu{
    position: absolute;
    left: 5px;
    border: 2px solid rgb(60, 60, 60);
    padding: 10px;
    background-color: #FAFAFA;
    border-radius: 5px;
    z-index: 99999;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    max-width: calc(100% - 40px);
    top: -250px;
    transition: top 1s;
    line-height: 16px;
}
.ADAmenu.focused{
    top: 5px;
}
/*Top Navigation*/
.headerContainerBackground{
    background: linear-gradient(to right, #14226b 0%, #14226b calc(50% - 800px), #00153d calc(50% + 800px), #00153d 100%);
    position: absolute;
    left: 0px;
    right: 0px;
    z-index:3;
}
.headerContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    position: relative;
    z-index: 6;
    display: block;
    padding-left: 432px;
    min-height: 150px;
}
@media screen and (max-width:1600px){
    .headerContainer{
        /*padding-left: 350px;*/
    }
}
.headerContainer.useMobile{
    padding-left:0px;
}
.headerLeft{
    width: calc(100% + 250px);
    max-width: 1600px;
    position: absolute;
    top: 0px;
    left: -250px;
    height: 100%;
    background-image: url(/content/images/layout/01_logoBar.png);
    background-size: auto 150px;
    background-size: 860px;
    background-repeat: no-repeat;
}
.headerContainer .logo{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:4;
}
.headerContainer .logoBadge{
    display: block;
    height: 150px;
    background-repeat: no-repeat;
    background-image: url(/Content/Images/layout/00_header_shield_dropshadow.png);
    background-size: 115px;
    background-position: 0px 8px;
    font-size: 15px;
    width: 115px;
    margin-left: 350px;
    text-decoration: none;
    color: white;
    line-height: 1em;
}
@media screen and (max-width:1600px){
    .headerContainer .logoBadge{
        /*margin-left: 270px;*/
    }
}
@media screen and (max-width:1280px){
    .headerContainer .logoBadge{
        margin-left:300px;
    }
}
@media screen and (max-width:920px){
    .headerContainer .logoBadge{
        margin-left:270px;
    }
}
@media screen and (max-width:450px){
    .headerContainer .logoBadge{
        width: calc(100vw - 238px);
        max-width: 115px;
        margin-left: 255px;
        background-size: contain;
        background-position: top 5px center;
        margin-top: 3px;
    }
}
@media screen and (max-width:300px){
    .headerContainer .logoBadge{
        width:60px;
    }
}
.headerContainer .logoBadgeLine1{
    margin-left: 120px;
    position: relative;
    top: 50px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    width: 210px;
}
@media screen and (max-width:1600px){
    .headerContainer .logoBadgeLine1{
        /*margin-left:110px;*/
    }
}
@media screen and (max-width:920px){
    .headerContainer .logoBadgeLine1{
        top:85px;
        margin-left:110px;
    }
}
@media screen and (max-width:450px){
    .headerContainer .logoBadgeLine1{
        overflow: hidden;
        background-image: url(/content/images/layout/01_logo.png);
        line-height: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        height: 45px;
        width: calc(100vw - 178px);
        max-width: 261px;
        top: 86px;
        background-position: left center;
        margin-left: 100px;
    }
}
@media screen and (max-width:350px){
    .headerContainer .logoBadgeLine1{
        max-width: 278px;
        top: 92px;
        margin-left: 3px;
        background-position: right center;
        height: 35px;
        width: calc(100vw - 80px);
    }
}
.headerContainer .logoBadgeLine2{
    margin-left: 120px;
    position: relative;
    top: 53px;
    color: #fcd605;
    font-size: 23.5px;
    font-weight: bold;
    text-transform: uppercase;
    width: 210px;
}
@media screen and (max-width:1600px){
    .headerContainer .logoBadgeLine2{
        /*margin-left:110px;*/
    }
}
@media screen and (max-width:920px){
    .headerContainer .logoBadgeLine2{
        top: 90px;
        margin-left: 110px;
    }
}
@media screen and (max-width:450px){
    .logoBadgeLine2{
        display:none;
    }
}
.headerContainer .logoBadgeLine2 > font{
    display:block;
    font-size:18px;
    line-height:1.2em;
    max-height: 20px;
    overflow: hidden;
}
.headerRight{
}
/*Top Half of Top Nav*/
.headerTopContainer{
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.headerTop{
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 16px;
    line-height: 1em;
    height: 90px;
    display: block;
}
.headerTop .logo{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
}
.headerTop .logo .filmjax_logo{
    display: block;
    width: 210px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: bottom 10px center;
}
@media screen and (max-width:580px){
    .headerTop .logo .filmjax_logo{
        height: 26px;
        margin-top: 15px;
        background-position: top;
    }
}
@media screen and (max-width:400px){
    .headerTop .logo .filmjax_logo{
        height: 34px;
        width: 155px;
        background-size: 143px;
        margin-top: 12px;
        margin-left: 10px;
        background-position: top left;
    }
}
@media screen and (max-width:340px){
    .headerTop .logo .filmjax_logo{
        height: 18px;
        width: 86px;
    }
}
.bg_bottomLine {
    display:none;
}
.bg_logoLine{
    display:none;
}
/*Events Link*/
.header-events-link{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 200px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    background-image: url(/Content/Images/layout/00_events.png);
}
@media screen and (max-width:1024px){
    .header-events-link{
        margin-right:15px;
    }
}
@media screen and (max-width:590px){
    .header-events-link{
        margin-right:10px;
    }
}
@media screen and (max-width:475px){
    .header-events-link{
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width:280px){
    .header-events-link{
        margin-right: 5px;
    }
}
@media screen and (max-width:160px){
    .header-events-link{
        margin-right:0px;
    }
}
/*Header Navigation Links*/
.headerTopNavMenu{
    margin-left: 245px;
    height: 90px;
    margin-right: 245px;
    position:relative;
}
@media screen and (max-width:1280px){
    .headerTopNavMenu{
        margin-right:200px;
        margin-left:215px;
    }
}
.useMobile .headerTopNavMenu{
    margin-left:0px;
    margin-right:0px;
}
.headerNavigation{
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 15px;
    line-height: 1em;
    display: block;
    z-index:3;
}
/*Header Navigation Styles*/
.headerNavigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.headerNavList {
    display: flex;
    opacity: 1;
    flex-wrap: wrap;
    /* Have the items line up top to bottom by default */
    flex-direction: column;
}
.nestedLinkList__manualDropDown:not(:checked) ~ .headerNavList {

}
/* Style the List Expander checkbox */
.headerNavList input:checked {
    transform: rotate(90deg);
}
.headerNavList input {
    all: unset;
    cursor: pointer;
    transition: transform .3s;
    /* Make it a triangle pointing right */
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 1em solid white;
    height: 0;
    width: 0;
}
/* Layout the nav nestings */
.headerNavList li {
    display: grid;
    opacity: 1;
    grid:
        "arrow . parent" min-content
        ". child child" 1fr
        / 1em 1em auto;
    align-items: center;
}
.headerNavList input {
    grid-area: arrow;
}
.headerNavList a {
    grid-area: parent;
}
.headerNavList {
    grid-area: child;
}
.headerNavigation > .nestedLinkList {
    display: block;
    opacity: 1;
    margin: 0px;
    white-space: nowrap;
    font-size: 15px;
    color: white;
    line-height: 0px;
    font-size: 0px;
    font-family: 'BebasNeue', impact, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    padding-top: 77px;
}
.headerNavigation > .nestedLinkList .material-symbols-outlined font{
    /*Translate Fix*/
    display:none;
}
.useMobile .headerNavigation > .nestedLinkList{
    height:0px;
    overflow:hidden;
    padding-top:150px;
    padding-left:195px;
}
@media screen and (max-width:1280px){
    .useMobile .headerNavigation > .nestedLinkList{
        padding-left:145px;
    }
}
@media screen and (max-width:920px){
    .useMobile .headerNavigation > .nestedLinkList{
        padding-left: 105px;
    }
}
@media screen and (max-width:450px){
    .useMobile .headerNavigation > .nestedLinkList{
        padding-left: 5px;
    }
}
.headerNavigation > .nestedLinkList > li{
    display: inline-flex;
    vertical-align: top;
    margin-right: 0px;
    align-items: flex-end;
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: left;
}
.useMobile .headerNavigation > .nestedLinkList > li{ 
    min-width: 0px;
    display: block;
    width: 100%;
    min-height: 0px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-right:0px;
    position: relative;
}
.headerNavigation > .nestedLinkList > li > a{
    color: White;
    text-decoration: none;
    font-size: 15px;
    line-height: 1em;
    padding-bottom: 49px;
    width: 100%;
    padding-top: 0px;
    white-space: normal;
    vertical-align: bottom;
    display: inline-flex;
    align-items: end;
    justify-content: end;
    font-size: 24px;
    padding-left: 16px;
}
.headerNavigation > .nestedLinkList > li > a.nestedLinkList__item--active{
    color:#ffe347;
}
.headerNavigation > .nestedLinkList > li > a::after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 22px;
    background-color: white;
    margin-left: 18px;
    margin-right: 0px;
    vertical-align: top;
    top: -3px;
    position: relative;
}
.headerNavigation > .nestedLinkList > li:last-of-type > a::after{
    display:none;
}
.useMobile .headerNavigation > .nestedLinkList > li > a::after{
    display:none;
}
.headerNavigation > .nestedLinkList > li > a .material-symbols-outlined{
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    margin-left: 0px;
    margin-right:0px;
    display:none;
}
.useMobile .headerNavigation > .nestedLinkList > li > a{
    justify-content: left;
    display: inline-block;
    align-items: center;
    min-height: auto;
    text-align: left;
    margin-left: 25px;
    padding-top: 0px;
    width: auto;
    padding-bottom: 0px;
    margin-bottom: 10px;
    font-size: 24px;
    padding-left:0px;
}
.headerNavigation > .nestedLinkList > li > input{
    display:none;
    appearance: none;
    width: 9px;
    height: 9px;
    top: 5px;
    left: 5px;
    position: absolute;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    transition:top 0.8s, left 0.8s, transform 0.8s;
}
.headerNavigation > .nestedLinkList > li > input:checked{
    top: 2px;
    left: 7px;
    transform: rotate(137deg);
}
.useMobile .headerNavigation > .nestedLinkList > li > input{
    display: block;
}
.headerNavigation > .nestedLinkList > li > ul{
    position: absolute;
    display: none;
    padding: 15px;
    top: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: rgb(6 25 75);
    text-align: left;
    line-height: 1.2em;
    font-size: 15px;
    animation-name: headerNavigation-ul-slide-down;
    animation-duration: 0.4s;
    white-space:normal;
    font-family: "proxima-nova", sans-serif;
    text-transform: none;
}
@keyframes headerNavigation-ul-slide-down{
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
.headerNavigation > .nestedLinkList > li > ul.single-column{
    width: 250px;
    margin-left: 0px;
    font-size: 0px;
    line-height: 0px;
}
.headerNavigation > .nestedLinkList > li > ul.single-column > li{
    width:100%;
    font-size:16px;
    line-height:1.2em;
}
.headerNavigation > .nestedLinkList > li > ul.double-column{
    width: 450px;
    margin-left: -125px;
    font-size: 0px;
    line-height: 0px;
    column-count: 2;
    column-gap: 15px;
}
@media screen and (max-width:600px){
    .useMobile .headerNavigation > .nestedLinkList > li > ul.double-column{
        column-count:1;
    }
}
@media screen and (max-width:450px){
    .useMobile .headerNavigation > .nestedLinkList > li > ul.double-column{
        column-count:2;
    }
}
@media screen and (max-width:420px){
    .useMobile .headerNavigation > .nestedLinkList > li > ul.double-column{
        column-count:1;
    }
}
.headerNavigation > .nestedLinkList > li > ul.double-column > li{
    width:100%;
    margin-right:15px;
    font-size:16px;
    line-height:1.2em;
}
.useMobile .headerNavigation > .nestedLinkList > li > ul.double-column > li{
    margin-right:0px;
}
.headerNavigation > .nestedLinkList > li > ul.triple-column{
    width: 100%;
    max-width: 700px;
    left: 0px;
    right: 0px;
    font-size: 0px;
    line-height: 0px;
    column-count: 3;
    column-gap: 15px;
    margin-left: 220px;
}
@media screen and (max-width:900px){
    .useMobile .headerNavigation > .nestedLinkList > li > ul.triple-column{
        column-count:2;
    }
}
@media screen and (max-width:600px){
    .useMobile .headerNavigation > .nestedLinkList > li > ul.triple-column{
        column-count:1;
    }
}
@media screen and (max-width:450px){
    .useMobile .headerNavigation > .nestedLinkList > li > ul.triple-column{
        column-count:2;
    }
}
@media screen and (max-width:420px){
    .useMobile .headerNavigation > .nestedLinkList > li > ul.triple-column{
        column-count:1;
    }
}
.headerNavigation > .nestedLinkList > li > ul.triple-column > li{
    width:100%;
    margin-right:15px;
    font-size:16px;
    line-height:1.2em;
}
.useMobile .headerNavigation > .nestedLinkList > li > ul.triple-column > li{
    margin-right:0px;
}
.headerNavigation > .nestedLinkList > li > ul > li .material-symbols-outlined{
    margin-top:4px;
    margin-left:2px;
}
@media screen and (max-width:1800px){
    .headerNavigation > .nestedLinkList > li:last-of-type > ul{
        right:0px;
        margin-left:0px;
    }
}
@media screen and (max-width:1650px){
    .headerNavigation > .nestedLinkList > li:nth-last-of-type(2) > ul{
        right:0px;
        margin-left:0px;
    }
}
.useMobile .headerNavigation > .nestedLinkList > li > ul{
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    width: 100%;
    text-align: left;
    animation-name: none;
    animation-duration: 0s;
    height: 0px;
    overflow: hidden;
    max-width: none;
    margin-left: -15px;
    padding-left:40px;
}
.headerNavigation > .nestedLinkList > li:hover > a{
    color:#ffe347;
}
.useMobile .headerNavigation > .nestedLinkList > li:hover > a{
    color:white;
}
.useMobile .headerNavigation > .nestedLinkList > li > a:hover{
    color:#ffe347;
}
.headerNavigation > .nestedLinkList > li:nth-of-type(6n+1):hover {
    background-image:url(/content/images/icon-01.png);
}
.headerNavigation > .nestedLinkList > li:nth-of-type(6n+2):hover {
    background-image:url(/content/images/icon-02.png);
}
.headerNavigation > .nestedLinkList > li:nth-of-type(6n+3):hover {
    background-image:url(/content/images/icon-03.png);
}
.headerNavigation > .nestedLinkList > li:nth-of-type(6n+4):hover {
    background-image:url(/content/images/icon-04.png);
}
.headerNavigation > .nestedLinkList > li:nth-of-type(6n+5):hover {
    background-image:url(/content/images/icon-05.png);
}
.headerNavigation > .nestedLinkList > li:nth-of-type(6n+6):hover {
    background-image:url(/content/images/icon-06.png);
}
.useMobile .headerNavigation > .nestedLinkList > li:hover {
    background-image:none !important;
}
.headerNavigation > .nestedLinkList > li:hover > ul{
    display:block;
    padding-top:0px;
    padding-bottom:0px;
}
.headerNavigation > .nestedLinkList > li > ul li{
    display:inline-block;
    vertical-align:top;
    position:relative;
    text-align:left;
}
@media screen and (max-width:1280px){
    .headerNavigation > .nestedLinkList > li > ul li{
        margin-right:0px;
        text-align:left;
    }
}
.useMobile .headerNavigation > .nestedLinkList > li > ul li{
    margin-left: 0px;
    text-align: left;
    width: calc(100%);
}
.headerNavigation > .nestedLinkList > li > ul li a{
    display:inline-block;
    margin-bottom:15px;
}
.headerNavigation > .nestedLinkList > li > ul input{
    display:none;
}
.headerNavigation > .nestedLinkList > li > ul > li a{
    color:white;
    text-decoration:none;
}
.headerNavigation > .nestedLinkList > li > ul > li a.nestedLinkList__item--active{
    color:#ffe347;
}
.headerNavigation > .nestedLinkList > li > ul > li a:hover{
    color:#ffe347;
}
/*JSO Top nav does not display below child child child items*/
.headerNavigation > .nestedLinkList > li > ul > li > ul{
    display:none;
}
.headerNavigation > .nestedLinkList__manualDropDown {
    display:none;
    height: 0px;
    cursor: pointer;
    appearance: none;
    position: absolute;
    top: 0px;
    left: 420px;
    margin: 0px;
    padding-top: 150px;
    width: 100px;
}
@media screen and (max-width:1280px){
    .headerNavigation > .nestedLinkList__manualDropDown{
        left:380px;
        width:80px;
    }
}
@media screen and (max-width:920px){
    .headerNavigation > .nestedLinkList__manualDropDown{
        left: 345px;
    }
}
@media screen and (max-width:450px){
    .headerNavigation > .nestedLinkList__manualDropDown{
        left: auto;
        right:0px;
    }
}
.manualDropDownLine{
    width: 36px;
    height: 4px;
    background-color: rgba(255,255,255,1);
    transition:background-color 0.8s;
    position:absolute;
    top:73px;
    left:450px;
    pointer-events:none;
    display:none;
    border-radius: 2px;
}
@media screen and (max-width:1280px){
    .manualDropDownLine{
        left:400px;
    }
}
@media screen and (max-width:920px){
    .manualDropDownLine{
        left: 365px;
        top: 111px;
    }
}
@media screen and (max-width:450px){
    .manualDropDownLine{
        left: auto;
        right:10px;
    }
}
.useMobile .manualDropDownLine{
    display:block;
}
.mobileMenuOpen .manualDropDownLine{
    background-color:rgba(255,255,255,0);
}
.headerNavigation > .manualDropDownLine:before{
    content: '';
    position: absolute;
    width: 36px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    transition: transform 0.8s;
    cursor: pointer;
    transform: translateY(-10px);
}
.mobileMenuOpen .headerNavigation > .manualDropDownLine:before{
    transform: rotate(45deg);
}
.headerNavigation > .manualDropDownLine:after{
    content: '';
    position: absolute;
    width: 36px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    transition: transform 0.8s;
    cursor: pointer;
    transform: translateY(10px);
}
.mobileMenuOpen .headerNavigation > .manualDropDownLine:after{
    transform: rotate(-45deg);
}
/* This creates the container for overlaying the 2nd level+ of navs */
.useMobile .nestedLinkList__manualDropDown {
    display: block;
}

/******** Mobile Nav *****************/
.nestedLinkList__manualDropDown{
    position:absolute;
}
.headerNavList.nestedLinkList--d1.useMobile {
    background: linear-gradient(90deg, rgba(59, 134, 170, 1) 0%, rgba(6, 71, 115, 1) 100%);
    padding: 0 10px;
    padding-top: 0;
    display: inherit;
    opacity: 1;
}
.headerNavList.nestedLinkList--d1.useMobile li:last-of-type {
    margin-bottom: 10px;
}
/* Hamburger styling */
/* Make the checkbox for the main nav take up
    the whole area to then be covered by the hamburger */
.nestedLinkList__manualDropDown.nestedLinkList--d1:has(~ .headerNavList.useMobile) {
    all: unset;
    width: 40px;
    margin-left: 220px;
    align-items: center;
    height: calc(100% - 5px);
    justify-content: space-evenly;
    cursor: pointer;
    display: flex;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNGRkYiIHZpZXdCb3g9IjAgMCAzNiA0Ij48cmVjdCB3aWR0aD0iMzYiIGhlaWdodD0iNCIgcnk9IjIiIHJ4PSIyIj48L3JlY3Q+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: 36px;
}
.headerNavTopList {
    margin: 0;
    padding: 0;
    list-style: none;

    /* For desktop nav we want the initial menu to go left to right */
    flex-direction: row;
    /* Ensure the initial menu is always desplayed on desktop */
    height: inherit;
    display: flex;
    opacity: 1;
    margin-left: 30px;
    /* flex-wrap: wrap; */
}
.headerNavTopList li {
    flex-shrink: 0;
}
/*Google Translate Fix*/
.headerNavTopList li > a > font {
    display:block;
    max-width:85px;
    max-height:16px;
    overflow:hidden;
}
.headerNavTopList__manualDropDown.nestedLinkList--d1  {
    /* Hide the checkbox for main nav and 1st level on desktop */
    display: none;
    opacity: 0;
}
/*Pause/Play Video Button*/
.bg-vid__button{
    position: absolute;
    right: max(15px, calc(50% - var(--page-max-width) / 2 + 15px));
    top: var(--header-total-height);
    background-color: rgb(0 21 61);
    color: white;
    border: 0;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 2;
    top: 150px;
}
.bg-vid__button-icon{
    border-style: double;
    border-width: 0px 0 0px 10px;
    height: 15px;
    padding-right: 5px;
}
.bg-vid__button--paused .bg-vid__button-icon{
    border-style: solid;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 1em solid white;
    height: 0;
    width: 0;
}
.bg-vid__button-icon.bg-vid--paused{
    border-style: solid;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 1em solid white;
    height: 0;
    width: 0;
}