﻿.content h3, .content .pane-node-field-ecli-lead p {
    font-family: "acumin-pro","Open Sans",sans-serif !important;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.4em;
    color: #adb73b;
    margin: 20px 0 20px;
}

.tooltipLarge.bottom {
    background:url(../images/white_arrow_big_bottom.png);
    height:163px;
    padding:50px 30px 10px 30px;
    width:310px;
    font-size:12px;
    color:#000;
}
 
.tooltipLarge.bottom {
    background:url(../images/white_arrow_big_bottom.png);
}
.tooltipLarge.super.bottom 
{
	background:url(../images/white_arrowbottom_superbig.png);
	height:320px;
	padding:50px 40px 10px 30px;
	width:300px;
	font-size:12px;
	color:#000;
}
.tooltipLarge.super.right 
{
	display:none;
	background:url(../images/white_arrowright_superbig.png);
	height:310px;
	padding:40px 40px 10px 50px;
	width:300px;
	font-size:12px;
	color:#000;
}
.tooltip {
	display:none;
	background:url(../images/white_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#000;
}

.tooltipLarge {
	display:none;
	background:url(../images/white_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:12px;
	color:#000;
}

.field-validation-error {
    color:red;
    font-weight:bold;
}