.well {
    margin-bottom: 0px;
    padding: 10px;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 200px; 
}

.teamCaption {
    position: absolute;
    padding: 5px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    text-shadow: rgb(0, 0, 0) 2px 2px 5px;
    text-transform: uppercase;
    background-color: rgba(163, 121, 44, 0.6);
    max-width: 209.25px;
    display: block;
}

.teamBox {
    padding: 0px 2.5px;
    margin-bottom: 20px;
}

.teamImage {
    background-size: cover;
    background-repeat: no-repeat;
    height: 205px;
}

.infoExpand {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0px;
}

.teamBox .sponsorLogo {
  max-width: 30%;
  margin: 0 15px 20px 5px;
}

.expanded {
    display: block;
    height: 100%;
    width: calc(100% - 10px);
    background-color: #f5f5f5;
    padding: 10px;
    margin-left: -10px;
}

.teamInfo {
    margin-top: 10px;
}

.teamInfo p {
    margin: 0px;
    font-size: 12px;
    padding: 0px;
    height: 102px;
    overflow-y: auto
}

.closeIcon {
    float: right;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    margin: 3px;
}

.toggle:hover,
.teamImage:hover,
.teamCaption:hover,
.closeWindow:hover,
.closeIcon:hover {
    cursor: pointer;
}

.extraInfo p {
    font-size: 11px;
    margin: 5px;
}

.expandHeader {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    text-shadow: rgb(0, 0, 0) 2px 2px 5px;
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: rgba(163, 121, 44, 0.6);
}



/** Styles for the filter bar that allows the user to filter the team list **/

.button {
    background-color:#101010;
    border: none;
    color: white;
    padding: 12px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.filter{
    text-align: center;
    padding:15px;
    padding-right: 15px;
}


/************************  test-fix  ******************/

.wellBox {
    margin-bottom: 0px;
    padding: 10px;
}

.boxCaption {
    padding: 5px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: auto;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 18px;
    text-shadow: rgb(0, 0, 0) 2px 2px 5px;
    text-transform: uppercase;
    text-align: left;
    font-size: 13px;
    background-color: rgba(163, 121, 44, 0.6);
}

.gridBox {
    padding: 0px 2.5px;
    margin-bottom: 20px;
}

.boxImage {
    background-size: cover;
    background-repeat: no-repeat;
    height: 205px;
}

.boxInfo {
    margin-top: 10px;
}

.boxInfo p {
    margin: 0px;
    font-size: 12px;
    padding: 0px;
}

/* viewTeam styles */

.team_info {
  list-style: none;
  padding-left: 0;
}

.team_info li {
  margin-bottom: 12px;
  margin-left: 0;
}

.team_info li em {
  font-style: normal;
  font-weight: bold;
}

#image {
  float: right;
  position: relative;
  top: -30px;
}

/*********************************/

@media (min-width: 768px) {
    .well {
        min-height: 240px;
    }
    
    .wellBox {
        min-height: 240px;
    }

    .teamImage {
        height: 125px;
    }
    
    .boxImage {
        height: 125px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}