/*******************************************************************************
* General
*******************************************************************************/
#team .divider {
    background-color: #d0d1d2;
    border-top: 1px solid #abacad;
    display: block;
    height: 2px;
    margin: 20px auto 22px;
    overflow: hidden;
    text-indent: -999em;
    width: 44px;
}
/*******************************************************************************
* Team Info Banner
*******************************************************************************/
#team .section-team-content .container {
    background-color: #fff;
    padding-bottom: 54px;
    padding-top: 80px;
}
#team .section-banner .team-sponsor {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
#team .section-banner .team-sponsor img {
    float: right;
}
#team .section-team-content .team-logo {
    margin: 0 auto;
}
#team .section-team-content p {
    color: #676767;
    font-size: 18px;
    font-weight: 300;
    margin: 0 auto 86px;
    max-width: 720px;
    text-align: center;
}
/*******************************************************************************
* Team Content Section
*******************************************************************************/
#team .section-team-content h1 {
    font-size: 42px;
    margin-bottom: 0;
    text-align: center;
}
#team .section-team-content .team-social-media {
    margin: 0 auto;
    max-width: 100%;
    width: 720px;
}
#team .section-team-content h5 {
    color: #797979;
    float: left;
    font-size: 15px;
    max-width: 175px;
    text-transform: uppercase;
    width: auto;
}
#team .section-team-content h5 span {
    font-weight: 700;
}
#team .section-team-content .social-list {
    list-style: none inside none;
    margin-bottom: 0;
    margin-top: 4px;
    padding-left: 0;
}
#team .section-team-content .social-list li {
    float: left;
    margin-left: 10%;
}
/*******************************************************************************
* Common Team Info Section
*******************************************************************************/
#team .section-team-info {
    background-color: #d5d6d9;
    color: #fff;
}
#team .section-team-info .container-limit {
    overflow: hidden;
}
#team .section-team-info .section-content {
    background-color: #eaeaea;
}
#team .section-team-info .heading-block {
    background-color: #343535;
    height: 66px;
    padding: 16px 22px;
}
#team .section-team-info .heading-block h3 {
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}
#team .section-team-info .inner-content-block {
    padding-left: 15px;
    padding-right: 15px;
}
#team .section-team-info .slick-arrow:before,
#team .section-team-info .slick-arrow:after {
    background-color: #999;
}
/* Tournaments Block */
#team .section-team-info .section-team-tournaments {
    max-height: 394px;
    overflow: hidden;
}
#team .section-team-info .section-team-tournaments .media-block {
    padding-right: 0;
}
#team .section-team-info .section-team-tournaments .team-tournaments {
    padding-left: 0;
}
#team .section-team-info .section-team-tournaments .heading-block h3 {
    float: left;
}
/* @DO - TODO - Revisit design of toggle switches. */
#team .section-team-info .section-team-tournaments .toggle-controls {
    float: right;
}
#team .section-team-info .section-team-tournaments .toggle-controls .toggle {
    background-image: -webkit-linear-gradient(90deg, #45494d 0%, #a1a9b3 100%);
    background-image:    -moz-linear-gradient(90deg, #45494d 0%, #a1a9b3 100%);
    background-image:     -ms-linear-gradient(90deg, #45494d 0%, #a1a9b3 100%);
    box-shadow: 0px 1px 2px 0px rgba(20, 23, 26, 0.5);
    color: #fff;
    display: block;
    float: left;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
#team .section-team-info .section-team-tournaments .toggle-controls .toggle:hover {
    text-decoration: none;
}
#team .section-team-info .section-team-tournaments .toggle-controls .active {
    background-image: -webkit-linear-gradient(90deg, #39424b 0%, #282e33 100%);
    background-image:    -moz-linear-gradient(90deg, #39424b 0%, #282e33 100%);
    background-image:     -ms-linear-gradient(90deg, #39424b 0%, #282e33 100%);
    box-shadow: 0px -1px 0px 0px #4f5966, inset 0px 2px 3px 0px #14171a;
}
#team .section-team-info .section-team-tournaments .inner-content-block {
    position: relative;
}
#team .section-team-info .section-team-tournaments .inactive {
    display: none;
}
#team .section-team-info .section-team-tournaments .active {
    display: block;
}
#team .section-team-info .section-team-tournaments .slide .slide-content {
    float: none;
    margin: 0 auto;
    width: 82%;
}
#team .section-team-info .section-team-tournaments .slide h5 {
    color: #4c5052;
    font-size: 34px;
}
#team .section-team-info .section-team-tournaments .slide h5:after {
    background-color: #d0d1d2;
    border-top: 1px solid #abacad;
    content: '';
    display: block;
    height: 2px;
    margin: 20px 0 22px;
    overflow: hidden;
    text-indent: -999em;
    width: 84px;
}
#team .section-team-info .section-team-tournaments .slide h5 a {
    color: #4c5052;
}
#team .section-team-info .section-team-tournaments .slide h6 {
    color: #3e4143;
    font-size: 20px;
    font-weight: 400;
}
#team .section-team-info .section-team-tournaments .slide p {
    color: #4c5052;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
}
/* Team News */
#team .section-team-info .section-team-news {
    max-height: 388px;
    overflow: hidden;
}
#team .section-team-info .section-team-news .inner-content-block {
    padding-left: 0;
}
#team .section-team-info .team-news {
    padding-right: 0;
}
#team .section-team-info .section-team-news .media-block {
    padding-left: 0;
}
#team .section-team-info .team-news-slider {
    position: relative;
    z-index: 0;
}
#team .section-team-info .team-news-slider .slide-content {
    padding: 14px 30px 0;
}
#team .section-team-info .team-news-slider .slide-content:before {
    background-color: #d0d1d2;
    border-top: 1px solid #abacad;
    content: '';
    display: block;
    height: 2px;
    margin: 20px auto 22px;
    overflow: hidden;
    text-indent: -999em;
    width: 44px;
}
#team .section-team-info .team-news-slider .slide-content h5 {
    color: #3e4143;
    font-size: 20px;
    margin-bottom: 17px;
}
#team .section-team-info .team-news-slider .slide-content a {
    color: #4c5052;
    font-size: 20px;
}
#team .section-team-info .team-news .slick-prev {
    left: 57%;
}
#team .section-team-info .team-news .slick-next {
    right: 0;
}
/*******************************************************************************
* Featured Player
*******************************************************************************/
#team .section-team-featured-player {
    background-color: #fff;
    padding-bottom: 60px;
    padding-top: 50px;
}
#team .section-team-featured-player h3 {
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
#team .section-team-featured-player .img-wrapper {
    margin: 0 auto;
}
#team .section-team-featured-player .team-player-img {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 0;
}
#team .section-team-featured-player .team-player-img h5 {
    bottom: 6%;
    color: #fff;
    font-size: 24px;
    left: 5%;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    z-index: 1;
}
#team .section-team-featured-player dl {
    margin: 0 auto;
    padding: 0;
}
#team .section-team-featured-player dt {
    color: #a6a5a5;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    margin-bottom: 3px;
}
#team .section-team-featured-player dd {
    color: #4c5052;
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
#team .section-team-featured-player p {
    color: #676767;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
}
/*******************************************************************************
* Team Sponsors
*******************************************************************************/
#team .section-team-sponsors {
    background-color: #fff;
    padding-bottom: 60px;
    padding-top: 50px;
}
#team .section-team-sponsors h3 {
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
#team .section-team-sponsors .sponsor-item {
    text-align: center;
}
#team .section-team-sponsors .sponsor-item img {
    margin: 0 auto;
}
/*******************************************************************************
* Sub-teams Section
*******************************************************************************/
#team .section-team-subteam {
    background-color: #343535;
    padding-bottom: 60px;
    padding-top: 50px;
}
#team .section-team-subteam h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
#team .section-team-subteam .divider {
    margin-bottom: 24px;
}
/* Slider */
#team .section-team-subteam .slick-slide a {
    text-decoration: none;
}
#team .section-team-subteam .slick-slide a:hover {
    text-decoration: none;
}
#team .section-team-subteam .slick-slide img {
    margin: 0 auto;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
#team .section-team-subteam .slick-slide p {
    color: #fff;
    font-size: 24px;
    margin-top: 26px;
    text-align: center;
}
#team .section-team-subteam .slick-prev,
#team .section-team-subteam .slick-next {
    top: 35%;
}
#team .section-team-subteam .slick-prev {
    left: -40px;
}
#team .section-team-subteam .slick-next {
    right: -44px;
}
/*******************************************************************************
* Sub-team Page
*******************************************************************************/
/**
 * Team Content Section
 */
#team .section-team-content {
    background-color: #fff;
}
#team .section-subteam-players {
    background-color: #343535;
    padding-bottom: 60px;
    padding-top: 50px;
}
#team .section-subteam-players h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
#team .section-subteam-players .player-list .player {
    text-align: center;
    margin-bottom: 20px;
}
#team .section-subteam-players .player-list a {
    font-size: 18px;
}
#team .section-subteam-players .player-list a:hover {
    text-decoration: none;
}
#team .section-subteam-players .player-list img {
    margin: 0 auto;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
#team .section-subteam-players .player-list p {
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
}
