@font-face {
    font-family:vag;
    src: url('https://ecfr.eu/archive/fonts/2B8689_0_0.eot');
    src: url('https://ecfr.eu/archive/fonts/2B8689_0_0.eot?#iefix') format('embedded-opentype'),
         url('https://ecfr.eu/archive/fonts/2B8689_0_0.woff') format('woff'),
         url('https://ecfr.eu/archive/fonts/2B8689_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:vag_bold;
    src: url('https://ecfr.eu/archive/fonts/2B8689_1_0.eot');
    src: url('https://ecfr.eu/archive/fonts/2B8689_1_0.eot?#iefix') format('embedded-opentype'),
         url('https://ecfr.eu/archive/fonts/2B8689_1_0.woff') format('woff'),
         url('https://ecfr.eu/archive/fonts/2B8689_1_0.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ********************** */

.maincontainer {
    display: flex;
    flex-direction: column;
}

.titlearea {
    padding:70px 0;
    display: flex;
    justify-content: center;
    background-color: #1e6b6f;
    width: 100%;
}

#advocacy_mapping .titlearea {
    background-color: #fdb813!important;
}

.titlecontent {
    width: 920px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}

.topline {
    display: flex;
    justify-content: space-between;
}

.titleitself {
    font-family: 'vag_bold';
    font-size: 58px;
    line-height: 51px;
    display:flex;
    flex-direction: column;
    padding-bottom: 50px;
    max-width: 70%;
}

#titlea {color:#fff;}

#titleb {color:#33FFBA;}

.publication-date--on-dark {    
    font-family: 'vag', sans-serif; 
    color:#fff;
    font-size: 16px;
    line-height: 150%;
    margin-top: 1rem;
}

.publication-date--on-light {
    font-family: inherit;
    color: inherit;
    font-size: 16px;
    font-weight: initial;
}

#advocacy_mapping #titleb {
	color: #fc5004
}

#logoarea {
    max-height: 40px;
}

#logo {height:100px;}

#whiteline {
    width:100%;
    border-bottom: 1px solid #fff;
}

.intropara {
    font-family: 'Georgia', serif;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.socialline .fab {
    color: #fff;
    font-size: 1.5em;
    padding-right: 5px;
    padding-bottom: 50px;
}

.map {
    width: 100%;
    height: 752px;
    background-color: whitesmoke;
    padding: 0px;
    overflow: hidden;
}

iframe {
	width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
}

/* SHARE */

 #myModal-share {
    margin: auto;
    width: auto;
    /* background: rgba(0,0,0,0.6); */
    padding: 10px;
    margin-bottom: 20px;
    color: #222;
    border-radius: 3px;
    position: relative;
    border: grey solid 1px;
    display: none;
 }
    
 #myModal-share ul {
   list-style-type: none;
   display: flex;
   justify-content: space-evenly;
   padding: 10px 50px;
 }
 
  #myModal-share ul li {
 display: inline;
 }
 
 #myModal-share h3 {
 text-align: center;
 }  
 
 .close-reveal-modal {
   position: absolute;
   top: 2px;
   right: 5px;
   font-size: 1rem;
 }


/* MENU */

.menuarea {
    padding:50px 0;
    display: flex;
    justify-content: center;
    background-color: #000;
    width: 100%;
}

.menuarea a {
	color: #fff;
}

.menuarea a:hover, .menuarea li:hover {
	color: #33FFBA;
}

.menucontent {
    width: 920px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-transform: uppercase;
}

ul {list-style-type: none; margin:0; padding:0;}

.blacktitles {
    font-family: 'Oswald', sans-serif; 
    font-size: 27px; 
    line-height: 34px;
}

span.activetitle a, li.activetitle{color:#33FFBA;}

.menudetails {
    padding:30px 0;
}

.subtitles {
    font-family: 'Oswald', sans-serif; 
    font-size: 27px; 
    padding-right: 15px;
    text-transform: uppercase;
}

.whitearea {
    padding:50px 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 100%;
}

.whitecontent {
    width: 920px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}

.bigtitle {
    font-family: 'Oswald', sans-serif; 
    font-size: 58px; 
    padding-right: 15px;
    color: #000;
    text-transform: uppercase;
}

.card {
    margin: 30px 0;
    padding: 3px 5px;
    color: #fff;
    display: flex;
    align-self: flex-start;
}

.wildcard {
    background-color: #B5B5FF; 
    /* #33FFB9  #FF5A2C */
}

.pro {
    background-color: #33FFB9; 
}

.anti {
    background-color: #FF5A2C;
}

#blackline {
    width:100%;
    border-bottom: 1px solid #000;
}

.iconsline {
    display: flex;
    padding-top: 15px;
    padding-bottom: 50px;
}

.theicons {
	padding-right: 15px;
}

.theicons a {
	color: #222;
}

.theicons a:hover {
	color: #1e6b6f;
}


.theicons .fas {
    color: #6e6e6e;
}

.theicons>span {
    font-family: sans-serif;
}

.authorarea {
    padding-bottom: 30px;
    font-family: 'Georgia', serif;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.textarea p {
    font-family: 'Georgia', serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.mobile-only {
	display: none;
}

/* SPECIFIC PUBLICATION */

.author {
	margin: 15px 0px;
    font-weight: bold;
}

.author a {
	color: white;
}

#arrow-up {
	position: fixed;
    bottom: 0px;
    right: 3px;
    width: 60px;
}

.layer-black {
	background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.titlecontent {
	z-index: 999;
}

.banner {
    background-color: #EE6633;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    gap: 10px;
}

.banner a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.banner a:hover {
    text-decoration: underline;
}

.banner-icon {
    height: 30px;
    width: auto;
}

@media print {
 .menuarea, .titlearea, .theicons, #myModal-share {
 	display: none;
 }
}



@media only screen and (max-width: 40.063em) { 

.no-mobile {
	display: none;
}

.mobile-only {
	display: block;
}

.whitecontent {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}

.topline {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.titlearea {
	padding: 20px;
}

.titleitself {
    padding-bottom: 20px;
}


#logoarea {
    max-height: 80px;
    padding-bottom: 20px;
}

#logo {
	height: 60px;
}

.map {
	height: auto;
}

.titleitself {
	font-size: 42px;
    line-height: 100%;
}

.intropara {
    font-family: 'Georgia', serif;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.bigtitle {
    font-size: 42px;
    word-wrap: break-word;
}

.blacktitles, .subtitles a {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    line-height: 150%;
}

}