#stuck_container {
	background: #fff;
	height: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.isStuck {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	box-shadow: 5px 1px 5px rgba(0,0,0,0.5);
}
.isStuck .menuBox {
	margin: 0;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (max-width: 979px) {
	#stuck_container {
		position: relative !important;
		box-shadow: none;
		
	}
	.pseudoStickyBlock {
		height: 0 !important;
	}
}

@media (max-width: 767px) {
	
	#stuck_container {height: 62px;}
}
/*
     FILE ARCHIVED ON 03:51:10 Jul 07, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:46:27 Jun 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.361
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.022
  esindex: 0.005
  cdx.remote: 22.788
  LoadShardBlock: 55.017 (3)
  PetaboxLoader3.datanode: 676.703 (5)
  load_resource: 744.381
  PetaboxLoader3.resolve: 83.293
  loaddict: 15.957
*/