/* Adjusts the Top Banner Image for Mobile */
@media only screen and (min-width: 100px) and (max-width: 299px) {
	.coh-wysiwyg .claims-page-banner {
  	height: 160px !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 460px) {
	.coh-wysiwyg .claims-page-banner {
  	height: 261px !important;
  }
}

@media only screen and (min-width: 461px) and (max-width: 540px) {
	.coh-wysiwyg .claims-page-banner {
  	height: 320px !important;
  }
}

@media only screen and (min-width: 541px) and (max-width: 920px) {
	.coh-wysiwyg .claims-page-banner {
  	height: 480px !important;
  }
}

/* Removes the Border of Display Title */
.coh-container .coh-ce-e8472388 {
	border-bottom-style: none !important;
	margin-bottom: -2rem !important;
}

/* Forces the image to be ontop during mobile view 
@media only screen and (min-width: 100px) and (max-width: 1023px) {
.coh-ce-cpt_image_text_banner_adv-c14dde1a {
	order: 1 !important;
	}
} */

/* Adjusts the Accordion Header Font and Margins*/
.coh-ce-cpt_faq_accordion-ad7dd7a4 {
	margin-bottom: 40px !important;
	font-size: 30px !important;
}

/* Adjusts Font size of Accordion Item and Removes Uppercase*/
.coh-style-faq-accordion-tab {
	text-transform: none !important;
	font-size: 16px !important;
}