/* Labs Group Landing Page */
section.content-section.hero_image_section{
    padding-top: 0;
    padding-bottom: 0;
}
section.content-section.hero_image_section .header_image_section_overlay  {
	background: rgba(0,0,0,0.45);
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.simple-text-box-with-buttons {    
	min-height: 388px;
    display: flex;
    flex-direction: column;
}
.simple-text-box-with-buttons .tbwb-header {
	padding: .8rem 3.5rem 0.9rem 1rem;
	min-height: 88px;
}
.simple-text-box-with-buttons .tbwb-header > h3 {
	font-size: 1.6rem;
}
.page-id-2319 .simple_text_boxes_with_buttons > div > .row:nth-of-type(2) > div > .row > .col-lg-4:first-of-type .simple-text-box-with-buttons .tbwb-header > h3 {
	padding-right: 5.5rem;
}
.page-id-2319 .simple_text_boxes_with_buttons > div > .row:nth-of-type(2) > div > .row > .col-lg-4:nth-of-type(3) .simple-text-box-with-buttons .tbwb-header > h3 {
	padding-right: 4.5rem;
}
.simple-text-box-with-buttons .tbwb-subheading {
	padding-top:0;
	display: flex;
	gap: .5rem;
	min-height:0;
}
.simple-text-box-with-buttons .tbwb-subheading > span:nth-of-type(2) {
	font-weight: bold;
	font-size: unset;
}
.simple-text-box-with-buttons .tbwb-content > p {
	font-size:1.25rem;
}
.simple-text-box-with-buttons .button-panel {
	margin-top: auto;
}
@media (min-width: 576px) {
	.diagnostic-modal .modal-dialog {
		max-width: 575px;
		width:100%;
	}
}