.wave_highlevel {
    height: 22%;
}
.accordions_1 .accordion__item:first-of-type {
	border-top: .0625rem solid maroon;
}
.accordions_1 .accordion__item {
	border-bottom: .0625rem solid maroon;
}
#getimmediatehelp {margin-top: -2rem; margin-bottom: -1rem;}
#getimmediatehelp a {
	/*background-color: maroon;
	color: white;*/
	color: maroon;
	font-size: clamp(.9375rem, 1.25vw, 1rem) !important; 
	padding: 1rem;
}
#getimmediatehelp a:hover, #getimmediatehelp a:hover svg {color: white;}
#getimmediatehelp a svg {
	color: maroon;
	font-size: clamp(.9375rem, 1.25vw, 1rem) !important; 
}
#getimmediatehelp .accordion__content {
	background-color: white;
	position: absolute;
	width: 92.5%;
	border-bottom: 1px solid maroon;
    z-index: 10;
}
#getimmediatehelp .accordion__content .col_1 {
	position: relative;
}
#getimmediatehelp .accordion__content .col_2 {
	position: relative;
}
#getimmediatehelp .accordion__content .clearfix {
	height: 0;

}
.accordions_1 .accordion__item--is-active a:hover, .accordions_1 .accordion__item--is-active a:hover svg {color: maroon !important;} 
#getimmediatehelp .col_1 div, #getimmediatehelp .col_2 div  { padding: .125rem 0; }
#getimmediatehelp .col_1 div a, #getimmediatehelp .col_1 div a span svg, 
#getimmediatehelp .col_2 div a, #getimmediatehelp .col_2 div a span svg 
{
	font-size: clamp(.9375rem, 1.25vw, 1rem) !important; 
	background-color: white;
	color: black;
	padding: 0;
	text-decoration: none;
}
#getimmediatehelp .col_1 div {font-size: clamp(.9375rem, 1.25vw, 1rem) !important; }
#getimmediatehelp .col_2 div {font-size: clamp(.9375rem, 1.25vw, 1rem) !important; }
#getimmediatehelp .col_1 div a  { border-bottom: 1px solid black; padding: .0625rem;}
#getimmediatehelp .col_2 div a  { border-bottom: 1px solid black; padding: .0625rem;}
#getimmediatehelp .col_1 div a:hover  { background-color: #fcc420; border-bottom: 0}
#getimmediatehelp .col_2 div a:hover  { background-color: #fcc420; border-bottom: 0}
#getimmediatehelp div span:first-child {
	display: inline-block;
	width: 2rem;
	text-align: right;
	border: 0 solid blue;
	padding-right: .5rem;
}