@media all and (-ms-high-contrast:none), (-ms-high-contrast: active) {
	
}

@media all and (-ms-high-contrast:none) and (min-width:200px), (-ms-high-contrast: active) and (min-width:200px){
	
	
}

 @media all and (-ms-high-contrast:none) and (min-width:770px), (-ms-high-contrast: active) and (min-width:770px){
	
	
}

@media all and (-ms-high-contrast:none) and (min-width:768px), (-ms-high-contrast: active) and (min-width:768px) {
	#collapseOne1 {
		margin-bottom:-330px;
	}
	#collapseTwo1 {
		margin-bottom:-430px;
	}
	#collapseThree1 {
		margin-bottom:-390px;
	}
}

@media all and (-ms-high-contrast:none) and (min-width:992px), (-ms-high-contrast: active) and (min-width:992px) {
	#collapseOne1 {
		margin-bottom:-430px;
	}
}

@media all and (-ms-high-contrast:none) and (min-width:1200px), (-ms-high-contrast: active) and (min-width:1200px) {
	#collapseOne1 {
		margin-bottom:-380px;
	}
	#collapseThree1 {
		margin-bottom:-350px;
	}
}

