https://purchasing.idaho.gov/wp-content/themes/Webmaster-v4/css/events-cal-styling.css?ver=6.9.4
Federal opportunity from State of Idaho. Place of performance: ID.
- Source
- Open on official portal →
- Solicitation
- 08dc1805ce5faeeef90098b81767ce82
- Performance
- Idaho
- Response
- No due date posted
Point of Contact
Agency & Office
Applicable wage determinations
Best public WD match for the notice location and scope.
View more WD detail3 more WD matches and 15 more rate previews.↓
Description
/* this should change the font for the entire calendar */ :root { --tec-font-family-sans-serif: "Atkinson Hyperlegible", sans-serif; } /* TRIBE EVENTS CALENDAR HOMEPAGE*/ p.event-datetime { font-size: 24px; margin: 0px; } .homepage-events a.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin { font-size: 30px !important; } .homepage-events .tribe-events-calendar-list__event-description p { color: #000 !important; font-size: 1.0rem !important } .homepage-events .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container { padding-left: 0px !important; padding-right: 0px !important } .homepage-events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row { margin-bottom: 50px } .homepage-events .tribe-events-calendar-list__event-date-tag { min-width: 200px !important; height: 200px; } /* === Event Calendar Styling === */ .homepage-events { display: flex; flex-direction: column; } .event-item { display: grid; grid-template-columns: 160px 1fr 300px; align-items: stretch; gap: 2rem; background: #fff; padding: 1rem 0rem; } .event-date { background: var(--color1); display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 4px; padding: 0.5rem; text-align: center; height: 160px; } .event-date-inner { display: flex; flex-direction: column; align-items: center; line-height: 1.2; } .event-date .month { font-weight: 400; font-size: 1.25rem; text-transform: uppercase; } .event-date .day { font-size: 2.5rem; font-weight: 900; } .event-date .year { font-size: 1rem; opacity: 0.9; } li.tribe-common-g-row.tribe-events-calendar-list__event-row { height: 100%; min-height: 220px; } .event-content { display: flex; flex-direction: column; } .event-title { font-weight: 700; font-size: 1.87rem; margin: 0 0 0.25rem; } .event-title a { color: #000; text-decoration: none; font-size: 1.5rem !important; } .event-title a:hover { text-decoration: underline; } .event-datetime { font-size: 0.9rem; color: #333; margin-bottom: 0.5rem; } .event-excerpt { font-size: 16px; color: #444; } .event-image { border-radius: 4px; overflow: hidden; } .event-image img { width: 100%; height: 100%; object-fit: cover; } .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav { padding-top: 10px; } /* Optional: alternate color by index */ .event-item:nth-child(1) .event-date { background: var(--color1); } /* .event-item:nth-child(2) .event-date { background-color: #3b7bbf; } .event-item:nth-child(3) .event-date { background-color: #2a6630; } .event-item:nth-child(4) .event-date { background-color: #7852b1; } .event-item:nth-child(5) .event-date { background-color: #9a3d24; } */ .event-location { margin-top: -0.25rem; margin-bottom: 0.75rem; font-size: 0.9rem; } .event-location a { color: #276099; text-decoration: none; font-weight: 600; } .event-location a:hover { text-decoration: underline; } /* Responsive */ @media (max-width: 768px) { .tribe-events .tribe-events-c-view-selector { width: auto; } .event-item { grid-template-columns: 1fr; text-align: center; } .event-image { order: -1; } .view-all-events { text-align: center; margin-top: 50px; } } .view-all-events { margin-top: 50px; } .view-all-events a { padding: 8px 50px; background: var(--color2) !important; color: var(--color7) !important; text-decoration: none; font-weight: 700; border-radius: 4px; font-size: 20px; margin: 0 auto; transition: color 0.3s, background-color 0.3s !important; } .view-all-events a:hover { background: var(--color3) !important; color: var(--color7) !important; text-decoration: none; font-style: normal; } /* EVENTS HOMEPAGE END */ /* TRIBE EVENTS SINGLE PAGE */ .tribe-events-single-event-description p { font-family: 'Atkinson Hyperlegible', sans-serif !important; } .tribe-events .tribe-events-calendar-list__event-featured-image { display: block; border-radius: 5px; } #tribe-events-footer a { font-family: 'Atkinson Hyperlegible', sans-serif !important; } .tribe-events-schedule.tribe-clearfix { padding: 0px; margin: 20px 0; } #tribe-events-pg-template { /* max-width: 1320px!important || Optional to match the width of the inner pages * max-width: 1048px; || Current width */ } .tribe-events-event-image { position: relative; width: 100%; height: 250px; /* fixed height */ overflow: hidden; /* hide overflow for object-fit */ border-radius: 6px; /* optional rounding */ } .tribe-events-event-image img { width: 100%; height: 100%; object-fit: cover; /* crop/scale image nicely */ object-position: center; /* center the focal point */ display: block; } /* TRIBE EVENTS SINGLE PAGE ENDS */ /* EVENTS PAGE */ .tribe-common-g-row.tribe-events-calendar-list__event-row { margin-bottom: 50px !important; } .tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col { padding-right: 0px !important } /* === Event Calendar Styling (Tribe Events Version) === */ .tribe-events-calendar-list__event-row { display: grid; grid-template-columns: 120px 1fr 200px; align-items: stretch; gap: 1.5rem; background: #fff; /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); */ padding: 1rem; /* border-radius: 6px; */ margin-bottom: 1.5rem; } .tribe-events-calendar-list-nav { margin-top: 10px; } /* hide top bar when using the custom template it will not be hidden if TEC templates are used */ .wm4-events .tribe-events-header .tribe-events-c-top-bar { display: none; } .tribe-common .tribe-common-c-btn-border { background-color: var(--color1); font-size: 1.2rem; font-weight: 700; font-style: normal; text-decoration: none; color: var(--color7); border-radius: 4px; padding: 8px 50px; transition: all 0.2s ease-in-out; } .tribe-common .tribe-common-c-btn-border:hover, .tribe-common .tribe-common-c-btn-border:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover button { background-color: var(--color7) !important; color: var(--color1) !important; text-decoration: none; font-style: normal; } .tribe-common .tribe-common-c-btn-border svg { fill: var(--color7); color: var(--color7) !important; stroke: var(--color7); } .tribe-common .tribe-common-c-btn-border:hover svg, .tribe-common .tribe-common-c-btn-border:focus svg { fill: var(--color1); color: var(--color1) !important; stroke: var(--color1); } .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button { color: var(--color7); border: none; background-color: transparent !important; transition: all 0.2s ease-in-out; } .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button:hover{ outline: none; color: var(--color1); } /* --- DATE TAG --- */ .tribe-events-calendar-list__event-date-tag { background-color: #4a7d3d; display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 4px; padding: 0.75rem; text-align: center; height: 160px; } .tribe-events-calendar-list__event-date-tag-datetime { display: flex; flex-direction: column; align-items: center; line-height: 1.1; font-weight: 700; } .tribe-events-calendar-list__event-date-tag-weekday { font-size: 0.8rem; text-transform: uppercase; margin-bottom: 0.25rem; } .tribe-events-calendar-list__event-date-tag-daynum { font-size: 1.8rem; font-weight: 900; } .tribe-events-calendar-list__event-date-tag-year { font-size: 1rem; opacity: 0.9; } .tribe-events-nav-pagination ul { padding-left: 0px !important } .tribe-common .tribe-common-h5 { font-size: 3.12rem !important; } .tribe-events .tribe-events-calendar-list__month-separator { align-items: center; display: flex; } .tribe-events .tribe-events-calendar-list__event-date-tag-weekday { font-size: 1.5rem !important; line-height: 1em; } /* --- IMAGE --- */ .tribe-events-calendar-list__event-featured-image-wrapper { border-radius: 6px; overflow: hidden; height: 400px; /* fixed height for consistency */ } .tribe-events-calendar-list__event-featured-image { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; } /* --- CONTENT AREA --- */ .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium { margin-bottom: 0px; } .tribe-events-calendar-list__event-details { display: flex; flex-direction: column; justify-content: start; height: 200px; } .tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col { height: 220px; } .tribe-events-calendar-list__event-header { margin-bottom: 1rem; } .tribe-events-calendar-list__event-title { font-weight: 700; font-size: 1.1rem; margin: 0 0 0.25rem; } .tribe-events-calendar-list__event-title-link { color: #000; text-decoration: none; } .tribe-events-calendar-list__event-title-link:hover { text-decoration: underline; } /* --- DATETIME --- */ .tribe-events-calendar-list__event-datetime-wrapper { font-size: 0.9rem; color: #333; margin-bottom: 0em !important; } .tribe-events .tribe-events-calendar-list__event-datetime { color: var(--tec-color-text-event-date); font-size: 24px !important; } /* --- EXCERPT / DESCRIPTION --- */ .tribe-events-calendar-list__event-description { font-size: 1rem; color: #444; margin-top: 0.5em; } .tribe-events-calendar-list__event-description p { margin: 0; color: #000 !important; } .tribe-events-calendar-list__event-description a { color: #276099; font-weight: 600; text-decoration: none; } .tribe-events-calendar-list__event-description a:hover { text-decoration: underline; } .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag { wi
Pricing and bid posture
Contractor-side estimate from visible notice metadata, NAICS/PSC, contract type, schedule hints, and BidPulsar workpaper assumptions. Not an IGCE, incumbent price, award value, or government budget.
This advisory bid range is visible page text for contractors and search engines: it summarizes the modeled floor, target, and premium bid posture for this solicitation.
Market snapshot
Baseline awarded-market signal across all contracting (sample of 400 recent awards; refreshed periodically).
Files
Files size/type shown when available.
BidPulsar Analysis
A practical, capture-style breakdown of fit, requirements, risks, and next steps.
Service match
Optional support routes matched to this notice after the core solicitation details.
Other matched support routes↓
Related hubs & trends
Navigate the lattice: hubs for browsing, trends for pricing signals.