Bat17
1709 Benson Ave. Evanston, IL 60201
P:847-733-7117
Beermiscous
2812 N Lincoln Ave. Chicago, IL 60657
P:(773) 698-6824
552 Sheridan Rd Highwood, IL 60040
P:(847) 780-3486
Bob's Pizza
616 Davis St. Evanston, IL 60201
P:847-485-1973
Bluestone
1932 Central St Evanston, IL 60201
P:847-424-0420
Prairie Moon
1635 Chicago Ave Evanston, IL 60201
P: 847-864-8328
Beacon Tap
1374 Lee St. Des Plaines, IL 60018
P: (847) 715 2772
Players Pub
1250 River Rd. Prospect Heights, IL 60070
P: (847) 693-7323
Fatties Pub
14420 John Humphrey Dr. Orland Park, IL 60467
P: (708) 645-4901
JP Flannery’s
4025 147th St. Midlothian, IL 60445
P: (708) 925-9662
#aspnetForm{
background-color:#fff;
}
.travel-nav{
display:flex;
justify-content:center;
flex-direction:row;
padding:24px;
}
.travel-nav a{
flex:0 0 33%;
position:relative;
color: #000;
text-decoration: none;
font-size: 12px;
padding: 12px 80px;
background-color: #e6e6e6;
border-radius:5px;
text-align:center;
}
.travel-nav a:hover{
background-color: #582c83;
color:#fff;
}
.travel-nav :first-child{
background-color:#582c83;
color:#fff;
}
.sponsors{display:none;}
.opportune-header{
padding:48px;
background-image:url('/images/2018/11/15/background.jpg');
background-size: cover;
background-position:center;
margin-bottom:24px;
border-bottom:5px solid #582c83;
}
.opportune-footer{
padding:24px;
background-image:url('/images/2018/11/15/background.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-01{
background-image:url('/images/2018/9/28/jake_gibbons.jpg');
}
.student-02{
background-image:url('/images/2019/11/5/20191031_wbb_headshots_crb_29198.jpg');
}
.student-03{
background-image:url('/images/2019/10/10/Mitchell_Wendell.jpg');
}
.student-04{
background-image:url('/images/2018/10/26/Flagg_Savion_181017_AggieHoops_MediaDay_5.JPG');
}
.student-05{
background-image:url('/images/2016/8/8/Piper_Grace_2.jpg');
}
.student-06{
background-image:url('/images/2018/9/21/Wilson_Aaliyah.jpg');
}
.student-07{
background-image:url('/images/2018/9/22/DeLoach_Zach_AM_BASE__116.jpg');
}
.student-08{
background-image:url('/images/2018/9/28/sartain_riley.jpg');
}
.student-09{
background-image:url('/images/2019/4/23/braden_white.jpg?width=512');
}
.student-container .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: #582c83;
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
z-index:1;
}
.student-container .overlay.show{
height:100%;
}
.student-container .overlay.show{
height:100%;
}
.text {
width:100%;
height:100%;
padding:24px;
color: white;
font-size: 16px;
position: absolute;
overflow: hidden;
overflow-y:auto;
}
.text span{
display:block;
padding:24px;
position:absolute;
top:0;
}
.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: #582c83;
bottom: 0;
}
.student-item .student-container i{
position:absolute;
top:24px;
right:24px;
font-size:30px;
color:#582c83;
z-index:2;
transition: .25s;
}
.student-item .student-container .rotated-icon{
transform:rotate(45deg);
color:white;
}
.video-about-row{
margin-bottom:24px;
}
.opportune-video-container{
position:relative;
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:#582c83;
text-transform:uppercase;
color:#ffffff;
text-decoration:none !important;
padding:12px 24px;
width:176px;
font-size:18px;
transition: .25s;
border:1px solid #582c83;
}
.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:#c3a153;*/
border-bottom:2px solid #582c83;
}
.opportune-about a:hover{
background-color:#fff;
border:1px solid #582c83;
color:#582c83;
}
.opportune-video-container div{
position:relative;
width:100%;
height:auto;
padding-bottom:56.25%;
}
.opportune-video-container div iframe{
position:absolute;
width:100%;
height:100%;
}
a, a:link{
color:#fff;
}
@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;
}
}
require(['jquery'], function($){
$(".student-container").on('click',function(){
$(this).children(".overlay").toggleClass("show");
$(this).children(".student-icon").toggleClass("rotated-icon");
});
});