body {   
	overflow: scroll;
}
h1{
	font-size: 24px;
	color: #404040;
	margin-block-start: 0;
	margin-block-end: 0;
}
#bba_parent{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#bba_sidebar{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	background: #f1f1f1;
	padding: 15px 10px 10px 10px;
}
.bba_nav_m{
	font-size: 24px;
}
#bba_sidebar a{
	text-decoration: none;
    color: #8B0000;
	font-size: 16px;
}
.bba_page_item a{
	text-decoration: none;
    color: #8B0000;
	font-size: 16px !important;
}
.bba_hide > div{
	margin-top: 3px;
}
.bba_hide > div:first-child{
	margin-top: 0;
}
#bba_nav-cl p{
	margin-block-start: .5em;
    margin-block-end: .25em;
}
#bba_main{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	padding: 35px 25px 10px 25px;
	background: #F8F9F9;
}
#bba_main p{
	line-height: 1.4;
}
#bba_main a{
	text-decoration: none;
    color: #8B0000;
}
.bba_flex{
	display:flex;
}
.bba_flex > div{
	width: 50%;
}
#bba_main a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.bba_img{
	margin-top: 20px;
}
.bba_page_item{
	padding: 1px 2px 1px 2px;
	border-radius: 2px;
	margin-bottom: 1px;
}

.bba_main_img_p{
	display: flex;
	justify-content: space-between;
}

.bba_main_img_c:first-of-type{
	padding-right: 10px;
}
.bba_main_img_c:nth-child(2){
	padding-left: 10px;
}
.bba_main_img_c img{
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 8px;
}
#bba_main img{
	width: 80%;
	height: auto;
	border-radius: 8px;
}
.show-on-mobile{
	display:none;
}
.bba_page_item:hover{
	background: #ffffff;
}
.bba_current{
	background: #ffffff;
}
.bba_hide{
	display: none;
}
.bba_show{
	display: block;
	background: #ffffff;
	padding: 10px 5px 10px 5px;
	border-radius: 2px;
}
.bba_current_m{
	background: #ebe5d8;
	border-radius: 2px;
}
.bba_text_center{
	text-align: center;
}
@media (min-width: 768px) {
	#bba_parent{
		display:flex;
		margin-top: 50px;
		max-width: 1200px;
	}
	#bba_sidebar{
		flex: 0 0 175px;
		overflow: hidden;
		white-space: nowrap;
	}
	#bba_main{
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		flex-grow: 1;
	}
	#bba_sidebar{
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
		

}
@media (max-width: 767px) {
	#bba_parent{
		margin-top: 50px;
		max-width: 1200px;
	}
	.bba_nav_m{
		font-size: 20px;
	}
	.hide-on-mobile{
		display:none;
	}
	.show-on-mobile{
		display:block;
	}
	#bba_main{
		padding: 20px 10px 10px 10px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	#bba_sidebar{
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	#bba_nav-cl{
		color: #8B0000;
	}
	#bba_main img{
		width: 100%;
	}
	.bba_flex > div{
		width: 100%;
	}
}