@charset "utf-8";
/* CSS Document */

/*General rules changed compared to original EMBL design*/
#nav-main {
    background: #0091b6;
}
.cont-body .greenblue {
    color: #0091b6;
}
h3#eventpage-info-text {
    margin-left: 80px !important;
}
.feedback_trigger.fm_clean.feedback_trigger_closed.right-top, .feedback_trigger.fm_clean.feedback_trigger_closed.right-bottom {
    display: none;
}
#cont-body-small {
    padding: 20px 0;
}
#eventpage-info-text, .eventpage-info-text {
    padding: 0px;
    color: #666;
    font-size: 16px;
}
#eventpage-info-text {
    margin-top: 26px;
}
.eventpage-info-text {
    margin-top: 100px;
}
.img-landing {
    max-width: 100%;
    min-width: 500px;
    margin-top: 10px;
}
.desktop .backlink::before {
    background: none;
}
.sidebar-nav li.active > a {
    color: #0091b6;
}
.sidebar-nav > li > a, .backlink {
    font-size: 1.45em;
    text-transform: none;
}
.eventpage-organiser-landing {
    padding: 32px 50px 0 0;
    float: right;
    margin-left: 20px;
}
.eventpage-organiser-landing img {
    height: 110px;
}
.sidebar-nav > li.current > ul {
    margin-left: 15px !important;
}
.sidebar-nav > li.current > a {
    margin: 0;
}
.sidebar-nav>li>a, .sidebar-nav>li>ul>li>a {
    text-transform: none;
}
#logo {
    width: 100%;
    padding: 24px 76px 24px 0px;
}
#logo img {
    width: 500px;
}
#location {
    display: none;
}
#nav-secondary>li#search_container {
    padding: 11px 11px;
}
.button1 {
    text-align: center;
    background-color: rgb(0, 145, 182);
    color: white;
    padding: 15px 50px;
    border: medium none;
    font-size: 1.4em;
    margin-top: 50px;
    margin-bottom: 30px;
}
.eventpage-info-text {
    margin: 0;
}
.arrow {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
button.toggle-text {
    background: none;
    border: none;
    padding: 0px;
    margin-top: 50px;
    color: #605D5A;
    margin-bottom: 5px;
    font-size: 26px;
}
button.toggle-text:focus {
    outline: 0;
}
h2.title {
    font-size: 30px;
    margin: 5px 0 10px 0;
}
h2.date {
    font-size: 1.6em;
    margin: 20px 0px 0px;
}
#future-events-wrap {
    display: none;
}
.event-intro {
    margin-bottom: 30px;
}
.sidebar-nav li.active > a {
    color: #0091b6;
}
.nest-* {
    margin-left: 15px !important;
}
ul.nest-4>li>a {
    font-weight: 600;
}
#page-current .current-section {
    padding:5px 0 0 0;
}
#show-hide {
    padding-bottom: 30px;
}

/*Media queries changes*/

@media handheld, only screen and (max-width: 1150px) {
    .cont-body h2.title {
        font-size: 26px !important;
    }
    .cont-body h2.date {
        font-size: 20px !important;
    }
    .img-landing {
        padding: 0 30px 0 0;
    }
    .eventpage-organiser {
        padding: 0 30px 0 0;
    }
}
@media handheld, only screen and (max-width: 870px) {
    .eventpage-organiser {
        padding-bottom: 30px;
    }
    .cont-body {
        width: 100% !important;
    }
    .img-landing {
        width: 100% !important;
        min-width: 100px;
        padding: 0 30px 0 0 !important;
    }
}
@media handheld, only screen and (max-width: 675px) {
    #logo img {
        margin: 3px 0px 3px 30px;
    }
    #search-button {
        width: 60px;
        height: 50px;
        background: #0091b6;
        position: initial;
    }
    #search-button img {
        width: 55px;
    }
    #location {
        display: block;
        height: 50px;
        background: #292929;
    }
    #nav-button {
        width: 50px;
        height: 50px;
        background: #292929;
    }
    .eventpage-info {
        margin: 0 0 10px 0 !important;
    }
    #page-current {
        padding-bottom: 10px;
    }
    #page-current .current-info {
        padding: 20px 0 10px 30px;
    }
    .cont-body h3 {
        margin-left: 30px !important;
    }
}