/*!
 * Style CSS only for EIAH Website
 * July 2017
 */

/************************************************************************************
*                             BEM Methodology [$]                                   *
*  $Block = block                                                                   *
*  $Element = block__element                                                        *
*  $Modifier = block__element--modifier / block--modifier                           *
*                                                                                   *
*                             Custom Style EIAH                                     *
*                                                                                   *         
*  1. Generic Classes [*]                                                           *
*   1.1 Technical to select the class name by contains [µ]                          *
*   1.2 Animation css [@]                                                           *
*   1.3 [+] Font-size: To change the font-size only                                 *
*   1.4 [#] Screen size: xs,sm,md,lg                                                *
*                                                                                   *
*  2. Custom CSS Page: Cut and paste css code here in the corresponding page        *
*                      configuration page > Includes > css > Custom css             *
*                      Here all the css classes are used only for the maquettes     *
*   2.1 About Page [§ 2.1]                                                          *
*                                                                                   *    
************************************************************************************/
/**********************************************************************
*                                                                     *
*   Tutorial CSS [µ]                                                  *
*                                                                     *
*    https://www.w3schools.com/css/css_attribute_selectors.asp        *
*                                                                     *
**********************************************************************/                                   

/****************************************************************************
*                                                                           *
*                           1.GENERIC CLASSES                               *
*                                                                           *
****************************************************************************/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* [*] Fonts **************************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Alegreya Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight:600;
}

#body, #body-header, #body-content, #body-footer {
  position: relative;
  float: left;
  width:100%;
}

/*--------------- Card Style ---------------*/

.card .card-body .card-text, .card .card-header .card-title a {
    font-family: 'Alegreya Sans', sans-serif;    
}

/*--------------- Latest News ---------------*/

.lastNews a {
    text-decoration: none !important;
}

.lastNews a:hover {
    text-decoration: underline !important;
}

.lastNews h3 {
    margin-bottom: 50px;
}

div#storiesIndex .separate:last-child, div#publicationIndex .separate:last-child, div#eventIndex .separate:last-child {
    display: none;
}

.lastNews .boxes__grid .box__wrapper:nth-child(2) {
    border-right: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
}

.lastNews .box__wrapper {
    padding: 0;
}

.lastNews .divider > .col-md-10 {
  width: 95%;
}

/*--------------- Button style ---------------*/

.bg-color-blue .banner__text--only a.btn.section-link.btn--bg-color-white, .bg-color-blue .banner__text--only a.btn.section-link.btn--bg-color-white * {
    color: #00529a !important;
}


/*--------------- Banner Component ---------------*/

.banner.banner__article .banner__text h3 {
    margin-bottom: 40px;
}


#body-header .header-title{
    padding-top:25px;
}

/*--------------- Card style ---------------*/
.header-icon {
  top:5px;
  float:right;
}

.office-card .header-icon {
  font-size:1.5em;
}

.office-card .card-title a, .col-md-4 .card-flag .card-title a {
  width:85%;
}

.office-card .card-date-author {
    display: none;
}

.office-card footer.card-footer {
    display: none;
}

.office-card .boxes__grid .card {
    height: 300px !important;
}

.col-md-3 .card-flag .card-title a, .carousel__result .card-flag .card-title a {
    width: 83%;
}

.col-md-3 .card.card-flag {
  height: 320px;
}

.col-md-4 .card.card-flag {
  height: 290px;
}

.carousel__result .card-flag {
  height: 340px;
}

.card.card-flag .card-body .card-additional-text, .carousel__result .card-flag .card-body{
  font-style:normal;
}

.carousel__result .card-flag .card-text.dotdotdot {
    height: 115px;
    padding-top: 10px;
    overflow: hidden;
}

.grid-item-3 .grid-item {
    padding-left: 5px;
}


/********************************************************************************
*                                 			                                    *
*  				            Freemarker - Pages                                  *
*  			                                                                    *
*  			                                                      February 2020 *
********************************************************************************/

/* Components *****************************************/

.post-text img{
	width: auto;
	text-align: center;
	margin: auto;
}

.navbar-blog .eib-logo {
display: none !important;
}

.post-media .parallax-picture {
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	background-color:#d4d4d4;
}

.height-full.parallax-picture {
	background-image: url('https://www.eib.org/img/default-bg.jpg');
}

strong, b {
	font-weight: 500;
}

.post-text-wrapper > h3 {
    margin-top: 30px;
}

.no-adaptive {
	padding-top:40px !important;
}

.reset-margin-top.no-adaptive {
	padding-top: 20px !important;
}

@media (min-width: 767px) {

	.post-media .parallax-picture {
		height: 90vh;
	}

}

@media (max-width:767px) {
	.post-media .parallax-picture {
	background-attachment: local !important;
	}
	.navbar-blog .eib-logo {
	display: none;
	}
	.navbar-blog.navbar-fixed-top .eib-logo {
	display: block;
	}
}


h1.summary-title {
	font-size: 21px;
	color: #4f4f4f;
	line-height: 1.6;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.carousel__header{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 15px;
}

.aside__meta dl dt {
	height: 23px;
	overflow: hidden;
}


section .device-mobile .simple-image__text.box-over-image--align-center,
.device-mobile .video__bg--content {
	left:inherit;
	top: 50%;
  transform: translate(0%,-50%);
	padding:25px;
}

ul li.comma a:not(:last-child):after {
    content: ", ";
}

.post-video__content iframe {
	float: left;
}

/* text component outline && background */

.post-media.post-text.container-fluid.bg-color-light-grey{
	padding-top: 10px;
	padding-bottom: 10px;
}

.outline-blue{
	border: 1px solid #00529E;
}

.outline-cyan{
	border: 1px solid #0092BD;
}

.outline-black{
	border: 1px solid #333333;
}

.post-media.post-text .outline-blue{
	border: 1px solid #00529E;
	padding: 25px;
}

.post-media.post-text .outline-cyan{
	border: 1px solid #0092BD;
	padding: 25px;
}

.post-media.post-text .outline-black{
	border: 1px solid #333333;
	padding: 25px;
}

/* Find out more */

.finOutMore i {
	position: relative;
	top: 2px;
	font-size: 20px;
}

/* Header *****************************************/
/* Menu */

header .navbar.navbar-eib{
	font-family: 'Roboto', sans-serif;
}
/*.menu-center{
	padding-top: 15px;
}*/

@media (max-width: 1024px) {
	.navbar-de li>a{
		padding: 20px 10px !important;
	}
}

/* Menu mobile*/
@media (max-width: 767px) {

	.logo-div{
		padding-top: 12px;
	}
	.navbar-blog{
		top :0px;
	}

	.navbar-blog .nav-margin{
		padding:0 !important;
		margin:0;
	}

	.navbar-blog .language-menu, .navbar-eib .language-menu{
		color: white;
		background-color: transparent;
		margin-top: 15px;
		margin-left: 0;
	}

	.navbar-eib .language-menu.lang-not-focus{
		color: #888888;
		margin-top: 0;
		padding-top: 14px;
		margin-bottom: 0;
		padding-bottom: 18px;
		padding-right: 0;
		padding-left: 3px;
		background-color: transparent;
	}

	.navbar-eib .language-menu .dropdown-language{
		color: #888888;
		font-size: 1.2em;
	}

	.navbar-eib .language-menu .dropdown-language::after{
		color: #888888;
	}
	.navbar-eib .navbar-toggle:hover{
		background-color: transparent;
	}

	#navbar-menu-principal{
		border-top: none;
		box-shadow: none;
	}
	.nav-margin{
		position: initial;
		margin-top: 0;
		padding:0 !important;
	}

	.navbar-default .navbar-toggle{
		margin-right: 10px;
		border:none;
		margin-bottom: 0;
		margin-top: 15px;
	}

	.navbar-blog .navbar-toggle {
		margin-right: 10px;
		margin-bottom: 0;
		margin-top: 15px;
	}

	.navbar-blog .navbar-toggle .icon-bar{
		background-color: white;
	}

	.navbar-toggle-button{
		position: relative;
		float: right;
		height: 70px;
		width: 55px;
	}

	.navbar-eib .navbar-toggle-button.collapsed{
		position: relative;
		float: right;
		border: 1px solid #00529E;
		background-color: #00529E;
	}


	.navbar-blog .navbar-toggle-button.collapsed{
		position: relative;
		float: right;
		border: 1px solid #00529E;
		background-color: #00529E;
	}


	.navbar-toggle-button span.close-button::before{
		color: white;
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		content: "\f00d";
		font-size: 25px;
		line-height: 10px;
	}

	.navbar-blog.navbar-fixed-top .language-menu .dropdown-language{
		color: #888888;
		background-color: transparent;
	}

	.navbar-blog.navbar-fixed-top .language-menu .dropdown-language::after{
		color: #888888;
		background-color: transparent;
	}

	.navbar-blog.navbar-fixed-top .navbar-toggle .icon-bar {
		background-color: #888888;
	}

	.navbar-blog .dropdown-menu-language, .navbar-eib .dropdown-menu-language{
		text-align: center;
		margin-top: 18px;
		background-color: #00529E;
		border :0;
	}

	.navbar-blog .dropdown-menu-language li, .navbar-eib .dropdown-menu-language li{
		padding-top: 5px;
		padding-bottom: 5px;
		width: 60%;
		margin: 0 auto;
	}

	.navbar-blog .dropdown-menu-language li:first-child, .navbar-eib .dropdown-menu-language li:first-child{
		border-bottom:1px solid #9c9e9f;
	}

	.navbar-blog .navbar-nav>li>a, .navbar-eib .navbar-nav>li>a{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 16px;
	}

	ul#navbar-icon-mobile{
		margin: 0 -15px;
		padding-bottom: 10px;
		padding-top: 30px;
	}

	.search-form-responsive.open{
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		visibility: visible;
		opacity: 1;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
	}

	.search-form-responsive input[type="search"]{
		color: #fff;
		background: #00529E;
		font-size: 20px;
		text-align: left;
		border: 0;
		margin: 0 auto;
		outline: none;
		height: auto;
		line-height: 35px;
	}

	.navbar-fixed-top .navbar-collapse{
		max-height: unset;
		height: auto;
	}

	.navbar-blog.navbar-fixed-top .navbar-nav>li>a{
		color: white !important;
	}


}

h2 span, h3 span, h4 span, h5 span {
	font-size: inherit !important;
}

/* General */

body{
	overflow-x: hidden;
}


.text-over-image ul.languages-list li .language-option {
	color:#fff !important;
	font-weight: 300;
}

.text-over-image a:hover {
	color:#fff;
}

.banner__languages--list ul.languages-list--options {
	 padding-top: 5px;
}

.banner__languages--list ul.languages-list--options li{
	 display:inline;
	 font-size:16px;
	 color:#00529a;
}

.banner__languages--list ul.languages-list--options li span:not(.selected):hover{
	 text-decoration: underline;
	 cursor: pointer;
}

.banner__languages--list ul.languages-list--options li span.selected,
.banner__languages--list ul.languages-list--options li span.selected:hover{
	 font-weight: 600 !important;
}

.banner__post-info .header__informations {
	margin-top: 10px;
}

.banner__avatar{
	margin-right: 10px;
}

.story-column.right-column.sticky-sidebar{
	margin-top: 33px;
}

ul.header__informations > li{
	padding-left: 5px !important;
	padding-right: 5px !important;
}

@media (max-width: 480px){
	ul.header__informations > li{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.tags-value .list-inline>li{
	padding-left: 0;
	padding-right: 0;
}


.banner__dot-splitter{
	top: -4px;
}

.header-banner.header-banner__container {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.text-over-image .banner__dot-splitter{
	color: white;
	font-size: 40px;
	top: -4px;
}

.header-banner__bg-img {
	min-height: 65vh;
}

@media only screen and (min-width: 1469px){
	.header-banner__bg-img {
		min-height: 53vh;
	}
}


@media (max-width: 1281px) and (max-height: 580px) {
    .header-banner__bg-img {
			min-height: 70vh !important;
		}
}

@media (max-width: 1281px) and (max-height: 580px) {
    .header-banner__bg-img {
			min-height: 70vh !important;
		}
}

@media (max-width: 767px) {
    .header-banner__bg-img {
			min-height: 75vh;
		}
}

.header-banner.header-banner__container {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

/* Mega Title (for essaies) */
.header-banner .mega-title .header-banner__wrapper {
	height: 100vh;
}

.mega-title .banner__container.banner__container--middle.text-over-image {
	bottom:10% !important;
}

.header-banner .mega-title .header-banner__wrapper::before{
	background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.media__story .header-banner .mega-title h1 {
	line-height: 100%;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

@media (min-width : 992px){
	.media__story .header-banner .mega-title h1 {
		font-size:72px;
	}
}

@media (min-width : 1400px){
	.media__story .header-banner .mega-title h1 {
		font-size:84px;
	}
}

header .text-left .banner__post-serie {
	margin-left:0;
}

/* mobile*/
@media (max-width: 767px) {
	.media__story .header-banner .mega-title h1 {
		font-size:36px;
		word-break: break-word;
		margin-bottom:10px;
		-webkit-line-clamp:7;
	}

	.media__story .standard-header__summary > p {
		font-size:16px;
	}
}

.header-banner .mega-title .banner__container.banner__container--top.text-over-image {
	top: 100px;
}

.header-banner .mega-title .header-banner__wrapper .banner__share{
	padding-bottom: 10px;
}

.header-banner__type .video__bg.vimeohero {
	height: 100vh;
	background-size: cover;
}

.header-banner__type .video__bg.vimeohero .video__bg--content {
	width: 100%;
	height: 100%;
}

main#content section.post-text ul > li:before,
.publication-content__text ul > li:before {
    content: "";
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: inline-block;
    height: 0;
    width: 0;
    border-color: transparent #00529e;
    margin-left: -8px;
    top:0;
    position: relative;
    left:-15px;
}

main#content section.post-text ul.list-unstyled > li:before {
	display:none;
}

main#content section.post-text ul, main#content section>.custom ul,
.publication-content__text ul {
    list-style: none;
}

a.listenNow{
	cursor : pointer;
}

.rsbtn .rs-player-loadindicator .rsbtn-loading{
	background: white !important;
}

.rsbtn .rs-player-loadindicator .rsbtn-progress{
	background: #00529E !important;
}

#rsbtn_scrollcontrols{
	border-radius: 4px!important;
	right:65px !important;
}

#rsbtn_scrollcontrols button.rsbtn_scroll_playpause i, #rsbtn_scrollcontrols button.rsbtn_scroll_close i {
	top: -5px !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner, .rsbtn .rsbtn_play{
	background: white;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item{
	padding: 0 5px !important;
}

.rsbtn.rsexpanded .rsbtn_play{
	border : none;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner, .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item {
	border-color: white !important;
}

.rsbtn .rsbtn_tooltoggle{
	float: right !important;
	position: relative !important;
	top: 0 !important;
	left: 20px !important;
}

#readspeaker_button1{
	position: relative;
	top: 10px;
	padding-bottom: 0;
}

.rsbtn .rsbtn_play, .rs_addtools .rsbtn_play{
	background: transparent !important;
	border-color: white !important;
}
.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::before, .rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text::before ,
.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span, .rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text span, .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text .rsbtn_btnlabel,
.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text .rsbtn_btnlabel,.rsbtn .rsbtn_play:active .rsbtn_text, .rs_addtools .rsbtn_play:active .rsbtn_text,
.rsbtn .rsbtn_play:active .rsbtn_text span, .rs_addtools .rsbtn_play:active .rsbtn_text span{
	color: white !important;
}
.rsbtn .rsbtn_tooltoggle{
	background-color: transparent !important;
	border-color: #677077 !important;
}

#readspeaker_button1 .rsbtn_toolpanel{
	width: 130px !important
	min-width:130px !important;
}

.rsbtn .rsbtn_toolpanel .rsbtn_tools, .rs_addtools .rsbtn_toolpanel .rsbtn_tools{
	background-color: transparent !important;
	border-color: white !important;
}
.rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:active,
.rs_addtools .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:active,
.rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:hover,
.rs_addtools .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:hover{
	background-color: #00529e !important;
	color: white !important;
}

.rs-player-loadindicator{
	left:0 !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner{
	background: transparent !important;
	border-bottom-right-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:active,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:hover,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus{
	background: #00529E !important;
	color: white !important;
}

@media (max-width: 767px) {
	.header-banner .mega-title .banner__container.banner__container--top.text-over-image {
		top: auto;
		margin-top: 80px;
	}
	.header-banner .mega-title h2.h1 {
		font-size:42px;
	}
	.header-banner .mega-title .header-banner__wrapper {
		height: 90vh;
	}

	ul.header__informations{
		text-align: center;
		display: inline-block;
	}

	.text-left 	ul.header__informations{
		text-align: left;
	}

	.post-media.post-text a{
		word-break: break-all;
		-ms-word-break: break-all;
		-webkit-word-break: break-all;
	}

	.post-media.post-text em{
		word-break: break-all;
		-ms-word-break: break-all;
		-webkit-word-break: break-all;
	}

	.header-banner .mega-title ul.header__informations > li{
		padding-bottom: 0;
	}

	.header-banner .mega-title .header-banner__wrapper .banner__share{
		padding-bottom: 0;
	}

	.header-banner .mega-title .banner__post-serie{
		padding-top: 0;
	}

	.banner__portrait{
		display: none;
	}

}

/* Overlap - Stories */
.header-banner .overlap-banner .header-banner__wrapper {
		position:relative;
		height:80vh;
}

@media (max-width: 1281px) and (min-height: 720px) {
		.header-banner .overlap-banner .header-banner__wrapper {
				position:relative;
				height:80vh;
		}
}

.header-banner .overlap-banner .banner__container.text-over-image {
    bottom: 100px;
}

.header-banner .banner__portrait img, .banner__author .banner__portrait img {
	max-width: 40px;
	margin-top: 0;
}

.overlap-banner figcaption.banner__wrapper--figcaption{
	position: absolute;
	right: 19%;
	bottom: 70px;
}
@media (max-width: 1281px) and (min-height: 720px) {
	.overlap-banner figcaption.banner__wrapper--figcaption{
		right: 55px;
	}
}
@media (max-width: 768px) {
	.overlap-banner figcaption.banner__wrapper--figcaption{
		right: 8px;
	}
}

.story-content > *:nth-child(2) {margin-top: 0;}

/* Image under title (Podcast) */
.header__figure--image {
		display: block;
		height: 500px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
}

/* Quotes *****************************************/

.border-quote-bottom{
	border-top: 2px solid #f3f3f3;
	width: 180px;
	float: right;
	display: block;
	margin-right: 50px;
}

body blockquote.blockquote-color-blue::before, body blockquote.full-width::before {
    content: none;
	border-left: 2px solid #AAB3DB;
	height: 40px;
	left: 50%;
	top: -20px;
}
body section blockquote > p {
	font-family: Alegreya Sans;
	font-style: normal;
	font-weight: 700;
	font-size: 40px !important;
	line-height: 110% !important;
	text-align: center;
	letter-spacing: -0.2px;
}
body blockquote .lead {
	font-weight: 700;
}
body section blockquote + div a.btn-yes {
	float: none !important;
}
blockquote footer ul, blockquote footer ul.text-right {
	text-align: center;
}
blockquote ul li.author, blockquote ul li.date {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
}
blockquote ul li.date {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #979797;
}
body blockquote.full-width footer.border::before {
	content: none;
}

/* Posts *****************************************/

.post-media-figcaption{
	margin-right: 10px;
}

.parallax-picture .post-media-figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #dedede80;
    padding: 2px 10px;
}

.parallax-picture .post-media-figcaption span {
    font-size: 18px !important;
}

/* Author *****************************************/

.post-author .post-author__tags .tag-text__list li{
	font-size: 14px;
}

/* Related bottom *****************************************/

.carousel__related-bottom{
	padding-top: 40px;
	padding-bottom: 20px;
}

@media (max-width:767px) {
	.carousel .card{
		width: 100%;
		left: 0;
	}
}
					/* Podcasts */
			.card-podcast-icon{
				margin: auto;
				bottom: 15px;
				position: absolute;
				width: 100%;
				text-align: center;
			}

					/* Videos */

			#videoYouMayLike .card.card-standard .card-body{
				display: none;
			}

			#videoYouMayLike .card.card-standard{
				height: 450px;
			}
					/* Documents */

			/* Documents */

	.redIcon-pdf{
		color: #f82015;
		padding-right: 5px;
	}

	.accordion a[href$=".pdf"], .complaint__complaint-documents a[href$=".pdf"], .pdf-icon a[href$=".pdf"]{
		background-image: none !important;
	}


	.accordion a[href$=".pdf"]::after, .complaint__complaint-documents a[href$=".pdf"]::after, .pdf-icon a[href$=".pdf"]::after{
		color: #f82015;
		padding-left: 5px;
		content:"\f1c1";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
	}

div[data-subtype="genericVideos"] .card-additional-text {
    display: none;
}

/* Newsletter footer *****************************************/

@media (max-width:767px) {
	.newsletter-subscription-wrapper{
		max-height: 100%;
	}
	.newsletter-subscription-box{
		text-align: center;
		padding-left: 0;
	}
	.newsletter-subscription-text{
		padding:0;
	}
	.newsletter-subscription-form{
		padding-left: 0 !important;
	}
	.form-footer__newsletter .input-wrap{
		margin-left: 5vw;
	}
}

/* Newsletter popup *****************************************/
.newsletter-cookie .close-btn, .lightbox-overlay .close-btn {
  right:10px;
  position: absolute;
  top:10px;
  border-radius: 50px;
  text-decoration: none;
  padding:5px 5px 5px 8px; /* these padding values are used only for html tags <a> in the WYSIWYG source code of cascade page */
  color: #00529a;
}

.popup-newsletter .close-btn::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f00d";
	font-size: 18px;
	line-height: 10px;
}

.popup-newsletter .close-btn::before:hover{
	background-color:#fff;
	color:#00529a;
}

.popup-newsletter .close-btn::before{
	color: #00529E;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f00d";
	font-size: 18px;
	line-height: 10px;
}

.newsletter-cookie .close-btn:hover, .lightbox-overlay .close-btn:hover {
    opacity:.7;
}

@media (max-width:767px) {

	.newsletter-cookie .mj-subscribe-button-content{
		width: 140px;
	}
	.newsletter-cookie .newsletter-popup{
		height: 355px;
	}
}

.covid-popup .popup-newsletter {
  background-color: #CD3333 !important;
}

.covid-popup .popup-newsletter h2, .covid-popup .popup-newsletter h3, .covid-popup .popup-newsletter p, .covid-popup .popup-newsletter .close-btn {
    color: #fff !important;
}

.covid-popup .popup-newsletter .close-btn:hover {
  background-color:#00529a;
}

.covid-popup .checkbox-text {
  font-weight: normal;
  line-height: normal;
  font-size: 80%;
  padding-left: 5px;
}

/* News *****************************************/

.news-page .gallery .gallery-images .gallery-images-item.col-sm-4 a{
	height: 180px;
}
	/* fancybox */
	@media (max-width:1024px) {
		.fancybox-close::before{
			background-image: none;
			font-family:"Font Awesome 5 Pro" ;
			content: "\f057";
			font-weight: 900;
			color: black;
			position: relative;
			right: 3px;
			top: 3px;
			font-size: 25px;
		}

		.fancybox-close{
			background-image: none;
		}

		.fancybox-next::before{
			background-image: none;
			font-family:"Font Awesome 5 Pro" ;
			content: "\f0a9";
			font-weight: 900;
			color: black;
			position: relative;
			top: 45%;
			right:10px;
			font-size: 25px;
		}

		.fancybox-next span{
			display: none;
		}

		.fancybox-prev::before{
			background-image: none;
			font-family:"Font Awesome 5 Pro" ;
			content: "\f0a8";
			font-weight: 900;
			color: black;
			position: relative;
			top: 45%;
			left:44px;
			font-size: 25px;
		}

		.fancybox-prev span{
			display: none;
		}
	}


/* Component: Carousel */
section.carousel .carousel__wrapper  .carousel__result article {
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
}

section.carousel .carousel__wrapper .carousel__header {
    margin-bottom:20px;
    padding-bottom: 10px;
}

section.carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider {
    padding-left: 30px;
    padding-right: 30px;
}

section.carousel.carousel__related-bottom .carousel__wrapper .carousel__result.slick-dotted.slick-slider {
    padding-left: 0;
    padding-right: 0;
}


@media (max-width: 480px){
    section.carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider {
        padding-left: 10px;
        padding-right: 10px;
    }
}

section.carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-prev {
    left: 5px;
}

section.carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-next {
    right: 15px;
}


@media (min-width: 992px){
    section.carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-prev {
        left: -10px;
    }

    section.carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-next {
        right: 0px;
    }
}

section.carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-prev:before,
section.carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-next:before {
    font-family: 'Glyphicons Halflings';
    font-size: 30px;
    color: #0c60a6;
}

section.carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-prev:before{
    content: "\e079";
}

section.carousel .carousel__wrapper .carousel__result.slick-dotted.slick-slider .slick-next:before{
    content: "\e080";
}

section.carousel .carousel__wrapper .carousel__result .slick-dots li:only-child {
    display: none;
}

section.carousel .carousel__wrapper .carousel__result .slick-dots li  {
    width: 15px;
    height: 15px;
}

section.carousel .carousel__wrapper .carousel__result .slick-dots li button:before {
    font-size: 10px;
    opacity: .75;
    color: #919aa2;
}

section.carousel .carousel__wrapper .carousel__result .slick-dots li button:hover:before {
    opacity: 1;
    color: #575c61;
}

section.carousel .carousel__wrapper .carousel__result .slick-dots li.slick-active button:before,
section.carousel .carousel__wrapper .carousel__result .slick-dots li.slick-active button:hover:before {
    opacity: 1;
    color: #00529e;
}

section.carousel .carousel__wrapper .carousel__result .slick-dots {
    position: relative;
    bottom: 0px;
}

section.carousel .carousel__wrapper .carousel__header {
  text-align: center;
}

section.carousel.carousel__related-bottom .carousel__wrapper .carousel__header {
  text-align: left;
}

@media (max-width: 992px){
	.slick-prev{
		left:-10px !important;
	}
	.slick-next{
		right:0 !important;
	}
}

/*  Banner Article ***********************************/

.post-text .banner__article.banner__text--only p a>img{
	display: inline-block;
}

/*  Cards Standard ***********************************/

.slick-track article .card.card-standard{
	min-height: 570px !important;
}

/*  Cards Calendar ***********************************/

.card.card-calendar header.card-header{
	height: auto;
}

.card.card-calendar .card-date{
	width: 90px;
	height: 90px;
	padding: 10px 5px;
	margin-top: 10px;
	margin-left: 0;
	color: white;
	background-color: #00529e;
	line-height: 1.1;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	float: left;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

.card.card-calendar .card-location{
	margin-top: 10px;
	margin-left: 90px;
	font-size: 14px;
	padding-left: 10px;
}

.card.card-calendar .card-title{
	clear: both;
	font-size: 26px;
	line-height: 33px;
	height: auto;
	overflow: hidden;
}


/*  table of contents ***********************************/

.table-of-contents ul > li > ul {
    display: none;
}

.table-of-contents ul {
    padding-left:10px;
}

.table-of-contents ul > li > ul {
    padding-left:15px;
}

.table-of-contents ul > li > ul > li > ul {
    padding-left:25px;
}

.table-of-contents ul li {
    list-style: none;
    padding-left: 0;
}

.table-of-contents > ul > li > a.arrow-item:before{
    content: "\f105";
    padding-right: 10px;
    color:#00529a;
    display: inline-block;
    margin-left: -23px;
    width: 24px;
    font-family: "Font Awesome 5 Pro";
}

.table-of-contents > ul > li > a.arrow-item.collapsed:before{
    content: "\f107";
    padding-right: 10px;
    color:#00529a;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    margin-left: -23px;
    width: 24px;
}

.html-publication-column.col-sm-8 section {
    padding-left: inherit;
    padding-right: inherit;
}

/*  Alert Message ***********************************/
.alert-message {
    background-color: #CD3333;
    width: 100%;
    height:auto;
    padding: 10px 15px;
		text-center:center;
}

.alert-message a {
    color:#fff;
    text-align:center;
    text-decoration:none;
    margin-bottom: 0;
}

.alert-message span.fa-angle-right {
    padding-left: 5px;
    top:2px;
    position:relative;
}

.alert-message a:hover {
    text-decoration: underline;
}

/* Publications  *****************************************/
.format__list .scrollbar-on {
    max-height: 294px;
    overflow-y: scroll;
}

.button-list .btn.dropdown-toggle {
    background-color: #fff;
    border: 1px solid #00529a;
    border-radius: 3px;
    font-size: 18px;
    color: #00529a;
    padding: 5px 10px;
}

.button-list .btn.dropdown-toggle.active-state {
    background-color: #00529a;
    color: #fff;
}

.button-list .btn-group.open .btn.dropdown-toggle{
   -webkit-box-shadow: none;
    box-shadow: none;
}

.button-list .btn-dropdown ul.dropdown-menu li a {
    font-size: 16px;
		color: #00529a;
		text-transform: capitalize;
}

.button-list .btn-dropdown ul.dropdown-menu li span.coming-soon {
	font-size:16px;
	text-transform: capitalize;
	color:#333;
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 300;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.button-list .btn-dropdown ul.dropdown-menu li a i:hover {
		opacity:1;
}

.button-list .btn-group {
    margin-right: 10px;
}

.read-buttons {
	padding-bottom:10px;
}

.publication-content__text .post-text img {
    text-align: left;
    margin: 0;
}

.publication-content__text .accordion-container {
    padding: 0;
    width: 100%!important;
}

.container.gallery .gallery-images .gallery-images-item {
	height: 165px;
}

.container.container-col-10.gallery .gallery-images .gallery-images-item{
	height: 114px;
}

.container.container-col-8.gallery .gallery-images .gallery-images-item {
	height: 104px;
}

.publication-content__text .carousel > *, .publication-content__text .carousel .carousel__result article {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.publication-content__text .carousel {
    margin-bottom: 40px !important;
}

.publication-buttons .disabled-state[disabled] {
    color: #777;
    border: 1px solid #777;
}

.publication-buttons .btn {
	padding:5px 15px;
}

.publication-content__element .link-list {
    padding-left: 0;
}

.static-btn.active-state {
    background-color: #00529a !important;
    color: #fff;
}

.static-btn.active-state:hover {
    background-color: #36bae7 !important;
    color: #fff;
		border-color:#13b0e7;
}

/* essay  *****************************************/
.media__story main section:not(.carousel__related-bottom) p,
.media__story main section:not(.carousel__related-bottom) li,
.media__story main section:not(.carousel__related-bottom) dl, .media__story main section:not(.carousel__related-bottom) dt, .media__story main section:not(.carousel__related-bottom) dd,
.media__story main section:not(.carousel__related-bottom) a,
.media__story main section:not(.carousel__related-bottom) span,
.media__story .summary-title {
    font-size: 21px;
}

.media__story main section:not(.carousel__related-bottom) h3,
.media__story main section:not(.carousel__related-bottom) h4,
.media__story main section:not(.carousel__related-bottom) h5 {
	line-height:100%;
}

.media__story main section:not(.carousel__related-bottom) h3 {
	font-size: 36px;
}

.media__story main section:not(.carousel__related-bottom) h4 {
	font-size:30px;
}

.media__story main section:not(.carousel__related-bottom) h5 {
	font-size:26px;
}

/*
@media (max-width : 768px){
	.media__story main section:not(.carousel__related-bottom) p, .media__story .summary-title {
	    font-size: 22px !important;
	}
}

@media (min-width : 992px){
	.media__story main section > blockquote p.lead {
	    font-size: 32px !important;
	}
}*/

/*  Font Size ***********************************/
.font-small, .font-small *, .font-large, .font-large *, .font-x-large, .font-x-large *, .font-mega, .font-mega * {
	  line-height: normal;
}

.font-small, .font-small * {
    font-size: 14px !important;
}

.font-large, .font-large * {
    font-size: 32px !important;
}

.font-x-large, .font-x-large * {
    font-size: 48px !important;
}

.font-mega, .font-mega * {
    font-size: 60px !important;
}

.device-mobile .font-large, .device-mobile .font-large *,
.device-mobile .font-x-large, .device-mobile .font-x-large *, .device-mobile .font-mega, .device-mobile .font-mega * {
	font-size:32px !important;
}

.fadeInImage {
	opacity: 1;
}

/* Video Component */
.video__bg.vimeohero {
    background: #eee;
    height: 70vh;
    overflow: hidden;
    padding: 0;
    position: relative;
    width:100%;
}

.video__bg iframe {
  	box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}

.overlay-bg {
  background:rgba(0, 0, 0, 0.4);
  width:100%;
  height:100%;
  position:absolute;
  z-index:0;
}
.video__bg--content {
  width:50%;
  transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
  display:block;
  float:left;
  position:relative;
  z-index:998;
}

.device-mobile .video__bg--content {
  width:100%;
}

.video__bg--content * {
  color:#fff;
}

.post-video blockquote[class*="content-left"]:before, .post-video blockquote.full-width:before,
.post-video blockquote[class*="content-right"]:after,
.post-media blockquote[class*="content-left"]:before, .post-media blockquote.full-width:before,
.post-media blockquote[class*="content-right"]:after {
	color:#fff !important;
}

    @media (max-width:767px) {
        iframe[src*="youtube"] {
            max-width: 100%;
            display: block;
            height: 100%;
        }
        
        iframe[src*="vimeo"] {
            max-width: 100%;
            display: block;
            height: 100%;
        }
        
    }

/* ------------------------------------------------------------------
                      Procurement
*******************************************************************/
#annexed-content .annexed__item:last-child hr {
    display: none;
}
/* ------------------------------------------------------------------
										  Twitter fixes 
*******************************************************************/
/* center twitter on page */

.wrap-twitter .twitter-tweet{
  margin: 0 auto !important;
}

/* ------------------------------------------------------------------
                      Stories
*******************************************************************/

.related-stories h2 {
    font-family: 'Alef', sans-serif;
    font-weight: 400;
}

.related-stories h2.row__title--section-h2 {
    font-family: 'Alef', sans-serif;
    font-size: 40px;
    font-weight: 400;
}

@media (min-width: 768px) {   
    .related-stories h2.banner__title--section-h2 {
        font-size: 26px;
        margin: 30px 0 20px 0;
    }
}

.related-stories article a {    
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    display:block;
}

.related-stories article a:hover {
    opacity: 0.7;
}

.collapse:not(.in) + .showLessButton{
    display:none;
}

#MetricsTable tr:nth-of-type(even) {
  background: #f7f7f7 !important;
}

.img-responsive{
    background-repeat:no-repeat;
}

#MetricsTable tr>td{
    padding:10px 8px;
}

.img-center{
    margin:0 auto !important;
}

/***** new design card *****/
.slick-track article .card.card-standard {
    min-height: 500px !important;
    height: 500px;
}
.card.card-standard {
    -moz-box-shadow: 10px 10px 15px rgba(171, 171, 171, 0.2);
    -webkit-box-shadow: 10px 10px 15px rgba(171, 171, 171, 0.2);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
    transition: all .3s ease-in-out;
    border-radius: 10px;
}
  section article[class*="col-"]:not(:last-child)::after {
    content: none
}
  body .card header.card-header {
    padding: 29px 23px 0 23px;
    height: auto;
}
  .card .card-date {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 14px;
    text-align: right;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ABABAB;
    float: right;
}
  .card .card-title, .carousel .card .card-title {
    max-height: 120px;
    display: -webkit-box;
    max-width: 100%;
    max-height: 125px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card.card-standard .card-date-author {
    margin-bottom: 0;
    height: auto;
}
.card.card-standard .card-date-author .card-author {
    padding-left: 0;
}
.card .card-title a {
    display: inline !important;
    font-weight: 700;
    line-height: 110%;
    color: #0E2031;
    background-image: linear-gradient(to right, #2F80ED 0, #2F80ED 100%);
    background-position: 0 .92em;
    background-size: 0 2px;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background .878s;
}
  .card.card-standard:hover .card-title a {
        color: #2F80ED;
    background-size: 100% 2px !important;
}
.card.card-standard .card-body .card-text {height: 52px;-webkit-line-clamp: 2;} 
.card .card-title.dotdotdot {-webkit-line-clamp: 3;} 
.card footer.card-footer .card-tags {height: auto;}
/***** new video banner *****/
.header-title.title__fs-banner.full-banner-video {
    top: 50%;
    transform: translateY(-50%);
}
.header-title__wrapper.horizontal-ctr {
    transform: translateX(-50%);
    left: 50%;
}
.video-banner.video__bg {
    min-height: 70vh;
    height: calc(100vh - 72px);
}

.video__bg .video-banner__content.video-height__l {
    height: calc(105vh - 72px) !important;
    background-size: cover;
}

h1.eiah-mega-title {
    font-size: 72px;
}
@media screen and (max-width: 767px) {
    h1.eiah-mega-title {
        font-size: 36px;
    }
    .header-title.title__fs-banner.full-banner-video {
        top: 50%;
    }
}

/* PANEL */
body .panel-simple__menu .nav-pills>li>a {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 50px;
}
body .panel-simple__menu .nav-pills > li.active > a, body .panel-simple__menu .nav-pills > li.active > a:hover {
    background-color: #2F80ED;
}
body .panel-simple__menu .nav-pills>li.active> a {
    border: 3px solid #2F80ED;
    text-align: center;
}
body .panel-simple__menu .nav-pills>li:first-child>a.active {
    border-left: 3px solid #2F80ED;
    border-radius: 50px;
}
body .panel-simple__menu .nav-pills>li:first-child>a,body .panel-simple__menu .nav-pills>li:last-child>a {
    border: 3px solid #F7F7F7;
    border-radius: 50px;
}
body .panel-simple__menu .nav-pills>li:last-child>a.active {
    border-right: 3px solid #2F80ED;
    border-radius: 50px;
}
body .panel-simple__menu .nav-pills>li:last-child>a:hover {
    /*border: 3px solid #fff;*/
    border-radius: 50px;
}
body .nav>li:not(.active):not([class*="col-"])>a:hover {
    background: #ffffff;
    color: #2F80ED !important;
}
.nav-interactive-panel .nav > li > a {
    display: flex !important;
}
body .menu-panel__elems {
    border-bottom: none;
}
body .link-tab__panel .menu-panel__elem, body .color-cyan{
    color: #2F80ED !important;
}
body .link-tab__panel.active .menu-panel__elem {
    border-bottom: 3px solid #2F80ED !important; } .nav-pills {
    background-color: #F7F7F7;
    border: 9px solid #F7F7F7;
    width: auto;
    margin: 0 auto;
    border-radius: 50px;
}
.panel-simple__menu {
    display: flex;
}
.panel-simple__menu .nav-pills > li > a {
    color: #737373;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 120%;
    padding: 2.2rem 3.2rem !important;
}
.panel-simple__menu .nav-pills > li.active > a {
    color: #fff;
}
.panel-simple__menu .nav-pills > li:not(.active) > a {
    border: 3px solid #F7F7F7;
    text-align: center;
}
.panel-simple__menu .nav-pills > li:not(:last-child) > a {
    margin-right: 12px;
}

.panel-simple__content .banner.banner__article .banner__text h3 {
    margin-bottom: 10px;
}

.bg-color-cyan .nav-pills,
.bg-color-blue .nav-pills,
.bg-color-blue .nav-pills,
.bg-color-light-grey .nav-pills{
    background-color: #fff;
    border: 9px solid #fff;
}
.bg-color-blue .panel-simple__menu .nav-pills > li:not(.active) > a, .bg-color-cyan .panel-simple__menu .nav-pills > li:not(.active) > a, .bg-color-blue .panel-simple__menu .nav-pills > li:not(.active) > a, .bg-color-light-grey .panel-simple__menu .nav-pills > li:not(.active) > a {
    border: 3px solid #fff;
}
body .panel-simple__menu .nav-pills > li:not(.active) a:hover {
    background-color: #F7F7F7;
}
[class*="bg-color-"] .panel-simple__menu .nav-pills > li:not(.active) a:hover {
    background-color: #fff;
}

.menu-anchor .navbar {
    border: none;
}

@media screen and (max-width: 767px) {
.container.container-col-8 > .row > section > .custom, .container.container-col-10 > .row > section > .custom, .container.container-col-8 > .row > section > .panel__title {
    padding-left: 15px;
    padding-right: 15px;
}
.menu-anchor{
    display:none;
}
}




/*-------------------------- footer cookies display --------------------------*/
   


.eib-footer__col{
  position:relative;
}

.cookies-home.bg-color-dark-blue{
  background: #0E2031;
  color:white;
}

.cookies-home p{
    color:white !important;
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.eib-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 1.6rem 2.4rem;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 14.8rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.2, 1);
}
.eib-button .fa {
  margin: 0 0 0 1.2rem;
}
.eib-button:before {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transform: translateX(-110%);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  content: "";
}
.eib-button:hover:before {
  transform: translateX(0);
}

.eib-button--primary {
  color: #fff;
  background-color: #2f80ed;
  border: 2px solid #2f80ed;
  transition: none;
}
.eib-button--primary:before {
  display: none;
}
.eib-button--primary:visited {
  color: #fff;
  background-color: #2f80ed;
}
.eib-button--primary .fa {
  /* stylelint-disable-next-line declaration-no-important */
  transform: translateX(0) !important;
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.eib-button--primary:hover {
  color: #2f80ed;
  text-decoration: none;
  background-color: transparent;
}
.eib-button--primary:hover .fa {
  /* stylelint-disable-next-line declaration-no-important */
  transform: translateX(4px) !important;
}

.eib-button--white-hollow {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  transition: none;
  /* stylelint-disable-next-line no-descending-specificity */
}
.eib-button--white-hollow:visited {
  color: #fff;
  background-color: transparent;
}
.eib-button--white-hollow .fa {
  /* stylelint-disable-next-line declaration-no-important */
  transform: translateX(0) !important;
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.eib-button--white-hollow:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2f80ed;
  border-color: #2f80ed;
}
.eib-button--white-hollow:hover .fa {
  /* stylelint-disable-next-line declaration-no-important */
  transform: translateX(4px) !important;
}

.eib-button--secondary {
  color: #2f80ed;
  background-color: transparent;
  border: 2px solid #2f80ed;
}
.eib-button--secondary:before {
  background: #2f80ed;
}
.eib-button--secondary:visited {
  color: #fff;
  background-color: #2f80ed;
}
.eib-button--secondary:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}




.cookie-home .cookie-home__button-close{
  background-color: #2F80ED;
  border: 2px solid #2F80ED;
  padding: 4px 13px 4px 13px;
  border-radius: 5px;
  margin-left: 15px;
  color: #fff;
}

.cookie-home .cookie-home__button-close:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #333;
}
#eib-popup-policy{
  position: fixed;
   display: none ; 
  width: 100%;
  border: none;
  bottom: 0px !important;
  left: 0;
  min-height: 40px;
  z-index: 1000;
  padding-bottom: 30px;
}

.cookies-home__btn-close--cookie{
  margin-left: 15px;
}

.cookies-home__btn-close--cookie:hover{
  background-color: #2f80ed;
}

.cookies-home__desc-wrap{
  text-align: center;
}

/**************************************************************************/
/*                              Box with arrow                            */
/**************************************************************************/
.box-arrow{
    background: #f3f3f3;
    position: relative;
    padding: 50px 40px;
    border-top:10px solid #fff;
}
.box-arrow:not(:first-of-type):before{
    content: "";
    position: absolute;
    top: 0;
    border-width: 35px 100px 0;
    border-style: solid;
    border-color: #ffffff transparent;
    left: 38%;

}

.box-arrow:not(:last-of-type):after{
    content: "";
    position: absolute;
    bottom: -35px;
    border-width: 35px 100px 0;
    border-style: solid;
    border-color: #f3f3f3 transparent;
    z-index: 1;
    left: 38%;
}

.box-arrow .process__icon {
    padding-top: 25px;
}

    /* [#] sm screen */
    @media (max-width: 767px) {
        
    .box-arrow:not(:first-of-type):before{
        border-width: 35px 78px 0;
    }
    .box-arrow:not(:last-of-type):after{
        border-width: 35px 78px 0;

    }

}
/* [#] sm md screen */
   @media (min-width: 768px) and (max-width: 1199px) {
    .box-arrow:not(:first-of-type):before{
        border-width: 35px 74px 0;
    }
    .box-arrow:not(:last-of-type):after{
        border-width: 35px 74px 0;

    }
}

/********************* to add ****************/

.navbar-fixed-left {
  width: 180px;
  position: absolute;
  border-radius: 0;
  height: 100%;
  left: -205px;
}
@media screen and (max-width: 1400px) {
    .navbar-fixed-left {
		width: 160px;
		left: -165px;
	}
}
@media screen and (max-width: 1080px) {
	.navbar-fixed-left {
		display: none;	
	}
}
/**************************************************************************/
/*                    Left Nav for About Section                          */
/**************************************************************************/

.navbar-fixed-left ul li {
  width:100%;
  font-family: 'Alef', sans-serif;
}

#content-body .navbar-fixed-left ul li a {
    text-decoration: none;
    color: #4f4f4f;
    font-size: 20px;
    transition: all 0.15s ease-in-out;
    padding-top: 12px;
    padding-bottom: 12px;
}

#content-body .navbar-fixed-left ul li.active a {
    color: #00529F;
    font-size: 22px;
}

.navbar-fixed-left ul li::after {
    content: " ";
    position: absolute;
    left: 13px;
    border: 1px dotted #00529F;
    width: 90%;
    bottom: 0;
}

#content-body .navbar-fixed-left ul li a:hover {
    background: none;
    color: #00529F;
    font-size: 22px;
}

/*---- menu ----*/
img[src*=-adv] {
    width: 200px;
    margin-top: -5px;
}

/*---- custom video list in homepage ----*/

#videosList .banner__wrapper {height: 55px !important;min-height: 55px;position: relative;}

#videosList span.video-icon img {width: 27px !important;height: 27px !important;}

#videosList span.video-icon {width: 27px !important;height: 27px !important;}

#videosList a.video-youtube {width: 20%;float: left;padding-top: 9px;}

#videosList a.eib-footer__title.eib-section-title {float: left;width: 80%;padding-left: 15px;}

.footnotes{
    font-size:10px;
    color:#aaa;
}

.eiah-show-more{
    cursor:pointer;
}