body, html {margin: 0px; background-color: #000; font-family: 'Open Sans', sans-serif; font-size: 14px; }
iframe {border: 0px;}
iframe#player {width: 1140px; height: 620px; margin: auto; display: block;}
.tabs {margin: 0px; padding: 0px; list-style: none; display: flex; justify-content: space-around;}
.tab-link {background: none; color: #fff; cursor: pointer; width: 100%; text-align: center; padding: 7px 0px; text-transform: uppercase; font-size: 13px; border: 0;}
.tab-link.active, .tab-link:focus {color: #000; font-weight: bold; background-color: #fff; outline-color: #ffbb37; outline-style: solid; outline-width: 2px;}
.tab-content {display: none; height: calc(100vh - 32px); overflow: hidden; position: relative;}
.tab-content.active {display: inherit;}
#tour-tab iframe {width: 100%; height: 100%;}
#video-tab .able-wrapper {max-width: 100% !important; margin: 0; width: 100% !important;}
#video-tab.active {display: flex; align-items: center; justify-content: center;}
#video-tab .able-transcript-area {height: 100%; width: 30%; max-width: 315px; padding-bottom: 0px;}
#video-tab .able-transcript {height: calc(100% - 39px); padding-bottom: 0;}
#audio-tab {position: relative;}
#audio-tab .able-wrapper {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.hide {display: none !important;}
.able-captions {font-family: 'Open Sans', sans-serif !important; font-size: 13px !important;}
.able-transcript-caption {line-height: 1.35em;}
.wcag-container {position: relative;}
.wcag-btn {position: absolute; top: 0; right: 0; background-color: transparent; border: 0; width: 30px; border-radius: 10px; padding: 5px 0px; margin: 5px;}
.wcag-btn:hover {background-color: #f7ecec7d; cursor: pointer;}
button.able-big-play-button {width: 100% !important; height: 100% !important;}
.able-vidcap-container .able-captions-wrapper.able-captions-below {position: absolute; bottom: 0; background-color: transparent !important;}
.able-media-container {position: relative;}
.able-media-container video#video {object-fit: cover !important; height: calc(100vh - 115px) !important; width: 100%;}
.able-player.able-video {opacity: 1 !important;}
.able-right-controls .able-button-handler-captions, .able-right-controls .able-button-handler-preferences, .able-right-controls .able-button-handler-fullscreen, .able-right-controls .able-button-handler-transcript {display: none !important;}
.wcag-open-window {position: absolute; z-index: 5001; left: 0; top: 0; background-color: #262626; border: 0; width: 25px; height: 25px; border-radius: 2px; padding: 0; margin: 5px;}
.wcag-open-window:hover {background-color: #464646; cursor: pointer;}
.wcag-open-window:focus {outline-color: #ffbb37; outline-style: solid; outline-width: 2px;}
html .fullscreen-player-container #video, html .fullscreen-player-container #audio {height: calc(100vh - 105px) !important; min-height: 100%;}
html .fullscreen-player-container #tour {height: 99vh; width: 100%;}
.fullscreen-player-container .able-wrapper {margin: auto; max-width: 100vw !important;}
.fullscreen-player-container .able-wrapper .able {margin: 0;}
.fullscreen-player-container .able-player.able-video {opacity: 1 !important;}