.pub-manager fieldset .form-field input, .pub-manager fieldset .form-field select {
    color: black;
}
.vnews.vnews__featured .article.article__secure__member {
    display: none;
}
.vnews.vnews__featured .article.in-members-role.article__secure__member {
    display: block;
}
.iif .content-pane:not([id*=_CTAPane]):not([id*=_FullWidthPaneBottom]) .event-speakers .event-speakers--speaker, .iif .content-pane:not([id*=_CTAPane]):not([id*=FullWidthPaneC]) .event-speakers .event-speakers--speaker {
    flex-basis: calc(100% / 6);
    min-width: 200px;
    max-width: 235px;
}
.iif .content-pane:not([id*=_CTAPane]):not([id*=_FullWidthPaneBottom]) .event-speakers .event-speakers--list, .iif .content-pane:not([id*=_CTAPane]):not([id*=FullWidthPaneC]) .event-speakers .event-speakers--list {
    padding: 2rem 0;
    justify-content: flex-start;
}

.banner--container .banner--content .banner--body .fa,
.banner--container .banner--content .banner--body .far,
.banner--container .banner--content .banner--body .fas {
    font-family: "Font Awesome 5 Pro";
}




/*modal css changes*/
.modal-content button {
	appearance: none;
	color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0.2em solid #007ab8;
    background-color: #052e70 !important;
	background: #052e70;
	font-family: "Avenir",Helvetica,Arial,sans-serif;
    display: inline-block;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    padding: 0.75em 1.5em;
    border-radius: 0;
    background: transparent;
    background-image: none;
    transition: all .15s ease-in-out;
    box-shadow: none;
    text-shadow: none;
    font-size: 18px;
	cursor: pointer;
}
.modal-content button:hover {
    color: #fff;
    background-color: #007ab8 !important;
    border-color: #007ab8;
}
.modal-content .wrapper .text-form p {
	font-size: 18px;
    line-height: 1.8;
}
.modal-content .wrapper label {
	display: flex;
    align-items: center;
    gap: 1rem;
}
.modal-content .wrapper label span.text-form {
	font-weight: 700;
    font-size: 18px;
	white-space: nowrap;
}
.modal-content .wrapper label input {
	width: 100%;
	flex: 1 1 auto;
    padding: 0.5rem;
    border-radius: 5px;
}
.modal-content h5.modal-title {
	color: #052e70;
    font-weight: 400;
    font-family: var(--font__serif);
    line-height: var(--line-height__base,1.5);
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: calc(var(--font-size__base, 18px) * var(--font-factor__h4, 1.35));
}
.modal-dialog {
    width: 600px;
    margin: 3rem auto 0;
}

/*----- Adjust Home page Upcoming Events Kicker size -----*/
.iif.iif__home .event-listing .event-listing--upcoming .event .event--title a .event--kicker {
	font-size: 1.25rem;
}











.iif.iif__home .global-nav {
    height: calc(100% - 300px);
    top: 2rem;
}
.iif__home .sb-skinobject-instance {
    position: relative;
    top: clamp(88px,45vh,155px);
    margin-right: 4rem;
}
@media screen and (min-width: 1100px) {
.iif__home .sb-skinobject-instance {
    position: relative;
    top: calc(120px + 1.5rem);
    margin-right: 5rem;
}
.iif.iif__home .global-nav {
    height: calc(100% - 312px - 8.5rem);
    padding: 0 2rem;
    top: 0;
}
}


/*Upcoming Event Image Scaling*/
img.event--image {
    width: 100%;
    height: auto!important;
}

/*Event Series Landing Page Responsive Card and Title*/
.iif .series--listing .event--details a {
    width: 100%!important;
}

/*Kicker Text*/
h3.event--title.event--title__has-kicker {
    font-weight: 400!important;
}

span.event--kicker {
    font-weight: 700;
    display: block;
}


/*Changing Name Styles for Emerging Market Advisory Council */

/* Base styles for the committee module */
.iif .committee {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4rem 2rem; /* Added padding to maintain consistency across screen widths */
    width: 100%;
}

.iif .committee h3 {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: var(--theme-primary, #0056b3);
    padding-left: 1rem;
}

/*Committe Changes /*
/* Base styles for committee module */
.iif .committee {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4rem 0;
}

/* Style for group titles (h3) */
.iif .committee h3 {
    width: 100%; /* Takes full width to break the row */
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    /* color: var(--theme-primary, #0056b3);  Example color */
    color: var(--theme-text, #333)
    padding-left: 1rem;
}

/* Styles for individual committee member items */
.iif .committee .committee--member {
    flex: 1 1 280px; /* This ensures that it takes up at least 280px and scales with more space */
    margin: 1rem; /* Spacing between members */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Responsive adjustments for committee members */
@media screen and (min-width: 600px) {
    .iif .committee {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .iif .committee .committee--member {
        flex: 0 1 23%; /* Adjust the flex-basis to fit 4 items per row on larger screens */
    }
}

@media screen and (min-width: 900px) {
    .iif .committee .committee--member {
        flex: 0 1 18%; /* Adjust the flex-basis to fit more items per row on even larger screens */
    }
}

@media screen and (min-width: 1200px) {
    .iif .committee .committee--member {
        flex: 0 1 15%; /* Adjust for desktops */
    }
}

/* Image and name styling as previously defined */
.iif .committee .member--image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--brand-accent, #e7ac08);
    margin-bottom: 1rem;
}

.iif .committee img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform var(--timing__fast) var(--timing__function);
}

.iif .committee .member--image:hover img {
    transform: scale(1.05);
}

.iif .committee .member--name {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.iif .committee .member--position {
    font-style: italic;
}
.iif .committee .member--name {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--theme-link, #00e);
    font-weight: 700;
    text-decoration: none;
}

div.member--position[itemprop="company"] {
    font-style: normal!important;
}

/*Homepage Upcoming Events Photo*/

.iif .event-listing .event-listing--featured .event img.event--image {
	height: 100%!important;
}



/*Archived Podcasts Heading Styles*/

.module-container__branded_archived {
    padding: 20px;
    font-size: calc(var(--font-size__base, 18px)* var(--font-factor__h3, 1.3));
    font-weight: 700;
    color: #254880;
    text-align: center;
    border-top: 3px solid #FDCB08;
    border-bottom: 3px solid #FDCB08; 
    text-transform: uppercase;
}

.module-container__branded_archived_skinny {
    padding: 20px;
    font-size: calc(var(--font-size__base, 18px)* var(--font-factor__h3, 1.3));
    font-weight: 400;
    color: #254880;
    text-align: center;
    border-top: 3px solid #FDCB08;
    border-bottom: 3px solid #FDCB08; 
    text-transform: uppercase;
}


