* {
	box-sizing: border-box;
}
@font-face {
    font-family: 'notosans-arabic';
    src: url('https://dsg-images.com/fonts/NotoSansArabic-Condensed.ttf');
}
@font-face {
    font-family: 'notosans-thai';
    src: url('https://dsg-images.com/fonts/NotoSansThai-Condensed.ttf');
}
@font-face {
    font-family: 'notosans-lao';
    src: url('https://dsg-images.com/fonts/NotoSansLao-Condensed.ttf');
}
@font-face {
    font-family: 'notosans-khmer';
    src: url('https://dsg-images.com/fonts/NotoSansKhmer-Condensed.ttf');
}
@font-face {
    font-family: 'notosans-hebrew';
    src: url('https://dsg-images.com/fonts/NotoSansHebrew-Condensed.ttf');
}
@font-face {
    font-family: 'notosans-georgian';
    src: url('https://dsg-images.com/fonts/NotoSansGeorgian-Condensed.ttf');
}
@font-face {
    font-family: 'notosans-armenian';
    src: url('https://dsg-images.com/fonts/NotoSansArmenian-Condensed.ttf');
}
@font-face {
    font-family: 'notosans-tamil';
    src: url('https://dsg-images.com/fonts/NotoSansTamil-Condensed.ttf');
}
@font-face {
    font-family: 'notosans-sinhala';
    src: url('https://dsg-images.com/fonts/NotoSansSinhala-Condensed.ttf');
}
@font-face {
    font-family: 'notosans-burmese';
    src: url('https://dsg-images.com/fonts/NotoSansMyanmar-Condensed.ttf');
}
@font-face {
    font-family: 'notosans-amharic';
    src: url('https://dsg-images.com/fonts/NotoSansEthiopic-Condensed.ttf');
}
@font-face {
    font-family: 'pragma';
    src: url('https://globalsportsarchive.com/fonts/PragmataPro.ttf');
}
@font-face {
	font-family: 'iosevka';
	src: url('https://globalsportsarchive.com/fonts/iosevka-regular.ttf');
}
@font-face {
	font-family: 'notosans';
	src: url('https://dsg-images.com/fonts/NotoSans-Condensed.ttf');
}

/* latin-ext */
@font-face {
  font-family: 'Economica';
  font-style: normal;
  font-weight: 400;
  src: local('Economica'), local('Economica-Regular'), url(https://fonts.gstatic.com/s/economica/v6/Qw3fZQZaHCLgIWa29ZBbOMIBMl0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Economica';
  font-style: normal;
  font-weight: 400;
  src: local('Economica'), local('Economica-Regular'), url(https://fonts.gstatic.com/s/economica/v6/Qw3fZQZaHCLgIWa29ZBbNsIB.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*:lang(ar) {
	font-family: notosans-arabic;
}
*:lang(fa) {
	font-family: notosans-arabic;
}
*:lang(pa) {
	font-family: notosans-arabic;
}
*:lang(hy) {
	font-family: notosans-armenian;
}
*:lang(ge) {
	font-family: notosans-georgian;
}
*:lang(he) {
	font-family: notosans-hebrew;
}
*:lang(kh) {
	font-family: notosans-khmer;
}
*:lang(th) {
	font-family: notosans-thai;
}
*:lang(la) {
	font-family: notosans-lao;
}
*:lang(ta) {
	font-family: notosans-tamil;
}
*:lang(si) {
	font-family: notosans-sinhala;
}
*:lang(bu) {
	font-family: notosans-burmese;
}
*:lang(am) {
	font-family: notosans-amharic;
}

body {
	margin: 0;
	font-family: 'notosans';
	font-size: 15px;
}
.bold {
	font-weight: bold;
}
.gsa_subheader_2 {
	width: 100%;
	float:left;
	height: 35px;
	line-height: 35px;	
	font-weight: bold;	
	box-sizing: border-box;
	border-top:1px solid grey;
	border-bottom:1px solid grey;
	font-family: 'notosans';
	font-size: 20px;
	background-color: #E9EBEC;
	background: -moz-linear-gradient(bottom, #e9ebec 1%, #f1f1f1 50%, #e1e1e1 50%, #e2e2e2 100%);
	background: -webkit-linear-gradient(bottom, #e9ebec 1%,#f1f1f1 50%,#e1e1e1 50%,#e2e2e2 100%); 
	background: linear-gradient(to top, #e9ebec 1%,#f1f1f1 50%,#e1e1e1 50%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ebec', endColorstr='#e2e2e2',GradientType=0 ); 
	background-image: url(//globalsportsarchive.com/images/bg-title.png);
    background-size: 100% 100%;
    color: white;
    border: 0px;
	position: relative;
}
.gsa_subheader_2 h1, .gsa_subheader_2 h2 {
	font-size: inherit;
    margin: 0;
}
#gsa_header_2_2 a:nth-child(1) {
	display: contents;
}
@media screen AND (min-width: 551px) {
	.gsa_subheader_2 { text-align: center; padding-left: 0px; }
}
@media screen AND (max-width: 550px) {
	.gsa_subheader_2 { text-align: left; padding-left: 10px; }
}

a {
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	text-decoration: none;
}
.pos_header, .pos_header_inner, .player_row, .player_header {
	float: left;
}
.career_stats_row .career_stats_logo {
	height: 20px;
}
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
  font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

ul.topnav li {float: left;}
ul.topnav .comp {
	padding-left: 60px;
	padding-top: 29px;
}
ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 18px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}
.home-active {
	padding:0px 5px !important;
}
ul.topnav li a:hover {background-color: #555;}
ul.topnav li.icon {display: none;}



.gsa-c-match-row {
	display: flex;
	width: 100%;
	height: 38px;
	align-items: center;
	border-bottom:1px solid #dfdfdf;
}
.gsa-c-match-c1 {
	min-width: 55px;
	font-weight: bold;
	text-align:center;
}
.gsa-c-match-c2 {
	width: 40%; 
	text-align: right;
}
.gsa-c-match-c3 {
	min-width: 20%; 
	text-align: center;
	font-weight: bold;
}
.gsa-c-match-c4 {
	width: 40%; 
}
.gsa-c-match-row > img {
	width: 30px;
	margin: 0px 5px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 20px;
	float: right;
	margin: 2px 5px 2px 0px;
}
.switch input {
	display:none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #bd6868;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}
.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 3px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}
label.switch span.slider {
	width: unset;
}
.switch input:checked + .slider {
	background-color: #2196F3;
}
.switch input:checked + .slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}
.ranking-switch.switch { 
	width: 60px;
}
.ranking-switch input:checked + .slider:before {
	-webkit-transform: translateX(38px);
	-ms-transform: translateX(38px);
	transform: translateX(38px);
}
.ranking-switch span.ranking-type-1 {
	display: inline-block;
	font-size: 12px;
    position: absolute;
    left: 22px;
    top: -7px;   
    float: unset;
    text-align: unset;
    padding: 0;
    width: unset;
}
.ranking-switch span.ranking-type-2 {
	display: none;
	font-size: 14px;
    position: absolute;
    left: 16px;
    top: -7px;
    float: unset;
    text-align: unset;
    padding: 0;
    width: unset;
}
.switch input:checked + .slider .ranking-type-1 {
	display: none;
}
.switch input:checked + .slider .ranking-type-2 {
	display: inline-block;
}


.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #cb2124;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 15px auto;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media screen AND (min-width: 651px) {
	.gsa-c-team_short, .gsa-c-team_tla { display: none; }
	.gsa-c-team_full { display: inline; }
}
@media screen AND (max-width: 650px) {
	.gsa-c-team_short { display: inline;  }
	.gsa-c-team_full, .gsa-c-team_tla { display: none; }
}
@media screen AND (max-width: 450px) {
	.gsa-c-team_tla { display: inline;  }
	.gsa-c-team_full, .gsa-c-team_short { display: none; }
	.gsa-c-match-c2,.gsa-c-match-c4 { width: 25%; }
	.gsa-c-match-c3 { width: 50%; }
}
@media screen and (max-width: 600px) {
	ul.topnav .comp {
		padding-left: 2px;
	}
}
@media screen and (max-width:400px) {
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  ul.topnav li.topnavlogo {
	display:none !important;
  }
}
@media screen and (max-width:400px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}