.image-crop-circle {
    width: auto;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 0 !important;
}

    .image-crop-circle img {
        display: flex;
        height: 50px;
        width: 50px;
        align-items: center;
        justify-content: center;
    }

.ip-listing-page .bc-grid[data-size="1/2"] .bc-card--with-image .bc-image {
    max-height: 252px;
    min-height: 252px;
    height: 252px;
    width: 100%;
    margin: 0;
}

/*Nirav's css taken form all.css*/
.umbraco-forms-hidden {
    display: none !important;
}

.input-validation-error:not(.bc-radios__input) {
    border: 0.1rem solid #da1e27;
    border-radius: 0.25rem;
    outline: none;
}

    .input-validation-error:not(.bc-radios__input):focus {
        border: 0.1rem solid #da1e27;
        outline: 0.1rem solid #da1e27;
    }

.input-validation-error.bc-radios__input::before {
    content: "";
    outline: 0.1rem solid #da1e27 !important;
    outline-color: #da1e27 !important;
    border: 0.1rem solid #da1e27;
}

.bc-input--sort-code {
    position: relative;
    padding: 0;
    text-align: center;
    max-width: 3.75rem;
}

.bc-alert__icon i {
    font-size: 1.4rem;
    color: #fff;
    opacity: 1;
}

.bc-checkbox__input {
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0.2rem 0.5rem;
    cursor: pointer;
}

    .bc-checkbox__input::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: white;
        border: 0.125rem solid #0000ff;
        border-radius: 0;
    }

    .bc-checkbox__input:checked::after {
        content: "";
        display: block;
        background-color: #0000ff;
        border: 0.063rem solid white;
        box-sizing: border-box;
        position: absolute;
        top: 0.2rem;
        left: 0.16rem;
        width: 70%;
        height: 70%;
    }

    .bc-checkbox__input.input-validation-error {
        padding: 0.25rem;
        box-sizing: border-box;
    }

        .bc-checkbox__input.input-validation-error::before {
            border-color: #da1e27;
        }

        .bc-checkbox__input.input-validation-error:checked::after {
            border: 0.063rem solid white;
        }

    .bc-checkbox__input:disabled::before {
        background-color: #696969;
        border-color: #696969;
    }

    .bc-checkbox__input:disabled:checked::after {
        background-color: #696969;
    }

.bc-checkbox__label {
    font-size: 1.125rem;
    line-height: 1.5;
    display: inline-block;
    padding-top: calc((1.125rem - 2rem) / 3);
    color: #002882;
}

.bc-checkbox.two-items-per-row {
    flex-wrap: wrap;
}

    .bc-checkbox.two-items-per-row .bc-checkbox__item {
        width: 48%;
        box-sizing: border-box;
        margin-right: 0 !important;
    }

.bc-company_Name {
    font: bold 16px/26px DM Sans;
    margin: 0.4rem 0;
}

.bc-radios__body {
    margin-top: 0;
    margin-left: 0.25rem;
    flex: 1;
}

.bc-radios__label {
    display: block;
    word-wrap: break-word;
    padding: 0;
    line-height: normal;
    color: #002882;
}

.ip-event-booking .bc-alert a {
    font-size: 1rem;
    line-height: 28px;
    font-weight: 400;
    text-decoration-thickness: 1px;
}

.ip-event-booking--delegate .bc-alert a {
    font-size: 1rem;
    line-height: 28px;
    font-weight: 400;
    text-decoration-thickness: 1px;
}

.ip-payment__shipping-details-table-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0.5rem 0;
}

.ip-payment__shipping-details-table-column {
    display: flex;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    line-height: normal;
}

    .ip-payment__shipping-details-table-column:first-child {
        font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 600;
        font-size: 1.125rem;
        margin-right: 0.813rem;
        min-width: 5.5rem;
    }

.membership-profile-page .bc-hero-banner {
    min-height: 100%;
    padding: 0 0 3.5rem 0 !important;
    margin: 1.5rem 0 0 0;
}

.membership-profile-page .bc-hero-banner__icon-list .elem img {
    width: 2.5rem;
    height: 2.5rem;
    -o-object-fit: fill;
    object-fit: fill;
    padding: 0 0.5rem 0 0;
}

@media only screen and (max-width: 991px) {
    .membership-profile-page .bc-hero-banner .flex-container {
        display: block;
        margin: 0 !important;
    }
}

.membership-profile-page .bc-hero-banner__icon-list .elem img {
    width: 2.5rem;
    height: 2.5rem;
    -o-object-fit: fill;
    object-fit: fill;
    padding: 0 0.5rem 0 0;
}

@media only screen and (max-width: 991px) {
    .membership-profile-page .bc-hero-banner .flex-container {
        display: block;
        margin: 0 !important;
    }
}

@media screen and (min-width: 650px) {
    .ip-listing-page .bc-card--with-blog .bc-card__inner {
        margin-bottom: 6rem;
    }
}

.bc-card__date-container {
    padding-left: 0;
}

.ip-member-resources .bc-tab__item--current .bc-tab__tab {
    border-radius: 2rem;
    background: #0c0adb;
    color: #fff;
}

.ip-member-resources .bc-tab__item--current a:hover {
    color: #fff !important;
}

.ip-member-resources .bc-tab__list {
    list-style: none !important;
    margin-left: 0 !important;
    border: 2px solid #0c0adb;
    border-radius: 28px;
    color: #333333;
    background-color: transparent;
    line-height: 1.5;
    display: inline-flex;
    flex-direction: row;
    padding: 3px;
    margin-top: 10px;
}

.bc-sub-nav__link {
    cursor: pointer;
}

.bc-card__member-blog {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    line-height: 26px;
    background-color: #08ffff;
    height: 26px;
    border-radius: 8px;
    padding: 0 12px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #002882;
    border-radius: 60px;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    .bc-card__member-blog .bc-card__icon {
        display: flex !important;
    }

    .bc-card__member-blog img {
        height: 22px !important;
    }

.blog-card__wrapper {
    justify-content: normal !important;
}

.bc-card__member-blog-mt {
    margin-top: 4rem !important;
}

.blog-page .it-centered__document .bc-heading--jumbotron {
    margin-top: 0 !important;
}

.blog-page .d-inline-flex {
    margin: 0 !important;
}

.blog-page .it-centered__document .bc-details-group {
    margin-bottom: 0px !important;
}

.blog-page .it-centered__document .bc-section {
    margin: 0px !important;
    padding: 1.188rem 0;
}

.ip-event-booking .bc-checkbox__input {
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer;
    margin: 0 0.5rem 0 0;
}

    .ip-event-booking .bc-checkbox__input:checked::after {
        content: "";
        top: 0.2rem;
        left: 0.2rem;
        width: 64%;
        height: 64%;
    }

.ip-event-booking--delegate .bc-checkbox__input {
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer;
    margin: 0 0.5rem 0 0;
    min-width: auto !important;
}

    .ip-event-booking--delegate .bc-checkbox__input:checked::after {
        content: "";
        top: 0.2rem;
        left: 0.2rem;
        width: 64%;
        height: 64%;
    }

.ip-event-booking--delegate #SharingConsent {
    width: 34px;
}

.ip-communication-preferences .bc-checkbox__item {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    grid-gap: 0;
}

.ip-communication-preferences .bc-checkbox__input {
    margin: 0 0.5rem 0 0;
}

.ip-communication-preferences .bc-checkbox__label {
    line-height: unset;
}

.ip-communication-preferences .bc-checkbox__body {
    margin: 0;
}

.ip-communication-preferences .bc-checkbox__input:checked::after {
    content: "";
    top: 0.2rem;
    left: 0.2rem;
    width: 64%;
    height: 64%;
}

@media (width >= 100px) {
    .ip-listing-page .bc-card--with-blog .bc-card__inner {
        margin-bottom: 1.125rem;
    }

    .ip-listing-page .bc-card__date-container {
        position: unset;
    }
}

.ip-homepage .bc-blog-card {
    max-width: none;
}

@media (width >= 650px) {
    .ip-homepage .bc-blog-card {
        padding: 1.75rem 1.5rem 1.75rem;
        min-height: 295px;
        flex: 1;
    }
}

@media (max-width: 500px) {
    .ip-homepage__card-wrapper > * {
        margin: 15px 0 0;
    }
}

@media screen and (min-width: 1400px) {
    .blog-min-height {
        min-height: 313px;
    }

    .blog-triangle-min-height {
        min-height: 210px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .blog-min-height {
        min-height: 313px;
    }

    .blog-triangle-min-height {
        min-height: 210px;
    }
}

@media screen and (min-width: 800px) and (max-width: 991px) {
    .blog-min-height {
        min-height: 313px;
    }

    .blog-triangle-min-height {
        min-height: 210px;
    }
}

@media screen and (max-width: 800px) {
    .blog-min-height {
        min-height: 313px;
    }

    .blog-triangle-min-height {
        min-height: 210px;
    }
}

.ip-purchase-history .bc-description-list__key {
    font-weight: 500 !important;
}

.blog-page .it-centered__document .image-crop-circle {
    padding-right: 30px;
}

.dv_card_name_date {
    width: 122px !important;
    word-wrap: break-word !important;
}

.ip-event-booking .bc-section + .bc-section {
    margin-top: 0 !important;
}

.ip-event-booking--delegate .bc-heading--subtitle {
    margin-top: 1.25rem !important;
}

@media only screen and (max-width: 500px) {
    .p_card_company {
        width: 100px !important;
        word-wrap: break-word !important;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .p_card_company {
        width: 200px !important;
        word-wrap: break-word !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .p_card_company {
        width: 300px !important;
        word-wrap: break-word !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 794px) {
    .p_card_company {
        width: 400px !important;
        word-wrap: break-word !important;
    }
}

@media only screen and (min-width: 794px) and (max-width: 992px) {
    .p_card_company {
        width: 100px !important;
        word-wrap: break-word !important;
    }
}

@media only screen and (min-width: 992px) {
    .p_card_company {
        width: 130px !important;
        word-wrap: break-word !important;
    }
}

@media only screen and (min-width: 794px) and (max-width: 1302px) {
    .ip-homepage__card-wrapper > :last-child .p_card_company {
        width: 400px !important;
    }
}

.ip-rich-content-page ul {
    padding-left: 20px;
    list-style-type: disc;
}

    .ip-rich-content-page ul li::marker {
        font-weight: 700;
        font-size: 20px;
        color: #002882;
    }

.ip-rich-content-page ol {
    padding-left: 20px;
}

.ip-rich-content-page ul,
.ip-rich-content-page ol,
.ip-rich-content-page li {
    font-family: "Lora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

.bc-subscription-card {
    padding: 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1607843137);
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 650px) {
    .bc-subscription-card {
        padding: 1.875rem 1.875rem 1.5rem 1.875rem;
    }
}

.bc-subscription-card__price {
    margin-left: auto;
}

.bc-subscription-card__header {
    display: flex;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    font-weight: 700;
}

@media screen and (min-width: 650px) {
    .bc-subscription-card__header {
        font-size: 1.5rem;
    }
}

.bc-subscription-card .bc-description-list__key {
    font-weight: 700;
}

.bc-subscription-card__heading {
    margin-bottom: 0;
}

.bc-subscription-card__footer {
    display: flex;
    position: relative;
    margin-top: 0;
}

@media screen and (min-width: 650px) {
    .bc-subscription-card__footer {
        margin-top: 2.5rem;
    }
}

.bc-subscription-card__manage {
    cursor: pointer;
    color: #0c0adb;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 0.25rem;
    padding-left: 1.25rem;
    margin-left: -0.5rem;
}

    .bc-subscription-card__manage:before {
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        vertical-align: middle;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: "liga";
        content: "\e5d4";
        color: #0c0adb;
        font-size: 1.2rem;
        line-height: 1rem;
        position: absolute;
        margin-left: -1.2rem;
        margin-top: 5px;
    }

        .bc-subscription-card__manage:before + span {
            display: inline-block;
            margin-left: -5px;
        }

.bc-subscription-card__manage__active {
    background-color: rgba(12, 10, 219, 0.0509803922);
}

.bc-subscription-card__manage-list {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1607843137);
    min-width: 230px;
    list-style-type: none;
    padding: 1rem;
    top: 2rem;
    z-index: 10;
}

    .bc-subscription-card__manage-list li {
        color: #0c0adb;
        padding-bottom: 0.75rem;
    }

        .bc-subscription-card__manage-list li:last-child {
            padding-bottom: 0;
        }

    .bc-subscription-card__manage-list a {
        text-decoration: none;
    }

    .bc-subscription-card__manage-list .bc-icon {
        margin-right: 0.25rem;
        vertical-align: middle;
    }

    .bc-subscription-card__manage-list > li[disabled] a,
    .bc-subscription-card__manage-list > li[disabled] .bc-icon {
        color: #696969;
        cursor: not-allowed;
    }

.bc-subscription-card__active {
    display: block;
}

.bc-subscription-card .bc-subscription-card__body {
    margin-bottom: 0;
}

    .bc-subscription-card .bc-subscription-card__body .bc-description-list__item {
        line-height: 30px;
    }

.bc-subscription-card .bc-description-list {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 650px) {
    .bc-subscription-card .bc-description-list {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 1rem 3rem;
        gap: 1rem 3rem;
    }
}

.bc-subscription-card .bc-description-list__item {
    width: 50%;
}

@media screen and (min-width: 650px) {
    .bc-subscription-card .bc-description-list__item {
        width: auto;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.ip-my-subscription
p,
li,
dl,
dt,
dd,
address {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.it-left-sidebar-account__body
p {
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Removes icons from menu pages */

.bc-list--menu li:first-child a:before {
    content: url(/images/temp/icon_example.png);
    display: none;
    height: 32px;
}


/* Removes my menu header from side nav*/
.ip-my-dashboard__menu {
 display: none;   
}

/* Aligns right sidebar* (was 10 rem)/
@media screen and (min-width: 1200px) {
    .ip-rich-content-page .it-right-sidebar__sidebar {
        margin-top: 0rem;
    }


/* Bring menu up on sidebar */
@media screen and (min-width: 1200px) {
    .ip-rich-content-page .it-right-sidebar__sidebar {
        margin-top: 1rem;
    }
}

/* icon remove */
    .bc-company-banner__background-image img {
        height: 384px;
        display: none;
    }
}


    .blog-min-height {
        min-height: 240px;
    }
}

/* About menu item in header position */
.bc-header__quick-nav-menu-item:first-of-type {
    margin-left: 0;
    margin-top: 0.6rem;
}

/* 1. Hide the entire author info block first */
.postid-13587 .author-info span {
    display: none !important;
}

/* 2. Force the Name/Visit West to show up */
.postid-13587 .author-info span.fw-bold {
    display: inline !important;
}

/* 3. Force the Date to show up (it is the last span) */
.postid-13587 .author-info span:last-of-type {
    display: inline !important;
}
   
    .p_card_company {
        width: 130px !important;
        word-wrap: break-word !important;
        display: none;
    }
    

    /* This targets ONLY the article containing the url below */
article.bc-product-card:has(a[href*="events/bristol-initiative-and-tlt-roundtable"]) {
    display: none !important;
} 