/* CSS Cross-browser Solutions */
/* CSS Cross-browser Solutions */
/* CSS Cross-browser Solutions */
/* CSS Cross-browser Solutions */
/* CSS cross-browser background resize */
/* rounded corner, default set to 5px */
/* CSS cross-browser box shadow, IE & non-IE considerations met */
/* CSS cross-browser box sizing */
/* CSS cross-browser gradient */
/* CSS cross-browser filter blur */
/* min-height cross-browser solution, default height set to 90px */
/* opacity, IE & non-IE opacity set at 50 and 0.5 respectively */
/* CSS cross-browser text-shadow */
/* rotate CSS transformation, default rotation set at 90deg */
/* scale CSS transformation, default x,y at 1.5,1.5 */
/* translateY CSS transformation, default x at 0px */
/* skew CSS transformation, default x,y at 20deg, 20deg */
/* CSS Cross-browser Solutions */
/* CSS Cross-browser Solutions */
/* CSS Cross-browser Solutions */
/* CSS Cross-browser Solutions */
/* CSS Spares */
/* CSS Spares */
/* CSS Spares */
/* CSS Spares */
/* circle, default height & width set to 100px. Uses .rounded_corner mixin */
/* CSS cross-browser clear fix */
/* CSS cross-browser ellipsis treatment */
/* CSS cross-browser 100%-width/auto-height images */
/* CSS cross-browser ratio */
/* CSS cross-browser text selection */
/* CSS transition, speed set at .150s, and action set to ease-out by default */
/* CSS Spares */
/* CSS Spares */
/* CSS Spares */
/* CSS Spares */
/* Colors library */
/* Colors library */
/* Colors library */
/* Colors library */
/* colors/social */
/*Facebook*/
/*Twitter*/
/*Google+*/
/*YouTube*/
/*LinkedIn*/
/*Instagram*/
/*Pinterest*/
/* */
/* */
/*Vimeo*/
/*Spotify*/
/* colors/social */
/* Colors library */
/* Colors library */
/* Colors library */
/* Colors library */
/* Design repeats */
/* Design repeats */
/* Media Queries */
/*@desktop: 960px;*/
/* Media Queries */
/* Colours */
/*Primary Brand Colour*/
/* */
/*Primary Brand Colour*/
/*Secondary Brand Colour*/
/*Secondary Brand Colour*/
/*Third Brand Colour*/
/*Third Brand Colour*/
/*Fourth Brand Colour*/
/*Fourth Brand Colour*/
/*Text / Content Colour*/
/*Text / Content Colour*/
/*Text / Content Colour Alt.*/
/*Text / Content Colour Alt.*/
/*Background / Base Colour*/
/*Background / Base Colour*/
/*Background / Base Colour Alt.*/
/*Background / Base Colour Alt.*/
/*Base Colour*/
/*Base Colour*/
/*Base Colour Alt.*/
/*Base Colour Alt.*/
/* Colours */
/* Competition Colours */
@media screen and (max-width: 767px) {
  body {
    padding-top: 40px;
  }
}
body.WAS {
  /* LIVE */
  /* LIVE */
}
body.WAS h1 {
  display: block;
  position: relative;
}
body.WAS h1:after {
  background-color: #fcb931;
  bottom: 3px;
  content: "";
  display: block;
  height: 7px;
  left: 2px;
  position: absolute;
  width: 80px;
}
@media screen and (max-width: 767px) {
  body.WAS h1:after {
    height: 3px;
  }
}
body.WAS h1 + h3 {
  padding-top: 7px;
}
body.WAS h1 + .clearfix + h3 {
  padding-top: 7px;
}
body.WAS h2 > span {
  color: #fcb931;
}
body.WAS h2 > span > i {
  color: #fcb931;
}
body.WAS h2._alt {
  background-color: #fcb931;
  color: #000026;
}
body.WAS h2._alt > a {
  color: #000026;
}
body.WAS hr {
  border-color: #fcb931;
  margin: 0px;
}
body.WAS .btn {
  background-color: #fcb931;
  color: #000026;
}
body.WAS header > .container.top-search > .navbar-left > ul > li > a {
  color: #000026;
}
body.WAS header > .container.top-search > .navbar-left > ul > li > a.active {
  color: #fcb931;
}
body.WAS header > .container.top-search > .navbar-left > ul > li > a > i {
  color: #fcb931;
}
body.WAS header > .container > .navbar-form {
  background-color: #fcb931;
}
body.WAS header > .comp-banner {
  background: url(../../Images/layout/Orange-background.jpg) 50% 50% repeat-x;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.WAS header > .comp-banner > .container .comp-container > .comp-info > .next-event-box > .next-event-header {
  background-color: #fcb931;
}
body.WAS header > .comp-banner > .container .comp-container > .comp-info > .next-event-box > .next-event-header > h3 {
  color: #000026;
}
body.WAS header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button {
  background-color: #fcb931;
}
body.WAS header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button > .icon-bar {
  background-color: #ffffff;
}
body.WAS header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button > i.fa {
  color: #000026;
}
body.WAS header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.collapsed > .icon-bar {
  background-color: #000026;
}
body.WAS header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.collapsed > i.fa {
  color: #000026;
}
body.WAS header > .comp-banner > .container .comp-container._mobileNav {
  background-color: #fcb931;
}
body.WAS .navbar {
  background-color: #fcb931;
}
body.WAS .navbar > .container > .navbar-collapse > .navbar-nav > li {
  border-right: 1px solid #fcc24a;
}
@media screen and (max-width: 767px) {
  body.WAS .navbar > .container > .navbar-collapse > .navbar-nav > li {
    border-top: 1px solid #fcc24a;
  }
}
body.WAS .navbar > .container > .navbar-collapse > .navbar-nav > li a {
  color: #000026;
}
body.WAS .navbar > .container > .navbar-collapse > .navbar-nav > li a:hover,
body.WAS .navbar > .container > .navbar-collapse > .navbar-nav > li a.active,
body.WAS .navbar > .container > .navbar-collapse > .navbar-nav > li a:focus {
  color: #ffffff;
}
body.WAS footer > .footer-header {
  background-color: #fcb931;
}
body.WAS .panel-group > .panel > .panel-heading h4 {
  background-color: #fcb931;
}
body.WAS .panel-group > .panel > .panel-heading h4 > a {
  color: #000026;
}
body.WAS .table-header > ul {
  background-color: #fcb931;
}
body.WAS .table-header > ul > li {
  color: #000026;
}
body.WAS .table-header > ul > li > a {
  color: #000026;
}
body.WAS .table-header > ul > li > a > i {
  color: #000026;
}
body.WAS .table-header > ul > li > button.active {
  background-color: #fcb018;
}
body.WAS table.records-table > thead._alt {
  background-color: #fcb931;
  color: #000026;
}
body.WAS table.records-table.clickable > tbody tr.active,
body.WAS table.records-table.clickable > tbody tr:hover {
  background-color: #fcb931 !important;
  color: #000026 !important;
}
body.WAS table.records-table.clickable > tbody tr.active th,
body.WAS table.records-table.clickable > tbody tr:hover th,
body.WAS table.records-table.clickable > tbody tr.active td,
body.WAS table.records-table.clickable > tbody tr:hover td,
body.WAS table.records-table.clickable > tbody tr.active span,
body.WAS table.records-table.clickable > tbody tr:hover span {
  color: #000026 !important;
}
body.WAS .bx-wrapper .bx-controls > .bx-pager > .bx-pager-item > a.active {
  background-color: #c48403;
}
body.WAS .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev,
body.WAS .bx-wrapper .bx-controls > .bx-controls-direction > .bx-next {
  background-color: #fcb931;
  color: #000026;
}
body.WAS .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev:before,
body.WAS .bx-wrapper .bx-controls > .bx-controls-direction > .bx-next:before {
  color: #000026;
}
body.WAS .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev {
  background-color: #f6a604;
}
body.WAS .nav-tabs.nav-comp {
  background-color: #000026;
  border-top: 1px solid #3f4444 !important;
}
body.WAS .nav-tabs.nav-comp > li {
  border-left-color: #3f4444;
}
body.WAS .nav-tabs.nav-comp > li > a {
  background-color: #000026;
  color: #ffffff;
}
body.WAS .nav-tabs.nav-comp > li > a:hover {
  background-color: #fcb931;
  color: #000026 !important;
}
body.WAS .nav-tabs.nav-comp > li.active > a,
body.WAS .nav-tabs.nav-comp > li:focus > a {
  background-color: #fcb931;
  color: #000026 !important;
}
body.WAS .row.social-grid > li i {
  color: #000026;
}
body.WAS .row.social-grid > li i.fa-twitter {
  color: #00aced;
}
body.WAS .row.social-grid > li i.fa-facebook-official {
  color: #3b5998;
}
body.WAS .row.social-grid > li i.fa-twitter,
body.WAS .row.social-grid > li i.fa-facebook-official {
  font-size: 30px;
}
body.WAS .row.social-grid > li > .email-link {
  /*background-color:lighten(@comp, 10%);*/
  /*border:1px solid darken(@comp, 15%);*/
  color: #000059;
}
body.WAS .row.social-grid > li > .email-link:hover {
  border-color: #8c8cff;
}
body.WAS .row.social-grid > li > .email-link:hover > i {
  color: #8c8cff;
}
body.WAS .row.social-grid.align-right {
  float: right;
}
body.WAS .legend > .panel-heading {
  background-color: #fcb931;
  color: #000026;
  background: #fcb931;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcb931, endColorstr=#fcb931);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fcb931), to(#fcb931));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #fcb931, #fcb931);
  /* for firefox 3.6+ */
}
body.WAS .modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6:nth-child(even) > h2._alt {
  background-color: #fcb018;
}
body.WAS .tab-mobile-navigation {
  background-color: #fcb931;
  color: #000026;
}
@media screen and (max-width: 767px) {
  body.WAS .tab-mobile-navigation > button.navbar-toggle {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
  }
  body.WAS .tab-mobile-navigation > button.navbar-toggle.collapsed {
    background-color: #ffffff;
  }
  body.WAS .tab-mobile-navigation > button.navbar-toggle > i {
    color: #000026;
  }
}
body.WAS .clickForMore {
  text-align: center;
}
body.WAS .clickForMore > a {
  background-color: #fcb931;
  color: #000026;
}
body.WAS ul.prev-next > li {
  border-bottom: 5px solid #fcb931;
  max-width: 50%;
}
body.WAS ul.prev-next > li:nth-child(even) {
  border-bottom-color: #f6a604;
}
body.WAS a.bookmarkCountry:hover {
  color: #fcb931;
}
body.WAS a.bookmarkCountry:hover > i {
  color: #fcb931;
}
body.WAS .LIVE .stickyHeader {
  background-color: #fcb931;
}
body.ONE {
  /* LIVE */
  /* LIVE */
}
body.ONE h1 {
  display: block;
  position: relative;
}
body.ONE h1:after {
  background-color: #08c591;
  bottom: 3px;
  content: "";
  display: block;
  height: 7px;
  left: 2px;
  position: absolute;
  width: 80px;
}
@media screen and (max-width: 767px) {
  body.ONE h1:after {
    height: 3px;
  }
}
body.ONE h1 + h3 {
  padding-top: 7px;
}
body.ONE h1 + .clearfix + h3 {
  padding-top: 7px;
}
body.ONE h2 > span {
  color: #08c591;
}
body.ONE h2 > span > i {
  color: #08c591;
}
body.ONE h2._alt {
  background-color: #08c591;
  color: #000026;
}
body.ONE h2._alt > a {
  color: #000026;
}
body.ONE hr {
  border-color: #08c591;
  margin: 0px;
}
body.ONE .btn {
  background-color: #08c591;
  color: #000026;
}
body.ONE header > .container.top-search > .navbar-left > ul > li > a {
  color: #000026;
}
body.ONE header > .container.top-search > .navbar-left > ul > li > a.active {
  color: #08c591;
}
body.ONE header > .container.top-search > .navbar-left > ul > li > a > i {
  color: #08c591;
}
body.ONE header > .container > .navbar-form {
  background-color: #08c591;
}
body.ONE header > .comp-banner {
  background: url(../../Images/layout/Green-background.jpg) 50% 50% repeat-x;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.ONE header > .comp-banner > .container .comp-container > .comp-info > .next-event-box > .next-event-header {
  background-color: #08c591;
}
body.ONE header > .comp-banner > .container .comp-container > .comp-info > .next-event-box > .next-event-header > h3 {
  color: #000026;
}
body.ONE header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button {
  background-color: #08c591;
}
body.ONE header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button > .icon-bar {
  background-color: #ffffff;
}
body.ONE header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button > i.fa {
  color: #000026;
}
body.ONE header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.collapsed > .icon-bar {
  background-color: #000026;
}
body.ONE header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.collapsed > i.fa {
  color: #000026;
}
body.ONE header > .comp-banner > .container .comp-container._mobileNav {
  background-color: #08c591;
}
body.ONE .navbar {
  background-color: #08c591;
}
body.ONE .navbar > .container > .navbar-collapse > .navbar-nav > li {
  border-right: 1px solid #09dea3;
}
@media screen and (max-width: 767px) {
  body.ONE .navbar > .container > .navbar-collapse > .navbar-nav > li {
    border-top: 1px solid #09dea3;
  }
}
body.ONE .navbar > .container > .navbar-collapse > .navbar-nav > li a {
  color: #000026;
}
body.ONE .navbar > .container > .navbar-collapse > .navbar-nav > li a:hover,
body.ONE .navbar > .container > .navbar-collapse > .navbar-nav > li a.active,
body.ONE .navbar > .container > .navbar-collapse > .navbar-nav > li a:focus {
  color: #ffffff;
}
body.ONE footer > .footer-header {
  background-color: #08c591;
}
body.ONE .panel-group > .panel > .panel-heading h4 {
  background-color: #08c591;
}
body.ONE .panel-group > .panel > .panel-heading h4 > a {
  color: #000026;
}
body.ONE .table-header > ul {
  background-color: #08c591;
}
body.ONE .table-header > ul > li {
  color: #000026;
}
body.ONE .table-header > ul > li > a {
  color: #000026;
}
body.ONE .table-header > ul > li > a > i {
  color: #000026;
}
body.ONE .table-header > ul > li > button.active {
  background-color: #07ac7f;
}
body.ONE table.records-table > thead._alt {
  background-color: #08c591;
  color: #000026;
}
body.ONE table.records-table.clickable > tbody tr.active,
body.ONE table.records-table.clickable > tbody tr:hover {
  background-color: #08c591 !important;
  color: #000026 !important;
}
body.ONE table.records-table.clickable > tbody tr.active th,
body.ONE table.records-table.clickable > tbody tr:hover th,
body.ONE table.records-table.clickable > tbody tr.active td,
body.ONE table.records-table.clickable > tbody tr:hover td,
body.ONE table.records-table.clickable > tbody tr.active span,
body.ONE table.records-table.clickable > tbody tr:hover span {
  color: #000026 !important;
}
body.ONE .bx-wrapper .bx-controls > .bx-pager > .bx-pager-item > a.active {
  background-color: #046349;
}
body.ONE .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev,
body.ONE .bx-wrapper .bx-controls > .bx-controls-direction > .bx-next {
  background-color: #08c591;
  color: #000026;
}
body.ONE .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev:before,
body.ONE .bx-wrapper .bx-controls > .bx-controls-direction > .bx-next:before {
  color: #000026;
}
body.ONE .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev {
  background-color: #06946d;
}
body.ONE .nav-tabs.nav-comp {
  background-color: #000026;
  border-top: 1px solid #3f4444 !important;
}
body.ONE .nav-tabs.nav-comp > li {
  border-left-color: #3f4444;
}
body.ONE .nav-tabs.nav-comp > li > a {
  background-color: #000026;
  color: #ffffff;
}
body.ONE .nav-tabs.nav-comp > li > a:hover {
  background-color: #08c591;
  color: #000026 !important;
}
body.ONE .nav-tabs.nav-comp > li.active > a,
body.ONE .nav-tabs.nav-comp > li:focus > a {
  background-color: #08c591;
  color: #000026 !important;
}
body.ONE .row.social-grid > li i {
  color: #000026;
}
body.ONE .row.social-grid > li i.fa-twitter {
  color: #00aced;
}
body.ONE .row.social-grid > li i.fa-facebook-official {
  color: #3b5998;
}
body.ONE .row.social-grid > li i.fa-twitter,
body.ONE .row.social-grid > li i.fa-facebook-official {
  font-size: 30px;
}
body.ONE .row.social-grid > li > .email-link {
  /*background-color:lighten(@comp, 10%);*/
  /*border:1px solid darken(@comp, 15%);*/
  color: #000059;
}
body.ONE .row.social-grid > li > .email-link:hover {
  border-color: #8c8cff;
}
body.ONE .row.social-grid > li > .email-link:hover > i {
  color: #8c8cff;
}
body.ONE .row.social-grid.align-right {
  float: right;
}
body.ONE .legend > .panel-heading {
  background-color: #08c591;
  color: #000026;
  background: #08c591;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#08c591, endColorstr=#08c591);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#08c591), to(#08c591));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #08c591, #08c591);
  /* for firefox 3.6+ */
}
body.ONE .modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6:nth-child(even) > h2._alt {
  background-color: #07ac7f;
}
body.ONE .tab-mobile-navigation {
  background-color: #08c591;
  color: #000026;
}
@media screen and (max-width: 767px) {
  body.ONE .tab-mobile-navigation > button.navbar-toggle {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
  }
  body.ONE .tab-mobile-navigation > button.navbar-toggle.collapsed {
    background-color: #ffffff;
  }
  body.ONE .tab-mobile-navigation > button.navbar-toggle > i {
    color: #000026;
  }
}
body.ONE .clickForMore {
  text-align: center;
}
body.ONE .clickForMore > a {
  background-color: #08c591;
  color: #000026;
}
body.ONE ul.prev-next > li {
  border-bottom: 5px solid #08c591;
  max-width: 50%;
}
body.ONE ul.prev-next > li:nth-child(even) {
  border-bottom-color: #06946d;
}
body.ONE a.bookmarkCountry:hover {
  color: #08c591;
}
body.ONE a.bookmarkCountry:hover > i {
  color: #08c591;
}
body.ONE .LIVE .stickyHeader {
  background-color: #08c591;
}
body.default {
  /* LIVE */
  /* LIVE */
}
body.default h1 {
  display: block;
  position: relative;
}
body.default h1:after {
  background-color: #4ebef5;
  bottom: 3px;
  content: "";
  display: block;
  height: 7px;
  left: 2px;
  position: absolute;
  width: 80px;
}
@media screen and (max-width: 767px) {
  body.default h1:after {
    height: 3px;
  }
}
body.default h1 + h3 {
  padding-top: 7px;
}
body.default h1 + .clearfix + h3 {
  padding-top: 7px;
}
body.default h2 > span {
  color: #4ebef5;
}
body.default h2 > span > i {
  color: #4ebef5;
}
body.default h2._alt {
  background-color: #4ebef5;
  color: #000026;
}
body.default h2._alt > a {
  color: #000026;
}
body.default hr {
  border-color: #4ebef5;
  margin: 0px;
}
body.default .btn {
  background-color: #4ebef5;
  color: #000026;
}
body.default header > .container.top-search > .navbar-left > ul > li > a {
  color: #000026;
}
body.default header > .container.top-search > .navbar-left > ul > li > a.active {
  color: #4ebef5;
}
body.default header > .container.top-search > .navbar-left > ul > li > a > i {
  color: #4ebef5;
}
body.default header > .container > .navbar-form {
  background-color: #4ebef5;
}
body.default header > .comp-banner {
  background: url(../../Images/layout/Blue-background.jpg) 50% 50% repeat-x;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.default header > .comp-banner > .container .comp-container > .comp-info > .next-event-box > .next-event-header {
  background-color: #4ebef5;
}
body.default header > .comp-banner > .container .comp-container > .comp-info > .next-event-box > .next-event-header > h3 {
  color: #000026;
}
body.default header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button {
  background-color: #4ebef5;
}
body.default header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button > .icon-bar {
  background-color: #ffffff;
}
body.default header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button > i.fa {
  color: #000026;
}
body.default header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.collapsed > .icon-bar {
  background-color: #000026;
}
body.default header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.collapsed > i.fa {
  color: #000026;
}
body.default header > .comp-banner > .container .comp-container._mobileNav {
  background-color: #4ebef5;
}
body.default .navbar {
  background-color: #4ebef5;
}
body.default .navbar > .container > .navbar-collapse > .navbar-nav > li {
  border-right: 1px solid #66c7f6;
}
@media screen and (max-width: 767px) {
  body.default .navbar > .container > .navbar-collapse > .navbar-nav > li {
    border-top: 1px solid #66c7f6;
  }
}
body.default .navbar > .container > .navbar-collapse > .navbar-nav > li a {
  color: #000026;
}
body.default .navbar > .container > .navbar-collapse > .navbar-nav > li a:hover,
body.default .navbar > .container > .navbar-collapse > .navbar-nav > li a.active,
body.default .navbar > .container > .navbar-collapse > .navbar-nav > li a:focus {
  color: #ffffff;
}
body.default footer > .footer-header {
  background-color: #4ebef5;
}
body.default .panel-group > .panel > .panel-heading h4 {
  background-color: #4ebef5;
}
body.default .panel-group > .panel > .panel-heading h4 > a {
  color: #000026;
}
body.default .table-header > ul {
  background-color: #4ebef5;
}
body.default .table-header > ul > li {
  color: #000026;
}
body.default .table-header > ul > li > a {
  color: #000026;
}
body.default .table-header > ul > li > a > i {
  color: #000026;
}
body.default .table-header > ul > li > button.active {
  background-color: #36b5f4;
}
body.default table.records-table > thead._alt {
  background-color: #4ebef5;
  color: #000026;
}
body.default table.records-table.clickable > tbody tr.active,
body.default table.records-table.clickable > tbody tr:hover {
  background-color: #4ebef5 !important;
  color: #000026 !important;
}
body.default table.records-table.clickable > tbody tr.active th,
body.default table.records-table.clickable > tbody tr:hover th,
body.default table.records-table.clickable > tbody tr.active td,
body.default table.records-table.clickable > tbody tr:hover td,
body.default table.records-table.clickable > tbody tr.active span,
body.default table.records-table.clickable > tbody tr:hover span {
  color: #000026 !important;
}
body.default .bx-wrapper .bx-controls > .bx-pager > .bx-pager-item > a.active {
  background-color: #0c90d1;
}
body.default .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev,
body.default .bx-wrapper .bx-controls > .bx-controls-direction > .bx-next {
  background-color: #4ebef5;
  color: #000026;
}
body.default .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev:before,
body.default .bx-wrapper .bx-controls > .bx-controls-direction > .bx-next:before {
  color: #000026;
}
body.default .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev {
  background-color: #1eacf2;
}
body.default .nav-tabs.nav-comp {
  background-color: #000026;
  border-top: 1px solid #3f4444 !important;
}
body.default .nav-tabs.nav-comp > li {
  border-left-color: #3f4444;
}
body.default .nav-tabs.nav-comp > li > a {
  background-color: #000026;
  color: #ffffff;
}
body.default .nav-tabs.nav-comp > li > a:hover {
  background-color: #4ebef5;
  color: #000026 !important;
}
body.default .nav-tabs.nav-comp > li.active > a,
body.default .nav-tabs.nav-comp > li:focus > a {
  background-color: #4ebef5;
  color: #000026 !important;
}
body.default .row.social-grid > li i {
  color: #000026;
}
body.default .row.social-grid > li i.fa-twitter {
  color: #00aced;
}
body.default .row.social-grid > li i.fa-facebook-official {
  color: #3b5998;
}
body.default .row.social-grid > li i.fa-twitter,
body.default .row.social-grid > li i.fa-facebook-official {
  font-size: 30px;
}
body.default .row.social-grid > li > .email-link {
  /*background-color:lighten(@comp, 10%);*/
  /*border:1px solid darken(@comp, 15%);*/
  color: #000059;
}
body.default .row.social-grid > li > .email-link:hover {
  border-color: #8c8cff;
}
body.default .row.social-grid > li > .email-link:hover > i {
  color: #8c8cff;
}
body.default .row.social-grid.align-right {
  float: right;
}
body.default .legend > .panel-heading {
  background-color: #4ebef5;
  color: #000026;
  background: #4ebef5;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4ebef5, endColorstr=#4ebef5);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#4ebef5), to(#4ebef5));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #4ebef5, #4ebef5);
  /* for firefox 3.6+ */
}
body.default .modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6:nth-child(even) > h2._alt {
  background-color: #36b5f4;
}
body.default .tab-mobile-navigation {
  background-color: #4ebef5;
  color: #000026;
}
@media screen and (max-width: 767px) {
  body.default .tab-mobile-navigation > button.navbar-toggle {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
  }
  body.default .tab-mobile-navigation > button.navbar-toggle.collapsed {
    background-color: #ffffff;
  }
  body.default .tab-mobile-navigation > button.navbar-toggle > i {
    color: #000026;
  }
}
body.default .clickForMore {
  text-align: center;
}
body.default .clickForMore > a {
  background-color: #4ebef5;
  color: #000026;
}
body.default ul.prev-next > li {
  border-bottom: 5px solid #4ebef5;
  max-width: 50%;
}
body.default ul.prev-next > li:nth-child(even) {
  border-bottom-color: #1eacf2;
}
body.default a.bookmarkCountry:hover {
  color: #4ebef5;
}
body.default a.bookmarkCountry:hover > i {
  color: #4ebef5;
}
body.default .LIVE .stickyHeader {
  background-color: #4ebef5;
}
/* Competition Colours */
/* Grey Colours */
/* Grey colours */
/* Medal Colours */
/* Medal Colours */
/* Other Colours */
/* Other Colours */
/* Web Font */
body {
  background: url(../../Images/layout/bg.png) 50% 0% no-repeat #f7f7f7 !important;
  font-family: Din, Arial, serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    background-image: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Din, Arial, serif;
}
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}
h1 {
  color: #000026;
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
h1 > span {
  display: block;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 30px;
  }
}
h1[itemprop="name"] {
  font-size: 40px;
  line-height: 35px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  h1[itemprop="name"] {
    font-size: 30px;
    line-height: 28px;
  }
}
h2 {
  background-color: #000026;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  margin: 0px;
  text-transform: uppercase;
}
h2.alt {
  background-color: #31314f;
}
h2 > span > i {
  margin: 0px 0px 0px 10px;
}
h2 > a {
  color: #ffffff;
  text-decoration: underline;
}
h3 {
  display: block;
  font-size: 28px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
h4 {
  color: #000026;
}
a {
  color: #000026;
}
a.iaaflogo {
  background: url(../../Images/layout/iaaf-logo-header.png) no-repeat 50% 50% transparent;
  display: block;
  float: left;
  height: 18px;
  margin-top: 12px;
  text-indent: -9999px;
  width: 68px;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
a.iaaflogo.white {
  background: url(../../Images/layout/iaaf-mobile.png) no-repeat 50% 50% transparent;
}
@media screen and (max-width: 1080px) {
  a.iaaflogo {
    margin-left: 12px;
  }
}
a:hover {
  color: #000026;
  text-decoration: none;
}
a img {
  border: 0px none transparent;
}
i {
  color: #000026;
}
img.tableflag {
  border: 1px solid #e8e8e8;
  float: left;
  margin-right: 5px;
  vertical-align: middle;
  box-sizing: border-box !important;
  display: block !important;
  height: auto !important;
  width: auto !important;
  max-width: auto !important;
}
label {
  font-family: Din, Arial, serif;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
}
p {
  font-family: Arial, serif;
  font-size: 14px;
  line-height: 20px;
}
span._label {
  color: #666666;
  font-size: 16px;
  padding-right: 10px;
  text-transform: uppercase;
}
span._label:empty {
  display: none;
}
span._label.date {
  color: #999999;
}
span._label.type {
  color: #999999;
}
span._label.location {
  color: #999999;
}
span._label.location.lg-text {
  color: #000026;
  font-size: 22px;
  line-height: 22px;
  padding: 0px !important;
}
span._label:nth-child(even) {
  color: #666666;
}
span._label > span {
  color: #666666 !important;
}
span._label > span:nth-child(even) {
  color: #999999 !important;
}
span > span.meta {
  display: table !important;
  padding: 0px 0px 5px !important;
}
span > span.meta > span {
  display: table-cell !important;
  padding: 0px 5px 0px 0px !important;
}
@media screen and (max-width: 767px) {
  span > span.meta > span {
    display: block !important;
  }
}
/* font awesome */
.fa.fa-circle {
  font-size: 25px;
}
.fa.fa-circle.gold {
  color: #fccd1d;
}
.fa.fa-circle.silver {
  color: #dddbdd;
}
.fa.fa-circle.bronze {
  color: #b37336;
}
.fa.fa-circle.sm {
  font-size: 15px;
}
.fa.fa-spikes {
  background: url(../../Images/layout/spikes.png) #feed01 50% 50% no-repeat;
  display: block;
  margin: -2px 0px;
  -webkit-background-size: 80%;
  -moz-background-size: 80%;
  -o-background-size: 80%;
  background-size: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
/* font awesome */
/* button/input/select/textarea */
.btn {
  border: 0px none transparent;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*& > i {
        font-size:20px;
        line-height:@depth;
        height:@depth;
        width:@depth;
    }*/
}
.btn.btn-lg {
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  white-space: normal !important;
  width: 100%;
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
.btn.btn-lg > i {
  line-height: auto;
  height: auto;
  padding: 0px 5px;
  width: auto;
}
button {
  border: 0px none transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
button.navbar-toggle {
  border: 0px none transparent;
}
input {
  color: #000026;
  font-family: Arial, serif;
  font-size: 14px;
  padding: 7px;
}
input[type="text"] {
  background-color: #ffffff;
  border: 0px none transparent;
  padding: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=@s, Direction=@d, Color='@c')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0px, Direction=0, Color='@c');
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  -moz-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
}
select {
  border: 0px none transparent;
  font-family: Arial, serif;
  font-size: 14px;
  padding: 7px 15px 7px 7px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.input-group {
  width: 100%;
}
.input-group:first-child {
  padding-top: 0px;
}
.btn-group {
  font-family: Arial, serif;
  width: 100%;
}
.btn-group > label {
  font-size: 16px;
  font-weight: 100;
  padding: 0px 2px;
}
.btn-group img.tableflag {
  /*border:1px solid @wastabs;*/
}
.btn-group > button.dropdown-toggle {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  padding: 7px 10px;
  text-align: left;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn-group > button.dropdown-toggle > i {
  float: right;
  line-height: 20px;
}
.btn-group > button.dropdown-toggle img.tableflag {
  margin-top: 3px;
}
.btn-group > ul.dropdown-menu {
  font-size: 12px;
  width: 100%;
}
.btn-group > ul.dropdown-menu > li {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.btn-group > ul.dropdown-menu > li > a {
  display: block;
  margin: 0px;
  padding: 7px 10px;
  white-space: nowrap;
  width: 100%;
}
/* button/input/select/textarea */
/* modal */
.modal {
  overflow: hidden;
}
.modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-dialog.media {
  max-width: 500px;
}
.modal .modal-dialog.athletepopup {
  max-width: 600px;
}
.modal .modal-dialog.athletepopup [class^="col-md"] {
  padding: 0px;
}
.modal .modal-dialog.athletepopup [class^="col-md"] [class^="col-md"] {
  padding: 0px;
}
.modal .modal-dialog.results {
  max-width: 300px;
}
.modal .modal-dialog.results [class^="col-md"] {
  padding: 0px;
}
.modal .modal-dialog.results [class^="col-md"] [class^="col-md"] {
  padding: 0px;
}
.modal .modal-dialog.seiko {
  width: 100%;
  max-width: 900px;
}
.modal .modal-dialog.teamstanding {
  max-width: 800px;
}
.modal-dialog {
  margin-top: 80px;
}
.modal-dialog .modal-content {
  background-color: #000026;
  border: 0px none transparent;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=@s, Direction=@d, Color='@c')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10px, Direction=135, Color='@c');
  -webkit-box-shadow: 0px 1px 10px #000000;
  -moz-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}
.modal-dialog .modal-content > .modal-header {
  background-color: #000026;
  border: 0px none transparent;
  color: #ffffff;
  padding: 0px;
  text-transform: uppercase;
  vertical-align: middle;
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
.modal-dialog .modal-content > .modal-header > button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  text-shadow: 0px 0px 0px transparent;
}
.modal-dialog .modal-content > .modal-header > button:before {
  text-shadow: 0px 0px 0px transparent;
}
.modal-dialog .modal-content > .modal-header > button > i.fa {
  color: #ffffff;
  font-weight: 100;
}
.modal-dialog .modal-content > .modal-header > h2 {
  padding-left: 15px;
}
.modal-dialog .modal-content > .modal-body {
  padding: 0px;
  margin: 0px;
}
.modal-dialog .modal-content > .modal-body.athlete {
  background-color: #3f4444;
}
.modal-dialog .modal-content > .modal-body.athletepopup {
  background-color: #3f4444;
}
.modal-dialog .modal-content > .modal-body.media > audio {
  width: 100%;
}
.modal-dialog .modal-content > .modal-body.media > img {
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.modal-dialog .modal-content > .modal-body.media > .youTube {
  position: relative;
  /* to assign position absolute elements inside the div */
  width: 100%;
  /* assign width - in this case, @w width for a responsive example */
}
.modal-dialog .modal-content > .modal-body.media > .youTube:after {
  content: "";
  display: block;
  padding-top: 70%;
  /* @h:@w ratio - taking in @h of the width of this div (@w) to achieve @h:@w ratio */
}
.modal-dialog .modal-content > .modal-body.media > .youTube > iframe {
  left: 0px;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
}
.modal-dialog .modal-content > .modal-body.search > form {
  margin: 0px;
  padding: 0px;
}
.modal-dialog .modal-content > .modal-body.search > form input[type="text"] {
  float: left;
  height: 40px;
  padding: 0px 10px 0px 15px;
  text-transform: uppercase;
  width: calc(100% - 40px);
}
.modal-dialog .modal-content > .modal-body.search > form button {
  float: left;
}
.modal-dialog .modal-content > .modal-body.search > form > .form-group {
  height: auto;
  margin: 0px;
  overflow: hidden;
}
.modal-dialog .modal-content > .modal-body.showAllEvents {
  background-color: #ffffff;
}
.modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6:nth-child(even) {
  background-color: #e8e8e8;
}
.modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6 > ul {
  display: block;
  padding: 20px;
}
.modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6 > ul > li {
  font-size: 22px;
}
.modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6 > ul > li > ul > li {
  padding-top: 20px;
  text-transform: uppercase;
}
.modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6 > ul > li > ul > li:first-child {
  padding-top: 0px;
}
.modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6 > ul > li > ul > li > ul > li {
  display: inline-block;
  font-size: 16px;
  padding: 0px 20px 0px 0px;
}
@media screen and (min-width: 767px) {
  .modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 {
    display: table;
    width: 100%;
  }
  .modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6 {
    display: table-cell;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6 > ul {
    height: 200px;
    overflow-y: scroll;
  }
}
.modal-dialog .modal-content > .modal-body button {
  color: #ffffff;
  font-weight: 100;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  text-shadow: 0px 0px 0px transparent;
}
.modal-dialog .modal-content > .modal-body button:before {
  text-shadow: 0px 0px 0px transparent;
}
/* athlete popup */
/* athlete popup */
/* modal */
/* container */
.container {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 1080px) {
  .container {
    width: 100%;
  }
}
.container.comp-heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .container.comp-heading {
    margin-bottom: 0px;
  }
}
.container.comp-heading > .col-md-6 {
  background-color: #ffffff;
  padding: 20px;
}
.container.comp-heading > .col-md-6:nth-child(even) {
  background-color: transparent;
}
.container.comp-heading > .col-md-6 > h1 {
  margin: 0px;
}
.container.comp-heading > .col-md-6 > h1 + h3 {
  padding-top: 10px;
}
.container.comp-heading > .col-md-6 img.universal-sports {
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 110px;
  max-width: 110px;
}
@media screen and (max-width: 767px) {
  .container.comp-heading > .col-md-6 {
    /*padding:@depth/4;*/
  }
}
.container.comp-heading > .col-md-6 > article {
  font-family: Arial, serif;
  font-size: 14px;
  padding-top: 20px;
}
.container.comp-heading > .col-md-6 > article h3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* container */
/* header */
header {
  background: url(../../Images/layout/bg.png) 50% 0% no-repeat #ffffff !important;
  font-family: Din, Arial, serif;
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
header > .container.top-search {
  height: 40px;
}
@media screen and (max-width: 767px) {
  header > .container.top-search {
    display: none;
  }
}
header > .container.top-search > .navbar-left > ul {
  list-style: none;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  overflow: hidden;
  text-transform: uppercase;
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
header > .container.top-search > .navbar-left > ul > li {
  float: left;
  font-size: 16px;
  line-height: 40px;
  margin: 0px 20px 0px 10px;
}
header > .container.top-search > .navbar-left > ul > li > a {
  color: #000026;
}
header > .container > .navbar-form {
  display: table;
  margin: 0px;
  padding: 7px;
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
header > .container > .navbar-form > .form-group {
  display: table-cell;
  width: 230px;
}
header > .container > .navbar-form > .form-group > input[type="text"] {
  height: 26px;
  padding: 5px;
  text-transform: uppercase;
  width: 100%;
}
header > .container > .navbar-form > button {
  background-color: #ffffff;
  display: table-cell;
  height: 26px;
  width: 26px;
}
header > .comp-banner {
  height: auto;
  overflow: hidden;
  width: 100%;
}
header > .comp-banner > .container {
  background-color: #000026;
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
header > .comp-banner > .container .comp-container {
  display: table;
  width: 100%;
}
header > .comp-banner > .container .comp-container .comp-info {
  padding: 0px 0px;
  vertical-align: top;
  display: table-cell;
  /*partners*/
  /*partners*/
}
header > .comp-banner > .container .comp-container .comp-info.valign-middle {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info.valign-middle {
    display: block;
    width: calc(100% - 130px);
  }
  header > .comp-banner > .container .comp-container .comp-info.valign-middle > .valign-middle {
    padding-right: 5px;
    width: 100%;
  }
  header > .comp-banner > .container .comp-container .comp-info.valign-middle.comp-logo {
    display: none;
  }
}
header > .comp-banner > .container .comp-container .comp-info.menu-toggle {
  padding: 0px;
  width: 40px;
}
@media screen and (min-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info.menu-toggle {
    display: none;
  }
}
header > .comp-banner > .container .comp-container .comp-info.menu-toggle button {
  background-color: #000026;
  float: left;
  height: 40px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: 40px;
}
header > .comp-banner > .container .comp-container .comp-info.menu-toggle button > .icon-bar {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
header > .comp-banner > .container .comp-container .comp-info.menu-toggle button > i.fa {
  color: #ffffff;
  font-size: 20px;
}
header > .comp-banner > .container .comp-container .comp-info.menu-toggle button > i.fa.flaticon-sport11 {
  padding-top: 3px;
}
header > .comp-banner > .container .comp-container .comp-info.menu-toggle button.collapsed > .icon-bar {
  background-color: #ffffff;
}
header > .comp-banner > .container .comp-container .comp-info.menu-toggle button.collapsed > i.fa {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info {
    display: block;
    float: left;
    vertical-align: middle !important;
  }
}
header > .comp-banner > .container .comp-container .comp-info > .next-event-box {
  background-color: #ffffff;
  display: block;
  margin: 10px 0px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 130px;
  min-width: 110px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  min-height: 130px;
  height: auto !important;
  height: 130px;
}
header > .comp-banner > .container .comp-container .comp-info > .next-event-box > .next-event-header {
  height: auto;
  overflow: hidden;
}
header > .comp-banner > .container .comp-container .comp-info > .next-event-box > .next-event-header > h3 {
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin: 8px 10px 6px 10px;
  padding: 0px;
  min-height: 16px;
  height: auto !important;
  height: 16px;
}
header > .comp-banner > .container .comp-container .comp-info > .next-event-box > .next-event-info {
  height: auto;
  overflow: hidden;
}
header > .comp-banner > .container .comp-container .comp-info > .next-event-box > .next-event-info > h4 {
  color: #000026;
  display: block;
  font-size: 70px;
  line-height: 60px;
  margin: 14px 10px 0 10px;
}
header > .comp-banner > .container .comp-container .comp-info > .next-event-box > .next-event-info > h4 > span {
  color: #666666;
  display: block;
  font-size: 16px;
  line-height: 16px;
}
header > .comp-banner > .container .comp-container .comp-info > .next-event-box > .next-event-info > h4 > span.liveNowText {
  color: #000026;
  font-size: 70px;
  line-height: 60px;
}
header > .comp-banner > .container .comp-container .comp-info > .next-event-box > .next-event-info > h4.timing {
  font-size: 50px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info > .next-event-box {
    /*display:none;*/
  }
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info.next-event-tt {
    float: right;
    margin-right: 10px;
  }
  header > .comp-banner > .container .comp-container .comp-info.next-event-tt > .next-event-box {
    max-width: 120px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
  }
  header > .comp-banner > .container .comp-container .comp-info.next-event-tt > .next-event-box > .next-event-header > h3 {
    font-size: 13px;
    margin: 5px 5px 3px 5px;
  }
  header > .comp-banner > .container .comp-container .comp-info.next-event-tt > .next-event-box > .next-event-info > h4 {
    font-size: 40px;
    line-height: 35px;
    margin: 7px;
  }
  header > .comp-banner > .container .comp-container .comp-info.next-event-tt > .next-event-box > .next-event-info > h4 > span {
    font-size: 13px;
  }
  header > .comp-banner > .container .comp-container .comp-info.next-event-tt > .next-event-box > .next-event-info > h4 > span.liveNowText {
    font-size: 30px;
    line-height: 30px;
  }
}
header > .comp-banner > .container .comp-container .comp-info.comp-heading {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0px 15px 0px 5px;
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info.comp-heading {
    padding-top: 10px;
    vertical-align: top;
  }
}
header > .comp-banner > .container .comp-container .comp-info.comp-heading > h1 {
  color: #ffffff;
  font-family: "iaaf_sans_blackregular" !important;
  font-size: 38px;
  line-height: 32px;
  margin: 20px 5px;
  padding: 0px 0px 15px 0px;
  text-transform: none;
  white-space: nowrap;
}
header > .comp-banner > .container .comp-container .comp-info.comp-heading > h1:before {
  background: url(../../Images/layout/iaaf-mobile.png) no-repeat 50% 50% transparent;
  content: "";
  display: block;
  height: 22px;
  margin: 5px;
  width: 70px;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}
@media screen and (max-width: 1080px) {
  header > .comp-banner > .container .comp-container .comp-info.comp-heading > h1 {
    font-size: 35px;
    line-height: 30px;
    margin: 0px 0px 5px 0px;
    padding-bottom: 17px;
    white-space: nowrap;
    word-spacing: 1px;
  }
  header > .comp-banner > .container .comp-container .comp-info.comp-heading > h1 > span {
    font-size: 30px;
    margin: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info.comp-heading > h1 {
    font-size: 20px;
    line-height: 20px;
    margin: 0px 0px 5px 0px;
    padding-bottom: 7px;
    white-space: normal;
    word-spacing: 1px;
  }
  header > .comp-banner > .container .comp-container .comp-info.comp-heading > h1 > span {
    font-size: 16px;
    margin: 0px 0px 2px 1px;
  }
  header > .comp-banner > .container .comp-container .comp-info.comp-heading > h1:before {
    margin: 0px 0px 0px 2px;
    width: 40px;
  }
}
header > .comp-banner > .container .comp-container .comp-info.comp-logo {
  display: table-cell;
  height: 100%;
  padding-left: 10px;
  vertical-align: middle;
}
header > .comp-banner > .container .comp-container .comp-info.comp-logo > img {
  box-sizing: border-box;
  display: block;
  height: 140px;
  width: auto;
  max-width: auto;
}
@media screen and (max-width: 1080px) {
  header > .comp-banner > .container .comp-container .comp-info.comp-logo > img {
    box-sizing: border-box;
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info.comp-logo {
    display: none;
  }
}
header > .comp-banner > .container .comp-container .comp-info.location-partners {
  padding: 0px 10px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info.location-partners {
    border-top: 1px solid #262646;
    display: block;
    width: 100%;
  }
}
header > .comp-banner > .container .comp-container .comp-info.location-partners > .flag-date,
header > .comp-banner > .container .comp-container .comp-info.location-partners > .location,
header > .comp-banner > .container .comp-container .comp-info.location-partners > .official-partners {
  display: table;
  min-width: 200px;
  max-width: 200px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info.location-partners > .flag-date,
  header > .comp-banner > .container .comp-container .comp-info.location-partners > .location,
  header > .comp-banner > .container .comp-container .comp-info.location-partners > .official-partners {
    padding-top: 5px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
header > .comp-banner > .container .comp-container .comp-info.location-partners > .flag-date > span {
  display: table-cell;
}
header > .comp-banner > .container .comp-container .comp-info.location-partners > .flag-date > span._label {
  line-height: 20px;
}
header > .comp-banner > .container .comp-container .comp-info.location-partners > .flag-date > span > img {
  border: 0px none transparent;
  margin-right: 5px;
  margin-top: 2px;
}
header > .comp-banner > .container .comp-container .comp-info.location-partners > .location > h4 {
  color: #ffffff;
  font-size: 23px;
  line-height: 23px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info.location-partners > .location > h4 {
    padding-bottom: 5px;
  }
}
header > .comp-banner > .container .comp-container .comp-info.location-partners > .official-partners {
  border-top: 1px solid #262646;
  padding-bottom: 10px;
  padding-top: 7px;
}
header > .comp-banner > .container .comp-container .comp-info.location-partners > .official-partners > .bx-wrapper,
header > .comp-banner > .container .comp-container .comp-info.location-partners > .official-partners > .partners,
header > .comp-banner > .container .comp-container .comp-info.location-partners > .official-partners > ._label {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info.location-partners > .official-partners > .bx-wrapper,
  header > .comp-banner > .container .comp-container .comp-info.location-partners > .official-partners > .partners,
  header > .comp-banner > .container .comp-container .comp-info.location-partners > .official-partners > ._label {
    text-align: right;
  }
}
header > .comp-banner > .container .comp-container .comp-info.location-partners > .official-partners > ._label {
  line-height: 16px;
  margin: 0px;
  padding: 0px 7px 0px 0px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container .comp-info.location-partners > .official-partners {
    max-width: 300px;
  }
}
header > .comp-banner > .container .comp-container .comp-info .bx-wrapper {
  height: auto;
  width: 110px !important;
  max-width: 110px !important;
}
header > .comp-banner > .container .comp-container .comp-info .partners {
  height: auto;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 110px;
}
header > .comp-banner > .container .comp-container .comp-info .partners li {
  display: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
header > .comp-banner > .container .comp-container .comp-info .partners li > a > img {
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 110px;
  max-width: 110px;
}
header > .comp-banner > .container .comp-container._mobileNav {
  display: none;
}
@media screen and (max-width: 767px) {
  header > .comp-banner > .container .comp-container._mobileNav {
    display: table;
  }
  header > .comp-banner > .container .comp-container._mobileNav .comp-info {
    padding: 0px;
    text-align: center;
    vertical-align: middle;
  }
  header > .comp-banner > .container .comp-container._mobileNav .comp-info > .iaaflogo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
  }
  header > .comp-banner > .container .comp-container._mobileNav .comp-info.comp-heading {
    padding-left: 40px !important;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1080px) {
  header > .comp-banner {
    /*display:none;*/
  }
}
/* header */
/* navbar */
.navbar {
  border: 0px none transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  min-height: 0px;
  height: auto !important;
  height: 0px;
}
@media screen and (max-width: 767px) {
  .navbar {
    margin-bottom: 0px;
  }
}
.navbar a {
  color: #000026;
  text-shadow: 0px 0px 0px transparent;
}
.navbar a:before {
  text-shadow: 0px 0px 0px transparent;
}
.navbar > .container > .navbar-header {
  margin: 0px;
  padding: 0px;
}
.navbar > .container > .navbar-collapse {
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .navbar > .container > .navbar-collapse {
    /*padding:0px 15px;*/
  }
}
.navbar > .container > .navbar-collapse > .navbar-nav {
  display: table;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
}
.navbar > .container > .navbar-collapse > .navbar-nav:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .navbar > .container > .navbar-collapse > .navbar-nav > li {
    border-right: 0px none transparent;
  }
  .navbar > .container > .navbar-collapse > .navbar-nav > li:first-child {
    border-top: 0px none transparent;
  }
}
.navbar > .container > .navbar-collapse > .navbar-nav > li > ul {
  display: none;
}
.navbar > .container > .navbar-collapse > .navbar-nav > li a {
  font-size: 16px;
  padding: 10px 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .navbar > .container > .navbar-collapse > .navbar-nav > li a {
    line-height: 60px;
    padding: 0px 15px;
    min-height: 60px;
    height: auto !important;
    height: 60px;
  }
}
.navbar > .container > .navbar-collapse > .navbar-nav > li a:hover,
.navbar > .container > .navbar-collapse > .navbar-nav > li a:focus {
  background-color: #000026;
  color: #ffffff;
}
.navbar > .container > .navbar-collapse > .navbar-nav > li.active a {
  background-color: #000026 !important;
  color: #ffffff !important;
  background: #000026;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000026, endColorstr=#000026);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#000026), to(#000026));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #000026, #000026);
  /* for firefox 3.6+ */
}
.navbar > .container > .navbar-collapse > .navbar-nav > li > .nav > .open a:hover,
.navbar > .container > .navbar-collapse > .navbar-nav > li > .nav > .open a:focus {
  background-color: #000026;
}
/* navbar */
/* footer */
footer {
  margin-top: 40px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
}
footer > .footer-header {
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
footer > .container > .col-md-4 {
  margin-bottom: 20px;
}
footer > .container > .col-md-4 > h4 {
  background-color: #ffffff;
  display: table;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  padding: 0px 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  footer > .container > .col-md-4 > h4 {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  footer > .container > .col-md-4 > h4 {
    background-color: #e8e8e8;
    width: 100%;
  }
}
footer > .container > .col-md-4 > ul {
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
footer > .container > .col-md-4 > ul > li {
  line-height: 40px;
  line-height: 30px;
  margin: 0px;
  padding: 2px 15px 2px 0px;
  min-height: 20px;
  height: auto !important;
  height: 20px;
}
@media screen and (max-width: 767px) {
  footer > .container > .col-md-4 > ul > li {
    padding: 2px 15px;
    min-height: 10px;
    height: auto !important;
    height: 10px;
  }
}
footer > .container > .col-md-4 > ul.styled {
  text-transform: uppercase;
}
footer > .container > .col-md-4 > ul.styled > li {
  background-color: #ffffff;
  padding: 2px 15px;
}
footer > .container > .col-md-4 > ul.styled > li:nth-child(even) {
  background-color: #F5F5F5;
}
footer > .container > .col-md-4:nth-child(even) > ul.styled > li {
  background-color: #F5F5F5;
}
footer > .container > .col-md-4:nth-child(even) > ul.styled > li:nth-child(even) {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer > .container > .col-md-4.footer-non-mobile {
    display: none;
  }
}
/* footer */
/* col-md considerations */
[class^="col-md"] {
  margin: 0px;
  padding: 0px;
}
[class^="col-md"]:empty {
  display: none;
}
[class^="col-md"] img {
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
[class^="col-md"].news-gallery {
  padding: 0px !important;
  margin: 0px;
}
[class^="col-md"].news-gallery ul.gallery {
  width: 100%;
}
[class^="col-md"].news-gallery ul.gallery > li {
  display: none;
  text-align: right;
  position: relative;
  /* to assign position absolute elements inside the div */
  width: 100%;
  /* assign width - in this case, @w width for a responsive example */
}
[class^="col-md"].news-gallery ul.gallery > li:first-child {
  display: block;
}
[class^="col-md"].news-gallery ul.gallery > li > span {
  bottom: 0px;
  color: #ffffff;
  display: inline-block;
  font-family: Arial, serif;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  right: 0px;
  text-shadow: 2px 2px 2px #000000;
}
[class^="col-md"].news-gallery ul.gallery > li > span:before {
  text-shadow: 0px 0px 0px transparent;
}
[class^="col-md"].news-gallery ul.gallery > li:after {
  content: "";
  display: block;
  padding-top: 66.66666666%;
  /* @h:@w ratio - taking in @h of the width of this div (@w) to achieve @h:@w ratio */
}
[class^="col-md"].news-gallery ul.gallery > li img,
[class^="col-md"].news-gallery ul.gallery > li iframe[src*='youtube.com'] {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
/* col-md considerations */
/* container considerations */
.container ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.container ul li {
  margin: 0px;
  padding: 0px;
}
/* container considerations */
/* row considerations */
.row {
  margin: 0px;
}
.row.media-grid > li {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.row.media-grid > li img {
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.row.media-grid > li span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  padding: 15px 15px 15px 15px;
}
.row.media-grid > li span.youTube {
  display: block;
  padding: 0px;
  overflow: hidden;
  position: relative;
  /* to assign position absolute elements inside the div */
  width: 100%;
  /* assign width - in this case, @w width for a responsive example */
}
.row.media-grid > li span.youTube:after {
  content: "";
  display: block;
  padding-top: 66.66666667%;
  /* @h:@w ratio - taking in @h of the width of this div (@w) to achieve @h:@w ratio */
}
.row.media-grid > li span.youTube:before {
  content: "\f16a";
  font-family: FontAwesome;
  font-size: 80px;
  height: 80px;
  line-height: 80px;
  left: 50%;
  margin: -40px 0px 0px -40px;
  position: absolute;
  top: 50%;
  width: 80px;
  z-index: 10;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.row.media-grid > li span.youTube > img {
  margin-bottom: -4.25355556%;
  margin-top: -4.15355556%;
  position: absolute;
}
.row.media-grid > li:nth-child(even) {
  background-color: #f7f7f7;
}
.row.media-grid > li > a {
  display: block;
}
.row.media-grid > li:hover,
.row.media-grid > li:focus {
  background-color: #e8e8e8;
}
.row.media-grid > li:hover > a > span.youTube:before,
.row.media-grid > li:focus > a > span.youTube:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.row.media-grid > li span + span {
  padding-top: 0px;
}
.row.media-grid > li span.youTube + span {
  padding-top: 15px;
}
.row.media-grid > li span._label {
  margin: 0px;
}
.row.media-grid > li span > i {
  float: right;
}
.row.media-grid > li span > i.fa-youtube-square {
  font-size: 20px;
}
.row.media-grid.dark > li {
  background-color: #3f4444;
}
.row.media-grid.dark > li > a {
  color: #ffffff;
}
.row.media-grid.dark > li > a:hover,
.row.media-grid.dark > li > a:focus {
  background-color: #4a4e4e;
}
.row.media-grid.dark > li span,
.row.media-grid.dark > li i {
  color: #ffffff;
}
.row.media-grid.dark > li:nth-child(even) {
  background-color: #353a3a;
}
@media screen and (max-width: 767px) {
  .row.media-grid.dark > li:after {
    bottom: 0px;
    content: "";
    display: block;
    height: 50px;
    left: 0px;
    position: absolute;
    width: 100%;
    background: #3f4444;
    /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=transparent, endColorstr=#3f4444);
    /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#3f4444));
    /* for webkit browsers */
    background: -moz-linear-gradient(top, transparent, #3f4444);
    /* for firefox 3.6+ */
  }
  .row.media-grid.dark > li:nth-child(even):after {
    background: #353a3a;
    /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=transparent, endColorstr=#353a3a);
    /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#353a3a));
    /* for webkit browsers */
    background: -moz-linear-gradient(top, transparent, #353a3a);
    /* for firefox 3.6+ */
  }
}
.row.media-grid#masonry > li {
  min-height: 310px;
  height: auto !important;
  height: 310px;
}
.row.media-grid:after,
.row.media-grid:before {
  display: none;
}
.row.spikes-grid > ul {
  background-color: #ffffff;
  display: table;
  vertical-align: middle;
  width: 100%;
}
.row.spikes-grid > ul > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.row.spikes-grid > ul > li.logo {
  width: 20%;
  min-width: 98px;
}
.row.spikes-grid > ul > li.logo > a {
  padding: 0px;
}
.row.spikes-grid > ul > li a {
  color: #000026;
  display: block;
  font-size: 30px !important;
  text-transform: uppercase;
}
.row.spikes-grid > ul > li a > span._label {
  color: #000026 !important;
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .row.spikes-grid > ul > li a > span._label {
    display: none;
  }
}
.row.spikes-grid > ul > li a > i {
  color: #000026;
  font-size: 20px;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .row.spikes-grid > ul > li a > i {
    font-size: 30px;
  }
}
.row.spikes-grid > ul > li > ul {
  display: table;
  margin: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .row.spikes-grid > ul > li > ul {
    width: 70%;
  }
}
.row.spikes-grid > ul > li > ul > li {
  display: table-cell;
  font-size: 18px;
  padding: 0px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .row.spikes-grid > ul > li > ul > li {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .row.spikes-grid > ul > li > ul {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 767px) {
  .row.spikes-grid > ul {
    background-color: #000000;
    padding: 0px 10px;
  }
  .row.spikes-grid > ul:nth-child(odd) i {
    color: #ffffff !important;
  }
}
.row.spikes-grid > ul:nth-child(even) {
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .row.spikes-grid > ul:nth-child(even) {
    background-color: #feed01;
  }
}
.row.spikes-grid > ul.spikesCnModule {
  background-color: #450203;
  margin-bottom: 20px;
}
.row.spikes-grid > ul.spikesCnModule > li {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0px 0px 15px;
  white-space: nowrap;
}
.row.spikes-grid > ul.spikesCnModule > li ul {
  width: 100%;
  padding: 0px 10px;
}
.row.spikes-grid > ul.spikesCnModule > li li {
  padding: 0px 0px 0px;
}
.row.spikes-grid > ul.spikesCnModule > li i {
  color: #ffffff !important;
  font-size: 30px;
}
.row.social-grid {
  padding-top: 10px;
  margin-bottom: -10px;
}
.row.social-grid > li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
  vertical-align: top;
}
.row.social-grid > li > .fb-share-button > span {
  vertical-align: top !important;
}
.row.social-grid > li > .email-link {
  border: 1px solid #e8e8e8;
  display: block;
  font-family: Arial, serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  padding: 0px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  min-height: 18px;
  height: auto !important;
  height: 18px;
}
.row.table-group {
  margin-bottom: 20px;
}
/* seiko-pre */
.seikoLogo {
  float: left;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 120px;
  margin-right: 10px;
}
.seikoLogo > .seiko-pre {
  min-width: 100% !important;
}
.seiko-pre {
  position: relative;
  /* to assign position absolute elements inside the div */
  width: 100%;
  /* assign width - in this case, @w width for a responsive example */
  background: url(../../Images/layout/seiko-50x200.jpg) 50% 50% no-repeat #fbc400;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  padding: 10px 20px !important;
  min-width: 130px;
}
.seiko-pre:after {
  content: "";
  display: block;
  padding-top: 25%;
  /* @h:@w ratio - taking in @h of the width of this div (@w) to achieve @h:@w ratio */
}
.seiko-pre:before {
  content: "";
  height: 25%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.seiko-pre > span {
  height: 25%;
  left: 0px;
  top: 0px;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
._spikesLogo {
  position: relative;
  /* to assign position absolute elements inside the div */
  width: 100%;
  /* assign width - in this case, @w width for a responsive example */
  background: url(../../Images/layout/_spikes.png) 50% 50% no-repeat #000000;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  padding: 10px 20px !important;
  min-width: 130px;
}
._spikesLogo:after {
  content: "";
  display: block;
  padding-top: 25%;
  /* @h:@w ratio - taking in @h of the width of this div (@w) to achieve @h:@w ratio */
}
._spikesLogo:before {
  content: "";
  height: 25%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
._spikesLogo > span {
  height: 25%;
  left: 0px;
  top: 0px;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
._spikescnLogo {
  position: relative;
  /* to assign position absolute elements inside the div */
  width: 100%;
  /* assign width - in this case, @w width for a responsive example */
  background: url(../../Images/layout/_spikescn.png) 50% 50% no-repeat #feed01;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  padding: 10px 20px !important;
  min-width: 130px;
}
._spikescnLogo:after {
  content: "";
  display: block;
  padding-top: 25%;
  /* @h:@w ratio - taking in @h of the width of this div (@w) to achieve @h:@w ratio */
}
._spikescnLogo:before {
  content: "";
  height: 25%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
._spikescnLogo > span {
  height: 25%;
  left: 0px;
  top: 0px;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
/* seiko-pre */
/* dotdotdot */
.truncate {
  height: 74px;
}
/* dotdotdot */
/* row considerations */
.offset-above {
  margin-top: 20px !important;
}
.offset-below {
  margin-bottom: 20px !important;
}
/* tabs styles */
.nav-tabs {
  background-color: #e8e8e8;
  border: 0px none transparent !important;
  display: table;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.nav-tabs:after,
.nav-tabs:before {
  display: none;
}
.nav-tabs > li {
  border-left: 1px solid #ffffff;
  display: table-cell;
  float: none;
  height: 45px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}
.nav-tabs > li:first-child {
  border-left: 0px none transparent;
}
.nav-tabs > li > a {
  border: 0px none transparent !important;
  color: #000026;
  display: table-cell;
  float: none;
  height: 45px;
  line-height: 20px;
  margin: 0px;
  padding: 10px 15px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 1080px;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.nav-tabs > li:hover > a {
  background-color: #dedede;
}
.nav-tabs > li.active > a,
.nav-tabs > li:focus > a {
  background-color: #ffffff;
  color: #666666 !important;
}
.nav-tabs.dark {
  background-color: #353a3a;
}
.nav-tabs.dark > li {
  border-left: 1px solid #353a3a;
}
.nav-tabs.dark > li > a {
  color: #ffffff;
}
.nav-tabs.dark > li:hover > a {
  background-color: #4a4e4e;
}
.nav-tabs.dark > li.active > a,
.nav-tabs.dark > li:focus > a {
  background-color: #3f4444;
  color: #ffffff !important;
}
.nav-tabs.large > li > a {
  font-size: 22px;
  height: 80px;
}
.nav-tabs.large > li.active > a,
.nav-tabs.large > li:focus > a {
  background-color: #000026;
  color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .nav-tabs.large > li > a {
    font-size: 16px;
    line-height: 16px;
    height: 50px;
    padding: 5px;
  }
  .nav-tabs.large > li > a > span {
    white-space: normal;
  }
}
.nav-tabs.nav-results {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.nav-tabs.nav-results > li.active > a,
.nav-tabs.nav-results > li:focus > a {
  background-color: #31314f;
  color: #ffffff !important;
}
.nav-tabs.event-info {
  overflow: hidden;
}
.nav-tabs.event-info > li.active > a,
.nav-tabs.event-info > li:focus > a {
  background-color: #31314f;
  color: #ffffff !important;
}
.nav-tabsoffset-above {
  margin-top: 10px !important;
}
.nav-tabs.offset-below {
  margin-bottom: 10px !important;
}
/* tabs styles */
/* iframe */
iframe[src*='instagram.com'],
iframe[src*='youtube.com'],
iframe.twitter-timeline {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  iframe.twitter-timeline {
    max-height: 200px !important;
  }
}
/* iframe */
/* accordion styles */
.panel-group {
  margin: 0px 0px 20px 0px;
}
.panel-group > .panel {
  border: 0px none transparent;
  margin: 1px 0px 0px 0px !important;
}
.panel-group > .panel > .panel-heading {
  padding: 0px;
}
.panel-group > .panel > .panel-heading h4 {
  border: 0px none transparent;
}
.panel-group > .panel > .panel-heading h4 > a {
  display: block;
  padding: 0px 12px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
.panel-group > .panel > .panel-heading h4 > a:after {
  content: "\f077";
  font-family: FontAwesome;
  float: right;
}
.panel-group > .panel > .panel-heading h4 > a[aria-expanded="true"]:after {
  content: "\f077";
}
.panel-group > .panel > .panel-heading h4 > a[aria-expanded="false"]:after {
  content: "\f078";
}
.panel-group > .panel > .panel-heading h4 img.tableflag {
  display: inline !important;
  float: none;
}
.panel-group > .panel > .panel-collapse {
  max-height: 400px;
  overflow-y: auto;
  padding: 0px;
}
.panel-group > .panel > .panel-collapse > .panel-body {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .panel-group > .panel > .panel-collapse {
    max-height: 200px;
  }
}
/* accordion styles */
/* existing IAAF elements */
.offset {
  margin-top: 40px !important;
}
/* tables */
.table-header {
  background-color: #000026;
  display: table;
  width: 100%;
}
.table-header:after,
.table-header:before {
  display: none;
}
.table-header > h2 {
  display: table-cell;
}
.table-header > h2.rules {
  background-color: #31314f;
}
.table-header > h2.iaafh2 {
  color: #ffffff !important;
  font-size: 22px;
  padding-bottom: 0px;
  padding-top: 2px;
  vertical-align: middle;
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
.table-header > h2.iaafh2 > .iaaflogo {
  margin: -1px 10px 0px 0px;
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  .table-header > h2.iaafh2 {
    padding-bottom: 8px;
    padding-top: 10px;
  }
}
.table-header > ul {
  display: table-cell;
  text-align: center;
}
.table-header > ul.seiko {
  background-color: #fbc400 !important;
}
.table-header > ul > li {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}
.table-header > ul > li > a {
  display: block;
  line-height: 20px;
  padding: 10px 10px 10px 10px;
}
.table-header > ul > li > a > i {
  margin-right: 5px;
}
.table-header > ul > li > span {
  display: block;
  padding: 10px 20px;
}
.table-header > ul > li > button {
  background-color: transparent;
  display: block;
  padding: 0px;
  overflow: hidden;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.table-header > ul > li > button a {
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 6px;
  vertical-align: middle;
  width: 40px;
}
.table-header > ul > li > button .icon-bar {
  background-color: #ffffff;
  height: 6px;
  margin: 5px 6px 7px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  vertical-align: middle;
}
.table-header > ul > li > button.vertical .icon-bar {
  display: inline-block;
  height: 75%;
  margin: auto;
  margin-top: 4px;
  width: 6px;
}
.table-header > ul > li > button.vertical .icon-bar:nth-child(even) {
  visibility: hidden;
  width: 0px;
}
@media screen and (max-width: 767px) {
  .table-header > ul.live-view {
    display: none;
  }
}
.table-header > div {
  display: table-cell;
}
.table-header + .panel-group {
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .table-header > h2,
  .table-header > ul,
  .table-header > div {
    display: block;
  }
  .table-header > ul {
    /*margin-bottom:1px;*/
  }
}
table {
  /*margin-bottom:@depth;*/
  min-width: 300px;
  overflow: hidden;
}
table.records-table {
  background-color: #ffffff;
  color: #666666;
  font-family: Din, Arial, serif;
  font-size: 16px;
  line-height: 16px;
  white-space: normal !important;
  width: 100%;
  /*&.attempts {
            
            & > tbody {
                & > tr {
                    background-color:@sbc;
                    &:nth-child(even) {
                        background-color:@tcca;
                    }
                }
            }

        }*/
}
@media screen and (max-width: 767px) {
  table.records-table {
    font-size: 14px;
  }
}
table.records-table th,
table.records-table td {
  font-weight: 100;
  height: auto;
  overflow: hidden;
  padding: 10px 10px;
  width: auto;
  min-height: 20px;
  height: auto !important;
  height: 20px;
}
@media screen and (max-width: 767px) {
  table.records-table th,
  table.records-table td {
    padding: 7px 5px;
  }
}
@media screen and (max-width: 767px) {
  table.records-table th._mtch,
  table.records-table td._mtch {
    display: none !important;
  }
}
table.records-table th span.highlightedMark,
table.records-table td span.highlightedMark {
  color: #000026;
}
table.records-table th span.intermediateWind,
table.records-table td span.intermediateWind {
  display: block;
  font-size: 14px;
}
table.records-table th span.clearfix,
table.records-table td span.clearfix {
  display: block;
  margin-bottom: 3px;
}
table.records-table th a + span.clearfix,
table.records-table td a + span.clearfix {
  display: block;
  padding-top: 5px;
}
table.records-table th.fixed-md-20,
table.records-table td.fixed-md-20 {
  width: 28% !important;
}
table.records-table tr.eventdetailslanding.multidisc > td a {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 10px;
}
table.records-table.reduced th,
table.records-table.reduced td {
  padding: 10px 0px 10px 10px;
}
@media screen and (max-width: 767px) {
  table.records-table.reduced th,
  table.records-table.reduced td {
    padding: 7px 0px 7px 7px;
  }
}
@media screen and (max-width: 767px) {
  table.records-table th {
    display: none;
  }
}
table.records-table > thead > tr th,
table.records-table > thead > tr td {
  color: #000026;
  text-transform: uppercase;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  table.records-table > thead._alt th {
    display: table-cell;
    width: 100%;
    padding: 10px;
  }
}
table.records-table > tbody > tr {
  background-color: #f7f7f7;
}
table.records-table > tbody > tr:nth-child(even) {
  background-color: #ffffff;
}
table.records-table > tbody > tr td {
  vertical-align: top;
}
table.records-table > tbody > tr td.va {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  table.records-table > tbody > tr td.va {
    vertical-align: top;
  }
}
table.records-table > tbody > tr td > i.fa-circle {
  font-size: 20px;
  line-height: 20px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  table.records-table > tbody > tr {
    background-color: #ffffff;
  }
  table.records-table > tbody > tr:nth-child(even) {
    background-color: #f7f7f7;
  }
}
table.records-table td {
  /*event-round*/
  /*event-round*/
}
table.records-table td[data-th]:before {
  color: #353a3a;
  content: attr(data-th);
  display: none;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  table.records-table td[data-th]:before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  table.records-table td[data-th]:before {
    font-size: 12px !important;
    line-height: 12px;
    padding-bottom: 5px;
    min-height: 20px;
    height: auto !important;
    height: 20px;
  }
}
table.records-table td[data-er]:after {
  content: attr(data-er);
  display: none;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  table.records-table td[data-er]:after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  table.records-table td[data-er]:after {
    padding-bottom: 5px;
    min-height: 20px;
    height: auto !important;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  table.records-table td[data-th="gold"],
  table.records-table td[data-th="silver"],
  table.records-table td[data-th="bronze"] {
    text-align: center;
  }
}
table.records-table td[data-th="gold"]:before,
table.records-table td[data-th="silver"]:before,
table.records-table td[data-th="bronze"]:before {
  background-color: #b37336;
  content: "";
  margin: auto;
  margin-bottom: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  min-height: 12px  !important;
}
table.records-table td[data-th="gold"][data-th="gold"]:before,
table.records-table td[data-th="silver"][data-th="gold"]:before,
table.records-table td[data-th="bronze"][data-th="gold"]:before {
  background-color: #fccd1d;
}
table.records-table td[data-th="gold"][data-th="silver"]:before,
table.records-table td[data-th="silver"][data-th="silver"]:before,
table.records-table td[data-th="bronze"][data-th="silver"]:before {
  background-color: #dddbdd;
}
table.records-table td > span._htc {
  display: none;
}
@media screen and (max-width: 767px) {
  table.records-table td {
    /*float:left;*/
  }
  table.records-table td > span._htc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  table.records-table td.expand {
    display: none;
  }
}
table.records-table.dark {
  background-color: #3f4444;
  color: #ffffff;
  /*& > thead {
                & > tr {
                }
            }*/
}
table.records-table.dark th,
table.records-table.dark td {
  color: #ffffff;
}
table.records-table.dark th a,
table.records-table.dark td a {
  color: #ffffff;
}
table.records-table.dark > tbody > tr {
  background-color: #353a3a;
}
table.records-table.dark > tbody > tr:nth-child(even) {
  background-color: #3f4444;
}
@media screen and (max-width: 767px) {
  table.records-table.dark > tbody > tr {
    background-color: #3f4444;
  }
  table.records-table.dark > tbody > tr:nth-child(even) {
    background-color: #353a3a;
  }
}
table.records-table.dark td[data-th]:before {
  color: #f7f7f7;
}
table.records-table.clickable > tbody tr {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  table.records-table.responsive-block td {
    display: block;
    float: left;
  }
  table.records-table.responsive-block td.td-6 {
    width: 50%;
  }
  table.records-table.responsive-block td.td-12 {
    width: 100%;
  }
}
img.profiles {
  display: inline;
  margin: 0px 10px 0px 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
img.profiles.xl {
  display: block;
  height: 100px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100px;
}
img.profiles.xs {
  display: inline;
  height: 40px;
  margin: -5px 15px -5px 0px;
  width: 40px;
}
img.profiles.xxs {
  display: block;
  float: left;
  height: 24px;
  margin: -5px 20px -5px 0px;
  width: 24px;
}
@media screen and (max-width: 500px) {
  img.profiles.xxs {
    margin: 3px 10px 0px 0px;
  }
}
img.profiles.xxs + a {
  display: block;
  float: left;
  width: calc(100% - 50px);
}
/* tables */
/* compact */
.compact {
  height: 400px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .compact {
    height: 200px;
  }
}
/* compact */
/* name uppercase */
.name-uppercase {
  text-transform: uppercase !important;
}
/* name uppercase */
/* multimedia popup */
/* multimedia popup */
/* comp home news photo */
.comp-home-news-photo {
  position: relative;
}
.comp-home-news-photo > .overlayDescription {
  bottom: 0px;
  box-sizing: border-box;
  left: 0px;
  padding: 30px 20px 20px;
  position: absolute;
  width: 100%;
  background: #000000;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=transparent, endColorstr=#000000);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, transparent, #000000);
  /* for firefox 3.6+ */
}
.comp-home-news-photo > .overlayDescription > h2 {
  background-color: transparent;
  color: #ffffff;
  font-size: 28px;
  line-height: normal;
  text-shadow: 0px 0px 10px #000000;
}
.comp-home-news-photo > .overlayDescription > h2:before {
  text-shadow: 0px 0px 0px transparent;
}
.comp-home-news-photo > .overlayDescription > h2 > a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .comp-home-news-photo > .overlayDescription > h2 {
    font-size: 18px;
  }
}
/* comp home news banner */
/* comp home news banner */
.comp-home-news-banner ul > li,
.information-links ul > li {
  background-color: #ffffff;
  border-top: 1px solid #e8e8e8;
  line-height: 44px;
  padding-right: 5px;
  min-height: 44px;
  height: auto !important;
  height: 44px;
}
.comp-home-news-banner ul > li span,
.information-links ul > li span {
  display: block;
  float: left;
  padding: 0px 10px 0px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  max-width: 100%;
  width: calc(100% - 70px);
  max-width: calc(100% - 70px);
}
.comp-home-news-banner ul > li i,
.information-links ul > li i {
  display: block;
  float: right;
  padding: 0px;
  line-height: 44px;
  text-align: center;
  width: 35px;
}
.comp-home-news-banner ul > li > a,
.information-links ul > li > a {
  box-sizing: border-box;
  color: #000026;
  display: block;
  height: auto;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  width: 100%;
}
.comp-home-news-banner ul > li > a > span,
.information-links ul > li > a > span {
  width: calc(100% - 35px);
  max-width: calc(100% - 35px);
}
.comp-home-news-banner ul > li:first-child,
.information-links ul > li:first-child {
  border-top: 0px none transparent;
}
.comp-home-news-banner ul.blogFilter > li.filtered,
.information-links ul.blogFilter > li.filtered {
  background-color: #000026;
  color: #ffffff;
}
.comp-home-news-banner ul.blogFilter > li.filtered span,
.information-links ul.blogFilter > li.filtered span {
  color: #ffffff;
}
/* comp home news banner */
/* related links */
@media screen and (min-width: 767px) {
  .related-links {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
  }
}
.related-links > ul {
  list-style-type: none;
  /*@media screen and (min-width: @mobile) {*/
  margin-bottom: 20px;
  /*}*/
}
.related-links > ul > li {
  list-style-type: none;
  background-color: #f7f7f7;
}
.related-links > ul > li:nth-child(even) {
  background-color: #ffffff;
}
.related-links > ul > li > ul {
  display: table;
  padding-bottom: 5px;
  width: 100%;
}
.related-links > ul > li > ul:before {
  content: attr(data-label);
  display: table-cell;
  padding: 5px 7px 0px;
  width: 20%;
  min-width: 100px;
}
.related-links > ul > li > ul > li {
  display: table;
  padding: 5px 7px 0px;
  text-align: right;
  width: 100%;
}
.related-links > ul > li > ul > li > a {
  display: table-cell;
  text-align: left;
}
.related-links > ul > li > ul > li > ul {
  display: table-cell;
  text-align: right;
}
.related-links > ul > li > ul > li > ul > li {
  display: inline-block;
  padding: 0px 7px;
}
/* related links */
/* flash interviews */
#flash {
  height: 600px;
  margin-bottom: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  #flash {
    height: 400px;
  }
}
#flash .flash-container {
  padding: 0px;
}
#flash .flash-group {
  background-color: #ffffff !important;
  height: auto;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 20px 0px;
}
#flash .flash-group h3 {
  padding: 10px 0px;
}
#flash .flash-group h4 {
  float: left;
  font-size: 22px;
  line-height: 18px;
  margin: 0px 0px 10px;
  text-transform: uppercase;
}
#flash .flash-group i.fa {
  font-size: 13.33333333px;
}
#flash .flash-group p {
  margin: 0px;
}
#flash .flash-group span._label {
  display: block;
  padding-bottom: 10px;
}
#flash .flash-group .flash-item {
  background-color: #f7f7f7;
  padding: 20px 10px;
}
#flash .flash-group .flash-item:nth-child(even) {
  background-color: #ffffff;
}
/* flash interviews */
#Media,
#Photo {
  margin-bottom: 20px;
}
/* legend */
.legend {
  border: 0px none transparent;
  margin: 10px 30px 20px;
}
.legend > .panel-heading {
  border: 0px none transparent;
  text-transform: uppercase;
}
.legend > .panel-body {
  border: 0px none transparent;
}
.legend > .panel-body p {
  margin: 0px;
}
/* legend */
/* tab-mobile-navigation */
@media screen and (max-width: 767px) {
  .tab-mobile-navigation {
    box-sizing: border-box;
    display: block;
    padding-top: 10px;
  }
  .tab-mobile-navigation > button.navbar-toggle {
    box-sizing: border-box;
    display: block;
    float: none;
    font-family: Arial, serif;
    font-size: 14px;
    height: auto;
    margin: 0px auto 10px auto;
    padding: 5px;
    overflow: hidden;
    width: 95%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .tab-mobile-navigation > button.navbar-toggle > span {
    text-transform: uppercase;
  }
  .tab-mobile-navigation > button.navbar-toggle > i {
    font-size: 14px;
    margin-left: 10px;
  }
  .tab-mobile-navigation > .nav {
    display: block;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .tab-mobile-navigation > .nav.collapse.in,
  .tab-mobile-navigation > .nav.collapsing {
    height: 200px;
    max-height: 200px;
  }
  .tab-mobile-navigation > .nav.collapse {
    height: 0px;
  }
  .tab-mobile-navigation > .nav > li {
    border-bottom: 1px solid #31314f;
    display: block;
    height: auto;
    padding: 0px;
    overflow: hidden;
    width: 100%;
  }
  .tab-mobile-navigation > .nav > li > a {
    padding: 10px 0px;
    height: auto;
  }
  .tab-mobile-navigation > .nav > li span:after {
    content: " - ";
  }
}
@media screen and (min-width: 767px) {
  .tab-mobile-navigation > .nav > li span {
    display: block;
  }
}
/* tab-mobile-navigation */
/* discspan */
.discspan:last-child > span {
  display: none;
}
/* discspan */
/* featured-stories */
.featured-stories,
.mediaslider4x1 {
  margin-bottom: 20px;
}
/* featured-stories */
/* twitter */
h2._twitter {
  background-color: #353a3a;
  border-bottom: 1px solid #4a4e4e;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
h2._twitter > a {
  color: #ffffff;
}
div._twitter {
  background-color: #353a3a;
  padding: 0px;
  overflow: hidden;
}
div._twitter > .twitterTimelineContainer {
  margin-bottom: -10px;
}
/* twitter */
/*_WorldChamps*/
._WorldChamps {
  background-color: #e8e8e8;
  padding: 0px 0px 5px 0px;
}
._WorldChamps [class^="col-md"],
._WorldChamps [class^=" col-md"] {
  padding: 0px;
}
/*_WorldChamps*/
/*_WorldRunning*/
._WorldRunning {
  background-color: #ffffff;
  padding: 0px 0px 5px 0px;
}
._WorldRunning [class^="col-md"],
._WorldRunning [class^=" col-md"] {
  padding: 10px 15px 5px;
}
/*_WorldRunning*/
/* event info */
.eventInfo {
  margin-bottom: 20px;
}
.eventInfo .panel-group {
  margin: 0px 0px 0px 0px;
}
/* event info */
/* click for more */
.clickForMore {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 20px;
  width: 100%;
}
.clickForMore > a {
  display: block;
  font-size: 24px;
  line-height: 20px;
  margin: auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  max-width: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.clickForMore > a > i {
  margin-left: 5px;
}
/* click for more */
/* loading */
.loading {
  background-image: url(../../Images/layout/loading.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: block;
  height: 20px;
  padding: 20px 0px;
  width: 100%;
  min-width: 80px;
}
@media screen and (max-width: 767px) {
  .loading {
    background-image: url(../../Images/layout/loading_sm_sq.gif);
  }
}
/* loading */
/* canonPhotoOfTheDay */
.canonPhotoOfTheDay {
  background-color: #353a3a;
  border-bottom: 1px solid #4a4e4e;
  overflow: hidden;
}
.canonPhotoOfTheDay [class^="col-md"],
.canonPhotoOfTheDay [class^=" col-md"] {
  padding: 0px;
}
.canonPhotoOfTheDay h2._twitter {
  display: none;
}
.canonPhotoOfTheDay .photo {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .canonPhotoOfTheDay .photo:before {
    background: url(../../Images/layout/canon-photo-of-the-day.gif) #ffffff no-repeat 50% 50%;
    content: "";
    display: block;
    margin: 0px;
    height: 45px;
    width: 100%;
  }
}
.canonPhotoOfTheDay .description {
  padding: 20px;
}
@media screen and (min-width: 767px) {
  .canonPhotoOfTheDay .description:before {
    background: url(../../Images/layout/canon-photo-of-the-day.gif) #ffffff no-repeat 50% 50%;
    content: "";
    display: block;
    margin: -20px -20px 30px -20px;
    height: 45px;
    width: calc(100% + 45px);
  }
}
.canonPhotoOfTheDay h1 {
  color: #ffffff;
  margin-top: 5px;
}
@media screen and (min-width: 1080px) {
  .canonPhotoOfTheDay h1 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .canonPhotoOfTheDay h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .canonPhotoOfTheDay h1 {
    margin-top: 10px;
    margin-right: 30px;
  }
}
.canonPhotoOfTheDay p {
  color: #ffffff;
  font-size: 12px;
  margin: 20px 0px 20px;
}
.sideCanon h2._twitter {
  display: block;
}
.sideCanon .photo {
  padding: 10px;
  width: 100% !important;
}
.sideCanon .photo:before {
  background: url(../../Images/layout/canon-photo-of-the-day.gif) #ffffff no-repeat 50% 50%;
  content: "";
  display: block;
  margin: 0px;
  height: 45px;
  width: 100%;
}
.sideCanon .description {
  display: none !important;
}
/* canonPhotoOfTheDay */
/* prev next */
ul.prev-next {
  display: table;
  margin: 20px -20px -20px -20px;
  width: calc(100% + 40px);
}
ul.prev-next > li {
  display: table-cell;
  float: none;
  vertical-align: top;
}
ul.prev-next > li:nth-child(odd) {
  text-align: right;
}
ul.prev-next > li:nth-child(odd) span._label {
  padding: 0px 0px 0px 10px;
}
ul.prev-next > li:nth-child(even) {
  background-color: #e8e8e8;
}
ul.prev-next > li:nth-child(even) .photo,
ul.prev-next > li:nth-child(even) .icon {
  float: right;
}
ul.prev-next > li:nth-child(even) .photo > .photo,
ul.prev-next > li:nth-child(even) .icon > .photo {
  float: left;
}
ul.prev-next > li > a {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.prev-next > li > a:hover {
  background-color: #dbdbdb;
}
ul.prev-next > li [class^="col-"],
ul.prev-next > li [class^=" col-"] {
  padding: 10px 20px;
}
ul.prev-next > li .desc {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 0px;
}
ul.prev-next > li .photo {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 0px;
}
ul.prev-next > li .icon {
  padding: 0px;
  padding-top: 15px;
  text-align: center;
}
ul.prev-next > li > a {
  height: auto;
  overflow: hidden;
}
/* prev next */
/* videoslider1x1 */
.videoslider1x1 {
  margin-bottom: 20px;
}
/* videoslider1x1 */
/* graph-table */
.graph-table {
  padding: 20px 0px 20px 0px;
}
.graph-table > div {
  padding: 0px;
}
.graph-table > div .chart {
  width: 100%;
}
/* graph-table */
/* country select */
.country-select {
  background-color: #31314f;
  color: #ffffff;
  padding: 0px;
  text-transform: uppercase;
  width: 100%;
}
.country-select:before,
.country-select:after {
  display: none;
}
.country-select > .bookmark {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .country-select > .bookmark {
    display: block;
  }
}
.country-select > .bookmark a,
.country-select > .bookmark span {
  display: table-cell;
  line-height: 20px;
  padding: 7px 0px;
  vertical-align: middle;
  /*@media screen and (max-width: @mobile) {
                display:block;
            }*/
}
.country-select > .bookmark a {
  color: #ffffff;
  text-decoration: none !important;
}
.country-select > .bookmark a.changeCountryLink {
  background-color: #262646;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.country-select > .bookmark a.changeCountryLink > i {
  color: #ffffff;
  margin-right: 5px;
}
@media screen and (min-width: 767px) {
  .country-select > .bookmark a.changeCountryLink {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .country-select > .bookmark a {
    display: block;
    width: 100%;
  }
}
.country-select > .bookmark span {
  line-height: 30px;
}
.country-select > .bookmark span.desc-container {
  display: table;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .country-select > .bookmark span.desc-container {
    margin: auto;
  }
}
.country-select > .bookmark span._msh {
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .country-select > .bookmark span._msh {
    display: none !important;
  }
}
.country-select > .bookmark span._mss {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .country-select > .bookmark span._mss {
    display: block !important;
  }
}
.country-select > .bookmark span.desc {
  display: table-cell;
  padding: 0px 20px 0px 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .country-select > .bookmark span.desc {
    padding: 0px 10px 0px 10px;
  }
}
.country-select > .bookmark span.desc > span {
  padding: 0px 10px 0px 0px;
}
.country-select > .bookmark span.desc > span.yourSelectedCountry > .cn {
  float: left;
  font-size: 24px;
  display: block;
  padding: 0px 10px 0px 10px;
}
@media screen and (max-width: 767px) {
  .country-select > .bookmark span.desc > span.yourSelectedCountry > .cn {
    padding: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .country-select > .bookmark span.desc > span.yourSelectedCountry {
    padding: 0px 0px 0px 0px;
  }
  .country-select > .bookmark span.desc > span.yourSelectedCountry._mss {
    width: 70px !important;
  }
}
.country-select > .bookmark span.desc > span img {
  border: 1px solid #e8e8e8;
  float: left;
  margin: 5px 0px 0px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .country-select > .bookmark span.desc > span img {
    margin: 5px 5px 0px 0px;
  }
}
.country-select > .bookmark span.desc > span > ._msh {
  display: inline;
}
a.bookmarkCountry {
  text-decoration: none !important;
  text-transform: uppercase;
}
a.bookmarkCountry > i.fa-star {
  display: none;
}
a.bookmarkCountry > i.fa-star-o {
  display: inline-block;
}
a.bookmarkCountry.bookmarked > i.fa-star {
  display: inline-block;
}
a.bookmarkCountry.bookmarked > i.fa-star-o {
  display: none;
}
.sm.medal {
  background-color: #ffffff;
  color: #000026;
  display: inline-block;
  font-style: normal;
  line-height: 28px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}
.sm.medal.gold {
  background-color: #fccd1d;
}
.sm.medal.silver {
  background-color: #dddbdd;
}
.sm.medal.bronze {
  background-color: #b37336;
  color: #ffffff;
}
/* country select */
/* dropdown-menu */
.dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
/* dropdown-menu */
/* iaaf radio panel */
@media screen and (max-width: 767px) {
  .live-col-6 {
    padding: 0px !important;
  }
}
.iaaf-radio-panel {
  background: url(../../Images/layout/radio/radio.png) 100% 50% no-repeat #000026;
  display: table;
  overflow: hidden;
  width: 100%;
  min-height: 88px;
  height: auto !important;
  height: 88px;
}
.iaaf-radio-panel > .iaaf-radio {
  display: table-cell;
  padding: 0px 10px 0px 10px;
  vertical-align: middle;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}
.iaaf-radio-panel > .iaaf-radio > span {
  color: #ffffff;
  display: block;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.iaaf-radio-panel > .iaaf-radio > span:before {
  background: url(../../Images/layout/iaaf-mobile.png) no-repeat 50% 50% transparent;
  content: "";
  display: block;
  height: 22px;
  width: 80px;
  margin: auto;
  margin-bottom: 5px;
  margin-top: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.iaaf-radio-panel > .schedule-player {
  display: table-cell;
  vertical-align: middle;
}
.iaaf-radio-panel > .schedule-player i {
  color: #ffffff;
  margin-right: 5px;
}
.iaaf-radio-panel > .schedule-player > .schedule {
  display: table;
  padding-top: 5px;
  width: 100%;
}
.iaaf-radio-panel > .schedule-player > .schedule > a {
  color: #ffffff;
  text-transform: uppercase;
}
.iaaf-radio-panel > .schedule-player > .player {
  display: table;
  padding-top: 10px;
  width: 100%;
}
.iaaf-radio-panel > .schedule-player > .player > .radiocontrols,
.iaaf-radio-panel > .schedule-player > .player > .radiopopup {
  display: table-cell;
}
.iaaf-radio-panel > .schedule-player > .player > .radiopopup {
  font-size: 20px;
  padding: 0px 10px;
  vertical-align: middle;
}
/* iaaf radio panel */
/* LIVE */
/* colours */
/* colours */
@media screen and (min-width: 767px) {
  .selectEvent {
    width: 70%;
  }
}
.selectEvent .jsonLiveSchedule {
  padding: 5px !important;
}
.selectEvent .jsonLiveSchedule > button {
  padding: 5px 7px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu {
  margin-top: -1px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li {
  border-bottom: 1px solid #e8e8e8;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a {
  display: table;
  font-family: Din, Arial, serif;
  font-size: 16px;
  padding: 0px;
  margin-top: 1px;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a.class,
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a.classStartlist {
  background-color: #ffffff;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a.classLive {
  background-color: #fcb931;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a.classBreak {
  background-color: #666666;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a.classResult {
  background-color: #e8e8e8;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a:focus,
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a:hover {
  background-color: #000026 !important;
  color: #ffffff !important;
  background: #000026;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000026, endColorstr=#000026);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#000026), to(#000026));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #000026, #000026);
  /* for firefox 3.6+ */
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a:focus > span,
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a:hover > span {
  color: #ffffff !important;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a:first-child {
  margin-top: 0px;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a:before {
  color: #ffffff;
  display: table-cell;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  min-width: 40px;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a > span {
  box-sizing: border-box;
  color: #000026;
  display: table-cell;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a > span.discdetail {
  width: calc(30%);
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a > span.minordetail {
  width: calc(30%);
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a > span.timedetail {
  width: calc(40% - 40px);
}
@media screen and (max-width: 767px) {
  .selectEvent .jsonLiveSchedule > .dropdown-menu > li > a > span {
    font-size: 14px;
  }
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li.Menborder > a:before {
  background-color: #336699;
  content: "M";
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li.Womenborder > a:before {
  background-color: #cf222e;
  content: "W";
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li:focus a,
.selectEvent .jsonLiveSchedule > .dropdown-menu > li:hover a {
  background-color: #000026 !important;
  color: #ffffff !important;
  background: #000026;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000026, endColorstr=#000026);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#000026), to(#000026));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #000026, #000026);
  /* for firefox 3.6+ */
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li:focus a > span,
.selectEvent .jsonLiveSchedule > .dropdown-menu > li:hover a > span {
  color: #ffffff !important;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li.filter {
  background-color: #000026 !important;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li.filter > a {
  background-color: #000026;
  color: #ffffff;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li.filter > a span {
  color: #ffffff;
}
.LIVE {
  /* LEGACY - TO BE REMOVED */
  /* LEGACY - TO BE REMOVED */
}
.LIVE > .liveResults {
  float: right;
  padding: 0px;
}
.LIVE > .commentary {
  float: left;
  padding: 0px;
}
.LIVE > .commentary img {
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.LIVE > .commentary ul {
  background-color: #ffffff;
}
.LIVE > .liveResults,
.LIVE > .commentary {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.LIVE.fullWidthLive > .liveResults,
.LIVE.fullWidthLive > .commentary {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .LIVE > .liveResults {
    float: left;
  }
  .LIVE > .commentary {
    float: right;
  }
}
.LIVE .itemscontainer {
  height: 600px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .LIVE .itemscontainer {
    height: 300px;
  }
}
.LIVE .itemscontainer .noMoreItems {
  display: block;
  padding: 20px;
  text-align: center;
}
.LIVE .TabShellQrules,
.LIVE .passTableData,
.LIVE .holdingCell {
  height: 0px;
  overflow: hidden;
  visibility: hidden !important;
}
.LIVE .result-set {
  margin-bottom: 1px;
}
.LIVE .result-set h2 {
  color: #000026;
  cursor: pointer;
  padding: 0px;
}
.LIVE .result-set h2 a {
  color: #000026;
  display: table;
  text-decoration: none;
  width: 100%;
}
.LIVE .result-set h2 a span {
  display: table-cell;
  padding: 10px 15px;
}
.LIVE .result-set h2 a span:after {
  color: #000026;
  content: "\f078";
  float: right;
  font-family: FontAwesome;
}
.LIVE .result-set h2 a span.phaseSex {
  color: #ffffff;
  text-align: center;
  width: 15%;
  min-width: 80px;
}
.LIVE .result-set h2 a span.phaseSex.Men {
  background-color: #336699;
}
.LIVE .result-set h2 a span.phaseSex.Women {
  background-color: #cf222e;
}
.LIVE .result-set h2 a span.phaseSex:after {
  display: none !important;
}
.LIVE .result-set h2.opened a span:after {
  content: "\f077";
}
.LIVE .result-set.currently h2,
.LIVE .result-set.currentlyStartlist h2 {
  background-color: #ffffff;
}
.LIVE .result-set.currentlyLive h2 {
  background-color: #fcb931;
}
.LIVE .result-set.currentlyBreak h2 {
  background-color: #666666;
}
.LIVE .result-set.currentlyResult h2 {
  background-color: #e8e8e8;
}
.LIVE .result-set .bookmarkLiveFeed {
  display: none;
  margin-bottom: 20px;
}
.LIVE .tabLinks {
  background-color: #e8e8e8;
  border: 0px none transparent !important;
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.LIVE .tabLinks > ul {
  height: auto;
  margin-top: 5px;
  overflow: hidden;
}
.LIVE .tabLinks > ul > li {
  border-left: 1px solid #ffffff;
  float: left;
  height: 45px;
  margin: 0px 0px 5px 5px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  width: auto;
  /*&[class^="select-startlist"] {
                    & - [class^="select-Final"] { 
                        display:none;
                    }
                }*/
}
.LIVE .tabLinks > ul > li:first-child {
  border-left: 0px none transparent;
}
.LIVE .tabLinks > ul > li:first-child > a {
  background-color: #000026 !important;
  color: #ffffff !important;
}
.LIVE .tabLinks > ul > li:first-child > a.notcurrent {
  background-color: #ffffff !important;
  color: #000026 !important;
}
.LIVE .tabLinks > ul > li > a {
  background-color: #ffffff;
  border: 0px none transparent !important;
  color: #000026;
  display: table-cell;
  float: none;
  height: 45px;
  line-height: 20px;
  margin: 0px;
  padding: 10px 25px;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.LIVE .tabLinks > ul > li > a:hover {
  background-color: #666666;
  color: #ffffff;
}
.LIVE .tabLinks > ul > li > a.current,
.LIVE .tabLinks > ul > li > a:focus {
  background-color: #000026 !important;
  color: #ffffff !important;
  cursor: default !important;
}
@media screen and (max-width: 767px) {
  .LIVE .tabLinks > ul > li {
    height: auto;
    margin-bottom: 5px;
  }
  .LIVE .tabLinks > ul > li > a {
    height: auto;
    padding: 7px 14px;
  }
}
.LIVE .tabContent {
  display: block;
  height: auto;
  width: 100%;
}
.LIVE .tcChild {
  display: none;
  overflow-y: auto;
  height: auto;
  max-height: 400px;
  width: 100%;
}
.LIVE .tcChild:first-child {
  display: block;
}
.LIVE .tcChild.current {
  display: block;
}
.LIVE .tcChild.notcurrent {
  display: none;
}
.LIVE .tcChild .prevCompetitor {
  background-color: #4a4e4e !important;
  color: #ffffff !important;
}
.LIVE .tcChild .prevCompetitor a {
  color: #ffffff !important;
}
.LIVE .tcChild .nextCompetitor {
  background-color: #E3E900 !important;
  color: #000026 !important;
}
.LIVE .tcChild .nextCompetitor a {
  color: #000026 !important;
}
.LIVE .fullHeightTable .tcChild {
  overflow: hidden;
  height: auto;
  max-height: none;
}
.LIVE table {
  /*font-size:14px !important;
        th, td {
            padding:6px !important;
        }*/
}
.LIVE table > thead {
  background-color: #000026;
  color: #ffffff;
}
.LIVE table > thead th a,
.LIVE table > thead td a {
  color: #ffffff;
}
.LIVE table > thead > .downloadPDF {
  background-color: #31314f;
}
.LIVE table > thead > .search-res-letter {
  color: #ffffff !important;
}
.LIVE table > thead > .search-res-letter th,
.LIVE table > thead > .search-res-letter td {
  color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .LIVE table > thead th {
    display: table-cell;
  }
}
/* LIVE */
/* Blog Container */
.blog-container {
  padding: 0px !important;
}
.blog-container > .blog-group {
  background-color: #ffffff;
  height: auto;
  overflow: hidden;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 0px !important;
}
.blog-container > .blog-group > div {
  height: auto;
  overflow: hidden;
  padding: 20px 0px !important;
}
.blog-container > .blog-group > div.tweetevent {
  background-color: #edfaff;
}
.blog-container > .blog-group h3 {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .blog-container > .blog-group h3 {
    padding-left: 0px;
    font-size: 22px;
  }
}
.blog-container > .blog-group h4 {
  font-size: 22px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  text-transform: uppercase;
}
.blog-container > .blog-group p {
  font-size: 16px;
  margin: 0px;
}
.blog-container > .blog-group p.tweet {
  color: #00aced;
  font-size: 22px;
  margin-bottom: 10px;
}
.blog-container > .blog-group p.tweet > i {
  color: #00aced;
}
@media screen and (max-width: 767px) {
  .blog-container > .blog-group p.tweet {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .blog-container > .blog-group p {
    font-size: 12px;
  }
}
.blog-container > .blog-group p:empty {
  display: none;
}
.blog-container > .blog-group .blog-item {
  padding-left: 0px;
}
.blog-container > .blog-group ul.phases {
  background-color: transparent !important;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
}
.blog-container > .blog-group ul.phases:empty {
  display: none;
}
.blog-container > .blog-group ul.phases li {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.blog-container > .blog-group ul.phases li:after {
  content: ",";
  padding-right: 7px;
}
.blog-container > .blog-group ul.phases li:last-child:after {
  content: "";
  padding: 0px;
}
.blog-container > .blog-group ul.phases li > span {
  padding-right: 3px;
  text-transform: capitalize;
}
.blog-container > .blog-group ul.row {
  margin-top: 10px;
}
/* Blog Container */
/* Print only main image */
.printOnlyNewsPrimary {
  display: none;
}
/* Print only main image */
/* statistics */
.statistics > ul li {
  background-color: #f7f7f7;
  padding: 10px;
}
.statistics > ul li:nth-child(even) {
  background-color: #ffffff;
}
/* statistics */
/* existing IAAF elements */
.chart {
  width: 100%;
  height: 400px;
}
/* plugins */
/* bx-slider */
.bx-wrapper {
  height: auto;
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
}
.bx-wrapper .bx-controls {
  display: table;
  height: 40px;
  position: absolute;
  right: 0px;
  text-align: right;
  top: -40px;
}
.bx-wrapper .bx-controls > .bx-pager,
.bx-wrapper .bx-controls > .bx-controls-direction {
  display: table-cell;
  float: right;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
.bx-wrapper .bx-controls > .bx-pager {
  padding-right: 20px;
  vertical-align: middle;
}
.bx-wrapper .bx-controls > .bx-pager > .bx-pager-item {
  display: inline-block;
  margin-left: 5px;
  line-height: 40px;
}
.bx-wrapper .bx-controls > .bx-pager > .bx-pager-item > a {
  background-color: #666666;
  color: #666666;
  float: left;
  height: 10px;
  position: relative;
  text-align: center;
  width: 10px;
  text-indent: -99999em;
}
.bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev,
.bx-wrapper .bx-controls > .bx-controls-direction > .bx-next {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  text-indent: -99999em;
  width: 40px;
}
.bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev:before,
.bx-wrapper .bx-controls > .bx-controls-direction > .bx-next:before {
  content: "\f054";
  font-family: FontAwesome;
  height: 40px;
  left: 0px;
  position: absolute;
  text-indent: 0px;
  top: 0px;
  width: 40px;
}
.bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev:before {
  content: "\f053";
}
/* bx-slider */
.parallax {
  background-color: #000026;
  background-repeat: no-repeat;
  display: none;
  height: auto;
  /*.background_size(120% auto);
    .ratio(60%);*/
}
@media screen and (max-width: 767px) {
  .parallax {
    display: block !important;
  }
}
.parallax > span {
  background-color: #e8e8e8;
  display: block;
  font-family: Arial, serif;
  font-size: 12px;
  font-style: italic;
  padding: 10px;
}
/* plugins */
/* print considerations */
.print {
  display: none !important;
}
/* print considerations */
