.is-layout-constrained{
    max-width: 100% !important;
}

.container,
.is-style-contained{
    max-width: 1250px !important;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.contained-small,
.is-style-contained-small{
    max-width: 1080px !important;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.card{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
    border: 1px solid #e1e1e1;
    height: 100%;
}

.card:after{
    content: '';
    display: block;
    height: 5px;
    background: var(--wp--preset--color--primary);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: height ease .5s;
}

.card:hover{
border: solid 1px #2e3d9d;
    
    border-bottom: 0px;
}

.card:hover::after {
    height: 15px;
    text-indent: 0.5rem;
    transition: height ease 0.5s;
}

.card:hover h2 a, .card:hover h3 a, .card:hover h4 a {
    color: #3597fc;
}

.card__content{
    padding: 0 25px;
}

.card__content h2{
    min-height: 90px;
    margin-bottom: 75px;
}

.card h2 a, .card h3 a, .card h4 a {
   color: #2e3d9d;
   text-decoration: none;
}


.wp-block-cover__inner-container .wp-block-search{
    border: 60px solid rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}

.wp-block-cover__inner-container .wp-block-search input{
    width: 100%;
    border: none;
    padding: 20px;
    font-size: 1rem;
    font-weight: 300;
}

.wp-block-cover__inner-container .wp-block-search button{
    border: none;
    box-shadow: none;
    color: #fff;
    background: var(--wp--preset--color--primary);
    padding: 22px 45px;
    cursor: pointer;
    margin-left: 0;
}

.wp-block-image.is-style-rounded img{
    border-radius: 15px;
}

.homepage-sections{
    overflow: hidden;
    margin-top: -100px !important;
}

.homepage-sections svg{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.homepage-sections svg path{
    fill: #fff;
}

.homepage-sections .wp-block-columns .wp-block-column{
    position: relative;
}

.homepage-sections .wp-block-columns .wp-block-column:after{
    content: '';
    display: block;
    width: 1px;
    height: 150px;
    background: #fff;
    position: absolute;
    top: -25px;
    opacity: 0.5;
}
@media screen and (max-width: 781px) {
.homepage-sections .wp-block-columns .wp-block-column:after {
    content: '';
    display: block;
    width: 1px;
    height: 150px;
    background: #fff;
    position: absolute;
    top: -92px;
    opacity: 0.5;
    rotate: 90deg;
    left: 50%;
}
input::placeholder{
    color: #fff;
}
}

.homepage-sections .wp-block-columns .wp-block-column:nth-child(1):after{
    display: none;
}

.homepage-sections:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 15px;
    background: #2e3d9d;
    bottom: 0;
    left: 0;
    right: 0;
}

.card--shadow{
    box-shadow: 0 3px 6px rgba(0,0,0,0.08), 0 3px 6px rgba(0,0,0,0.12);
}

.cpt-event-information{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.cpt-event-information:after{
    content: '';
    display: block;
    height: 20px;
    width: 100%;
    background: #2e3d9d;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.wp-block-button.is-style-outline a{
    border-width: 1px !important;
    transition: all ease 300ms;
}

.wp-block-button.is-style-outline a:hover{
    background: #2e3d9d !important;
    color: #fff !important;
    transition: all ease 300ms;
}

.photo-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.photo-grid .photo-item{
    width: 100%;
    max-width: 260px;
    height: auto;
}

.photo-grid .photo-item img{
    height: auto;
    display: block;
    cursor: -moz-zoom-in;
}

.facetwp-type-reset{
    margin-top: 5px !important;
}

button.facetwp-reset{
    background: none;
    border: none;
    box-shadow: none;
    color: #3597fc;
    padding-left: 0;
    text-decoration: underline;
    font-size: 15px;
}

.facetwp-selections{
    margin-top: 5px !important;
}

.facetwp-selections ul{
    margin: 0;
    padding: 0;
}

.facetwp-selections ul li{
    width: 100%;
    padding-right: 10px;
}

.facetwp-selections ul li span.facetwp-selection-label{
    display: none;
}

.facetwp-selections ul li span.facetwp-selection-value{
    width: 100%;
    display: block;
    color: #6c6c6c;
    margin: 13px 0;
    padding-right: 0;
    font-size: 15px;
}

body.post-type-archive-photo-library hr{
    border-color: #e2e2e2;
    border-bottom: none;
    margin: 8px 0;
}

.photo-library-pager .facetwp-facet{
    text-align: center;
        margin-top: 4rem;
}

/* Event Facet Styles */

.facet-wrapper{
    display: grid;
    gap: 1.8rem;
    grid-template-columns: 1fr 1fr 1fr;
}



@media screen and (max-width:800px) {
    .facet-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .benefittext{
        padding: 1rem;
    }
    .benefitbox{
        padding-right: 0px!important;
    }
    .benefitimage img{
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px!important;
    }
    .linkedftr{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .footerlogo{
        display: block;
        margin: auto;
    }
    .cpyr{
        text-align: center;
    }
}

@media screen and (max-width:600px) {
    .facet-wrapper {
        grid-template-columns: 1fr;
    }
}

.facetwp-facet-webinar_categories{
    display: flex;
    justify-content: inherit;
    gap: 1rem;
}

.facetwp-facet-webinar_categories .facetwp-depth{
    display: flex;
    justify-content: inherit;
    gap: 1rem;
}

.facetwp-facet-webinar_categories .facetwp-link{
    background: #ffffff;
    padding: .3rem 0.8rem;
    border: 1px solid #2e3d9d;
    color: #2e3d9d;
    transition: all ease 300ms;
    padding: .667em 1.333em;
}

.facetwp-facet-webinar_categories .checked, .facetwp-facet-webinar_categories .facetwp-link:hover{
    background: #2e3d9d;
    border: 1px solid #2e3d9d;
    color: #ffffff;
    transition: all ease 300ms;
}

.eventsarch .facetwp-pager {
    text-align: center;
}

.event-item{
    height: auto!important;
}

.event-item-content{
    padding: 0px 25px 35px;
}

.event-item-content h3 a{
    color: #2e3d9d;
    text-decoration: none;
}

.eventsarch .facetwp-pager{
    text-align: center;
}

.event-item.card figure img{
height: 200px;
object-fit: cover;
}

.event-button{
    position: absolute;
    bottom: 2rem;
}

.sticky {
    position: fixed;
    top: 0;
}

.lightbox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    align-items: center;
    justify-content: center;
}

.lightbox-content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

img.lightbox-img-lg{
    max-width: 90%;
    max-height: 80%;
    margin: 0 1%;
    cursor: default !important;
}

.lightbox button{
    /*width: 100px; */
    height: 50px;
    border: none;
    box-shadow: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.lightbox button svg{
    fill: #fff;
    width: 40px;
    height: 25px
}

body.admin-bar .lightbox button.close{
    top: 35px !important;
}

.sidebar-pd{
    padding-left: 15px;
}


@media only screen and (max-width: 1100px){
    .photo-grid{
        grid-template-columns: 1fr 1fr;
    }
}



@media only screen and (max-width: 800px) {
    .photo-grid {
        grid-template-columns: 1fr;
    }

    .photo-grid .photo-item {
        max-width: none;
    }

    .photo-grid .photo-item img {
        margin: auto;
    }

    .lightbox-content img {
        max-width: 75% !important;
    }

        .wp-block-search__inside-wrapper{
            flex-direction: column;
        }
                .wp-block-cover__inner-container .wp-block-search{
                    border: 19px solid rgba(0, 0, 0, 0.6);
                    width: 87%;
                }
                .searchwp-form-1{
                    display: none;
                }
}

@media only screen and (max-width: 600px) {
    .photo-grid {
        grid-template-columns: 1fr;
    }

    .photo-grid .photo-item {
        max-width: none;
    }

    .photo-grid .photo-item img {
        margin: auto;
    }

    .lightbox-content img {
        max-width: 75% !important;
    }
}

p.light-box-title{
    position: absolute;
    color: #fff;
    bottom: 25px;
}

.homeHasLink a{
    color: #ffffff;
    text-decoration: none;
}

.homeHasLink a:hover {
   
    color: #2e3d9d;
    text-decoration: none;
}

.linkedin a{
    line-height: initial;
}

.linkedin svg{
    border: solid 2px #0a66c2;
    padding: 10px 0px;
    width: 39px;
    fill: #0a66c2;
    transition: all ease 0.5s;
    margin: auto;
        display: block;
}

.linkedin svg:hover {
    border: solid 2px #2e3d9d;
    padding: 10px 0px;
    width: 39px;
    fill: #ffffff;
    background-color: #2e3d9d;
    transition: all ease 0.5s;
}

.footerlink a{
    color: #797979;
    text-decoration: none;
}
.footerlink a:hover {
    color: #2e3d9d;
    text-decoration: none;
}


.contact-person-block{
    margin-top: -50px;
}

@media screen and (max-width:950px){
    .contact-person-block{
    width: 80%;
    }
.photofiltersmob{
    width: 90%;
    padding: 0rem 1rem;
}

}

.contact-person-block .person {
border-radius: 7px;
}

.contact-person-block .person figure img{
    border-radius: 7px 7px 0px 0px;
    object-fit: cover;
    width: 100%;
    height: 22rem;
}

#searchwp-form-1 input{
    padding: 0.5rem;
        border: none!important;
}

.loginlink a, .loginlinkin a{
    color: gray;
        text-decoration: none;
}

.loginlink a:hover, .loginlinkin a:hover {
    color: #2e3d9d;
}

.facetwp-facet-webinar_categories{
    flex-flow: row wrap;
}

.facetwp-facet-webinar_categories .facetwp-depth{
    flex-flow: row wrap;
}

.memberLanding{
   /* background-color: #d0e8fe; */
}

.memberLanding a {
    color: #2e3d9d;
    text-decoration: none;
}

.knowlegeCentre figure img{
height: 150px;
object-fit: cover;
}

.logged-in .members-button a{
background: gray;
    cursor: not-allowed;
    pointer-events: none;
}

.delthep p {
    display: none;
}

.removeLinkStyle a{
    color: #2e3d9d;
    text-decoration: none;
}

.removeLinkStyle a:hover {
    color: #3597fc;
}

.frontHeadUpTop{
    margin-top: 2rem!important;
    position: absolute;
        top: 0;
        width: 100%;
}

.f{
    position: relative;
}

@media screen and (max-width: 1200px){
.container, .is-style-contained{
    width: 90%;
}
}

#wpmem_login{
    width: 100%!important;
}


.wp-block-button__link.wp-element-button{
    transition: all ease 300ms;
    border: 2px solid;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        padding: .667em 1.333em;
}




#wpmem_login fieldset,
#wpmem_reg fieldset {
    border: none;
    padding: 0;
    margin: 40px 0 0px!important;
}