
/* ----------------------------------------
-------------- GLOBAL ----------------------
------------------------------------------- */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
}


h1 {
    font-size: 72px;
    line-height: 90px;
    font-weight: 600;
    letter-spacing: 0;
}

h2 {
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 47.02px;
}

h3 {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 50px;
}

h4 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 45px;
}

h5 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px;
}

h6 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px;
}

.text {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 26.17px;
}

.text-2 {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

.text-16 {
    font-size: 16px;
    line-height: 24px;
}

.zelen-button {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}

.text-epp-green {
    color: #2FAC66;
}

.contact-function {
    font-size: 21px;
    line-height: 36px;
}

.contact-position {
    position: absolute;
    bottom: 6px;
}

.container-anim a {
    color: #2FAC66;
}

.title-text {
  /*  padding: 56.5px 0 56.5px !important;*/
}

.contact-page a {
    color: #000000;
}

.banner {
    position:relative;
    box-shadow:inset 0 0 0 2000px rgba(55,85,192, 0.8);
}

.side-events-mobile {
	display: none;
}	

a:hover{
    text-decoration: none;
}

.dropdown-toggle::after {
    content: none;
}

.d-none-2 {
    display: none !important;
}

.padding-bottom-desktop-150 {
    padding-bottom: 150px!important;
}
.static-content ul {
  list-style-type: '•';
  padding-left: 0px;
}
.static-content  li {
  padding-left: 25px;
  margin-bottom: 15px;
  font-size:21px;
}

.twitterhashtag {
	font-size:50px;
}

.ahoy-padding {
	padding-top: 200px;
}

.stream {
	margin-top:70px;
}
.calendar-wrapper .btn-stream {
	width:220px;
}

.stream-wrapper .btn-stream {
	bottom: -28px;
	left: calc(50% - 110px); 
	width:220px;
	display:none;
}
#modal_stream .modal-content {
	background-color:transparent!important;
}
#privacy-policy-content h4 {
    padding-top:25px;
}

/* ------ ICONS ------ */ 

.koledar-logo {
    background-color: rgb(255, 255, 255);
    -webkit-mask: url(../img/koledar.svg) no-repeat left;
    mask: url(../img/koledar.svg) no-repeat center;
}

.calendar-logo {
    background-color: rgb(255, 255, 255);
    -webkit-mask: url(../img/koledar.svg) no-repeat left;
    mask: url(../img/koledar.svg) no-repeat center;
    margin-left:15px;
}
.watch-logo {
    background-color: rgb(255, 255, 255);
    -webkit-mask: url(../img/ura.svg) no-repeat left;
    mask: url(../img/ura.svg) no-repeat center;
    margin-left:15px
}
.ura-logo {
    background-color: rgb(255, 255, 255);
    -webkit-mask: url(../img/ura.svg) no-repeat center;
    mask: url(../img/ura.svg) no-repeat center;
}

/* ------ PADDING ------- */

/* -- PADDING X axis --- */

.pad-x-8 {
    padding-left: 8px;
    padding-right: 8px;
}


.pad-x-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.pad-x-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.pad-x-35 {
    padding-left: 35px;
    padding-right: 35px;
}

/* -- PADDING TOP --- */

.pad-t-57 {
    padding-top: 57px;
}

/* -- MARGIN X axis --- */

.marg-x-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.marg-x-35 {
    margin-left: 35px;
    margin-right: 35px;
}


/* -- MARGIN TOP --- */


.marg-t-40 {
    margin-top: 40px;
}

h4.side-events-desktop.text-left {
    font-size: 21px;
    line-height: 36px;
}
 
 
 
 
 
@media (max-width: 768px) { 
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 46px;
        line-height: 56px;
    }
    
    h2 {
        font-size: 38px;
        line-height: 50px;
    }
    
    h3 {
        font-size: 36px;
        line-height: 46px;
    }
    
    h4 {
        font-size: 24px;
        line-height: 36px;
    }
    
    h5 {
        font-size: 21px;
        line-height: 31px;
    }
    
    h6 {
        font-size: 19px;
        line-height: 26px;
    }


.calendar-wrapper .btn-stream {
	height:unset!important;
	width:100%
}
.stream-wrapper .btn-stream {
	display:table;
}

    .ura-logo {
        -webkit-mask: url(../img/ura.svg) no-repeat left;

    }
 

    .pad-x-32 {
        padding-left: 15px;
        padding-right: 0px;
    }

    .pad-t-57 {
        padding-top: 15px;
    }

	.side-events-desktop {
		display: none;
	}

	.side-events-mobile {
		display: block;
	}
	.twitterhashtag {
		font-size: 6vw;
	}

}

/* ----------------------------------------
-------------- HEADR ----------------------
------------------------------------------- */

header {
    background-color: #F9FBFC;
    height: 157px;
    position: relative;
    z-index: 15;
}

.container-header, .container-wrapper {
    max-width: 1440px;
    margin: auto;
}

.heading-nav-row {
    margin: 65px auto;
    padding-left: 50px;
    padding-right: 50px;
}

.heading-nav-row a {
    color: #000000;
    margin: auto;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}

.logo img {
   /* margin: 31px auto;*/
    width: 204px;
}

.header-covid {
    margin: auto;
    box-sizing: border-box;
    max-width: 203px;
    border: 2px solid #2FAC66;
    border-radius: 23.4px;
    text-align: center;
}

.header-covid span {
    padding: 11px 0 11px;
    font-weight: 600;
    color: #2FAC66;
    font-size: 14px;
    display: block;
}



#header-hamburger-btn {
    display: none;
    position: absolute;
    right: 20px;
    top: 65px;
    z-index: 999;
}

body.hamburger-open {
    height: 100%;
    overflow: hidden;
}

#header-hamburger-btn span {
    display: block;
    height: 2px;
    background-color: black;
    width: 30px;
    margin: 8px 0;
    -webkit-transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    -o-transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
}

#homepage #header-hamburger-btn span {
    background-color: #fff;
}


#header-hamburger-container {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 995;
    left: 0;
    top: 0;
    visibility: hidden;
}

#header-hamburger {
    position: fixed;
    right: 0;
	left: 0;
	bottom: 0;
	top: 0;
    /*height: 100%;*/
    /*width: 440px;*/
    /*max-width: 90%;*/
    background-color: #3755C0;
    /*display: flex;*/
    /*align-items: center;*/
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.14);
    transform: translateX(30%);
    -webkit-transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    -o-transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    transition: all 380ms cubic-bezier(.215, .61, .355, 1) 1ms;
    opacity: 0;
    visibility: hidden;
	padding: 60px 26px;
}


body.hamburger-open #header-hamburger {
    transform: none;
    opacity: 1;
    visibility: visible;
}

body.hamburger-open #header-hamburger-btn span:nth-child(2) {
    opacity: 0;
    max-height: 0;
    margin: 6px;
}

body.hamburger-open #header-hamburger-btn span:nth-child(1) {
    transform: rotate(45deg) translateX(4px) translateY(4px);
	background-color: #fff;
    margin: 5px;
}

body.hamburger-open #header-hamburger-btn span:nth-child(3) {
    transform: rotate(-45deg) translateX(1px) translateY(-2px);
	background-color: #fff;
    margin: 5px;
}

body.hamburger-open #homepage #header-hamburger-btn span {
    background-color: #fff;
}

@media (max-width: 900px) {
  
	.ahoy-padding {
		padding-top: 120px;
	}
}

@media (max-width: 768px) {
    .logo img {
        margin: auto;
        height: 80px;
    }
	
	.ahoy-padding {
		padding-top: 50px;
	}

    #header-hamburger-btn {
        display: block !important;

    }

    header {
        height: 170px;
    }
    
    .container-blue {
        height: unset !important;
    }
}



/* ----------------------------------------
-------------- FOOTER ----------------------
------------------------------------------- */

footer {
    background: #EFF3F6;
}



/* ----------------------------------------
-------------- HOME ----------------------
------------------------------------------- */
.container-blue-modal {
    background-color: #3755C0;
}

.container-blue {
    background-color: #3755C0;
   /* height: 250px;*/
}
.container-blue-home {
    background-color: #3755C0;
}

.slider-img {
    position:relative;
    z-index:-1;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
	width:100%;
}

.container-white {
    background-color: #F9FBFC;
}

.container-green {
    background-color: #2FAC66;
}

.btn-epp {
    border:white solid 2px;
    border-radius: 39px;
}

.btn-epp:hover {
    cursor: pointer;
}


.btn-epp.active {
    background-color: #2FAC66;
    border-color: #2FAC66;
}

.btn-epp h6 {
    margin: auto;
    padding: 14px 0 14px 0;
}

.btn-epp-green {
    border:#2FAC66 solid 2px;
}

.btn-zelen-epp {
    border:#2FAC66 solid 2px;
    border-radius: 39px;
    color: white;
    background-color: #2FAC66;
    width: 171px;
    text-align: center;
}

.btn-zelen-epp div{
    padding: 7px;
}

.btn-zelen-big-epp {
    border:#2FAC66 solid 2px;
    border-radius: 39px;
    color: white;
    background-color: #2FAC66;
    width: 217px;
    text-align: center;
}

.btn-zelen-big-epp div{
    padding: 14px;
}

.btn-stream:hover {
   opacity: 0.7;
}

.row-program {
    padding-top: 70px;
    padding-bottom: 20px;
}

.row-program-time {
    width:100%; 
    height:35px; 
    margin-top:50px;
}

.row-program-border {
    border: 1px solid #D9D5D5;
    margin-top:35px;
    width: 100%;
}

.row-program h5 {
    margin-bottom: 0px;
    margin-top: 5px;
}

.row-time {
    margin-bottom: 0px;
    margin-top: 5px;
}

.counter-wrapper  {
    background-color: white;
    border-radius: 140px;
    text-align: center;
}

.counter-wrapper span {
    color: #3755C0;
}

.counter-wrapper .counter-num {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 62.91px;
}

.counter-wrapper .counter-text {
    margin-top: 20px;
    font-weight: 600;
}

/* ----------------------------------------
-------------- HOTEL ----------------------
------------------------------------------- */


.btn-mobile-book-hotel {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 60px;
}


 .zelen-button {
    line-height: unset;
}
/* ----------------------------------------
-------------- DPCUMENTATION ----------------------
------------------------------------------- */


.btn-clear {
    cursor: pointer;
}




/* ----------------------------------------
-------------- CAROUSEL ----------------------
------------------------------------------- */


.media-item {
    margin-left: 31px;
}

.media-item > img {
    min-height: 456px;
    max-height: 456px;
    object-fit: cover;
}

.container-media {
    min-height: 600px;
}

.owl-nav {
    display: none;
}

.owl-dots .owl-dot {
    border-radius: 20px;
    border: solid 2px black !important;
    height: 20px;
    margin: 5px 7px;
    opacity: 1;
    width: 20px;
}

.owl-dot:focus {
    outline: none;
}

.owl-dots .owl-dot.active {
    background-color: black !important;
}

.owl-dots {
    position: absolute;
    left: -50%;
    bottom: 10px;
}

.carousel-media-list {
    height: 370px;
}

.brand-box {
    border:solid 2px #2FAC66; 
    height: 456px;
    padding: 40px;
}
.brand-box-link {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 100px);
    display: flex;
}

.brand-box-link-col {
    width:50%
}

/*
.brand-box:first-of-type {
    margin-right:30px;
}
*/


.files-label {
    position: absolute;
    bottom: 5px;
}

.xl-container {
    display: block !important;
}

.l-container {
    display: none !important;
}


.program-btn {
	width: 28%;
	position: absolute;
    right: 10px;
}

.program-download-btn {
	width: 350px;
	position: absolute;
    left: 5px;
	margin-top:50px;
}

@media (max-width: 1921px) {
    .xl-container {
        display: none !important;
    }

    .l-container {
        display: block !important;
    }
    
}

@media (max-width: 970px) {
    .program-btn {
		width: 95%;
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		position: unset;
	}
}

@media (max-width: 768px) {
    .media-item {
        margin-left: 0px;
    }

    .container-media {
        min-height: 730px;
    }

    .carousel-media-list {
        height: 500px;
    }

    .owl-dots {
        left: 0%;
        bottom: -110px;
    }

    .brand-box {
        border:solid 2px #2FAC66; 
        height: 287px;
    }

    .l-container {
        display: none !important;
    }
	
	.program-download-btn {	
		left: 15px;
		margin-top:50px;
	}
    
    
}
/* ----------------------------------------
-------------- COVID ----------------------
------------------------------------------- */

.bullet:before {
    content: "• ";
    position: absolute;
    left: -30px;
}

/* ----------------------------------------
-------------- DOCUMENTATIONS ----------------------
------------------------------------------- */

.bnt-show-more{
    cursor: pointer;
}

/* ----------------------------------------
-------------- COKIES ----------------------
------------------------------------------- */

.cookie-consent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 76px;
    background: #3755c0;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center
}

.allow-button {
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green
}

@media (max-width: 768px) {
    .cookie-consent {
        height: 150px;
    }
}



/* ----------------------------------------
-------------- ANIMATIONS ----------------------
------------------------------------------- */


.animation-box{
    background-color:#f9fbfc;
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    max-width: 2560px;
    margin: auto;  
}

#hero_desktop {
    min-height: 750px;
}

#hero_tablet {
    min-height: 550px;
}

#hero_mobile {
    min-height: 400px;
}


#insta_desktop {
    min-height: 700px;
}

#insta_tablet {
    min-height: 500px;
}

#insta_mobile {
    min-height: 350px;
}


#venue_desktop {
    position: absolute;
    bottom: 0;
    margin-left: -15px;
}

#venue_tablet {
    position: absolute;
    bottom: 0;
    margin-left: -15px;
}

#venue_mobile {
    position: absolute;
    bottom: 0;
    margin-left: -15px;
}




#svgButton0:hover,#svgButton1:hover,#svgButton2:hover {
    cursor: pointer;
}

.container-anim {
    position: absolute;
    left:0%;right:0%
}

.animation-venue {
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0px;
    max-height: 1040px;
    left: 0%;right: 0%;
    top: -210px !important;
}

.animation-venue-2 {
    top: 740px !important;
}

@media (max-width: 768px) {
    #anim-hero {
        min-height: 100%;
    }
    
    .container-anim {
        position: relative;
    }
}

/* 
-------------------------------------------
-------------- MODAL ----------------------
------------------------------------------- 
*/

.close-modal-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    opacity: 1;
    z-index: 20;
    right: 10px;
    font-size: 40px;
    top: 6px;
}

.close-modal-btn:focus {
    outline: none;
}

/* 
-------------------------------------------
-------------- MARQUEE ----------------------
------------------------------------------- 
*/

.marquee {
    overflow: hidden;
    width: 100%; 
}


@media (max-width: 768px) {
    .m-e-1 {
        margin-top:10px;
        margin-bottom:10px;
    }
    .m-e-2 {
       font-size:28px;
       line-height: 45px;
    }
    .m-e-3 {
       font-size:48px!important;
       line-height: 62px!important;
    }
    .m-e-4 {
      padding-left:0px;
    }
    .m-e-5 {
       font-size:32px!important;
       line-height: 40px!important;
    }
    .m-e-6 {
       padding-top:1rem!important
    }
    .row-program-time {
        width:100%; 
        height:80px; 
        margin-top:30px;
        padding-left:15px;
    }
    .div-program-time {
        margin-top:10px
    }
    .row-program-border {
        margin-left: 15px;
        margin-right: 15px;
        /*width:unset!important;*/
    }
    .owl-dots .owl-dot {
        width:15px;
        height:15px;
    }
    
    /*.brand-box:first-of-type {
      margin-right: unset;
    }*/
    .brand-box {
        margin-top:20px;
    }
    
    .div-program-height {
        height:100px;
    }
    
    .row-time {
        margin-top: 15px;
    }
    .btn-zelen-big-epp {
        width: 200px;
        height: 60px;
    }
    .btn-zelen-epp {
        width: 130px;
        height: 40px;
    }
    .zelen-button {
        font-size:16px;
    }
    .brand-box-link {
        width: calc(100% - 20px);
    }
    
    .contact-position {
        position: unset!important;
        bottom: unset!important;
    }
    #hero_mobile svg {
       position: absolute;
       top: 0px;
       left: 0px;
   }
  
   #insta_mobile svg {
       position: absolute;
       top: 0px;
       left: 0px;
   }
   .static-content  li {
      font-size:19px;
    }
    
    .padding-bottom-desktop-150 {
        padding-bottom: unset;
    }
    .contact-border-padding {
        padding-top:60px;
    }
}

@media (max-width:1167px) and (min-width:768px) {
   .row {
        margin-right: 0px;
        margin-left: 0px;
   }
   
   .d-nav-row {
       display: block!important;
        margin-top: -15px!important;
   }
   
}

@media (max-width: 370px) {
	.program-download-btn {	
		width: 100%;
	} 
}

.bpadding {
		padding-right:5px!important;
		padding-left:5px!important;
	}
	.ewidth {
		flex: 0 0 20%;
		max-width: 25%;
	}
	.ewidth2 {
		flex: 0 0 20%;
		max-width: 25%;
	}
	
	.bpadding h6 {
		font-size : 19px;
	}
	@media (max-width: 768px) {
		.bpadding {
			padding-right:unset;
			padding-left:unset;
		}
		.ewidth {
			flex: unset;
			max-width: unset;
		}
		.ewidth2 {
			flex: unset;
			max-width: unset;
		}
	}



/* 
-------------------------------------------
-------------- who-are-we ----------------------
------------------------------------------- 
*/



#who-are-we #leadership .lead .profile:first-child {
    margin-right: 0;
}

#who-are-we #timeline-tiles .owl-stage-outer {
	overflow: unset;
}

#who-are-we #timeline-tiles {
    white-space: nowrap;
    margin-top: 120px;
    margin-bottom: 0;
	/*overflow-x: auto;*/
	/*overflow:hidden;*/
}

#who-are-we #timeline-tiles h5 {
	color: #fff;
}

#who-are-we #leaders,
#structure #leaders {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #f6f9fa;
}

.rb .text {
    letter-spacing: 0;
    vertical-align: top;
	font-size: 18px;
}

#who-are-we #leaders .table,
#structure #leaders .table {
	margin-bottom: 0;
}

#who-are-we #leaders .table .img,
#structure #leaders .table .img {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    background-color: #CCD7E0;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#who-are-we #leaders .table strong,
#structure #leaders .table strong {
    font-weight: 500;
    letter-spacing: 0;
    display: block;
}

#who-are-we #leaders .table .row.bb,
#structure #leaders .table .row.bb {
	border-bottom: solid 1px #2FAC66;
    letter-spacing: 0;
}

#who-are-we #leaders .table .plus,
#structure #leaders .table .plus,
#job-op .table .plus,
#who-are-we #leaders .table .minus,
#structure #leaders .table .minus,
#job-op .table .minus {
    height: 50px;
    width: 50px;
    border: solid 2px #2FAC66;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#who-are-we #leaders .table .plus img,
#structure #leaders .table .plus img,
#job-op .table .plus img,
#who-are-we #leaders .table .minus img,
#structure #leaders .table .minus img,
#job-op .table .minus img {
    height: 20px;
    width: 20px;
}

#who-are-we #leaders .search .input input,
#structure #leaders .search .input input,
#papers #papers-content .search .input input {
    flex: 1;
    margin-left: 30px;
    display: block;
    align-self: stretch;
    height: 70px;
    color: #222;
    border: 0;
    outline: 0;
    padding: 0;
    position: relative;
    top: 1px;
    background: none;
	
	font-size: 21px;
	letter-spacing: 0;
	line-height: 32.33px;
}

#who-are-we #leaders .head,
#structure #leaders .head {
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

#who-are-we #leaders .head a,
#structure #leaders .head a {
	text-decoration: underline;
	display: inline-block;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 32.33px;
    color:black;
}

#leaders .flx {
    display: flex;
}

#who-are-we #leaders .search .input,
#structure #leaders .search .input {
    position: relative;
    align-items: center;
    border-bottom: solid 1px #ccc;
    width: 100%;
}

#who-are-we #leaders .radios,
#structure #leaders .radios {
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 100px;
}

#who-are-we #leaders .rb {
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
	display: flex;
    font-size: 16px;
    line-height: 26.17px;
}

#who-are-we #leaders .rb input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -99;
}

#who-are-we #leaders .rb .box {
    height: 30px;
    width: 30px;
	min-width:30px;
	min-height:30px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: solid 2px #ccc;
    margin-right: 24px;
    vertical-align: top;
}

#who-are-we #leaders .rb input:checked + .box:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
}

#who-are-we #leaders .rb .text {
    letter-spacing: 0;
    vertical-align: top;
}

#who-are-we #leaders .search .input img,
#structure #leaders .search .input img {
    height: 30px;
    width: 30px;
    margin-left: 20px;
    opacity: 0.25;
    cursor: pointer;
}

#who-are-we .btn-custom {
	color: #000000;
    text-align: center;
    display: inline-block;
    height: 55px;
    border: solid 2px #000;
    padding: 12px 12px;
	
	font-size: 19px;
	letter-spacing: 0;
	line-height: 27.13px;
}

#who-are-we a span, a.lnk span {
    text-decoration: underline;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 32.33px;
}

#who-are-we a, #who-are-we a.lnk {
    color: #000000;
	 font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    cursor: pointer;
}

#who-are-we .custom-icon-twitter {
    background-image: url(//www.epp.eu/assets/twitter-b.svg);
    background-size: cover;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

#who-are-we .custom-icon-fb {
    background-image: url(//www.epp.eu/assets/fb-b.svg);
    background-size: cover;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

#who-are-we .custom-icon-flickr {
    background-image: url(//www.epp.eu/assets/flickr.svg);
    background-size: cover;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

#who-are-we .custom-icon-instagram {
    background-image: url(//www.epp.eu/assets/instagram.svg);
    background-size: cover;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

#who-are-we .custom-icon-youtube {
    background-image: url(/assets/youtube.svg);
    background-size: cover;
    height: 20px;
    width: 29px;
    display: inline-block;
    vertical-align: middle;
}

#who-are-we  .social-icons .rm {
    font-size: 16px;
    text-decoration: underline;
}


@media (max-width: 768px) {

    #who-are-we #leaders .table .plus,
    #structure #leaders .table .plus {
        height: 42px;
        width: 42px;
    }

    #who-are-we #leaders .table .plus img,
    #structure #leaders .table .plus img {
        height: 22px;
        width: 22px;
    }

    #who-are-we #leaders .radios,
    #structure #leaders .radios {
        margin-bottom: 40px;
    }


}

@media (max-width: 576px) {
	
	#who-are-we .container h3 {
		font-size: 24px;
		line-height:37px;
	}

    #who-are-we #leaders .head,
	#structure #leaders .head {
		margin-bottom: 40px;
	}

    #who-are-we .rb .box {
        height: 20px;
        width: 20px;
    }

    #who-are-we a span, #who-are-we a.lnk span {
		font-size: 19px
	}

    #who-are-we #leadership .lead .profile .img {
		height:unset;
	}
	
	#who-are-we #leaders,
	#structure #leaders {
		padding-top: 50px;
		padding-bottom: 35px;
	}
	
	#who-are-we #leaders .head,
	#structure #leaders .head {
		margin-bottom: 40px;
	}
	
	#who-are-we #leadership .lead {
		margin: 40px 0;
		padding-bottom: 10px;
	}
}