/* Campaign 2016-03 to 2016-05: hiding the prefecture name in the breadcrumbs */
/* (fine to remove after the multi-prefecture fix has been implemented, and used for these articles) */
#view[data-article_id="27398"] h2.subtitle + ul > li:first-child,
#view[data-article_id="28114"] h2.subtitle + ul > li:first-child,
#view[data-article_id="28112"] h2.subtitle + ul > li:first-child {
    display: none;
}

div#layout_main > div.filling {
    position: fixed;
    height: 100%;
    width: 100%;

    background-attachment: fixed;
    background-size: cover;
    -webkit-filter: blur(5px);
    -o-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}

@media (min-width: 1600px) {
    div#layout_main > div.filling {
        -webkit-filter: blur(10px);
        -o-filter: blur(10px);
        -moz-filter: blur(10px);
        filter: blur(10px);
    }
}

.bookmark {
    cursor: pointer;
    color: #999;
}

.bookmark.remove {
    color: #c1282f;
}

.map .loading {
    margin: 4px 8px;
    color: #707058;
    visibility: none;
    float: left;
}

.map .restore {
    float: right;
    margin-right: 8px;
    margin-top: 4px;
    color: #c1282f;
    cursor: pointer;
}

.map .restore:hover {
    text-decoration: underline;
}

.map .options {
    float: right;
    margin-right: 18px;
    margin-top: 4px;
    color: #c1282f;
    cursor: pointer;
}

.map .options:hover {
    text-decoration: underline;
}

.map .loading img {
    vertical-align: bottom;
}

.mapcontrols {
    padding-top: 12px;
    padding-left: 8px;
    clear: both;
}

.mapcontrols > div > div {
    float: left;
    margin-right: 12px;
}

.mapcontrols > div {
    clear: both;
}

.mapcontrols label {
    cursor: pointer;
}

#big_mapcontrols > div > div > input {
    margin-left: 12px;
}

body.testUi #layout_content {
    box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.4);
}

#layout_main.with_bigcover #view .sidebar {
    padding-right: 0px;
}

#layout_main.with_bigcover #view .sidebar .adclass .img-responsive {
    width: 300px;
    height: 250px;
    margin: 0 auto;
    /*margin-left: 0;*/
}

#layout_main.without_bigcover #view .sidebar .adclass .img-responsive {
    width: 300px;
    height: 250px;
    margin: 0 auto;
    /*margin-left: 0;*/
}

@media (min-width: 767px) {
    #layout_main.with_bigcover #view .sidebar .adclass .img-responsive {
        margin-bottom: 1em;
    }

    #layout_main.with_bigcover #view .sidebar > .info .adclass .img-responsive {
        margin-top: 7em;
    }

    #view.bigcover .content .titles .category.event {
        margin-bottom: 32px;
    }

    #view .content .titles .category.event a {
        color: white;
        background-color: #960100;
        padding: 5px 15px;
        font-weight: bold;
    }
}

@media (min-width: 767px) {
    #layout_main.with_bigcover #view .wrapper {
        background: white;
        position: relative;
    }
}

/*#view .sidebar {
    padding-right: 15px;
}*/

/*#view .sideads {
    margin: 24px 0px;
}

@media (max-width: 767px) {
    #view.row {
        margin: 0px;
    }

    #view .sideads {
        padding-right: 0px;
        padding-left: 0px;
    }
}*/

.trending {
    float: right;
    width: 300px;
    margin-bottom: 12px;
    margin-top: 12px;
    margin-right: 0px;
}

#view .actions > div,
#view .actions > a {
    cursor: pointer;
    margin-right: 0px !important;
    margin-left: 6px;
    float: right;
    white-space: nowrap;
}

#view .actions span.glyphicon,
#view .actions i.fa {
    font-size: 125%;
}

#view .author > .fa-bookmark {
    margin-right: 0.1em;
}

#view .sidebar > .association {
    color: #999;
    margin-top: 2em;
}

#view .sidebar > .association a {
    font-weight: 600;
}

#view .sidebar > .gallery {
    width: 100%;

    overflow: hidden;
    border-bottom: 3px solid #c1282f;
    position: relative;
}

#layout_main.without_bigcover #view .sidebar > .gallery {
    margin: 0;
    margin-bottom: 1.5em;
}

#layout_main.with_bigcover #view .sidebar > .gallery {
    margin: 0;
    margin-bottom: 1.5em;
}

@media (max-width: 767px) {
    #layout_main.with_bigcover #view .sidebar > .gallery {
        width: auto;
    }
}


@media (max-width: 767px) {
    #layout_main.with_bigcover #view .sidebar > .section {
        width: auto;
        margin-right: 1em;
    }
}

#layout_main.with_bigcover #view .col-xs-12 {
    min-height: 0px;
}

#layout_main #view .sidebar .sidebuttons {
    min-height: 0;
}

@media (max-width: 767px) {
    #layout_main.with_bigcover #view .col-xs-12 {
        padding-right: 15px;
    }
}

#view .sidebar > .gallery .gallery_item {
    float: left;
    transition: opacity 0.3s;
}

#view .sidebar > .gallery .gallery_item:hover {
    opacity: 0.8;
}

#view .sidebar > .gallery.col3 .gallery_item {
    width: 33.333333%;
}

#galleryOverlay .caption a {
    color: white;
}

@media (min-width: 768px) {
    /*#layout_main.with_bigcover #view .sidebar > .gallery.col3 .gallery_item {
        width: 33.335%;
    } (sometimes overflows) */
    #layout_main.with_bigcover #view .sidebar > .gallery.col3 {
        width: 100.005%;
    }
}


#view .sidebar > .gallery.col2 .gallery_item {
    width: 48%;
}

#view .sidebar > .gallery .see_all {
    margin-top: 0.3em;
    cursor: pointer;
    bottom: 0.3em;
    right: 0.3em;
    position: absolute;
    color: #c1282f;
}

#view .sidebar > .gallery .see_all a {
    color: white;
    font-weight: bold;
    font-size: 10px;
}

#gallerySlider {
    direction: ltr;
}

#gallerySlider .placeholder .entry {
    white-space: normal;
    /* max-height: none !important; */
}

body.ios #gallerySlider .placeholder .entry img {
    height: 480px;
}

body.mobile.ios #gallerySlider .placeholder .entry img {
    height: 240px;
}

#gallerySlider .placeholder .caption {
    color: white;
    line-height: 1.5em;
    text-align: left;
    margin: 8px auto 0px;
    white-space: initial;
}
#gallerySlider .placeholder .caption a {
    color: white;
}

#gallerySlider .placeholder .credit {
    color: #808080;
    line-height: 1.5em;
    text-align: right;
    margin: 8px auto 0px;
}

#gallerySlider .placeholder .credit a {
    color: #808080;
}

@media (max-width: 768px) {
    #gallerySlider .placeholder .caption,
    #gallerySlider .placeholder .credit {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#article_map {
    /*margin-top: 1em;
    margin-bottom: 1em;*/
    width: 100%;
}

#article_map .widget-map {
    width: 100%;
    cursor: pointer;
}

#article_map:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.9;
}

#view {
    position: relative;
}

#view.bigcover .coverphoto.hidden-xs {
    position: absolute;
    top: 0px;
    left: -15px;
    right: -15px;
    z-index: 0;
}

@media (min-width: 1320px) {
    #view.bigcover .coverphoto.hidden-xs img {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        width: 100%;
    }
}

#view.bigcover .article .coverphoto {
    display: none;
}

#view .content {
    z-index: 1;
    background: transparent;
}

#layout_main.with_bigcover #view .content {
    max-width: 1320px;
    margin: 0 auto;
}

#layout_main.with_bigcover #view .content .content {
    margin-top: auto;
}

@media (max-width: 768px) {
    #layout_main.with_bigcover #view .content {
        margin-top: 1em;
    }
}

@media (min-width: 768px) {
    #layout_main.with_bigcover #view .content {
        margin-top: 8em;
    }
}

@media (min-width: 1024px) {
    #layout_main.with_bigcover #view .content {
        margin-top: 10em;
    }

    #layout_main.with_bigcover #view.bigcover .coverphoto.hidden-xs {
        max-height: 30em;
        overflow: hidden;
    }
}

@media (min-width: 1320px) {
    #layout_main.with_bigcover #view .content {
        margin-top: 19em;
    }

    #layout_main.with_bigcover #view.bigcover .coverphoto.hidden-xs {
        max-height: 41em;
        overflow: hidden;
    }
}


@media (min-width: 768px) {
    #view.smallcover .content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#layout_main #view .topsocial {
    /*clear: both;
    float: right;
    margin-top: -0.6em!important;
    margin-right: 33em;
    margin-left: 1.2em;
    margin-bottom: -3em;*/
    position: absolute;
    bottom: -.5em;
    right: 35%;
    right: calc(35% + 60px);
}

#layout_main #view .topsocial.photostory {
    right: calc(33%);
}

#layout_main #view .content.video .topsocial {
    bottom: -32px;
    right: calc(35% - 24px);
}

#layout_main #view.bigcover.template_news .content .coverphoto .topsocial {
    right: 20px;
    top: 5px;
    height: 31px;
}

@media (min-width: 768px) {
    #view.bigcover .content .titles {
        border-bottom: none;
        position: relative;
    }

    #view.bigcover .content .titles .topsocial {
        margin-top: 20px;
    }

    #view.bigcover .content .titles h1 {
        /*margin-bottom: 0.5em !important;*/
        /*margin: 0;*/
        color: white;
        padding: 0.25em 15px;
        line-height: 1em;
        /*background: #c1282f;*/
        float: left;
        font-size: 32px;
        font-weight: 600;
    }

    #view.bigcover .content .titles .subtitle {
        color: #999;
        padding: 0.25em 15px;
        line-height: 1em;
        /*background: rgba(255, 255, 255, 1);*/
        float: left;
        clear: both;
        font-size: 20px;
        margin-bottom: 5em;
    }

    #view.smallcover .content {
        margin-top: 10px;
        position: relative;
    }

    #layout_main.without_bigcover #layout_content #view.smallcover .content {
        margin-top: 30px;
    }

    #view.smallcover .content .titles, #view .content.video .titles {
        border-bottom: none;
        position: relative;
    }

    #view.smallcover .content .titles .topsocial {
        margin-top: 20px;
        right: calc(35% + 50px) !important;
    }

    #view.smallcover .content .titles h1 {
        float: left;
    }

    #view.smallcover .content .titles .subtitle {
        /*background: rgba(255, 255, 255, 1);*/
        float: left;
        clear: both;
        font-size: 2rem;
    }


    #layout_main.with_bigcover #view.bigcover .content .titles h1,
    #layout_main.with_bigcover #view.bigcover .content .titles .subtitle {
        padding: 0.25em 15px;
    }

    #layout_main.with_bigcover #view.bigcover .content .titles h1,
    #layout_main.with_bigcover #view.bigcover .content .titles .subtitle,
    #layout_main.with_bigcover #view.bigcover .content .titles .category,
    ul.separated-list {
        padding-left: 60px;
    }

    #layout_main.with_bigcover #view.bigcover .content .titles h1 {
        color: #333333;
        float: left;
        clear: both;
        font-size: 42px;
        line-height: 112.5%;
        font-weight: 600;
        margin-top: 0;
        padding-left: 0;
    }

    html[lang='ar'] #layout_main.with_bigcover #view.bigcover .content .titles h1,
    html[lang='ar'] #layout_main.with_bigcover #view.bigcover .content .titles .subtitle {
        float: right;
    }

    #layout_main.with_bigcover #view.bigcover .content .titles .subtitle {
        color: #333333;
        line-height: 2.8rem;
        float: left;
        clear: both;
        margin-bottom: 0;
        font-size: 27px;
        font-weight: 400;
        padding-left: 0;
    }

    #layout_main.with_bigcover #view.bigcover .content .titles .subtitle.heading-event-date {
        margin-top: -31px;
        margin-bottom: 6px;
        padding-left: 60px;
        /*position: absolute;*/
        left: -4em;
        font-size: 15px;
        top: 4.8em;
    }

    #layout_main #view .content .titles .subtitle.heading-event-date > div {
        background-color: #c1282f;
        padding: 0.8em 0.2em;
        text-align: center;
        font-size: 15px;
        line-height: 15px;
    }

    #layout_main #view .content .titles .subtitle.heading-event-date div hr {
        width: 2em;
        margin: 0.4em auto;
    }

    #layout_main #view .content .titles h2.heading-event-date {
        margin-top: -5px;
    }

    #layout_main #view .content .titles h2.heading-event-date span {
        /*background-color: #c1282f;*/
        color: #FFFFFF;
        padding: 4px 12px 4px 12px;
        font-size: 17px;
    }
}

#layout_main.with_bigcover .bigoverlay {
    display: block;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    position: absolute;
    width: 100%;
    height: 20em;
    /*margin-top: -20em;*/
    bottom: 0;
}

#layout_main.with_bigcover .picoverlay {
    position: relative;
    max-width: 100%;
    height: auto;
}


html[lang=ar] #view.bigcover .content .titles h1,
html[lang=ar] #view.bigcover .content .titles h2 {
    float: right;
}

@media (min-width: 992px) {
    #view.bigcover .content .titles h2 {
        margin-bottom: 7em;
    }
}

@media (min-width: 1200px) {
    #view.bigcover .content .titles h2 {
        margin-bottom: 10em;
    }
}

#layout_main.with_bigcover .content .titles .topsocial {
    margin-top: 4px;
    float: right !important;
    /*position: absolute;
    right: 10px;*/
}

#view.bigcover .content .titles .topsocial {

}

#layout_main.with_bigcover .content .titles h1 {
    color: #000000;
    font-weight: 600;
    height: auto !important;
    margin-bottom: 0px !important;
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
}

#layout_main.with_bigcover .content .titles .category {

}

#layout_main.with_bigcover .content .titles .subtitle {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 0px !important;
    color: #000000;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #layout_main.with_bigcover .content .titles h1,
    #layout_main.with_bigcover .content .titles .subtitle {
        padding: 0;
    }
}


@media (max-width: 768px) {
    ul.separated-list {
        display: none;
    }
}

ul.separated-list {
    clear: both;
    margin-bottom: 1.4em;
}

.separated-list li {
    float: left;
    padding-right: 0.3em;
    color: white;
    list-style-type: none;
}

.separated-list a {
    color: white;
    border-bottom: 2px solid #c1282f;
    padding-bottom: 0.2em;
    padding-right: 0.2em;
}

.separated-list .separated-list-item span::after {
    content: " | ";
}

.separated-list .separated-list-item:last-child span::after {
    content: "";
}

html[lang=ar] .separated-list .separated-list-item span::after {
    content: "";
}


#view.smallcover .content .article {
    padding-left: 4px;
    padding-right: 4px;
}

#view.smallcover #user_feedback {
    padding-left: 4px;
    padding-right: 4px;
}

#view .content a.open_dashboard {
    margin-top: 0px;
}

#view .content .article {
    clear: left;
    background: white;
}

/*@media (min-width: 768px) {
    #view.bigcover .content .article {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}


#view .content .article > p:first-child:first-letter,
#view .content .article .credits + p:first-letter,
#view .content .article .coverphoto + p:first-letter,
#view .content .article .affix-text > p:first-child:first-letter {
    font-size: 4em;
    float: left;
    height: 1em;
    margin: 0em 0.1em 0 0;
    line-height: 1em;
}

#view .content .article > p:first-child,
#view .content .article .credits + p,
#view .content .article .coverphoto + p,
#view .content .article .affix-text > p:first-child {
    font-weight: 600;
}*/

/*html[lang=ar] #view .content .article {
    clear: right;
    float: right;
}*/

@media (min-width: 768px) {
    #view.bigcover .content .article {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #layout_main.with_bigcover #view.bigcover .content .article {
        width: 65%;
        padding-top: 30px;
        padding-left: 60px;
        padding-right: 60px;
    }

    #layout_main.without_bigcover #view.smallcover .content .article {
        width: 65%;
        padding-left: 30px;
        padding-right: 50px;
    }

    #view.smallcover .content .titles {
        margin-bottom: 26px;
        padding-left: 30px;
    }

    #layout_main.without_bigcover #view.smallcover .sidebar {
        padding-right: 15px;
        padding-left: 0px;
        width: 35%;
    }
}

/* News type */
#view.template_news .content .article > .coverphoto {
    display: none;
}

@media (min-width: 768px) {
    #view.template_news .content .article .titles {
        height: 200px;
        padding: 0 10px;
    }

    #view.template_news .content .article .titles {
        border-bottom: 3px solid #c1282f;
    }

    #view.template_news .content #article_content .titles h1 {
        margin-bottom: 0.5em !important;
        padding: 0.25em 15px;
        float: left;
        clear: both;
        line-height: 1em;
        color: white;
        font-size: 28px;
        font-weight: 600;
        background: #c1282f;
    }
}

#view.template_news .content .titles .topsocial.pull-right {
    position: absolute;
    right: 10px;
}

#view.template_news .content .titles h2 {
    margin-bottom: 0;
}

#view.template_news .content .titles h2.category {
    background-color: #960100;
}

#view.template_news .content .titles h2.category a {
    color: white;
}

#view.template_news .content #article_content .titles h2.subtitle {
    font-weight: 300;
    background: #fff;
}

/* GM: Little bit of an ugly hack to avoid re-changing the structure... again */
@media (min-width: 769px) {
    #view.template_news .content .titles {
        margin-left: -30px;
    }

    #view.template_news .content .article {
        padding-top: 0;
    }

    #view.template_news .content .titles .socialplugins.lhs {
        margin-top: 0;
        margin-left: -6em;
    }
}

@media (min-width: 1320px) {
    #view.template_news .content .titles {
        border-top-left-radius: 10px;
    }
}

@media (max-width: 768px) {
    #view.template_news .content #article_content .titles {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }

    #view.template_news .content #article_content .titles h1.title, #view.template_news .content #article_content .titles h2.subtitle {
        padding-left: 0;
        padding-right: 0;
    }
}

#view.template_news .sidebar > .gallery {
    display: none;
}

@media (min-width: 768px) {
    #view .content .sidebar {
        float: right !important;
        background: white;
        clear: right;
    }
}

@media (min-width: 768px) {
    #layout_main.with_bigcover #view .content .sidebar {
        width: 35%;
        margin-left: 0;
        padding-left: 0px;
    }
}

#view.bigcover #top_icons {
    margin-top: -4em;
    float: right;
}

.coverphoto.visible-xs {
    position: relative;
}

#top_icons .map_button {
    width: 48px;
    height: 48px;
    overflow: hidden;
    opacity: 0.8;
    transition: opacity 0.2s;
    cursor: pointer;
    border: 2px solid transparent;
}

.coverphoto .map_button {
    width: 48px;
    height: 48px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#top_icons .map_button .canvas,
.coverphoto .map_button .canvas {
    width: 128px;
    height: 128px;
    margin-left: -40px;
    margin-top: -40px;
}

#top_icons .map_button:hover {
    border: 2px solid #c1282f;
    opacity: 1.0;
}

#view .content .article .coverphoto {
    /*
    background: #f5f5f0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    */
    padding: 4px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    #view .content .visible-xs.coverphoto {
        margin-left: -15px;
        margin-right: -15px;
    }

    #view .content .visible-xs.coverphoto + .caption {
        padding: 4px 0px;
        line-height: 18px;
        font-size: 12px;
        clear: both;
        display: block;
        /*
        font-style: italic;
        */
        color: #999;
    }

    #layout_main #view .content .titles h2.heading-event-date {
        margin-top: -5px;
    }

    #layout_main #view .content .titles h2.heading-event-date > div {
        background-color: #c1282f;
        padding: 0.8em 0.2em;
        text-align: center;
        font-size: 15px;
        line-height: 15px;
    }

    #layout_main #view .content .titles h2.heading-event-date span {
        /*background-color: #c1282f;*/
        color: #FFFFFF;
        padding: 4px 12px 4px 12px;
        font-size: 17px;
    }

    #view.bigcover .content .titles h2 {
        /*background: rgba(255, 255, 255, 1);*/
        float: left;
        clear: both;
        font-size: 20px;
    }

    #layout_main #view .content .titles h2.heading-event-date div hr {
        width: 2em;
        margin: 0.4em auto;
    }

    #layout_content #view .titles.clearfix {
        padding: 0;
    }
    #layout_content #view.smallcover .titles.clearfix {
        padding-left: 15px;
    }
}


#view .content .article .coverphoto span {
    line-height: 1.6rem;
    font-size: 1.4rem;
    clear: both;
    display: block;
    margin: 4px 0px;
    margin-top: 0.8rem;
    /*
    font-style: italic;
    */
    color: #999;
}

#view .content .article .coverphoto a {
    text-decoration: underline !important;
    color: #999;
}

#view .content .article .coverphoto span p {
    margin: 0;
}

#comments {
    position: relative;
}

#prevArrow, #nextArrow {
    width: 5%;
}

#prevArrow span, #nextArrow span {
    width: 100%;
}

#prevArrow span img, #nextArrow span img {
    max-width: 150%;
}

#view.smallcover .article .coverphoto {
    margin-left: 0px;
    padding: 0px 0px 5px 0px;
}

#view.smallcover .article .coverphoto img {
    width: 100%;
}

/* Style for the blog side menu */
.article-menu.wiki {
    background-color: rgba(0, 0, 0, .1);
    border: 1px dotted #ccc;
    float: left;
    display: inline-block;
    margin: 0 15px 15px 15px;
    max-width: 40%;
    position: relative;
    z-index: 10;
}

@media (min-width: 992px) {
    #view #guide-back-to-content {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .article-menu.wiki {
        width: 100%;
        display: block;
        max-width: 100%;
        border: 0;
        background-color: #fff;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin: 2rem 0;
    }

    #view #guide-back-to-content {
        position: sticky;
        position: -webkit-sticky; /* Safari */
        bottom: 0;
        height: 50px;
        text-align: center;
        background: #c1282f;
        padding-top: 20px;
        cursor: pointer;
        z-index: 101;
        color: white;
        display: none;
    }
}

#view #article_content .article-menu.wiki ul {
    margin-bottom: 0;
}

/* To adjust to the fixed header menu when jumping to anchors */
.article-menu.affix-menu {
    width: 150px;
}

.article-section {
    margin-top: -50px;
    padding-top: 10px;
}

.article-menu.affix-menu.affix-top,
.article-menu.affix-menu.affix-bottom {
    position: absolute;
}

.article-menu.affix-menu.affix {
    top: 90px;
}

.article-menu.affix-menu a {
    display: block;
    padding: 0.4em 20px;
    color: #767676;
}

.article-menu.affix-menu .active a {
    color: black;
    font-weight: bold;
    padding-left: 18px;
    border-left: 3px solid #c1282f;
}

.article-menu.affix-menu.affix {
}

.user_comments {
    background-color: white;
}

/* in case the affix overflows */

.style-sidebar.nav > .active:focus > a,
.style-sidebar.nav > .active:hover > a,
.style-sidebar.nav > .active > a {
    padding-left: 18px;
    font-weight: 700;
    color: black;
    background-color: transparent;
    border-left: 3px solid #c1282f;
}

.style-sidebar.nav > li > a {
    display: block;
    padding: 0.4em 20px;
    font-size: 1em;
    font-weight: 500;
    color: #767676;
}

.style-sidebar.nav > li > a:focus,
.style-sidebar.nav > li > a:hover {
    padding-left: 19px;
    color: black;
    text-decoration: none;
    background-color: transparent;
    border-left: 1px solid #c1282f;
}

#view div.event-overview {
    width: 100%;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 1em;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1em;
}

#view div.event-disclaimer {
    width: 100%;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 1em;
    font-weight: 300;
}
#view div.event-overview :is(.event-venue, .event-time) {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

#view div.event-overview .event-time {
    margin-bottom: 0;
}

#view div.event-overview .event-info .icon {
    font-size: 2.4rem;
    margin-right: 1.6rem;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 1.4rem;
    color: #999999;
}

#view div.event-overview .event-info .icon span {
    height: 2.4rem;
    width: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#view div.event-overview .details {
    display: flex;
    flex-direction: column;
    align-items: start;
}

#view div.event-overview .event-time-duration {
    display: flex;
}

#view div.event-overview :is(.label, .venue-name, .event-time-duration) {
    font-weight: 600;
    color: #292C3D;
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 1.34;
}

#view div.event-overview :is(.venue-name, .event-time-duration) {
    font-weight: 400;
}

#view div.event-overview .event-venue .venue-name:hover {
    /*text-decoration: underline;*/
}
#view div.event-overview .unconfirmed-date-tooltip {
    color: #047BC1;
    font-size: 1.4rem;
}

#view div.event-overview .unconfirmed-date-tooltip:hover {
    cursor: pointer;
}

#view div.event-overview .past-event-unconfirmed-event {
    margin-left: 1rem;
}

#view div.event-overview .col-xs-12 {
    padding-left: 0;
}

#view div.event-disclaimer .event-date__confirmation-notice {
    font-size: 1.4rem;
    font-weight: 400;
    background-color: #f5f8fa;
    padding: 16px;
}

#view .editor.event {
    width: 21em;
}


#view .editor.event .wrap.row {
    width: 84%;
    float: right;
    margin-right: 0;
    padding-right: 0;
}

#view .editor.event .wrap.row .text {
    padding: 2px 10px;
}

#view .editor.event .wrap.row .name {
    font-size: 1em;
}

#view .editor.event .wrap.row .date {
    font-size: 14px;
    font-weight: 300;
    color: #888;
    padding: 4px 0;
}

#view .editor.event .wrap.row .date {
    padding-right: 6px;
}

#view .editor.event .name {
    padding-top: 5px;
}

#view .content .article > .event.credits {
    margin-bottom: 0;
    margin-top: 0;
}

.info .event_name {
    font-weight: bold;
}

@media (min-width: 767px) {
    #view .content .cover_photo_credits {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

    #view .content .cover_photo_credits a {
        color: #fff;
    }
}

.titles .card {
    position: relative;
    clear: both;
    height: 70px;
}

.titles .card .event-card {
    top: 0;
    left: 5px;
    right: inherit;
}

.with_bigcover .titles .card {
    height: 40px;
}

.with_bigcover .titles .card .event-card {
    left: 60px;
    top: -25px;
}

.item .card .event-card {
    font-size: 15px;
    top: 0.5em;
    right: 0.5em;
}

@media (max-width: 767px) {
    #view .content .cover_photo_credits {
        display: none;
    }

    /**
     * Place the date card over the cover photo - be careful though, any positioning
     * of parent elements might break this rule. The alternative is to add a duplicate
     * card element, always over the cover photo, with class visible-xs there and
     * hidden-xs here. Going with the simple option for now.
     */
    .with_bigcover .titles .card {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .with_bigcover .titles .card .event-card {
        left: 0px;
        top: 0px;
    }

    .with_bigcover .titles .card {
        height: 60px;
    }
}

#layout_main.without_bigcover .content .titles h1, #layout_main.without_bigcover .content .titles .subtitle {
    color: #292C3D !important;
}

@media (min-width: 768px) {
    #layout_main.without_bigcover ul.separated-list li, #layout_main.without_bigcover ul.separated-list li a {
        color: #000000 !important;
    }
}

#layout_main #view .topsocial {
    bottom: 0 !important;
}


#layout_main.without_bigcover .titles {
    clear: both;
    margin-bottom: 0.5em !important;
}

#layout_main.without_bigcover ul.separated-list {
    margin: 1em 0 0 0;
    padding-bottom: 0.6em;
    padding-left: 34px;
}

#layout_main.without_bigcover ul.separated-list a:hover {
    border-bottom: 2px solid white;
    transition: border-bottom 0.2s ease-in-out;
    text-decoration: none;
}

#layout_main.with_bigcover .card {
    background: none;
}

#layout_main.without_bigcover #view .credits-article {
    clear: both;
}

@media (max-width: 767px) {
    #layout_main.without_bigcover ul.separated-list {
        padding-left: 19px;
    }
}

#view .content .article .coverphoto .card {
    background: none;
    position: static;
}

#view .content .article .coverphoto .card .event-card {
    right: auto;
    left: 1.5rem;
    padding: 0.4em 0.5em;
}

#view .content .article .coverphoto .card .event-card span.date-box {
    line-height: 14px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px !important;
}

.card:hover {
    box-shadow: none;
    transform: none;
}

#layout_content #video iframe {
    width: 100%;
}

@media (max-width: 767px) {
    #layout_content #video iframe {
        aspect-ratio: 16/9;
        height: auto;
    }

}

#view .article .shortcode-photo {
    padding: 0;
    position: relative;
}

#view .article .shortcode-photo .article__photo-expand {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #fff;
}

#view .article .shortcode-photo .article__photo-expand .fa-expand {
    transform: translateZ(0) scale(1);
    transition: transform .3s;
}

#view .article .shortcode-photo .article__photo-expand:hover .fa-expand, #view .article .shortcode-photo .article__photo-expand:focus .fa-expand {
    transform: translateZ(0) scale(1.2);
}

.article__photo-expand:hover + img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

span.event.category {
    background-color: transparent !important;
}

.article-list.article-list--last {
    margin-bottom: 2rem;
}

.coverphoto {
    position: relative;
}

.coverImgWrapper img {
    object-fit: cover;
    object-position: 50% 35%;
    height: inherit;
    width: inherit;
    min-height: inherit;
    max-width: 100%;
    font-family: 'object-fit: cover; object-position: 50% 35%;';
}

@media (min-width: 768px) {
    .bigcover .coverphoto {
        height: 42rem;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverImgWrapper {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #layout_main.with_bigcover #view .content {
        margin-top: -16em;
    }
}

@media (min-width: 1200px) {
    .bigcover .coverphoto {
        height: 57rem;
    }

    #layout_main.with_bigcover #view .content {
        margin-top: -10em;
    }
}

@media (min-width: 1320px) {
    .bigcover .coverphoto {
        height: 57rem;
    }

    #layout_main.with_bigcover #view .content {
        margin-top: -12em;
    }
}

figure.coverImgWrapper {
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.coverImgWrapper {
    position: relative;
}

@media (max-width: 767px) {
    .coverImgWrapper {
        padding-top: 66.6%;
        overflow: hidden;
    }

    .coverImgWrapper img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

.nearby-areas__load {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-top: 1.6rem;
    font-size: 1.8rem;
}

.questions-widget {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    text-align: center;
}

@media (min-width: 768px) {
    .questions-widget {
        text-align: left;
    }
}

.questions-widget__title {
    font-size: 2rem;
    font-weight: 600;
}

.questions-widget__button {
    display: inline-block;
    margin-top: 0.8rem;
    transition: 0.3s;
}

.questions-widget__button:hover,
.questions-widget__button:focus {
    color: #d42e35;
}

.questions-widget__button_icon {
    margin-right: .8rem;
}

#info .event .btn.btn--dropdown {
    color: #c1282f;
    display: inline;
    padding: 0;
    font-size: 1em;
    box-shadow: none;
    text-shadow: none;
    line-height: inherit;
    font-weight: 600;
}

#info .event .btn--dropdown-icon {
    color: #333 !important;
    font-size: .875em !important;
    margin-left: .4rem;
}

#info .event .popover-title {
    display: none;
    height: 0px;
}

#info .event .list-group-item {
    border: none;
    font-style: normal;
    cursor: pointer;
}

#view .article img[src="/images/not-allowed.jpg"] {
    display: none !important;
}

#view .article.article-preview img[src="/images/not-allowed.jpg"] {
    display: inherit !important;
}

@media (max-width: 767px) {
    .event-overview span {
        display: block;
        margin: 0;
    }
}

.article table {
    margin-bottom: 2em;
    width: 100%;
}

.article__category-endorsement.past-event {
    background-color: #E9E9E9;
    color: #999999;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 1.4rem;
    margin-top: -3px;
    font-weight: 600;
}

/* Slick slider */
.slick-slide img {
    padding-right: 15px;
}

button.slick-prev.slick-arrow {
    left: 5px;
    z-index: 100;
}

button.slick-next.slick-arrow {
    right: 25px;
    z-index: 100;
}

button.slick-arrow:before {
    font-size: 4rem;
}

.slick-list {
    margin: 1em 0;
}

#feature-modal.modal .modal-header {
    background-color: #FFFFFF !important;
    border-bottom: none;
}

#feature-modal.modal .modal-header button {
    opacity: 1;
}

#feature-modal.modal .modal-header button i.fa-times {
    color: #000000 !important;
}

#pr-modal.modal .modal-header {
    background-color: #FFFFFF !important;
    border-bottom: none;
}

#pr-modal.modal .modal-header button {
    opacity: 1;
}

#pr.modal .modal-header button i.fa-times {
    color: #000000 !important;
}

blockquote.tiktok-embed {

}

.highlight-block {
    background-color: #F5F8FA;
    color: #404040;
    margin-bottom: 3rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 1.4rem 2.8rem 1.2rem 3rem;
    border-radius: 5px;
}
.highlight-block h2 {
    margin: 0.5em 0 0.5em !important;
}

.highlight-block li {
    margin-bottom: 0.8rem !important;
}

.tooltip-unconfirmed-date {
    opacity: 1!important;
}

.tooltip-unconfirmed-date .tooltip-inner {
    max-width: 265px;
    width: 265px;
    padding: 10px;
    background-color: #fff;
    color: #000;
    text-wrap: wrap;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
    -moz-box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
    box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
}

.tooltip-unconfirmed-date .tooltip-arrow {
    /*bottom: 0;*/
    /*left: 40%;*/
    margin-left: -5px;
    border-right-color: #fff!important;
    border-bottom-color: #fff !important;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
    -moz-box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
    box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12);
}
@media (min-width: 768px) {
    .tooltip-unconfirmed-date .tooltip-arrow {
        margin-top: -7px !important;
        border-width: 8px 10px 8px 0 !important;
    }
}
