.main_color blockquote {
    border-color: #e85d04;
}


.custom-list {
    font-family: 'Montserrat', sans-serif; /* Apply the Montserrat font */
    list-style-type: none; /* Remove default bullets */
    padding-left: 0; /* Remove padding */
}

.custom-list .list-item {
    position: relative;
    padding-left: 20px; /* Space for custom bullet */
    margin-bottom: 5px; /* Spacing between items */
}

.custom-list .list-item::before {
    content: '•'; /* Custom bullet */
    position: absolute;
    left: 0;
    color: black; /* Bullet color */
    font-size: 20px; /* Bullet size */
    line-height: 0; /* Adjust line height */
    vertical-align: middle; /* Align bullet vertically with text */
    top: 11px; /* Fine-tune the position */
}



/* Numbered list */
.custom-list--numbered {
  font-family: 'Montserrat', sans-serif !important;
  list-style: decimal !important;   /* show 1., 2., 3. */
  list-style-position: outside;
  margin: 0;
  padding-left: 2.5rem;
}

.custom-list--numbered > li {
  margin-bottom: 5px;
  font-family: inherit !important;  /* make the li use Montserrat */
}

/* Ensure all text inside the li inherits Montserrat (but don't break icon fonts) */
.custom-list--numbered > li *:not(i):not(svg):not(path):not([class*="fa-"]):not([class*="icon"]) {
  font-family: inherit !important;
}

/* Keep the numbers matching the text */
.custom-list--numbered > li::marker {
  font-family: inherit !important;
  font-variant-numeric: tabular-nums;
  font-size: 1em;
  color: #000;
}



.page-id-5513 .entry-title{
display:none;
}

#page-id-5513  {
     max-width: none;
}


.page-id-7411 .entry-title{
display:none;
}

.page-id-7736 .entry-title{
display:none;
}

.page-id-7265 .entry-title{
display:none;
}

#page-id-7411  {
     max-width: none;
}

.my-titles {
  text-decoration: none; 
}

mark {
padding: 0;
}

input#pwbox-2917 {
	color: #e85d04;
}

.more-link, .more-link:visited, button, input[type="button"], input[type="reset"], input[type="submit"], button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    color: #ffffff;
}

#infinite-handle span button, #infinite-handle span button:focus, #infinite-handle span button:hover {
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: static;
}

pre, .table-inverse caption, input[type="password"], input[type="search"], input[type="password"]:focus, input[type="search"]:focus {
	color: #e85d04;
}

a {
	color: #e85d04;
}

a, a:visited {
	color: #e85d04;
}

.sf-menu a, .sf-menu a:visited {
    color: #000000;
}

.sf-menu > li li.current_page_item > a, .sf-menu > li li.current-menu-item > a, .sf-menu > li li.current_page_ancestor > a, .sf-menu > li li.current-menu-ancestor > a, .sf-menu > li li.current-menu-parent > a {
	color: #e85d04;
}

.sf-menu ul a, .sf-menu ul a:hover  {
	color: #e85d04;
}

.widget li {
	font-family: 'Ubuntu';
}

.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
	color: #e85d04;
	text-decoration: none;
}

.entry-title a:hover {
	color: #e85d04;
}

.site-info {
    border-top-color: #e85d04;
}

.location {
    border-left: 3px solid #000056;
}

.sf-menu a, .sf-menu a:after {
		text-decoration: none;
}

li {
	font-family: 'Ubuntu';
}


.entry-content > *, [class*='inner-container'] > * {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.accordion-title a:hover {
	color: #ffffff;
}

.participant-profile {
  max-width: 800px;
  margin: 0 auto;
  font-family: sans-serif;
}

.participant-photo {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  display: block;
  margin-bottom: 20px;
}

.participant-bio,
.participant-publications {
  margin-top: 20px;
  line-height: 1.6;
}

