/* Alignment */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
    margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
    margin-bottom: 17px;
}

.wp-caption {
    margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption {
    color: #767676;
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding-right: 10px;
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

a.cta {
    line-height: 1;
}

.tabs .tab .tab-list {
    margin-bottom: 2px;
}

.tabs .swiper-container.rsis-pub {
    min-height: 202px;
}

.rss-feeds-link {
    padding-left: 27px;
    background: transparent url(../img/rss-icon.png) no-repeat left;
}

li.publication > .thumb > img {
    width: 100px;
    height: 141px;
}

.highlight-list .highlight {
    min-height: 45px;
}

.podcast-header {
    min-height: 0;
    height: 115px;
}

.podcast-header.with-thumb {
    padding-left: 210px;
}

.podcast-header.with-thumb .thumb {
    width: 200px;
    height: auto;
}

.profile.no-thumb .name, .profile.no-thumb .info{
    margin-left: 0;
}

.profile-listing .list-item.no-thumb {
    padding-left: 0;
}

/*.event .event-date, .event-page .event-date {
    width: 40px;
}*/

.programme .thumb, .programme .thumb .img {
    height: 100%;
}

.programme{
    margin-right: 12px;
}

.album-gallery .thumb {
    width: 200px;
    height: 150px;
    margin: 0;
}

.album-gallery .title {
    font-size: 18px;
}

.album-gallery .album-grid {
    float: left;
    margin-right: 10px;
    margin-top: 0;
    width: 200px;
}

.album-gallery .album-grid .title {
    font-size: 14px;
    margin: 0;
}
.album-gallery .album-grid img {
    height: 100%;
    width: 100%;
}

.album-header{
    min-height: 0;
}

.profile-listing .list-item {
    min-height: 180px;
    padding-bottom: 10px;
}

.profile .profile-header {
    min-height: 218px;
}

.event .info, .event-page .info {
    max-width: none;
}

.article-header {
    min-height: 0;
}

.article-header.with-thumb {
    min-height: 150px;
}

.event-page .hero-img {
    /*height: 250px;*/
    height: auto;
}

.event-page .hero-img img {
    height: auto;
}

.carousel .items .item {
    text-align: center;
}
.carousel .items .item .text {
    text-align: left;
}

.carousel .items .item .text .info {
    text-transform: none;
}

.filter .toggle.checked {
    background: #013158;
}

.event-page-header .btn {
    bottom: 0;
}

.event-page-header .reg-button {
    margin: 10px 0;
}

.swiper-slide img {
    width: 100%;
}

.primary-nav .primary-nav-list .nav-item .primary-nav-list.expanded .nav-item .primary-nav-list {
    display: none;
}

.primary-nav .primary-nav-list .nav-item .primary-nav-list.expanded .nav-item .primary-nav-list.shown {
    display: block !important;
}

.icon-arrow-right.rotated {
     /*Safari */
    -webkit-transform: rotate(90deg) !important;
     /*Firefox */
    -moz-transform: rotate(90deg) !important;
     /*IE */
    -ms-transform: rotate(90deg) !important;
     /*Opera */
    -o-transform: rotate(90deg) !important;
     /*Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$ievalue) !important;
}

.gallery.album .thumb:nth-child(3n+4) {
    margin-right: 10px;
}

.clndr-controls .month {
    cursor: pointer;
    text-decoration: underline;
}

.publication.no-thumb {
    padding-left: 0;
    min-height: 80px;
}

table.full-lines tr td {
    border: 1px solid #016CB6;
}

.header-links.logout {
    float: left;
}

.header-links.logout .header-link {
    border-left: none;
}

.login-form .item {
    margin-bottom: 10px;
}

.login-form .item.message {
    color: red;
}

.login-form .item label {
    width: 140px;
    display: inline-block;
}

.login-form .item input {
    padding: 5px;
}

.login-form legend {
    display: none;
}

/*.profile-listing ul li ul{
    list-style: none;
}

.profile-listing ul li ul li {
    display: inline;
}

.profile-listing ul li ul li:after{
    content: ', ';
}*/

@media only screen and (max-width: 480px) {
    .profile.no-thumb .profile-header {
        padding-top: 20px;
    }

    .profile-listing .list-item {
        min-height: 0;
        padding-top: 185px;
    }
    .profile .profile-header {
        padding-top: 200px;
    }

    .event .info, .event-page .info {
        display: block;
    }

    /*.primary-nav .primary-nav-list .nav-item .primary-nav-list.expanded .nav-item .primary-nav-list {
        display: block;
    }*/

}

/**
     * Simple fade transition,
     */
.mfp-fade.mfp-bg {
    opacity: 0.001; /* Chrome opacity transition bug */
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* ==========================================================================
   Forum
   ========================================================================== */
div.bbp-template-notice.info {
    display: none; }

#bbpress-forums li.bbp-header {
    background-color: #005088 !important; }

#bbpress-forums li.bbp-header {
    color: #ffffff !important; }

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    background-color: #363636; }

.bbp-breadcrumb a {
    color: #727272 !important;
    text-decoration: none; }

.bbp-breadcrumb a:hover {
    text-decoration: underline !important; }

.bbp-breadcrumb a:after {
    content: '>';
    display: inline-block;
    margin: 0 10px; }

.bbp-breadcrumb-sep {
    display: none; }

.bbp-breadcrumb {
    display: none;
}

.bbp-breadcrumb-cont .bbp-breadcrumb {
    display: block !important;
}


#subscription-toggle {
    /*float: right; */
    display: none;
}