/*there are modification in other files but you can find it with "EII modification" */

:root {

  --color_green:#8dc240;
  --color_orange:#f28c1c;
  --color_blue:#0790cf;

}


.a_color_oragne {
	color: var(--color_orange);
	font-size: 25px;
	font-weight: 700;
	text-shadow:1px 2.5px 0 #000, -.5px -.5px 0 #000, .5px -.5px 0 #000, -.5px .5px 0 #000, .5px .5px 0 #000;
	letter-spacing: 1px;
}

.a_color_oragne a:hover { color: white; }

.charity-card-title h1 ,h2, h3, h4, h5{
	color: black
}

.title_divider_orange::after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	background-color: var(--color_orange); /* EII modification*/
	-webkit-mask:  url(/img/divider/divider-1.svg) no-repeat 50% 50%;
    mask: url(/img/divider/divider-1.svg) no-repeat 50% 50%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 20px;
	width: 100%;
	height: 20px;
	fill: red;
}

.title_divider_orange2{

	background-color: var(--color_orange); /* EII modification*/
    -webkit-mask:  url(/img/divider/divider-1.svg) no-repeat 50% 50%;
    mask: url(/img/divider/divider-1.svg) no-repeat 50% 50%;
}
.bnt_concat{
	  vertical-align: middle;
	-webkit-appearance: button;
	cursor: pointer;
	line-height: 20px;
	-webkit-transition: all 0.5s ease 0s;
	background-color:  var(--color_blue);
	max-width: 175px;
	float: none;
	padding: 2px 8px;
	font-size: 14px;
	font-weight: 600;
	color: white;
	border: 2px solid rgba(0,0,0,0);
	border-radius: 25px;
	height: auto;
	width: 500px;
	margin: 10px 10px 10px 10px;
	margin:0;
}

.bnt_concat:hover {
    background-color: transparent;
    border-color: var(--color_blue);
    color: black !important;
}
.bnt_concat_text{
	font-weight: initial;
	font-size: 22px;
	line-height: 20px;
	color: white;

}
.bnt_concat_text:hover{
	color: black;

}

.filter_gray {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

a.disabled {
  pointer-events: none;
  cursor: default;
}


.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}


.plots, .highcharts-container {
	border-radius: 10px!important;
}