.beta{
    background: #f3f2f1;
}

ul#ui-id-1 {
    z-index: 2000;
}

@media (min-width: 48.0625em) {
    .mobile-search {
        display: none;
    }
}

@media (min-width: 769px) {
    .header-logo {
        width: 250px;
        float: left;
    }
}



.tools {
    background: #f3f2f1;
    padding: 0.5rem 0;
}

ul.float-right {
    float: right;
    margin: 0;
    
    list-style:none;
}

ul.float-right li{
    float: right;
    margin-left: 10px;
    margin-top:5px;
}

html{
  font-family:arial;
}

/*Paging styles */

ul.js-pager__items {
    display: inline-flex;
    margin: 2em 0;
    padding: 0;
    list-style:none;
}

/* paging styles */ 
ul.js-pager__items li{
    margin-right:10px;
    border:solid 1px #0b0c0c;
    padding:10px;
    font-weight:bold;
}

ul.js-pager__items li a{
    color:#0b0c0c;
    }
    
/* event listing styles */    
.event-listing a {
    color: black;
}   

/* Login */
.wrapper-nice-login {
    margin-top: unset;
    margin-bottom: unset;
    padding: unset;
    border: unset;
    border-radius: unset;
}
 
 

ul.flex-row.ctx {
    display: flex;
    /* flex-direction: row; */
    flex-flow: row wrap;
    /* margin-bottom: 2rem; */
}

li.flex-grid-column-one-third {
    flex-basis: 100%;
    margin-bottom:1.5rem;
}

a.link-button.cta-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5px 15px 0;
}

@media only screen and (min-width: 768px) {

    li.flex-grid-column-one-third{
        flex-basis:49%;
    }
}

@media only screen and (min-width: 992px){
    li.flex-grid-column-one-third{
        flex-basis:30.333%;
    }
} 

li.flex-grid-column-one-third a:hover {
    color: #fff;
}

/*card hover*/

li.row-item a:hover {
    color: #fff;
}

/* facet label spacing*/

li.facet-item label {
    margin-left: 5px;
}

/* fix for child pages - display on service landing page */ 

div.localgov-services-children-list.item-list {
    max-height: 20vh;
    overflow-y: scroll;
    position: unset;
    top: 0;
    z-index: 100;
    background-color: #dde;
    padding: 0.5em;
}

/* hero styles */
.hero-events:after {
    content: '';
    width:100%;
    height:40px;
    background: url('/themes/custom/banes8/assets/images/eventbg.svg');
    bottom: -37px;
    left: 0;
    position: absolute;
    background-repeat:no-repeat;
    }

section.hero-events,  section.hero-events a, section.hero-events a:hover{

    color:white;
}

.event-listing .list-item-full {
    flex-basis: 100%;
}

.hero-events{
  margin-bottom: 2rem;
}

.claro-details__description {
    font-size: 1rem;
    font-weight: bold;
    background: #e7e7e7;
    padding: .5rem;
}
/* fix forgot password */
.nice-login__login__actions {
    display: grid;
    align-items: center;
}

.nice-login-pass {
    position: relative;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}

img.responsive-image {
    width: 100%;
    height: auto;
}

article ul.flex-row, .favourites-row ul.flex-row {
    grid-template-columns: repeat(1, 1fr);
}

@media only screen and (max-width: 767px) {
    nav#navigation-primary {
        display: none;
    }
}

.show--consent .c--anim #cm, .show--consent .c--anim #cm.bar, .show--settings .c--anim #s-inr, .show--settings .c--anim .bar.slide #s-inr {
    opacity: 1;
    transform: scale(1);
    visibility: visible !important;
    overflow: auto;
    height: 100vh;
}

.cta-info, .link-button-secondary {
    background-color: #09455c;
    border-bottom: solid 3px black;
    margin-bottom: 1.5rem;
}

body.path-node.node--type-localgov-directory main {
    padding: 0;
}

.step-by-step-pages ol.step-list .step .step__summary a.govuk-button.govuk-button--start {
    color: white;
}
