@font-face {
  font-family: custom_kilometer;
  src: url(../font/kilometer.ttf);
}

@font-face {
  font-family: custom_inkfree;
  src: url(../font/inkfree.ttf);
}

@font-face{
	font-family: custom_digital;
	src: url("../font/ds-digi.ttf");
}

@font-face{
	font-family: custom_mvboli;
	src: url("../font/mvboli.ttf");
}

@font-face{
	font-family: custom_impact;
	src: url("../font/impact.ttf");
}

.audio_player {
  visibility: hidden;
  pointer-events: none;
}

.serif_text{
	font-family:  "Times New Roman", Times, serif;
}

.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
    left: -999px;
	opacity: 0.0;	
	z-index: 998;
    pointer-events: none;
    outline:0px
}

.p_margin{
    margin: 0;
}

#next_location_button{
	position: fixed;
	z-index: 999;
	display: none;
}

#firefox_detection{
	position: absolute;
	top: 5px;
	left:5px;
	width: 5px;
	height: 5px;
	background-color:#133c60;
	background-color:#fff;
	display: none;
	z-index: 99;
}

.sr_announce{
    position: absolute;
    left: -999px;
	opacity: 0.0;	
	z-index: 998;
    pointer-events: none;
    outline:0px
}



#stream_video iframe{
    position: absolute;
	top: 0;
}

@-moz-document url-prefix() {
	#firefox_detection{
		position: absolute;
		top: 5px;
		left:5px;
		width: 1px;
		height: 1px;
		background-color:#fff;
		display: none;
		z-index: 99;
	}
}

body {    
	background-color:#133c60;
	margin: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-smooth: auto;
    font-smoothing: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
}

body:focus{
	outline: none;
}

.bold_text{
	font-weight: bold;
}

.dark_gray_text{
	color: #424242;
}

.green_text{
	color: #44994a;
}

.accessible_green_text{
	color: #007B10;
}

.red_text{
	color: #cc0000;
}

.accessible_red_text{
	color: #931316;
}

.ghost_button{
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.disabled_button{
	background-color: #767676;
	border: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.small_popup_button{
	width: 140px;
	height: 35px;
	font-size: 14px !important;
	display: inline-block;
}

.large_popup_button{
	width: 380px;
	height: 35px;
}

.green_button{
	background-color: #378531;
	border: 1px solid #4a7046;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}


.green_button:focus-visible{
    outline: 2px solid #b38e00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline-offset: 2px;
}


.red_button{
	background-color: #ce3838 ;
	border: 1px solid #993333;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.red_button:focus-visible{
    outline: 2px solid #b38e00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline-offset: 2px;
}

.red_button:hover{
	background-color:  #c33636;
}

.red_button:hover:active{
	background-color: #bc3636;
	
}

.green_button:hover{
	background-color: #377f2f;
}

.green_button:hover:active{
	background-color: #38772f;
	
}

.exit_button{
    position: absolute;
    margin: auto;
    top: 6px;
    right: 5px;
    width: 24px;
    height: 23px;
    background-color: #cc3333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.exit_button:focus-visible, .exit_button:hover {
	background-color: #ed4545;
	outline-offset: -1px;
}

.exit_button:focus-visible{
	
    outline: 2px solid #ffe500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline-offset: 2px;
}

@-moz-document url-prefix() {
	
	.exit_button{
		top: 6px !important;
		right: 5px !important;
		width: 23px !important;
		height: 23px !important;
	}
	
	.exit_icon{
		width: 35px !important;
		left: -6px !important;
	}


}

.exit_icon{
    position: absolute;
    /*background-image: url(../img/exit_icon.svg);*/
    display: block;
    height: 34px;
    width: 34px;
    background-repeat: no-repeat;
    top: -5px;
    left: -5px;
}
.exit_icon_small{
	position: absolute;
	/*background-image: url(../img/exit_icon.svg);*/
	display: block;
	height: 23px;
	width: 35px;
	background-repeat: no-repeat;
	top: -2px;
	left: -8px;
}

.containers{
	position: absolute;
	width: 1152px;
    height: 648px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: #fff;
}

#loading_screen, #how_to_play_screen, #game_screen, #mission_screen{
	overflow: hidden;
}

.containers{
	outline: 0px;
}

.accessibility_labels{
	position: absolute;
	left: -999;
	opacity: 0.0;	
	z-index: 998;
	display: none;
    pointer-events: none;
}

.hidden_accessible_timer{
    position: absolute;
	left: -999;
	opacity: 0.0;	
	z-index: 998;
	display: none;
    pointer-events: none;
    outline:0px
}

.accessibility_labels:focus-visible{
	outline:0px	
}

.containers{
	position: absolute;
	width: 1152px;
    height: 648px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#content_container{
	display: none;
}

#content_container:focus-visible{
    outline: 2px solid #b38e00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline-offset: 2px; 
}

#loading_screen{
	background-color:#133c60;
}

progress[value] {
	  width: 352px;
	  height: 40px;
}

progress, progress[role]{
	position:absolute;
	margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-size: auto;
	z-index: 1;
    padding: 3px;
	background-color: #fff;
}

@-moz-document url-prefix() {
	
	progress[value] {
	    width: 352px !important;
		height: 32px !important;
	}
	
    progress, progress[role]{
        padding: 4px !important;
		border:none;
    }
}

/* No image in polyfill */
progress[role]:after {
	background-image: none; 
}

/* Hides text in polyfill */
progress[role] strong {
	display: none;
}

/* Progress Bar Colors */
progress { 
    color: #74c26e;
}

progress::-moz-progress-bar { 
    background: #74c26e;	
}

progress::-webkit-progress-value {
    background: #74c26e;
	
}

progress[aria-valuenow]:before  {
    background: #74c26e;
}

#loading_text{
	position: absolute;
	margin: auto;
	top: -0;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: custom_kilometer;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	height: 20px;
}

#loading_bar_shadow{
	position: absolute;
	margin: auto;
	top: 130px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 360px;
}

#pinwheel_loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -90px;
  bottom: 0;
  width: 55px;
}



#pinwheel_room_loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 55px;
  display: none;
}

#asset_text{
	position: absolute;
	margin: auto;
	top: 370px;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.50%;
	color: #ffffff;
	text-align: center;
	display: none;
}



#header_button_container{
	position: absolute;
	top: 12px;
    right: 12px;
	height: 20px;
	z-index: 2;
	display:none;
    outline: 0px;
}

#header_button_container:focus-visible{
    outline: 0px;
}

.header_button{
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}
.header_button_accessible{
    background-color: #fff !important;
    padding: 3px !important;
    border-radius: 4px !important;
    border: 2px solid #133c60 !important;
}

.header_button:focus-visible{
    outline: 2px solid #dbca00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline-offset: 2px;
}

.header_button_accessible_outline:focus-visible{
    outline: 2px solid #b38e00 !important;
}

.header_button_yellow:focus-visible{
    outline: 2px solid #ffe500 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline-offset: 2px;
}

#back_button_container{
	position: absolute;
	top: 12px;
    left: 12px;
	height: 20px;
	z-index: 2;
}

#back_button{
	background-image: url("../img/back_icon.svg");
	margin-left: 0px !important;
	/*display: none;*/
}

#mute_button{
	top: 605px;
	position: absolute;
	left: 194px;
	z-index: 4;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	cursor: pointer;
    background-color: #fff !important;
    padding: 3px !important;
    border-radius: 4px !important;
    border: 2px solid #133c60 !important;
	display: none;
}

#mute_button:focus-visible{
	outline: 3px solid #dbca00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline-offset: 2px;
}
#fullscreen_button{
	
}

.tooltip{
    top: 40px;
    color: black;
    font-size: 12px;
    background-color: #F9F9FB;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left:3px;
    padding-right: 3px;
    border-radius: 3px;
    position: absolute;
    border: 1px solid #000;
    z-index: 999;
    display: none;
    font-smooth: auto;
    font-smoothing: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
}

/*.game_toolbox_slot.hide-title:hover:after {
   content: "";
   display: none;
}*/

#toolbox_tooltip {
    right: 23px;
}

#mute_tooltip{
    right: 882px !important;
	top: 575px !important;
}

#header_menu_tooltip{
    right: 42px;
}

.video_mute_tooltip{
    top: 46px !important;
    right: 38px !important 
}

#fullscreen_tooltip{
    right: 11px;
}

.video_fullscreen_tooltip{
    top: 46px !important;
    right: 12px !important 
}

#back_tooltip{
    left: 12px;
}

#timer_tooltip{
    right: 7px;
    top: 74px;
}

#cc_left_tooltip {
  top: 314px;
  left: 207px;
}

#cc_right_tooltip {
  top: 314px;
  right: 198px;
}

#next_step_tooltip {
  top: 385px;
  left: 605px;
}

#toolbox_exit_tooltip {
  top: 148px;
  left: 197px;
}

#dialog_exit_tooltip {
  top: 158px;
  left: 855px;
}

#notice_exit_tooltip {
  top: 35px;
  left: 877px;
}

#menu_screen{
	/*background-image: url("../img/menu_background.svg");*/
	overflow: visible !important;
}

#menu_screen:focus-visible{
	 outline: 2px solid #b38e00 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline-offset: 3px;
}

#main_menu_background{
    position: absolute;
    width: 1152px;
    height: 648px;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 0;
}

#menu_screen h1{
	position: absolute;
	top:7px;
	left:52px;
	font-family: custom_kilometer;
	font-size: 48px;
	color: #fff;
	font-weight: lighter;
    z-index: 1;
}

.large_title_font{
	background-color: #414f6f;
}

#main_menu_title{
	position: absolute;
	top:176px;
	left:272px;
	font-family: custom_kilometer;
	font-size: 20px;
	color: #414f6f;
	font-weight: lighter;
    z-index: 1;
}

.small_title_font{
	position: absolute;
	font-size: 20px;
	color: #328738;
	letter-spacing: 1px;
	top:17px;
	font-weight: lighter;
	background-color: #fff;
}

@supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee))
and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) { 
    #menu_screen h1{ top:9px; }
	#menu_screen h1 span{ top:15px; }
}

#menu_button_container{
	position: absolute;
	top:247px;
	left:143px;
	width: 250px;
	height: 200px;
	text-align: center;
    z-index: 1;
}

#menu_button_instructions{
	position: absolute;
    top: 201px;
    left: 242px;
    z-index: 1;
}

.menu_button{
	width: 345px;
	height: 40px;
	font-family: custom_kilometer !important;
	font-size: 22px !important;
	font-weight: lighter;
	display: block;
	margin-bottom: 13px;
	line-height: 38px;
}

#menu_how_to_play_button{
	
}

#play_game_button{
	
}

#menu_mission_two_button{
	text-align: left;
    padding-left: 60px;
    line-height: 40px !important;
	cursor: default !important;
}

/*#coming_soon_text{
	position: absolute;
    top: 117px;
    left: 172px;
    width: 115px;
    font-family: custom_kilometer !important;
    font-size: 17px;
    color: #fff;
    font-weight: lighter;
}*/

#coming_soon_text{
    position: absolute;
    top: 107px;
    left: 188px;
    width: 115px;
    font-family: custom_kilometer !important;
    font-size: 17px;
    color: #fff;
    font-weight: lighter;
}

#mission_two_text{
    position: absolute;
    top: 107px;
    left: 64px;
    width: 115px;
    font-family: custom_kilometer !important;
    /*! font-size: 17px; */
    color: #fff;
    font-weight: lighter;
}

#agent_profile{
	position: absolute;
    top: 56px;
    left: 652px;
    z-index: 1;
}

.agent_profile_text{
	font-family: custom_inkfree;
	text-align: center;
}

#agent_profile_header_text{
	font-size: 21px;
}

#agent_profile_body_text{
	font-size: 19px;
	font-weight: lighter;
	line-height: 15px;	
	background-color: #fff;
}

.agent_profile_line_text{
	line-height: 28px;
}

.popup{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	width: 598px;
	height: 479px;
	border: 1px solid #ccc;
	margin: auto;	
	z-index: 4;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
}

.popup:focus-visible{
    /*outline:none;*/
    outline: 2px solid #ffe500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline-offset: 2px;
    
}

.focused_popup{
    outline: 2px solid #ffe500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline-offset: 2px;
    
}

#how_to_play_screen{
	background-image: url("../img/how_to_play_background.svg");
	display: none;
	}

#how_to_play_popup{
	z-index: 1 !important;
    height: 468px;
}

#how_to_play_popup:focus-visible {
  outline-color: #b38e00 !important;
}

.popup_header{
    width: 598px;
    height: 35px;
    background-image: url(../img/popup_header_background.svg);
    /* padding-top: 4px; */
	-moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
    background-color: #414f6f;
}

.popup_header h3{
	position: absolute;
	top: -6px;
	color: #fff;
	font-size: 15.5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 9px;
	font-weight: bold;
	outline: none;
	 z-index: 1;
}

.popup_header h2{
	position: absolute;
	top: -4px;
	color: #fff;
	font-size: 15.5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 9px;
	font-weight: bold;
	outline: none;
	 z-index: 1;
}

.popup_header h1{
	position: absolute;
	top: -1px;
	color: #fff;
	font-size: 15.5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 9px;
	font-weight: bold;
	outline: none;
	z-index: 1;
}

.popup_header h3.focused_header:after {
	position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    top: -3px;
    left: -5px;
    padding: 5px;
    background-color: #ffe500;
    border-radius: 3px;
    z-index: -1;
}

.popup_header h3:focus-visible{
	color: #000;
}

/*.popup_header h3.focused_header:before { 
	content: "";
    position: absolute;
    width: 110%;
    height: 1px;
    bottom: -6px;
    left: -10px;
    border-bottom: 4px solid #4bd865; 
}*/

.popup_header_attempt_notice{
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	width: auto;
	float: right;
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #213040;
	padding: 5px;
	border-radius: 3px;
	
	outline: none;
	
}

.popup_header_key_notice{
	position: relative;
	margin-top: 6.5px;
	margin-right: 5px;
	width: 38px;
	float: right;
	outline: none;
}

/*.popup_body{
	width:574px;
	height:355px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:12px;
}*/



.popup_body{
	width:598px;
	height:368px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.popup_footer{
	position: relative;
	width:598px;
	height:75px;
	background-color: #efefef;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.footer_buttons{
	margin-top: 20px;
}

.footer_link_container{
    position: absolute;
    text-align: center;
    margin: auto;
    z-index: 2;
    height: fit-content;
    width: 75px;
    display: none;
    border: 1px solid #133c60;
    border-radius: 3px;
    background-color: #fff;
    font-size: 13px;
    font-weight: bold;
	padding: 4px;
}

.footer_link_container:focus-within{
    outline: 2px solid #b38e00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline-offset: 2px;
}

.footer_link:focus-visible{
    outline: none;
}


#animation_footer_link_container, #clue_footer_link_container, #puzzle_footer_link_container, #custom_footer_link_container, #document_viewer_footer_link_container {
    top: 5px;
    bottom: 4px;
    left: 15px;
}

.footer_link, .footer_link:active, .footer_link:visited{
    color: #133c60;
    text-decoration: none;
}

.footer_link:hover{
    text-decoration: underline;
}

#how_to_play_body{
	width: 574px;
	height:343px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:12px;
}

.how_to_play_pages {
	display: none;
}

#how_to_play_page1 p {
  margin-top: -7px;
}

.how_to_play_page_images{
	position: absolute;
	height: 90px;
}

#how_to_play_questions_image{
	top: 70px;
	left: 22px;
}

#how_to_play_clues_image{
	top: 218px;
	left: 20px;
}

#how_to_play_toolbox_image{
	top: 60px;
	left: 25px;
}

#how_to_play_key_image{
	top: 55px;
	left: 5px;
}

#how_to_play_mitigation_image{
	top: 200px;
	left: 31px;
}

#how_to_play_notepad_image{
	top: 215px;
	left: 25px;
}

.how_to_play_pages h3, .how_to_play_pages p{
	margin-left: 105px;
}

#how_to_play_page1 h3, #how_to_play_page1 p{
	margin-left: 0px;
}
	
#how_to_play_previous_button{
	float: left;
	margin-left: 12px;
}

.epilogue_replay{
    float: none !important;
    margin-right: 0px !important;
    left: 145px !important;
    position: relative !important;
}

.epilogue_exit{
    float: none !important;
    margin-right: 0px !important;
    position: relative !important;
    left: 162px !important;
}

#how_to_play_next_button{
	float:right;
	margin-right: 12px;
}

#how_to_play_close_button{
   float:right;
   margin-right: 12px; 
   display: none;
}

#how_to_play_tracker{
	position: absolute;
	top: 0;
	bottom: 9px;
	left: 0;
	right: 0;
	margin: auto;
	width: 57px;
	height: 10px;
    display: none;
}

.accessible_paragraphs{
	display: none;
}

.circle_tracker{
	display: inline-block;
    background-color: #ccc;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
	
	margin-right: 3px;
}

.circle_tracker:first-child{
	background-color: #666;
}

.how_to_play_icons{
	
}

#how_to_play_earl{
    position: absolute;
    top: 30px;
    left: 113px;
    height: 545px;
}

#how_to_play_hand{
	position: absolute;
    top: 66px;
    left: 319px;
    height: 30px;
    z-index: 2;
}

#game_screen{
	background-color: #000 !important;
}

#game_video{
	position: absolute;
	top: 0;
	left: 0;
	width: 1152px;
	height: 648px;
}

#video_player{
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.mejs__overlay-play {
	display: none;
}

#mep_0{
	position: absolute;
    top: 0px;
}

#video_overlay_button_container{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	width: 345px;
	height: 90px;
	display: none;
	outline: 0px;
}

#video_overlay_play_button{

}

#video_overlay_continue_button {
	margin-bottom: 10px;
	display: none;
}

#video_overlay_play_pause_button{
    left: 12px;
    width: 88px;
    height: 30px;
    border: 2px solid #133c60;
    background-color: #fff;
    color: #133c60;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    float: left;
    margin-right: 8px;
    z-index: 4;
    font-weight: bold;
}

#video_overlay_replay_button {
	left: 12px;
	width: 88px;
	height: 30px;
	border: 2px solid #133c60;
	background-color: #fff;
	color: #133c60;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	float: left;
	margin-right: 8px;
	z-index: 4;
	font-weight: bold;
}

#video_overlay_transcript_link {
    z-index: 4;
    width: 86px;
    height: 21px;
    border: 2px solid #133c60;
    background-color: #fff;
    color: #133c60;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-left: 12px;
    font-size: 13px;
    font-weight: bold;
	right: -758px;
}

#video_overlay_skip_button{
    right: 12px;
    width: 80px;
    height: 30px;
    border: 2px solid #133c60;
    background-color: #fff;
    color: #133c60;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    float: right;
    z-index: 4;
    font-weight: bold;
}


.video_overlay_footer_buttons{
    display: inline-block;
    position: relative;
    bottom: -605px;
    text-decoration: none;
}

.video_overlay_footer_buttons:hover{
    text-decoration: underline !important;
}

.video_overlay_footer_buttons:focus-visible{
   outline: 3px solid #dbca00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline-offset: 2px;
}

#video_overlay_transcript_link:focus-visible{
    /*width: 85px;
    height: 22px;
    padding-top: 5px;*/
}
	
.mejs__captions-button{
    display: none;	
}

.video_overlay_buttons {
	display: block;
}

#header_notification{
	position: absolute;
	top: 4.5px;
	right: 72px;
	z-index: 1;
	width: 195px;
	height: 20px;
	border: 2px solid #fff;
	background-color: #333;
	padding: 5px;
	border-radius: 4px;
}

.focused_header_notification{
	border: 2px solid #ffe500 !important;
    outline: none;
}

#header_notification:focus-visible{
  
}

#header_notification_text{
	position: relative;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 135px;
	float: right;
	top: 2px;
    margin-top: 0;
	left: -32px;
	margin-bottom: 0;
}

#header_notification_text:focus{
	outline:0px;
}

#header_notification_exit_button{
	position: relative;
	float: left;
	margin-left: 5px;
	margin-top: -6px;
	width: 19px !important;
	height: 19px !important;
	display: none;
}

#header_notification_bell{
	position: relative;
	float: left;
	margin-left: 5px;
	margin-top: 1px;
	height: 17px !important;
	display: none;
}


#menu_how_to_play_button:focus-visible,
#play_game_button:focus-visible,
#how_to_play_previous_button:focus-visible,
#how_to_play_next_button:focus-visible,
.footer_buttons:focus-visible{

    
     outline: 2px solid #b38e00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline-offset: 2px;
}

