.rightbar {
  width: 30%;
  float: right;
  background: aliceblue;
  padding: 30px;
  text-transform: uppercase;
}

.rightbar li {
	margin-bottom:10px;
}

.rightbar li a {
	color:#232d4b;
}

.rightbar li::marker {
	color:#e57200;
}

.nominee hr {
	width:40px;
	border:1px solid #e57200;
}

.nominee {
	max-width:70%;
	margin:0 auto;
}

.nominee .views-row {
	position:relative;
}

.nominee .views-field-field-headshot {
    float: right;
    width: 25%;
    margin-left: 30px;
    transition: all 0.3s ease; /* handles width and margin reflow smoother */
}

.nominee .views-row:hover .views-field-field-headshot {
    width: 50%;
}

.nominee .views-field-field-headshot img {
    width: 100%;
    border-radius: 0;
    transition: border-radius 0.3s ease;
}

.nominee .views-row:hover .views-field-field-headshot img {
    border-radius: 500px;
}


.nominee .views-field-title a {
	color:#232d4b;
	font-weight:600;
	font-size:1.3em;
}

.paragraph--type--hero .container {
	padding:0;
}

.paragraph--552 .field-field_headline:before {
	display:none;
}


@media (min-width: 992px) {
  .we-mega-menu-ul .dropdown-menu .we-megamenu-nolink:before {
  	content:'+';
  	color:#e57200;
  	padding-left:8px;
  	font-size:1.3em;
  	background-image:none;
  }
}

.grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
    }
    .card {
      background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 1.5rem;
      position: relative;
      text-align: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .card-icon {
      width: 48px;
      height: 48px;
      background: #232d4b;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -24px;
      left: 50%;
      transform: translateX(-50%);
    }
    .card-icon svg {
      width: 20px;
      height: 20px;
    }
    .card h3 {
      margin: 1rem 0 0.5rem;
      font-size: 1.1rem;
      color: #222;
    }
    .card strong {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: 600;
    }
    .card p {
      margin: 0.5rem 0;
      font-size: 0.95rem;
      color: #333;
    }
    .card a.button {
      display: inline-block;
      margin-top: 1rem;
      padding: 0.5rem 1rem;
      background:none;
      color: #e57200;
      text-decoration: none;
      font-weight: 500;
      border:1px solid #e57200;
    }
.card a.button:hover {
background:#232d4b;
}

.paragraph--556 .field-field_page_sections {
	margin-top:40px;
}
    
.field-field_page_sections .field-field_headline {
  font-style: italic;
  text-shadow: none;
  position: relative;
  font-size: 1.3em;
}