Student Ticketing FAQ Page
09/01/21 | General
body{
background: #f8f9fb;
}
.article-content li {
text-transform: none;
font-size: 16px;
color: #4f4f4f;
}
.buttonbig {
background-color: #FCDF1B;
border: none;
color: #007940;
width: 40%;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 24px;
margin: 4px 2px;
}
.buttonbig2 {
background-color: #007940;
border: none;
color: white;
width: 40%;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 24px;
margin: 4px 2px;
}
.ticket-button {
background-color: #FCDF1B;
border: none;
color: #007940;
width: 80%;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 24px;
margin: 4px 2px;
}
.ticket-button2 {
background-color: #007940;
border: none;
color: white;
width: 80%;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 24px;
margin: 4px 2px;
}
.ticket-button3 {
background-color: white;
border: 2px solid #007940;
color: #007940;
width: 80%;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 24px;
margin: 4px 2px;
}
.wrapper{
width: 100%;
margin: 50px auto;
}
.wrapper .title{
margin-bottom: 25px;
background: #007940;
padding: 20px;
text-transform: uppercase;
text-align: center;
font-size: 20px;
color: #fff;
border-radius: 2px;
font-weight: 700;
}
.wrapper .accordion_item{
margin-bottom: 25px;
box-shadow: 0 0 5px rgba(225,225,225,0.5);
}
.wrapper .accordion_item .accordion_tab{
background: #fff;
padding: 20px;
color: #007940;
font-size: 18px;
text-transform: uppercase;
text-align: left;
font-weight: 600;
cursor: pointer;
position: relative;
transition: all 0.3 ease;
}
.wrapper .accordion_item .accordion_tab .arrow{
position: absolute;
top: 35px;
transform: translateY(-50%);
right: 20px;
width: 25px;
height: 25px;
border-radius: 50%;
background: #007940;
}
.wrapper .accordion_item .accordion_tab .arrow img{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 13px;
height: 13px;
}
.wrapper .accordion_item .accordion_content{
background: #eeeeee;
display: none;
transition: all 0.3s ease;
padding: 10px 15px 10px 15px;
}
.wrapper .accordion_item .accordion_content p{
font-size: 16px;
line-height: 18px;
text-transform: none;
color: #4f4f4f;
font-weight: normal;
}
.wrapper .accordion_item .accordion_tab.active{
color: #007940;
background: #fff;
}
.wrapper .accordion_item .accordion_tab.active .arrow img{
transform: translate(-50%,-50%) rotate(180deg);
transition: all 0.3s ease;
}
.wrapper .accordion_item .accordion_tab.active .accordion_content{
display: block;
}
.article-content section {
width: 100%;
min-height: 200vh;
margin-top: 50px;
background-color: white;
position: relative;
text-align: center;
}
.divTicketTable
{
display: table;
width:auto;
position: relative;
margin-left:auto;
margin-right:auto;
border-spacing:10px;/*cellspacing:poor IE support for this*/
/* border-collapse:separate;*/
}
.divTicketRow
{
display:table-row;
width:auto;
}
.divTicketCell
{
/* float:left;fix for buggy browsers*/
/*display:table-column;*/
display:inline-block;
width:50%;
padding: 10px 20px 10px 20px;
vertical-align: top;
}
.article-content table {
overflow: auto;
border: 1px solid rgb(0, 0, 0)
width: 80%;
}
.article-content tr {
font-size: 14px;
text-transform: none;
border: 1px solid rgb(0, 0, 0)
}
.article-content td {
font-size: 14px;
text-transform: none;
border: 1px solid rgb(0, 0, 0)
}
.article-content h1 {
margin: 0;
text-align: center;
font-size: 70px;
animation-delay: 0.6s;
animation-duration: 5s;
font-family: Eduardo, Arial," sans-serif";
color: #007940;
letter-spacing: 17px;
}
.article-content h1 a {
text-decoration: none;
}
.article-content h2 {
margin: 0;
font-size: 24px;
text-align: center;
color: #007940;
}
.article-content h3 a {
color: #007940;
}
.hvr-sweep-to-top:before {
font-family: Eduardo, Arial," sans-serif";
background:rgba(255,242,0,0.84);
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
color: black;
font-family: Eduardo, Arial," sans-serif";
}
.center-div {
position: relative;
width: 75%;
padding: 20px;
margin: auto;
text-align: center;
background-color: white;
box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
display: inline-block;
}
a {
color: #007940;
}
.faqs {
margin-left: 5px;
}
@media(max-width:1730px) {
.body {
margin-left: -12px;
}
#title {
padding-left: 6px;
}
.center-div {
border: none;
width: 80%;
}
.article-content h2 {
font-size: 24px;
line-height: 30px;
}
.subheader {
font-size: 25px;
}
}
@media(max-width:1290px) {
.body {
margin-left: -12px;
}
#title {
padding-left: 6px;
}
.center-div {
border: none;
width: 100%;
}
.article-content h2 {
font-size: 24px;
line-height: 30px;
}
.subheader {
font-size: 25px;
}
}
@media(max-width:985px) {
.body {
margin-left: -12px;
}
.divTicketTable
{
margin-left: 0px;
margin-right: 0px;
border-spacing:10px;/*cellspacing:poor IE support for this*/
/* border-collapse:separate;*/
}
.divTicketRow
{
display:table-row;
width:100%;
}
.divTicketCell
{
width:100%;
}
td {font-size: 12px;}
.center-div {
border: none;
width: 100%;
}
#title {
padding-left: 6px;
}
.article-content h1 {
font-size: 55px;
letter-spacing: 1px;
line-height: 60px;
letter-spacing: 10px;
}
.article-content h2 {
font-size: 24px;
line-height: 30px;
}
.subheader {
font-size: 25px;
}
}
@media(max-width:550px) {
.body {
margin-left: -12px;
}
.buttonbig {width: 80%;}
.buttonbig2 {width: 80%;}
.divTicketTable
{
margin-left: 0px;
margin-right: 0px;
border-spacing:10px;/*cellspacing:poor IE support for this*/
/* border-collapse:separate;*/
}
.divTicketRow
{
display:table-row;
width:100%;
}
.divTicketCell
{
width:100%;
}
.center-div {
border: none;
width: 100%;
}
table {width: 95%;}
#title {
padding-left: 6px;
}
.article-content h1 {
font-size: 50px;
letter-spacing: 1px;
line-height: 60px;
letter-spacing: 4px;
}
h2 {
font-size: 24px;
line-height: 30px;
}
.subheader {
font-size: 25px;
}
.article-content li {
font-size: 14px;
}
}
AUTZEN GAMEDAY INFORMATION
Vaccination Policy
Student Tickets only available via mobile device.
Download the Go Ducks Gameday Mobile app.
tickets@uoregon.edu | @OregonDuckTix
How Does the Claim Process Work?
- All Student Duck Sports Pass Holders can claim a ticket at 11:00AM
- Do not wait to login as tickets are expected to be claimed quickly.
- Any Student Duck Sports Pass tickets not claimed by 5:00PM on Monday, Aug 30 will be made able to the rest of the student body to purchase.
- If student section tickets still remain on Wednesday, Sept 1, friends and family tickets will be made available for purchase. An email with more information will be sent when and if these tickets go on-sale.
- The football claim schedule may be viewed HERE
What Happens when the Entire Student Section Sells Out?
- If all of the tickets in the Student section are claimed or purchased, the Athletic Department may make discounted reserved tickets available.
- An email with more information will be sent when and if these tickets go on-sale
AUTZEN GAMEDAY INFORMATION
Vaccination Policy
- Beginning Aug. 23, all fans ages 12 and older planning to attend games at Autzen Stadium or any other UO sporting event will need to show proof of vaccination, including a CDC-issued Vaccination Record Card (or photo of the card) and corresponding identification, to gain entry.
- For those 12 and older who cannot provide proof of vaccination, documentation of a negative test taken within three days of the event will also be accepted. Please visit the following link from the UO Incident Management Team for details on how to meet this requirement: LINK
- Fans under 12 are not subject to proof of vaccination or a COVID-19 test, but must be fully masked at all times within Autzen Stadium, except when actively eating or drinking.
- Information on how to find a COVID-19 vaccine in Oregon can be found by visiting: https://govstatus.egov.com/find-covid-19-vaccine
- The following link provides information on where to take a test for COVID-19: https://govstatus.egov.com/or-oha-covid-19-testing
Face Coverings
- All guests ages 5 and over are required to wear face coverings in all areas of Autzen Stadium, per direction from Lane County Public Health.
Pre-Game/Entering Autzen Stadium
- Students with student section seating should enter Autzen via the Student Section Gates on the South Side of the Stadium
- Mobile Ticket and Student ID are required to receive a wristband for entry.
- Gates to Autzen Stadium and the seating bowl will now open two hours prior to the scheduled kickoff. To avoid congestion at the gate, as wait times entering the stadium will be longer than normal with updated health and safety protocols, fans are encouraged to arrive early.
- Student seating is located in sections 8, 7, and the top of 2 on a first come-first seat basis.
Clear Bag Policy
- The clear bag policy at Autzen Stadium remains in effect. As a reminder, fans may bring in one clear bag no larger than 12" x 6" x 12" or a one-gallon plastic storage bag. Fans are limited to one clear bag per person, along with a small clutch or purse for privacy.
Concessions
- As many other businesses are experiencing, supply chain issues may necessitate limited concession stands and menus.
- Water stations on the concourse will continue to be available.
- Fans may continue to bring prepackaged food and sealed, non-alcoholic, non-glass beverage containers into the stadium.
- Alcohol is not allowed in the student section
As a reminder, the additional health and safety protocols detailed above will be evaluated on a weekly basis and are subject to change, at the direction of the UO Incident Management Team and local public health authorities. Fans will be notified immediately when adjustments are made to any of these health and safety protocols.
Having your passion safely back to Autzen Stadium this fall has been highly anticipated and we appreciate you creating the best home field advantage in all of college football. Thank you for your support and Go Ducks!
Having your passion safely back to Autzen Stadium this fall has been highly anticipated and we appreciate you creating the best home field advantage in all of college football. Thank you for your support and Go Ducks!
Duck Insider 4-8-26
Thursday, April 09
Duck Insider 4-7-26
Wednesday, April 08
Meet the Flock: Inside Linebackers | 2026 Oregon Football
Tuesday, April 07
Dante Moore | Spring Practice #6
Tuesday, April 07






