@font-face {
  font-family: "olympics";
  src: url("https://dsg-widgets.com/cwgames/lib/css/HeyWow-Regular.otf");
}
* {
  box-sizing: border-box;
  font-family: "olympics";
}
body {
  margin: 0;
  background-color: #171717;
}
a {
  text-decoration: none;
  color: black;
}
.bold {
  font-weight: bold;
}
.cursor {
  cursor: pointer;
}
body .header_grey {
  font-weight: bold;
  background-color: dimgrey;
  color: white;
  font-size: 16px;
}
.header_lightgrey {
  font-weight: bold;
  background-color: #2e2e2e;
  font-size: 14px;
}
#body {
  width: 100%;
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #171717;
  color: #fff;
  overflow: hidden;
}
#schedule-container .row img.gender-icon {
  height: 20px;
  width: 20px;
}
.container {
  width: 100%;
}
.nav {
  width: 100%;
  display: flex;
  height: 40px;
  align-items: center;
  background-color: #262626;
}
.nav:not(.nav-resp) > div {
  width: 100%;
  display: flex;
  height: 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.nav .nav-item {
  padding: 0px 20px;
  font-weight: bold;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .nav-item a {
  display: inline;
  color: white;
  border-bottom: 3px solid transparent;
}
.nav > div > a:last-child {
  border-right: none;
}
.nav .nav-item a:hover,
.nav .nav-item a.active {
  border-bottom: 3px solid #eb264b;
}
#nav-menu > a.active,
#nav-menu > a:hover {
  color: #eb264b;
}
.nav-resp {
  display: none;
  padding-left: 0;
}
#menu-button {
  color: white;
  font-size: 26px;
  cursor: pointer;
  line-height: 40px;
  padding-left: 20px;
}
#nav-menu {
  display: none;
  background-color: #262626;
  padding-left: 22px;
  overflow: hidden;
  float: left;
  width: 100%;
}
#nav-menu > a {
  width: 100%;
  display: block;
  line-height: 30px;
  color: white;
  font-weight: bold;
}
.results-header {
  font-size: 28px;
  font-weight: 300px;
  line-height: 48px;
}
.row-header {
  font-weight: bold;
  background-color: #dfdfdf;
}
.row {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.row-c1 {
  width: 100%;
  padding-left: 5px;
}
.row-c2 {
  min-width: 80px;
  text-align: center;
}
.row-c3 {
  min-width: 200px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.row-c3 img {
  height: 20px;
  margin-right: 5px;
}

.round-row-c1 {
  width: 50%;
}
.round-row-c2 {
  min-width: 200px;
  display: flex;
  align-items: center;
}
.round-row-c2 img {
  height: 25px;
  margin-right: 5px;
}

/*

Home Page

*/

#news-home {
  width: 100%;
  margin: 20px 0;
  padding: 0px 10px;
  overflow: hidden;
  margin-top: 10px;
  float: left;
}
#news-home > .news-image {
  width: 50%;
  float: left;
  position: relative;
}
#news-home > .news-image > div {
  position: absolute;
  color: white;
  width: 100%;
  bottom: 0;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent !important;
  background-image: linear-gradient(to top, #000, transparent) !important;
}
#news-home > .news-image > div a {
  color: inherit;
}
#news-home > .news-image img {
  width: 100%;
}
#news-home > .news-list {
  width: 50%;
  float: left;
  padding: 0px 10px 10px 10px;
}
#news-home > .news-list > div {
  border-bottom: 1px solid #dfdfdf;
  font-weight: bold;
  width: 100%;
  display: flex;
  min-height: 40px;
  align-items: center;
  line-height: 22px;
  padding-left: 5px;
}
#news-home > .news-list > div:first-child {
  background-color: #d0345242;
}
#news-home > .news-list > div:last-child {
  border: none;
}
#news-home > .news-list > div a {
  width: 100%;
  color: #262626;
}
#news-home > .news-list > div:last-child a {
  text-align: right;
}
#body.homepage {
  margin-bottom: 50px;
}
.homepage .discipline-header {
  font-size: 20px;
  margin-top: 10px;
  float: left;
}
#hp-image-container {
  width: 100%;
  float: left;
}
#hp-image-container > img {
  width: calc(100% / 3);
  float: left;
}
@media screen AND (max-width: 600px) {
  #news-home > .news-list {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  #news-home > .news-image {
    width: 100%;
  }
  #news-home > .news-list > div {
    min-height: 50px;
  }
}
@media screen AND (max-width: 480px) {
  #hp-image-container > img {
    width: 100%;
  }
}

/*

News Page

*/
.newspage {
  padding-top: 50px;
}
.newspage .np-col-l,
.newspage .np-col-r {
  width: 50%;
  float: left;
  padding-left: 40px;
}
/* .newspage .np-title {
	
}  */
.newspage .np-share-row {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  height: 40px;
  display: flex;
  align-items: center;
}
.newspage .np-share-row .np-share {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  background-color: #262626;
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
}
.newspage .np-share-row .np-share:hover {
  background-color: #262626cc;
}
.newspage .np-share-row .np-share i {
  color: white;
  font-size: 24px;
}
.newspage .np-date {
  line-height: 30px;
  font-weight: bold;
}
.newspage .np-article {
  font-size: 14px;
}
.newspage .np-article-img {
  width: 100%;
  float: left;
}
.np-related {
  width: 100%;
}
.np-related-row {
  line-height: 33px;
  padding-left: 10px;
  font-size: 14px;
}
.np-related-row i {
  float: right;
  margin-right: 10px;
}
.bg-color-grey {
  background-color: #f0f0f0;
}
.newspage .discipline-header {
  font-size: 20px;
  float: left;
}
@media screen AND (min-width: 801px) {
  .newspage .np-img-resp {
    display: none;
  }
}
@media screen AND (max-width: 800px) {
  .newspage .np-col-l,
  .newspage .np-col-r {
    width: 100%;
    float: left;
    padding: 0px 20px;
  }
  .newspage .np-img-resp {
    display: block;
    margin-bottom: 20px;
  }
  .newspage .np-col-r .np-article-img {
    display: none;
  }
}
/*

Medals Page

*/

#medals-nav {
  width: 100%;
  height: 200px;
}
.medals-nav-col {
  float: left;
  width: 50%;
  padding: 20px;
  position: relative;
}

#medals-nav h1 {
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  font-size: 40px;
}
#medals-nav h3 {
  margin: 0;
  padding-top: 10px;
  font-size: 28px;
}
#medals-nav .medals-nav-dd {
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid black;
  padding-left: 5px;
  cursor: pointer;
}
#medals-nav .medals-nav-dd img {
  height: 20px;
  margin-right: 5px;
}
#medals-nav .medals-nav-dd div {
  width: 100%;
}
#medals-nav .medals-nav-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  background-color: white;
  z-index: 1;
  width: calc(100% - 40px);
  border: 1px solid #ccc;
  max-height: 400px;
  overflow-y: auto;
}
#medals-nav .athlete-area-list {
  width: calc(50% - 17px);
  margin-top: 40px;
}
#medals-nav .medals-nav-list li {
  display: flex;
  padding-left: 5px;
  height: 35px;
  align-items: center;
}
#medals-nav .medals-nav-list li:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
#medals-nav .medals-nav-list li a {
  display: contents;
}
#medals-nav .medals-nav-list li img {
  height: 20px;
  margin-right: 5px;
}
#medals-nav .medals-nav-list li div {
  width: 100%;
}
#medals-nav i {
  margin-right: 5px;
}
#medals-nav h1:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 180px;
  height: 1px;
  background-color: #eb264b;
  position: absolute;
}
.medal-type {
  display: flex;
  width: 100%;
  margin-top: 20px;
  height: 40px;
}
.medal-type form {
  width: 100%;
  display: contents;
}
.medal-type select[name="sport"] {
  width: 50%;
  font-size: 16px;
}
.medal-type select[name="area_id"] {
  width: calc(50% - 20px);
  margin-right: 20px;
  font-size: 16px;
}
.medal-type div {
  flex: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #dfdfdf;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.medal-type div.active {
  color: white;
  background-color: black;
}
#medals-container {
  width: 40%;
  float: right;
}
.medals-page #medals-container {
  width: 100%;
  float: left;
}
.medals-page .medals-t2,
.medals-page .medals-t3 {
  display: none;
}

.medals-page .medals-t3 .header {
  width: 100%;
  display: flex;
  height: 30px;
  align-items: center;
  padding-left: 5px;
  font-weight: bold;
  background-color: #a5a4a4;
  font-size: 14px;
}
.medals-page .medals-t3 .header .sport-img {
  height: 20px;
  margin-right: 5px;
}
.medals-page .medals-t3 .header .gender-img {
  margin-right: 5px;
}
/* .medals-page .medals-t3 .disc-container { 

}
.medals-page .medals-t3 .disc-container .medals-row { 

} */
.medals-page .medals-t3 .disc-container .medals-row .medal-col {
  padding-left: 5px;
  flex: 1;
  display: flex;
  align-items: center;
}
.medals-page .medals-t3 .disc-container .medals-row .medal-col > div {
  margin-right: 5px;
}
.medals-page .medals-t3 .disc-container .medals-row .medal-col img {
  height: 25px;
  margin-right: 5px;
}

#medals-country-container .medals-header.medals-row,
#medals-container .medals-header.medals-row {
  font-weight: bold;
  color: white;
  background-color: black;
  font-size: 14px;
}
#medals-country-container .medals-header .col-2,
#medals-container .medals-header .col-2 {
  padding-left: 30px;
}
#medals-country-container .medals-row,
#medals-container .medals-row {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  font-size: 13px;
}

#medals-country-container .medals-row div,
#medals-container .medals-row div {
  padding-left: 5px;
}
#medals-country-container .col-1,
#medals-container .col-1 {
  min-width: 50px;
  text-align: center;
  font-weight: bold;
}
#medals-country-container .col-2,
#medals-container .col-2 {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}
#medals-country-container .col-2 img,
#medals-container .col-2 img {
  margin-right: 5px;
  width: 20px;
}
#medals-country-container .col-3,
#medals-container .col-3 {
  min-width: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.country-list {
  cursor: pointer;
}
div#medals-container .medals-row.list-items:hover {
  background-color: #ffa4b5;
}
#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 9;
}
#medal-country-list-ol {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 2;
  overflow-y: auto;
}
#medal-country-list {
  z-index: 99;
  width: 100%;
  background-color: white;
  width: 500px;
  margin: 40px auto;
  opacity: 1;
  position: relative;
}
.medal-country-list-info {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 20px;
  background-color: #262626;
  color: white;
}
.medal-country-list-info div {
  color: #eb2648;
}
.medal-country-list-info span {
  margin-right: 5px;
  color: white;
}
.medal-country-list-info i {
  cursor: pointer;
}
.medal-country-list-header {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #262626;
  color: white;
  font-weight: bold;
  margin-top: 1px;
  padding-left: 10px;
  font-size: 14px;
}
.medal-country-list-row div:nth-child(1),
.medal-country-list-row div:nth-child(3),
.medal-country-list-header div:nth-child(1),
.medal-country-list-header div:nth-child(3) {
  width: 50%;
  display: flex;
  align-items: center;
}
.medal-country-list-row div:nth-child(2),
.medal-country-list-header div:nth-child(2) {
  min-width: 40px;
}
.medal-country-list-row div:nth-child(4),
.medal-country-list-header div:nth-child(4) {
  min-width: 60px;
  text-align: center;
}

/* #medal-country-list-items {
	
} */
.medal-country-list-row {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  font-size: 13px;
}
.medal-country-list-row img {
  height: 25px;
  margin-right: 5px;
}

#medals-country-filter {
  background-color: #ffa4b5;
}
#medals-country-filter select {
  width: 150px;
  margin: 0px 10px;
  height: 100%;
  border: none;
  outline: 0;
  font-size: 16px;
  background-color: #ffffff6e;
  font-weight: bold;
}
#medals-country-container {
  display: none;
}
#medals-country-description {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
#medals-country-description div:first-child {
  float: left;
  width: 30%;
  line-height: 40px;
  font-weight: bold;
  padding-left: 10px;
}
#medals-country-description div:last-child {
  float: left;
  width: 70%;
  line-height: 40px;
}
.medals-country-winner {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  font-size: 13px;
}

#medals-country-container #medals-country-result .medals-country-winner .col-1 {
  min-width: 50px;
  width: unset;
  text-align: center;
  font-weight: normal;
}
#medals-country-container #medals-country-result .medals-country-winner .col-2 {
  width: 40%;
  text-align: center;
  font-weight: normal;
  padding-left: 20px;
}
#medals-country-container #medals-country-result .medals-country-winner .col-3 {
  min-width: 50px;
  width: unset;
  text-align: center;
  font-weight: normal;
}
#medals-country-container #medals-country-result .medals-country-winner .col-4 {
  width: 60%;
  text-align: center;
  font-weight: normal;
  display: flex;
  align-items: center;
}
#medals-country-container #medals-country-result .medals-country-winner .col-4 img {
  margin-right: 5px;
}
#medals-country-container #medals-country-result .medals-country-winner .col-4 a {
  margin-left: 3px;
}
#medals-country-container #medals-country-result .medals-country-winner .col-5 {
  min-width: 70px;
  width: unset;
  text-align: center;
  font-weight: normal;
  padding-left: 5px;
}

@media screen AND (min-width: 801px) {
  .medals-country-winner.dscp-row {
    display: none;
  }
  #medals-country-container #medals-country-result .medals-country-winner .col-medal-resp {
    display: none;
  }
}
@media screen AND (min-width: 501px) {
  #medals-country-container .col-2 .area-code,
  #medals-container .col-2 .area-code {
    display: none;
  }
}
@media screen AND (max-width: 800px) {
  #medals-country-container #medals-country-result .medals-country-winner .col-4,
  #medals-country-container #medals-country-result .medals-country-winner .col-5 {
    display: none;
  }
  #medals-country-container #medals-country-result .medals-country-winner .col-2 {
    width: 100%;
  }
  #medals-country-container #medals-country-result .medals-country-winner .col-3 {
    padding-left: 5px;
  }
  #medals-country-container #medals-country-result .medals-country-winner .col-medal-resp {
    display: block;
    min-width: 50px;
    width: unset;
    text-align: center;
    font-weight: normal;
    padding-left: 5px;
  }
  .medals-country-winner.dscp-row {
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 5px;
  }
  .medals-country-winner.dscp-row img {
    margin-right: 5px;
    height: 25px;
  }
  .medals-page #medals-container.medals-t3 .disc-container .medals-row {
    display: block;
    height: unset;
  }
  .medals-page #medals-container.medals-t3 .disc-container .medals-row .medal-col {
    line-height: 40px;
    min-height: 40px;
    width: 100%;
  }
  .medals-page
    #medals-container.medals-t3
    .disc-container
    .medals-row
    .medal-col:nth-child(2n + 1) {
    background-color: #e8e8e8;
  }
}
@media screen AND (max-width: 500px) {
  #medals-country-container .col-athletes,
  #medals-country-container .col-2 .area-name,
  #medals-container .col-athletes,
  #medals-container .col-2 .area-name {
    display: none;
  }

  #medals-country-container .col-2 .area-code,
  #medals-container .col-2 .area-code {
    display: inline;
  }
  #medals-country-container .col-3,
  #medals-container .col-3 {
    min-width: 50px;
  }
  .medals-page .medal-type div {
    font-size: 14px;
  }
}
@media screen AND (max-width: 350px) {
  #medals-country-container .col-3,
  #medals-container .col-3 {
    min-width: 40px;
  }
  #medals-country-container .col-total,
  #medals-container .col-total {
    min-width: 60px;
  }
}

/*

Schedule Page

*/

.date-container {
  width: 100%;
  padding: 0 41px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #171717;
  color: white;
}
.date-slider {
  width: 100%;
}
.data-slider-day {
  text-align: center;
  border-right: 1px solid #484848;
  cursor: pointer;
  font-size: 15px;
}
.data-slider-current-day,
.data-slider-day:hover {
  color: #eb264b;
  font-weight: bold;
}
.data-slider-day:last-child {
  border-right: none;
}

#result-filter-row {
  display: flex;
  height: 30px;
  align-items: center;
  padding-left: 5px;
  background-color: #a7a5a5;
}
#result-filter-row select,
#result-filter-row > img {
  margin-right: 10px;
}
#result-filter-row > div {
  cursor: pointer;
}

.schedule .date-slider {
  display: none;
}
#schedule-container {
  width: 60%;
  float: left;
}
#schedule-container .row {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  font-size: 13px;
}
#schedule-container .row-date {
  width: 100%;
  padding-left: 5px;
  font-weight: bold;
  background-color: #2e2e2e;
  line-height: 40px;
  font-size: 16px;
}
#schedule-container .row img {
  margin: 0px 5px;
  height: 25px;
}
#schedule-container .col-1 {
  min-width: 150px;
}
#schedule-container .col-2 {
  min-width: 80px;
}
#schedule-container .col-3 {
  width: 40%;
}
#schedule-container .col-4 {
  width: 60%;
}
#schedule-container .session-list .row:nth-child(2n + 1) {
  background-color: #2e2e2e;
}

#schedule-container .col-medals {
  min-width: 30px;
  text-align: center;
}
#schedule-container .col-medals img {
  width: 20px;
  height: auto;
}
#schedule-container .row span {
	margin-right: 10px;
}
.session-header {
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5px;
  background-color: #4e4e4e;
  color: white;
  cursor: pointer;
}
.session-header i {
  font-size: 30px;
}
.session-header span {
  position: relative;
  left: 20px;
  font-weight: 600;
  font-size: 18px;
}

#schedule-discipline-container {
  width: 100%;
  display: none;
}
.discipline-round-header,
.discipline-header {
  background-color: #262626;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.discipline-round-row,
.discipline-row {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  padding-left: 5px;
  font-size: 13px;
}
.schedule-sport-tab .discipline-row:not(.discipline-header) {
  display: none;
}
.schedule-sport-tab .discipline-row {
  padding-left: 35px;
}
.schedule-sport-tab .discipline-row div:nth-child(1) {
  width: 100%;
}
.schedule-sport-tab .discipline-row div:nth-child(2),
.schedule-sport-tab .discipline-row div:nth-child(3) {
  min-width: 120px;
  text-align: center;
  width: unset;
}
.schedule-sport-tab .discipline-row div:nth-child(4),
.schedule-sport-tab .discipline-row div:nth-child(5) {
  min-width: 140px;
  text-align: center;
  width: unset;
}
.discipline-sport-row {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
.discipline-sport-row img {
  margin-right: 5px;
  height: 25px;
}
.discipline-sport-row .expand-icon {
  right: 10px;
  position: absolute;
  font-size: 20px;
  height: unset;
  margin: unset;
}
#medals-container .medals-row:not(.medals-header, .disc-medals-row):nth-child(2n + 1),
#athlete-container a:nth-child(2n + 1),
.aib-result-row:nth-child(2n + 1),
.r-even {
  background-color: #2e2e2e !important;
}
div#body .r-odd {
  background-color: unset !important;
}
div#body .aib-result-row:not(.aib-result-header):hover {
  background-color: #ffa4b5;
}

.discipline-row img {
  margin-right: 5px;
  height: 25px;
}
.discipline-header div:nth-child(2) {
  margin-left: 30px;
}
.discipline-row div:nth-child(2) {
  min-width: 200px;
}
.discipline-row div:nth-child(3) {
  width: 100%;
}
.discipline-row div:nth-child(4),
.discipline-row div:nth-child(5) {
  min-width: 80px;
  text-align: center;
}

.discipline-round-row div:nth-child(1) {
  width: 100%;
}
.discipline-round-row div:nth-child(2) {
  min-width: 120px;
}
.discipline-round-row div:nth-child(3) {
  min-width: 80px;
}
.discipline-round-row div:nth-child(4) {
  min-width: 80px;
}
.results .discipline-round-row {
  margin-top: 1px;
}

@media screen AND (max-width: 500px) {
  .schedule .discipline-row:not(.discipline-header) {
    min-height: 40px;
    height: unset;
    border-bottom: 1px solid #dfdfdf;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .schedule .schedule-sport-tab .discipline-row:not(.discipline-header) div:nth-child(1) {
    font-weight: bold;
    border-bottom: 1px solid #dfdfdf;
    line-height: 25px;
    text-align: center;
  }
  .schedule .schedule-sport-tab .discipline-row div:nth-child(2),
  .schedule .schedule-sport-tab .discipline-row div:nth-child(3),
  .schedule .schedule-sport-tab .discipline-row div:nth-child(4),
  .schedule .schedule-sport-tab .discipline-row div:nth-child(5) {
    width: 100%;
    line-height: 34px;
    text-align: center;
  }
}

#result-container .header {
  font-weight: bold;
}
#result-container .row {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
#result-container .row-date {
  display: flex;
  width: 100%;
  padding-left: 5px;
  font-weight: bold;
  background-color: #dfdfdf;
  height: 40px;
  align-items: center;
}
#result-container .row-date img {
  margin: 0px 5px;
  height: 25px;
}
#result-container .col-1 {
  min-width: 150px;
}
#result-container .col-2 {
  min-width: 80px;
}
#result-container .col-3 {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  padding-left: 5px;
}
#result-container .col-3 img {
  margin-right: 5px;
  width: 20px;
}

/*

Athlete List Page

*/

#athlete-container .row.header {
  font-weight: bold;
  background-color: #dfdfdf;
  font-size: 14px;
}
#athlete-container .header form {
  display: contents;
}
#athlete-container .row {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 0px 5px;
  font-size: 13px;
}
#athlete-container .row img {
  margin-right: 5px;
}
#athlete-container .col-1 {
  min-width: 150px;
}
#athlete-container .c1 {
  width: 50%;
}
#athlete-container .c2 {
  min-width: 70px;
  text-align: center;
}
#athlete-container .c3 {
  width: 50%;
}
#athlete-container .select-1 {
  margin-right: 50px;
}
#athlete-container .people {
  cursor: pointer;
  background-color: inherit;
}
#athlete-container .people-data {
  display: none;
  border-bottom: 1px solid #dfdfdf;
}
#athlete-container .pd-r {
  width: 100%;
}
#athlete-container .pd-row {
  width: 100%;
  display: flex;
  align-items: center;
  height: 30px;
}
#athlete-container .pd-col1 {
  min-width: 150px;
  font-weight: bold;
  padding-left: 5px;
}
#athlete-container .pd-col2 {
  width: 100%;
}
#athlete-container .people-row img {
  padding: 5px;
}
@media screen AND (min-width: 701px) {
  #athlete-container .dscp-row {
    display: none;
  }
}
@media screen AND (max-width: 700px) {
  #athlete-container .c1 {
    width: 100%;
  }
  #athlete-container .c3 {
    display: none;
  }
  #athlete-container .row {
    border: none;
  }
  #athlete-container .dscp-row {
    display: flex;
    padding-left: 26px;
    height: unset;
    min-height: 40px;
    border-bottom: 1px solid #dfdfdf;
  }
}

.switch {
  position: relative;
  /* display: inline-block; */
  width: 38px;
  height: 20px;
  float: right;
  margin: 2px 5px 2px 0px;
  margin-left: 5px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bd6868;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.tab-row {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  background-color: #262626;
  font-weight: bold;
  color: white;
}
.tab-row > a,
.tab-row > div {
  display: flex;
  flex: 1;
  text-align: center;
  border-right: 1px solid white;
  cursor: pointer;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: white;
}
.tab-row > a:last-child,
.tab-row > div:last-child {
  border-right: none;
}
.tab-row > a.active,
.tab-row > div.active {
  color: #eb264b;
}
.tab-content > .container {
  display: none;
}
.tab-content > .container:first-child {
  display: block;
}

/*

Athlete Page

*/

.athlete-info-box {
  margin-top: 50px;
  background-color: #262626;
  color: white;
  padding: 20px 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.athlete-info-box > .aib-lb {
  width: 40%;
  float: left;
}
.athlete-info-box > .aib-rb {
  width: 60%;
  float: left;
}
.aib-header {
  margin: 0;
}
.aib-name {
  color: #eb264b;
  font-size: 50px;
  margin: 10px 0px;
}
.aib-row {
  display: flex;
  align-items: flex-start;
}
.aib-details {
  width: 100%;
  padding-left: 30px;
}
.aib-item {
  display: flex;
  height: 30px;
  align-items: center;
  width: 100%;
}
.aib-item > div:first-child {
  min-width: 150px;
}
.aib-item > div:last-child {
  width: 100%;
  display: flex;
  align-items: center;
}
.aib-item > div > img {
  margin-right: 5px;
  height: 16px;
}
.athlete-container .tab-row {
  border-top: 1px solid white;
}
.aib-result-season {
  width: 100%;
  line-height: 30px;
  padding-left: 5px;
  font-weight: bold;
  background-color: #dfdfdf;
  font-size: 14px;
}
.aib-result-season.cursor {
  background-color: #a5a4a4;
}
.aib-result-row.aib-result-header {
  font-weight: bold;
  background-color: #f1f0f0;
  font-size: 14px;
}
.aib-result-row {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  font-size: 13px;
}
div#body.athlete-container .aib-result-row:not(.aib-result-header):hover {
  cursor: pointer;
  background-color: #ffa4b5;
}
.athlete-container .tab-1 > a {
  display: contents;
}
.aib-result-row > .c2 {
  width: 50%;
  display: flex;
  align-items: center;
}
.aib-result-row > .c3 {
  display: flex;
  align-items: center;
  width: 50%;
}
.athlete-container .aib-result-row > .c3 {
  width: 100%;
}
.aib-result-row > .c2 > img,
.aib-result-header > .c3 div,
.aib-result-row > .c3 img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.aib-result-row > .c4 {
  min-width: 120px;
}
.aib-result-row > .c1,
.aib-result-row > .c5,
.aib-result-row > .c6 {
  min-width: 60px;
  text-align: center;
}

@media screen AND (max-width: 800px) {
  .athlete-info-box > .aib-lb,
  .athlete-info-box > .aib-rb {
    width: 100%;
  }
}
@media screen AND (min-width: 601px) {
  .athlete-info-box .resp-img {
    display: none;
  }
}
@media screen AND (max-width: 600px) {
  .athlete-info-box .resp-img {
    margin: 0 auto;
    display: block;
  }
  .athlete-info-box .aib-name {
    text-align: center;
  }
  .athlete-info-box .aib-details {
    padding-left: 0;
  }
  .athlete-info-box .aib-header,
  .athlete-info-box .aib-row img {
    display: none;
  }
  .aib-item > div:first-child {
    min-width: 150px;
    width: 50%;
    text-align: right;
    padding-right: 10px;
  }
  .aib-item > div:last-child {
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 10px;
  }
}
@media screen AND (max-width: 600px) {
  .athlete-container .aib-result-row > .c5,
  .athlete-container .aib-result-row > .c6 {
    display: none;
  }
}

/*

Result Page

*/

.res-alist-row {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  padding-left: 5px;
  font-size: 13px;
}
.res-alist-row:not(.res-alist-h):hover {
  background-color: #ffa4b5;
}
.res-alist-h {
  font-weight: bold;
  background-color: #dfdfdf;
  font-size: 14px;
}
.res-alist-row > div:nth-child(1),
.res-alist-row > div:nth-child(4) {
  min-width: 80px;
  text-align: center;
}
.res-alist-row > div:nth-child(3) {
  width: 50%;
}
.res-alist-row > div:nth-child(5) {
  min-width: 50px;
  text-align: center;
}
.res-alist-row > div:nth-child(2) {
  width: 50%;
  display: flex;
  align-items: center;
}
.res-alist-row > div > div,
.res-alist-row > div img {
  margin-right: 5px;
  height: 25px;
  width: 25px;
}
.results .aib-result-season {
  margin-top: 1px;
}
.results .aib-result-season i {
  float: right;
  margin: 5px;
}
.date-container .slick-next {
  right: -20px;
}
.date-container .slick-prev {
  left: -20px;
}

.resultpage .match-row {
  display: flex;
  min-height: 40px;
  align-items: center;
  font-size: 14px;
}
.resultpage .match-row .match-col-1 {
  min-width: 90px;
  text-align: center;
}
.resultpage .match-row.match-row-resp .match-col-1 {
  min-width: 70px;
}
.resultpage .match-row .match-col-2 {
  width: 25%;
  text-align: right;
  padding-right: 10px;
}
.resultpage .match-row.match-row-resp .match-col-2 {
  width: 100%;
  padding: 0;
  text-align: left;
}
.resultpage .match-row .match-col-3 {
  min-width: 80px;
  text-align: center;
  padding: 0px 5px;
}
.resultpage .match-row.match-row-resp .match-col-3 {
  min-width: 50px;
}
.resultpage .match-row .match-team-flag {
  height: 20px;
}
.resultpage .match-row.match-row-resp .match-team-flag {
  height: 20px;
  margin-right: 10px;
}
.resultpage .match-row.match-row-resp:last-child {
  border-bottom: 1px solid #dfdfdf;
}
.resultpage .discipline-header {
  font-size: 16px;
}
.resultpage .match-row .match-col-4 {
  width: 25%;
  text-align: left;
  padding-left: 10px;
}
.resultpage .match-row .match-col-5 {
  width: 50%;
  text-align: left;
  padding-left: 10px;
}
.gsa_subheader_2 {
  line-height: 30px;
  background-color: #c1bebe;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  float: left;
  width: 100%;
}
.resultpage .discipline-header {
  justify-content: center;
}
.resultpage .player_row {
  font-size: 13px;
  float: left;
}
.resultpage .player_row .col_shirt {
  font-size: 13px !important;
}
.resultpage .player_header {
  font-size: 14px;
  float: left;
}
.resultpage .aib-result-contestants {
  padding-left: 90px;
  padding-bottom: 3px;
}

.resultpage .mp-match-row {
  display: flex;
  min-height: 50px;
  align-items: center;
  font-size: 14px;
  padding-left: 5px;
}
.resultpage .mp-match-row > div {
  display: flex;
  align-items: center;
  height: 50px;
  flex-wrap: wrap;
}
.resultpage .mp-match-row .match-col-1 {
  min-width: 90px;
}
.resultpage .mp-match-row .match-col-2 {
  width: 100%;
}
.resultpage .mp-match-row .match-col-2 div {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
}
.resultpage .mp-match-row .match-col-2 div img {
  height: 20px;
  margin-right: 5px;
}
.resultpage .mp-match-row .match-col-2 div img:nth-child(2) {
  margin-left: 5px;
}
.resultpage .mp-match-row .match-col-3 {
  min-width: 50px;
}
.resultpage .mp-match-row .match-col-3 div {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resultpage .mp-match-resp-Doubles {
  min-height: 50px;
}
.resultpage .mp-match-resp-Doubles .match-col-1 {
  min-width: 45px;
}
.aib-result-mob {
  display: none;
}

@media screen AND (min-width: 951px) {
  .aib-result-row .expand-icon {
    display: none;
  }
}
@media screen AND (min-width: 801px) {
  .resultpage .mp-match-resp-Doubles {
    display: none;
  }
}
@media screen AND (max-width: 950px) {
  .aib-result-row > .c4 {
    display: none;
  }
  .aib-result-row .expand-icon {
    display: inline;
    margin-right: 10px;
    cursor: pointer;
    width: 13px;
  }
  .aib-result-row.aib-result-header .c3 {
    margin-right: 23px;
  }
  .aib-result-mob .aib-result-row .aib-sl {
    width: 50%;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
  }
  .aib-result-mob .aib-result-row .aib-sv {
    width: 50%;
    padding-left: 10px;
  }
  .aib-result-row > .c2 {
    width: 100%;
  }
}
@media screen AND (max-width: 800px) {
  #schedule-container .col-sport {
    display: none;
  }
  .resultpage .mp-match-Doubles {
    display: none;
  }
  .resultpage .mp-match-resp-Doubles {
    display: flex;
  }
  .resultpage .mp-match-row.mp-match-resp-Doubles > div.match-col-pscores {
    display: flex;
  }
}
@media screen AND (max-width: 700px) {
  .resultpage .mp-match-row > div.match-col-pscores {
    display: none;
  }
}
@media screen AND (min-width: 601px) {
  #schedule-container .extra-row {
    display: none;
  }
  .resultpage .match-row-resp {
    display: none;
  }
  .resultpage .nat-mob {
    display: none;
  }
}
@media screen AND (max-width: 600px) {
  #schedule-container .extra-row {
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 70px;
  }
  #schedule-container .row {
    border-bottom: none;
  }
  #schedule-container .col-4,
  #schedule-container .col-medals {
    display: none;
  }
  #schedule-container .col-1 {
    /*width: 100%;*/
  }
  #schedule-container .row-date .col-2 {
    visibility: hidden;
  }
  #schedule-container .col-2 {
    min-width: 50px;
  }
  .resultpage .match-row-resp {
    display: flex;
  }
  .resultpage .match-row:not(.match-row-resp) {
    display: none;
  }
  .resultpage .mp-match-row.mp-match-resp-Doubles > div.match-col-pscores {
    display: none;
  }
  .resultpage .nat-dsk {
    display: none;
  }
  .resultpage .nat-mob {
    display: inline;
  }
  .resultpage .res-alist-row > div:nth-child(1) {
    display: none;
  }
  .resultpage .aib-result-row > .c3,
  .resultpage .res-alist-row > div:nth-child(2) {
    width: unset;
    min-width: 100px;
  }
  .resultpage .res-alist-row > div:nth-child(3) {
    width: 100%;
  }
  .results-header {
    margin-left: 25px;
  }
}
@media screen AND (max-width: 420px) {
  .res-alist-row > div:nth-child(5) {
    display: none;
  }
}

/*

Match Page

*/

.matchpage .match-header {
  display: flex;
  min-height: 40px;
  align-items: center;
  margin-top: 20px;
  background-color: #262626;
  color: white;
  font-weight: bold;
  padding: 0px 20px;
}
.matchpage .match-header .team-logo-a,
.matchpage .match-header .team-logo-b {
  height: 30px;
}
.matchpage .match-header .team-name-a {
  width: 50%;
  text-align: right;
  padding-right: 10px;
}
.matchpage .match-header .team-name-b {
  width: 50%;
  text-align: left;
  padding-left: 10px;
}
.matchpage .match-header .team-score {
  min-width: 70px;
  text-align: center;
}
.matchpage .timeline_row .timeline_time,
.matchpage .lineup_row .lineup_row_shirt,
.matchpage .subs_row .subs_row_shirt {
  font-size: 13px;
  width: 5%;
}
.matchpage .timeline_row .timeline_team_b,
.matchpage .timeline_row .timeline_team_a {
  width: 47.5%;
}
/*

Live Page

*/

#body.livepage {
  padding-bottom: 10px;
  padding-top: 10px;
}
.livepage .lp-left {
  width: 35%;
  float: left;
  padding: 0px 10px;
  min-height: 1px;
}
.livepage .lp-right {
  width: 65%;
  float: left;
  padding: 0px 10px;
}
.livepage .blog-item {
  display: flex;
  min-height: 100px;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0px;
}
.livepage .blog-item-l {
  min-width: 90px;
  font-size: 20px;
  padding-left: 10px;
}
.livepage .blog-item-l span {
  font-size: 12px;
}
.livepage .blog-item-r {
  width: 100%;
}
.livepage .blog-item-title {
  margin-top: 0;
  font-size: 16px;
}
/* .livepage .blog-item-text {
	
} */
.livepage .blog-item-text img {
  width: 100% !important;
  height: 100% !important;
}
/* .livepage .blog-item-r.blog-type-text {
	
} */
.livepage .blog-item-l.blog-type-text {
  margin-top: 0px;
}
.lp-pinned {
  margin: 20px 0px;
  padding: 0px 10px;
}
.lp-pinned > a {
  display: contents;
}
.lp-pinned > a > div {
  padding: 10px 0px;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
}
.lp-pinned > a > div > i {
  margin-right: 10px;
}
.livepage #medals-container .col-3 {
  min-width: 35px;
}
.livepage .lp-left .discipline-row {
  font-size: 16px;
}
.livepage .lp-left #schedule-container .row .col-2 {
  text-align: center;
}
.livepage .lp-left #schedule-container {
  margin-bottom: 20px;
}
.livepage .blog-item-text .quoted {
  font-style: italic;
  position: relative;
}
.livepage .blog-item-text .quoted span {
  position: absolute;
  left: -39px;
}
.livepage .blog-item-text .quoted svg {
  fill: #0084c6;
  width: 2.1875rem;
  height: 1.5625rem;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: visible;
}
@media screen AND (max-width: 900px) {
  .livepage .lp-left {
    display: none;
  }
  .livepage .lp-right {
    width: 100%;
  }
}
/*

News Archive

*/

.newsarchive #medals-nav {
  height: 120px;
}
.na-container {
  width: 100%;
}
.na-container > a {
  display: contents;
}
.na-news {
  width: 25%;
  float: left;
}
.np-news {
  width: 50%;
}
.na-news > div {
  min-height: 120px;
  padding: 10px;
  float: left;
}
.na-news:hover > div {
  background-color: #f3f2f2;
}
.na-article-img {
  width: 100%;
  float: left;
}
.na-article-title {
  margin-top: 10px;
}
.na-article-date {
  line-height: 25px;
}
@media screen AND (max-width: 750px) {
  .newsarchive .na-news:not(.np-news) {
    width: calc(100% / 3);
  }
}
@media screen AND (max-width: 600px) {
  .newsarchive .na-news:not(.np-news) {
    width: 50%;
  }
}
@media screen AND (max-width: 400px) {
  .np-related .na-news,
  .newsarchive .na-news:not(.np-news) {
    width: 100%;
  }
}
/*

Standings Table

*/

.standings-table .table-group.mobile {
  font-weight: bold;
  text-align: center;
  background-color: #b2b5b7;
  float: left;
  width: 100%;
}
.standings-table .table-row {
  float: left;
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
  font-size: 14px;
}
.standings-table .table-row.table-header {
  background-color: #e9ebec;
  font-weight: bold;
}
.standings-table .table-row .col-pos {
  min-width: 30px;
  text-align: center;
  font-weight: bold;
}
.standings-table .table-row .col-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  min-width: 25px;
  width: unset;
  height: 100%;
}
.standings-table .table-row .col-name {
  text-align: left;
  width: 40%;
  min-width: 140px;
  padding-left: 5px;
}
.standings-table .table-row .col-name .country-code {
  font-size: 10px;
}
.standings-table .table-row .stats {
  width: 60%;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  height: 100%;
}
.standings-table .table-row .stats > div {
  min-width: 40px;
  flex: 1;
  text-align: center;
  line-height: 40px;
}
.standings-table .table-row .col-zone {
  min-width: 5px;
  height: 100%;
}
@media screen AND (min-width: 801px) {
  .standings-table .fullname {
    display: inline-block;
  }
  .standings-table .shortname {
    display: none;
  }
}
@media screen AND (max-width: 800px) {
  .standings-table .fullname {
    display: none;
  }
  .standings-table .shortname {
    display: inline-block;
  }
}
@media screen AND (min-width: 701px) {
  .standings-table .table-group.mobile {
    display: none;
  }
}
@media screen AND (max-width: 700px) {
  .standings-table .table-group.mobile {
    display: block;
  }
  .standings-table .table-group.desktop {
    visibility: hidden;
  }
}

/*

Responsive Cases

*/

@media screen AND (max-width: 520px) {
  .medals-nav-col {
    width: 100%;
  }
}

@media screen AND (max-width: 700px) {
  .nav {
    display: none;
  }
  .nav-resp {
    display: block;
  }
}
