/**
* @file
* Subtheme specific CSS.
*/


/************************************* GENERAL **********************************/

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Black.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


/*------------------------*/


/*-------utilities--------*/


/*------------------------*/

.fixed-ar::before {
    content: "";
    float: left;
    width: 1px;
    margin-left: -1px;
}

.fixed-ar::after {
    content: "";
    display: table;
    clear: both;
}


/* proportions */

.fixed-ar-1-1::before {
    padding-top: 100%;
}

.fixed-ar-4-3::before {
    padding-top: 75%;
}

.fixed-ar-16-9::before {
    padding-top: 56.25%;
}


/* demo */

.fixed-ar {
    background-size: contain;
}


/*------------------------------------------*/


/*	     01 - General & Basic Styles
/*------------------------------------------*/

body {
    font-family: 'Roboto', sans-serif;
    text-rendering: optimizeLegibility;
    z-index: 0;
}


/* width */

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #666;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

strong,
b {
    font-weight: 700;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a,
a:hover {
    text-decoration: none;
    outline: 0;
}

h1,
h1 a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100 !important;
    margin: 0;
    color: #444;
    letter-spacing: 0.1rem;
}

h2,
h3,
h4,
h5,
h6,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #444;
    letter-spacing: 0.04rem;
    text-transform: none !important;
}

.serif {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 0;
}

.big {
    font-size: 1.5rem;
}

p {
    margin: 0;
    padding-bottom: 20px;
    font-weight: 400;
}

p strong {
    font-weight: 700;
}

.accent-color-bg {
    color: #FFF;
}

.clearfix {
    clear: both;
}

hr.clearfix {
    border: 0;
    visibility: hidden;
    margin: 0;
    clear: both;
}

.no-padding {
    padding: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 1rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    margin: 0;
}

input[type=text],
select {
    border: 1px solid #ced4da;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

select {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

input[type=text]::placeholder {
    color: #ced4da;
    font-size: 0.8em;
}

input[type=text]:focus {
    outline: none;
    border-color: #9c9b9a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

table {
    border: 0;
    border-spacing: 0;
    font-size: 1rem;
    margin: 0;
    width: 100%;
}

tr,
tr td,
tr th {
    padding: 0;
    border: 0;
    text-align: left;
    background: transparent;
}


/** HEADER **/


/************************************* HEADER ***********************************/


/* Name site */

body {
    z-index: 0;
}

body>header {
    background-color: #fff;
    position: fixed;
    z-index: 99;
    width: 100%;
}


/* TOP HEADER */

.agency-name {
    background-color: #00397e;
    text-align: center;
    text-transform: uppercase;
    z-index: 999;
    vertical-align: middle;
    min-height: 54px;
}

.agency-name h1 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 200;
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}

ul.social-icons li a,
li[aria-label="Facebook"] a,
li[aria-label="LinkedIn"] a,
li[aria-label="Twitter"] a,
li[aria-label="YouTube"] a {
    transition: all .2s ease;
    border-radius: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    color: #FFF !important;
    text-decoration: none;
    font-size: 12.8px;
    font-size: 1.2rem;
    padding: 2px 8px;
}

li[aria-label="Facebook"] a:hover {
    background-color: #3b5998;
}

li[aria-label="LinkedIn"] a:hover {
    background-color: #007bb6;
}

li[aria-label="Twitter"] a:hover {
    background-color: #00aced;
}

li[aria-label="YouTube"] a:hover {
    background-color: #bb0000;
}


/* REGION HEADER */


/* logo */

.navbar-brand img {
    float: left;
    width: 6rem;
    height: 6rem;
}

#block-dropdownlanguage {
    margin-left: 15px;
}

.js .dropbutton-wrapper.open .dropbutton-widget {
    position: absolute;
    margin-top: -12px;
}


/*translations dropdown*/

#block-dropdownlanguagecontent {
    width: 100%;
    padding: 0 0.5rem;
}

#block-dropdownlanguagecontent .js .dropbutton-wrapper,
.js .dropbutton-widget {
    display: block;
    position: relative;
    min-width: 260px;
    border-radius: 4px !important;
    background-image: none !important;
    border: 0 !important;
    margin: 0;
}

#block-dropdownlanguagecontent .dropbutton-wrapper.open .dropbutton-widget {
    margin: 0.125em 0;
}

#block-dropdownlanguagecontent .dropdown-language-item .language-link {
    display: inline-block;
    width: 100%;
}

#block-dropdownlanguagecontent .js .dropbutton .dropbutton-action:hover,
.js .dropbutton a:hover {
    background: #dedede;
    border-bottom: 0 none;
}

.js .dropbutton-toggle button {
    background-color: #e8e8e8 !important;
    background-image: none !important;
}

.js .dropbutton-widget {
    border: 1px solid;
    border-color: #e8e8e8 !important;
    background-color: #fff;
    background-image: none !important;
    color: inherit !important;
    cursor: pointer !important;
    text-align: left !important;
    margin: 0.125em !important;
    border-radius: 4px !important;
}


/*search field */

header #search-block-form {
    padding: 0;
    margin: 0;
    margin-top: 40px;
    flex-flow: row wrap;
}

header #search-block-form .input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

header #search-form label,
header #search-form input[type=search],
header #search-form .form-submit::before {
    height: 50px;
}

header #search-form input[type=search] {
    min-width: 250px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
}

header #search-form input[type=search]:focus {
    width: 250px;
}

header #search-form label {
    width: fit-content;
    position: absolute;
    color: #999;
    pointer-events: none;
    transform-origin: 0 0;
    transform: scale(1) translateY(70%);
    transition: transform 0.2s linear;
    padding: 12px 5px;
    font-size: 120%;
    margin-top: -35px;
}

header #search-form label.animate-label {
    transform: scale(0.8) translateY(0%);
    transition: transform 0.2s linear;
}

header #search-form .form-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    visibility: hidden;
    padding: 0;
    width: calc(2.5em + .75rem + 2px);
}

header #search-form .form-submit::before {
    display: inline-block;
    visibility: visible;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: calc(2.5em + .75rem + 2px);
    background-color: #337AB7;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    ;
    margin: -1px;
    padding: 10px;
    background-size: 50%;
    background-position: center;
}

::placeholder {
    color: #ccc;
    font-size: 1.5rem;
    content: Search;
}


/* ---------- General Layout ---------- */

body,
input,
textarea,
select {
    color: inherit;
    background: none;
}

.btn {
    background-color: #6c757d;
    color: white;
}

.featured-bottom {
    width: 960px;
    margin: 0;
    padding: 0;
    border: none;
}

.featured-bottom-first,
.featured-bottom-second,
.featured-bottom-third {
    width: 250px;
}

#block-cdteulogos td {
    padding-right: 10px !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.field {
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.field .field__label,
.field--type-entity-reference .field__label {
    min-width: 10vw;
    font-weight: bold;
}

.field__item,
.field__items {
    display: inline-block;
    width: 100%;
}

.square {
    float: left;
    position: relative;
    width: 32rem;
    padding-bottom: 16rem;
    /* = width for a 1:1 aspect ratio */
    overflow: hidden;
}

.square .square-content {
    position: absolute;
    height: 100%;
    /* = 100% - 2*10% padding */
    width: 100%;
    /* = 100% - 2*5% padding */
    padding: 5%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}


/* ---------- Node Pages ---------- */

#comments .title,
#comments form,
.comment-forbidden {
    display: none;
}


/* TEMPORARY */

html {
    direction: ltr;
    overflow-x: hidden;
    box-shadow: none !important;
    -webkit-font-smoothing: antialiased;
}

body a {
    outline: none !important
}

.body {
    background-color: #fff
}

html.safari:not(.no-safari-overflow-x-fix) .body {
    overflow-x: hidden
}

html[dir=rtl] .body {
    overflow-x: hidden
}

.image-style-image-fluid {
    max-width: 100%;
    height: auto;
}

pre {
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 15px
}

#header {
    position: relative;
    z-index: 1030
}

#header .header-body {
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: min-height .3s ease;
    width: 100%;
    border-top: 3px solid #ededed;
    border-bottom: 1px solid transparent;
    z-index: 1001
}

#header .header-body.header-body-bottom-border-fixed {
    border-bottom: 1px solid rgba(234, 234, 234, .5) !important
}

#header .header-body[class*=border-color-] {
    border-bottom: 0 !important
}

#header .header-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    transition: ease height 300ms
}

@media(max-width:991px) {
    #header .header-container:not(.container):not(.container-fluid) .header-nav-main {
        padding: 0 .75rem
    }
}

#header .header-container.header-container-height-xs {
    height: 80px
}

#header .header-container.header-container-height-sm {
    height: 100px
}

#header .header-container.header-container-height-md {
    height: 125px
}

#header .header-container.header-container-height-lg {
    height: 145px
}

#header .container {
    position: relative
}

@media(max-width:767px) {
    #header .container {
        width: 100%
    }
}

#header .header-row {
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    max-height: 100%
}

#header .header-column {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-grow: 1;
    flex-direction: column
}

#header .header-column.header-column-border-right {
    border-right: 1px solid rgba(0, 0, 0, .06)
}

#header .header-column.header-column-border-left {
    border-left: 1px solid rgba(0, 0, 0, .06)
}

#header .header-column .header-row {
    justify-content: inherit
}

#header .header-column .header-extra-info {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

#header .header-column .header-extra-info li {
    display: inline-flex;
    margin-left: 25px
}

#header .header-column .header-extra-info li .header-extra-info-icon {
    font-size: 32px;
    font-size: 2rem;
    margin-right: 10px
}

#header .header-column .header-extra-info li .header-extra-info-text label {
    display: block;
    margin: 0;
    color: #999;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.2
}

#header .header-column .header-extra-info li .header-extra-info-text strong {
    display: block;
    margin: 0;
    color: #333;
    font-size: 14.4px;
    font-size: .9rem;
    line-height: 1.3
}

#header .header-column .header-extra-info li .header-extra-info-text a {
    color: #333
}

#header .header-column .header-extra-info li .feature-box p {
    margin: 0
}

#header .header-column .header-extra-info li .feature-box small {
    position: relative;
    top: -4px;
    font-size: .8em;
}

#header.header-no-min-height .header-body {
    min-height: 0 !important
}

#header .header-top {
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, .06);
    min-height: 47px
}

#header .header-top.header-top-light-border-bottom {
    border-bottom-color: rgba(255, 255, 255, .1)
}

#header .header-top.header-top-simple-border-bottom {
    border-bottom-width: 1px
}

#header .header-top.header-top-default {
    background: #f7f7f7
}

#header .header-top.header-top-borders {
    border-bottom-width: 1px
}

#header .header-top.header-top-borders .nav-item-borders {
    border-right: 1px solid rgba(0, 0, 0, .06);
    padding-left: 12px;
    padding-right: 12px
}

#header .header-top.header-top-borders .nav-item-borders:first-child {
    padding-left: 0
}

#header .header-top.header-top-borders .nav-item-borders:last-child {
    border-right: 0
}

#header .header-top.header-top-light-borders {
    border-bottom-color: rgba(255, 255, 255, .2)
}

#header .header-top.header-top-light-borders.header-top-borders .nav-item-borders {
    border-right-color: rgba(255, 255, 255, .2)
}

#header .header-top.header-top-light-2-borders {
    border-bottom-color: rgba(255, 255, 255, .06)
}

#header .header-top.header-top-light-2-borders.header-top-borders .nav-item-borders {
    border-right-color: rgba(255, 255, 255, .06)
}

#header .header-top.header-top-bottom-containered-border {
    border-bottom: 0
}

#header .header-top.header-top-bottom-containered-border>.container>.header-row {
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

#header .header-top.header-top-small-minheight {
    min-height: 38px
}

#header .header-logo {
    margin: 0;
    position: relative;
    z-index: 1
}

#header .header-logo img {
    transition: all .3s ease;
    position: relative;
    top: 0;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0)
}

#header .header-nav {
    padding: 16px 0;
    padding: 1rem 0;
    min-height: 70px
}

#header .header-nav-top {
    display: flex;
    align-self: stretch;
    align-items: center
}

#header .dropdown.secure-area,
#header .dropdown.secure-area .dropdown-menu a {
    width: 200px;
    text-align: right;
}

#header .menu--cdt-securearea {
    position: absolute;
    top: 0;
    right: 0vw;
}

#header .menu--cdt-securearea .key-button {
    background-color: #F2C120;
    border-radius: 0;
    height: 44px;
    width: 50px;
    border: 0;
    color: #212529;
}

#header .menu--cdt-securearea .key-button::after {
    display: none;
}


/**/


/*FOOTER*/


/**/

.site-footer .block {
    margin: 0;
    border: 0px;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
}

.site-footer .block tr,
.site-footer .block th,
.site-footer .block td {
    border: 0;
}

.site-footer__top .region * {
    color: #fff;
    font-weight: 400;
}

.site-footer .navbar-nav {
    flex-direction: row;
}

.site-footer .navbar-nav .nav-item {
    margin-right: 10px;
    text-transform: uppercase;
    font-size: .9em;
}

.site-footer #block-cdtquicklinks-2 ul li {
    margin: 10px 6px 0 0;
}

.site-footer #block-cdtaddress a,
.site-footer #block-cdteulogos a,
.site-footer .navbar-nav .nav-item a {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px #FFF dotted;
    padding: 0;
}

.site-footer #block-cdteulogos img {
    width: 58px;
    margin-bottom: 10px;
}


/***/


/* HOMEPAGE - REGION SERVICES + OUR SERVICES */

.box-service-content a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

.box-service-content a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.box-service:nth-child(1) .box-service-content {
    background-color: #961B36;
}

.box-service:nth-child(2) .box-service-content {
    background-color: #E26E20;
}

.box-service:nth-child(3) .box-service-content {
    background-color: #ffa857;
}

.box-service:nth-child(4) .box-service-content {
    background-color: #1A68A8;
}

.box-service .box-service-content>a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1em;
    display: block;
    text-align: center;
}

.view-cdt-hp-services-groups.services .view-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


/******************** RESPONSIVE *********************/

@media (min-width: 992px) {
    body {
        font-size: 18px;
    }
    .site-footer__top .region {
        width: 33% !important;
        padding: 0 0.65%;
    }
    .menu--main {
        width: 100vw;
        padding: 0;
    }
    .menu--main#block-cdt-theme-main-menu {
        background: #FFF;
    }
    .menu--main#block-mainnavigation {
        background: #F2C120;
    }
    .navbar-nav {
        justify-content: center;
    }
    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        white-space: nowrap;
        overflow: hidden;
        max-width: 30rem;
        text-overflow: ellipsis;
        font-size: 0.9em;
        font-family: 'Roboto Condensed';
    }
    #block-mainnavigation .navbar-nav .nav-link.is-active {
        text-decoration: none;
        font-weight: bold;
    }
    #navbar-main {
        padding: 0;
        margin: 0;
    }
    #navbar-main .nav-item>a {
        font-family: "Roboto Condensed", sans serif;
        text-transform: uppercase;
        padding: 10px 12px;
        color: #192533;
    }
    #navbar-main .nav-item.active>a {
        background-color: #F2C120;
        color: #192533;
        text-decoration: none;
        font-weight: 400;
    }
    #navbar-main .navbar-expand-lg .navbar-collapse {
        flex-direction: column !important;
    }
    #navbar-main ul.dropdown-menu {
        font-size: 1rem;
        color: #212529;
        list-style: none;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
    }
    #navbar-main ul.dropdown-menu li.dropdown-item,
    #navbar-main ul.dropdown-menu li.dropdown-item a {
        font-family: "Roboto Condensed", sans serif;
        font-weight: 400;
        text-transform: uppercase;
        border: 0;
    }
    #navbar-main ul.dropdown-menu li.dropdown-item.active,
    #navbar-main ul.dropdown-menu li.dropdown-item:active,
    #navbar-main ul.dropdown-menu li.dropdown-item.active a,
    #navbar-main ul.dropdown-menu li.dropdown-item:active a {
        color: inherit;
        font-family: "Roboto Condensed", sans serif;
        text-decoration: none;
        background-color: transparent;
        font-weight: bold;
        border: 0;
    }
    #navbar-main ul.dropdown-menu li.dropdown-item.active a:hover,
    #navbar-main ul.dropdown-menu li.dropdown-item:active a:hover {
        border: 0;
        background-color: transparent;
    }
    #navbar-main ul.dropdown-menu li.dropdown-item:focus,
    #navbar-main ul.dropdown-menu li.dropdown-item:hover {
        color: inherit;
        text-decoration: underline;
    }
    #navbar-main .nav-link.active {
        font-weight: bold;
    }
    .navbar-toggler-icon:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0c9";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    }
    /* HOMEPAGE - REGION SERVICES */
    section.region-services h2:first-child {
        background-color: #0090D8 !important;
    }
    .block-views-blockcdt-hp-services-groups-block-1 {
        width: 100%;
    }
}


/* JOBS LIST */

.view-empty .NoJobs,
.view-empty .NoTenders .both,
.view-empty .NoTenders .NP,
.view-empty .NoTenders .tenders {
    display: none;
}

.view-jobs .view-empty .Generic,
.view-cdt-tenders .Generic {
    display: none;
}

.view-jobs .view-empty .NoJobs {
    display: block;
}

.view-cdt-tenders .view-empty .NoTenders .both {
    display: block;
}


/**/

.view-cdt-tenders.NP-page .view-empty .NoTenders .both {
    display: none;
}

.view-cdt-tenders.NP-page .view-empty .NoTenders .NP {
    display: block;
}


/**/

.view-cdt-tenders.tenders-page .view-empty .NoTenders .both {
    display: none;
}

.view-cdt-tenders.tenders-page .view-empty .NoTenders .tenders {
    display: block;
}

.badge {
    color: #fff;
    background-color: #024595;
}


/*contract agent*/

.badge.position-1 {
    background-color: orange;
}


/*Inter-Agency Mobility - 392 */

.badge.position-392 {
    background-color: #652E8D;
}


/*Interinstitutional publication -396 */

.badge.position-396 {
    background-color: #F38046;
}


/*Internal competition - 5*/

.badge.position-5 {
    background-color: #12AF4A;
}


/*Internal publication - 395 */

.badge.position-395 {
    background-color: #E26E20;
}


/*Official - 391 */

.badge.position-391 {
    background-color: #E15C69;
}


/*Others - 315 */

.badge.position-315 {
    background-color: #40B4E2;
}


/*Temporary Agent - 3 */

.badge.position-3 {
    background-color: #8CCC37;
}


/*Traineeship - 2 */

.badge.position-2 {
    background-color: #FFE677;
}