body {
	overflow:hidden;
}

button {
	display:none !important;
	visibility:hidden !important;	
}

.darkmode-toggle {
	display:none !important;
	visibility:hidden !important;
}

#bmc-wbtn{
	display:none !important;
	visibility:hidden !important;
}

#bmc-close-btn{
	display:none !important;
	visibility:hidden !important;
}

#disclaimer {
	display:none;
	visibility:hidden !important;
}

#content_wrap{
	width:100%;
}

#hero {
	display:none;
}

footer {
	display:none;
}

#menu {
	display:none;
}

#logo {
	width:100%;
	text-align:center;
}

#wplegalpages_footer_links_container{
	display:none;
}

#psb_video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	top: -50px;
	
}

#psb_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#outline_wrapper {
	content: '';
	position: fixed;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

#outline {
	position: relative;
	width: 100%;
	height: 100%;
	border: 2px solid #649197;
}

@media only screen and (min-width : 1960px) {	

}

@media only screen and (min-width : 1024px){	

}

@media only screen and (min-width : 0px) and (max-width : 1024px) {	


}