Boise State Athletics

BroncoBOLD

9/6/2019 12:00:00 AM | General, Broncos United

:root { /* Official Brand Colors */ --bronco-blue: #0033A0; /* Standard Blue */ --bronco-dark-blue: #001F60; --bronco-orange: #D64309; --bronco-gray: #333333; --sidearm-light-gray: #f4f4f4; --white: #ffffff; --mental-health-green: #00A859; } body { font-family: 'Lato', sans-serif; color: var(--bronco-gray); line-height: 1.6; margin: 0; padding: 0; background-color: var(--white); } h1, h2, h3, h4, .btn { font-family: 'Montserrat', sans-serif; text-transform: uppercase; } a { text-decoration: none; transition: color 0.2s; } /* --- Buttons --- */ .btn { display: inline-block; padding: 15px 35px; font-weight: 800; border-radius: 4px; text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s ease; cursor: pointer; text-align: center; } .btn-orange { background-color: var(--bronco-orange); color: var(--white); border: 2px solid var(--bronco-orange); } .btn-orange:hover { background-color: #b53807; border-color: #b53807; transform: translateY(-2px); } .btn-blue { background-color: var(--bronco-blue); color: var(--white); } .btn-blue:hover { background-color: var(--bronco-dark-blue); } .btn-outline { background-color: transparent; color: var(--bronco-blue); border: 2px solid var(--bronco-blue); } .btn-outline:hover { background-color: var(--bronco-blue); color: var(--white); } /* --- Hero Section --- */ .hero { /* UPDATED: Solid Boise State Blue (removed gradient) */ background-color: var(--bronco-blue); /* Optional: You can keep the stadium image faintly if desired, but to match the request for "solid blue", I removed the image URL. If you want the image back with blue overlay, uncomment the line below: */ /* background: linear-gradient(rgba(0, 51, 160, 0.9), rgba(0, 51, 160, 0.9)), url('YOUR_IMAGE_URL'); */ color: var(--white); text-align: center; padding: 80px 20px 100px; border-bottom: 10px solid var(--bronco-orange); } /* Logo Styling */ .hero-logo { max-width: 400px; /* Adjust size of logo here */ width: 100%; height: auto; margin-bottom: 20px; display: inline-block; } .hero p { font-size: 1.5rem; font-weight: 700; margin-bottom: 30px; color: var(--bronco-orange); /* Orange text pops on blue */ /* text-shadow removed for cleaner look on solid color */ } /* --- Content Container --- */ .container { max-width: 1000px; margin: 0 auto; padding: 60px 20px; } /* --- About Section --- */ .about-section { text-align: center; margin-bottom: 40px; } .about-section h2 { color: var(--bronco-blue); font-size: 2.5rem; margin-bottom: 30px; } .lead-text { font-size: 1.15rem; color: #444; max-width: 850px; margin: 0 auto 40px; text-align: left; } /* --- Mission & Pillars Section --- */ .mission-section { padding-bottom: 60px; text-align: left; } .mission-text { font-size: 1.2rem; color: var(--bronco-dark-blue); max-width: 800px; margin: 0 0 40px 0; font-weight: 700; } .pillars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; margin-bottom: 50px; } .pillar-card { background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); border-top: 6px solid var(--bronco-blue); text-align: left; transition: transform 0.3s ease; } .pillar-card:hover { transform: translateY(-5px); border-top-color: var(--bronco-orange); } .pillar-card h3 { color: var(--bronco-blue); font-size: 1.4rem; margin-bottom: 15px; border-bottom: 2px solid #eee; padding-bottom: 10px; } .pillar-card p { font-size: 1rem; color: #555; } .together-text { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.3rem; color: var(--bronco-dark-blue); margin: 10px 0; text-transform: uppercase; text-align: left; } /* --- High School Ambassadors (Grey Background) --- */ .hsa-section { background-color: var(--sidearm-light-gray); padding: 80px 20px; text-align: center; } .hsa-container { max-width: 1000px; margin: 0 auto; } .hsa-content { background-color: var(--white); padding: 40px; border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); text-align: left; } .hsa-content h2 { color: var(--bronco-blue); font-size: 2.2rem; margin-bottom: 20px; border-bottom: 3px solid var(--bronco-orange); display: inline-block; padding-bottom: 10px; } .hsa-content p { font-size: 1.1rem; color: #444; margin-bottom: 20px; } /* Responsive Video Container */ .video-wrapper { position: relative; padding-bottom: 56.25%; /* 16:9 Aspect Ratio */ height: 0; overflow: hidden; max-width: 100%; background: #000; margin: 30px 0; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); } .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Statistics Bar */ .stat-bar { display: flex; justify-content: space-around; flex-wrap: wrap; margin-top: 40px; gap: 20px; border-top: 1px solid #eee; padding-top: 30px; } .stat-item { text-align: center; } .stat-number { display: block; font-size: 3rem; font-weight: 900; color: var(--bronco-orange); font-family: 'Montserrat', sans-serif; line-height: 1; } .stat-label { font-weight: 700; color: var(--bronco-dark-blue); text-transform: uppercase; font-size: 0.9rem; } /* --- Impact Section --- */ .impact-section { padding: 80px 20px; max-width: 1000px; margin: 0 auto; } .impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; } @media (max-width: 768px) { .impact-grid { grid-template-columns: 1fr; } } .impact-text h2 { color: var(--bronco-dark-blue); font-size: 2.2rem; margin-bottom: 20px; } .impact-list { list-style: none; padding: 0; } .impact-list li { margin-bottom: 15px; padding-left: 30px; position: relative; font-size: 1.05rem; } .impact-list li::before { content: '✔'; color: var(--bronco-orange); position: absolute; left: 0; font-weight: bold; } .impact-image { display: flex; justify-content: center; align-items: center; } .impact-image img { width: 100%; max-width: 550px; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); } /* --- Resources Section --- */ .resources-section { /* UPDATED: Changed to standard Bronco Blue */ background-color: var(--bronco-blue); color: var(--white); padding: 80px 20px; } .resources-container { max-width: 1100px; margin: 0 auto; } .resources-section h2 { font-size: 2.5rem; margin-bottom: 50px; color: var(--white); text-align: center; } .resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; margin-bottom: 50px; } .resource-col h3 { color: var(--bronco-orange); font-size: 1.4rem; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 15px; margin-bottom: 20px; min-height: 50px; /* Aligns headers */ } .resource-list { list-style: none; padding: 0; margin: 0; } .resource-list li { margin-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; font-size: 1.05rem; } .resource-list li:last-child { border-bottom: none; } .resource-list strong { display: block; color: #ddd; font-size: 0.95rem; } .resource-list a { color: var(--white); font-weight: 700; font-size: 1.1rem; } .resource-list a:hover { color: var(--bronco-orange); text-decoration: underline; } /* --- Emergency Banner --- */ .emergency-banner { background-color: #b53807; /* Dark Orange/Red */ color: white; text-align: center; padding: 20px; font-weight: 900; font-size: 1.2rem; text-transform: uppercase; font-family: 'Montserrat', sans-serif; }

Mental Health Awareness

Contribute to BroncoBOLD

What is BroncoBOLD?

BroncoBOLD is an initiative designed to encompass all aspects of Boise State Athletics' mental health programming for our student-athletes, coaches and staff. The "BroncoBOLD" name, as well as the mission statement, was selected and drafted by Boise State student-athletes with guidance from Director of Athletic Performance, Psychology, Stephanie Donaldson and others in the department to represent Boise State Sports Performance, Health, and Wellness moving forward as it works with other members of the campus and the Treasure Valley community to take on the challenges of mental health in today's world of college athletics.

Download BroncoBOLD Mental Health Guide (PDF)

BroncoBOLD Mission Statement

BroncoBOLD is a Boise State University student-athlete mental health initiative that spreads a message of hope, help, and resiliency to the entire campus and greater community.

BroncoBOLD will champion the importance of mental health and wellness in all areas of life through the platform of sport.

The BroncoBOLD mission is built on three pillars:

1. Reduce Stigma

BroncoBOLD will be the voice of change. We will create a culture of help-seeking and inclusion through personal stories and messages of strength. Collectively, we will normalize conversations around mental health and reduce stigma.

2. Raise Awareness

BroncoBOLD will shed light on mental health by focusing on education and proactive prevention. We will grow awareness and knowledge of mental health issues through such forums as social media, workshops, and sponsored events and athletic competitions.

3. Cultivate Resiliency

BroncoBOLD will utilize a strengths-based approach, emphasizing the boldness we all possess. We will share healthy coping skills, engage support systems, and use our internal and external resources.

Together, we will build a culture of resiliency and strength.

Together, we will foster a mentally healthy community.

Together, we are BroncoBOLD.

High School Ambassador Program

The BroncoBOLD High School Ambassador Program partners Boise State student-athletes with high school students to lead mental health awareness and prevention efforts within their schools and communities. Each school designates student ambassadors who receive training, funding, and mentorship to lead mental health initiatives.

Through this partnership, high school students and administrators become agents of change, organizing events that normalize conversations around mental wellness.

16 Partner High Schools
22k+ Students Impacted
100% Student Driven

Youth Driven Impact

Through the High School Ambassador Program, schools host events that bring mental health to the forefront of student life. These initiatives are designed and led by students, for students.

  • BOLD Mental Health Matters Games: Dedicating athletic contests to awareness.
  • Chalk the Walk: Community art events during Suicide Prevention Month.
  • Wellness Weeks: Week-long activations focused on self-care and affirmation.
  • Peer Connection Campaigns: Student-led efforts to ensure no one stands alone.

*BroncoBOLD provides free QPR and Youth Mental Health First Aid training for adults, along with direct funding and toolkits, ensuring accessible programming across communities.
 

Students engaging in BroncoBOLD High School Ambassador Program

BroncoBOLD Resources

On-Campus Mental Health Resources Available to Boise State Students

Community Resources Available to the Public

In the case of a life-threatening emergency, call 911 immediately.
North End Zone Project Update - February
Thursday, February 12
North End Zone Project Update - January 2026
Wednesday, January 21
Bronco Rake Up (2025)
Wednesday, November 19
Bronco Studios: Pac-12, USA Sports Announce Media Rights Deal
Friday, November 14