.civilProtect .subTitle {
    margin-top: 1.2rem;
    padding-bottom: 0rem;
}
.cpContent {
	color: #04749c;
	font-weight: bold;
	text-align: justify;
	word-wrap: break-word;
	margin: 0.2rem 0rem 1.2rem 0rem;
}
/* 
.highLight td, .highLight .accordion {
	background: #eeeeee;
} */

td {
	padding: 0 10px !important;
}

body {
	background-color: white !important;
}

.accordion-content {
    padding: 0rem !important;
    border: 0px !important;
    background-color: transparent !important;
}

.categoryPanel {
    background-color: #007795;
    display: flex;
    min-height: 4.5rem;
}

.categoryPanel>select {
    width: 88%;
}

.expand-all-btn {
    background-color: #e9e9e9;
    padding: 0.7rem 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 2rem;
}

/* .circleBtn.icoShareWhite { */
/* 	border: 1px solid white; */
/* 	background-color: #3ba8ed; */
/* } */

/* .circleBtn { */
/* 	justify-content: center !important; */
/* 	align-items: center !important; */
/* 	width: 2.5rem !important; */
/* 	height: 2.5rem !important; */
/* 	color: white!important; */
/* 	font-size: 1.5rem; */
/* 	cursor: pointer; */
/* 	background-size: 50%; */
/*     background-repeat: no-repeat !important; */
/*     background-position: center center !important; */
/* 	transition: all 0.3s ease-out; */
/* 	padding: 0.7rem; */
/* 	margin: 0.5rem; */
/* 	display: flex; */
/* 	border-radius: 100px !important; */
/* } */

.circleBtn.icoShareWhite {
	border: 1px solid white!important;
	background-color: #3ba8ed;
}

.circleBtn .fa-repeat{color: #b0569e!important}
.circleBtn.repeat{background-color:white;border-color:lightgray;}

.circleBtn {
	justify-content: center !important;
	align-items: center !important;
	width: 3rem !important;
	height: 3rem !important;
	color: white!important;
	font-size: 1.5rem;
	cursor: pointer;
	background-color: #b0569e;
	background-size: 50%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
	transition: all 0.3s ease-out;
	padding: 0.7rem;
	margin: 0.5rem;
	display: flex;
	border-radius: 100px !important;
	border: 1px solid white;
}
a.circleBtn:hover,a.circleBtn:focus{
}


a.cpContent {
    position: relative;
    display: block;
    padding-right: 2rem;
}

.civil-protection-item>a.cpContent::before {
    content: "\f067";
    font-size:1.2rem;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.9rem;
    color:darkgray;
    font-family: FontAwesome;
}

.civil-protection-item.is-active>a.cpContent::before {
    content: "\f068";
    color: #0071ad;
}

.accordion~hr {
    margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
	.civil-protection-item>a.cpContent::before {
/*     	content: "" !important; */
/* 		padding-right:0; */
	}
}