.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;
}

