/**************************************************************************************/
/* Icons */
.columns-with-icons p::after {
	content: "\f00d";
	position: absolute;
	/* font-size: 20px; */
	left: 0;
	top: 1px;
	font-family: "Font Awesome 5 Pro";
}

.columns-with-icons p {
	position: relative;
	padding-left: 30px;
}

.ColumnsGreenCheckmark p::after {
	content: "\f00c";
	color: #299A1F;
	font-size: 23px;
	font-weight: bold;
	top: 7px;
}

.ColumnsRedX p::after {
	content: "\f00d";
	color: #F36B25;
	font-size: 25px;
	font-weight: bold;
}

.ColumnsBlueCircle p::after {
	content: "\f111";
	color: #0073AE;
	font-size: 18px;
	/* font-weight: bold; */
	top: 10px;
}		

.BorderButton {
    padding: 12px 10px!important;
    border: 2px solid #004881;
    font: normal normal normal 15px myriad-pro;
    letter-spacing: 0.3px;
    color: #004881;
    border-radius: 3px;
}
.BlueCallout li{
	list-style: none;
}
.BlueCallout li:before {
    content: "";
    width: 7px;
    background-color: #004881;
    height: 15px;
	position: relative;
    float: left;
    display: block;
    vertical-align: middle;
    margin-top: 3px;
    margin-left: -15px;
}

.ComplaintList
{
	margin-top: 20px;
	margin-bottom: 40px;
}
.ComplaintList li
{
	
}
.ReportConcernLinks
{
	display: flex;
	gap: 8px;
	width: 100%;
	margin-bottom: 70px;
}

.ReportConcernLink
{
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex: 1;
	min-width: 0;
	padding: 13px 14px;
	border: 2px solid #00549f;
	color: #004b87;
	background-color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.3;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.ReportConcernLinkArrow
{
	flex-shrink: 0;
	font-size: 18px;
	font-weight: 900;
}

.ReportConcernLink:hover,
.ReportConcernLink:focus
{
	background-color: #00549f;
	color: #fff;
	text-decoration: none;
}

.ReportConcernLink:focus-visible
{
	outline: 3px solid #000;
	outline-offset: 3px;
}

@media screen and (max-width: 640px)
{
	.ReportConcernLinks
	{
		flex-direction: column;
	}

	.ReportConcernLink
	{
		width: 100%;
	}
}