/**** GFI España Page ****/
.gfi-es-lines-of-action 
{
	background: #EDEDED;
	padding: 1.5em;
}
	.gfi-es-lines-of-action .number
	{
		display: inline-block;
		font-size: 32px;
        margin-right: 0.2em;
		vertical-align: top;
		width: 10%;
	}
	.gfi-es-lines-of-action .icon
	{
		display: inline-block;
        margin-right: 0.9em;
		vertical-align: top;
		width: 13%;
	}
	.gfi-es-lines-of-action .text
	{
		display: inline-block;
		font-size: 22px;
		vertical-align: top;
		width: 68%;
	}
    
    @media (max-width: 445px)
    {
        .gfi-es-lines-of-action .number,
        .gfi-es-lines-of-action .icon
        {
            width: 42%;
        }
        
        .gfi-es-lines-of-action .text
        {
            display: block;
            width: 100%;
        }
    }
    

.spain-stories-blocks
{
	float: left;
	margin: -1%;
	width: 102%;
}
	.spain-stories-blocks .blocks-col
	{
		float: left;
		margin: 1% 1% 1.4em;
		width: 31.33%;
	}
	    .spain-stories-blocks .blocks-col .image-title img
	    {
	        display: block;
	    }
	    
	   .spain-stories-blocks .blocks-col .image-title .title
	    {
	        background: #FFFFFF;
	        padding: 0.8em 1em;
	        position: relative;
	    }
	        @media (max-width: 567px)
	        {
	            .spain-stories-blocks .blocks-col .image-title .title
	            {
	                font-size: 12px;
	                line-height: 1.3;
	            }
	        }
	        
	        .spain-stories-blocks .blocks-col:hover .image-title .title:after,
	        .spain-stories-blocks .blocks-col:focus .image-title .title:after
	        {
                content: "";
                border-left: 16px solid transparent;
                border-right: 16px solid transparent;
                border-top: 26px solid #FFF;
                bottom: 0;
                height: 0;
                left: 0;
                margin: auto;
                position: absolute;
                right: 0;
                margin-bottom: -24px;
                width: 0;
            }
	        
	    .spain-stories-rollover-blocks
	    {
	        float: left;
            width: 100%;
	    }
    	    .spain-stories-rollover-blocks .rollover-text
    		{
    		    background: #FFFFFF;
    		    float: left;
    		    margin: 0 1%;
    		    width: 98%;
    			height: 0;
    			opacity: 0;
    			transition: all .3s ease-in-out;
    		}
    		
    		    .spain-stories-rollover-blocks .rollover-text .text
    		    {
    		        margin: auto;
    		        max-width: 1088px;
    		        padding: 1.5em 0 2.5em;
    		        width: 90%;
    		    }
    			
        			.spain-stories-blocks .blocks-col.col-1:hover ~ .spain-stories-rollover-blocks .rollover-text.text-1,
        			.spain-stories-blocks .blocks-col.col-2:hover ~ .spain-stories-rollover-blocks .rollover-text.text-2,
        			.spain-stories-blocks .blocks-col.col-3:hover ~ .spain-stories-rollover-blocks .rollover-text.text-3,
        			.spain-stories-blocks .blocks-col.col-1:focus ~ .spain-stories-rollover-blocks .rollover-text.text-1,
        			.spain-stories-blocks .blocks-col.col-2:focus ~ .spain-stories-rollover-blocks .rollover-text.text-2,
        			.spain-stories-blocks .blocks-col.col-3:focus ~ .spain-stories-rollover-blocks .rollover-text.text-3
        			{
        				height: auto;
        				opacity: 1;
        			}


/**** GFI Europe ****/
.gfi-europe-focus-areas h3
{
    min-height: 3.5em;
}
    @media (max-width: 1235px)
    {
        .gfi-europe-focus-areas h3
        {
            font-size: 30px !important;
        }
    }
    
    @media (max-width: 1103px)
    {
        .gfi-europe-focus-areas h3
        {
            font-size: 26px !important;
        }
    }
    
    @media (max-width: 980px)
    {
        .gfi-europe-focus-areas h3
        {
            min-height: auto;
        }
    }
    
.gfi-europe-slider .et_pb_slide_description .et_pb_slide_content
{
    background: #EDEDED;
    margin: auto;
    max-width: 878px;
    padding: 1.5em;
    text-align: left;
    width: 100%;
}


.gfi-europe-slider .et-pb-arrow-next
{
    margin-top: -50px !important;
    opacity: 1;
    right: 0 !important;
}
.gfi-europe-slider .et-pb-arrow-prev
{
    left: 0 !important;
    margin-top: -50px !important;
    opacity: 1;
}


/*** GFI Spain - Footer ***/
.lang-es:not(.page-id-23049) footer
{
    border-top: 1px solid #707070;
}