/* ==========================================================================
   Embedded fonts
   ========================================================================== */
 	@font-face{
		font-family: 'Noto Sans';
		src: url(fonts/NotoSans-Regular.woff2) format('woff2'), url(fonts/NotoSans-Regular.woff) format('woff');
		font-style: normal;
	}

	@font-face{
		font-family: 'Noto Sans';
		src: url(fonts/NotoSans-Bold.woff2) format('woff2'), url(fonts/NotoSans-Bold.woff) format('woff');
		font-style: normal;
		font-weight: bold;
	}

	@font-face{
		font-family:'Overpass';
		src: url(fonts/Overpass-Regular.woff2) format('woff2'), url(fonts/Overpass-Regular.woff) format('woff');
		font-style: normal;
	}

	@font-face{
		font-family: 'Overpass';
		src: url(fonts/Overpass-Bold.woff2) format('woff2'), url(fonts/Overpass-Bold.woff) format('woff');
		font-style: normal;
		font-weight: bold;
	}

/* ==========================================================================
   General
   ========================================================================== */
body {
	font-family: 'Noto Sans';
	font-size: 14px;
}
   
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Overpass';
	color: #1E2DBE;
}

#content h1 {
    text-transform: uppercase;
    line-height:normal;
	margin-top:0;
}

h2 {
	line-height: normal;
}

#sidebar h3 {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	color: #FA3C4B;
}

output, .form-control, .dropdown-menu {
	font-size: 14px;
}

img{
	height: auto;
	image-rendering:optimizeQuality;
	-ms-interpolation-mode:bicubic;
}

figure {
	margin: 15px 0;
}

.radio label label {display: none}

/* for when navbar is opened */
body.overflow-hidden{
	overflow: hidden;
}

.h1-txt {
	font-size: 18px;
	margin-bottom: 30px;
}

.h2-txt {
	font-size: 12px;
}

.breadcrumb {
	background-color: #FFF;
	margin:0;
}

.gray-small {
    font-size: 10px;
    color: #999999;
    margin-bottom: 0px !important;
}

.text-small {
	font-size: 0.8em;
}

/* text */
.text-highlight p {
	font-size: 18px;
	line-height: 160%;
	font-weight: 700;
	font-weight: bold;
}

.details{
	line-height: 140%;
}

a.details,  a.details:visited{
	text-decoration: underline;
}

a.details:hover, a.details:active{
	color: #777;
}

@media (max-width: 480px){
	html, body {
		overflow-x: hidden;
		max-width: 100%;
	}
}

/* ==========================================================================
   Tooltips
   ========================================================================== */
   
.summary .tooltip.bottom{
	right: 0 !important;
	margin-top: 20px !important;
	left: auto !important;
	width: 200px;
	font-family: inherit;
}

.summary .tooltip.bottom .tooltip-inner{
	text-align: left !important;
	padding: 8px 12px;
	font-weight: 600;
	font-weight: bold;
	line-height: 140%;
}

.summary .tooltip.bottom .tooltip-arrow{
	right: 15px !important;
	left: auto !important;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-primary,.btn-primary:visited {
	background-color: #1E2DBE;
	border: none;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary, 
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #151F83;
    border-color: none;
}

.btn-info ,.btn-info:visited {
	background-color: #230050;
	border: none;
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info, 
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #14002e;
	border: none;
}

.btn-pres {
	background-image: url(images/elearning/icon_module-view.png);
	background-repeat: no-repeat; 
	background-position: left top;
	width: 100%;
	text-align: left;
	font-size: 23px;
    margin-bottom: 10px;
    padding-left: 75px;
    text-transform: uppercase;
}

.btn-note {
	background-image: url(images/elearning/icon_module-read.png);
	background-repeat: no-repeat; 
	background-position: left top;
	width: 100%;
	text-align: left;
	font-size: 23px;
    margin-bottom: 10px;
    padding-left: 75px;
    text-transform: uppercase;
}

.btn-eval {
	background-image: url(images/elearning/icon_module-start.png);
	background-repeat: no-repeat; 
	background-position: left top;
	width: 100%;
	text-align: left;
	font-size: 23px;
    margin-bottom: 30px;
    padding-left: 75px;
    text-transform: uppercase;
}

.btn.social{
	color: #fff;
	margin-right: 3px;
	height: 34px !important;
	width: 34px;
	padding: 4px 5px 5px 6px;
	font-size: 20px;
}

.btn.facebook, .btn.facebook:visited, .btn.facebook:active {
	background-color: #4263aa;
}

.btn.facebook:hover, .btn.facebook:focus {
	background-color: #3b5898;
}

.btn.twitter, .btn.twitter:visited, .btn.twitter:active {
	background-color: #00ACED;
}

.btn.twitter:hover,.btn.twitter:focus {
	background-color: #009ed9;
}

.btn.linkedin, .btn.linkedin:visited, .btn.linkedin:active{
	background-color: #1884BB;
}

.btn.linkedin:hover,.btn.linkedin:focus {
	background-color: #1577A8;
}

.btn.youtube, .btn.youtube:visited, .btn.youtube:active{
	padding: 3px 5px 4px 4px;
	background-color: #d50000;
}

.btn.youtube:hover,.btn.youtube:focus {
	background-color: #c10000;
}

.btn.instagram, .btn.instagram:visited, .btn.instagram:active {
	padding: 3px 5px 5px 5px;
	background-color: #e95950;
}

.btn.instagram:hover,.btn.instagram:focus {
	background-color: #ff5c54;
}

/* ==========================================================================
   Forms
   ========================================================================== */
input[type="checkbox"] + label , input[type="radio"] + label{
	display:inline;
	font-weight:normal;
	margin-left: 7px;
}

input[type="checkbox"] + label:after, input[type="radio"] + label:after {
	content:"\a"; white-space:pre;
}

.form-control:focus{
	border: 1px solid #1E2DBE;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ul.list {
	padding-left: 10px;
}   
   
ul.list li {
	list-style: none;
	padding: 5px 0;
}
   
ul.list li:before {
	font-size: 10px;
	content: "\f04b";
	font-family: FontAwesome;
	color:#fa3c4b;
	display: inline-block;
	width: 1.6em;
}

ul.fa-ul li:before {
	content: none;
}

.corps {
	float: none;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.corps0 {
	float: none;
	padding: 5px;
	background-color: #f2f2f2;
}

.corps1 {
	float: none;
	padding: 5px;
}

.corps b, .corps0 b, .corps1 b, .green {
	color: #230050;
}

.corps:hover, .corps0:hover, .corps1:hover {
	background-color: #CFCFCF;
	cursor: pointer;
}

.corps a:hover, .corps0 a:hover, .corps1 a:hover {
	text-decoration:none;
}

/* ==========================================================================
   Header
   ========================================================================== */
body>nav {
	background-color: #151f85;
	font-size: 12px;
	max-height: 40px;
}

#dropdown-login {
	min-width: 380px;
}

header {
	background-color: #1e2dbe;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #151F85;
}

header h1 {
	font-size: 32px;
	float: left;
	color: #fff;
	margin-top: 17px;
 	margin-left: 15px;
}

header h2 {
	color: #ffffff;
    float: right;
   	font-size: 18px;
    letter-spacing: -.25px;
}

header h2::before {
	content: '';
    background: url(images/logo/red-triangle.svg) no-repeat 0 50%;
    background-size: 12px 14px;
    display: inline-block;
    width: 17px;
    height: 14px;
}

header .logo {
	background: url(images/logo/EN_ILO.svg) no-repeat;
    width: 215px;
    height: 70px;
	display: block;
    float: left;
    border-right: 1px solid #fff;
}

header .logoES {
	background: url(images/logo/ES_ILO.svg) no-repeat;
    width: 215px;
    height: 70px;
	display: block;
	float: left;
	border-right: 1px solid #fff;
}

header .logoFR {
	background: url(images/logo/FR_ILO.svg) no-repeat;
    width: 215px;
    height: 70px;
   	display: block;
	float: left;
	border-right: 1px solid #fff;
}

header .navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

#navbar .dropdown:hover>.dropdown-menu {
	display: block;
	margin-top: 0;
}

#navbar .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

/* E-learning menu */
#sidebar a.nav {
    background: none !important;
    font-size: 12px;
    color: #337AB7;
    padding-left: 10px !important;
    padding-bottom:5px !important;
}

/* E-learning icon */
.link-link {
	background: url(images/elearning/icon_link.png) no-repeat left bottom;
    margin-left: 5px;
    margin-top: 5px;
    background-size: 30px 30px;
    width: 100%;
    height: 100%;
}

.link-pdf {
    background: url(images/elearning/icon_pdf.png) no-repeat left center;
    background-size: 30px 30px;
    margin-left: 5px;
    margin-top: 5px;
    width: 100%;
    height: 100%;
}

.link-video {
    background: url(images/elearning/icon_video.png) no-repeat left center;
    margin-left: 5px;
    margin-top: 5px;
    background-size: 30px 30px;
    width: 100%;
    height: 100%;
}

.link-audio {
    background: url(images/elearning/icon_audio.png) no-repeat left center;
    margin-left: 5px;
    margin-top: 5px;
    background-size: 30px 30px;
    width: 100%;
    height: 100%;
}

.link-title {
    font-size: 12px;
    font-weight: 100;
    color: #337AB7;
    padding-left: 50px;
    margin-bottom: 0px;
}

.link-details {
    font-size: 11px;
    font-weight: 100;
    color: #999999;
    padding-left: 50px;
    margin-bottom: 0px;
}

/* ==========================================================================
   Sections
   ========================================================================== */
.main-section{
	border-right: 1px solid #ccc;
	margin-bottom: 30px;
}

.details, .details a{
	color: #999;
	font-size: 12px;
	font-weight: 500;
	font-weight: normal;
}

.more{
	float: right;
}

.more h3{
	font-size: 14px;
	color: #999 !important;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 4px;
}

.more ul a{
	font-weight: 500;
	font-weight: normal;
	display: block;
}

.more ul li{
	padding-bottom: 7px;
}

.more a.focus{
	font-weight: 800;
	font-weight: bolder;
}

.img-focus:hover .more li a.focus{
	text-decoration: underline;
	color: #000;
}

.img-focus a img{
	max-width: 100%;
}

/* article */
.article{
	margin-bottom: 10px;
}

.article img, .article iframe{
	display: block;
	max-width: 100%;
	padding-bottom: 15px;
}

.marquee-vert {
  height: 100px;
  overflow: hidden;
}

.marquee-vert article:hover{
	background-color: #f2f2f2;
	cursor: hand;
}

.source{
	font-size: 12px;
	font-weight: 500;
	font-weight: normal;
	color: #999;
}

/* PUBLICATIONS section */
.publication img{
	width: 122px;
	height: 172px;
}

/* HIGHLIGHTS section */
.img-focus:hover ~ div a.focus{
	text-decoration: underline;
	color: #000;
}

#highlights .row:last-of-type .article{
	margin-bottom: 0;
}

/* TOPICS */
#topics .list-group-item:first-of-type{
	margin-top: -10px;
	border: none transparent;
}


/* VIDEOS */
.article .youtube-img{
	overflow-y: hidden;
	margin-bottom: 15px;
}

.article .youtube-img img{
	margin-top: -11%;
	margin-bottom: -19%;
	max-width: 100%;
	min-height: auto;
	vertical-align: middle;
	filter: brightness(85%);
	-webkit-filter: brightness(85%);
	-moz-filter: brightness(85%);
	-o-filter: brightness(85%);
	-ms-filter: brightness(85%);
}

.youtube-img:hover + h3.link{
	text-decoration: underline;
	color: #000;
}

@media (max-width: 480px){
	#videos .row:last-of-type .article{
		margin-bottom: 0;
	}
}

/* ==========================================================================
  Knowledge map module
   ========================================================================== */
ul.summary li{
	padding: 7px 0;
}

ul.summary li i{
	font-size: 10px;
	padding-right: 10px;
}

ul.summary .details{
	margin-top: 3px;
}

.related{
	background-color: #EBF5FD;
	font-size: 13px;
	padding: 10px;
}

.related li {
	padding: 10px 0;
}

.related > li {
	border-bottom: 1px solid #230050;
}

.related > li:last-child {
	border-bottom: none;
}

.related li ul {
	padding-left: 10px;
}

.related .details {
	color: #787878;
	padding-top: 3px;
}

/* ==========================================================================
  Thematic areas
   ========================================================================== */
.thematic-thumbnails {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 10px 10px;
}

.thematic-card {
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    align-items: flex-end;
    padding: 0.6rem;
    min-height: 180px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    text-align: left;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-blend-mode: soft-light;
    background-color: #1e2ebe9a;
}

.thematic-card:hover {
    background-color: #1e2ebe48;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
	background-color: #230050;
}

footer .logo {
	background: url(images/logo/EN_ILO.svg) no-repeat;
    height: 80px;
    width: 220px;
}

footer .logoES {
	background: url(images/logo/ES_ILO.svg) no-repeat;
    height: 80px;
    width: 220px;
}

footer .logoFR {
	background: url(images/logo/FR_ILO.svg) no-repeat;
    height: 80px;
    width: 220px;
}

footer .top {
	border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
	padding: 2rem 0;
}

footer .top a {
	color: #fff;
}

footer .links {
    color: #fff;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-end;
    align-items: center;
}

footer .links li {
    margin: 0 1rem;
}

footer .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 2rem 0;
}

footer .head {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    align-content: flex-end;
    justify-content: center;
    height: auto;
    transition: all 0s ease-in-out;
}

footer .head h1 {
    color: #fff;
    white-space: nowrap;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 30px;
    text-align: right;
    margin-bottom: 0;
}

footer .head h1::before {
	content: '';
    background: url(images/logo/red-triangle.svg) no-repeat 0 50%;
    background-size: 12px 14px;
    display: inline-block;
    width: 17px;
    height: 14px;
}

footer .head p {
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #b0b9e1;
    text-align: right;
}

/* ==========================================================================
   Bootstrap overload
   ========================================================================== */
@media (min-width: 1200px) {
    .container{
        max-width: 100%;
        padding: 0 12%;
    }
}

@media print {
	html, body {width: 100%;}
	a[href]:after {content: none !important;}
	nav, header, footer, .btn {display:none !important;}
	.d-print-none {display:none}
}