Single-game tickets are now on sale for baseball games at Blue Bell Park!
Buy Now
Single-game tickets are now on sale for softball games at Davis Diamond!
Buy Now
Explore Your Ticket Options!
Call Us: 979-846-8892
.sponsors{display:none;}
.opportune-header{
padding:48px;
background-image:url('/images/2016/11/7/reed_gameday_background_light.jpg');
background-size: cover;
background-position:center;
margin-bottom:24px;
border-bottom:5px solid #500000;
}
.opportune-footer{
padding:24px;
background-image:url('/images/2019/6/5/background_fbticketsheader.jpg');
background-size: cover;
background-position:center;
margin-bottom:24px;
}
.opportune-header div, .opportune-footer div{
text-align:center;
}
.opportune-footer div img{
width:200px;
}
.opportune-header div h2{
font-size:36px;
color:#565757;
margin-top:24px;
}
.student-item{
flex: 0 0 calc(33.334% - 18px);
margin-bottom:24px;
margin-right:24px;
}
.student-item:nth-of-type(3n+3){
margin-right:0;
}
.student-container {
position: relative;
width:100%;
height:410px;
z-index:3;
}
.student-container:hover{
cursor:pointer;
}
.student-container:hover .student-image-container .student-image{
transform:scale(1.05);
}
.student-container .student-image-container{
position:absolute;
width:100%;
height:100%;
z-index:-1;
overflow:hidden;
}
.student-container .student-image-container .student-image{
position:absolute;
background-size:cover;
background-position:center top;
width:100%;
height:100%;
z-index:-1;
transition:.25s;
}
.student-container .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(80,0,0,.85);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
z-index:1;
text-align:center;
}
.student-container .overlay.show{
height:100%;
}
.student-container .overlay.show{
height:100%;
}
.student-container .overlay a{
color:#16DEFF;
}
.text {
width:100%;
height:100%;
padding:24px;
color: white;
font-size: 16px;
position: absolute;
overflow: hidden;
}
.text span{
display:block;
padding:24px;
}
.student-item .student-label{
background-color:#565757;
color:#ffffff;
padding: 12px 24px 17px 12px;
font-size:18px;
position:relative;
}
.student-label:after {
content: '';
position: absolute;
display: block;
height: 5px;
width: 100%;
left: 0;
background-color: #500000;
bottom: 0;
}
.student-item .student-container i{
position:absolute;
top:24px;
right:24px;
font-size:30px;
color:#fff;
z-index:2;
transition: .25s;
}
.student-item .student-container .rotated-icon{
transform:rotate(45deg);
}
.video-about-row{
margin-bottom:24px;
}
.opportune-video-container{
position:relative;
align-content: center;
flex: 0 0 calc(50% - 12px);
height:auto;
}
.opportune-about{
flex: 0 0 calc(50% - 12px);
padding:24px;
color:#565757;
}
.opportune-stories h3,.opportune-about h3{
font-size: 28px;
color:#565757;
}
.opportune-stories{
margin-bottom:48px;
}
.opportune-about p{
font-size: 18px;
}
.opportune-about a{
color:#565757;
display:block;
margin-top:24px;
background-color:#500000;
text-transform:uppercase;
color:#ffffff;
text-decoration:none !important;
padding:12px 24px;
width:176px;
font-size:18px;
transition: .25s;
border:1px solid #500000;
}
.opportune-stories a{
display:inline-block;
text-decoration:none;
border-bottom:2px solid #f2f2f2;
padding:18px 0 12px;
font-size:18px;
transition:.25s;
}
.opportune-stories a:hover{
/*color:#500000;*/
border-bottom:2px solid #500000;
}
.opportune-about a:hover{
background-color:#fff;
border:1px solid #500000;
color:#500000;
}
.opportune-video-container div{
position:relative;
}
@media all and (max-width:1023px){
.student-item{
flex: 0 0 calc(50% - 12px);
}
.student-item:nth-of-type(odd){
margin-right:24px;
}
.student-item:nth-of-type(even){
margin-right:0;
}
.opportune-video-container{
flex: 0 0 100%;
}
.opportune-about{
flex: 0 0 100%;
}
}
@media all and (max-width:639px){
.student-item{
flex: 0 0 100%;
}
.student-item:nth-of-type(odd){
margin-right:0;
}
.student-item:nth-of-type(even){
margin-right:0;
}
}
@media all and (max-width:539px){
.opportune-header div h2 {
font-size:30px;
}
}
$(".student-container").on('click',function(){
$(this).children(".overlay").toggleClass("show");
$(this).children(".student-icon").toggleClass("rotated-icon");
});