.season_tabs {
  position: relative;   
  min-height: 360px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.season_tab {
  float: left;  
  clear: both;
  width: 286px;
}
.season_tab label {
/*     background: #eee; */
   padding: 10px;
/*     border: 1px solid #6452bf; */
    margin-left: -1px;
    font-size: 21px;
    vertical-align: middle;
    position: relative;
    left: 1px;
    width: 264px;
    height: 68px;
    display: table-cell;
}




.season_tab [type=radio] {
  display: none;  
}
.season_content {
  position: absolute;
  top: 0;
  left: 286px;
/*   background: white; */
  right: 0;
  bottom: 0;
/*   padding: 20px;
  border: 1px solid #ccc; */
 }
.season_content span {
  animation: 0.5s ease-out 0s 1 slideInFromTop; 
}
[type=radio]:checked ~ label {
  background: rgba(27,25,47,1.0);
/*    content: url(https://9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/png-transparent-arrow-illustration-arrow-icon-right-arrow-angle-web-design-internet-thumbnail.png); */
    border-right: 2px solid #6452bf;
 
  z-index: 2;
}

[type=radio]:checked ~ label ~ .season_content {
  z-index: 1;
}
@media only screen and (max-width: 1023px){
  .season_tabs{
    display:none;
  }
}

.arrow {
  width: 15px;
  height: 15px;
  border: 2px solid #32557f;
  border-left: 0;
  border-top: 0;
}