.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.u-material-icons, .main-search--ranking:after, .sort-button, .cmo-graph__item--false .cmo-graph__status:after, .cmo-graph__item--true .cmo-graph__status:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;

}

.u-transition {
    transition: all .4s ease;
}

.main-header__branding {
    background-color: #bd0000;
    padding: 10px 0;
    color: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.main-header__branding h1 {
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.main-header__branding h1 small {
    text-transform: none;
    font-weight: 400;
    display: block;
}

.main-header__branding img {
    max-width: 50px;
    margin-right: 15px;
    float: left;
}

.main-header__branding h4 {
    margin: 14px;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 500;
    text-align: right;
    opacity: .6;
}

.main-header__menu {
    background-color: rgba(0, 0, 0, 0.1);
}

.main-header__menu a {
    padding: 10px 20px;
    display: inline-block;
    transition: all .4s ease;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.main-header__menu a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: all .4s ease;
}

.menu__item:first-child {
    margin-left: -15px;
}

.lang-select {
    font-weight: 400;
    text-align: right;
}

.lang-select a {
    opacity: .3;
    float: right;
    padding: 10px;
}

.lang-select a.active {
    opacity: 1;
}

.main-footer {
    background-color: #333;
    margin-top: 60px;
    color: white;
    padding: 0 0 40px 0;
}

.main-footer__branding {
    text-align: center;
    margin-bottom: -30px;
}

.main-footer__logo {
    position: relative;
    top: -50px;
    background-color: #333;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-radius: 50%;
}

.main-footer__logo img {
    max-width: 80px;
    opacity: .25;
}

.main-footer h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1rem;
}

.footer-menu a {
    display: block;
    padding: 5px 0;
    opacity: .7;
    font-weight: 400;
}

.footer-menu a:hover {
    opacity: 1;
}

.content-section {
    padding: 0;
}

.content-section--gray-bg {
    background-color: rgba(0, 0, 0, 0.03);
}

.content-section__section-title {
    font-size: 2.4rem;
    margin: 0;
    color: #bd0000;
    font-weight: 300;
    text-align: center;
}

.content-section__intro {
    text-align: center;
    margin: 40px 20px;
}

.landing-section h1 {
    color: #bd0000;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 3.1rem;
    text-align: center;
    margin: 0;
}

.landing-section__highlight {
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.6);
}

.landing-section p strong {
    font-weight: 500;
}

.main-search {
    display: flex;
    margin: 30px 0 30px;
    position: relative;
}

.main-search input {
    padding: 15px;
    vertical-align: top;
    font-size: 1.5rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
    border: 0;
    outline: 0;
}

.main-search input:focus {
    outline: 1px solid #bd0000;
}

.main-search input[type='text'] {
    flex: 1;
    padding: 15px 20px;
}

.main-search .main-search__icon {
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 13px;
    color: rgba(0, 0, 0, 0.2);
}

.main-search--ranking {
    margin: 20px 0 80px;
    position: relative;
}

.main-search--ranking input {
    padding: 8px 15px !important;
    font-size: 1.3rem;
}

.main-search--ranking:after {
    content: 'search';
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    padding: 7px 10px;
}

.main-search--ranking:hover:after {
    color: rgba(0, 0, 0, 0.6);
}

.timeline-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}

.timeline-boxes {
/ / display: flex;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.timeline-boxes:before {
    content: "";
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
}

.timeline-boxes:after {
    content: "";
    border-bottom: 4px solid #bd0000;
    position: absolute;
    top: 30px;
    left: 0;
    width: 16.5%;
    transition: all .2s ease-in-out;
}

.timeline-boxes__item {
/ / flex: 1;
    width: 16.5%;
    float: left;
    list-style-type: none;
    color: rgba(0, 0, 0, 0.2);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 0;
    position: relative;
    transition: all .2s ease-in-out;
}

.timeline-boxes__item strong {
    font-weight: 500;
    color: rgba(189, 0, 0, 0.2);
}

.timeline-boxes__item:hover, .timeline-boxes__item--latest, .timeline-boxes__item--active-0 li {
    color: rgba(0, 0, 0, 0.7);
    padding-top: 30px;
    padding-bottom: 30px;
}

.timeline-boxes__item:hover strong, .timeline-boxes__item--latest strong, .timeline-boxes__item--active-5 li strong {
    color: #bd0000;
}

.timeline-boxes__item:before {
    content: attr(data-date);
    font-size: 1.2rem;
    font-weight: 500;
    color: #bd0000;
    position: absolute;
    top: 0;
    padding: 0 10px;
    margin-left: -10px;
}

.timeline-boxes--active-0:after {
    left: 0;
}

.timeline-boxes--active-1:after {
    left: calc(16.5% + 20px);
}

.timeline-boxes--active-2:after {
    left: calc(33% + 20px);
}

.timeline-boxes--active-3:after {
    left: calc(49.5% + 20px);
}

.timeline-boxes--active-4:after {
    left: calc(66% + 20px);
}

.timeline-boxes--active-5:after {
    left: calc(83.3% + 20px);
}

.ranking {
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}

.ranking--collapsed tbody tr:nth-child(n+11) {
    display: none;
}

.ranking tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ranking tbody tr:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background-color: white;
}

.ranking tr.cmo-true td {
    background-color: rgba(0, 128, 0, 0.05);
}

.ranking tr.cmo-true:nth-child(even) td {
    background-color: rgba(0, 128, 0, 0.08);
}

.ranking tr.cmo-false td {
    background-color: rgba(189, 0, 0, 0.05);
}

.ranking tr.cmo-false:nth-child(even) td {
    background-color: rgba(189, 0, 0, 0.08);
}

.ranking th {
    font-weight: 400;
    text-transform: uppercase;
    background-color: #bd0000;
    color: white;
    cursor: pointer;
}

.ranking th {
    padding: 10px;
}

.ranking td {
    padding: 10px 30px 10px 10px;
}

.ranking .ranking__city {
    text-align: left;
    width: 290px;
}

.ranking .ranking__position {
    text-align: right;
    width: 75px;
}

.ranking .ranking__cmo {
    text-align: center;
    width: 80px;
}

.ranking .ranking__cmo .cmo-true:before {
    content: 'check';
    color: green;
}

.ranking .ranking__cmo .cmo-false:before {
    content: 'close';
    color: #bd0000;
}

@media (max-width: 64em) {
    .ranking .ranking__cmo,
    .ranking .ranking__score {
        min-width: 95px !important;
    }

    .ranking .ranking__city {
        width: 100% !important;
    }

    .ranking .ranking__governance,
    .ranking .ranking__gestion,
    .ranking .ranking__perenity {
        display: none !important;
    }
}

.ranking .ranking__governance,
.ranking .ranking__gestion,
.ranking .ranking__perenity,
.ranking .ranking__score {
    text-align: center;
}

.ranking th.ranking__governance,
.ranking th.ranking__gestion,
.ranking th.ranking__perenity,
.ranking th.ranking__score {
    color: white;
}

.ranking .ranking__governance {
    width: 165px;
}

.ranking .ranking__gestion {
    width: 115px;
}

.ranking .ranking__perenity {
    width: 125px;
}

.ranking .ranking__score {
    width: 100px;
    text-align: right;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

.ranking td.ranking__score {
    padding-right: 50px;
}

.show-full-ranking {
    background-color: #bd0000;
    text-align: center;
    color: white;
    font-weight: 500;
    margin: 20px;
    cursor: pointer;
}

.show-full-ranking:hover {
    background-color: #ae0000 !important;
}

.sort-button {
    opacity: .4;
    display: inline-block;
    vertical-align: bottom;
    line-height: .8;
}

.asc .sort-button, .desc .sort-button, .sort-button:hover {
    opacity: 1;
}

.sort-button:before {
    content: 'keyboard_arrow_down';
}

.desc .sort-button:before {
    content: 'keyboard_arrow_down';
}

.asc .sort-button:before {
    content: 'keyboard_arrow_up';
}

.city-header {
    background-color: #bd0000;
    color: white;
    padding-top: 30px;
    vertical-align: bottom;
}

.city-header h1, .city-header h2, .city-header h3, .city-header h4 {
    margin: 0;
}

.city-header h3, .city-header h4 {
    text-align: right;
}

.city-header h3 {
    margin-top: 16px;
}

.city-header h1, .city-header h2, .city-header h3 {
    font-weight: 400;
}

.city-header h4 {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    font-size: .8;
}

.city-header__name h4 {
    text-align: left;
}

.city-header__subtitle {
    margin-top: 25px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.city-header__subtitle h2 {
    font-weight: 400;
    padding: 8px 0;
    position: relative;
}

.city-header__subtitle .back-to-ranking {
    position: absolute;
    left: -40px;
    top: 0;
    vertical-align: 5px;
}

.city-page__heading {
    padding: 20px 0;
}

.city-page__heading h2, .city-page__heading h3 {
    margin: 0;
    line-height: 1.4;
}

.city-page__heading h2 {
    text-align: center;
    font-weight: 400;
    color: #bd0000;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.city-page__heading h3 {
    text-align: right;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.5rem;
    padding-left: 30px;
}

.city-page__heading--centered h3 {
    text-align: center;
    margin-bottom: 30px;
}

.city-page__heading p {
    margin: 5px 0;
}

.cmo-graph {
    text-align: center;
}

.cmo-graph__item {
    font-size: .9rem;
}

.cmo-graph__item h3 {
    font-weight: 400;
}

.cmo-graph__item .button {
    padding: 5px 10px;
    display: inline-block;
    margin: 10px auto;
    font-size: .8rem;
    border-radius: 3px;
    font-weight: 400;
}

.cmo-graph__item .button:hover {
    color: white;
}

.cmo-graph__image-wrapper {
    border-radius: 50%;
    max-height: 150px;
    max-width: 150px;
    padding: 20px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 auto;
    transition: all .4s ease;
}

.cmo-graph__image-wrapper img {
    width: 100%;
}

.cmo-graph__item__text {
    text-align: center;
}

.cmo-graph__item__text h3 {
    margin-bottom: 5px;
}

.cmo-graph__item__text p {
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
}

.cmo-graph__item--false .cmo-graph__status, .cmo-graph__item--true .cmo-graph__status {
    position: relative;
    display: inline-block;
}

.cmo-graph__item--false .cmo-graph__status:after, .cmo-graph__item--true .cmo-graph__status:after {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 100px;
    font-size: 2rem;
    color: white;
    border-radius: 50%;
    padding: 3px;
}

.cmo-graph__item--true {
    color: green;
}

.cmo-graph__item--true .cmo-graph__image-wrapper {
    border-color: green;
}

.cmo-graph__item--true .cmo-graph__status:after {
    background-color: green;
    content: 'check';
}

.cmo-graph__item--true .button {
    background-color: rgba(0, 128, 0, 0.1);
}

.cmo-graph__item--true .button:hover {
    background-color: green;
}

.cmo-graph__item--false {
    color: #bd0000;
}

.cmo-graph__item--false .cmo-graph__image-wrapper {
    border-color: #bd0000;
}

.cmo-graph__item--false .cmo-graph__status:after {
    background-color: #bd0000;
    content: 'close';
}

.cmo-graph__item--false .button {
    background-color: rgba(189, 0, 0, 0.1);
}

.cmo-graph__item--false .button:hover {
    background-color: #bd0000;
}

.evaluation-graph__group {
    margin-top: 0px;
    border-top-color: transparent;
    padding: 0px 10px 0px 55px;
    /*
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset;
    background-color: rgba(0, 0, 0, 0.015);
    */
}

.evaluation-graph__item {
    padding-bottom: 10px;
}

.bar {
    position: relative;
}

.bar__trigger {
    position: absolute;
    left: -40px;
    top: 0px;
    opacity: .1;
    height: 23px;
    cursor: pointer;
    transition: all .4s ease;
}

.bar__trigger:hover {
    opacity: .4;
    transition: all .4s ease;
}

.bar__trigger.js-active {
    transform: rotate(135deg);
    transition: all .4s ease;
    opacity: 1;
    color: #bd0000;
}

.bar__container {
    height: 24px;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
}

.bar__container:after {
    content: attr(data-total);
    position: absolute;
    right: 5px;
    padding: 3px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400;
}

.bar__value {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.1);
}

.bar__value:after {
    content: attr(data-value);
    position: absolute;
    right: 10px;
    z-index: 1;
    padding: 5px;
    color: white;
    font-weight: 400;
}

.bar__legend {
    margin: 0;
    font-weight: 400;
    font-size: .8rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}

.bar__threshold {
    /*border-left: 1px solid rgba(0, 0, 0, 0.6);
    padding-left: 6px;
    position: relative;
    left: 70%;*
    display: inline-block;*/

    border-left: 1px solid rgba(0, 0, 0, 0.6);
    padding-left: 6px;
    position: relative;
    left: 70%;
    text-align: left;
    display: block;
}

.bar--overall {
    height: 32px;
    padding-bottom: 54px;
}

.bar--overall .bar__legend {
    font-size: 1rem;
}

.bar--overall .bar__value {
    background-color: #004ea6;
    height: 32px;
}

.bar--overall .bar__container {
    height: 32px;
}

.bar--overall .bar__value:after,
.bar--overall .bar__container:after {
    font-weight: 400;
    font-size: 1.1rem;
}

.bar--governance .bar__value {
    background-color: #bd0000;
}

.bar--gestion .bar__value {
    background-color: #bd0000;
}

.bar--perenity .bar__value {
    background-color: green;
}
.evaluation-graph{
    margin-top:20px;
}
.evaluation-graph__sub-bars {
    height: auto;
    overflow: hidden;
    transition: all .5s ease;
    max-height: 1000px;
}

.evaluation-graph__sub-bars.js-hidden {
    max-height: 0;
    transition: all .3s ease;
}

.evaluation-graph__sub-bars .bar__legend {
    text-transform: none;
    float: left;
    text-align: right;
    width: 276px!important;
    padding-right: 5px;
    vertical-align: top;
    height: 0px !important;
}

.evaluation-graph__sub-bars .bar__container {
    margin-left: 280px;
}

.evaluation-graph__sub-bars .bar__container,
.evaluation-graph__sub-bars .bar__value {
    height: 19px;
}

.evaluation-graph__sub-bars .bar__value:after,
.evaluation-graph__sub-bars .bar__container:after {
    top: 0;
    right: 5px;
    font-size: .7rem;
    padding: 2px;
}

.cmo-result img {
    max-width: 120px;
}

.cmo-result .material-icons {
    font-size: 5rem;
}

.cmo-result h2, .cmo-result h3, .cmo-result h4 {
    font-weight: 400;
    margin: 0;
}

.cmo-result h2 {
    margin-right: 70px;
    font-size: 24px;
    margin-top: 40px;
    text-transform: uppercase;
    text-align: center;
}

.cmo-result h3 {
    font-size: 16px;
    text-align: right;
    font-weight: 300;
    margin-top: 50px;
}

.cmo-result h4 {
    text-align: right;
    font-size: 10px;
    opacity: 0.8;
    text-transform: uppercase;
}
.cmo-result-true {
    background-color: rgba(0, 128, 0, 0.1);
    color: green;
}

.cmo-result-false {
    background-color: rgba(189, 0, 0, 0.1);
    color: #bd0000;
}

.cmo-explation {
    background-color: rgba(0, 0, 0, 0.03);
    overflow: hidden;
    max-height: 0;
    transition: all .3s ease;
    height: auto;
}

.cmo-explation.js-active {
    max-height: 2000px;
    transition: all .3s ease;
}

.cmo-explation > .content-section {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #bd0000;
    border-bottom: 3px solid #bd0000;
}

.cmo-explation h1, .cmo-explation h2, .cmo-explation h3 {
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 64.063em) {
    .cmo-explation h1, .cmo-explation h2, .cmo-explation h3 {
        text-align: right;
    }
}

@media (min-width: 40.063em) {
    .cmo-explation p {
        margin: 0;
    }
}

.cmo-explation h3 {
    text-transform: uppercase;
    font-weight: 500;
}

.cmo-explation h1 {
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (min-width: 40.063em) {
    .cmo-explation h1 {
        margin-top: 10px;
    }
}

.cmo-explation h2 {
    font-weight: 300;
    font-size: 1.1rem;
    opacity: .5;
    margin-bottom: 20px;
}

.cmo-explation--true {
    background-color: rgba(0, 128, 0, 0.03);
}

.cmo-explation--true > .content-section {
    border-top-color: green;
    border-bottom-color: green;
}

.cmo-explation--true h3 {
    color: rgba(0, 128, 0, 0.4);
}

.cmo-explation--true h1 {
    color: green;
}

.cmo-explation--true h2 {
    color: #006c00;
}

.cmo-explation--false {
    background-color: rgba(189, 0, 0, 0.03);
    border-top-color: #bd0000;
    border-bottom-color: #bd0000;
}

.cmo-explation--false h3 {
    color: rgba(189, 0, 0, 0.4);
}

.cmo-explation--false h1 {
    color: #bd0000;
}

.cmo-explation--false h2 {
    color: #a90000;
}

.cmo-explation--short p {
    font-size: 1.4rem;
    margin-top: 19px;
    color: rgba(0, 0, 0, 0.6);
}

.budget-section h4 {
    font-weight: 400;
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.budget-graph {
    padding: 20px;
}

.budget-graph__column {
    margin-top: 30px;
    position: relative;
    height: 300px;
}

.budget-graph__bar {
    width: calc(100% - 1.8750rem);
    position: absolute;
    max-height: 150px !important;
}

.budget-graph__bar:after {
    content: attr(data-value);
    position: absolute;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
}

.budget-graph__legend {
    font-size: .6rem;
    line-height: 1.3;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
}

.budget-graph--income .budget-graph__bar {
    background-color: #004ea6;
    bottom: 50%;
}

.budget-graph--income .budget-graph__bar:after {
    top: -25px;
}

.budget-graph--income .budget-graph__legend {
    top: calc(50% + 15px);
}

.budget-graph--spending .budget-graph__bar {
    background-color: #bd0000;
    top: 50%;
}

.budget-graph--spending .budget-graph__bar:after {
    bottom: -25px;
}

.budget-graph--spending .budget-graph__legend {
    bottom: calc(50% + 15px);
}

a {
    color: currentColor;
    text-decoration: none;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: .3px;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.button {
    font-size: 1rem;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px;
}

.button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.button .material-icons {
    vertical-align: middle;
    margin-right: 7px;
    opacity: .3;
}

.button:hover .material-icons {
    opacity: 1;
}

.tie-hide, .lazy-enabled #main-content .post-thumbnail, .lazy-enabled #theme-footer div.post-thumbnail, .lazy-enabled #main-content img, .lazy-enabled #featured-posts {
    opacity: 1;
}

/*****updates*****/

.subvention-recue{
    display: inline-flex !important;
}
.large-2.columns img.tie-appear{
    transition: none !important;
    max-width: 80px ;
    margin-top: 20px ;
}


.post-thumbnail tie-appear a img.attachment-tie-medium.size-tie-medium.wp-post-image.tie-appear {
    height: 165px !important;
    width: 310px !important;
}

div.cmo-graph__image-wrapper img {
    opacity: 1 !important;
}

.one_fifth.index-cmo {
    padding-top: 10px;
    margin-right: 2%;
    margin-left: 1%;
}

.entry .index-cmo h3 {
    font-size: 14px;
    margin-top: 0px;
}

.one_fifth.index-cmo .button {
    font-size: 12px;
    padding: 5px;
}

.cmo-graph__item--false.index-cmo .cmo-graph__status:after,
.cmo-graph__item--true.index-cmo .cmo-graph__status:after {
    width: 33px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 78px;
    font-size: 2rem;
    color: white;
    border-radius: 50%;
    padding: 1px;
}


.button.js-cmo-trigger {
   margin: 3px;
    background-color: #eb0909;
    padding: 3px;
    float: right;
    font-size: 10px;
}

h5.bar__legend {
    line-height: 3.8;
    padding-left: 3px;
}

h4.bar__legend {
    line-height: 1.9 !important;
    padding-left: 3px;
    color:#000;
}

.city-page__heading h3 {
    text-align: left;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.3rem;
    padding-left: 21px;
}

section.city-page__cmo.content-section {
    padding: 0px;
}

text.bar__legend {
    padding-left: 10px;
    position: absolute;
    z-index: 999;
    top: 5px;
    color: #fff;
    font-weight: bold;
}

text.highcharts-credits {
    display: none;
}
sb-item img {
    width: auto !important;
}

a.more-link {
    float: right;
    margin: 3px;
}
ul.timeline li.timeline-post:before:hover {
    color: #eb0909 !important;
}
/*******Updates Widget*********/
.widget-container li span.tie-date{
    color: #776d6d;
    margin: 4px 0 0;
    font-size: 90%;
    display: inline-block;
}
.widget-container  li h3 {
    font-size: 14px !important;
}
.widget-container p{
    font-size: 15px;
}
h5.text-agenda{
    font-size: 17px;
}
@media screen and (max-width: 480px) {
    .logo {
        text-align: left !important;
    }


}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .city-page__cmo .entry {
        display: inline-flex;
    }

    .cmo-graph__image-wrapper {
        padding: 0px;
    }

    .cmo-graph__item--false.index-cmo .cmo-graph__status:after, .cmo-graph__item--true.index-cmo .cmo-graph__status:after {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 50px;
        font-size: 1rem;
        color: white;
        border-radius: 50%;
        padding: 1px;
    }

    .bar__threshold {
        right: 30%;
        left: 0%;
        visibility: visible;
        border-right: 1px solid rgba(0, 0, 0, 0.6);
        border-left: 0px;
        padding-right: 6px;
        position: absolute;
        text-align: right;
    }

    .evaluation-graph__sub-bars .bar__container {
        margin-left: 184px;
    }
}
