.basic-box{
    
    background-color:#fff;
    position:relative;
   

}
.embedTileSummary{

    overflow:hidden;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
    padding-top:10px;
    /*height:290px;*/
    color: var(--tbc-dark-gray, #333333);
    display:flex;
    flex-direction:column;
    
}
.term-listing-content .node{
    height:600px;
}
.programDatesList{
    list-style-type: none !important;
}
.programDatesListRow{
    margin: 0 0 0 0 !important;
}

.promotionEmbedTile{
    height:28.125rem !important;
    background-color: #babcbf;
}

.sb-rel-items .promotionEmbedTile{
    background-color: #f1f3f4;
    height:auto !important;
}
.promotionEmbedText{

}
.summaryTileWrapper{
    /*height:480px !important;*/
    position:relative;
    background-color:#fff;
}
.sb-rel-items  .summaryTileWrapper{
    height:auto !important;
}
.summaryTileWrapper .field-type-image img{
    margin: 0 0 !important;
}
.summaryTileWrapperPromo{
 background-color:#babcbf !important;
 color:#fff !important;
 margin-bottom:20px;
 


}
.summaryTileWrapperPromo h3{
  color: #fff !important;
}

.promoText{
    color: white;
    /*font-size: 34px;*/
    text-align: center;
    font-weight: 400;
    line-height: 1;    
}
.promoTitle, .promoTitle h2{
    color:#fff;
}
.summaryTileWrapper h2{
    padding-left: 20px;
    padding-top: 5px;
    font-size: 21px;
    line-height: 1.1;
    text-align: left;
    font-weight: 700;
}
.articleTileWrapper{
    /*height:500px !important;*/
}
.sb-rel-items  .articleTileWrapper{
    height:auto !important;
}
.programTileGroup{
    height:100%;
}
.embedTileTitle{
    font-size: 21px;
    line-height: 1.1;
    text-align: left;
    font-weight: 700;
    font-family: var(--font-family-base, 'Real Text W01 Semilight', Arial, sans-serif);
    /*padding-left:20px;*/
    padding-right:20px;
    padding-left:20px;
    margin-top:20px;
    margin-bottom:10px;
    /*padding-bottom:20px;*/
    /*padding-top:15px;*/
}
.embedTileImage img{
    max-width: 100%;
    min-width: 100%;
}

.basicpageTileWrapper, .articleTileWrapper, .eventTileWrapper,.programTileWrapper, .landingTileWrapper,.summaryTileWrapper{
    height:40.375em !important;/*646px !important;*/
    background-color:#fff;
    display:flex !important;
    flex-direction: column;
    margin-bottom:20px;

}
.summaryTileWrapperPromo p{
    color:#fff !important;
    text-align: left !important;
    

}
.programTileWrapperLink{
    margin-bottom: 30px;
}
.programTileWrapper .field-collection-container, .programTileWrapper .field-type-taxonomy-term-reference{
    padding-left:20px !important;
}
.sb-rel-items  .programTileWrapper{
    height:auto !important;
}
.view.mosaicgrid .views-row:not(.image-link-tile) .field-name-field-program-features{
    padding-left:20px;
}
.programTileWrapper h2{
    padding-left:20px;
}
/* 
 * Event Tile Image Styling
 * Override inline aspect-ratio styles from Drupal's responsive image processing
 * The inline style `aspect-ratio: auto 640 / 360` comes from the feature_embed image style (640x360)
 * We force a consistent 16:9 aspect ratio to match PROD bootstrap_grid behavior
 */
.eventTileWrapper img{
    min-width: 100% !important;
    max-width: 100% !important;
    /* Override inline aspect-ratio from Drupal responsive images with !important */
    aspect-ratio: 640 / 360 !important;
    object-fit: cover !important;
    object-position: center !important;
}
.eventTileWrapper .group-event-cta{
    bottom:0px;
    position:relative;
    width:100%;
    /*padding-right:10px !important;*/
    background-color: var(--tbc-red, #ff4024) !important;
    /*padding-left: 10px !important;*/
}
.eventTileWrapper{
    /*height:550px !important;*/
}

  
.eventTileWrapper .field-collection-container .field-collection-item-field-fc-performance-date, .eventTileWrapper .field-name-title, .eventTileWrapper .field-name-event-performance-location{
padding-left:15px;
}
.eventTileTime{
    font-size: 12px;
    line-height: 1.1;
    text-align: left;
    font-weight: 400;
    font-family: var(--font-family-base, 'Real Text W01 Semilight', Arial, sans-serif);
    padding-left:20px;
    padding-right:20px;
    padding-top:3px; 
}
.eventTileWrapper .field-collection-container .field-collection-item-field-fc-performance-date, .eventTileWrapper .field-name-title, .eventTileWrapper .field-name-event-performance-location{
    padding-left:15px;
}

/*used in article embed tiles for the "read more" link and used in event embed tiles for the button at the bottom of the tile.*/
.call-to-action{
    color: white;
    background-color: var(--tbc-red, #ff4024);/*$tbc-dark-gray;*/
    cursor: pointer;
    font-size: 16px;
    /*margin-top: 20px;*/
    padding-bottom: 10px;
    padding-top: 10px;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-align-content: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-transition: background-color 100ms ease, color 100ms ease;
    -o-transition: background-color 100ms ease, color 100ms ease;
    -webkit-transition: background-color 100ms ease, color 100ms ease;
    transition: background-color 100ms ease, color 100ms ease;
}

/* Override default anchor color (red) to white when inside red CTA button
 * This needs !important to override the global anchor color rule which also uses !important
 * Using more specific selectors to ensure this overrides bootstrap-variables.scss and mixins
 */
.node-event .call-to-action,
.node-event .call-to-action *,
.node-event .call-to-action a,
.node-event .call-to-action a:hover,
.node-event .call-to-action a:active,
.node-event .call-to-action a:visited,
.node-event .call-to-action a:focus,
.call-to-action,
.call-to-action *,
.call-to-action a,
.call-to-action a:hover,
.call-to-action a:active,
.call-to-action a:visited,
.call-to-action a:focus {
    color: white !important;
}

/* Free label styling - left side of CTA when event is free */
.event-free-label {
  color: white !important;
  font-weight: bold;
  padding-left: 15px;
}

/* Regular CTA text styling - ensure white color */
.event-cta-text {
  color: white !important;
  padding-left: 15px;
}

/* Price container styling (only shows when not free) - right side */
.eventEmbedCTAPrice {
  padding-right: 15px;
  font-weight: 600;
  color: white !important;
}

.content-tiles{
    background-color:#fff;
    height:40.375em !important;/*646px !important;*/
    display:flex;
    flex-direction:column;
    display:flex !important;
    
}
.embedTileGroup{
    height:100%;
    flex:1;
    display:flex;
    flex-direction:column;
    background-color: var(--tbc-white, #ffffff) !important;

}
.embedTileButton{
    align-self:flex-end;
    width:100%;
}
.no-sidebars .basic-box:not(.image-link-tile) .node-event .call-to-action span {
background-color: #ee4024;
}
.view-mode-embed{
    height:100%;
}
.contentTilesContainer{
    margin-bottom: 3.75rem !important;
    padding-right:0px !important;
    padding-left:0px !important;
    /*margin-left: 0px !important;*/
    /*margin-right: 0px !important;*/
}
.schedEventTile .embedTileGroup{
    background-color: var(--tbc-white, #ffffff);
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100% !important;
        justify-content: center;
        align-items:center;
    }
}
a div, a p {
    color: var(--tbc-dark-gray, #333333); /* Set desired color */
    text-decoration: initial; /* Set desired text decoration */
}
.content-moderation-entity-moderation-form{
    display:none;
}
/**
 * Code below sets the pencil buttons.
 */
.contextual-region .contextual .contextual-links {
    position: relative !important;
    z-index:10000000000 !important;
    float:none;
}
.contextual .trigger{
    position:relative;
    float:none;
}
.contextual .trigger:hover, .contextual .trigger:focus,.contextual .trigger:active {
    position: relative !important;
    float:none;
}
.contextual-region .contextual .contextual-links{
    display:flex;
}

