/*
# @name: ojs_jeahil.css
# @license: The MIT License <https://opensource.org/licenses/MIT>
# @purpose: custom CSS for a PKP site
# @website: https://ojs.eahil.eu/JEAHIL
# @application: OJS
# @level (site or journal): journal
# @acknowledgements:
*/

/* eahil */

@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Epilogue", sans-serif;
}

/*set banner image to correct height */
.pkp_site_name .is_img img {
    max-height: 396px !important;
}

/*Ronan 2024-05-07 - Tweaking to match original */

.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
}

.pkp_block {
    border: 0 !important;
}

/*Ronan 2024-04-30 - Need to duplicate the above for the bootstrap3 class name for the logo, which is different */

.navbar-brand-logo img {
    max-height: 233px !important;
    width: 100%;
}

.navbar-header .site-name {
    height: 250px;
    overflow: hidden;
    width: 100%;
}

.navbar-default {
    background-color: #331E38 !important;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.container-fluid {
    max-width: 1170px;

}

/* hide grey box on submissions page*/
/* .cmp_notification {
   display: none;
} */


/* hide pkp footer */
.pkp_brand_footer {
    display: none !important;
}

.pkp_navigation_user>li>a, .pkp_navigation_user>li.in_focus>a, .pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
    color: #331E38;
}

label {
    color: #331E38 !important;
    text-align: left !important;
}

.label {
    color: #331E38 !important;
    text-align: left !important;
}

#navigationPrimary a:hover, #navigationPrimary a:focus {
    color: #fff !important;
}


.pkp_footer_content {
    background-color: #331E38;
    color: #fff;
}

o .block_make_submission_link {
    background: #706993 none repeat scroll 0 0;
    color: #000 !important;
}

.block_make_submission_link:hover {
    background: #331E38 none repeat scroll 0 0;
    color: #fff;
}


li .obj_galley_link {
    background: #706993 repeat scroll 0 0;
    color: #000;

}

li .obj_galley_link:hover {
    background: #331E38 repeat scroll 0 0;
    color: #fff;

}

.pkp_structure_footer_wrapper {
    background: #331E38 none repeat scroll 0 0 !important;
}

.pkp_footer_content {
    background-color: #331E38;
    color: #fff
}

.pkp_footer_content a:link, .pkp_footer_content a:visited, .pkp_footer_content a:hover {
    color: #fff
}

.pkp_site_name .is_img img {
    width: 100%;
}

#navigationUser {
    padding-right: 10px;
}

#twitter-widget-0 {
    height: 550px !important;
    overflow: scroll;
}

.shariff.pkp_footer_content {
    background-color: #331E38;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    width: 100%;
    top: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    padding-bottom: 2%;

}

.slide-text>h2 {
    margin: 0 !important;
    margin-top: 2% !important;
    display: inline-block;
    text-transform: uppercase;
    /*  text-shadow: 2px 1px #000; */
}

.pkp_structure_main .slide-text>p {
    line-height: 18px !important;
    /* text-shadow: 2px 1px #000; */
}


.slide-text>a.btn-primary {
    color: white;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: white;
}


.carousel-inner {
    max-height: 500px;
}

#carouselButtons {
    margin-left: 10px;
    position: absolute;
    top: 10px;
}

#toggleCarousel {
    width: 60px;
    height: 60px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background: none;
    border: none;
}

#toggleCarousel .fa {
    padding-bottom: 45px;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text {}

    .slide-text h2 {}

    .pkp_structure_main .slide-text>p {
        line-height: 5px !important;
    }
}

@media (max-width: 768px) {
    .slide-text {
        top: 0;
        padding: 10px 70px;
    }

    .slide-text h2 {}

    .pkp_structure_main .slide-text>p {
        line-height: 16px !important;
    }

    .control-round .carousel-control {
        color: white;
    }

}

@media (max-width: 580px) {

    .slide-text {
        top: 10%;
        padding: 10px 55px;
    }

    .slide-text h2 {}

    .pkp_structure_main .slide-text>p {
        line-height: 16px !important;
    }

    .control-round .carousel-control {}

}



@media (max-width: 510px) {
    .slide-text {
        top: 10%;
        padding: 10px 30px;
    }

    .slide-text h2 {
        font-size: 14px;
    }

    .slide-text>p {
        font-size: 12px;
    }

    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        color: white;
    }

    .indicators-line>.carousel-indicators {}

    #toggleCarousel {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

}

/* Override the Lumen them by pasting the css in here and adjusting */




.btn, .pkp_block.block_make_submission a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #331E38;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default, .pkp_block.block_make_submission a {
    color: #000;
    background-color: #706993;
    border-color: #706993
}

.btn-default, .pkp_block.block_make_submission a:hover {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-default:focus, .btn-default.focus {
    color: #000;
    background-color: #706993;
    border-color: #706993
}

.btn-default:hover {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #000;
    background-color: #706993;
    background-image: none;
    border-color: #706993
}

.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #331E38;
    border-color: #331E38
}

.btn-default .badge {
    color: #fff;
    background-color: #331E38
}

.btn-primary {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-primary:hover {
    color: #000;
    background-color: #706993;
    border-color: #706993
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #331E38;
    background-image: none;
    border-color: #331E38
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #000;
    background-color: #706993;
    border-color: #706993
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #706993;
    border-color: #706993
}

.btn-primary .badge {
    color: #331E38;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-success:hover {
    color: #000;
    background-color: #706993;
    border-color: #706993
}

.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #331E38;
    background-image: none;
    border-color: #331E38
}

.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
    color: #000;
    background-color: #706993;
    border-color: #706993
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #706993;
    border-color: #706993
}

.btn-success .badge {
    color: #331E38;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-info:hover {
    color: #000;
    background-color: #706993;
    border-color: #706993
}

.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #331E38;
    background-image: none;
    border-color: #331E38
}

.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus {
    color: #000;
    background-color: #706993;
    border-color: #706993
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #706993;
    border-color: #706993
}

.btn-info .badge {
    color: #331E38;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-warning:hover {
    color: #000;
    background-color: #706993;
    border-color: #706993
}

.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #331E38;
    background-image: none;
    border-color: #331E38
}

.btn-warning:active:hover, .btn-warning.active:hover, .open>.dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open>.dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn-warning.focus {
    color: #000;
    background-color: #706993;
    border-color: #706993
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #ff851b;
    border-color: #706993
}

.btn-warning .badge {
    color: #331E38;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-danger:hover {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38
}

.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #331E38;
    background-image: none;
    border-color: #331E38
}

.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #706993;
    border-color: #706993
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #706993;
    border-color: #706993
}

.btn-danger .badge {
    color: #331E38;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #331E38;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #331E38;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg, .btn-group-lg>.btn {
    padding: 13px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px
}

.btn-sm, .btn-group-sm>.btn {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.dropdown-menu.pull-right, .dropdown-menu.header_view .download {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #eee
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #331E38;
    white-space: nowrap
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #000;
    text-decoration: none;
    background-color: transparent
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #000;
    text-decoration: none;
    background-color: #706993;
    outline: 0
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #eee
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu, .header_view .download>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

.btn:hover {
    margin-top: 0px;
    border-bottom-width: 1px;
}

@media (min-width: 992px) {
    .col-md-2 {
        width: 10%;
    }
}

/* added by Simon Bowie on 2026-02-04 */
.page_submissions .alert.alert-info {
    background-color: #331E38;
    border-color: #331E38;
}

a {
    color:#331E38;
}

footer[role="contentinfo"] {
    background-color: #331E38 !important;
    color: #fff;
}

footer a {
    color:#fff;
}

footer img.img-responsive {
    -webkit-filter: invert(100%);
}

footer a:hover, a:focus, a:active{
    color:#fff;
}

.navbar-default .nav>li>a, .header_view .nav>li>a {
    color:#fff;
}

li .obj_galley_link {
    background: #706993 repeat scroll 0 0;
    color: #000;
}

li .obj_galley_link:hover {
    background: #331E38 repeat scroll 0 0;
    color: #fff;
}

/* added by Simon Bowie on 2026-03-13 */
/* SEARCH BUTTON */
.navbar-left button.btn.btn-default {
    background-color: #706993;
    color: #000;
}

/* NAVBAR LINKS */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .header_view .navbar-nav>.open>a, .header_view .navbar-nav>.open>a:hover, .header_view .navbar-nav>.open>a:focus {
    color:#fff;
    background-color: transparent;
}

.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus, .navbar-default .nav>li>a:active, .header_view .nav>li>a:hover, .header_view .nav>li>a:focus, .header_view .nav>li>a:active {
    color:#fff;
    background-color: transparent;
}

/* GALLEY LINKS BUTTONS */
a.galley-link.btn.btn-primary {
    color: #000;
    background-color: #706993;
    border-color: #706993;
}

a.galley-link.btn.btn-primary:focus, a.galley-link.btn.btn-primary.focus {
    color: #000;
    background-color: #706993;
    border-color: #706993;
}

a.galley-link.btn.btn-primary:hover {
    color: #fff;
    background-color: #331E38;
    border-color: #331E38;
}