
/*NN 02-09-2023 Attendee Portal DTA Image ratios when resizing */
.image--contain img {
 object-fit: contain; 
  width:80%;
  height:80%;
  max-width: 450px;
  max-height: 450px;
}

.center-items > div > div > div > .poll-card > .card-body {
  padding: 0px 20px;
  height: 285px;
}

/*JJ 3-3-23 Center Sponsor Listing Text*/
.hdrText {
  text-align: center;
  
}

/* JJ 44573 */
.meetings-section-header .mdBtnR {
  color: white;
}

.meetings-section-header .mdBtnR-outline-primary:hover{
  background-color: white;
border-color: white;
}

/* JJ 44771 */

#rf-catalog .search-container .rf-attribute span {
  text-transform: none;
}

