@charset "UTF-8";
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #262626;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #173032;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #F7F7F7;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #F3F3F3;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 42px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #F3F3F3;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #F7F7F7;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #F3F3F3;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #F7F7F7;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #F3F3F3;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #F7F7F7;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #262626;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 1080px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1680px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #F3F3F3;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #262626;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #818181;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #818181;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #F7F7F7;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #666666;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=0.65);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #173032;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #F3F3F3;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #262626;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #191919;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #F3F3F3;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #F3F3F3;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #818181;
  text-align: center;
  background-color: #F7F7F7;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #F7F7F7;
}
.nav > li.disabled > a {
  color: #F3F3F3;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #F3F3F3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #F7F7F7;
  border-color: #173032;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #F7F7F7 #F7F7F7 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #818181;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #F3F3F3;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #173032;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000000;
  background-color: #F7F7F7;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #F3F3F3;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #F7F7F7;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #F3F3F3;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #F3F3F3;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #dadada;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #F3F3F3;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #173032;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #F7F7F7;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dedede;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: all border 0.2s ease-in-out ease-out;
  -moz-transition: all border 0.2s ease-in-out ease-out;
  transition: all border 0.2s ease-in-out ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #173032;
}
.thumbnail .caption {
  padding: 9px;
  color: #262626;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #F7F7F7;
  color: #F3F3F3;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #F3F3F3;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #262626;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #262626;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=0.2);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=0.5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=0.5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=0.9);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=0.5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=0.9);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*@import '../Scripts/bxslider/jquery.bxslider.css';*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*@fa-font-path:        "../fonts";*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
@font-face {
  font-family: "Flaticon";
  src: url("flaticon.eot");
  src: url("flaticon.eot#iefix") format("embedded-opentype"), url("flaticon.woff") format("woff"), url("flaticon.ttf") format("truetype"), url("flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  /*margin-left: 20px;*/
}
.flaticon-barbell:before {
  content: "\e000";
}
.flaticon-basketball35:before {
  content: "\e001";
}
.flaticon-biceps:before {
  content: "\e002";
}
.flaticon-canopy:before {
  content: "\e003";
}
.flaticon-championship8:before {
  content: "\e004";
}
.flaticon-climbing6:before {
  content: "\e005";
}
.flaticon-drop19:before {
  content: "\e006";
}
.flaticon-dumbbell21:before {
  content: "\e007";
}
.flaticon-finish:before {
  content: "\e008";
}
.flaticon-fishing11:before {
  content: "\e009";
}
.flaticon-floating1:before {
  content: "\e00a";
}
.flaticon-guru1:before {
  content: "\e00b";
}
.flaticon-guru:before {
  content: "\e00c";
}
.flaticon-jump7:before {
  content: "\e00d";
}
.flaticon-jumping27:before {
  content: "\e00e";
}
.flaticon-leg5:before {
  content: "\e00f";
}
.flaticon-man362:before {
  content: "\e010";
}
.flaticon-mountain24:before {
  content: "\e011";
}
.flaticon-padding:before {
  content: "\e012";
}
.flaticon-ping3:before {
  content: "\e013";
}
.flaticon-regular2:before {
  content: "\e014";
}
.flaticon-rugby98:before {
  content: "\e015";
}
.flaticon-runner5:before {
  content: "\e016";
}
.flaticon-running30:before {
  content: "\e017";
}
.flaticon-skidiving:before {
  content: "\e018";
}
.flaticon-skiing7:before {
  content: "\e019";
}
.flaticon-skydiving2:before {
  content: "\e01a";
}
.flaticon-soccer43:before {
  content: "\e01b";
}
.flaticon-soccer44:before {
  content: "\e01c";
}
.flaticon-sport11:before {
  content: "\e01d";
}
.flaticon-sportive36:before {
  content: "\e01e";
}
.flaticon-stopwatch7:before {
  content: "\e01f";
}
.flaticon-swimming20:before {
  content: "\e020";
}
.flaticon-tennis18:before {
  content: "\e021";
}
.flaticon-time13:before {
  content: "\e022";
}
.flaticon-trekking:before {
  content: "\e023";
}
.flaticon-trophy45:before {
  content: "\e024";
}
.flaticon-walking17:before {
  content: "\e025";
}
.flaticon-weightlift:before {
  content: "\e026";
}
.flaticon-yoga12:before {
  content: "\e027";
}
@media print {
  body {
    font-family: Arial, sans-serif !important;
    -webkit-print-color-adjust: exact;
    background-image: none !important;
    font-size: 20px;
  }
  header {
    background-image: none !important;
  }
  .printOnlyNewsPrimary {
    display: block !important;
  }
  .prev-next,
  .multimedia,
  footer,
  .row.social-grid,
  .news-gallery .gallery,
  .container.top-search,
  .hideOnPrint {
    display: none !important;
  }
  header {
    background-color: #cccccc !important;
  }
  .panel-collapse,
  .compact {
    max-height: none !important;
    height: auto !important;
    overflow: hidden !important;
  }
  .printHeader {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
  }
  .printHeader img {
    width: 300px;
    height: auto;
    float: none;
  }
  .printHeader .eventInfo {
    float: right;
    width: 250px;
    text-align: right;
  }
  .printHeader .eventInfo img,
  .about-cen-bg-img img {
    width: 150px;
    height: auto;
  }
  .printHeader .eventInfo h3 {
    display: block;
    margin: 0px 0px 0px 0px;
  }
  h1,
  h2,
  h3 {
    margin: 0px;
    padding: 0px;
  }
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 23px;
    margin-top: 20px;
    text-transform: uppercase;
  }
  a {
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
  }
  a[href^="/"]:after,
  a[href^="http"]:after,
  a[href^=""]:after {
    content: "";
  }
  table.records-table {
    margin-bottom: 30px;
    width: 100%;
  }
  table.records-table tr {
    border-bottom: 1px solid #cccccc;
  }
  table.records-table td,
  table.records-table th {
    font-weight: 100;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    /*QUESTION*/
  }
  table.records-table tr th {
    border-bottom: 2px solid #000000;
  }
  table.records-table tr th {
    padding: 15px;
  }
  table.records-table tr td {
    border-bottom: 1px solid #cccccc;
    padding: 15px;
  }
  table.records-table td .tableflag {
    margin-right: 5px;
  }
  table.records-table td:nth-child(even),
  table.records-table th:nth-child(even) {
    background-color: #fafafa !important;
    -webkit-print-color-adjust: exact;
  }
  table.records-table td:first-child,
  table.records-table th:first-child {
    padding-left: 0px;
  }
  table.records-table td:last-child,
  table.records-table th:last-child {
    padding-right: 0px;
  }
  table.series-table img.athlete-profile-img {
    height: 40px;
    margin-right: 10px;
    width: 40px;
    display: none;
    /*QUESTION*/
    box-sizing: border-box;
  }
}
@font-face {
  font-family: 'Din';
  src: url('/font/DINWeb.eot');
  /* IE9 Compat Modes */
  src: url('/font/DINWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/DINWeb.woff') format('woff'), /* Modern Browsers */ url('/font/DINComp-CondMedium.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'iaaf_sans_blackregular';
  src: url('/font/iaafsansblack-webfont.eot');
  /* IE9 Compat Modes */
  src: url('/font/iaafsansblack-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/iaafsansblack-webfont.woff') format('woff'), /* Modern Browsers */ url('/font/iaafsansblack-webfont.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'iaaf_sans_boldregular';
  src: url('/font/iaafsansbold-webfont.eot');
  /* IE9 Compat Modes */
  src: url('/font/iaafsansbold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/iaafsansbold-webfont.woff') format('woff'), /* Modern Browsers */ url('/font/iaafsansbold-webfont.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'iaaf_sansregular';
  src: url('/font/iaafsans-webfont.eot');
  /* IE9 Compat Modes */
  src: url('/font/iaafsans-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/iaafsans-webfont.woff') format('woff'), /* Modern Browsers */ url('/font/iaafsans-webfont.ttf') format('truetype');
  /* Safari, Android, iOS */
}
/* 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*/
/*RSS*/
/* colors/social */
/* Colors library */
/* Colors library */
/* Colors library */
/* Colors library */
picture {
  width: 100%;
}
picture img {
  width: 100%;
  height: auto;
}
/*@import "../../Scripts/app/voting/app/assets/less/custom";*/
/* 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 */
/* Olympic colours */
/* Grey Colours */
/* Grey colours */
/* Medal Colours */
/* Medal Colours */
/* Other Colours */
/* Other Colours */
/* Web Font */
/* Web Font */
body {
  font-size-adjust: 0.5 !important;
}
@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,
body.WAS h1 + .dl-horizontal dd + h3,
body.WAS h1 + .container + h3,
body.WAS h1 + .container-fluid + h3,
body.WAS h1 + .row + h3,
body.WAS h1 + .form-horizontal .form-group + h3,
body.WAS h1 + .btn-toolbar + h3,
body.WAS h1 + .btn-group-vertical > .btn-group + h3,
body.WAS h1 + .nav + h3,
body.WAS h1 + .navbar + h3,
body.WAS h1 + .navbar-header + h3,
body.WAS h1 + .navbar-collapse + h3,
body.WAS h1 + .pager + h3,
body.WAS h1 + .panel-body + h3,
body.WAS h1 + .modal-footer + h3 {
  padding-top: 7px;
}
body.WAS h2 > span {
  /*color: @comp;*/
}
body.WAS h2 > span > i {
  color: #FFFFFF;
  /*color: @comp;*/
}
body.WAS h2._alt {
  background-color: #FCB931;
  color: #000026;
}
body.WAS h2._alt > a {
  color: #000026;
}
body.WAS h2._alt.white > a {
  color: #FFFFFF;
}
body.WAS h2._alt._showLang {
  background-color: #31314f;
  color: #FFFFFF;
}
body.WAS h2._alt._showLang > a {
  color: #FFFFFF;
}
body.WAS h2._alt._showLang > a > i {
  color: #FFFFFF;
}
body.WAS h2 > a.block-link,
body.WAS h2 > button.block-link {
  background-color: #FCB931;
  color: #000026;
}
body.WAS h2 > a.block-link > i,
body.WAS h2 > button.block-link > i {
  color: #FFFFFF;
}
body.WAS hr {
  border-color: #FCB931;
  margin: 0px;
}
body.WAS .btn {
  background-color: #FCB931;
  color: #000026;
}
body.WAS .btn > i {
  color: #000026;
}
body.WAS header > .container.top-search > .navbar-left > ul {
  float: left;
}
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.top-search > .navbar-left > ul > li.lg-results {
  background-color: #e0e2e3;
  padding: 0px 15px;
}
body.WAS header > .container.top-search > .navbar-left > ul > li.lg-results > a > i {
  color: #000026;
}
body.WAS header > .container.top-search > .navbar-left > ul + ul {
  margin-left: 0px;
}
body.WAS header > .container > .navbar-form {
  background-color: #FCB931;
}
body.WAS header > .comp-banner {
  background: url(/Assets/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 {
  background-color: #000026;
}
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: #000026;
}
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.navbar-toggle {
  background-color: #fcb018;
}
body.WAS header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle.collapsed {
  background-color: #FCB931;
}
body.WAS header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle.collapsed > .icon-bar {
  background-color: #000026;
}
body.WAS header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle.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 .navbar.sub-navs {
  margin-top: -20px;
  background-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #FCB931, #dd9503);
  background: -webkit-gradient(linear, left top, left bottom, from(#dd9503), to(#FCB931));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #dd9503, #FCB931);
  /* for firefox 3.6+ */
}
@media screen and (max-width: 767px) {
  body.WAS .navbar.sub-navs {
    margin-top: 0;
  }
}
body.WAS .navbar.tertiary-navs {
  background-color: transparent;
}
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.marginMinus {
  float: right;
  margin: -10px -10px -10px 0px;
}
body.WAS .table-header.marginMinus .seiko-reference {
  display: inline-block;
  margin-right: 0px;
}
body.WAS .table-header.marginMinus .seiko-reference + span {
  display: inline-block;
  padding-left: 5px;
}
body.WAS .table-header > ul {
  background-color: #FCB931;
}
body.WAS .table-header > ul > li {
  background-color: #FCB931;
  color: #000026;
}
body.WAS .table-header > ul > li i,
body.WAS .table-header > ul > li span {
  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-header > ul.seiko > li {
  background-color: transparent !important;
}
body.WAS .table-header > ul.seiko > li.divider + .divider {
  border-top: 1px solid #000026;
  display: block;
  height: 1px;
  width: 100%;
}
body.WAS .table-header > ul.seiko > li a,
body.WAS .table-header > ul.seiko > li i,
body.WAS .table-header > ul.seiko > li span {
  color: #000026;
}
body.WAS .table-header > ul.jump-analysis {
  background-color: #31314f !important;
}
body.WAS .table-header > ul.jump-analysis > li {
  background-color: transparent !important;
}
body.WAS .table-header.nobg {
  background-color: transparent !important;
}
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 a,
body.WAS table.records-table.clickable > tbody tr:hover a,
body.WAS table.records-table.clickable > tbody tr.active span,
body.WAS table.records-table.clickable > tbody tr:hover span {
  background-color: #FCB931 !important;
  color: #000026 !important;
}
body.WAS table.records-table.clickable > tbody tr.active th:before,
body.WAS table.records-table.clickable > tbody tr:hover th:before,
body.WAS table.records-table.clickable > tbody tr.active td:before,
body.WAS table.records-table.clickable > tbody tr:hover td:before,
body.WAS table.records-table.clickable > tbody tr.active a:before,
body.WAS table.records-table.clickable > tbody tr:hover a:before,
body.WAS table.records-table.clickable > tbody tr.active span:before,
body.WAS table.records-table.clickable > tbody tr:hover span:before {
  color: #000026 !important;
}
body.WAS table.records-table > tbody tr.clickable.active,
body.WAS table.records-table > tbody tr.clickable:hover {
  background-color: #FCB931 !important;
  color: #000026 !important;
}
body.WAS table.records-table > tbody tr.clickable.active th,
body.WAS table.records-table > tbody tr.clickable:hover th,
body.WAS table.records-table > tbody tr.clickable.active td,
body.WAS table.records-table > tbody tr.clickable:hover td,
body.WAS table.records-table > tbody tr.clickable.active a,
body.WAS table.records-table > tbody tr.clickable:hover a,
body.WAS table.records-table > tbody tr.clickable.active span,
body.WAS table.records-table > tbody tr.clickable:hover span {
  background-color: #FCB931 !important;
  color: #000026 !important;
}
body.WAS table.records-table > tbody tr.clickable.active th:before,
body.WAS table.records-table > tbody tr.clickable:hover th:before,
body.WAS table.records-table > tbody tr.clickable.active td:before,
body.WAS table.records-table > tbody tr.clickable:hover td:before,
body.WAS table.records-table > tbody tr.clickable.active a:before,
body.WAS table.records-table > tbody tr.clickable:hover a:before,
body.WAS table.records-table > tbody tr.clickable.active span:before,
body.WAS table.records-table > tbody tr.clickable:hover span:before {
  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 button {
  background-color: transparent;
  /*padding:@depth/8;*/
}
body.WAS .row.social-grid > li button > i {
  font-size: 22px;
}
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-youtube-play {
  color: #bb0000;
}
body.WAS .row.social-grid > li i.fa-youtube {
  color: #bb0000;
}
body.WAS .row.social-grid > li i.fa-instagram {
  color: #517fa4;
}
body.WAS .row.social-grid > li i.fa-rss {
  color: #FF6600;
}
body.WAS .row.social-grid > li i.fa-twitter,
body.WAS .row.social-grid > li i.fa-facebook-official,
body.WAS .row.social-grid > li i.fa-youtube-play,
body.WAS .row.social-grid > li i.fa-youtube,
body.WAS .row.social-grid > li i.fa-rss {
  font-size: 27px;
}
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-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #FCB931, #FCB931);
  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,
body.WAS .modalHost .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 .clickForMore > a > i {
  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,
body.ONE h1 + .dl-horizontal dd + h3,
body.ONE h1 + .container + h3,
body.ONE h1 + .container-fluid + h3,
body.ONE h1 + .row + h3,
body.ONE h1 + .form-horizontal .form-group + h3,
body.ONE h1 + .btn-toolbar + h3,
body.ONE h1 + .btn-group-vertical > .btn-group + h3,
body.ONE h1 + .nav + h3,
body.ONE h1 + .navbar + h3,
body.ONE h1 + .navbar-header + h3,
body.ONE h1 + .navbar-collapse + h3,
body.ONE h1 + .pager + h3,
body.ONE h1 + .panel-body + h3,
body.ONE h1 + .modal-footer + h3 {
  padding-top: 7px;
}
body.ONE h2 > span {
  /*color: @comp;*/
}
body.ONE h2 > span > i {
  color: #FFFFFF;
  /*color: @comp;*/
}
body.ONE h2._alt {
  background-color: #08c591;
  color: #000026;
}
body.ONE h2._alt > a {
  color: #000026;
}
body.ONE h2._alt.white > a {
  color: #FFFFFF;
}
body.ONE h2._alt._showLang {
  background-color: #31314f;
  color: #FFFFFF;
}
body.ONE h2._alt._showLang > a {
  color: #FFFFFF;
}
body.ONE h2._alt._showLang > a > i {
  color: #FFFFFF;
}
body.ONE h2 > a.block-link,
body.ONE h2 > button.block-link {
  background-color: #08c591;
  color: #000026;
}
body.ONE h2 > a.block-link > i,
body.ONE h2 > button.block-link > i {
  color: #FFFFFF;
}
body.ONE hr {
  border-color: #08c591;
  margin: 0px;
}
body.ONE .btn {
  background-color: #08c591;
  color: #000026;
}
body.ONE .btn > i {
  color: #000026;
}
body.ONE header > .container.top-search > .navbar-left > ul {
  float: left;
}
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.top-search > .navbar-left > ul > li.lg-results {
  background-color: #e0e2e3;
  padding: 0px 15px;
}
body.ONE header > .container.top-search > .navbar-left > ul > li.lg-results > a > i {
  color: #000026;
}
body.ONE header > .container.top-search > .navbar-left > ul + ul {
  margin-left: 0px;
}
body.ONE header > .container > .navbar-form {
  background-color: #08c591;
}
body.ONE header > .comp-banner {
  background: url(/Assets/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 {
  background-color: #000026;
}
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: #000026;
}
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.navbar-toggle {
  background-color: #07ac7f;
}
body.ONE header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle.collapsed {
  background-color: #08c591;
}
body.ONE header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle.collapsed > .icon-bar {
  background-color: #000026;
}
body.ONE header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle.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 .navbar.sub-navs {
  margin-top: -20px;
  background-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #08c591, #057b5b);
  background: -webkit-gradient(linear, left top, left bottom, from(#057b5b), to(#08c591));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #057b5b, #08c591);
  /* for firefox 3.6+ */
}
@media screen and (max-width: 767px) {
  body.ONE .navbar.sub-navs {
    margin-top: 0;
  }
}
body.ONE .navbar.tertiary-navs {
  background-color: transparent;
}
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.marginMinus {
  float: right;
  margin: -10px -10px -10px 0px;
}
body.ONE .table-header.marginMinus .seiko-reference {
  display: inline-block;
  margin-right: 0px;
}
body.ONE .table-header.marginMinus .seiko-reference + span {
  display: inline-block;
  padding-left: 5px;
}
body.ONE .table-header > ul {
  background-color: #08c591;
}
body.ONE .table-header > ul > li {
  background-color: #08c591;
  color: #000026;
}
body.ONE .table-header > ul > li i,
body.ONE .table-header > ul > li span {
  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-header > ul.seiko > li {
  background-color: transparent !important;
}
body.ONE .table-header > ul.seiko > li.divider + .divider {
  border-top: 1px solid #000026;
  display: block;
  height: 1px;
  width: 100%;
}
body.ONE .table-header > ul.seiko > li a,
body.ONE .table-header > ul.seiko > li i,
body.ONE .table-header > ul.seiko > li span {
  color: #000026;
}
body.ONE .table-header > ul.jump-analysis {
  background-color: #31314f !important;
}
body.ONE .table-header > ul.jump-analysis > li {
  background-color: transparent !important;
}
body.ONE .table-header.nobg {
  background-color: transparent !important;
}
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 a,
body.ONE table.records-table.clickable > tbody tr:hover a,
body.ONE table.records-table.clickable > tbody tr.active span,
body.ONE table.records-table.clickable > tbody tr:hover span {
  background-color: #08c591 !important;
  color: #000026 !important;
}
body.ONE table.records-table.clickable > tbody tr.active th:before,
body.ONE table.records-table.clickable > tbody tr:hover th:before,
body.ONE table.records-table.clickable > tbody tr.active td:before,
body.ONE table.records-table.clickable > tbody tr:hover td:before,
body.ONE table.records-table.clickable > tbody tr.active a:before,
body.ONE table.records-table.clickable > tbody tr:hover a:before,
body.ONE table.records-table.clickable > tbody tr.active span:before,
body.ONE table.records-table.clickable > tbody tr:hover span:before {
  color: #000026 !important;
}
body.ONE table.records-table > tbody tr.clickable.active,
body.ONE table.records-table > tbody tr.clickable:hover {
  background-color: #08c591 !important;
  color: #000026 !important;
}
body.ONE table.records-table > tbody tr.clickable.active th,
body.ONE table.records-table > tbody tr.clickable:hover th,
body.ONE table.records-table > tbody tr.clickable.active td,
body.ONE table.records-table > tbody tr.clickable:hover td,
body.ONE table.records-table > tbody tr.clickable.active a,
body.ONE table.records-table > tbody tr.clickable:hover a,
body.ONE table.records-table > tbody tr.clickable.active span,
body.ONE table.records-table > tbody tr.clickable:hover span {
  background-color: #08c591 !important;
  color: #000026 !important;
}
body.ONE table.records-table > tbody tr.clickable.active th:before,
body.ONE table.records-table > tbody tr.clickable:hover th:before,
body.ONE table.records-table > tbody tr.clickable.active td:before,
body.ONE table.records-table > tbody tr.clickable:hover td:before,
body.ONE table.records-table > tbody tr.clickable.active a:before,
body.ONE table.records-table > tbody tr.clickable:hover a:before,
body.ONE table.records-table > tbody tr.clickable.active span:before,
body.ONE table.records-table > tbody tr.clickable:hover span:before {
  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 button {
  background-color: transparent;
  /*padding:@depth/8;*/
}
body.ONE .row.social-grid > li button > i {
  font-size: 22px;
}
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-youtube-play {
  color: #bb0000;
}
body.ONE .row.social-grid > li i.fa-youtube {
  color: #bb0000;
}
body.ONE .row.social-grid > li i.fa-instagram {
  color: #517fa4;
}
body.ONE .row.social-grid > li i.fa-rss {
  color: #FF6600;
}
body.ONE .row.social-grid > li i.fa-twitter,
body.ONE .row.social-grid > li i.fa-facebook-official,
body.ONE .row.social-grid > li i.fa-youtube-play,
body.ONE .row.social-grid > li i.fa-youtube,
body.ONE .row.social-grid > li i.fa-rss {
  font-size: 27px;
}
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-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #08c591, #08c591);
  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,
body.ONE .modalHost .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 .clickForMore > a > i {
  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,
body.default h1 + .dl-horizontal dd + h3,
body.default h1 + .container + h3,
body.default h1 + .container-fluid + h3,
body.default h1 + .row + h3,
body.default h1 + .form-horizontal .form-group + h3,
body.default h1 + .btn-toolbar + h3,
body.default h1 + .btn-group-vertical > .btn-group + h3,
body.default h1 + .nav + h3,
body.default h1 + .navbar + h3,
body.default h1 + .navbar-header + h3,
body.default h1 + .navbar-collapse + h3,
body.default h1 + .pager + h3,
body.default h1 + .panel-body + h3,
body.default h1 + .modal-footer + h3 {
  padding-top: 7px;
}
body.default h2 > span {
  /*color: @comp;*/
}
body.default h2 > span > i {
  color: #FFFFFF;
  /*color: @comp;*/
}
body.default h2._alt {
  background-color: #4EBEF5;
  color: #000026;
}
body.default h2._alt > a {
  color: #000026;
}
body.default h2._alt.white > a {
  color: #FFFFFF;
}
body.default h2._alt._showLang {
  background-color: #31314f;
  color: #FFFFFF;
}
body.default h2._alt._showLang > a {
  color: #FFFFFF;
}
body.default h2._alt._showLang > a > i {
  color: #FFFFFF;
}
body.default h2 > a.block-link,
body.default h2 > button.block-link {
  background-color: #4EBEF5;
  color: #000026;
}
body.default h2 > a.block-link > i,
body.default h2 > button.block-link > i {
  color: #FFFFFF;
}
body.default hr {
  border-color: #4EBEF5;
  margin: 0px;
}
body.default .btn {
  background-color: #4EBEF5;
  color: #000026;
}
body.default .btn > i {
  color: #000026;
}
body.default header > .container.top-search > .navbar-left > ul {
  float: left;
}
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.top-search > .navbar-left > ul > li.lg-results {
  background-color: #e0e2e3;
  padding: 0px 15px;
}
body.default header > .container.top-search > .navbar-left > ul > li.lg-results > a > i {
  color: #000026;
}
body.default header > .container.top-search > .navbar-left > ul + ul {
  margin-left: 0px;
}
body.default header > .container > .navbar-form {
  background-color: #4EBEF5;
}
body.default header > .comp-banner {
  background: url(/Assets/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 {
  background-color: #000026;
}
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: #000026;
}
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.navbar-toggle {
  background-color: #36b5f4;
}
body.default header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle.collapsed {
  background-color: #4EBEF5;
}
body.default header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle.collapsed > .icon-bar {
  background-color: #000026;
}
body.default header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle.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 .navbar.sub-navs {
  margin-top: -20px;
  background-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #4EBEF5, #0da1e9);
  background: -webkit-gradient(linear, left top, left bottom, from(#0da1e9), to(#4EBEF5));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #0da1e9, #4EBEF5);
  /* for firefox 3.6+ */
}
@media screen and (max-width: 767px) {
  body.default .navbar.sub-navs {
    margin-top: 0;
  }
}
body.default .navbar.tertiary-navs {
  background-color: transparent;
}
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.marginMinus {
  float: right;
  margin: -10px -10px -10px 0px;
}
body.default .table-header.marginMinus .seiko-reference {
  display: inline-block;
  margin-right: 0px;
}
body.default .table-header.marginMinus .seiko-reference + span {
  display: inline-block;
  padding-left: 5px;
}
body.default .table-header > ul {
  background-color: #4EBEF5;
}
body.default .table-header > ul > li {
  background-color: #4EBEF5;
  color: #000026;
}
body.default .table-header > ul > li i,
body.default .table-header > ul > li span {
  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-header > ul.seiko > li {
  background-color: transparent !important;
}
body.default .table-header > ul.seiko > li.divider + .divider {
  border-top: 1px solid #000026;
  display: block;
  height: 1px;
  width: 100%;
}
body.default .table-header > ul.seiko > li a,
body.default .table-header > ul.seiko > li i,
body.default .table-header > ul.seiko > li span {
  color: #000026;
}
body.default .table-header > ul.jump-analysis {
  background-color: #31314f !important;
}
body.default .table-header > ul.jump-analysis > li {
  background-color: transparent !important;
}
body.default .table-header.nobg {
  background-color: transparent !important;
}
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 a,
body.default table.records-table.clickable > tbody tr:hover a,
body.default table.records-table.clickable > tbody tr.active span,
body.default table.records-table.clickable > tbody tr:hover span {
  background-color: #4EBEF5 !important;
  color: #000026 !important;
}
body.default table.records-table.clickable > tbody tr.active th:before,
body.default table.records-table.clickable > tbody tr:hover th:before,
body.default table.records-table.clickable > tbody tr.active td:before,
body.default table.records-table.clickable > tbody tr:hover td:before,
body.default table.records-table.clickable > tbody tr.active a:before,
body.default table.records-table.clickable > tbody tr:hover a:before,
body.default table.records-table.clickable > tbody tr.active span:before,
body.default table.records-table.clickable > tbody tr:hover span:before {
  color: #000026 !important;
}
body.default table.records-table > tbody tr.clickable.active,
body.default table.records-table > tbody tr.clickable:hover {
  background-color: #4EBEF5 !important;
  color: #000026 !important;
}
body.default table.records-table > tbody tr.clickable.active th,
body.default table.records-table > tbody tr.clickable:hover th,
body.default table.records-table > tbody tr.clickable.active td,
body.default table.records-table > tbody tr.clickable:hover td,
body.default table.records-table > tbody tr.clickable.active a,
body.default table.records-table > tbody tr.clickable:hover a,
body.default table.records-table > tbody tr.clickable.active span,
body.default table.records-table > tbody tr.clickable:hover span {
  background-color: #4EBEF5 !important;
  color: #000026 !important;
}
body.default table.records-table > tbody tr.clickable.active th:before,
body.default table.records-table > tbody tr.clickable:hover th:before,
body.default table.records-table > tbody tr.clickable.active td:before,
body.default table.records-table > tbody tr.clickable:hover td:before,
body.default table.records-table > tbody tr.clickable.active a:before,
body.default table.records-table > tbody tr.clickable:hover a:before,
body.default table.records-table > tbody tr.clickable.active span:before,
body.default table.records-table > tbody tr.clickable:hover span:before {
  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 button {
  background-color: transparent;
  /*padding:@depth/8;*/
}
body.default .row.social-grid > li button > i {
  font-size: 22px;
}
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-youtube-play {
  color: #bb0000;
}
body.default .row.social-grid > li i.fa-youtube {
  color: #bb0000;
}
body.default .row.social-grid > li i.fa-instagram {
  color: #517fa4;
}
body.default .row.social-grid > li i.fa-rss {
  color: #FF6600;
}
body.default .row.social-grid > li i.fa-twitter,
body.default .row.social-grid > li i.fa-facebook-official,
body.default .row.social-grid > li i.fa-youtube-play,
body.default .row.social-grid > li i.fa-youtube,
body.default .row.social-grid > li i.fa-rss {
  font-size: 27px;
}
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-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #4EBEF5, #4EBEF5);
  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,
body.default .modalHost .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 .clickForMore > a > i {
  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;
}
body.iaaforg {
  /* LIVE */
  /* LIVE */
  background-position: 50% 40px !important;
}
body.iaaforg h1 {
  display: block;
  position: relative;
}
body.iaaforg h1:after {
  background-color: #ff2534;
  bottom: 3px;
  content: "";
  display: block;
  height: 7px;
  left: 2px;
  position: absolute;
  width: 80px;
}
@media screen and (max-width: 767px) {
  body.iaaforg h1:after {
    height: 3px;
  }
}
body.iaaforg h1 + h3 {
  padding-top: 7px;
}
body.iaaforg h1 + .clearfix + h3,
body.iaaforg h1 + .dl-horizontal dd + h3,
body.iaaforg h1 + .container + h3,
body.iaaforg h1 + .container-fluid + h3,
body.iaaforg h1 + .row + h3,
body.iaaforg h1 + .form-horizontal .form-group + h3,
body.iaaforg h1 + .btn-toolbar + h3,
body.iaaforg h1 + .btn-group-vertical > .btn-group + h3,
body.iaaforg h1 + .nav + h3,
body.iaaforg h1 + .navbar + h3,
body.iaaforg h1 + .navbar-header + h3,
body.iaaforg h1 + .navbar-collapse + h3,
body.iaaforg h1 + .pager + h3,
body.iaaforg h1 + .panel-body + h3,
body.iaaforg h1 + .modal-footer + h3 {
  padding-top: 7px;
}
body.iaaforg h2 > span {
  /*color: @comp;*/
}
body.iaaforg h2 > span > i {
  color: #FFFFFF;
  /*color: @comp;*/
}
body.iaaforg h2._alt {
  background-color: #ff2534;
  color: #FFFFFF;
}
body.iaaforg h2._alt > a {
  color: #000026;
}
body.iaaforg h2._alt.white > a {
  color: #FFFFFF;
}
body.iaaforg h2._alt._showLang {
  background-color: #31314f;
  color: #FFFFFF;
}
body.iaaforg h2._alt._showLang > a {
  color: #FFFFFF;
}
body.iaaforg h2._alt._showLang > a > i {
  color: #FFFFFF;
}
body.iaaforg h2 > a.block-link,
body.iaaforg h2 > button.block-link {
  background-color: #ff2534;
  color: #FFFFFF;
}
body.iaaforg h2 > a.block-link > i,
body.iaaforg h2 > button.block-link > i {
  color: #FFFFFF;
}
body.iaaforg hr {
  border-color: #ff2534;
  margin: 0px;
}
body.iaaforg .btn {
  background-color: #ff2534;
  color: #FFFFFF;
}
body.iaaforg .btn > i {
  color: #FFFFFF;
}
body.iaaforg header > .container.top-search > .navbar-left > ul {
  float: left;
}
body.iaaforg header > .container.top-search > .navbar-left > ul > li > a {
  color: #000026;
}
body.iaaforg header > .container.top-search > .navbar-left > ul > li > a.active {
  color: #ff2534;
}
body.iaaforg header > .container.top-search > .navbar-left > ul > li > a > i {
  color: #ff2534;
}
body.iaaforg header > .container.top-search > .navbar-left > ul > li.lg-results {
  background-color: #e0e2e3;
  padding: 0px 15px;
}
body.iaaforg header > .container.top-search > .navbar-left > ul > li.lg-results > a > i {
  color: #000026;
}
body.iaaforg header > .container.top-search > .navbar-left > ul + ul {
  margin-left: 0px;
}
body.iaaforg header > .container > .navbar-form {
  background-color: #ff2534;
}
body.iaaforg header > .comp-banner {
  background: transparent 50% 50% repeat-x;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.iaaforg header > .comp-banner > .container {
  background-color: transparent;
}
body.iaaforg header > .comp-banner > .container .comp-container > .comp-info > .next-event-box > .next-event-header {
  background-color: #ff2534;
}
body.iaaforg header > .comp-banner > .container .comp-container > .comp-info > .next-event-box > .next-event-header > h3 {
  color: #FFFFFF;
}
body.iaaforg header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button {
  background-color: #ff2534;
}
body.iaaforg header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button > .icon-bar {
  background-color: #FFFFFF;
}
body.iaaforg header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button > i.fa {
  color: #FFFFFF;
}
body.iaaforg header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle {
  background-color: #ff0b1c;
}
body.iaaforg header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle.collapsed {
  background-color: #ff2534;
}
body.iaaforg header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle.collapsed > .icon-bar {
  background-color: #FFFFFF;
}
body.iaaforg header > .comp-banner > .container .comp-container > .comp-info.menu-toggle button.navbar-toggle.collapsed > i.fa {
  color: #FFFFFF;
}
body.iaaforg header > .comp-banner > .container .comp-container._mobileNav {
  background-color: #ff2534;
}
body.iaaforg .navbar {
  background-color: #ff2534;
}
body.iaaforg .navbar > .container > .navbar-collapse > .navbar-nav > li {
  border-right: 1px solid #ff3f4c;
}
@media screen and (max-width: 767px) {
  body.iaaforg .navbar > .container > .navbar-collapse > .navbar-nav > li {
    border-top: 1px solid #ff3f4c;
  }
}
body.iaaforg .navbar > .container > .navbar-collapse > .navbar-nav > li > a {
  color: #FFFFFF;
}
body.iaaforg .navbar > .container > .navbar-collapse > .navbar-nav > li > a:hover,
body.iaaforg .navbar > .container > .navbar-collapse > .navbar-nav > li > a.active,
body.iaaforg .navbar > .container > .navbar-collapse > .navbar-nav > li > a:focus {
  color: #FFFFFF;
}
body.iaaforg .navbar.sub-navs {
  margin-top: -20px;
  background-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #ff2534, #d7000f);
  background: -webkit-gradient(linear, left top, left bottom, from(#d7000f), to(#ff2534));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #d7000f, #ff2534);
  /* for firefox 3.6+ */
}
@media screen and (max-width: 767px) {
  body.iaaforg .navbar.sub-navs {
    margin-top: 0;
  }
}
body.iaaforg .navbar.tertiary-navs {
  background-color: transparent;
}
body.iaaforg footer > .footer-header {
  background-color: #ff2534;
}
body.iaaforg .panel-group > .panel > .panel-heading h4 {
  background-color: #ff2534;
}
body.iaaforg .panel-group > .panel > .panel-heading h4 > a {
  color: #FFFFFF;
}
body.iaaforg .table-header.marginMinus {
  float: right;
  margin: -10px -10px -10px 0px;
}
body.iaaforg .table-header.marginMinus .seiko-reference {
  display: inline-block;
  margin-right: 0px;
}
body.iaaforg .table-header.marginMinus .seiko-reference + span {
  display: inline-block;
  padding-left: 5px;
}
body.iaaforg .table-header > ul {
  background-color: #ff2534;
}
body.iaaforg .table-header > ul > li {
  background-color: #ff2534;
  color: #FFFFFF;
}
body.iaaforg .table-header > ul > li i,
body.iaaforg .table-header > ul > li span {
  color: #FFFFFF;
}
body.iaaforg .table-header > ul > li > a {
  color: #FFFFFF;
}
body.iaaforg .table-header > ul > li > a > i {
  color: #FFFFFF;
}
body.iaaforg .table-header > ul > li > button.active {
  background-color: #ff0b1c;
}
body.iaaforg .table-header > ul.seiko > li {
  background-color: transparent !important;
}
body.iaaforg .table-header > ul.seiko > li.divider + .divider {
  border-top: 1px solid #000026;
  display: block;
  height: 1px;
  width: 100%;
}
body.iaaforg .table-header > ul.seiko > li a,
body.iaaforg .table-header > ul.seiko > li i,
body.iaaforg .table-header > ul.seiko > li span {
  color: #000026;
}
body.iaaforg .table-header > ul.jump-analysis {
  background-color: #31314f !important;
}
body.iaaforg .table-header > ul.jump-analysis > li {
  background-color: transparent !important;
}
body.iaaforg .table-header.nobg {
  background-color: transparent !important;
}
body.iaaforg table.records-table > thead._alt {
  background-color: #ff2534;
  color: #FFFFFF;
}
body.iaaforg table.records-table.clickable > tbody tr.active,
body.iaaforg table.records-table.clickable > tbody tr:hover {
  background-color: #ff2534 !important;
  color: #FFFFFF !important;
}
body.iaaforg table.records-table.clickable > tbody tr.active th,
body.iaaforg table.records-table.clickable > tbody tr:hover th,
body.iaaforg table.records-table.clickable > tbody tr.active td,
body.iaaforg table.records-table.clickable > tbody tr:hover td,
body.iaaforg table.records-table.clickable > tbody tr.active a,
body.iaaforg table.records-table.clickable > tbody tr:hover a,
body.iaaforg table.records-table.clickable > tbody tr.active span,
body.iaaforg table.records-table.clickable > tbody tr:hover span {
  background-color: #ff2534 !important;
  color: #FFFFFF !important;
}
body.iaaforg table.records-table.clickable > tbody tr.active th:before,
body.iaaforg table.records-table.clickable > tbody tr:hover th:before,
body.iaaforg table.records-table.clickable > tbody tr.active td:before,
body.iaaforg table.records-table.clickable > tbody tr:hover td:before,
body.iaaforg table.records-table.clickable > tbody tr.active a:before,
body.iaaforg table.records-table.clickable > tbody tr:hover a:before,
body.iaaforg table.records-table.clickable > tbody tr.active span:before,
body.iaaforg table.records-table.clickable > tbody tr:hover span:before {
  color: #FFFFFF !important;
}
body.iaaforg table.records-table > tbody tr.clickable.active,
body.iaaforg table.records-table > tbody tr.clickable:hover {
  background-color: #ff2534 !important;
  color: #FFFFFF !important;
}
body.iaaforg table.records-table > tbody tr.clickable.active th,
body.iaaforg table.records-table > tbody tr.clickable:hover th,
body.iaaforg table.records-table > tbody tr.clickable.active td,
body.iaaforg table.records-table > tbody tr.clickable:hover td,
body.iaaforg table.records-table > tbody tr.clickable.active a,
body.iaaforg table.records-table > tbody tr.clickable:hover a,
body.iaaforg table.records-table > tbody tr.clickable.active span,
body.iaaforg table.records-table > tbody tr.clickable:hover span {
  background-color: #ff2534 !important;
  color: #FFFFFF !important;
}
body.iaaforg table.records-table > tbody tr.clickable.active th:before,
body.iaaforg table.records-table > tbody tr.clickable:hover th:before,
body.iaaforg table.records-table > tbody tr.clickable.active td:before,
body.iaaforg table.records-table > tbody tr.clickable:hover td:before,
body.iaaforg table.records-table > tbody tr.clickable.active a:before,
body.iaaforg table.records-table > tbody tr.clickable:hover a:before,
body.iaaforg table.records-table > tbody tr.clickable.active span:before,
body.iaaforg table.records-table > tbody tr.clickable:hover span:before {
  color: #FFFFFF !important;
}
body.iaaforg .bx-wrapper .bx-controls > .bx-pager > .bx-pager-item > a.active {
  background-color: #be000d;
}
body.iaaforg .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev,
body.iaaforg .bx-wrapper .bx-controls > .bx-controls-direction > .bx-next {
  background-color: #ff2534;
  color: #FFFFFF;
}
body.iaaforg .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev:before,
body.iaaforg .bx-wrapper .bx-controls > .bx-controls-direction > .bx-next:before {
  color: #FFFFFF;
}
body.iaaforg .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev {
  background-color: #f10011;
}
body.iaaforg .nav-tabs.nav-comp {
  background-color: #000026;
  border-top: 1px solid #3f4444 !important;
}
body.iaaforg .nav-tabs.nav-comp > li {
  border-left-color: #3f4444;
}
body.iaaforg .nav-tabs.nav-comp > li > a {
  background-color: #000026;
  color: #FFFFFF;
}
body.iaaforg .nav-tabs.nav-comp > li > a:hover {
  background-color: #ff2534;
  color: #FFFFFF !important;
}
body.iaaforg .nav-tabs.nav-comp > li.active > a,
body.iaaforg .nav-tabs.nav-comp > li:focus > a {
  background-color: #ff2534;
  color: #FFFFFF !important;
}
body.iaaforg .row.social-grid > li button {
  background-color: transparent;
  /*padding:@depth/8;*/
}
body.iaaforg .row.social-grid > li button > i {
  font-size: 22px;
}
body.iaaforg .row.social-grid > li i {
  color: #000026;
}
body.iaaforg .row.social-grid > li i.fa-twitter {
  color: #00aced;
}
body.iaaforg .row.social-grid > li i.fa-facebook-official {
  color: #3b5998;
}
body.iaaforg .row.social-grid > li i.fa-youtube-play {
  color: #bb0000;
}
body.iaaforg .row.social-grid > li i.fa-youtube {
  color: #bb0000;
}
body.iaaforg .row.social-grid > li i.fa-instagram {
  color: #517fa4;
}
body.iaaforg .row.social-grid > li i.fa-rss {
  color: #FF6600;
}
body.iaaforg .row.social-grid > li i.fa-twitter,
body.iaaforg .row.social-grid > li i.fa-facebook-official,
body.iaaforg .row.social-grid > li i.fa-youtube-play,
body.iaaforg .row.social-grid > li i.fa-youtube,
body.iaaforg .row.social-grid > li i.fa-rss {
  font-size: 27px;
}
body.iaaforg .row.social-grid > li > .email-link {
  /*background-color:lighten(@comp, 10%);*/
  /*border:1px solid darken(@comp, 15%);*/
  color: #000059;
}
body.iaaforg .row.social-grid > li > .email-link:hover {
  border-color: #8c8cff;
}
body.iaaforg .row.social-grid > li > .email-link:hover > i {
  color: #8c8cff;
}
body.iaaforg .row.social-grid.align-right {
  float: right;
}
body.iaaforg .legend > .panel-heading {
  background-color: #ff2534;
  color: #000026;
  background-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #ff2534, #ff2534);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2534), to(#ff2534));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #ff2534, #ff2534);
  /* for firefox 3.6+ */
}
body.iaaforg .modal-dialog .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6:nth-child(even) > h2._alt,
body.iaaforg .modalHost .modal-content > .modal-body.showAllEvents > .container > .col-md-12 > .col-md-6:nth-child(even) > h2._alt {
  background-color: #ff0b1c;
}
body.iaaforg .tab-mobile-navigation {
  background-color: #ff2534;
  color: #000026;
}
@media screen and (max-width: 767px) {
  body.iaaforg .tab-mobile-navigation > button.navbar-toggle {
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
  }
  body.iaaforg .tab-mobile-navigation > button.navbar-toggle.collapsed {
    background-color: #FFFFFF;
  }
  body.iaaforg .tab-mobile-navigation > button.navbar-toggle > i {
    color: #000026;
  }
}
body.iaaforg .clickForMore {
  text-align: center;
}
body.iaaforg .clickForMore > a {
  background-color: #ff2534;
  color: #FFFFFF;
}
body.iaaforg .clickForMore > a > i {
  color: #FFFFFF;
}
body.iaaforg ul.prev-next > li {
  border-bottom: 5px solid #ff2534;
  max-width: 50%;
}
body.iaaforg ul.prev-next > li:nth-child(even) {
  border-bottom-color: #f10011;
}
body.iaaforg a.bookmarkCountry:hover {
  color: #ff2534;
}
body.iaaforg a.bookmarkCountry:hover > i {
  color: #ff2534;
}
body.iaaforg .LIVE .stickyHeader {
  background-color: #ff2534;
}
body.iaaforg.media {
  background-color: #1d1f1f !important;
  margin-top: 0 !important;
}
body.iaaforg.media h1,
body.iaaforg.media h2,
body.iaaforg.media h3,
body.iaaforg.media h5,
body.iaaforg.media h6 {
  color: #FFFFFF !important;
}
body.iaaforg.media footer li {
  color: #FFFFFF !important;
}
body.iaaforg.media footer li a {
  color: #FFFFFF !important;
}
body.iaaforg.media .nav-tabs li,
body.iaaforg.media .styled li {
  color: #FFFFFF !important;
}
body.iaaforg.media .nav-tabs li a,
body.iaaforg.media .styled li a {
  color: #000026 !important;
}
body.iaaforg.media .nav-tabs li.active a,
body.iaaforg.media .styled li.active a {
  color: #FFFFFF !important;
}
body.iaaforg.media .nav-tabs.dark li a,
body.iaaforg.media .styled.dark li a {
  color: #FFFFFF !important;
}
body.iaaforg.media .footer-non-mobile.dark h4 {
  background-color: #353a3a;
  color: #FFFFFF;
}
body.iaaforg.media .footer-non-mobile.dark .styled li:nth-child(odd) {
  background-color: #4a4e4e;
}
body.iaaforg.media .footer-non-mobile.dark .styled li:nth-child(even) {
  background-color: #353a3a;
}
body.iaaforg.media .footer-non-mobile.dark .styled li a {
  color: #FFFFFF !important;
}
body.iaaforg.media .footer-non-mobile.dark:nth-child(even) .styled li:nth-child(odd) {
  background-color: #353a3a;
}
body.iaaforg.media .footer-non-mobile.dark:nth-child(even) .styled li:nth-child(even) {
  background-color: #4a4e4e;
}
body.iaaforg.media .social-grid li a i {
  color: #FFFFFF !important;
}
/* Competition Colours */
body {
  background-color: #F7F7F7 !important;
  /*background: url(/Assets/Images/layout/bg.png) 50% 0% no-repeat @sbc !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: 45px;
  line-height: 40px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
h1 > span {
  display: block;
  font-size: 26px;
}
h1.hall-of-fame-logo {
  margin: 0;
}
h1.hall-of-fame-logo img {
  margin-bottom: 10px;
}
@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,
.heading-banner {
  background-color: #000026;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  position: relative;
  margin: 0px;
  text-transform: uppercase;
}
h2.alt,
.heading-banner.alt {
  background-color: #31314f;
}
h2 > span > i,
.heading-banner > span > i {
  margin: 0px 0px 0px 10px;
}
h2 > a,
.heading-banner > a,
h2 > button,
.heading-banner > button {
  color: #FFFFFF;
  text-decoration: underline;
}
h2 > a.block-link,
.heading-banner > a.block-link,
h2 > button.block-link,
.heading-banner > button.block-link {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  right: 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 0px;
}
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;
}
h4.iaaf-font {
  font-family: "iaaf_sans_blackregular" !important;
  font-size: 24px;
}
a {
  color: #000026;
}
a:hover {
  color: #000026;
  text-decoration: none;
}
a img {
  border: 0px none transparent;
}
.iaaflogo {
  background: url(/Assets/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;
}
.iaaflogo.white {
  background: url(/Assets/Images/layout/iaaf-mobile.png) no-repeat 50% 50% transparent;
}
@media screen and (max-width: 1080px) {
  .iaaflogo {
    margin-left: 12px;
  }
}
.iaaflogo.iaaforg-iaaflogo {
  background: url(/Assets/Images/layout/IAAF_200px_Height.png) no-repeat 50% 50% transparent;
}
.iaaflogo.float-none {
  float: none !important;
}
.iaafMainLogo .col-md-12 {
  padding-left: 0;
}
.iaafMainLogo .col-md-12 > .child {
  display: block;
  float: none;
  height: auto;
  overflow: hidden;
  width: auto;
}
.iaafMainLogo .col-md-12 > .child a {
  float: left;
  padding: 10px 0 15px 0;
  max-width: 155px;
}
.iaafMainLogo .col-md-12 > .child a img {
  max-width: 155px;
  margin-top: -20px;
}
.iaafMainLogo .col-md-12 > .child .tagline {
  float: left;
  padding-top: 15px;
}
.iaafMainLogo .col-md-12 > .child .tagline h5 {
  border-left: 1px solid #e0e2e3;
  color: #000026;
  display: block;
  font-family: "iaaf_sans_blackregular";
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.iaafMainLogo .col-md-12 > .child .tagline h5 span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .iaafMainLogo .col-md-12 > .child .tagline {
    display: none;
  }
}
i {
  color: #000026;
}
img.flag,
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;
}
p > a {
  font-weight: bold;
  text-decoration: underline;
}
span.info-label {
  display: block;
}
span._label {
  color: #666666;
  font-size: 16px;
  padding-right: 10px;
  text-transform: uppercase;
}
span._label.no-upper {
  text-decoration: none !important;
  text-transform: none !important;
}
span._label.no-upper.comp {
  padding-top: 15px !important;
}
span._label:empty {
  display: none;
}
span._label.comp {
  color: #000026 !important;
  font-size: 24px !important;
  line-height: 26px !important;
  padding: 10px 15px !important;
  text-transform: uppercase;
}
span._label.date {
  color: #999999;
}
span._label.date[data-label] {
  color: #000026;
  padding: 0 15px 10px !important;
}
span._label.date[data-label]:before {
  content: attr(data-label);
  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._label .row.social-grid {
  float: right;
  margin: 0;
  padding: 0;
}
span._label .row.social-grid li i {
  font-size: 18px !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(/Assets/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;
}
.fa.fa-spikes.xs.margined {
  margin: 2px 0 0 0;
}
/* 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: inherit;
  height: auto;
  padding: 0px 5px;
  width: auto;
}
.btn.btn-normal {
  background-color: #31314f !important;
  color: #FFFFFF !important;
  font-family: Din, Arial, serif;
  font-size: 16px !important;
  padding: 6px 10px 4px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-normal > i {
  color: #FFFFFF !important;
  padding: 0px 5px 0px 0px;
}
.btn.btn-normal.btn-disabled {
  background-color: #E8E8E8 !important;
  color: #000026 !important;
}
.btn.btn-normal.split {
  float: left;
  margin: 5px 0 5px 5px;
}
.btn.btn-normal.btn-danger {
  background-color: #ff0000 !important;
}
.btn.btn-normal.btn-danger > i {
  padding: 0;
}
.btn.collapsed-to-hide {
  display: none;
}
.btn.collapsed-to-hide.collapsed {
  display: inline-block;
}
.btn--drawer {
  background-color: #676767;
  display: block;
  color: #fff;
  padding: 10px;
  position: relative;
}
.btn--drawer > * {
  display: inline-block;
  vertical-align: middle;
}
.btn--drawer span {
  margin-bottom: -5px;
}
.btn--drawer i {
  color: #fff;
  font-size: 20px;
  margin-top: -5px;
  margin-left: 10px;
}
.btn--drawer[aria-expanded=true] i {
  transform: rotate(180deg);
  margin-top: 0;
}
.btn--drawer:hover,
.btn--drawer:active,
.btn--drawer:focus {
  color: #fff;
}
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: 1px solid #E8E8E8;
  padding: 6px;
  width: 100%;
  -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: 1px solid #E8E8E8;
  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;
}
textarea {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  padding: 6px;
  width: 100%;
  -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;
}
.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 > label.men,
.btn-group > label.women {
  font-size: 20px;
}
.btn-group > label.men {
  /*color: @men;*/
}
.btn-group > label.women {
  /*color: @women;*/
}
.btn-group > label.dark {
  color: #FFFFFF;
}
.btn-group img.tableflag {
  /*border:1px solid @wastabs;*/
}
.btn-group > button.dropdown-toggle {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000026;
  font-size: 14px;
  padding: 7px 10px;
  text-align: left;
  text-transform: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /*&.men {
                color: @men;
            }

            &.women {
                color: @women;
            }*/
}
.btn-group > button.dropdown-toggle.btn-lg {
  font-size: 18px;
}
.btn-group > button.dropdown-toggle > i {
  color: #000026;
  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%;
}
.btn-group + .btn-group {
  padding-top: 10px;
}
/* button/input/select/textarea */
/* modal */
body .modal-dialog,
.modal .modal-dialog,
body .modalHost,
.modal .modalHost {
  margin-left: auto;
  margin-right: auto;
}
body .modal-dialog.media,
.modal .modal-dialog.media,
body .modalHost.media,
.modal .modalHost.media {
  max-width: 500px;
}
body .modal-dialog.media.canonModal,
.modal .modal-dialog.media.canonModal,
body .modalHost.media.canonModal,
.modal .modalHost.media.canonModal {
  max-width: 960px;
}
body .modal-dialog.media.canonModal .modal-content,
.modal .modal-dialog.media.canonModal .modal-content,
body .modalHost.media.canonModal .modal-content,
.modal .modalHost.media.canonModal .modal-content {
  max-width: none !important;
}
body .modal-dialog.athletepopup,
.modal .modal-dialog.athletepopup,
body .modalHost.athletepopup,
.modal .modalHost.athletepopup {
  max-width: 600px;
}
body .modal-dialog.athletepopup [class^="col-md"],
.modal .modal-dialog.athletepopup [class^="col-md"],
body .modalHost.athletepopup [class^="col-md"],
.modal .modalHost.athletepopup [class^="col-md"] {
  padding: 0px;
}
body .modal-dialog.athletepopup [class^="col-md"] [class^="col-md"],
.modal .modal-dialog.athletepopup [class^="col-md"] [class^="col-md"],
body .modalHost.athletepopup [class^="col-md"] [class^="col-md"],
.modal .modalHost.athletepopup [class^="col-md"] [class^="col-md"] {
  padding: 0px;
}
body .modal-dialog.results,
.modal .modal-dialog.results,
body .modalHost.results,
.modal .modalHost.results {
  max-width: 400px;
}
body .modal-dialog.results [class^="col-md"],
.modal .modal-dialog.results [class^="col-md"],
body .modalHost.results [class^="col-md"],
.modal .modalHost.results [class^="col-md"] {
  padding: 0px;
}
body .modal-dialog.results [class^="col-md"] [class^="col-md"],
.modal .modal-dialog.results [class^="col-md"] [class^="col-md"],
body .modalHost.results [class^="col-md"] [class^="col-md"],
.modal .modalHost.results [class^="col-md"] [class^="col-md"] {
  padding: 0px;
}
body .modal-dialog.seiko,
.modal .modal-dialog.seiko,
body .modalHost.seiko,
.modal .modalHost.seiko {
  width: 100%;
  max-width: 960px;
}
body .modal-dialog.seiko > .modal-content,
.modal .modal-dialog.seiko > .modal-content,
body .modalHost.seiko > .modal-content,
.modal .modalHost.seiko > .modal-content {
  max-width: 100%;
}
body .modal-dialog.teamstanding,
.modal .modal-dialog.teamstanding,
body .modalHost.teamstanding,
.modal .modalHost.teamstanding {
  max-width: 800px;
}
.modal {
  overflow: hidden;
}
.modal-dialog,
.modalHost {
  margin-top: 80px;
  width: 100%;
}
.modal-dialog .modal-content,
.modalHost .modal-content {
  background-color: #000026;
  border: 0px none transparent;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  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,
.modalHost .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,
.modalHost .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,
.modalHost .modal-content > .modal-header button:before {
  text-shadow: 0px 0px 0px transparent;
}
.modal-dialog .modal-content > .modal-header button > i.fa,
.modalHost .modal-content > .modal-header button > i.fa {
  color: #FFFFFF;
  font-weight: 100;
}
.modal-dialog .modal-content > .modal-header > h2,
.modalHost .modal-content > .modal-header > h2 {
  padding-left: 15px;
}
.modal-dialog .modal-content > .modal-body,
.modalHost .modal-content > .modal-body {
  padding: 0px;
  margin: 0px;
}
.modal-dialog .modal-content > .modal-body.athlete,
.modalHost .modal-content > .modal-body.athlete {
  background-color: #3f4444;
}
.modal-dialog .modal-content > .modal-body.athletepopup,
.modalHost .modal-content > .modal-body.athletepopup {
  background-color: #3f4444;
}
.modal-dialog .modal-content > .modal-body.media > audio,
.modalHost .modal-content > .modal-body.media > audio {
  width: 100%;
}
.modal-dialog .modal-content > .modal-body.media > img,
.modalHost .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,
.modalHost .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,
.modalHost .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,
.modalHost .modal-content > .modal-body.media > .youTube > iframe {
  left: 0px;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
}
.modal-dialog .modal-content > .modal-body.caption,
.modalHost .modal-content > .modal-body.caption {
  background-color: #FFFFFF;
  font-family: Arial, serif;
  font-size: 12px;
  padding: 15px;
}
.modal-dialog .modal-content > .modal-body.caption p,
.modalHost .modal-content > .modal-body.caption p {
  font-size: 12px;
  line-height: 16px;
}
.modal-dialog .modal-content > .modal-body.caption .btn,
.modalHost .modal-content > .modal-body.caption .btn {
  float: right;
}
.modal-dialog .modal-content > .modal-body.search > form,
.modalHost .modal-content > .modal-body.search > form {
  margin: 0px;
  padding: 0px;
}
.modal-dialog .modal-content > .modal-body.search > form input[type="text"],
.modalHost .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,
.modalHost .modal-content > .modal-body.search > form button {
  float: left;
}
.modal-dialog .modal-content > .modal-body.search > form > .form-group,
.modalHost .modal-content > .modal-body.search > form > .form-group {
  height: auto;
  margin: 0px;
  overflow: hidden;
}
.modal-dialog .modal-content > .modal-body.showAllEvents,
.modalHost .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),
.modalHost .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,
.modalHost .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,
.modalHost .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,
.modalHost .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,
.modalHost .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,
.modalHost .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,
  .modalHost .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,
  .modalHost .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,
  .modalHost .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,
.modalHost .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,
.modalHost .modal-content > .modal-body button:before {
  text-shadow: 0px 0px 0px transparent;
}
.modal-dialog .modal-content.videoDetail,
.modalHost .modal-content.videoDetail {
  width: 90%;
  max-width: 500px;
}
.modal-dialog .modal-content.pictureDetail,
.modalHost .modal-content.pictureDetail {
  width: 90%;
  max-width: 360px;
}
.modalHost {
  margin-top: 0px !important;
}
/* 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: @tcca;*/
  padding: 20px 20px 20px 20px;
}
.container.comp-heading > .col-md-6:nth-child(even) {
  background-color: transparent;
  padding: 0;
}
.container.comp-heading > .col-md-6 > .univsportslogo {
  display: block;
  float: right;
  height: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  z-index: 200;
}
.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,
.container.comp-heading > .col-md-6 img.usn-logo {
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 110px;
  max-width: 110px;
  float: right;
}
.container.comp-heading > .col-md-6 .profile.social-grid {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.container.comp-heading > .col-md-6 .profile.social-grid li i {
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .container.comp-heading > .col-md-6 {
    padding: 20px 10px 10px !important;
  }
}
.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(/Assets/Images/layout/bg.png) 50% 0% no-repeat @tcca !important;*/
  font-family: Din, Arial, serif;
  min-height: 0px;
  height: auto !important;
  height: 0px;
}
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.top-search > .navbar-left > ul > li:last-child {
  margin-right: 0;
}
header > .container.top-search > .navbar-left > ul.social-grid {
  float: left;
  margin-left: 0;
}
header > .container.top-search > .navbar-left > ul.social-grid li {
  line-height: 30px;
  margin-left: 0;
}
header > .container.top-search > .navbar-left > ul.social-grid li > button {
  color: #FFFFFF;
  line-height: 38px;
  text-transform: uppercase;
}
header > .container.top-search > .navbar-left > ul.social-grid li > button > i {
  color: #FFFFFF;
  margin-left: 2px;
  font-size: 18px !important;
}
header > .container.top-search > .navbar-right {
  margin: 0;
}
header > .container.top-search > .navbar-right > .comp-info.location-partners.iaaforg-partners {
  float: right;
  margin-left: 0;
  padding: 2px 0;
}
header > .container.top-search > .navbar-right > .comp-info.location-partners.iaaforg-partners .official-partners {
  max-width: none !important;
}
header > .container.top-search > .navbar-right > .comp-info.location-partners.iaaforg-partners .official-partners .bx-viewport {
  overflow: visible !important;
}
header > .container.top-search > .navbar-right > .comp-info.location-partners.iaaforg-partners .official-partners ._label {
  float: right;
  line-height: 14px;
  margin: 2px 5px 0;
  width: 140px;
}
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: 1px;
  height: auto !important;
  height: 1px;
}
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(/Assets/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: 25px;
    line-height: 20px;
    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: 20px;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
  }
  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: auto;
  width: 100%;
  max-width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 1080px) {
  header > .comp-banner > .container .comp-container .comp-info.comp-logo img.portrait-logo {
    max-width: 100px;
  }
}
@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 {
  padding: 0px 0px 10px 0px;
}
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);
  }
  header > .comp-banner > .container .comp-container._mobileNav .comp-info.comp-heading.iaaforg-heading {
    padding-left: 0 !important;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1080px) {
  header > .comp-banner {
    /*display:none;*/
  }
}
@media screen and (min-width: 767px) {
  header.iaaforg {
    margin-top: 40px;
  }
}
header.iaaforg.fixed-nav {
  background-color: #000026;
  border-bottom: 1px solid #FFFFFF;
  /*padding:@depth/4 0;*/
  /*.changeableLogo {
                background-color:@wastabs;
                float:left;
                margin:-@depth/4 0;
                max-width:125px;
                padding:@depth/8 @depth/4;
                img {
                    .image_width;
                }
                .mainLogo {
                    display:block;
                }
                .subLogo {
                    display:none;
                }
            }*/
  /*&.minify {
                padding:0px;
                .changeableLogo {
                    .mainLogo {
                        display:none;
                    }
                    .subLogo {
                        display:block;
                    }
                }
            }*/
}
@media screen and (min-width: 767px) {
  header.iaaforg.fixed-nav {
    position: fixed;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}
@media screen and (max-width: 767px) {
  header.iaaforg.fixed-nav {
    display: none;
  }
}
header.iaaforg.fixed-nav .top-search {
  background-color: #000026;
}
header.iaaforg.fixed-nav .top-search a.dropdown-toggle {
  color: #FFFFFF;
}
header.iaaforg.fixed-nav .top-search a.dropdown-toggle i {
  color: #FFFFFF;
}
header.iaaforg.fixed-nav .top-search a.dropdown-toggle:hover {
  color: #000026 !important;
}
header.iaaforg.fixed-nav .top-search a.dropdown-toggle:hover i {
  color: #000026;
}
header.iaaforg .top-search {
  background-color: #F7F7F7;
  position: relative;
}
header.iaaforg .top-search._mobileShow {
  width: 100%;
}
header.iaaforg .top-search._mobileShow .navbar-right {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
}
header.iaaforg .top-search._mobileShow .navbar-right .iaaforg-partners {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
}
header.iaaforg .top-search._mobileShow .navbar-right .iaaforg-partners .official-partners {
  margin: auto;
  width: 230px !important;
}
@supports (display: flex) {
  header.iaaforg .top-search._mobileShow .navbar-right .iaaforg-partners .official-partners {
    align-items: center;
    display: flex !important;
    justify-content: center;
    width: 100% !important;
  }
}
header.iaaforg .top-search._mobileShow .navbar-right .iaaforg-partners .official-partners .bx-wrapper,
header.iaaforg .top-search._mobileShow .navbar-right .iaaforg-partners .official-partners .partners {
  float: right !important;
}
header.iaaforg .top-search._mobileShow .navbar-right .iaaforg-partners .official-partners .bx-wrapper .partners,
header.iaaforg .top-search._mobileShow .navbar-right .iaaforg-partners .official-partners .partners .partners {
  float: none !important;
}
header.iaaforg #navbar {
  float: left;
  padding-right: 0 !important;
}
header.iaaforg #navbar ul.nav li {
  position: static;
}
header.iaaforg #navbar ul.nav li a {
  color: #000026;
}
header.iaaforg #navbar ul.nav li > a {
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 10px;
  text-transform: uppercase;
}
header.iaaforg #navbar ul.nav li > a > span {
  padding: 5px !important;
}
header.iaaforg #navbar ul.nav li.open a.dropdown-toggle {
  background-color: #E8E8E8;
  color: #000026;
}
header.iaaforg #navbar ul.nav li.open a.dropdown-toggle i {
  color: #000026;
}
header.iaaforg #navbar ul.nav li.open .dropdown-menu .rows-list a {
  color: #000026;
}
header.iaaforg #navbar ul.nav li.open .dropdown-menu .rows-list a:hover {
  color: #FFFFFF;
}
header.iaaforg #navbar ul.nav li.open .dropdown-menu .rows-list a.dropdown-toggle {
  background-color: #E8E8E8;
  color: #000026;
}
header.iaaforg #navbar ul.nav li.open .dropdown-menu .rows-list .active a:hover {
  color: #000026;
}
header.iaaforg #navbar ul.nav li.comps-list .dropdown-menu .col-md-9 {
  display: block;
  height: auto;
  max-height: 650px;
  overflow-y: auto;
  width: 100%;
}
header.iaaforg #navbar ul.nav li.comps-list .dropdown-menu .col-md-9 td a {
  text-transform: uppercase;
}
header.iaaforg #navbar ul.nav li.comps-list .dropdown-menu .col-md-9 td span {
  color: #353a3a;
  display: block;
}
.dropdown-menu {
  border: 0 none transparent !important;
  border-top: 1px solid #E8E8E8 !important;
  height: auto;
  overflow: hidden;
  max-height: none;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.dropdown-menu > li > ul.rows-list {
  display: block;
}
.dropdown-menu > li > ul.rows-list > li {
  border-bottom: 1px solid #E8E8E8;
  display: block;
}
.dropdown-menu > li > ul.rows-list > li > a {
  display: block;
  font-size: 16px;
  padding: 10px 10px;
  text-transform: uppercase;
}
.dropdown-menu > li > ul.rows-list > li > a:hover {
  background-color: #000026;
  color: #FFFFFF;
}
.dropdown-menu > li > ul.rows-list > li:last-child {
  border-bottom: 0px none transparent;
}
.dropdown-menu > li > ul.rows-list > li.active > a {
  background-color: #E8E8E8;
}
.dropdown-menu li.comp-item {
  padding: 10px;
}
.dropdown-menu li.comp-item h3 {
  font-family: "iaaf_sans_blackregular";
  font-size: 16px;
  line-height: 16px;
  text-transform: 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;
  max-height: none;
}
@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;
  position: relative;
  width: 100%;
}
.navbar > .container > .navbar-collapse > .navbar-nav:before {
  display: none;
}
.navbar > .container > .navbar-collapse > .navbar-nav > li {
  position: static;
}
@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 20px;
    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 !important;
  color: #FFFFFF;
}
.navbar > .container > .navbar-collapse > .navbar-nav > li > a._spikesTransparentLogo:focus {
  background-color: #feed01 !important;
  background-image: url(/Assets/Images/layout/_spikes.png) !important;
}
.navbar > .container > .navbar-collapse > .navbar-nav > li.active > a {
  background-color: #000026 !important;
  color: #FFFFFF !important;
}
.navbar > .container > .navbar-collapse > .navbar-nav > li.active ._spikesTransparentLogo {
  background-image: url(/Assets/Images/layout/_spikestransparent.png) !important;
}
.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 !important;
}
.navbar > .container > .navbar-collapse > .navbar-nav > li.dropdown-hover > a {
  position: relative;
}
.navbar > .container > .navbar-collapse > .navbar-nav > li.dropdown-hover > a:after {
  background-color: #d7000f;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.navbar > .container > .navbar-collapse > .navbar-nav > li.dropdown-hover > ul {
  border: 0 none transparent;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.navbar > .container > .navbar-collapse > .navbar-nav > li.dropdown-hover:hover > ul {
  display: block;
}
@media screen and (min-width: 767px) {
  .navbar > .container.table-cell-navbar {
    display: table;
    position: relative;
  }
  .navbar > .container.table-cell-navbar > div {
    display: table-cell !important;
    float: none;
  }
  .navbar > .container.table-cell-navbar > div > ul {
    position: static !important;
    display: table;
    width: 100%;
  }
  .navbar > .container.table-cell-navbar > div > ul > li {
    display: table-cell !important;
    float: none !important;
    min-width: 60px;
    text-align: center;
    vertical-align: top;
  }
  .navbar > .container.table-cell-navbar > div > ul > li > a {
    padding: 0 !important;
  }
  .navbar > .container.table-cell-navbar > div > .official-partners {
    float: right;
    padding: 0px !important;
  }
}
.navbar.sub-navs > .container > .navbar-collapse > .navbar-nav > li {
  border-right: 0 none transparent !important;
}
.navbar.sub-navs > .container > .navbar-collapse > .navbar-nav > li > a {
  float: left;
  line-height: normal;
  padding: 10px;
  min-height: 20px;
  height: auto !important;
  height: 20px;
}
.navbar.tertiary-navs {
  margin: 0;
}
.navbar.tertiary-navs > .container {
  margin-bottom: 20px;
}
/* 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^="profile"] img {
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
[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"] img.no-image_width {
  max-width: none !important;
  width: auto !important;
}
[class^="col-md"].Men,
[class^="col-md"].Women {
  margin-top: 10px;
}
[class^="col-md"].Women {
  float: right;
}
[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;
}
@media (max-width: 767px) {
  [class^="col-md"].news-gallery ul.gallery > li:first-child {
    display: none !important;
  }
}
[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%;
}
[class^="col-md"].news-gallery ul.gallery > li img {
  height: auto !important;
}
@supports (object-fit: cover) {
  [class^="col-md"].news-gallery ul.gallery > li img {
    height: 100% !important;
    object-fit: cover;
  }
}
/* 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 */
.grid-dkgrey-bg {
  background-color: #353a3a;
}
.no-after:after {
  display: none !important;
}
.row {
  margin: 0px;
}
.row.media-grid > li {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.row.media-grid > li.min-height {
  min-height: 250px;
  height: auto !important;
  height: 250px;
}
.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;
}
@media screen and (max-width: 767px) {
  .row.media-grid > li span {
    padding: 10px 10px 0px 10px;
  }
}
.row.media-grid > li span.spikes {
  padding: 15px 10px 10px 10px;
}
.row.media-grid > li span.spikes i.fa-spikes {
  margin: -5px 5px 0 0;
}
.row.media-grid > li span.spikes + .truncate {
  font-size: 18px;
  text-transform: uppercase;
}
.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 > ul.docs {
  padding-bottom: 20px;
}
.row.media-grid > li > ul.docs > li {
  display: block;
  padding: 2px 15px;
  text-transform: uppercase;
}
.row.media-grid > li > ul.docs > li > a {
  text-transform: uppercase;
}
.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 > li span > i.fa-spikes {
  float: left;
  height: 25px;
  margin-right: 5px;
  width: 25px;
}
.row.media-grid.abouthomepage li {
  float: left;
  width: 33.33333333%;
}
.row.media-grid.dark > li {
  background-color: #3f4444;
}
.row.media-grid.dark > li a {
  color: #FFFFFF;
  display: block;
}
.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),
.row.media-grid.dark > li.alt {
  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-color: transparent;
    /*background:@g2c;*/
    /* for non-css3 browsers */
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
    /* for IE */
    background-image: linear-gradient(to top, #3f4444, transparent);
    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-color: transparent;
    /*background:@g2c;*/
    /* for non-css3 browsers */
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
    /* for IE */
    background-image: linear-gradient(to top, #353a3a, transparent);
    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+ */
  }
}
@media screen and (min-width: 767px) {
  .row.media-grid#masonry > li {
    min-height: 310px;
    height: auto !important;
    height: 310px;
  }
  .row.media-grid#masonry > li.min-height {
    min-height: 250px;
    height: auto !important;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .row.media-grid#masonry > li {
    min-height: auto;
    height: auto !important;
    height: auto;
  }
  .row.media-grid#masonry > li.min-height {
    min-height: auto;
    height: auto !important;
    height: auto;
  }
}
.row.media-grid.disciplines > li {
  border-bottom: 1px solid #E8E8E8;
  min-height: 170px;
  height: auto !important;
  height: 170px;
}
.row.media-grid.disciplines > li > span {
  padding: 10px !important;
}
.row.media-grid.disciplines > li > span + span {
  padding-left: 0 !important;
}
.row.media-grid.disciplines > li span._label.comp {
  font-size: 22px !important;
  line-height: 22px !important;
  padding: 5px 0 0 !important;
}
.row.media-grid.disciplines > li span > ul > li {
  display: block;
  padding: 3px 5px 1px;
}
.row.media-grid:after,
.row.media-grid:before {
  display: none;
}
.row.media-grid.revealSubmit > li {
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.row.media-grid.revealSubmit > li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieo)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media screen and (min-width: 1080px) {
  .row.media-grid.match-height {
    display: table;
    width: 100%;
  }
  .row.media-grid.match-height > li {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
}
.row.spikes-grid > ul {
  display: block;
  vertical-align: middle;
  width: 100%;
}
@supports (display: flex) {
  .row.spikes-grid > ul {
    align-content: center;
    display: flex;
    justify-content: space-between;
  }
}
.row.spikes-grid > ul.full-width {
  width: 100%;
}
.row.spikes-grid > ul i.fa.fa-external-link {
  font-size: 25px !important;
  position: absolute;
  right: -25px;
  padding-top: 22px !important;
  top: 50%;
  transform: translateY(-50%);
}
.row.spikes-grid > ul > li {
  display: table-cell;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
@supports (display: flex) {
  .row.spikes-grid > ul > li {
    align-content: center;
    display: flex;
  }
}
.row.spikes-grid > ul > li:first-child ._spikesLogo {
  width: 150px;
}
.row.spikes-grid > ul > li:nth-child(2) {
  padding-right: 15px;
}
.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: #FFFFFF;
  display: block;
  font-size: 30px !important;
  text-transform: uppercase;
}
.row.spikes-grid > ul > li a > span._label {
  color: #FFFFFF !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: #FFFFFF;
  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;
  white-space: nowrap;
}
@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 2%;
  }
}
@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: #000000 !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.spikes-grid > ul.col-md-6 {
  background-color: #feed01;
  padding: 0px 10px;
}
.row.spikes-grid > ul.col-md-6 li.logo {
  width: 40%;
}
.row.spikes-grid > ul.col-md-6 a span {
  display: none !important;
}
.row.spikes-grid > ul.col-md-6 a > i {
  font-size: 34px !important;
  padding-bottom: 15px;
  padding-top: 15px;
}
.row.spikes-grid > ul.col-md-6:nth-child(odd) {
  color: #FFFFFF !important;
}
.row.spikes-grid > ul.col-md-6:nth-child(odd) a {
  color: #000000 !important;
}
.row.spikes-grid > ul.col-md-6:nth-child(odd) a span {
  color: #000000 !important;
}
.row.spikes-grid > ul.col-md-6:nth-child(odd) a > i {
  color: #000000 !important;
}
.row.spikes-grid > ul.col-md-6:nth-child(even) {
  background-color: #000000;
}
.row.social-grid {
  padding-top: 10px;
  margin-bottom: -10px;
}
.row.social-grid > li {
  display: inline-block;
  margin: 0px 5px 10px 2px;
  vertical-align: top;
}
.row.social-grid > li > a.social {
  background-color: #353a3a;
  color: #FFFFFF;
  font-family: Arial, serif;
  font-size: 14px !important;
  font-weight: bold;
  padding: 5px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.row.social-grid > li > a.social > i {
  color: #FFFFFF !important;
  font-size: 14px !important;
  margin-right: 2px;
}
.row.social-grid > li > a.social.fb {
  background-color: #3b5998;
}
.row.social-grid > li > a.social.tw {
  background-color: #00aced;
}
.row.social-grid > li > a.social.gp {
  background-color: #dd4b39;
}
.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 {
  display: block;
  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(/Assets/Images/layout/seiko-50x200.jpg) 50% 50% no-repeat #fbc400;
  background-color: #fbc400 !important;
  -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(/Assets/Images/layout/_spikes.png) 50% 50% no-repeat #feed01;
  background-color: #feed01 !important;
  -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(/Assets/Images/layout/_spikescn.png) 50% 50% no-repeat #000000;
  background-color: #000000 !important;
  -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%;
}
/*
    .logo_pre(transparent, url(/Assets/Images/layout/_spikestransparent.png));
*/
/* seiko-pre */
/* dotdotdot */
.truncate {
  height: 85px;
}
@media screen and (max-width: 767px) {
  .truncate.remove-fixed-height {
    height: auto;
  }
}
.no-truncate {
  height: 85px;
}
.no-truncate > ul li {
  float: left;
  margin: 0 5px 5px 0px;
}
.no-truncate > ul li > a:after {
  content: ",";
}
.no-truncate > ul li:last-child > a:after {
  content: "";
}
/* dotdotdot */
/* row considerations */
.offset-above {
  margin-top: 20px !important;
}
.offset-above.year {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .offset-above.year {
    margin-top: 20px !important;
  }
}
.offset-below {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  div[role="tabpanel"] .nav-tabs {
    display: block;
    height: auto;
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
  }
}
div[role="tabpanel"] > .container {
  background-color: #FFFFFF;
}
div[role="tabpanel"] > .container.results {
  padding: 10px 20px 20px;
  margin-bottom: 20px;
}
/* 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 {
  background-color: #dedede;
  border-left: 1px solid #FFFFFF;
  border-top: 0 !important;
  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 !important;
  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;
}
@media screen and (max-width: 767px) {
  .nav-tabs > li > a {
    padding: 5px;
  }
}
.nav-tabs > li:hover > a {
  background-color: #dedede !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li:focus > a {
  background-color: #FFFFFF !important;
  color: #666666 !important;
}
.nav-tabs.dark {
  background-color: #4a4e4e;
}
.nav-tabs.dark > li {
  background-color: #4a4e4e;
  border-left: 1px solid #687272;
}
.nav-tabs.dark > li:first-child {
  border-left: 0 none transparent;
}
.nav-tabs.dark > li > a {
  color: #FFFFFF !important;
}
.nav-tabs.dark > li:hover > a {
  background-color: #353a3a !important;
}
.nav-tabs.dark > li.active > a {
  background-color: #292d2d !important;
  color: #FFFFFF !important;
}
.nav-tabs.dark > li a:focus {
  background-color: #292d2d !important;
  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 !important;
  color: #FFFFFF !important;
}
@media screen and (max-width: 767px) {
  .nav-tabs.nav-results > li.active > a,
  .nav-tabs.nav-results > li:focus > a {
    padding: 5px;
  }
}
.nav-tabs.event-info {
  overflow: hidden;
}
.nav-tabs.event-info > li.active > a,
.nav-tabs.event-info > li:focus > a {
  background-color: #ff2534;
  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;
  border-bottom: 1px solid #FFFFFF;
  margin: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.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: scroll;
  padding: 0px;
}
.panel-group > .panel > .panel-collapse > .panel-body {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .panel-group > .panel > .panel-collapse {
    max-height: 275px;
  }
  .panel-group > .panel > .panel-collapse .nav > li {
    border-bottom: 1px solid #cacdcd;
  }
  .panel-group > .panel > .panel-collapse .nav > li:last-child {
    border-bottom-width: 0;
  }
  .panel-group > .panel > .panel-collapse .nav > li > a,
  .panel-group > .panel > .panel-collapse .nav > li > button {
    color: #000026;
    padding: 10px 15px;
    text-transform: uppercase;
  }
  .panel-group > .panel > .panel-collapse .nav > li > button {
    background-color: #e4e6e6;
    padding: 12px 15px;
    line-height: 1;
  }
  .panel-group > .panel > .panel-collapse .nav > li > .collapse-subnav {
    background-color: #e4e6e6;
  }
  .panel-group > .panel > .panel-collapse .nav > li > .collapse-subnav > li {
    border-top: 1px solid #d7d9d9;
  }
  .panel-group > .panel > .panel-collapse .nav > li > .collapse-subnav > li > a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
  }
  .panel-group > .panel > .panel-collapse .nav > li > .collapse-subnav > li > a.active > a {
    background-color: #d7d9d9;
  }
  .panel-group > .panel > .panel-collapse .nav > li > .collapse-subnav > li:last-child {
    padding-bottom: 20px;
  }
  .panel-group > .panel > .panel-collapse .nav > li.active {
    background-color: #000026;
  }
  .panel-group > .panel > .panel-collapse .nav > li.active > a {
    background-color: transparent;
    /*background:@g2c;*/
    /* for non-css3 browsers */
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
    /* for IE */
    background-image: linear-gradient(to top, #000026, #000026);
    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+ */
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .panel-group > .panel > .panel-collapse .nav > li.active > button {
    background-color: #31314f;
    color: #FFFFFF;
  }
  .panel-group > .panel > .panel-collapse .nav > li.active > button > i {
    color: #FFFFFF;
  }
  .panel-group > .panel > .panel-collapse .nav > li.active > .collapse-subnav {
    background-color: #31314f;
  }
  .panel-group > .panel > .panel-collapse .nav > li.active > .collapse-subnav > li {
    border-top: 1px solid #3b3b5f;
  }
  .panel-group > .panel > .panel-collapse .nav > li.active > .collapse-subnav > li > a {
    color: #FFFFFF;
  }
  .panel-group > .panel > .panel-collapse .nav > li.active > .collapse-subnav > li.active > a {
    background-color: #3b3b5f;
  }
}
/* 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%;
}
@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 8px;
  /*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,
table.records-table th span.dl-horizontal dd,
table.records-table td span.dl-horizontal dd,
table.records-table th span.container,
table.records-table td span.container,
table.records-table th span.container-fluid,
table.records-table td span.container-fluid,
table.records-table th span.row,
table.records-table td span.row,
table.records-table th span.form-horizontal .form-group,
table.records-table td span.form-horizontal .form-group,
table.records-table th span.btn-toolbar,
table.records-table td span.btn-toolbar,
table.records-table th span.btn-group-vertical > .btn-group,
table.records-table td span.btn-group-vertical > .btn-group,
table.records-table th span.nav,
table.records-table td span.nav,
table.records-table th span.navbar,
table.records-table td span.navbar,
table.records-table th span.navbar-header,
table.records-table td span.navbar-header,
table.records-table th span.navbar-collapse,
table.records-table td span.navbar-collapse,
table.records-table th span.pager,
table.records-table td span.pager,
table.records-table th span.panel-body,
table.records-table td span.panel-body,
table.records-table th span.modal-footer,
table.records-table td span.modal-footer {
  display: block;
  margin-bottom: 3px;
}
table.records-table th span._label.xs,
table.records-table td span._label.xs {
  text-transform: none;
}
table.records-table th a + span.clearfix,
table.records-table td a + span.clearfix,
table.records-table th a + span.dl-horizontal dd,
table.records-table td a + span.dl-horizontal dd,
table.records-table th a + span.container,
table.records-table td a + span.container,
table.records-table th a + span.container-fluid,
table.records-table td a + span.container-fluid,
table.records-table th a + span.row,
table.records-table td a + span.row,
table.records-table th a + span.form-horizontal .form-group,
table.records-table td a + span.form-horizontal .form-group,
table.records-table th a + span.btn-toolbar,
table.records-table td a + span.btn-toolbar,
table.records-table th a + span.btn-group-vertical > .btn-group,
table.records-table td a + span.btn-group-vertical > .btn-group,
table.records-table th a + span.nav,
table.records-table td a + span.nav,
table.records-table th a + span.navbar,
table.records-table td a + span.navbar,
table.records-table th a + span.navbar-header,
table.records-table td a + span.navbar-header,
table.records-table th a + span.navbar-collapse,
table.records-table td a + span.navbar-collapse,
table.records-table th a + span.pager,
table.records-table td a + span.pager,
table.records-table th a + span.panel-body,
table.records-table td a + span.panel-body,
table.records-table th a + span.modal-footer,
table.records-table td a + span.modal-footer {
  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 th .btn,
table.records-table td .btn {
  margin-bottom: 5px;
}
table.records-table th[data-th="Country"],
table.records-table td[data-th="Country"] {
  white-space: nowrap !important;
}
table.records-table tr.eventdetailslanding.multidisc > td a {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  table.records-table tr[data-row-label] td {
    display: block;
    width: 100%;
  }
}
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 > thead._alt._live_alt {
  background-color: #FFFFFF !important;
  border-top: 1px solid #E8E8E8;
}
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 {
    line-height: 12px;
    padding-bottom: 5px;
    min-height: 20px;
    height: auto !important;
    height: 20px;
  }
}
table.records-table td[data-th][data-th="_label"]:before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  table.records-table td[data-th][data-th="_label"] {
    color: #000026;
    font-size: 22px !important;
    line-height: normal;
    padding: 10px 5px;
  }
}
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;
}
table.records-table > tbody tr.clickable {
  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%;
  }
}
.records-mc {
  text-transform: lowercase !important;
}
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: block;
  float: left;
  height: 40px;
  margin: -5px 10px 0px 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 .desc-container.btn-group {
  margin: 0px 15px 15px 15px;
}
.compact .desc-container.btn-group > .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #000026;
  text-shadow: 0px 0px 0px #4ebef5;
  font-family: Din, Arial, serif;
  margin: 0px 5px 5px 0px;
  padding: 6px 12px;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  -ms-border-radius: 5px 5px 5px 5px !important;
  -o-border-radius: 5px 5px 5px 5px !important;
  border-radius: 5px 5px 5px 5px !important;
}
.compact .desc-container.btn-group > .btn:before {
  text-shadow: 0px 0px 0px transparent;
}
/* 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 > .col-md-6 {
  height: auto;
  overflow: hidden;
}
.comp-home-news-photo.competition {
  background-color: #000026;
  padding: 10px;
}
.comp-home-news-photo.competition .location-partners {
  box-sizing: border-box;
  padding: 10px 5px 5px 5px;
}
.comp-home-news-photo .comp-heading {
  vertical-align: middle;
  padding: 0px 15px 0px 5px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .comp-home-news-photo .comp-heading {
    padding-top: 10px;
    vertical-align: top;
  }
}
.comp-home-news-photo .comp-heading > h1 {
  color: #FFFFFF;
  font-family: "iaaf_sans_blackregular" !important;
  font-size: 38px;
  line-height: 26px;
  margin: 10px 5px;
  padding: 0 0 20px 0;
  text-transform: none;
}
.comp-home-news-photo .comp-heading > h1 > a {
  color: #FFFFFF;
  line-height: 26px;
  text-decoration: none !important;
}
.comp-home-news-photo .comp-heading > h1 > a > span {
  font-size: 28px;
}
.comp-home-news-photo .comp-heading > h1:after {
  background-color: #FCB931;
}
.comp-home-news-photo .comp-heading > h1:before {
  background: url(/Assets/Images/layout/iaaf-mobile.png) no-repeat 50% 50% transparent;
  content: "";
  display: block;
  height: 22px;
  margin: 5px 5px 7px 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) {
  .comp-home-news-photo .comp-heading > h1 {
    font-size: 35px;
    line-height: 30px;
    margin: 0px 0px 5px 0px;
    padding-bottom: 17px;
    word-spacing: 1px;
  }
  .comp-home-news-photo .comp-heading > h1 > span {
    font-size: 30px;
    margin: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .comp-home-news-photo .comp-heading > h1 {
    font-size: 25px;
    line-height: 20px;
    margin: 0px 0px 5px 0px;
    padding-bottom: 17px;
    word-spacing: 1px;
  }
  .comp-home-news-photo .comp-heading > h1 > span {
    font-size: 20px;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
  }
  .comp-home-news-photo .comp-heading > h1:before {
    margin: 0px 0px 0px 2px;
    width: 40px;
  }
}
.comp-home-news-photo .comp-link-list {
  background-color: #FCB931;
  overflow: hidden;
  margin: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.comp-home-news-photo .comp-link-list li {
  background-color: #FCB931;
  line-height: normal;
  padding: 7px 10px 5px;
  min-height: 10px;
  height: auto !important;
  height: 10px;
}
.comp-home-news-photo .comp-link-list li a {
  background-color: #FCB931;
  display: block;
  line-height: normal;
  text-transform: uppercase;
}
.comp-home-news-photo .comp-link-list li a > i {
  float: right;
  line-height: normal;
  width: auto;
}
@media screen and (max-width: 767px) {
  .comp-home-news-photo .comp-link-list {
    margin: 10px 0;
  }
}
.comp-home-news-photo > .overlayDescription {
  bottom: 0px;
  box-sizing: border-box;
  left: 0px;
  padding: 30px 20px 20px;
  position: absolute;
  width: 100%;
  background-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #000000, transparent);
  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;
  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 i.fa-chevron-right,
.information-links ul > li i.fa-chevron-right {
  float: right;
}
.comp-home-news-banner ul > li i.fa-plus,
.information-links ul > li i.fa-plus {
  float: left;
}
.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 > li.viewmorenewsmodule,
.information-links ul > li.viewmorenewsmodule {
  background-color: #ededed;
  text-transform: uppercase;
}
.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.information-links ul > li,
.information-links.information-links ul > li {
  padding-right: 5px;
}
.comp-home-news-banner .featured-stories {
  margin-bottom: 0 !important;
}
.comp-home-news-banner .comp-live h2._alt {
  background-color: #FCB931;
  color: #000026;
}
.comp-home-news-banner .comp-live.olympic-games h2._alt,
.comp-home-news-banner .comp-live.youth-olympic-games h2._alt {
  background-color: #4EBEF5;
  color: #000026;
}
.comp-home-news-banner .comp-live.olympic-games .comp-heading > h1,
.comp-home-news-banner .comp-live.youth-olympic-games .comp-heading > h1 {
  padding-top: 20px;
}
.comp-home-news-banner .comp-live.olympic-games .comp-heading > h1:before,
.comp-home-news-banner .comp-live.youth-olympic-games .comp-heading > h1:before {
  display: none;
}
.comp-home-news-banner .comp-live.olympic-games .comp-heading > h1:after,
.comp-home-news-banner .comp-live.youth-olympic-games .comp-heading > h1:after {
  background-color: #4EBEF5;
}
.comp-home-news-banner .comp-live.olympic-games .comp-link-list,
.comp-home-news-banner .comp-live.youth-olympic-games .comp-link-list {
  background-color: #4EBEF5;
}
.comp-home-news-banner .comp-live.olympic-games .comp-link-list li,
.comp-home-news-banner .comp-live.youth-olympic-games .comp-link-list li {
  background-color: #4EBEF5;
  border-top-color: #000026;
}
.comp-home-news-banner .comp-live.olympic-games .comp-link-list li a,
.comp-home-news-banner .comp-live.youth-olympic-games .comp-link-list li a {
  background-color: #4EBEF5;
}
/* 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 li,
.mediaslider4x1 li {
  border-top-width: 0 !important;
  padding-right: 0 !important;
}
/* 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(/Assets/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(/Assets/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(/Assets/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(/Assets/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(/Assets/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 */
.chart-container {
  height: auto;
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
}
/* 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 {
  height: auto;
  /*max-height: 300px;*/
  max-width: 1080px;
  overflow: hidden;
}
.dropdown-menu.row {
  border: 1px 1px 1px 0 solid #E8E8E8 !important;
}
.dropdown-menu.row > [class^="col-md"] {
  border-left: 1px solid #E8E8E8 !important;
  display: table-cell;
  float: none;
  vertical-align: top !important;
}
.dropdown-menu.row > [class^="col-md"].about-panel {
  background-color: #ffffff !important;
  vertical-align: middle !important;
}
.dropdown-menu.row > [class^="col-md"].about-panel p {
  color: #000026;
  font-size: 20px;
  line-height: 28px;
}
.dropdown-menu.row > [class^=" col-md"] {
  border-left: 1px solid #E8E8E8 !important;
}
.dropdown.open > .row {
  display: table;
}
/* dropdown-menu */
/* iaaf radio panel */
@media screen and (max-width: 767px) {
  .live-col-6 {
    padding: 0px !important;
  }
}
.iaaf-radio-panel {
  /*background: url(/Assets/Images/layout/radio/radio.png) 100% 50% no-repeat @pbc;*/
  background-color: #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;
  width: 30%;
  -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(/Assets/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;
  width: 70%;
}
.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;
  width: 80%;
}
.iaaf-radio-panel > .schedule-player > .player > .radiocontrols {
  display: table-cell;
}
.iaaf-radio-panel > .schedule-player > .player > .radiocontrols > audio {
  height: 30px;
  width: 100%;
}
.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: block;
  font-family: Din, Arial, serif;
  font-size: 16px;
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 0px 0px 0px 40px;
  margin-top: 1px;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a.class,
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a.class2 {
  background-color: #FFFFFF;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a.class4,
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a.class6 {
  background-color: #FCB931;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a.class100 {
  background-color: #666666;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a.class7 {
  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-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #000026, #000026);
  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 !important;
  display: block;
  height: 100%;
  left: 0px;
  line-height: 40px;
  position: absolute;
  top: 0px;
  text-align: center;
  width: 40px;
  min-width: 40px;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a > span {
  box-sizing: border-box;
  color: #000026;
  display: block;
  float: left;
  padding: 9px 15px;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a > span.discdetail {
  width: calc(40%);
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a > span.minordetail {
  width: calc(30%);
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li > a > span.timedetail {
  width: calc(30%);
}
@media screen and (max-width: 767px) {
  .selectEvent .jsonLiveSchedule > .dropdown-menu > li > a > span {
    font-size: 14px;
  }
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li.Mborder > a:before {
  background-color: #369;
  content: "M";
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li.Wborder > a:before {
  background-color: #cf222e;
  content: "W";
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li.Xborder > a:before {
  background-color: #814464;
  content: "X";
}
.selectEvent .jsonLiveSchedule > .dropdown-menu > li:focus a,
.selectEvent .jsonLiveSchedule > .dropdown-menu > li:hover a {
  background-color: #000026 !important;
  color: #FFFFFF !important;
  background-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #000026, #000026);
  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;
}
.entrance-in {
  padding: 45px 0px 10px 0px;
}
.LIVE > .live-results {
  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 > .live-results,
.LIVE > .commentary {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.LIVE.fullWidthLive > .live-results,
.LIVE.fullWidthLive > .commentary {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .LIVE > .live-results {
    float: left;
  }
  .LIVE > .commentary {
    float: right;
  }
}
.expandRecordInformation {
  float: right;
}
.expandRecordInformation > a {
  background-color: #000026;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  line-height: 35px;
  padding: 3px 10px 0px 10px;
  text-transform: uppercase;
}
.expandRecordInformation > a i {
  color: #FFFFFF;
  line-height: 16px;
  margin: 0px 3px;
}
.expandRecordInformation > a i.fa-chevron-up {
  display: none;
}
.expandRecordInfoDiv {
  display: none;
}
.expandRecordInfoDiv table > thead th,
.expandRecordInfoDiv table > thead td {
  color: #FFFFFF !important;
}
.showRecords .sub-view-header {
  margin-bottom: 5px !important;
}
.showRecords .expandRecordInformation > a i.fa-chevron-up {
  display: inline-block;
}
.showRecords .expandRecordInformation > a i.fa-chevron-down {
  display: none;
}
.showRecords .expandRecordInfoDiv {
  display: block;
}
/* LIVE */
/* Blog Container */
/* 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 */
/* NEW LIVE PAGE */
/* APP */
/* APP */
.well {
  background-color: #2b4987;
  border: 0px none transparent;
  color: #FFFFFF;
  overflow: hidden;
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #2b4987, #2b4987);
  background: -webkit-gradient(linear, left top, left bottom, from(#2b4987), to(#2b4987));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #2b4987, #2b4987);
  /* for firefox 3.6+ */
}
.well.Time span._label {
  color: #FFFFFF;
}
.well.Time span._label:nth-child(even) {
  color: #FFFFFF;
}
.well.Time span._label > i {
  color: #FFFFFF;
}
.well .PhotoFinish {
  background-color: #fbc400 !important;
  float: right;
}
@media screen and (min-width: 767px) {
  .well .PhotoFinish {
    margin: -5px;
  }
}
.well .PhotoFinish > a {
  float: left;
  display: block;
  padding: 9px 10px 9px 5px;
  text-transform: uppercase;
}
.well.withNoMargin {
  margin: 0px !important;
}
.live-container {
  /*&.fullWidthLive {
        & > .live-results,
        & > .commentary {
            width:100% !important;
        }
    }*/
}
.live-container h1,
.live-container h2,
.live-container .live-view {
  font-family: "iaaf_sans_blackregular" !important;
}
.live-container h1 {
  font-size: 40px;
  line-height: 45px;
  padding-bottom: 14px;
  padding-top: 14px;
}
.live-container h1 span._label {
  padding-bottom: 0px !important;
}
.live-container h2 {
  line-height: 45px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.live-container h2 > a {
  color: #FFFFFF;
  text-decoration: none !important;
}
.live-container h2 > a > i {
  color: #FFFFFF;
}
.live-container h2 > a:hover {
  color: #FFFFFF;
}
.live-container h2 .alert {
  border: 0px none transparent;
  background-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, transparent, transparent);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, transparent, transparent);
  /* for firefox 3.6+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=@s, Direction=@d, Color='@c')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20px, Direction=135, Color='@c');
  -webkit-box-shadow: 1px 5px 20px transparent;
  -moz-box-shadow: 1px 5px 20px transparent;
  box-shadow: 1px 5px 20px transparent;
}
.live-container .QualificationRules {
  border: 0px;
  color: #000026;
  margin: 0px;
  padding: 7px 15px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.live-container .live-results {
  float: right;
  padding: 0px;
  min-height: 750px;
  height: auto !important;
  height: 750px;
}
.live-container .commentary {
  float: left;
  padding: 0px;
}
.live-container .commentary h2 {
  background-color: #4EBEF5;
}
.live-container .live-results,
.live-container .commentary {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 767px) {
  .live-container > .live-results {
    float: left;
  }
  .live-container > .commentary {
    float: right;
  }
}
.alert.alert-next,
.alert.alert-last {
  color: #000026;
  display: inline-block;
  float: left;
  font-family: "iaaf_sans_blackregular", Arial !important;
  padding: 2px 7px;
  margin: 10px 10px 0px 10px;
  vertical-align: top;
}
.alert.alert-next {
  background-color: #FCB931 !important;
}
.alert.alert-last {
  background-color: #dbdbdb !important;
}
h2#mediaLabel {
  display: block;
  float: left;
  font-family: "iaaf_sans_blackregular", Arial !important;
  padding: 10px !important;
  vertical-align: top;
  width: calc(100% - 40px);
}
h2#mediaLabel > a {
  color: #FFFFFF !important;
  display: block;
  font-size: 24px;
  text-decoration: none !important;
}
h2#mediaLabel > a > span._label {
  color: #FFFFFF !important;
  font-size: 16px;
  display: block;
  white-space: nowrap;
}
/* live commentary */
.blogcontainer {
  height: auto;
  max-height: 700px;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .blogcontainer {
    max-height: 300px;
  }
}
.blogcontainer .blog-group {
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0px;
}
.blogcontainer .blog-group .blog-item {
  background-color: #FFFFFF;
  height: auto;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 0px;
}
.blogcontainer .blog-group .blog-item .col-xs-2 {
  padding: 10px;
}
.blogcontainer .blog-group .blog-item .col-xs-2 span {
  display: block;
  font-size: 20px;
  line-height: 26px;
  margin: 3px 0px 0px 0px;
}
.blogcontainer .blog-group .blog-item .col-xs-10 {
  padding: 10px;
}
.blogcontainer .blog-group .blog-item .col-xs-10 h4 {
  background-color: transparent;
  font-size: 22px;
  line-height: 26px;
  margin: 3px 0px 0px 0px;
  padding: 0px;
  text-transform: none;
}
.blogcontainer .blog-group .blog-item .col-xs-10 img {
  margin-bottom: 10px;
  margin-top: 10px;
}
.blogcontainer .blog-group .blog-item .col-xs-10 a {
  display: block;
  padding: 0px;
  position: relative;
  overflow: hidden;
  max-width: 300px;
}
.blogcontainer .blog-group .blog-item .col-xs-10 a:before {
  color: #FFFFFF;
  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;
}
.blogcontainer .blog-group .blog-item .col-xs-10 a.yt-lc:before {
  content: "\f16a";
}
.blogcontainer .blog-group .blog-item .col-xs-10 a.ph-lc:before {
  content: "\f030";
}
.blogcontainer .blog-group .blog-item .col-xs-10 a.btn-normal {
  padding: 3px 8px;
  font-size: 14px !important;
}
.blogcontainer .blog-group .blog-item .col-xs-10 a.btn-normal > i {
  padding: 0px 0px 0px 5px;
}
.blogcontainer .blog-group .blog-item .col-xs-10 span.btn-normal.btn-disabled {
  padding: 3px 8px;
  font-size: 14px !important;
}
.blogcontainer .blog-group .blog-item .col-xs-10 span a {
  display: inline;
  text-decoration: underline;
}
.blogcontainer .blog-group .blog-item .col-xs-10 .blog-tweet h4 {
  color: #00aced;
}
.blogcontainer .blog-group .blog-item .col-xs-10 .blog-tweet h4 > i,
.blogcontainer .blog-group .blog-item .col-xs-10 .blog-tweet h4 > span {
  color: #00aced;
}
.blogcontainer .blog-group .blog-item .phases ul {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 7px 0px 0px 0px;
}
.blogcontainer .blog-group .blog-item .phases ul li {
  color: #000026;
  display: inline-block;
  list-style: none;
  margin: 0px 5px 8px 0px;
  padding: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* live commentary */
/* commentary */
.blog-container {
  height: auto;
  overflow: hidden;
}
.blog-container .blog-group {
  background-color: #ffffff;
  height: auto;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 15px 0px;
}
.blog-container .blog-group .col-md-3 {
  padding: 0px 0px 10px;
}
.blog-container .blog-group .col-md-3 h3 {
  display: block;
  text-align: center;
}
.blog-container .blog-group .col-md-9 {
  padding: 0px 10px 0px 0px;
}
/* commentary */
/* live results */
.live-results .container-fluid {
  background-color: #FFFFFF;
  padding: 0px;
}
.live-results .btn-group {
  padding: 10px 10px 20px;
}
.live-results .heading-control .bx-wrapper .bx-viewport {
  min-height: 45px;
  height: auto !important;
  height: 45px;
}
.live-results .timetable-meta {
  padding: 10px;
}
.live-results .timetable-meta h1 {
  margin-top: 0px;
}
.live-results .timetable-meta h1 span._label {
  display: block;
  line-height: normal;
  padding-bottom: 5px;
  padding-left: 5px;
}
.live-results table th .alert,
.live-results table td .alert {
  background-color: transparent;
  background-image: none;
  border: 0px none transparent !important;
  color: #000026;
  display: none;
  font-family: "iaaf_sans_blackregular" !important;
  margin: 0px;
  padding: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=@s, Direction=@d, Color='@c')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20px, Direction=135, Color='@c');
  -webkit-box-shadow: 1px 5px 20px transparent;
  -moz-box-shadow: 1px 5px 20px transparent;
  box-shadow: 1px 5px 20px transparent;
  text-shadow: 0px 0px 10px transparent;
}
.live-results table th .alert:before,
.live-results table td .alert:before {
  text-shadow: 0px 0px 0px transparent;
}
.live-results table th button.load-event,
.live-results table td button.load-event {
  background-color: transparent;
  background-image: none;
  border: 0px none transparent !important;
  color: #000026;
  display: none;
  float: right;
}
.live-results table th span._label,
.live-results table td span._label {
  display: block;
}
.live-results table th span._label.xs,
.live-results table td span._label.xs {
  font-size: 14px;
}
.live-results table tbody.click > tr {
  cursor: pointer;
}
.live-results table tbody tr {
  background-color: #F7F7F7;
  border-bottom: 1px solid #FFFFFF;
}
.live-results table tbody tr > td:nth-child(even) {
  background-color: #efefef;
}
.live-results table tbody tr > td.men,
.live-results table tbody tr > td.women,
.live-results table tbody tr > td.mixed {
  color: #FFFFFF !important;
}
.live-results table tbody tr > td.men {
  background-color: #369 !important;
}
.live-results table tbody tr > td.women {
  background-color: #cf222e !important;
}
.live-results table tbody tr > td.mixed {
  background-color: #814464 !important;
}
.live-results table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
  border-bottom: 1px solid #F7F7F7;
}
.live-results table tbody tr:nth-child(even) > td:nth-child(even) {
  background-color: #f7f7f7;
}
.live-results table tbody tr.liveNext {
  background-color: #FCB931 !important;
}
.live-results table tbody tr.liveNext > td {
  color: #000026 !important;
}
.live-results table tbody tr.liveNext > td span,
.live-results table tbody tr.liveNext > td a {
  color: #000026 !important;
}
.live-results table tbody tr.liveNext > td .alert-info {
  display: block;
}
.live-results table tbody tr.liveNext > td:nth-child(even) {
  background-color: #fcb422 !important;
}
.live-results table tbody tr.liveNext > td.men,
.live-results table tbody tr.liveNext > td.women,
.live-results table tbody tr.liveNext > td.mixed {
  color: #FFFFFF !important;
}
.live-results table tbody tr.liveNext > td.men {
  background-color: #369 !important;
}
.live-results table tbody tr.liveNext > td.women {
  background-color: #cf222e !important;
}
.live-results table tbody tr.liveNext > td.mixed {
  background-color: #814464 !important;
}
.live-results table tbody tr.liveNext button.load-event {
  display: block;
}
.live-results table tbody tr.liveLast {
  background-color: #dbdbdb !important;
}
.live-results table tbody tr.liveLast > td {
  color: #000026;
}
.live-results table tbody tr.liveLast > td span,
.live-results table tbody tr.liveLast > td a {
  color: #000026 !important;
}
.live-results table tbody tr.liveLast > td .alert-warning {
  display: block;
}
.live-results table tbody tr.liveLast > td:nth-child(even) {
  background-color: #d4d4d4;
}
.live-results table tbody tr.liveLast button.load-event {
  display: block;
}
.live-results table tbody tr.finished > td {
  color: #000026;
}
.live-results table tbody tr.finished > td span {
  color: #000026 !important;
}
.live-results table tbody tr.finished > td:nth-child(even) {
  background-color: #dbdbdb;
}
.live-results table tbody tr.finished .alert-finished {
  display: block;
}
.live-results table tbody tr.officialResult {
  background-color: #e3e3e3;
}
.live-results table tbody tr.officialResult > td {
  color: #000026;
}
.live-results table tbody tr.officialResult > td span {
  color: #000026 !important;
}
.live-results table tbody tr.officialResult > td .alert-success {
  display: block;
}
.live-results table tbody tr.officialResult > td:nth-child(even) {
  background-color: #dbdbdb;
}
.live-results table tbody tr.officialResult button.load-event {
  display: block;
}
.live-results table tbody tr.officialScheduled > td {
  color: #000026;
}
.live-results table tbody tr.officialScheduled > td span,
.live-results table tbody tr.officialScheduled > td a {
  color: #000026 !important;
}
.live-results table tbody tr.officialScheduled > td .alert-danger {
  color: #000026 !important;
  display: block;
}
.live-results table tbody tr.officialScheduled > td .startlist-chevron {
  display: block;
}
.live-results table tbody tr.officialScheduled button.load-event {
  display: block;
}
.live-results table.dark > tbody > tr {
  background-color: #353a3a;
  border-bottom: 1px solid #3f4444;
}
.live-results table.dark > tbody > tr span {
  color: #FFFFFF;
}
.relayCompetitors {
  float: right;
}
/* live results */
.tabslider {
  border: 0px none transparent !important;
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
.tabslider li {
  padding: 0px;
  text-align: center;
}
.tabslider li a {
  padding-left: 0px;
  padding-right: 0px;
}
.tabslider li a.live {
  background-color: #FCB931;
  color: #000026;
}
.tabslider li:hover a,
.tabslider li:focus a {
  background-color: #000026 !important;
  color: #FFFFFF !important;
}
.tabslider li:hover a.live,
.tabslider li:focus a.live {
  color: #FCB931 !important;
}
.tabslider li:hover a:focus,
.tabslider li:focus a:focus {
  background-color: #000026 !important;
}
.tabslider li.active > a {
  background-color: #000026 !important;
  color: #FFFFFF !important;
}
.tabslider li.active > a.live {
  color: #FCB931 !important;
}
@media screen and (max-width: 767px) {
  .tabslider li {
    display: block;
    float: left;
    border-top: 1px solid #FFFFFF;
    width: 25%;
  }
  .tabslider li > a {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .local-results {
    display: none;
  }
}
.local-results.local-container {
  padding: 0px !important;
}
.local-results.local-container .col-md-12,
.local-results.local-container .col-md-7,
.local-results.local-container .col-md-6,
.local-results.local-container .col-md-5 {
  padding: 0px !important;
}
.local-results.local-container .col-md-12 h2._showLang,
.local-results.local-container .col-md-7 h2._showLang,
.local-results.local-container .col-md-6 h2._showLang,
.local-results.local-container .col-md-5 h2._showLang {
  display: none;
}
.local-results.local-container .col-md-12 a img,
.local-results.local-container .col-md-7 a img,
.local-results.local-container .col-md-6 a img,
.local-results.local-container .col-md-5 a img {
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
/* NEW LIVE PAGE */
/* LANGUAGES */
.lg-results {
  background-color: #e0e2e3;
  padding: 0 1em;
}
.youTubeLiveStream {
  display: block;
  margin-bottom: 20px;
}
.audio-outer-container {
  height: auto;
  overflow: hidden;
  position: relative;
}
.audio-outer-container.col-md-6 {
  padding: 0px !important;
}
.audio-outer-container > .audio-container {
  bottom: 0px;
  left: 0px;
  padding: 3% 5%;
  position: absolute;
  width: 100%;
}
.audio-outer-container > .audio-container > audio {
  height: 30px;
  width: 100%;
}
.modalHost {
  left: 0px !important;
}
.modal-dialog .modal-content.pictureDetail,
.modalHost .modal-content.pictureDetail {
  max-width: 640px;
  width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 767px) {
  .local-results {
    display: block;
    width: 100%;
  }
  .local-results > .col-md-5 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  ._mobileHide {
    display: none !important;
  }
}
._mobileShow {
  display: none !important;
}
@media screen and (max-width: 767px) {
  ._mobileShow {
    display: block !important;
  }
}
/* to be moved over to main site once responsive finished */
.sponsors {
  border-right: 0 none transparent !important;
  float: right !important;
}
.location-partners.align-bottom {
  vertical-align: bottom !important;
}
.location-partners.iaaforg-partners .official-partners {
  border-top: 0 none transparent !important;
  display: block !important;
  margin: auto;
  text-align: center;
  width: auto !important;
  min-width: 290px !important;
  max-width: 290px !important;
}
.location-partners.iaaforg-partners .official-partners span._label {
  color: #FFFFFF;
  display: inline-block !important;
  float: right;
  font-size: 14px;
  padding: 2px 0 0 2px !important;
  text-align: right;
  width: auto;
}
.location-partners.iaaforg-partners .bx-wrapper {
  float: right;
  min-width: 290px !important;
  max-width: 290px !important;
}
.location-partners.iaaforg-partners .bx-wrapper img {
  min-width: 140px !important;
  max-width: 140px !important;
}
@media screen and (max-width: 767px) {
  .location-partners.iaaforg-partners {
    background-color: #000026 !important;
  }
  .location-partners.iaaforg-partners .official-partners span._label {
    float: none !important;
  }
  .location-partners.iaaforg-partners .official-partners .bx-wrapper {
    float: none !important;
  }
}
.location-partners > .location {
  border-bottom: 1px solid #262646;
}
.location-partners > .location > h4 {
  color: #FFFFFF;
  font-size: 23px;
  line-height: 23px;
  margin: 0px;
  padding: 10px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .location-partners > .location > h4 {
    padding-bottom: 5px;
  }
}
/* Responsive site elements */
/* home */
.toplist-module {
  background-color: #FFFFFF;
}
.toplist-module > li {
  background-color: #FFFFFF;
  display: block;
  padding: 10px !important;
}
.toplist-module > li > .header {
  display: block;
  padding-bottom: 5px;
}
.toplist-module > li > .header > span {
  color: #000026;
  display: block;
  text-transform: uppercase;
}
.toplist-module > li > .header > span.discipline {
  font-size: 24px;
  line-height: 24px;
}
.toplist-module > li > ul {
  border-top: 1px solid #E8E8E8;
  margin-bottom: 10px;
}
.toplist-module > li > ul > li {
  border-bottom: 1px solid #E8E8E8;
  display: block;
  line-height: 30px;
  padding: 5px;
}
@supports (display: flex) {
  .toplist-module > li > ul > li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .toplist-module > li > ul > li .athleteMark {
    flex-basis: 5%;
  }
  .toplist-module > li > ul > li .athleteMark.wRank {
    flex-basis: 5%;
  }
  .toplist-module > li > ul > li .athleteLink {
    flex-basis: 60%;
  }
  .toplist-module > li > ul > li .atheleteFlag {
    align-self: flex-start;
    flex-basis: 30%;
  }
}
.toplist-module > li > ul > li .athleteMark {
  color: #000026;
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
  min-width: 50px;
  padding: 0 5px 0 0;
  width: auto;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
@supports (display: flex) {
  .toplist-module > li > ul > li .athleteMark {
    min-width: inherit;
  }
}
.toplist-module > li > ul > li .athleteMark.wRank {
  width: 50px;
}
.toplist-module > li > ul > li .athleteFlag {
  display: inline-block;
  float: right;
  width: auto;
  white-space: nowrap;
}
.toplist-module > li > ul > li .athleteFlag img {
  margin-top: 5px;
}
.about-panel__logo picture,
.about-panel__logo img {
  width: 180px;
}
.about-panel {
  background-color: #FFFFFF;
}
.about-panel .about-logo,
.about-panel .about-description {
  display: block;
  padding: 20px 20px 30px 20px;
}
.about-panel .about-description ul li {
  padding: 4px 7px;
}
.about-panel p:empty {
  display: none;
}
.featured-athlete-links {
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .featured-athlete-links li {
    min-height: 70px;
    height: auto !important;
    height: 70px;
  }
}
.featured-athlete-links li a {
  color: #FFFFFF;
}
.featured-athlete-links li i {
  float: right;
}
.featured-athlete-links li:after {
  display: none !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.padding {
  padding: 20px !important;
}
.padding.partner-logos {
  text-align: center;
}
.padding.partner-logos img {
  margin: auto;
  box-sizing: border-box !important;
  display: block !important;
  height: auto !important;
  width: 180px !important;
  max-width: 180px !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.padding-left {
  padding-left: 20px !important;
}
.athlete-bio {
  font-size: 14px;
}
.athlete-bio hr {
  border-color: #EEE !important;
  margin: 20px 0 !important;
}
.athlete-bio p {
  font-size: 14px;
}
/* home */
._spikesTransparentLogo {
  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(/Assets/Images/layout/_spikes.png) 50% 50% no-repeat #feed01;
  background-color: #feed01 !important;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  padding: 10px 20px !important;
  min-width: 130px;
  background-color: transparent !important;
  background-image: url(/Assets/Images/layout/_spikestransparent.png);
  min-width: 100px !important;
  max-width: 110px !important;
  padding: 0 !important;
}
._spikesTransparentLogo: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 */
}
._spikesTransparentLogo:before {
  content: "";
  height: 25%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
._spikesTransparentLogo > span {
  height: 25%;
  left: 0px;
  top: 0px;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
._spikesTransparentLogo:focus {
  background-color: #feed01 !important;
  background-image: url(/Assets/Images/layout/_spikes.png) !important;
}
.full-width-banner {
  margin-bottom: 20px;
  position: relative;
}
.full-width-banner .container.comp-heading {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  padding-top: 80px;
  position: absolute;
  width: 100%;
  background-color: transparent;
  /*background:@g2c;*/
  /* for non-css3 browsers */
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=@g1c, endColorstr=@g2c);*/
  /* for IE */
  background-image: linear-gradient(to top, #000000, transparent);
  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+ */
}
.full-width-banner .container.comp-heading h1,
.full-width-banner .container.comp-heading label {
  color: #FFFFFF;
}
.full-width-banner .container.comp-heading .col-md-6 {
  padding: 40px !important;
}
@media screen and (max-width: 767px) {
  .full-width-banner .container.comp-heading .col-md-6 {
    padding: 20px !important;
  }
  .full-width-banner .container.comp-heading .col-md-6:nth-child(even) {
    padding-top: 0 !important;
  }
}
.change-year {
  display: block;
  padding-top: 10px !important;
}
.minus-offset h2 {
  display: block;
  margin: 0 -20px 20px;
}
.homelogoarea {
  display: block;
  padding: 10px 0 20px 0px;
  text-align: left;
}
.partners {
  display: block;
  float: right;
  width: 300px !important;
}
.partners li {
  display: none;
  height: auto;
  overflow: hidden;
}
.partners li:first-child {
  display: block;
}
.partners li img {
  max-width: 140px !important;
}
.partners li .patron-logo {
  float: right;
}
.overlayDescription {
  color: #FFFFFF !important;
}
.overlayDescription h4,
.overlayDescription span {
  color: #FFFFFF !important;
}
.athlete-index-intro {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 10px;
}
/* Responsive site elements */
.toplist-module > li {
  display: none;
}
.toplist-module > li:first-child {
  display: block;
}
.bx-viewport .toplist-module > li {
  display: block !important;
}
.anti-doping-report-form.reporting.ar {
  direction: rtl;
}
.anti-doping-report-form.reporting.ar h1:after {
  bottom: 0;
  left: auto;
  right: 2px;
}
.anti-doping-report-form.reporting.ar .nav-tabs li {
  border-left: 1px solid #FFFFFF;
}
@media screen {
  .printHeader {
    display: none;
  }
}
/* Print */
@media print {
  .parallax,
  .printHeader {
    padding-top: 20px;
    display: block !important;
  }
  .col-md-6 > .input-group {
    display: none !important;
  }
  .nav-tabs li {
    color: #000026 !important;
    display: none !important;
    font-size: 20px;
    padding: 0 0 20px 0 !important;
    text-align: left;
  }
  .nav-tabs li.active {
    display: block !important;
  }
  body {
    font-size: 12px !important;
  }
  h2,
  h3,
  h4,
  p,
  a,
  table {
    font-family: Arial, sans-serif !important;
  }
}
.bg--yellow {
  background-color: #f6eb14;
}
.bg--transparent {
  background-color: transparent !important;
}
.back-btn {
  display: inline-block;
  text-decoration: underline;
}
.back-btn:hover {
  text-decoration: none;
}
.bg--white {
  background-color: #fff;
}
.underline {
  text-decoration: underline;
}
.link--overlay {
  position: absolute;
}
.link--overlay-bottom {
  bottom: 40px;
}
.about-description__icons {
  text-align: center;
}
.about-description__link {
  display: inline-block;
  padding: 5px;
}
img.about-description__icon {
  height: 40px;
  width: auto;
}
.dl-banner {
  background-color: #000026;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .dl-banner {
    margin-top: 20px;
  }
}
.dl-banner .iaaf-radio-panel {
  background-color: transparent;
}
.dl-banner .iaaf-radio-panel > .iaaf-radio {
  display: inline-block;
  width: 110px;
}
.dl-banner .iaaf-radio-panel > .schedule-player {
  display: inline-block;
}
@media (max-width: 768px) {
  .dl-banner .iaaf-radio-panel > .schedule-player {
    width: 60%;
  }
}
.comp-heading--ipm .dl-banner {
  padding-bottom: 6px;
}
@supports (display: flex) {
  .dl-banner.dl-banner--was > a {
    align-items: center;
    display: flex;
    width: 100%;
  }
  @media (min-width: 958px) {
    .dl-banner.dl-banner--was > a {
      height: 80px;
    }
  }
  .dl-banner.dl-banner--was .dl-banner__text {
    width: 100%;
  }
  .dl-banner.dl-banner--was .dl-banner__title {
    padding-top: 0;
  }
}
/*.dl-banner__logo {
    float: left;
    padding: 0 0 15px 15px;
    width: 213px;
}*/
.dl-banner__bg {
  position: absolute;
  right: -80px;
  top: 0;
}
@media (max-width: 768px) {
  .dl-banner__bg {
    height: 80px;
    width: auto;
  }
}
.dl-banner--was .dl-banner__bg {
  height: 100%;
  right: -300px;
  width: auto;
}
.dl-banner__title {
  background-color: transparent;
  font-size: 47px;
  line-height: 35px;
  transform: translateY(2px);
  width: 80%;
  width: calc(100% - 85px);
}
.dl-banner__title span {
  color: #fff !important;
  font-size: 24px;
  vertical-align: super;
}
@media (max-width: 930px) {
  .dl-banner__title {
    font-size: 30px;
    transform: translateY(4px);
  }
  .dl-banner__title span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .dl-banner__title {
    font-size: 23px;
    padding-bottom: 0;
    transform: translateY(-5px);
  }
  .dl-banner__title span {
    font-size: 12px;
    transform: translateY(-10px);
  }
}
@media (max-width: 450px) {
  .dl-banner__title {
    font-size: 15px;
  }
  .dl-banner__title span {
    font-size: 9px;
  }
}
@media (max-width: 350px) {
  .dl-banner__title {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  .dl-banner__title span {
    font-size: 8px;
  }
}
.dl-banner--ipm .dl-banner__title {
  width: 100%;
}
.dl-banner--was .dl-banner__title {
  text-shadow: 0 0 2px #000, 0 0 1px #000;
}
.blog--live-updates .dl-banner__title span {
  opacity: 0;
}
.dl-banner__diamond {
  vertical-align: top;
}
@media (max-width: 768px) {
  .dl-banner__diamond {
    height: 40px;
    width: auto;
  }
}
.dl-banner__text {
  position: relative;
}
.dl-banner__text > * {
  display: inline-block;
}
.news-gallery .radio-container {
  float: none;
  padding-left: 20px;
}
.news-gallery .schedule {
  padding-bottom: 10px;
}
.awards-lg {
  padding: 1.7em 0;
  color: #ffffff;
  font-family: Din, Arial, serif;
  text-align: right;
  margin-right: 15px;
  font-size: 1.2em;
  float: right;
  width: 40%;
}
.awards-lg a {
  padding: 0.4em 0.4em 0.4em 1.2em;
}
.awards-lg img {
  border: 1px solid #a1b6bd;
}
.awards-lg .pre-awards a {
  padding: 0.4em 0.4em 0.4em 1.3em;
  color: #ffffff !important;
  font-size: 33px;
}
.event__social-links {
  margin-left: 20px;
  padding: 0;
  text-align: center;
}
.event__social-links > a {
  text-decoration: none;
}
.event__social-links > a:not(:last-child) {
  margin-right: 20px;
}
.news-live__social-link {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}
@supports (display: flex) {
  .news-live__social-link {
    align-items: center;
    display: inline-flex;
    justify-content: center;
  }
}
.news-live__social-link:hover {
  color: #fff;
}
.news-live__social-link > * {
  display: inline-block;
  vertical-align: middle;
}
.news-live__social-link i {
  color: #fff;
  font-size: 35px;
  margin-right: 5px;
}
@media (max-width: 780px) {
  .news-live__social-link i {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .news-live__social-link i {
    font-size: 20px;
  }
}
.news-live__social-link span {
  font-size: 30px;
  padding: 4px 0 0 5px;
}
@media (max-width: 780px) {
  .news-live__social-link span {
    font-size: 23px;
  }
}
@media (max-width: 450px) {
  .news-live__social-link span {
    font-size: 15px;
  }
}
.banner__bottom .news-live__social-link a {
  justify-content: left;
}
.wit__cities {
  color: #fff;
  padding: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 780px) {
  .wit__cities {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .wit__cities {
    font-size: 13px;
    padding: 5px 10px;
  }
}
.active-city {
  color: #08c591;
}
.news-live-wrapper {
  overflow: visible !important;
}
.news-live__sidebar {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.news-live__sidebar .panel-group {
  margin-bottom: 0 !important;
}
.pos--stick {
  position: sticky;
  top: 0;
}
.ajax-loading-bar {
  display: block;
  height: 50px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
.pace-running .loading-zone {
  opacity: 0.5;
  pointer-events: none;
}
.nav-tabs--athlete {
  display: block;
  overflow: auto;
}
@media (max-width: 585px) {
  .nav-tabs--athlete {
    display: none;
  }
}
.responsive-table-wrapper {
  overflow: auto;
  width: 100%;
}
.responsive-table-wrapper table {
  min-width: 600px;
}
@media (max-width: 650px) {
  .container:not(.spikes) > .media-grid#masonry > * {
    float: none;
    width: 100%;
  }
}
.tabs-to-select {
  display: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 585px) {
  .tabs-to-select {
    display: block;
  }
}
.tabs-to-select:after {
  content: '\f078';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.tabs-to-select.show-select-items:after {
  top: 13px;
  transform: rotate(180deg);
}
.select-item {
  background-color: #f7f7f7;
  display: none !important;
}
.select-item.active,
.show-select-items .select-item {
  display: block !important;
}
.select-item.active {
  background-color: #eee;
}
.show-select-items .select-item {
  border-bottom: 1px solid #000026;
}
.athleteTooltip {
  font-size: 18px;
  padding: 5px;
}
.athleteTooltip .dkBlue:not(.result) {
  margin-right: 5px;
}
.athleteTooltip .venue {
  white-space: nowrap;
}
.athleteTooltip .result {
  display: block;
}
.profile__latest-active-season {
  background-color: transparent;
  color: #000;
}
.athlete__details {
  overflow: visible !important;
}
._label--athlete-id {
  position: absolute;
  top: 15px;
  right: 0;
}
@media (max-width: 768px) {
  ._label--athlete-id {
    top: 10px;
  }
}
.title--athlete-representative {
  font-size: 17px;
}
.title--athlete-representative a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.title--athlete-representative a:focus {
  text-decoration: none;
}
.results-filters {
  padding: 10px;
}
.results-filters > * {
  display: inline-block;
  margin-right: 5px;
  width: auto;
}
.results-filters > *:first-child {
  text-transform: uppercase;
}
.results-filters select {
  min-width: 120px;
}
.loading-bar-wrapper {
  position: relative;
}
.loading-bar-wrapper > * {
  position: absolute;
  width: 100%;
}
.results-wrapper {
  margin-bottom: 20px;
}
.pace-running .results-wrapper {
  opacity: 0.5;
}
.modal-loader {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 100%;
  transition: opacity 0.35s ease-out;
  width: 100%;
  z-index: 9999999999999;
}
@supports (pointer-events: none) {
  .modal-loader {
    top: 0%;
    pointer-events: none;
  }
}
.loading-modal ~ .modal-loader {
  opacity: 1 !important;
  top: 0;
}
.modal-loader__inner {
  height: 80px;
  position: absolute;
  top: 10%;
  transform: scale(0.7);
  width: 100%;
}
.modal-loader__inner::before,
.modal-loader__inner::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  border: 5px solid #fff;
  border-radius: 50%;
  content: '';
}
.modal-loader__inner::before {
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-right-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
  -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite;
  animation: pace-theme-corner-indicator-spin 3s linear infinite;
}
.modal-loader__inner::after {
  bottom: 50px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite;
  animation: pace-theme-corner-indicator-spin 1s linear infinite;
}
@-webkit-keyframes pace-theme-corner-indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes pace-theme-corner-indicator-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.comp-results__header {
  margin-bottom: 20px;
  padding: 0 15px;
}
.input-group--comp-results {
  display: block;
}
.comp-results-form__item:after {
  clear: both;
  content: '';
  display: table;
}
.comp-results-form__item .field-validation-error {
  color: red;
}
.validation-block .field-validation-error {
  padding: 15px;
}
.form__dates .form__date {
  float: left;
  width: 47%;
  width: calc(100% / 2 - 10px);
}
.form__dates .form__date:first-child {
  margin-right: 20px;
}
.form__item label {
  display: block;
}
.form__date label {
  display: block;
}
.upload-label > * {
  display: inline-block !important;
  vertical-align: middle;
}
.recaptchatable {
  width: 100%;
}
.comp-results__submit {
  margin-top: 20px;
}
.comp-results-form__email {
  margin-bottom: 20px;
}
.required {
  position: relative;
}
.required:before {
  color: red;
  content: '*';
  left: -5px;
  position: absolute;
  top: -5px;
}
.form--grey {
  background-color: #ededed;
  padding: 20px 5px;
}
.form--grey .form-group:last-child {
  margin-bottom: 0;
}
.form--grey .form-control[type=text] {
  padding-left: 10px;
  padding-right: 10px;
}
.form--grey input[type=submit] {
  font-family: Din, Arial, sans-serif;
  margin-left: auto;
  margin-right: 0;
  max-width: 200px;
}
.form--grey input[type=submit]:active {
  box-shadow: inset 0px 1px 18px 1px rgba(0, 0, 0, 0.4);
}
.form--sign-up {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .form--sign-up {
    padding: 0;
  }
}
.form--heritage input {
  max-width: 450px;
}
.title--form {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .title--form {
    padding: 0;
  }
}
.form__item.has-icon {
  position: relative;
}
.form__item.has-icon input {
  padding-left: 35px;
}
.form__item__input {
  position: relative;
}
.form__item__label {
  font-size: 20px;
}
.form__radio-button > * {
  display: inline-block;
}
.form__item--sign-up .form__radio-button {
  display: inline-block;
  margin-right: 20px;
}
.radio-button__input {
  margin-right: 5px;
}
.radio-button__input input {
  padding: 10px;
}
.radio-button__label {
  display: inline-block !important;
}
.form__item__inner--checkbox {
  align-items: normal;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.form__item__inner--checkbox > * {
  display: inline-block;
  padding-right: 10px;
}
.form__item__instructions--checkbox {
  max-width: 400px;
}
.form--heritage .form__item__instructions--checkbox {
  max-width: 500px;
}
.validation-block {
  color: red;
}
.validation-block .field-validation-error {
  display: block;
  padding: 10px 0;
}
.form__item__instructions a {
  text-decoration: underline;
}
.form__item__instructions a:hover {
  text-decoration: none;
}
.multiple-checkbox__item {
  text-transform: uppercase;
}
.form--heritage .form__submit-fields {
  margin-top: 20px;
}
.form--sign-up-default .form__submit-fields > * {
  float: right;
}
.btn--submit {
  max-width: 210px;
}
.form__item--inline-label {
  align-items: center;
  display: flex;
}
.form__item--inline-label .form__item__label {
  margin-bottom: 0;
  margin-right: 20px;
  min-width: 115px;
}
.form__item--inline-label .form__item__inner {
  flex: 1;
}
.form__item--inline-label.has-error {
  padding-top: 40px;
  position: relative;
}
.form__item--inline-label.has-error .validation-block {
  left: 0;
  position: absolute;
  top: 0;
}
.form__item__icon {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.form__item__icon i {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: inline-block;
  position: absolute;
}
.necessary .form__item__label:after {
  color: #e32;
  content: ' *';
  display: inline;
}
.necessary .no-label .form__item__input {
  position: relative;
}
.necessary .no-label .form__item__input:after {
  color: #e32;
  content: ' *';
  display: inline;
}
.necessary .no-label .form__item__input:after {
  position: absolute;
  right: 0;
  bottom: 100%;
}
.site-container--heritage-sign-up .column-layout__header {
  width: 100%;
}
.site-container--heritage-sign-up .column-layout__header *:not(h1) {
  margin-left: 0;
  max-width: 600px;
}
.tickets-main-img__link {
  font-size: 3rem;
  left: 50%;
  padding: 6px 40px 0;
  transform: translateX(-50%);
  width: auto;
}
.tickets-sidebar__register-link {
  font-size: 3.2rem;
  margin-top: 20px;
  padding: 10px 10px 5px;
  white-space: normal;
  width: 100%;
}
.template-1__body {
  position: relative;
}
.road-events__links {
  font-size: 1.5rem;
  list-style: none;
  margin: 0 0 20px !important;
  padding-left: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media (min-width: 767px) {
  .road-events__links {
    display: flex;
    position: sticky;
    top: 41px;
  }
  .road-events__links li {
    flex: 1;
  }
}
.road-events__link {
  background-color: #ededed;
  display: block;
  padding: 13.33333333px 13.33333333px;
}
.road-events__link:hover {
  background-color: #000026;
  color: #fff;
}
.road-events__title {
  background-color: transparent;
  color: #000026;
  font-size: 4rem;
  line-height: 1;
}
.road-events__title {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.toplists-wrapper {
  overflow: hidden;
  position: relative;
}
@media (max-width: 700px) {
  .toplists__title {
    margin-bottom: 60px;
  }
}
.toplists-filters-wrapper {
  padding-top: 0 !important;
}
.toplists-filters__tab {
  background-color: #e9e9e9;
  bottom: 100%;
  cursor: pointer;
  text-transform: uppercase;
  max-width: 300px;
  padding: 10px 40px;
  position: absolute;
  right: 20px;
  width: 87%;
  width: calc(100% - 40px);
}
.toplists-filters__tab .chevron {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 12px;
}
.toplists-filters__inner {
  background-color: #ededed;
}
.toplists-filters__inner.collapse:not(.in) + .toplists-filters__tab .chevron {
  top: 13px;
  transform: rotate(180deg);
}
.toplists__standard {
  background-color: #ededed;
  margin-top: 10px;
  padding: 10px 40px;
  text-align: right;
}
.standard__text {
  margin: 0;
}
.toplists-filters__title {
  text-transform: uppercase;
}
.toplists-filters__padding {
  position: relative;
}
.nav-tabs.nav-results.toplists__results-btns {
  border-radius: 0;
}
@media (min-width: 1024px) {
  .nav-tabs.nav-results.toplists__results-btns {
    bottom: 20px;
    display: block;
    position: absolute;
    right: 20px;
    width: 31%;
  }
  .nav-tabs.nav-results.toplists__results-btns > * {
    float: left;
    width: 50%;
  }
}
.table-wrapper {
  overflow: auto;
  width: 100%;
}
.table-wrapper .records-table {
  min-width: 700px;
}
.pace-running #toplists {
  opacity: 0.4;
}
.toplist-filters-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.top-list-filter__item {
  display: block;
  padding: 2.5px 5px;
}
.top-list-filter__item input {
  display: block;
  width: 100%;
}
@media (min-width: 1000px) {
  .top-list-filter__item[for=firstDay],
  .top-list-filter__item[for=lastDay] {
    display: inline-block;
    width: 50%;
  }
}
.filter--hide {
  display: none;
}
.top-list-filter {
  text-transform: capitalize;
  color: black!important;
}
.toplist-pagination,
.measurement-pagination,
.container--pagination {
  padding: 0 10px;
  text-align: center;
}
.container--pagination__inner {
  display: inline-block;
  position: relative;
}
a.btn--pagination {
  display: inline-block;
  padding: 10px 2px 10px 0;
  text-align: center;
  width: 35px;
}
@media (max-width: 600px) {
  a.btn--pagination {
    padding: 7px 2px 7px 0;
    width: 30px;
  }
}
a.btn--pagination.pagination--current {
  background-color: red;
  color: #fff;
}
a.btn--pagination:active,
a.btn--pagination:hover {
  background-color: #31314f;
  color: #fff;
}
a.btn--number {
  display: none;
}
a.btn--number.pag--show {
  display: inline-block;
}
a.pag--end {
  display: inline-block;
}
.pagination__input,
input[type=text].pagination__input {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  width: 15%;
}
.pagination__input input,
input[type=text].pagination__input input {
  text-align: center;
  max-width: 100%;
}
.pagination__ellipsis {
  display: inline-block;
  padding: 10px;
}
.pag-control {
  position: absolute;
  top: 0;
}
.btn--pag-first {
  left: -70px;
}
.btn--pag-prev {
  left: -35px;
}
.btn--pag-last {
  right: -70px;
}
.btn--pag-next {
  right: -35px;
}
@media (max-width: 1024px) {
  .container--pagination__inner {
    display: block;
  }
  .btn--pag-first {
    left: 0;
  }
  .btn--pag-prev {
    left: 30px;
  }
  .btn--pag-last {
    right: 0;
  }
  .btn--pag-next {
    right: 30px;
  }
}
/*!
 * Pikaday
 * Copyright � 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 318px;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 100%;
  padding: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.28571429%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.athletepopup__team-members {
  width: 100%;
}
*[type=button] {
  cursor: pointer;
}
.athletepopup--toplist,
.modal--ranking-points,
.modal--measurer-detail,
.modal--competition-ranking-score {
  padding: 10px;
}
.modal-backdrop.in {
  position: fixed;
}
.modal--ranking-points,
.modal--measurer-detail,
.modal--competition-ranking-score {
  max-width: 900px !important;
}
.modal--ranking-points .modal-content,
.modal--measurer-detail .modal-content,
.modal--competition-ranking-score .modal-content {
  max-width: 900px !important;
}
.modal--ranking-points .modal-body,
.modal--measurer-detail .modal-body,
.modal--competition-ranking-score .modal-body {
  max-width: 100%;
  overflow: auto;
  position: relative;
}
.modal--ranking-points table th,
.modal--measurer-detail table th,
.modal--competition-ranking-score table th,
.modal--ranking-points table td,
.modal--measurer-detail table td,
.modal--competition-ranking-score table td {
  white-space: nowrap;
}
.modal--ranking-points table th,
.modal--measurer-detail table th,
.modal--competition-ranking-score table th {
  display: table-cell;
}
.modal--ranking-points h3,
.modal--measurer-detail h3,
.modal--competition-ranking-score h3 {
  background-color: transparent;
  color: #fff;
  padding: 10px 10px 5px;
}
.modal-footer--rank-points {
  color: #fff;
  position: relative;
}
@media (min-width: 700px) {
  .rank-points__athlete-btn {
    position: absolute;
    left: 20px;
    max-width: 200px;
    top: 20px;
  }
}
.table-row--hover:hover {
  background-color: #000026 !important;
  color: #fff;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #ff2534;
  position: absolute;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff2534, 0 0 5px #ff2534;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ff2534;
  border-left-color: #ff2534;
  border-radius: 10px;
  animation: pace-spinner 400ms linear infinite;
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.awards {
  padding-bottom: 2em;
}
.awards picture img {
  width: auto !important;
}
.awards .dl-banner__title {
  display: none;
}
.awards .awards-logo {
  padding: 1.5em;
  float: left;
  text-align: right;
}
.awards .schedule {
  display: none;
}
.awards .iaaf-radio-panel {
  width: 95%;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .awards .iaaf-radio-panel {
    width: 90%;
  }
}
.awards .iaaf-radio-panel .iaaf-radio.awards-radio {
  overflow: auto;
  color: #000000;
  padding-bottom: 0.4em;
  margin-right: 15px;
  width: 100% !important;
}
.awards .iaaf-radio-panel .iaaf-radio.awards-radio a {
  color: #ffffff;
}
.awards .iaaf-radio-panel .iaaf-radio.awards-radio .schedule {
  padding: 0.7em 0;
  text-align: right;
}
.awards .iaaf-radio-panel .iaaf-radio.awards-radio .schedule a {
  color: #9bb1b6;
}
.awards .iaaf-radio-panel .iaaf-radio.awards-radio .radiopopup {
  padding: 0.4em 0;
  float: right;
}
.awards .iaaf-radio-panel .iaaf-radio.awards-radio h2 {
  padding: 0.7em 0;
  background-color: transparent;
  /*float: left;
         width: 50%;*/
}
@media (max-width: 768px) {
  .awards .iaaf-radio-panel .iaaf-radio.awards-radio h2 {
    width: 50%;
  }
}
.awards .dl-banner {
  background: url('/Areas/Awards/Assets/Images/bg.png') 80% 0 no-repeat #0b0b0b;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.awards .dl-banner .dl-banner__title {
  background-color: transparent;
  font-size: 47px;
  line-height: 35px;
  transform: translateY(2px);
  width: 60%;
}
.awards .dl-banner h2 {
  background-color: #0b0b0b;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 0.4em;
  margin: 0;
  text-transform: uppercase;
}
.awards .comp-header-override header hgroup .outer-nav .topnav-acc-dropdown li.parent-link:hover a.anchor-link,
.awards .comp-header-override header hgroup .outer-nav .topnav-acc-dropdown li.parent-link a.current,
.awards .comp-header-override header hgroup .outer-nav .topnav-acc-dropdown li.opened a {
  background-color: #839fa8;
}
.awards .awards-lg {
  padding: 1.7em 0;
  color: #ffffff;
  font-family: Din, Arial, serif;
  text-align: right;
  margin-right: 15px;
  font-size: 1.2em;
  float: right;
  width: 40%;
}
.awards .awards-lg a {
  padding: 0.4em 0.4em 0.4em 1.2em;
}
.awards .awards-lg img {
  border: 1px solid #a1b6bd;
}
.awards .awards-lg .pre-awards a {
  padding: 0.4em 0.4em 0.4em 1.3em;
  color: #ffffff !important;
  font-size: 30px;
}
.awards .banner__bottom {
  padding: 2em 0 0 0;
  width: 40%;
  float: right;
}
@media (max-width: 520px) {
  .awards .awards-lg,
  .awards .banner__bottom {
    width: 95%;
    float: none;
    text-align: right;
  }
  .awards .awards-lg b,
  .awards .banner__bottom b {
    display: block;
  }
  .awards .awards-lg span a,
  .awards .banner__bottom span a {
    padding: 1em;
  }
  .awards .awards-logo {
    padding: 0.4em 1em;
    float: left;
    text-align: right;
  }
  .awards .awards-logo img {
    width: 80%;
    height: auto;
  }
}
.sso-plugandplay {
  position: absolute;
  right: 50px;
  top: 20px;
}
.sso-plugandplay input {
  padding-right: 20px;
}
/* Reskin August 2019 Colors*/
/* Primary Colors */
/* Accent colors */
/* Grayscale */
body.body--reskin .btn.btn-normal {
  background-color: #FF873C !important;
  border-radius: 0;
}
body.body--reskin .btn--pagination {
  padding: 6px 4px;
}
body.body--reskin .btn--pagination.pagination--current {
  background-color: #FF873C;
}
body.body--reskin .btn--pagination:hover,
body.body--reskin .btn--pagination:focus {
  background-color: #262626;
}
body.body--reskin .btn.btn-lg {
  font-weight: bold;
  text-transform: none;
}
body.body--reskin .btn.btn-orange {
  background-color: #FF873C;
  color: #262626;
}
body.body--reskin .pag-control {
  position: relative;
}
@media (min-width: 768px) {
  body.body--reskin .pag-control {
    top: 50%;
    margin-top: -17px;
  }
}
body.body--reskin .clickForMore {
  text-align: right;
  padding-right: 10px;
}
body.body--reskin .clickForMore > a {
  font-weight: bold;
  font-size: 16px;
  background-color: #BD94FF;
  color: #262626;
  border-radius: 0;
  display: inline-block;
  padding: 10px 20px;
  text-transform: initial;
  max-width: 100%;
  width: auto;
  text-align: right;
  padding: 10px;
}
body.body--reskin .clickForMore > a .fa {
  color: #262626;
}
body.body--reskin .clickForMore > a:hover {
  background-color: #9e61ff;
}
@media (min-width: 768px) {
  body.body--reskin .clickForMore {
    padding-right: 20px;
  }
  body.body--reskin .clickForMore > a {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  body.body--reskin .clickForMore {
    padding-right: 0;
  }
}
body.body--reskin h2 > a.block-link,
body.body--reskin h2 > button.block-link {
  background-color: transparent;
}
/* Fonts */
@font-face {
  font-family: 'World Athletics';
  src: url('../Font/WorldAthletics/WorldAthleticsHeadline.eot');
  src: url('../Font/WorldAthletics/WorldAthleticsHeadline.eot?#iefix') format('embedded-opentype'), url('../Font/WorldAthletics/WorldAthleticsHeadline.woff2') format('woff2'), url('../Font/WorldAthletics/WorldAthleticsHeadline.woff') format('woff'), url('../Font/WorldAthletics/WorldAthleticsHeadline.ttf') format('truetype'), url('../Font/WorldAthletics/WorldAthleticsHeadline.svg#WorldAthleticsHeadline') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'World Athletics';
  src: url('../Font/WorldAthletics/WorldAthletics-Bold.eot');
  src: url('../Font/WorldAthletics/WorldAthletics-Bold.eot?#iefix') format('embedded-opentype'), url('../Font/WorldAthletics/WorldAthletics-Bold.woff2') format('woff2'), url('../Font/WorldAthletics/WorldAthletics-Bold.woff') format('woff'), url('../Font/WorldAthletics/WorldAthletics-Bold.ttf') format('truetype'), url('../Font/WorldAthletics/WorldAthletics-Bold.svg#WorldAthletics-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'World Athletics';
  src: url('../Font/WorldAthletics/WorldAthletics-Regular.eot');
  src: url('../Font/WorldAthletics/WorldAthletics-Regular.eot?#iefix') format('embedded-opentype'), url('../Font/WorldAthletics/WorldAthletics-Regular.woff2') format('woff2'), url('../Font/WorldAthletics/WorldAthletics-Regular.woff') format('woff'), url('../Font/WorldAthletics/WorldAthletics-Regular.ttf') format('truetype'), url('../Font/WorldAthletics/WorldAthletics-Regular.svg#WorldAthletics-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body.body--reskin select,
body.body--reskin textarea,
body.body--reskin input:not([type="submit"]),
body.body--reskin .btn-group > button.dropdown-toggle {
  border: 1px solid #818181;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0;
}
body.body--reskin .form-control {
  padding: 6px;
  color: #262626;
}
body.body--reskin label {
  font-size: 14px;
}
body.body--reskin select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0;
  /* Firefox 1-3.6 */
  border-radius: 0;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 50 62.5' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon points='48.707,13.853 47.293,12.44 25,34.732 2.707,12.44 1.293,13.853 25,37.56 '/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8em top 60%;
  background-size: 1.2em auto;
  background-color: #fff;
}
body.body--reskin .records-table {
  line-height: 20px;
  font-size: 13px;
  background-color: #262626;
}
body.body--reskin .records-table.dark tr:nth-child(even) {
  background-color: #F3F3F3;
}
body.body--reskin .records-table.dark tr td a {
  color: #262626;
}
body.body--reskin .records-table th {
  background-color: #262626;
  color: #fff;
  font-size: 14px;
}
body.body--reskin .records-table tr {
  background-color: #fff;
}
body.body--reskin .records-table tr:nth-child(even) {
  background-color: #F3F3F3;
}
body.body--reskin .records-table tr:nth-child(odd) {
  background-color: #fff;
}
body.body--reskin .records-table tr > th {
  text-transform: initial;
}
body.body--reskin .records-table tr > td,
body.body--reskin .records-table tr > th {
  vertical-align: middle;
  padding: 8px 10px;
}
body.body--reskin .records-table tr td {
  color: #262626;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body.body--reskin .records-table tr td[data-th]:before {
    font-weight: bold;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 1.5;
  }
}
body.body--reskin .records-table tr td .arrow {
  margin-left: 5px;
}
body.body--reskin button[data-toggle="tooltip"] {
  background-color: initial;
}
body.body--reskin .tab-mobile-navigation {
  background-color: #FF873C;
}
body.body--reskin .table-header {
  background-color: #262626;
}
body.body--reskin .table-header h2 {
  color: #fff;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 20px;
}
body.body--reskin .table-header h2.rules {
  background-color: #262626;
}
body.body--reskin .table-header h2 span {
  color: #FF873C;
  /*margin-left: 15px;*/
}
@media (max-width: 767px) {
  body.body--reskin .table-header h2 {
    padding: 10px;
  }
  body.body--reskin .table-header h2 span {
    margin-left: 0;
  }
}
body.body--reskin .table-header + .table-header,
body.body--reskin .table-header + .table-group {
  margin-top: 1px;
}
body.body--reskin .table-header + .panel-group {
  margin-top: 0;
}
body.body--reskin .table-header + .panel-group > .panel {
  margin: 0 !important;
}
body.body--reskin .table-header + .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
body.body--reskin .table-header > ul {
  vertical-align: top;
  text-align: right;
}
body.body--reskin .table-header > ul,
body.body--reskin .table-header > ul li {
  background-color: inherit;
}
body.body--reskin .table-header > ul > span,
body.body--reskin .table-header > ul li > span {
  padding-top: 12px;
}
body.body--reskin .table-header > ul a:hover,
body.body--reskin .table-header > ul li a:hover {
  opacity: 0.85;
}
body.body--reskin .table-header > ul > li > a {
  padding: 11px 10px;
}
body.body--reskin table.records-table.clickable > tbody tr.active,
body.body--reskin table.records-table.clickable > tbody tr:hover,
body.body--reskin table.records-table.clickable > tbody tr.active th,
body.body--reskin table.records-table.clickable > tbody tr:hover th,
body.body--reskin table.records-table.clickable > tbody tr.active td,
body.body--reskin table.records-table.clickable > tbody tr:hover td,
body.body--reskin table.records-table.clickable > tbody tr.active a,
body.body--reskin table.records-table.clickable > tbody tr:hover a,
body.body--reskin table.records-table.clickable > tbody tr.active span,
body.body--reskin table.records-table.clickable > tbody tr:hover span {
  background-color: #FF873C !important;
  color: #262626 !important;
}
body.body--reskin ul.seiko {
  vertical-align: middle;
  background-color: #FF873C !important;
}
body.body--reskin ul.seiko .seiko-reference {
  background-image: url(../../../Assets/Images/seiko.svg);
  width: 83px;
  height: 16px;
}
body.body--reskin ul.seiko .seiko-reference img {
  display: none;
}
body.body--reskin ul.seiko > li {
  text-transform: unset;
  font-weight: bold;
}
body.body--reskin ul.seiko > li,
body.body--reskin ul.seiko > li > a,
body.body--reskin ul.seiko > li > a .fa {
  color: #262626;
}
@media (min-width: 768px) {
  body.body--reskin ul.seiko {
    width: 45%;
  }
}
body.body--reskin .table-responsive {
  margin-bottom: 0;
  border: 0;
}
body.body--reskin .modal hr {
  border-color: #fff;
}
body.body--reskin .modal .btn {
  background-color: #FF873C;
  color: #262626;
}
body.body--reskin .modal .modal-dialog .modal-content {
  border-radius: 0;
}
body.body--reskin .modal .modal-dialog .modal-content,
body.body--reskin .modal .modal-dialog .modal-content > .modal-body.athlete,
body.body--reskin .modal .modal-dialog .modal-content > .modal-header {
  background-color: #262626;
}
body.body--reskin .modal .modal-dialog .modal-content > .modal-header {
  position: relative;
  padding-right: 35px;
}
body.body--reskin .modal .modal-dialog .modal-content > .modal-header + .modal-body {
  border-top: 1px solid #fff;
}
body.body--reskin .modal .modal-dialog .modal-content > .modal-header .close {
  position: absolute;
  right: 0;
  top: 3px;
}
body.body--reskin .modal .modal-dialog .modal-content > .modal-header h2 {
  color: #fff;
  padding-top: 2px;
}
body.body--reskin .modal .modal-dialog .modal-content > .modal-header h2#mediaLabel {
  float: none;
}
body.body--reskin .modal .modal-dialog .modal-content > .modal-header h2#mediaLabel > span {
  color: #FF873C;
  margin-left: 5px;
}
body.body--reskin .modal table.records-table > thead._alt {
  background-color: #F3F3F3;
}
body.body--reskin .modal table.records-table.clickable > tbody tr.active,
body.body--reskin .modal table.records-table.clickable > tbody tr:hover {
  background-color: #F3F3F3 !important;
}
body.body--reskin .modal table.records-table.dark > tbody > tr {
  background-color: #fff;
}
body.body--reskin .modal table.records-table.dark > tbody > tr:nth-child(even) {
  background-color: #F7F7F7;
}
body.body--reskin .modal table.records-table + hr {
  display: none;
}
body.body--reskin.records .modal .btn {
  background-color: #BD94FF;
}
body.body--reskin {
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
body.body--reskin h1,
body.body--reskin h2,
body.body--reskin h3,
body.body--reskin h4,
body.body--reskin h5,
body.body--reskin h6,
body.body--reskin p,
body.body--reskin discipline,
body.body--reskin label,
body.body--reskin input,
body.body--reskin table.records-table,
body.body--reskin header,
body.body--reskin .container.comp-heading > .col-md-6 > article {
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  text-transform: initial;
}
body.body--reskin label {
  font-weight: bold;
}
body.body--reskin .toplist-filters-wrapper label {
  color: white;
}
body.body--reskin h1 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.33;
  position: relative;
  color: #262626;
}
body.body--reskin h1:after {
  content: '';
  background-color: initial;
  position: absolute;
  bottom: 10px;
  width: 120px;
  height: 1px;
  left: 0;
}
@media (min-width: 768px) {
  body.body--reskin h1 {
    font-size: 42px;
    line-height: 44px;
    margin-bottom: 10px;
  }
  body.body--reskin h1:after {
    bottom: 0;
    width: 180px;
  }
}
body.body--reskin h1.underlined:after {
  background-color: #69D7E1;
}
body.body--reskin h2 {
  font-size: 20px;
  background-color: initial;
  color: #262626;
  font-weight: bold;
  line-height: 1.33;
  padding: 0 10px;
}
@media (min-width: 768px) {
  body.body--reskin h2 {
    padding: 0 20px;
  }
}
body.body--reskin h2#mediaLabel {
  font-family: "World Athletics", Helvetica, Arial, sans-serif !important;
}
body.body--reskin h2._alt {
  padding: 0;
}
body.body--reskin h2._alt a {
  text-decoration: none;
  display: block;
}
body.body--reskin h2#mediaLabel {
  color: #fff;
}
body.body--reskin h2.alt {
  border-bottom: 1px solid #fff;
}
body.body--reskin h2.alt a.block-link {
  display: none;
}
body.body--reskin .about-panel h2,
body.body--reskin h2._alt a,
body.body--reskin h2.alt {
  padding: 9px 10px;
  font-size: 20px;
  background-color: #281E37;
  color: #fff;
  font-weight: bold;
  line-height: 1.33;
}
@media (min-width: 768px) {
  body.body--reskin .about-panel h2,
  body.body--reskin h2._alt a,
  body.body--reskin h2.alt {
    padding: 9px 20px;
  }
}
body.body--reskin h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  padding-top: 0;
}
body.body--reskin h4 {
  font-size: 16px;
  font-weight: bold;
}
body.body--reskin p {
  font-size: 14px;
  line-height: 24px;
}
body.body--reskin p > strong {
  font-weight: bold;
}
body.body--reskin p:last-child {
  margin-bottom: 0;
}
body.body--reskin .strong {
  font-weight: 800;
}
body.body--reskin a {
  color: #173032;
}
body.body--reskin span._label {
  font-size: 14px;
}
body.body--reskin span._label.date,
body.body--reskin span._label.meta,
body.body--reskin span._label.type {
  font-weight: bold;
}
body.body--reskin span._label.type {
  color: #FF873C !important;
}
body.body--reskin .text-warning {
  color: #FF873C;
}
body.body--reskin .nowrap {
  white-space: nowrap;
}
body.body--reskin #masonry > li:nth-child(even) {
  background-color: initial;
}
body.body--reskin #masonry > li:hover {
  background-color: #F3F3F3;
}
body.body--reskin #masonry > li span {
  font-size: 14px;
  padding: 10px 10px 0;
  color: #262626 !important;
}
body.body--reskin #masonry > li span .fa {
  display: none;
}
body.body--reskin #masonry > li span .date,
body.body--reskin #masonry > li span .type {
  font-weight: bold;
}
body.body--reskin #masonry > li .truncate {
  padding-top: 5px;
  font-weight: normal;
}
@media (min-width: 768px) {
  body.body--reskin #masonry > li span .date,
  body.body--reskin #masonry > li span .type {
    line-height: 14px;
  }
  body.body--reskin #masonry > li span .date {
    padding-right: 7px !important;
    border-right: 1px solid #262626;
  }
  body.body--reskin #masonry > li span .type {
    padding-left: 7px !important;
  }
}
@media (max-width: 767px) {
  body.body--reskin #masonry > li {
    margin-bottom: 10px;
  }
  body.body--reskin #masonry > li span {
    padding: 0 10px;
  }
  body.body--reskin #masonry > li > a > span {
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  body.body--reskin .prev-next ._label .date,
  body.body--reskin .prev-next ._label .type {
    line-height: 14px;
  }
  body.body--reskin .prev-next ._label.date {
    padding-right: 7px !important;
    border-right: 1px solid #262626;
  }
  body.body--reskin .prev-next ._label.type {
    padding-left: 7px !important;
  }
}
body.body--reskin span._label > span {
  color: #262626 !important;
}
body.body--reskin .nav-tabs > li a {
  font-size: 18px;
  text-transform: initial;
  height: inherit;
  padding: 10px !important;
  line-height: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  body.body--reskin .nav-tabs > li a {
    font-size: 20px;
  }
}
body.body--reskin .nav-tabs > li.active a {
  background-color: #262626;
  color: #fff !important;
}
body.body--reskin .nav-tabs.nav-comp.nav {
  border-top: 1px solid #fff !important;
}
body.body--reskin .nav-tabs.nav-comp.nav > li {
  border-left-color: #fff;
}
body.body--reskin .nav-tabs.nav-comp.nav > li > a {
  background-color: #262626;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 10px !important;
}
body.body--reskin .nav-tabs.nav-comp.nav > li > a > span {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08px;
}
body.body--reskin .nav-tabs.nav-comp.nav > li:focus a,
body.body--reskin .nav-tabs.nav-comp.nav > li:hover a {
  background-color: #404040;
  color: #fff !important;
}
body.body--reskin .nav-tabs.nav-comp.nav > li.active a {
  background-color: #FF873C !important;
  color: #3B1F11 !important;
}
body.body--reskin .nav-tabs.nav-comp.nav > li.active a > span {
  color: #000 !important;
}
body.body--reskin .nav-tabs.nav-results {
  border-radius: 0;
}
body.body--reskin .nav-tabs.nav-results > li > a {
  font-size: 18px;
  font-weight: bold;
}
body.body--reskin .nav-tabs.nav-results > li.active a {
  background-color: #262626 !important;
}
@media (min-width: 768px) {
  body.body--reskin .nav-tabs.nav-results > li > a {
    padding: 15px 10px !important;
    font-size: 20px;
  }
}
body.body--reskin .nav-tabs.dark li > a {
  background-color: #F3F3F3;
}
body.body--reskin .nav-justified > li > a {
  border-radius: 0;
}
body.body--reskin .sso-footer-container {
  margin-top: 0;
  background-color: #281E37;
}
body.body--reskin .sso-footer-container > .container {
  max-width: 1400px;
}
body.body--reskin .sso-footer-container .sso-footer-links {
  padding: 20px 0;
}
@media (min-width: 768px) {
  body.body--reskin .sso-footer-container .sso-footer-links {
    padding: 40px 0;
  }
}
body.body--reskin .sso-footer-container .footer-logo-container a {
  background-image: url('../../Images/logos/world-athletics-logo-dark.png');
  background-size: contain;
  width: 190px;
  height: 46px;
  display: block;
}
body.body--reskin .sso-footer-container .footer-logo-container > div,
body.body--reskin .sso-footer-container .footer-logo-container > a img {
  display: none;
}
@media (min-width: 992px) {
  body.body--reskin .sso-footer-container .footer-logo-container a {
    width: 270px;
    height: 66px;
  }
}
body.body--reskin .sso-footer-container .sso-link-header,
body.body--reskin .sso-footer-container .sso-link-row {
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
body.body--reskin .sso-footer-container .sso-link-header {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
body.body--reskin .sso-footer-container .sso-link-header:after {
  content: '';
  position: absolute;
  width: 179px;
  height: 1px;
  background-color: #B2ADAD;
  bottom: -5px;
  left: 0;
}
body.body--reskin .sso-footer-container .sso-link-row {
  display: none;
  list-style-type: none !important;
}
body.body--reskin .sso-footer-container .sso-link-row:last-of-type {
  display: block;
}
body.body--reskin .sso-footer-container .sso-link-row:last-of-type li {
  line-height: 30px;
}
body.body--reskin .sso-footer-container .sso-link-row:last-of-type a {
  color: #B2ADAD;
}
body.body--reskin .sso-footer-container .sso-link-row:last-of-type a:hover {
  color: #fff;
}
body.body--reskin .sso-footer-container .footer-podcast-column .podcast-link {
  width: 100%;
}
body.body--reskin .sso-footer-container .footer-podcast-column .podcast-link img {
  max-width: 100%;
}
body.body--reskin .sso-footer-container .footer__copyright {
  display: block !important;
  border-top: 0.5px solid #707070;
}
body.body--reskin .sso-footer-container .footer__copyright .container {
  text-align: center;
  color: #B2ADAD;
  padding: 10px;
}
@media (min-width: 768px) {
  body.body--reskin .sso-footer-container .footer__copyright .container {
    padding: 20px;
  }
}
body.body--reskin .outer-container {
  background-color: #F3F3F3;
}
body.body--reskin .site-container {
  max-width: 1400px;
  margin: auto;
  background: #fff;
  position: relative;
}
body.body--reskin .site-container:first-of-type {
  padding: 20px 0;
}
@media (min-width: 768px) {
  body.body--reskin .site-container:first-of-type {
    padding: 40px 0;
  }
}
body.body--reskin .container.comp-heading > .col-md-6 > article {
  padding-top: 0;
}
body.body--reskin .pace {
  padding-top: 10px;
}
body.body--reskin .pace-progress {
  background-color: #FF873C;
}
body.body--reskin .pace-activity {
  border-top-color: #FF873C;
  border-left-color: #FF873C;
}
body.body--reskin .btn {
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
}
body.body--reskin .comp-heading {
  margin-bottom: 0;
}
body.body--reskin .comp-heading .social-grid {
  padding: 0;
  z-index: 1;
}
body.body--reskin .comp-heading .social-grid > li > a.social,
body.body--reskin .comp-heading .social-grid > li > a.social.fb,
body.body--reskin .comp-heading .social-grid > li > a.social.tw {
  background-color: #262626;
  width: 40px;
  height: 40px;
  font-size: 0 !important;
  display: block;
}
body.body--reskin .comp-heading .social-grid > li > a.social {
  border-radius: 0;
}
body.body--reskin .comp-heading .social-grid > li > a.social .fa {
  font-size: 18px;
  font-size: 18px !important;
  margin-right: 0;
  padding: 6px 5px;
}
body.body--reskin .comp-heading .social-grid > li > a.social:hover {
  background-color: #818181;
}
@media (min-width: 1400px) {
  body.body--reskin .comp-heading .social-grid {
    position: absolute;
    left: -160px;
    top: 200px;
    margin-top: -5px;
    padding: 0;
  }
  body.body--reskin .comp-heading .social-grid > li {
    display: block;
    margin: 0 0 10px 0;
  }
}
body.body--reskin .comp-heading > .col-md-6 > article {
  font-size: 14px;
}
body.body--reskin .full-width-banner {
  margin-bottom: 20px;
}
body.body--reskin .full-width-banner:before {
  content: '';
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.71), transparent);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.body--reskin .full-width-banner .container.comp-heading {
  background-image: none;
}
body.body--reskin .full-width-banner .container.comp-heading .col-md-6 {
  padding: 40px 20px !important;
}
@media (max-width: 991px) {
  body.body--reskin .full-width-banner .container.comp-heading .col-md-6 {
    padding: 0 10px 20px !important;
  }
}
body.body--reskin .full-width-banner .container.comp-heading label {
  text-transform: initial;
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 768px) {
  body.body--reskin .full-width-banner {
    margin-bottom: 40px;
  }
}
body.body--reskin .latest-news .alt {
  font-size: 20px;
}
body.body--reskin #tempstyles {
  width: 1400px;
}
body.body--reskin #tempstyles .module {
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
}
body.body--reskin #tempstyles .bookmark-tabs .tabs-header {
  background-color: #fff;
}
body.body--reskin #tempstyles .bookmark-tabs .tabs-header ul li a {
  text-transform: none;
  font-size: 18px;
  background-color: #173032;
  line-height: 44px;
  padding: 0 10px;
  margin: 0 10px 10px 0;
}
body.body--reskin #tempstyles .bookmark-tabs .tabs-header ul li a.current,
body.body--reskin #tempstyles .bookmark-tabs .tabs-header ul li a:hover,
body.body--reskin #tempstyles .bookmark-tabs .tabs-header ul li a:focus {
  background-color: #69D7E1;
  color: #173032;
}
body.body--reskin .toplists-filters__title {
  font-weight: bold;
  margin-top: 0;
  color: #fff;
}
body.body--reskin .toplists-filters__tab {
  font-weight: bold;
  background-color: #262626;
  text-transform: initial;
  color: #fff;
  padding: 10px 20px;
  right: 0;
  font-size: 18px;
}
body.body--reskin .toplists-filters__tab .fa {
  color: #fff;
}
body.body--reskin .toplists-filters__inner {
  background-color: #262626;
  padding: 10px;
}
body.body--reskin .toplists-filters .label__text {
  color: #fff;
}
body.body--reskin .toplists-filters__padding {
  padding: 0 !important;
}
body.body--reskin .toplists-filters__padding .toplist-filters-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  body.body--reskin .toplists-filters__inner {
    padding: 20px;
  }
  body.body--reskin .toplists-filters__tab {
    font-size: 20px;
  }
}
body.body--reskin .top-list-filter__item {
  padding: 2.5px 10px;
}
body.body--reskin .cookie-banner {
  background-color: #262626 !important;
  z-index: 9999 !important;
  bottom: 0 !important;
}
body.body--reskin .cookie-banner .cookie__text {
  margin: 0 0 10px !important;
}
body.body--reskin .cookie-banner .close-banner {
  background-color: #FF873C;
  font-size: 14px;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  body.body--reskin .cookie-banner {
    bottom: 0 !important;
  }
  body.body--reskin .cookie-banner .cookie__text {
    margin: 0 5px !important;
  }
}
body.body--reskin .cpr-ranking-scores__title {
  background-color: #BD94FF;
  padding: 9px 10px;
}
body.body--reskin .tabs--cpr__tab-pane {
  padding: 0 10px;
}
@media (min-width: 992px) {
  body.body--reskin .tabs--cpr__tab-pane {
    padding: 0;
  }
}
body.body--reskin .cpr-result-score {
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.body--reskin .cpr-result-score {
    margin-bottom: 40px;
  }
}
body.body--reskin .panel {
  box-shadow: none;
}
body.body--reskin .panel,
body.body--reskin .panel-heading {
  border-radius: 0;
}
body.body--reskin .panel-group > .panel > .panel-heading h4 {
  background-color: #FF873C;
}
body.body--reskin .panel-group > .panel > .panel-heading h4 a,
body.body--reskin .panel-group > .panel > .panel-heading h4 a:after {
  color: #262626;
}
body.body--reskin .legend {
  margin: 20px 0;
}
body.body--reskin .legend > .panel-heading {
  font-size: 20px;
  background-color: #FF873C;
  color: #262626;
  font-weight: bold;
  line-height: 1.33;
  padding: 9px 10px;
  background: #FF873C;
  text-transform: none;
}
@media (min-width: 768px) {
  body.body--reskin .legend > .panel-heading {
    padding: 9px 20px;
  }
}
body.body--reskin .tickets-main-img__link:hover {
  background-color: #ff6809;
}
body.body--reskin .tickets-sidebar .title.title--default {
  background-color: #281E37;
  color: #fff;
  padding: 9px 20px;
}
body.body--reskin .tickets-sidebar .row.media-grid > li {
  background-color: #fff;
}
body.body--reskin .tickets-sidebar .row.media-grid > li:nth-child(1),
body.body--reskin .tickets-sidebar .row.media-grid > li:nth-child(4) {
  background-color: #F3F3F3;
}
body.body--reskin .tickets-sidebar .row.media-grid > li:hover {
  background-color: #dadada;
}
body.body--reskin .tickets-main-img__link,
body.body--reskin .tickets-sidebar__register-link {
  background-color: #FF873C;
  text-transform: initial;
  padding: 10px 40px;
  font-weight: bold;
}
@media (min-width: 768px) {
  body.body--reskin.athletes .site-container {
    padding: 40px 0;
  }
}
body.body--reskin.athletes .table-header h2 {
  font-size: 14px;
}
body.body--reskin.athletes .table-header .block-link {
  display: none;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--profile .site-container > .comp-heading {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  body.body--reskin.athletes--profile .site-container > .comp-heading {
    align-items: flex-start;
  }
}
body.body--reskin.athletes--profile .site-container > .comp-heading {
  background-color: #262626;
}
body.body--reskin.athletes--profile .site-container > .comp-heading > .col-md-6 {
  position: relative;
}
body.body--reskin.athletes--profile .site-container > .comp-heading > .col-md-6 h1 {
  color: #fff;
  margin-top: 55px;
}
body.body--reskin.athletes--profile .site-container > .comp-heading > .col-md-6 h1 + h3 {
  position: absolute;
  color: #FF873C;
  top: 40px;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 0;
}
@media (max-width: 767px) {
  body.body--reskin.athletes--profile .site-container > .comp-heading > .col-md-6 h1 {
    margin-top: 45px;
  }
  body.body--reskin.athletes--profile .site-container > .comp-heading > .col-md-6.profile {
    padding-top: 0 !important;
  }
}
body.body--reskin.athletes--profile .site-container > .comp-heading .social-grid.profile {
  position: absolute;
  bottom: 0;
  top: unset;
  left: 45%;
}
body.body--reskin.athletes--profile .site-container > .comp-heading .social-grid.profile > li {
  display: inline-block;
  margin-right: 10px;
}
body.body--reskin.athletes--profile .site-container > .comp-heading .social-grid.profile > li i {
  color: #fff;
  font-size: 20px !important;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--profile .site-container > .comp-heading .social-grid.profile {
    left: 23%;
  }
}
@media (min-width: 992px) {
  body.body--reskin.athletes--profile .site-container > .comp-heading .social-grid.profile {
    left: 30%;
  }
}
body.body--reskin.athletes--profile .site-container > .comp-heading .media-grid {
  padding-bottom: 20px;
}
body.body--reskin.athletes--profile .site-container > .comp-heading .media-grid > li img {
  border-radius: 0;
  border: 1px solid #F3F3F3;
}
@media (max-width: 767px) {
  body.body--reskin.athletes--profile .site-container > .comp-heading .media-grid > li span {
    padding: 10px;
  }
}
body.body--reskin.athletes--profile .site-container > .comp-heading .media-grid.dark > li {
  background-color: initial;
}
body.body--reskin.athletes--profile .site-container > .comp-heading .media-grid.dark > li:nth-child(even),
body.body--reskin.athletes--profile .site-container > .comp-heading .media-grid.dark > li.alt {
  background-color: initial;
}
body.body--reskin.athletes--profile .site-container > .comp-heading .media-grid ._label {
  text-transform: initial;
  padding-top: 0;
  padding-bottom: 15px;
  padding-right: 0;
  line-height: 24px;
}
body.body--reskin.athletes--profile .site-container > .comp-heading .media-grid ._label .tableflag {
  float: none;
  margin: 0 0 5px;
  display: inline !important;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--profile .site-container > .comp-heading .media-grid {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  body.body--reskin.athletes--profile .site-container > .comp-heading .media-grid ._label {
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 0;
  }
  body.body--reskin.athletes--profile .site-container > .comp-heading .media-grid ._label br {
    display: inline;
    margin-right: 15px;
    content: '';
  }
}
body.body--reskin.athletes--profile .site-container > .comp-heading .grid-dkgrey-bg {
  background-color: #262626;
}
body.body--reskin.athletes--profile .site-container > .comp-heading .grid-dkgrey-bg .col-sm-2 ._label {
  padding: 0;
}
body.body--reskin.athletes--profile .site-container > .comp-heading .athlete__details ._label--athlete-id {
  position: relative;
  top: initial;
}
body.body--reskin.athletes--profile .container.ctx-bound {
  margin-top: 20px;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--profile .container.ctx-bound {
    margin-top: 40px;
  }
}
body.body--reskin.athletes--profile .select-item {
  border-bottom: 1px solid #F3F3F3;
}
body.body--reskin.athletes--profile .select-item.active a {
  background-color: #BD94FF;
  color: #262626;
}
body.body--reskin.athletes--profile .select-item a {
  background-color: #262626;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}
body.body--reskin.athletes--profile .select-item a:hover,
body.body--reskin.athletes--profile .select-item a:focus {
  background-color: #BD94FF;
  color: #262626;
}
body.body--reskin.athletes--profile .nav-tabs > li {
  background-color: #262626 !important;
}
body.body--reskin.athletes--profile .nav-tabs > li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
body.body--reskin.athletes--profile .nav-tabs > li a:hover,
body.body--reskin.athletes--profile .nav-tabs > li a:focus {
  background-color: #BD94FF !important;
  color: #262626 !important;
}
body.body--reskin.athletes--profile .nav-tabs > li.active a {
  background-color: #BD94FF !important;
  color: #262626 !important;
}
body.body--reskin.athletes--profile .col-md-6 .table-header {
  background-color: #262626;
  border-bottom: 1px solid #fff;
}
body.body--reskin.athletes--profile .col-md-6 .table-header h2 {
  color: #fff;
}
body.body--reskin.athletes--profile .records-table th {
  background-color: #262626;
  text-transform: initial;
}
body.body--reskin.athletes--profile .records-table td {
  vertical-align: top;
}
body.body--reskin.athletes--profile .records-table td:first-of-type {
  font-weight: bold;
}
body.body--reskin.athletes--profile .nav-tabs--athlete {
  margin-bottom: 1px;
}
body.body--reskin.athletes--profile .tab-content .tab-pane > span {
  display: none;
}
body.body--reskin.athletes--profile .tab-content .tab-pane#personalbests .module h2,
body.body--reskin.athletes--profile .tab-content .tab-pane .profile__latest-active-season,
body.body--reskin.athletes--profile .tab-content .tab-pane .results-filters,
body.body--reskin.athletes--profile .tab-content .tab-pane .title--results-event,
body.body--reskin.athletes--profile .tab-content .tab-pane h2.alt {
  color: #fff;
  margin-bottom: 1px;
  padding: 9px 10px;
  background-color: #262626;
  font-size: 16px;
}
body.body--reskin.athletes--profile .tab-content .tab-pane h2.alt {
  margin-bottom: 0;
}
body.body--reskin.athletes--profile .tab-content .tab-pane .results-filters select {
  color: #262626;
}
body.body--reskin.athletes--profile .tab-content .tab-pane .title--results-event {
  margin-bottom: 1px;
}
body.body--reskin.athletes--profile .tab-content .tab-pane > .container:not(first-of-type) > .table-header > h2 {
  border-bottom: 1px solid #fff;
}
body.body--reskin.athletes--profile .tab-content .tab-pane#seasonsbests .offset-below:first-of-type {
  margin-bottom: 0 !important;
}
body.body--reskin.athletes--profile .tab-content .tab-pane#personalbests .module {
  margin-bottom: 20px;
}
body.body--reskin.athletes--profile .tab-content .tab-pane#personalbests .module .legendpadding {
  padding: 10px;
}
body.body--reskin.athletes--profile .comp-heading .title--athlete-representative .btn--drawer {
  background-color: #262626;
  color: #fff;
}
body.body--reskin.athletes--profile .comp-heading .title--athlete-representative .btn--drawer span {
  margin-bottom: 0;
  font-size: 14px;
}
body.body--reskin.athletes--profile .comp-heading .title--athlete-representative .btn--drawer .fa {
  color: #fff;
  float: right;
  margin-top: 0;
}
body.body--reskin.athletes--profile .comp-heading .col-md-12 {
  width: 100%;
}
body.body--reskin.athletes--profile .comp-heading .col-md-12 + .profile {
  display: none;
}
body.body--reskin.athletes--profile .comp-heading .athlete-rep__body .media-grid .no-after > a > span,
body.body--reskin.athletes--profile .comp-heading .athlete-rep__body .media-grid .no-after ._label {
  background-color: #262626;
  line-height: 1.5;
}
body.body--reskin.athletes--profile .comp-heading .athlete-rep__body .media-grid .no-after > a:hover span,
body.body--reskin.athletes--profile .comp-heading .athlete-rep__body .media-grid .no-after > a:focus span {
  background-color: #281E37;
  cursor: pointer;
}
body.body--reskin.athletes--profile .comp-heading .athlete-rep__body .media-grid .no-after > a > span {
  padding: 10px;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--profile .comp-heading .title--athlete-representative .btn--drawer {
    padding: 7px 10px;
  }
  body.body--reskin.athletes--profile .comp-heading .athlete-rep__body .media-grid .no-after > a > span,
  body.body--reskin.athletes--profile .comp-heading .athlete-rep__body .media-grid .no-after ._label {
    padding: 8px 10px;
    font-size: 14px;
  }
}
body.body--reskin.athletes--profile .spikes {
  margin-top: 30px;
}
body.body--reskin.athletes--profile .spikes > h2 {
  display: none;
}
body.body--reskin.athletes--profile .spikes ._spikesLogo {
  display: none;
}
body.body--reskin.athletes--profile .spikes > .row {
  background-color: #A5FA64;
  padding: 0 5px;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--profile .spikes > .row {
    padding: 0 10px 30px;
  }
}
body.body--reskin.athletes--profile .spikes .media-grid#masonry > li {
  background-color: initial;
  min-height: 180px;
}
body.body--reskin.athletes--profile .spikes .media-grid#masonry > li > a {
  padding: 0 5px;
}
body.body--reskin.athletes--profile .spikes .media-grid#masonry > li .truncate {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0;
  height: auto;
  font-weight: 800;
}
body.body--reskin.athletes--profile .spikes .media-grid#masonry ._label.date,
body.body--reskin.athletes--profile .spikes .media-grid#masonry ._label.location {
  display: none;
}
@media (min-width: 992px) {
  body.body--reskin.athletes--profile .spikes .media-grid#masonry > li {
    min-height: 250px;
  }
  body.body--reskin.athletes--profile .spikes .media-grid#masonry > li > a {
    padding: 0 10px;
  }
  body.body--reskin.athletes--profile .spikes .media-grid#masonry .col-md-3,
  body.body--reskin.athletes--profile .spikes .media-grid#masonry .col-sm-3 {
    width: 33.33333%;
  }
  body.body--reskin.athletes--profile .spikes .media-grid#masonry .col-md-3:last-of-type,
  body.body--reskin.athletes--profile .spikes .media-grid#masonry .col-sm-3:last-of-type {
    display: none;
  }
}
body.body--reskin.athletes--profile .row.spikes-grid > ul.col-md-6 {
  background-color: #A5FA64;
  padding: 30px 10px 20px;
}
body.body--reskin.athletes--profile .row.spikes-grid > ul.col-md-6 li.logo {
  background: url('../../../Images/logos/new-logo-temp.png') no-repeat !important;
  background-size: contain !important;
  width: 171px;
  height: 35px;
}
body.body--reskin.athletes--profile .row.spikes-grid > ul.col-md-6 a:hover,
body.body--reskin.athletes--profile .row.spikes-grid > ul.col-md-6 a:focus {
  background-color: #E3F7D2;
}
body.body--reskin.athletes--profile .row.spikes-grid > ul.col-md-6 a > i {
  font-size: 18px !important;
}
body.body--reskin.athletes--profile .row.spikes-grid > ul.col-md-6:nth-child(odd) a > i {
  color: #fff !important;
  padding: 0;
}
body.body--reskin.athletes--profile .row.spikes-grid > ul.col-md-6 > li:nth-child(2) {
  padding-right: 0;
}
body.body--reskin.athletes--profile .row.spikes-grid > ul.col-md-6 > li > ul {
  margin: 0;
}
body.body--reskin.athletes--profile .row.spikes-grid > ul.col-md-6 > li > ul > li {
  padding: 0 8px;
}
body.body--reskin.athletes--profile .row.spikes-grid > ul.col-md-6 > li > ul > li a {
  font-size: 0 !important;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--profile .row.spikes-grid > ul.col-md-6 {
    padding: 40px 20px 30px;
  }
}
@media (min-width: 992px) {
  body.body--reskin.athletes--profile .col-md-3 {
    padding-left: 1px;
  }
}
body.body--reskin.athletes--profile .col-md-3 .media-grid#masonry > li {
  padding: 10px 0 0;
  min-height: initial;
}
body.body--reskin.athletes--profile .col-md-3 .media-grid#masonry ._label.type {
  color: #FF873C !important;
  padding-right: 0 !important;
}
body.body--reskin.athletes--profile .col-md-3 .media-grid#masonry .truncate {
  padding-top: 0;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--profile .col-md-3 .media-grid#masonry > li {
    padding: 0 0 30px;
  }
}
@media (min-width: 992px) {
  body.body--reskin.athletes--profile .col-md-3 .media-grid#masonry .truncate {
    height: auto;
  }
}
body.body--reskin.athletes--index .site-container > .comp-heading {
  background-color: transparent;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--index .site-container > .comp-heading {
    margin-bottom: 30px;
  }
}
body.body--reskin.athletes--index .site-container > .comp-heading .col-md-6:first-of-type {
  padding-top: 0;
}
body.body--reskin.athletes--index .site-container > .comp-heading .col-md-6:first-of-type h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
}
body.body--reskin.athletes--index .site-container > .comp-heading .col-md-6:first-of-type h1:after {
  background-color: #FF873C;
}
body.body--reskin.athletes--index .site-container > .comp-heading .col-md-6 + .offset-below {
  background-color: #262626;
  padding: 10px 10px 15px;
}
body.body--reskin.athletes--index .site-container > .comp-heading .col-md-6 + .offset-below form label {
  color: #fff;
}
body.body--reskin.athletes--index .site-container > .comp-heading .col-md-6 + .offset-below .btn-normal {
  margin-top: 5px;
  min-height: 36px;
}
body.body--reskin.athletes--index .site-container > .comp-heading .col-md-6 + .offset-below .btn-normal:focus,
body.body--reskin.athletes--index .site-container > .comp-heading .col-md-6 + .offset-below .btn-normal:hover {
  background-color: #ff6809 !important;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--index .site-container > .comp-heading .col-md-6 + .offset-below {
    padding: 20px 20px 25px 0;
  }
}
@media (max-width: 767px) {
  body.body--reskin.athletes--index .site-container > .comp-heading .col-md-6 form .padding-left {
    padding: 0 !important;
  }
}
body.body--reskin.athletes--index .site-container .row.media-grid.dark.featured-athlete-links > li {
  height: auto;
  background-color: transparent;
  min-height: unset;
}
body.body--reskin.athletes--index .site-container .row.media-grid.dark.featured-athlete-links > li:nth-of-type(odd) ._label > a {
  background-color: #e6e6e6;
}
body.body--reskin.athletes--index .site-container .row.media-grid.dark.featured-athlete-links > li:nth-of-type(odd) ._label > a:hover,
body.body--reskin.athletes--index .site-container .row.media-grid.dark.featured-athlete-links > li:nth-of-type(odd) ._label > a:active {
  background-color: #cdcdcd;
}
body.body--reskin.athletes--index .site-container .row.media-grid.dark.featured-athlete-links ._label {
  padding: 0;
}
body.body--reskin.athletes--index .site-container .row.media-grid.dark.featured-athlete-links ._label > a {
  padding: 9px 10px;
  background-color: #F3F3F3;
  display: block;
  text-transform: none;
  font-weight: 800;
}
body.body--reskin.athletes--index .site-container .row.media-grid.dark.featured-athlete-links ._label > a,
body.body--reskin.athletes--index .site-container .row.media-grid.dark.featured-athlete-links ._label > a .fa {
  color: #262626;
}
body.body--reskin.athletes--index .site-container .row.media-grid.dark.featured-athlete-links ._label > a:hover,
body.body--reskin.athletes--index .site-container .row.media-grid.dark.featured-athlete-links ._label > a:active {
  background-color: #dadada;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--index .site-container .row.media-grid.dark.featured-athlete-links ._label > a {
    padding: 9px 20px;
  }
}
body.body--reskin.athletes--index .site-container .featured-athletes > #masonry li:hover {
  background-color: transparent;
  opacity: 0.9;
}
body.body--reskin.athletes--index .site-container .featured-athletes > #masonry li span .fa {
  display: inline-block;
}
body.body--reskin.athletes--index .site-container .featured-athletes > #masonry ._label.comp {
  font-size: 20px !important;
  font-weight: 800;
  padding: 10px !important;
}
body.body--reskin.athletes--index .site-container .featured-athletes > #masonry ._label + ._label {
  padding: 0 10px 10px;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--index .site-container .featured-athletes > #masonry ._label.comp {
    padding: 10px 10px 10px 0 !important;
  }
  body.body--reskin.athletes--index .site-container .featured-athletes > #masonry ._label + ._label {
    padding: 0 19px 20px 0;
  }
}
body.body--reskin.athletes--index .table-header h2 {
  padding: 9px 10px;
}
body.body--reskin.athletes--search h2.alt {
  padding: 9px 10px;
}
body.body--reskin.athletes--search .comp-heading {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--search .comp-heading {
    margin-bottom: 40px;
  }
}
body.body--reskin.athletes--search .athlete-search-form {
  background-color: #262626;
  padding: 10px 10px 15px;
}
body.body--reskin.athletes--search .athlete-search-form label {
  color: #fff;
}
@media (min-width: 768px) {
  body.body--reskin.athletes--search .athlete-search-form {
    padding: 20px 20px 20px 0;
  }
}
body.body--reskin.athletes--search .row.media-grid#masonry > li {
  min-height: auto;
  margin-bottom: 20px;
}
body.body--reskin.athletes--search .row.media-grid#masonry > li .truncate {
  height: auto;
}
body.body--reskin.competitions h2.alt {
  background-color: #173032;
}
body.body--reskin.competitions .row.media-grid > li span {
  padding-top: 0;
  font-size: 14px;
  line-height: 1.42857143;
}
body.body--reskin.competitions .row.media-grid .col-md-4.allow picture {
  padding: 10px 0 0 10px;
  display: block;
}
body.body--reskin.competitions--index li > a {
  padding-top: 15px;
}
body.body--reskin.competitions--index li > a ._label.comp {
  text-transform: none;
  font-weight: bold;
}
@media (min-width: 768px) {
  body.body--reskin.competitions--index .site-container {
    padding: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  body.body--reskin.competitions--index li > a .offset-below {
    margin-top: 10px;
  }
  body.body--reskin.competitions--index li > a ._label.comp {
    padding: 10px !important;
  }
}
body.body--reskin.congress .outer-container {
  background-color: #C2E9ED;
}
body.body--reskin.congress .site-container {
  padding-bottom: 30px;
}
body.body--reskin.congress picture {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body.body--reskin.congress #tempstyles .module {
    padding: 0 20px;
  }
}
body.body--reskin.congress #tempstyles .bookmark-tabs .tabs-header {
  max-width: 1080px;
  margin: 40px auto 30px;
}
@media (max-width: 767px) {
  body.body--reskin.congress #tempstyles .bookmark-tabs .tabs-header {
    margin: 20px auto 15px;
  }
}
body.body--reskin.congress #tempstyles .list-congress ul {
  max-height: 725px;
  padding-top: 5px;
}
body.body--reskin.congress #tempstyles .list-congress ul li {
  line-height: 1.5;
  padding: 0 20px;
}
body.body--reskin.congress #tempstyles .list-congress ul li:nth-child(even) {
  background-color: initial;
}
body.body--reskin.congress h1.underlined {
  font-size: 40px;
  line-height: 40px;
  margin-top: 0;
}
body.body--reskin.congress h1.underlined:after {
  content: none;
}
body.body--reskin.congress h2.alt {
  background-color: #173032;
}
body.body--reskin.congress p {
  margin-bottom: 15px;
}
body.body--reskin.discipline .site-container {
  padding: 0 0 20px;
}
body.body--reskin.discipline .padding {
  padding: 10px !important;
}
@media (min-width: 768px) {
  body.body--reskin.discipline .padding {
    padding: 10px 20px !important;
  }
}
body.body--reskin.discipline .comp-heading h1:after {
  content: none;
}
@media (min-width: 768px) {
  body.body--reskin.discipline .comp-heading {
    padding-top: 20px;
  }
}
body.body--reskin.discipline .comp-heading .site-container .media-grid > li span._label.comp {
  text-transform: capitalize;
}
body.body--reskin.discipline span.discipline {
  border-top: 1px solid #fff;
  font-size: 13px;
  color: #281E37;
  background-color: #BD94FF;
  padding: 9px 10px;
  text-transform: initial;
  font-weight: bold;
  line-height: 1.33;
}
@media (min-width: 768px) {
  body.body--reskin.discipline span.discipline {
    padding: 9px 20px;
  }
}
body.body--reskin.discipline p > strong {
  font-size: 20px;
  margin-top: 9px;
  display: inline-block;
}
body.body--reskin.discipline .how-it-works + .news-gallery {
  margin-top: 20px;
}
body.body--reskin.discipline .bx-wrapper .bx-controls > .bx-controls-direction > .bx-next,
body.body--reskin.discipline .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev {
  background-color: transparent;
}
body.body--reskin.discipline .bx-wrapper .bx-controls > .bx-controls-direction > .bx-next:before,
body.body--reskin.discipline .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev:before {
  color: #BD94FF;
}
body.body--reskin.discipline .bx-wrapper .bx-controls > .bx-controls-direction > .bx-next:hover,
body.body--reskin.discipline .bx-wrapper .bx-controls > .bx-controls-direction > .bx-prev:hover {
  opacity: 0.7;
}
body.body--reskin.discipline .toplist-module > li {
  padding: 0 !important;
}
body.body--reskin.discipline .toplist-module > li > .header {
  padding-bottom: 0;
}
body.body--reskin.discipline .toplist-module > li > ul {
  border-top: 0;
  margin-bottom: 20px;
}
body.body--reskin.discipline .toplist-module > li > ul > li {
  border-bottom: none;
  padding: 4px 10px;
  font-size: 13px;
}
body.body--reskin.discipline .toplist-module > li > ul > li:nth-child(even) {
  background-color: #F3F3F3;
}
body.body--reskin.discipline .toplist-module > li > ul > li .athleteMark {
  text-align: left;
}
body.body--reskin.discipline .toplist-module > li > ul > li .athleteLink {
  font-weight: bold;
}
body.body--reskin.discipline .toplist-module > li > ul > li .athleteLink:hover {
  text-decoration: underline;
}
body.body--reskin.discipline .toplist-module > li > ul > li .athleteFlag {
  width: 55px;
}
@media (min-width: 768px) {
  body.body--reskin.discipline .toplist-module > li > ul > li {
    padding: 4px 20px;
  }
  body.body--reskin.discipline .toplist-module > li > ul > li .athleteMark {
    min-width: 40px;
  }
}
body.body--reskin.discipline .toplist-module > li .btn {
  background-color: transparent;
  font-size: 16px;
  color: #262626;
  display: inline-block;
  text-align: right;
  width: auto;
  font-weight: bold;
  float: right;
  text-transform: initial;
  padding: 0 10px 0 0;
}
body.body--reskin.discipline .toplist-module > li .btn .fa {
  display: none;
}
body.body--reskin.discipline .toplist-module > li .btn:hover,
body.body--reskin.discipline .toplist-module > li .btn:focus {
  text-decoration: underline;
}
@media (min-width: 768px) {
  body.body--reskin.discipline .toplist-module > li .btn {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  body.body--reskin.discipline .toplist-module > li .btn {
    padding: 0;
  }
}
body.body--reskin.discipline .news-gallery ul.gallery {
  padding: 0 20px;
}
body.body--reskin.discipline .news-gallery ul.gallery > li > span {
  display: none;
}
body.body--reskin.discipline .row.media-grid > li span._label {
  font-size: 20px !important;
  font-weight: bold;
  text-transform: none;
}
body.body--reskin.discipline .featured-athlete-links.media-grid {
  margin-top: 10px !important;
}
body.body--reskin.discipline .featured-athlete-links.media-grid > li,
body.body--reskin.discipline .featured-athlete-links.media-grid > li:nth-child(even) {
  min-height: initial;
}
@media (max-width: 767px) {
  body.body--reskin.discipline .featured-athlete-links.media-grid > li:nth-child(odd) ._label a {
    background-color: #EBEBEB;
  }
}
@media (min-width: 768px) {
  body.body--reskin.discipline .featured-athlete-links.media-grid > li:nth-child(1) ._label a,
  body.body--reskin.discipline .featured-athlete-links.media-grid > li:nth-child(4) ._label a,
  body.body--reskin.discipline .featured-athlete-links.media-grid > li:nth-child(5) ._label a,
  body.body--reskin.discipline .featured-athlete-links.media-grid > li:nth-child(8) ._label a {
    background-color: #EBEBEB;
  }
}
body.body--reskin.discipline .featured-athlete-links.media-grid ._label {
  padding: 0;
}
body.body--reskin.discipline .featured-athlete-links.media-grid ._label a {
  color: #262626;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 10px;
  background-color: #F3F3F3;
}
body.body--reskin.discipline .featured-athlete-links.media-grid ._label a:hover,
body.body--reskin.discipline .featured-athlete-links.media-grid ._label a:focus {
  background-color: #cdcdcd;
}
body.body--reskin.discipline .featured-athlete-links.media-grid ._label a .fa {
  color: #262626;
}
@media (min-width: 768px) {
  body.body--reskin.discipline .featured-athlete-links.media-grid ._label a {
    padding: 12px 15px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  body.body--reskin.discipline .featured-athlete-links.media-grid ._label a {
    padding: 12px 20px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body.body--reskin.discipline .featured-athlete-links.media-grid {
    margin-bottom: 10px;
  }
  body.body--reskin.discipline .featured-athlete-links.media-grid .col-md-4 {
    width: 50%;
  }
}
body.body--reskin.documents .social-grid {
  display: none;
}
body.body--reskin.documents .site-container {
  padding: 20px 0;
}
@media (max-width: 991px) {
  body.body--reskin.documents .site-container {
    padding: 10px 0;
  }
}
body.body--reskin.documents .site-container .panel-group > .panel > .panel-heading h4 {
  background-color: #262626;
}
body.body--reskin.documents .site-container .panel-group > .panel > .panel-heading h4 a {
  padding: 5px 10px;
  font-weight: bold;
}
body.body--reskin.documents .site-container .panel-group > .panel > .panel-heading h4 a:after {
  content: none;
}
@media (max-width: 767px) {
  body.body--reskin.documents .site-container .panel-group > .panel > .panel-heading h4 a {
    line-height: 30px;
  }
}
body.body--reskin.documents .site-container .panel-group > .panel > .panel-collapse {
  max-height: 473px;
}
body.body--reskin.documents h1 {
  font-size: 40px;
  margin-bottom: 0;
}
body.body--reskin.documents p {
  margin-bottom: 20px;
}
body.body--reskin.documents .comp-heading {
  padding: 0 10px;
}
@media (min-width: 768px) {
  body.body--reskin.documents .comp-heading {
    padding: 0 20px;
  }
}
body.body--reskin.documents .records-table tr > th {
  background-color: #818181;
}
body.body--reskin.documents .btn.btn-normal {
  background-color: #FF873C !important;
  border-radius: 0;
  margin: 2px 4px;
  padding: 8px 10px;
}
body.body--reskin.member-federations .outer-container {
  background-color: #69D7E1;
}
@media (min-width: 768px) {
  body.body--reskin.member-federations .outer-container {
    padding: 40px 0;
  }
}
body.body--reskin.member-federations #tempstyles .tabs-header {
  padding: 40px 30px 10px;
}
body.body--reskin.member-federations #tempstyles .bookmark-tabs .tabs-header ul li a {
  margin: 0 20px 10px 0;
}
body.body--reskin.member-federations #tempstyles .padding {
  padding: 20px 30px 0 !important;
}
body.body--reskin.member-federations #tempstyles .map-select-container {
  margin-top: 70px;
}
body.body--reskin.member-federations h1 {
  margin-bottom: 40px;
}
body.body--reskin.member-federations p {
  color: #818181;
  margin-bottom: 15px;
  max-width: 1100px;
}
body.body--reskin.news .navbar {
  margin-bottom: 0 !important;
}
body.body--reskin.news .site-container {
  padding-bottom: 30px;
}
body.body--reskin.news p {
  margin-bottom: 20px;
}
body.body--reskin.news .secondary-nav .navbar.tertiary-navs {
  background-color: #F3F3F3;
}
body.body--reskin.news .secondary-nav .navbar.tertiary-navs > .comp-heading {
  background-color: #fff;
  max-width: 1400px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.body--reskin.news .secondary-nav .navbar.tertiary-navs .col-md-6:nth-child(2) {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  body.body--reskin.news .secondary-nav .navbar.tertiary-navs > .comp-heading {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  body.body--reskin.news .secondary-nav .navbar.tertiary-navs .col-md-6:nth-child(2) {
    padding-left: 0 !important;
  }
  body.body--reskin.news .secondary-nav .navbar.tertiary-navs .social-grid {
    padding-top: 20px;
    padding-bottom: 0;
    left: 0;
  }
}
@media (min-width: 1400px) {
  body.body--reskin.news .secondary-nav .navbar.tertiary-navs .col-md-6:nth-child(2).padding {
    padding-right: 160px !important;
  }
}
body.body--reskin.news .comp-heading > .col-md-6 {
  padding-top: 0;
}
body.body--reskin.news .comp-heading ._label {
  line-height: 1.42857143;
}
body.body--reskin.news .comp-heading ._label.date {
  padding-right: 5px;
  border-right: 1px solid #262626;
  margin-right: 5px;
}
body.body--reskin.news .comp-heading ._label.type {
  font-weight: bold;
}
body.body--reskin.news .comp-heading ._label.type a {
  color: #FF873C;
}
@media (min-width: 768px) {
  body.body--reskin.news .comp-heading {
    padding-top: 30px;
  }
}
body.body--reskin.news [class^="col-md"].news-gallery ul.gallery {
  padding: 0 20px;
}
body.body--reskin.news .related-links {
  margin-top: 0;
  margin-right: 20px;
}
body.body--reskin.news .related-links h2 {
  font-size: 20px;
  background-color: #281E37;
  padding: 10px 20px;
  color: #fff;
}
body.body--reskin.news .related-links > ul > li {
  background-color: initial;
}
body.body--reskin.news .related-links > ul > li > ul:before {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px 0;
}
body.body--reskin.news .related-links > ul > li > ul > li {
  padding: 5px 20px 0;
}
body.body--reskin.news .related-links > ul > li:nth-child(even) {
  background-color: #F0F0F0;
}
body.body--reskin.news .related-links .media-grid > li span {
  padding: 10px 10px 5px;
}
body.body--reskin.news .prev-next > li {
  border-bottom: none;
}
body.body--reskin.news .prev-next > li .icon {
  display: none;
}
body.body--reskin.news .prev-next > li .photo > .photo {
  width: 100%;
}
body.body--reskin.news .prev-next > li [class^="col-"] {
  padding: 10px;
  text-align: left;
}
body.body--reskin.news .prev-next > li span._label.date:after {
  content: none;
}
body.body--reskin.news .prev-next > li span._label > span {
  color: #000 !important;
}
body.body--reskin.news .prev-next > li:nth-child(odd) span._label {
  padding-left: 0;
}
body.body--reskin.news .prev-next > li:nth-child(even) {
  background-color: initial;
}
@media (max-width: 767px) {
  body.body--reskin.news .prev-next {
    margin: 0;
    width: 100%;
  }
  body.body--reskin.news .prev-next > li span._label.type {
    margin-bottom: 5px;
    display: block;
  }
}
body.body--reskin.news .nav-tabs {
  font-weight: bold;
}
body.body--reskin.news .nav-tabs > li {
  background-color: #F3F3F3;
}
body.body--reskin.news .nav-tabs > li:hover a,
body.body--reskin.news .nav-tabs > li.active a {
  color: #fff;
  background-color: #262626 !important;
}
body.body--reskin.news .new-newspage .nav-tabs {
  margin-top: 20px;
  font-weight: bold;
}
body.body--reskin.news .new-newspage .nav-tabs.nav-results {
  border-radius: 0;
}
body.body--reskin.news .new-newspage .nav-tabs > li {
  background-color: #F3F3F3;
}
body.body--reskin.news .new-newspage .nav-tabs > li:hover a,
body.body--reskin.news .new-newspage .nav-tabs > li.active a {
  color: #fff;
  background-color: #262626 !important;
}
body.body--reskin.news .new-newspage ._mobileShow {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  body.body--reskin.news .new-newspage .nav-tabs {
    margin-top: 50px;
  }
}
body.body--reskin.news .clickForMore {
  padding-top: 0;
}
body.body--reskin.press-registration .comp-heading {
  padding: 20px 0;
}
@media (min-width: 768px) {
  body.body--reskin.press-registration .comp-heading {
    padding: 40px 0;
  }
}
body.body--reskin.press-registration .btn.btn-normal {
  background-color: #FF873C !important;
  border-radius: 0;
  text-transform: uppercase;
}
body.body--reskin.press-registration .btn.btn-normal:hover,
body.body--reskin.press-registration .btn.btn-normal:focus {
  background-color: #3B1F11 !important;
}
@media (max-width: 767px) {
  body.body--reskin.press-registration .padding-left {
    padding: 0 !important;
  }
}
body.body--reskin.records .outer-container {
  background-color: #DFD0FA;
}
body.body--reskin.records .outer-container .panel-group > .panel > .panel-heading h4 a {
  background-color: #BD94FF;
  color: #262626;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  body.body--reskin.records .outer-container .panel-group > .panel > .panel-heading h4 a {
    font-size: 20px;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  body.body--reskin.records .site-container {
    padding: 20px 0;
  }
  body.body--reskin.records .comp-results__submit {
    margin-top: 31px;
  }
}
body.body--reskin.records .toplists__title h3 {
  color: #BD94FF;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}
body.body--reskin.records .toplists__title h1 {
  text-transform: capitalize;
}
body.body--reskin.records .toplists__title + .toplists-filters-wrapper {
  padding: 0 !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.body--reskin.records .toplists__title h3 {
    margin-bottom: 10px;
  }
}
body.body--reskin.records .toplists__results-btns.nav-tabs.nav-results {
  position: relative;
  float: right;
  right: auto;
  margin-top: 10px;
  top: 0;
}
body.body--reskin.records .toplists__results-btns.nav-tabs.nav-results > li > a {
  background-color: #F3F3F3;
  font-weight: bold;
}
body.body--reskin.records .toplists__results-btns.nav-tabs.nav-results > li.active > a {
  background-color: #BD94FF !important;
  color: #262626 !important;
}
body.body--reskin.records .toplists__results-btns.nav-tabs.nav-results > li:hover > a,
body.body--reskin.records .toplists__results-btns.nav-tabs.nav-results > li:focus > a {
  background-color: #BD94FF !important;
}
body.body--reskin.records .top-list-filter__title {
  font-weight: 800;
}
body.body--reskin.records .top-list-filter__item {
  padding: 2.5px 10px;
}
body.body--reskin.records h1:after {
  background-color: #BD94FF;
}
body.body--reskin.records .toplists__standard {
  padding: 10px;
}
body.body--reskin.records .toplists__standard + .table-wrapper {
  margin-bottom: 10px;
}
body.body--reskin.records .table-row--hover:hover {
  background-color: #BD94FF !important;
}
@media (max-width: 767px) {
  body.body--reskin.records .records-table td {
    vertical-align: top;
  }
}
body.body--reskin.records.records--toplist td {
  padding: 8px;
}
body.body--reskin.records.records--toplist td:nth-child(4) {
  font-weight: bold;
}
body.body--reskin.records.records--toplist .btn--pag-next,
body.body--reskin.records.records--toplist .btn--pag-last {
  right: 0;
}
body.body--reskin.records.records--toplist .btn--pag-prev,
body.body--reskin.records.records--toplist .btn--pag-first {
  left: 0;
}
body.body--reskin.records.records--world-rank td:nth-child(2) {
  font-weight: bold;
}
body.body--reskin.records .btn--pagination.pagination--current {
  background-color: #BD94FF;
  color: #262626;
}
@media (min-width: 992px) {
  body.body--reskin.records .btn--pag-next {
    right: -15px;
  }
  body.body--reskin.records .btn--pag-last {
    right: -55px;
  }
}
body.body--reskin.records.records--cpr .container--cpr-form {
  margin-top: 20px;
}
body.body--reskin.records.records--cpr .container--cpr-form .cpr__rules-link {
  background-color: #262626;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: initial;
  padding: 7px 10px;
}
@media (max-width: 767px) {
  body.body--reskin.records.records--cpr .container--cpr-form {
    margin-top: 5px;
  }
  body.body--reskin.records.records--cpr .container--cpr-form .cpr__rules-link {
    padding: 10px;
    font-size: 20px;
  }
  body.body--reskin.records.records--cpr .comp-heading {
    padding: 20px 10px;
  }
  body.body--reskin.records.records--cpr .form--grey {
    padding: 20px 0px;
  }
  body.body--reskin.records.records--cpr .form--grey__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.body--reskin.records.records--cpr .form--grey {
  background-color: #262626;
  color: #fff;
}
body.body--reskin.records.records--cpr .form--grey__item label {
  color: #fff;
}
body.body--reskin.records.records--cpr .form--grey .btn {
  background-color: #BD94FF;
  color: #262626;
  border: none;
  font-weight: bold;
  font-size: 16px;
}
body.body--reskin.records.records--cpr .cpr-pagination {
  margin: 10px 0;
}
body.body--reskin.records.records--cpr .cpr__ranking-items:hover {
  background-color: #BD94FF !important;
}
body.body--reskin.records.records--category .nav-tabs {
  margin-top: 10px;
}
body.body--reskin.records.records--category .nav-tabs li {
  background-color: #F3F3F3;
}
body.body--reskin.records.records--category .nav-tabs li a {
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
}
body.body--reskin.records.records--category .nav-tabs li.active a {
  color: #fff !important;
  background-color: #262626 !important;
}
@media (min-width: 768px) {
  body.body--reskin.records.records--category .nav-tabs li a {
    padding: 15px 10px !important;
    font-size: 20px;
  }
}
body.body--reskin.records.records--category table.records-table > tbody tr.clickable.active td,
body.body--reskin.records.records--category table.records-table > tbody tr.clickable:hover td,
body.body--reskin.records.records--category table.records-table > tbody tr.clickable.active a,
body.body--reskin.records.records--category table.records-table > tbody tr.clickable:hover a {
  background-color: #BD94FF !important;
  color: #262626 !important;
}
body.body--reskin.records.records--category .module {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
body.body--reskin.records.records--category .module h2 {
  background-color: #281E37 !important;
  color: #fff !important;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  body.body--reskin.records.records--category .module {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.body--reskin.records.records--category .module h2 {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    margin-left: -20px;
    margin-right: -20px;
  }
}
body.body--reskin.records.records--discipline .comp-heading {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.body--reskin.records.records--discipline .comp-heading {
    margin-bottom: 20px;
  }
}
body.body--reskin.records.records--discipline h2.alt {
  font-size: 20px;
  padding: 10px;
}
@media (min-width: 768px) {
  body.body--reskin.records.records--discipline h2.alt {
    padding: 10px 20px;
  }
}
body.body--reskin.records.records--discipline h2.alt + .col-md-6 {
  padding: 10px;
}
@media (min-width: 768px) {
  body.body--reskin.records.records--discipline h2.alt + .col-md-6 {
    padding: 10px 20px;
  }
}
body.body--reskin.records .upload-label {
  margin-bottom: 15px;
}
body.body--reskin.records .upload-label > .required {
  margin-right: 10px;
}
body.body--reskin.records.rep-athletes .comp-heading .col-md-6 + .col-md-6 form {
  background-color: #262626;
  padding: 0 20px 20px 0;
}
body.body--reskin.records.rep-athletes .comp-heading .col-md-6 + .col-md-6 form label {
  color: #fff;
}
@media (max-width: 767px) {
  body.body--reskin.records.rep-athletes .comp-heading .col-md-6 + .col-md-6 form {
    padding: 0 10px 20px 0;
    margin: 0 -10px 0;
  }
  body.body--reskin.records.rep-athletes .comp-heading .col-md-6 + .col-md-6 form .padding-left {
    padding-left: 10px !important;
  }
  body.body--reskin.records.rep-athletes .comp-heading .col-md-6 + .col-md-6 form .btn-group.offset-above .padding-left {
    margin-bottom: 10px;
  }
}
body.body--reskin.records.directory .comp-heading .col-md-6 + .col-md-6 .btn-group {
  background-color: #262626;
  padding: 10px 10px 0 10px;
}
body.body--reskin.records.directory .comp-heading .col-md-6 + .col-md-6 .btn-group:last-of-type {
  padding-bottom: 10px;
}
body.body--reskin.records.directory .comp-heading .col-md-6 + .col-md-6 .btn-group label {
  color: #fff;
}
@media (min-width: 768px) {
  body.body--reskin.records.directory .comp-heading .col-md-6 + .col-md-6 .btn-group {
    padding: 20px 20px 0 20px;
  }
  body.body--reskin.records.directory .comp-heading .col-md-6 + .col-md-6 .btn-group:last-of-type {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  body.body--reskin.records.directory .site-container {
    padding: 20px 0 40px;
  }
}
body.body--reskin.records.directory .records-table tr td:nth-child(5) {
  white-space: nowrap;
  width: 75px;
}
body.body--reskin.records.directory .comp-heading .col-md-6 h1 + h3,
body.body--reskin.records.rep-athletes .comp-heading .col-md-6 h1 + h3 {
  font-size: 28px;
  padding-top: 0;
  margin-bottom: 10px;
}
body.body--reskin.records.directory .site-container h2.alt,
body.body--reskin.records.rep-athletes .site-container h2.alt {
  padding: 9px 10px;
}
body.body--reskin.results .site-container {
  padding-top: 20px;
}
@media (min-width: 768px) {
  body.body--reskin.results .site-container {
    padding-top: 50px;
  }
  body.body--reskin.results .site-container h1 {
    margin-bottom: 10px;
  }
}
body.body--reskin.results .site-container h1:after {
  background-color: #BD94FF;
}
body.body--reskin.results .site-container .btn {
  border-radius: 0 !important;
  background-color: #BD94FF;
  color: #262626;
  font-weight: bold;
  font-size: 16px !important;
  width: auto !important;
  display: inline-block;
  padding: 10px 20px !important;
  max-width: initial;
  text-transform: capitalize !important;
}
body.body--reskin.results .site-container .btn:hover {
  background-color: #9e61ff;
}
@media (max-width: 1199px) {
  body.body--reskin.results .site-container .btn {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  body.body--reskin.results .site-container .btn {
    float: none !important;
    display: block;
    margin: auto;
  }
}
body.body--reskin.results .site-container .clickForMore {
  text-align: right;
}
@media (min-width: 768px) {
  body.body--reskin.results .site-container .clickForMore {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body.body--reskin.results .site-container .records-table tr td {
    vertical-align: top;
  }
  body.body--reskin.results .site-container .records-table tr td[data-th]:before {
    min-height: 36px;
    line-height: 14px;
  }
}
body.body--reskin.results .comp-heading > .col-md-6:first-of-type {
  padding-top: 0 !important;
}
@media (max-width: 1199px) {
  body.body--reskin.results .comp-heading > .col-md-6:nth-child(even) {
    padding: 0 20px;
  }
}
body.body--reskin.results .comp-heading span._label.date {
  margin: 5px 0 10px;
  display: block;
  text-transform: unset;
  color: #5F5F5F;
}
body.body--reskin.results .comp-heading span._label.date .tableflag {
  margin-top: 3px;
}
body.body--reskin.results .nav-tabs > li a {
  background-color: #F3F3F3;
  font-weight: bold;
  text-align: left;
}
body.body--reskin.results .nav-tabs > li:hover a,
body.body--reskin.results .nav-tabs > li:focus a {
  background-color: #dadada !important;
  color: #262626 !important;
}
body.body--reskin.results .nav-tabs > li.active > a {
  background-color: #262626 !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  body.body--reskin.results .nav-tabs > li a {
    padding: 15px 20px !important;
  }
}
body.body--reskin.results .tab-content .results {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #262626;
}
body.body--reskin.results .tab-content .results label {
  color: #fff;
}
@media (min-width: 768px) {
  body.body--reskin.results .tab-content .results {
    padding: 20px;
    margin-bottom: 40px;
  }
}
body.body--reskin.results.results-index h3,
body.body--reskin.results.results--category h3 {
  font-size: 22px;
  padding-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.body--reskin.results.results-index h3,
  body.body--reskin.results.results--category h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  body.body--reskin.results.results-index .clearfix + .col-md-12,
  body.body--reskin.results.results--category .clearfix + .col-md-12,
  body.body--reskin.results.results-index .dl-horizontal dd + .col-md-12,
  body.body--reskin.results.results--category .dl-horizontal dd + .col-md-12,
  body.body--reskin.results.results-index .container + .col-md-12,
  body.body--reskin.results.results--category .container + .col-md-12,
  body.body--reskin.results.results-index .container-fluid + .col-md-12,
  body.body--reskin.results.results--category .container-fluid + .col-md-12,
  body.body--reskin.results.results-index .row + .col-md-12,
  body.body--reskin.results.results--category .row + .col-md-12,
  body.body--reskin.results.results-index .form-horizontal .form-group + .col-md-12,
  body.body--reskin.results.results--category .form-horizontal .form-group + .col-md-12,
  body.body--reskin.results.results-index .btn-toolbar + .col-md-12,
  body.body--reskin.results.results--category .btn-toolbar + .col-md-12,
  body.body--reskin.results.results-index .btn-group-vertical > .btn-group + .col-md-12,
  body.body--reskin.results.results--category .btn-group-vertical > .btn-group + .col-md-12,
  body.body--reskin.results.results-index .nav + .col-md-12,
  body.body--reskin.results.results--category .nav + .col-md-12,
  body.body--reskin.results.results-index .navbar + .col-md-12,
  body.body--reskin.results.results--category .navbar + .col-md-12,
  body.body--reskin.results.results-index .navbar-header + .col-md-12,
  body.body--reskin.results.results--category .navbar-header + .col-md-12,
  body.body--reskin.results.results-index .navbar-collapse + .col-md-12,
  body.body--reskin.results.results--category .navbar-collapse + .col-md-12,
  body.body--reskin.results.results-index .pager + .col-md-12,
  body.body--reskin.results.results--category .pager + .col-md-12,
  body.body--reskin.results.results-index .panel-body + .col-md-12,
  body.body--reskin.results.results--category .panel-body + .col-md-12,
  body.body--reskin.results.results-index .modal-footer + .col-md-12,
  body.body--reskin.results.results--category .modal-footer + .col-md-12 {
    white-space: nowrap !important;
    overflow-x: auto;
  }
  body.body--reskin.results.results-index .records-table th,
  body.body--reskin.results.results--category .records-table th {
    display: table-cell;
  }
  body.body--reskin.results.results-index .records-table td:before,
  body.body--reskin.results.results--category .records-table td:before {
    display: none;
  }
  body.body--reskin.results.results-index .records-table td:nth-of-type(4),
  body.body--reskin.results.results--category .records-table td:nth-of-type(4) {
    font-size: 0;
  }
  body.body--reskin.results.results-index .records-table th,
  body.body--reskin.results.results--category .records-table th,
  body.body--reskin.results.results-index .records-table td,
  body.body--reskin.results.results--category .records-table td {
    padding: 5px;
    font-size: 10px;
  }
}
body.body--reskin.results.results-index .btn--wide,
body.body--reskin.results.results--category .btn--wide {
  display: none;
}
body.body--reskin.results.results-detail .nav-tabs.nav-comp.nav > li > a > span {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.body--reskin.results.results-detail .comp-heading > .col-sm-6 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.body--reskin.results.results-detail .comp-heading > .col-md-6 {
    width: 70%;
  }
}
body.body--reskin.results.results-detail .comp-heading h3 {
  font-size: 28px;
}
body.body--reskin.results.results-detail .panel-group > .panel > .panel-heading h4 {
  background-color: #FF873C;
}
body.body--reskin.results.results-detail .panel-group > .panel > .panel-heading h4 > a {
  padding: 0 10px;
  color: #262626;
}
body.body--reskin.results.results-detail .panel-group > .panel > .panel-heading h4 > a:after {
  color: #262626;
}
body.body--reskin.results.results-detail .records-table tr td:last-of-type {
  padding: 0;
}
body.body--reskin.results.results-detail .records-table tr td:nth-of-type(4) {
  font-weight: bold;
}
body.body--reskin.results.results-detail .records-table tr td a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  body.body--reskin.results.results-detail .panel-group {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  body.body--reskin.template1 .site-container {
    padding: 20px 0;
  }
}
body.body--reskin.template1 .comp-heading > .news-gallery .gallery {
  padding-top: 20px;
}
body.body--reskin.template1 .nav-tabs.nav-results {
  border-radius: 0;
}
body.body--reskin.template1 .nav-tabs.nav-results > li a {
  font-size: 20px;
  font-weight: bold;
  background-color: #f0f0f0;
  color: #262626;
}
body.body--reskin.template1 .nav-tabs.nav-results > li.active > a,
body.body--reskin.template1 .nav-tabs.nav-results > li:focus > a,
body.body--reskin.template1 .nav-tabs.nav-results > li:hover {
  background-color: #262626 !important;
}
@media (min-width: 768px) {
  body.body--reskin.template1 p {
    margin-bottom: 20px;
  }
}
body.body--reskin.template1 .documents-table-panel {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.body--reskin.template1 .documents-table-panel {
    margin-bottom: 40px;
  }
}
body.body--reskin.template1 .documents-table-panel.module .records-table tr:first-of-type td {
  background-color: #262626;
  color: #fff;
}
body.body--reskin.template1 .documents-table-panel h2,
body.body--reskin.template1 .table-header h2.alt {
  background-color: #281E37;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  text-transform: capitalize;
}
body.body--reskin.template1 .lang-buttons {
  white-space: nowrap;
}
body.body--reskin.template1 .lang-buttons a {
  display: inline-block;
  background-color: #FF873C;
  margin: 2px 4px;
  padding: 8px 10px;
  color: #fff;
  font-size: 14px;
}
body.body--reskin.template1 .road-events__title {
  margin-right: 0;
}
body.body--reskin.template1 .road-events__links {
  font-weight: bold;
}
@media (min-width: 768px) {
  body.body--reskin.template1 .road-events__links {
    top: 0;
  }
}
body.body--reskin.template1 .road-events__link {
  padding: 10px;
  background-color: #F3F3F3;
}
body.body--reskin.template1 .road-events__link:hover {
  background-color: #262626;
  color: #fff;
}
body.body--reskin.template3 .site-container {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  body.body--reskin.template3 .site-container {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  body.body--reskin.template3 .template3 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body.body--reskin.template3 .template3 {
    padding: 0 10px;
  }
}
body.body--reskin.template3 ul {
  padding-left: 0;
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
}
body.body--reskin.template3 .one-column-layout__content .container {
  position: relative;
}
body.body--reskin.template3 .template-1__body ul {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 15px;
}
body.body--reskin.template3 .template-1__body ul li {
  margin-bottom: 5px;
}
body.body--reskin.template3 .template-1__body ul li > ul {
  margin-top: 5px;
}
@media (min-width: 768px) {
  body.body--reskin.template3 .template-1__body ul {
    padding-left: 30px;
  }
}
body.body--reskin.template3 h2.alt {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}
@media (min-width: 768px) {
  body.body--reskin.template3 h2.alt {
    padding: 10px 20px;
  }
}
body.body--reskin.world-rankings .outer-container {
  background-color: #DFD0FA;
}
body.body--reskin.world-rankings .wr-home {
  padding: 20px 0;
}
body.body--reskin.world-rankings .wr-home h1 {
  margin-bottom: 0;
}
body.body--reskin.world-rankings .wr-home .social-grid {
  margin-bottom: 10px;
}
body.body--reskin.world-rankings .wr-home .col-sm-12 > p {
  display: none;
}
@media (min-width: 768px) {
  body.body--reskin.world-rankings .wr-home {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  body.body--reskin.world-rankings .wr-home > .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body.body--reskin.world-rankings .wr-home > .container {
    padding: 0 10px;
  }
}
body.body--reskin.world-rankings .wr-rules {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  body.body--reskin.world-rankings .wr-rules {
    padding: 40px 20px;
  }
}
body.body--reskin.world-rankings .wr-rules__sidebar {
  padding: 0 0 20px;
}
body.body--reskin.world-rankings .wr-rules__sidebar h3 {
  margin-bottom: 10px;
}
body.body--reskin.world-rankings .wr-rules__sidebar ul li {
  margin-bottom: 5px;
}
body.body--reskin.world-rankings .wr-rules__sidebar ul li a {
  font-weight: bold;
  font-size: 18px;
}
body.body--reskin.world-rankings .wr-rules__sidebar ul li a:hover {
  color: #BD94FF;
}
@media (min-width: 768px) {
  body.body--reskin.world-rankings .wr-rules__sidebar {
    padding: 10px 20px 0 0;
  }
}
body.body--reskin.world-rankings .wr-rules__body h1 {
  padding: 0;
  margin-bottom: 10px;
}
body.body--reskin.world-rankings .wr-rules__body h1:first-of-type {
  margin-top: 0;
}
body.body--reskin.world-rankings .wr-rules__body h2 {
  margin-bottom: 10px;
  background-color: #281E37;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}
body.body--reskin.world-rankings .wr-rules__body ul + h1,
body.body--reskin.world-rankings .wr-rules__body ol + h1,
body.body--reskin.world-rankings .wr-rules__body p + h1,
body.body--reskin.world-rankings .wr-rules__body ul + h2,
body.body--reskin.world-rankings .wr-rules__body ol + h2,
body.body--reskin.world-rankings .wr-rules__body p + h2 {
  margin-top: 15px;
}
body.body--reskin.world-rankings .wr-rules__body ol li {
  margin-bottom: 5px;
}
body.body--reskin.world-rankings .wr-rules__body ol li > ul {
  margin-top: 5px;
}
@media (min-width: 768px) {
  body.body--reskin.world-rankings .wr-rules__body h1 {
    margin-bottom: 20px;
  }
  body.body--reskin.world-rankings .wr-rules__body h2 {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  body.body--reskin.world-rankings .wr-rules__body p {
    margin-bottom: 20px;
  }
  body.body--reskin.world-rankings .wr-rules__body ul + h1,
  body.body--reskin.world-rankings .wr-rules__body ol + h1,
  body.body--reskin.world-rankings .wr-rules__body p + h1,
  body.body--reskin.world-rankings .wr-rules__body ul + h2,
  body.body--reskin.world-rankings .wr-rules__body ol + h2,
  body.body--reskin.world-rankings .wr-rules__body p + h2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  body.body--reskin.world-rankings .wr-rules__body ol {
    padding-left: 20px;
  }
}
body.body--reskin.world-rankings .wr-rules__body .records-table thead td {
  background-color: #262626;
  color: #fff;
}
body.body--reskin.world-rankings .wr-rules__body .records-table td {
  vertical-align: top;
}
body.body--reskin.world-rankings .wr-rules__body .records-table tr:nth-child(even) {
  background-color: initial;
}
body.body--reskin.world-rankings .wr-rules__body .records-table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  body.body--reskin.world-rankings .wr-rules__body .records-table td:first-of-type {
    padding-left: 13px;
  }
  body.body--reskin.world-rankings .wr-rules__body .records-table td:last-of-type {
    padding-right: 13px;
  }
}
@media (max-width: 767px) {
  body.body--reskin.world-rankings .wr-rules__body .records-table td {
    font-size: 12px;
    padding: 5px 2px;
  }
}
body.body--reskin.world-rankings--calendar .comp-heading {
  margin-bottom: 20px;
}
body.body--reskin.world-rankings--calendar .toplists__title {
  margin-bottom: 0;
}
body.body--reskin.world-rankings--calendar .toplists__title h3 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.33;
  position: relative;
  color: #262626;
  padding-bottom: 10px;
}
body.body--reskin.world-rankings--calendar .toplists__title h3:after {
  content: '';
  background-color: #BD94FF;
  position: absolute;
  bottom: 10px;
  width: 120px;
  height: 1px;
  left: 0;
}
@media (min-width: 768px) {
  body.body--reskin.world-rankings--calendar .toplists__title h3 {
    font-size: 42px;
    line-height: 44px;
    margin-bottom: 10px;
  }
  body.body--reskin.world-rankings--calendar .toplists__title h3:after {
    bottom: 0;
    width: 180px;
  }
}
body.body--reskin.world-rankings--calendar .toplists-filters-wrapper {
  padding: 0 !important;
}
body.body--reskin.world-rankings--calendar .top-lists-filter__column .btn {
  background-color: #BD94FF !important;
  color: #262626 !important;
  text-transform: initial;
  font-weight: bold;
  margin: 10px 10px 0 0;
  padding: 6px 20px;
}
body.body--reskin.world-rankings--calendar .top-lists-filter__column .btn:hover,
body.body--reskin.world-rankings--calendar .top-lists-filter__column .btn:active {
  background-color: #DFD0FA !important;
}
body.body--reskin.world-rankings--calendar .records-table th {
  display: table-cell;
}
body.body--reskin.world-rankings--calendar .records-table td:first-of-type {
  white-space: nowrap;
}
body.body--reskin.world-rankings--calendar .records-table td:nth-of-type(2) {
  font-weight: bold;
}
body.body--reskin.world-rankings--calendar .label__text {
  color: #fff;
}
@media (max-width: 767px) {
  body.body--reskin.world-rankings--calendar .toplists__title {
    padding: 0 10px 10px !important;
  }
}
@media (min-width: 768px) {
  body.body--reskin.world-rankings--calendar .comp-heading {
    margin-bottom: 40px;
  }
}
body.body--reskin.world-rankings.world-rankings--cpr .comp-heading {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.body--reskin.world-rankings.world-rankings--cpr .comp-heading {
    margin-bottom: 40px;
  }
}
body.body--reskin.world-rankings.world-rankings--cpr .nav-tabs > li.active a {
  background-color: #262626 !important;
}
@media (max-width: 991px) {
  body.body--reskin.world-rankings.world-rankings--cpr .nav-tabs > li a {
    font-size: 14px;
  }
  body.body--reskin.world-rankings.world-rankings--cpr .tabs--cpr__headings {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0;
  }
  body.body--reskin.world-rankings.world-rankings--cpr .tabs--cpr__heading {
    display: inline-block;
  }
}
body.body--reskin.profileRepresentive .site-container {
  padding-top: 20px;
}
@media (min-width: 768px) {
  body.body--reskin.profileRepresentive .site-container {
    padding-top: 40px;
  }
}
body.body--reskin.profileRepresentive table.records-table.clickable > tbody tr.active,
body.body--reskin.profileRepresentive table.records-table.clickable > tbody tr:hover,
body.body--reskin.profileRepresentive table.records-table.clickable > tbody tr.active th,
body.body--reskin.profileRepresentive table.records-table.clickable > tbody tr:hover th,
body.body--reskin.profileRepresentive table.records-table.clickable > tbody tr.active td,
body.body--reskin.profileRepresentive table.records-table.clickable > tbody tr:hover td,
body.body--reskin.profileRepresentive table.records-table.clickable > tbody tr.active a,
body.body--reskin.profileRepresentive table.records-table.clickable > tbody tr:hover a,
body.body--reskin.profileRepresentive table.records-table.clickable > tbody tr.active span,
body.body--reskin.profileRepresentive table.records-table.clickable > tbody tr:hover span {
  background-color: #BD94FF !important;
}
@media (min-width: 768px) {
  body.body--reskin header:before {
    content: none !important;
  }
}
body.body--reskin.comp-header-override header.siteHeader {
  min-height: 10px;
}
body.body--reskin .sso-footer-container .sso-link-header {
  color: #fff;
}
body.body--reskin h1 {
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  font-size: 42px;
}
body.body--reskin .site-container {
  min-height: 400px;
}
body.body--reskin .search-result span._label.comp {
  color: #262626 !important;
}
body.body--reskin .inner-menu #innerMenu .navbar-nav {
  margin: 0px;
  /*display: -webkit-box;*/
}
body.body--reskin .inner-menu #innerMenu .navbar-nav li:first-child {
  padding-left: 15px;
}
@media (max-width: 1150px) {
  body.body--reskin .inner-menu #innerMenu .navbar-nav {
    display: -webkit-box;
  }
}
body.body--reskin.ui.thankyou .site-container {
  padding-top: 40px;
}
@media (min-width: 1400px) {
  body.body--reskin.iaaf-app.ui .site-container .comp-heading .social-grid,
  body.body--reskin.ui.medicalRegistation .site-container .comp-heading .social-grid,
  body.body--reskin.ui.search .site-container .comp-heading .social-grid,
  body.body--reskin.ui.directory .site-container .comp-heading .social-grid,
  body.body--reskin.ui.rep-athletes .site-container .comp-heading .social-grid,
  body.body--reskin.ui.document-lib .site-container .comp-heading .social-grid,
  body.body--reskin.ui.standard .site-container .comp-heading .social-grid,
  body.body--reskin.results.results-detail .site-container .comp-heading .social-grid {
    top: 29px;
  }
}
body.body--reskin.document-lib .site-container {
  padding-bottom: 10px;
}
body.body--reskin.ui.directory .container h1:after {
  content: none;
}
body.body--reskin.ui.directory .container h2.alt {
  background-color: #BD94FF;
  color: #262626;
}
body.body--reskin.ui.directory .container .module h2 {
  background-color: #BD94FF;
  color: #262626;
  padding: 10px;
}
.records--discipline.rep-athletes .container h1:after {
  content: none;
}
body.body--reskin.ui .site-container h1 {
  color: #262626;
}
body.body--reskin.ui .site-container h2.alt {
  font-size: 20px;
  background-color: #262626;
  padding: 12px 15px;
}
body.body--reskin.ui .site-container .records-table tr > td,
body.body--reskin.ui .site-container .records-table tr > th {
  font-size: 14px;
}
@media (min-width: 1400px) {
  body.body--reskin.ui .site-container .comp-heading .social-grid {
    top: 0;
    margin-top: 0px;
  }
}
body.body--reskin.partner-pages .container.about-panel {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}
body.body--reskin.partner-pages .container.about-panel strong {
  font-weight: 400;
}
@media (max-width: 1110px) {
  body.body--reskin.partner-pages .site-container {
    padding: 20px;
  }
}
body.body--reskin.partner-pages .site-container h1 {
  color: #fff;
}
body.body--reskin.contact-style .site-container .comp-heading .social-grid,
body.body--reskin.newsletter-style .site-container .comp-heading .social-grid {
  top: 25px;
}
body.body--reskin.all-partners .partner-section ul.row.media-grid li:hover,
body.body--reskin.all-partners .partner-section ul.row.media-grid li:focus {
  background-color: #e8e8e8 !important;
}
body.body--reskin.all-partners .site-container .comp-heading .social-grid {
  top: 25px;
}
body.body--reskin.all-partners .site-container.partnerOuterMinH {
  min-height: 600px;
}
body.body--reskin.ui.ui-healthScience .nav-tabs.nav-results li:first-child a,
body.body--reskin.ui.ui-healthScience .nav-tabs.nav-results li:first-child:hover a {
  background-color: #31314f !important;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.body--reskin div.countdownWrap {
    display: none;
  }
  body.body--reskin header div.comp-banner {
    margin-top: 0 !important;
  }
}
body.body--reskin.calendar .outer-container {
  background: #DFD0FA;
}
body.body--reskin.calendar .site-container {
  padding-top: 40px;
  padding-bottom: 50px;
}
body.body--reskin.calendar .site-container h1 {
  border-bottom: 1px solid #BD94FF;
  width: auto;
  display: inline-block;
  color: #262626;
}
body.body--reskin.calendar .site-container h2.alt {
  font-size: 20px;
  background-color: #262626;
  padding: 12px 15px;
}
body.body--reskin.calendar .site-container .records-table tr > td,
body.body--reskin.calendar .site-container .records-table tr > th {
  font-size: 14px;
}
body.body--reskin.calendar .site-container .records-table th {
  background-color: #262626;
}
@media (max-width: 480px) {
  body.body--reskin.calendar .site-container .records-table th {
    font-size: 12px !important;
  }
}
@media (max-width: 480px) {
  body.body--reskin.calendar .site-container .records-table tr td {
    padding: 0 !important;
  }
  body.body--reskin.calendar .site-container .records-table tr td[data-th]:before {
    font-size: 12px !important;
  }
}
body.body--reskin.calendar .nav-tabs li a {
  text-align: left;
  padding: 10px 21px !important;
}
body.body--reskin.calendar .nav-tabs > li {
  background-color: #F3F3F3;
}
body.body--reskin.calendar .nav-tabs > li:focus > a {
  background-color: #262626 !important;
  color: #fff !important;
}
body.body--reskin.calendar .nav-tabs > li.active > a {
  background-color: #262626 !important;
  color: #fff !important;
}
body.body--reskin.calendar div[role="tabpanel"] > .container {
  background-color: #262626;
}
body.body--reskin.calendar .tab-pane label {
  color: #F3F3F3;
}
body.body--reskin.calendar select {
  padding: 8px 15px 9px 7px;
}
body.body--reskin.calendar .clickForMore {
  float: right;
  padding-right: 0px;
}
body.body--reskin.calendar .clickForMore i {
  color: #262626;
}
body.body--reskin.calendar .clickForMore a {
  float: right;
  border-radius: 0;
  color: #262626;
  font-size: 14px;
  background-color: #BD94FF;
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
@media (max-width: 990px) {
  body.body--reskin.calendar .clickForMore {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  body.body--reskin.calendar .comp-heading .social-grid {
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  body.body--reskin.calendar .comp-heading .social-grid {
    top: 0;
    margin-top: 0px;
  }
}
body.body--reskin.standard .site-container {
  padding-top: 20px 0px;
}
body.body--reskin.standard .site-container .records-table th {
  background: #818181;
}
body.body--reskin.standard .site-container .records-table td i.fa {
  background: #FF873C;
  color: #fff;
  padding: 5px 6px 5px 7px;
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
  line-height: 11px;
}
body.body--reskin.standard .site-container .right-padding {
  padding-right: 15px;
  padding-left: 0px;
}
body.body--reskin.standard .site-container .left-padding {
  padding-left: 15px;
}
body.body--reskin.standard .site-container .about-panel {
  background: #262626;
}
body.body--reskin.standard .site-container .about-panel label {
  color: #fff;
}
body.body--reskin.ui-template1 .documents-table-panel.module .records-table tr:first-of-type td {
  background-color: #BD94FF;
  color: #000;
}
body.body--reskin.ui-template1 #masonry > li span {
  font-weight: normal;
}
body.body--reskin.ui-template1 #masonry > li span._label.meta span {
  font-weight: bold;
  padding-top: 10px !important;
}
body.body--reskin.ui-healthScience h2.alt {
  background-color: #173032;
  font-size: 20px;
}
body.body--reskin.ui-healthScience p {
  font-size: 14px;
}
body.body--reskin.ui-healthScience h3 {
  font-size: 20px;
}
body.body--reskin.ui-healthScience .outer-container {
  background: #C2E9ED;
}
body.body--reskin.ui-healthScience .outer-container .sub-navs .secondary-nav .sub-navs > .container > .navbar-collapse > .navbar-nav > li.active > a:before {
  opacity: 1;
}
body.body--reskin.ui-healthScience .outer-container .sub-navs .secondary-nav .navbar li a:before {
  content: '';
  position: absolute;
  background-color: #69D7E1;
  width: 100%;
  height: 3px;
  bottom: 16px;
  opacity: 0;
}
body.body--reskin.ui-healthScience .outer-container #masonry > li span {
  font-size: 14px;
}
body.body--reskin.ui-healthScience .outer-container .table-header h2.alt {
  background-color: #173032;
}
body.body--reskin.ui-healthScience .outer-container .offset-above {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 990px) {
  body.body--reskin.ui-healthScience .comp-heading .social-grid {
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  body.body--reskin.ui-healthScience .comp-heading .social-grid {
    top: 31px;
    margin-top: 0px;
  }
}
body.body--reskin.contact-style .comp-heading h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
body.body--reskin.contact-style .btn.btn-normal {
  border: none;
}
body.body--reskin.contact-style .select-ui {
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
}
body.body--reskin.contact-style .select-ui select {
  -moz-appearance: window;
  -webkit-appearance: none;
  padding: 9px;
}
body.body--reskin.contact-style .select-ui select::-ms-expand {
  display: none;
}
body.body--reskin.contact-style .select-ui:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 5px;
  bottom: 10px;
}
body.body--reskin.newsletter-style .comp-heading h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
body.body--reskin.newsletter-style .btn.btn-normal {
  border: none;
}
body.body--reskin.newsletter-style .btn-group .recaptcha {
  float: left !important;
}
body.body--reskin.constitution .outer-container h1 {
  font-size: 42px;
}
body.body--reskin.constitution .outer-container .panel-title {
  font-size: 20px;
}
body.body--reskin.constitution .outer-container .records-table tr th {
  font-size: 14px;
}
body.body--reskin.constitution .outer-container .records-table tr td {
  font-size: 14px;
}
body.body--reskin.termConditions .outer-container .tc-page ol li {
  font-size: 14px;
}
body.body--reskin.termConditions .outer-container .tc-page p {
  font-size: 14px;
}
body.body--reskin.termConditions .outer-container .ui-privacy-table table tr:first-child {
  background: #818181;
}
body.body--reskin.termConditions .outer-container .ui-privacy-table table tr:first-child td {
  color: #fff;
}
body.body--reskin.termConditions .outer-container .ui-privacy-table table tr:first-child td br {
  display: none;
}
body.body--reskin.termConditions .outer-container .ui-privacy-table table td {
  font-size: 14px;
}
body.body--reskin.termConditions .outer-container .ui-privacy-table table th {
  font-size: 14px;
}
body.body--reskin.termConditions .outer-container .ui-privacy-table ol {
  margin: 0px;
  padding: 0px;
}
body.body--reskin.termConditions .outer-container .ui-privacy-table ol li {
  margin-bottom: 10px;
  font-size: 14px;
}
body.body--reskin.termConditions .outer-container .ui-privacy-table ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
body.body--reskin.termConditions .outer-container .comp-heading p {
  font-size: 14px !important;
}
@media (min-width: 768px) and (max-width: 990px) {
  body.body--reskin.termConditions .outer-container .comp-heading .social-grid {
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  body.body--reskin.termConditions .outer-container .comp-heading .social-grid {
    top: 25px;
    margin-top: 0px;
  }
}
body.body--reskin.ui #tempstyles .bookmark-tabs .tabs-header {
  max-width: 1080px;
  margin: 30px auto;
  padding: 0px;
}
body.body--reskin.ui #tempstyles .bookmark-tabs .about-structure {
  margin: 0 auto;
  max-width: 1080px;
}
body.body--reskin.ui.structure-intro .outer-container {
  background-color: #C2E9ED;
}
body.body--reskin.ui.structure-intro .site-container h1 {
  text-align: left !important;
}
body.body--reskin.ui.structure-intro #tempstyles ul.structure-menu li a.intro {
  background: #69D7E1;
  color: #000;
}
body.body--reskin.congress h1.underlined {
  font-size: 42px;
}
body.body--reskin.congress #tempstyles ul.structure-menu li a.congress {
  background: #69D7E1;
  color: #000;
}
body.body--reskin.ui.member-federations .outer-container {
  background-color: #C2E9ED;
  padding: 0px;
}
body.body--reskin.ui.member-federations #tempstyles ul.structure-menu li a.memberfedload {
  background: #69D7E1;
  color: #000;
}
body.body--reskin.ui.member-federations #tempstyles .about-panel.padding {
  padding: 0px !important;
}
body.body--reskin.ui.structure-exec.structure-council .outer-container {
  background-color: #C2E9ED;
}
body.body--reskin.ui.structure-exec.structure-council h1.underlined:after {
  content: none;
}
body.body--reskin.ui.structure-exec.structure-council .site-container {
  padding-bottom: 30px;
}
body.body--reskin.ui.structure-exec.structure-council #tempstyles ul.structure-menu li a.exec-board {
  background: #69D7E1;
  color: #000;
}
body.body--reskin.ui.structure-exec.structure-council #tempstyles ul.structure-menu li a.council {
  background: #173032;
  color: #fff;
}
body.body--reskin.ui.structure-hq .outer-container {
  background-color: #C2E9ED;
}
body.body--reskin.ui.structure-hq #tempstyles ul.structure-menu li a.hq {
  background: #69D7E1;
  color: #000;
}
body.body--reskin.ui.structure-bodies #news {
  padding-bottom: 30px;
}
body.body--reskin.ui.structure-bodies .outer-container {
  background-color: #C2E9ED;
}
body.body--reskin.ui.structure-bodies #tempstyles ul.structure-menu li a.in-bodies {
  background: #69D7E1;
  color: #000;
}
body.body--reskin.ui.structure-commission .outer-container {
  background-color: #C2E9ED;
}
body.body--reskin.ui.structure-commission h1.about-underline:after {
  width: 100%;
}
body.body--reskin.ui.structure-commission #tempstyles .about-structure h3 {
  font-weight: bold;
  font-size: 20px;
}
body.body--reskin.ui.structure-commission #tempstyles ul.structure-menu li a.comision {
  background: #69D7E1;
  color: #000;
}
body.body--reskin.ui.structure-commission #tempstyles .profile-container {
  width: 80%;
}
@media (max-width: 767px) {
  body.body--reskin.ui.structure-commission #tempstyles .profile-container {
    width: 100%;
  }
}
body.body--reskin.ui.structure-commission #tempstyles .profile-container .name-container,
body.body--reskin.ui.structure-commission #tempstyles .profile-container .bio-container {
  background-color: transparent !important;
  width: 100%;
  padding-top: 0px;
}
body.body--reskin.ui.structure-commission #tempstyles .profile-container .name-container h1,
body.body--reskin.ui.structure-commission #tempstyles .profile-container .bio-container h1 {
  margin-top: 2px;
  font-size: 42px;
}
body.body--reskin.ui.structure-commission #tempstyles .bookmark-tabs .tabs-header.nav-outer {
  margin-top: 2px;
}
body.body--reskin.ui.structure-commission #tempstyles .bookmark-tabs .left-links {
  width: 20%;
  min-height: 50px;
}
@media (max-width: 767px) {
  body.body--reskin.ui.structure-commission #tempstyles .bookmark-tabs .left-links {
    width: 100%;
  }
}
body.body--reskin.ui.structure-commission #tempstyles .bookmark-tabs .tabs-header ul.commissions-ul li {
  margin: 5px 20px;
  background: transparent;
}
body.body--reskin.ui.structure-commission #tempstyles .bookmark-tabs .tabs-header ul.commissions-ul li a {
  margin: 0px;
  padding: 2px 0px !important;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}
body.body--reskin.ui.structure-commission #tempstyles .bookmark-tabs .tabs-header ul.commissions-ul li a.selected {
  color: #000026 !important;
  border-bottom: 2px solid #00deff;
}
body.body--reskin.ui.structure-commission #tempstyles .profile-image-info {
  width: 52%;
}
@media (max-width: 576px) {
  body.body--reskin.ui.structure-commission #tempstyles .profile-image-info {
    width: 100%;
    position: static;
  }
}
body.body--reskin.ui.structure-commission #tempstyles .profile-image-info .about-panel,
body.body--reskin.ui.structure-commission #tempstyles .profile-image-info .documents-table-panel {
  width: 100%;
  padding: 20px;
}
body.body--reskin.ui.structure-commission #tempstyles .profile-biography-info {
  width: 47%;
  position: relative;
}
@media (max-width: 576px) {
  body.body--reskin.ui.structure-commission #tempstyles .profile-biography-info {
    width: 100%;
  }
}
body.body--reskin.ui.structure-commission #tempstyles .profile-biography-info ul.federation-members-list {
  position: relative;
}
body.body--reskin.ui.structure-commission #tempstyles .profile-biography-info ul.federation-members-list li {
  background: transparent !important;
  border-top: 0.5px solid #CCCCCC;
  padding: 10px 0;
}
body.body--reskin.ui.structure-commission #tempstyles .profile-biography-info ul.federation-members-list li span {
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  padding: 0px !important;
  font-size: 14px;
}
body.body--reskin.ui.structure-commission #tempstyles .profile-biography-info ul.federation-members-list li:first-child {
  border-top: none;
}
body.body--reskin.ui.structure-commission #tempstyles .profile-biography-info ul.federation-members-list:after {
  border-bottom: 0.5px solid #818181;
  margin-left: -9px;
  content: '';
  display: block;
  height: 2px;
}
body.body--reskin.ui.structure-commission #tempstyles .profile-biography-info:before {
  border-left: 0.5px solid #818181;
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  left: 10px;
  width: 2px;
}
@media (max-width: 576px) {
  body.body--reskin.ui.structure-commission #tempstyles .profile-biography-info:before {
    content: none;
  }
}
body.body--reskin.ui.structure-council .outer-container {
  background-color: #C2E9ED;
}
body.body--reskin.ui.structure-council h1.underlined:after {
  content: none;
}
body.body--reskin.ui.structure-council .councilTopM .article-section {
  margin-top: 60px;
}
body.body--reskin.ui.structure-council #tempstyles .profile-container .name-container h1 {
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  font-size: 42px;
}
body.body--reskin.ui.structure-council #tempstyles ul.structure-menu li a.council {
  background: #69D7E1;
  color: #000;
}
body.body--reskin.ui.structure-council #tempstyles ul.structure-menu .bookmark-tabs .left-links {
  width: 20%;
}
@media (max-width: 767px) {
  body.body--reskin.ui.structure-council #tempstyles ul.structure-menu .bookmark-tabs .left-links {
    width: 100%;
  }
}
body.body--reskin.ui.structure-council #tempstyles ul.structure-menu .news-article .headline-panel {
  height: 400px;
}
body.body--reskin.ui.structure-council #tempstyles ul.structure-menu .news-article .headline-panel .council-page {
  width: 100%;
}
body.body--reskin.ui.structure-council #tempstyles ul.structure-menu .news-article .headline-panel .council-page .about-cen-bg-img {
  width: 100%;
}
@media (max-width: 980px) {
  body.body--reskin.ui.structure-council #tempstyles ul.structure-menu .news-article .headline-panel {
    height: 352px;
  }
}
@media (max-width: 640px) {
  body.body--reskin.ui.structure-council #tempstyles ul.structure-menu .news-article .headline-panel {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 480px) {
  body.body--reskin.ui.structure-council #tempstyles ul.structure-menu .news-article .headline-panel {
    height: 200px;
  }
}
@media (max-width: 767px) {
  body.body--reskin.ui.structure-council #tempstyles ul.structure-menu .news-article .headline-panel header {
    padding: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.body--reskin.ui.structure-council #tempstyles ul.structure-menu .news-article .headline-panel h1 {
    margin: 0px;
  }
}
body.body--reskin.ui.structure-council #tempstyles .profile-container {
  width: 80%;
}
@media (max-width: 767px) {
  body.body--reskin.ui.structure-council #tempstyles .profile-container {
    width: 100%;
  }
}
body.body--reskin.ui.structure-council #tempstyles .about-news-handlers .about-cen-bg-img {
  top: 30px;
}
body.body--reskin.ui.structure-council #tempstyles .about-news-handlers .about-cen-bg-img img {
  min-height: 443px !important;
}
@media screen and (max-width: 767px) {
  body.body--reskin.ui.structure-council #tempstyles .council-page {
    width: 100%;
  }
  body.body--reskin.ui.structure-council #tempstyles .council-page .about-cen-bg-img {
    width: 100% !important;
  }
}
body.body--reskin.ui.member-federations .outer-container {
  background-color: #C2E9ED;
  padding-top: 0px;
}
body.body--reskin.ui.member-federations #tempstyles .module.list-congress {
  font-size: 14px;
}
body.body--reskin.ui.member-federations #tempstyles .module.list-congress .info-label {
  font-weight: bold;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-left,
body.body--reskin.ui.member-federations #tempstyles .geo-map-location {
  width: 28%;
  margin-right: 2%;
}
@media (max-width: 980px) {
  body.body--reskin.ui.member-federations #tempstyles .member-fed-left,
  body.body--reskin.ui.member-federations #tempstyles .geo-map-location {
    width: 100%;
    margin-right: 0%;
  }
}
body.body--reskin.ui.member-federations #tempstyles .main-fed-panel-area {
  width: 70%;
}
@media (max-width: 980px) {
  body.body--reskin.ui.member-federations #tempstyles .main-fed-panel-area {
    width: 100%;
  }
}
body.body--reskin.ui.member-federations #tempstyles .main-fed-panel-area .member-fed-container {
  width: 100%;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-centre {
  width: 50%;
}
@media (max-width: 640px) {
  body.body--reskin.ui.member-federations #tempstyles .member-fed-centre {
    width: 100%;
  }
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-right {
  width: 50%;
}
@media (max-width: 640px) {
  body.body--reskin.ui.member-federations #tempstyles .member-fed-right {
    width: 100%;
    position: static;
  }
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-right .map-container {
  height: auto;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-right .information-container {
  width: 100%;
}
body.body--reskin.ui.member-federations #tempstyles ul.structure-menu li a.memberfedload {
  background: #69D7E1;
  color: #000;
}
body.body--reskin.ui.member-federations #tempstyles .about-panel.padding {
  padding: 0px !important;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-left .module {
  width: 100%;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-left .padding {
  padding: 0px !important;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-left label {
  font-size: 20px;
  margin-bottom: 12px;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-left label.padding {
  margin-top: 20px;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-left .btn-group ul.dropdown-menu {
  font-size: 16px;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-left .btn-group button.dropdown-toggle {
  font-size: 16px;
}
body.body--reskin.ui.member-federations #tempstyles .bookmark-tabs .tabs-header.nav-outer {
  margin-top: 0px;
}
body.body--reskin.ui.member-federations #tempstyles .bookmark-tabs .tabs-header.nav-outer ul li {
  margin: 10px 0px;
  background: transparent;
}
body.body--reskin.ui.member-federations #tempstyles .bookmark-tabs .tabs-header.nav-outer ul li a {
  margin: 0px;
  padding: 3px 0px !important;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}
body.body--reskin.ui.member-federations #tempstyles .bookmark-tabs .tabs-header.nav-outer ul li a.selected {
  color: #000026 !important;
  border-bottom: 2px solid #00deff;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-centre .name-container {
  width: 100%;
  padding-top: 0px;
}
@media (max-width: 640px) {
  body.body--reskin.ui.member-federations #tempstyles .member-fed-centre .name-container {
    padding: 0px;
  }
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-centre .name-container h1.underlined.about-underline {
  font-size: 42px;
  margin-top: 2px;
  margin-bottom: 0px;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-centre .name-container h1.underlined.about-underline:after {
  width: 100%;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-centre .member-fed-centre-info {
  width: 100%;
}
@media (max-width: 640px) {
  body.body--reskin.ui.member-federations #tempstyles .member-fed-centre .member-fed-centre-info {
    padding: 0px;
  }
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-centre ul.federation-members-list {
  position: relative;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-centre ul.federation-members-list li {
  background: transparent !important;
  border-top: 0.5px solid #CCCCCC;
  padding: 10px 0;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-centre ul.federation-members-list li span {
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  padding: 0px !important;
  font-size: 14px;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-centre ul.federation-members-list li:first-child {
  border-top: none;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-centre ul.federation-members-list:after {
  border-bottom: 0.5px solid #818181;
  margin-left: -9px;
  content: '';
  display: block;
  height: 2px;
}
body.body--reskin.ui.member-federations #tempstyles .member-fed-centre:before {
  border-left: 0.5px solid #818181;
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  left: 0px;
  width: 4px;
  z-index: 9;
}
@media (max-width: 576px) {
  body.body--reskin.ui.member-federations #tempstyles .member-fed-centre:before {
    content: none;
  }
}
body.body--reskin.ui-academy .outer-container {
  background: #C2E9ED;
}
body.body--reskin.ui-academy .outer-container .comp-heading .social-grid {
  top: 0px;
}
body.body--reskin.ui-academy .outer-container .news-gallery {
  display: block !important;
}
body.body--reskin.ui-academy .outer-container .news-gallery .offset-above {
  margin-top: 0px !important;
}
body.body--reskin.ui-academy .outer-container .news-gallery ul.nav-results {
  background-color: transparent;
}
body.body--reskin.ui-academy .outer-container .news-gallery ul.nav-results > li {
  background-color: #F3F3F3;
}
body.body--reskin.ui-academy .outer-container .news-gallery ul.nav-results > li a {
  font-size: 16px;
  font-weight: bold;
}
body.body--reskin.ui-academy .outer-container .news-gallery ul.nav-results > li a:hover {
  background-color: #262626 !important;
  color: #fff;
}
body.body--reskin.ui-academy .outer-container .news-gallery ul.nav-results > li a:focus {
  background-color: #262626 !important;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.body--reskin.ui-academy .outer-container .news-gallery ul.nav-results > li {
    width: auto;
    display: inline-block;
    margin: 5px !important;
  }
  body.body--reskin.ui-academy .outer-container .news-gallery ul.nav-results > li a {
    width: auto;
  }
}
body.body--reskin.ui-academy .outer-container .offials_menu #officialJudges a {
  background-color: #262626 !important;
  color: #fff;
}
body.body--reskin.ui-academy .outer-container .offials_menu .learning-active a {
  background-color: #69D7E1 !important;
  color: #262626 !important;
}
body.body--reskin.ui-academy .outer-container .area-dev-menu #areaDevAct a {
  background-color: #262626 !important;
  color: #fff;
}
body.body--reskin.ui-academy .outer-container .area-dev-menu .learning-active a {
  background-color: #69D7E1 !important;
  color: #262626 !important;
}
body.body--reskin.ui-academy .outer-container .coaches_menu #coaches a {
  background-color: #262626 !important;
  color: #fff;
}
body.body--reskin.ui-academy .outer-container .coaches_menu .learning-active a {
  background-color: #69D7E1 !important;
  color: #262626 !important;
}
body.body--reskin.ui-academy .outer-container .area-dev-menu .records-table tr .lang-buttons a,
body.body--reskin.ui-academy .outer-container .offials_menu .records-table tr .lang-buttons a,
body.body--reskin.ui-academy .outer-container .coaches_menu .records-table tr .lang-buttons a {
  display: inline-block;
  background-color: #ff873c;
  margin: 2px 4px;
  padding: 8px 10px;
  color: #fff;
  font-size: 14px;
}
body.body--reskin.ui-academy .outer-container .academy-menu .intro-active a {
  background-color: #69D7E1 !important;
  color: #262626 !important;
}
body.body--reskin.ui-academy .outer-container .school-youth-menu .kids-athletics-active a {
  background-color: #69D7E1 !important;
  color: #262626 !important;
}
body.body--reskin.ui-academy .outer-container .school-youth-menu ul.nav.nav-tabs.development-menu > li:first-child a {
  background-color: #173032 !important;
  color: #fff;
}
body.body--reskin.ui-academy .outer-container .school-youth-menu ul.nav.nav-tabs.development-menu > li:first-child a:hover {
  background-color: #69D7E1 !important;
  color: #262626;
}
body.body--reskin.ui-academy .outer-container .school-youth-menu ul.nav.nav-tabs.development-menu > li:first-child a:focus {
  background-color: #69D7E1 !important;
  color: #262626;
}
body.body--reskin.ui-academy .outer-container .newStudies-menu .new-studies-active a {
  background-color: #69D7E1 !important;
  color: #262626 !important;
}
body.body--reskin.ui-academy .outer-container .newStudies-menu ul.nav.nav-tabs.development-menu > li:first-child a {
  background-color: #173032 !important;
  color: #fff;
}
body.body--reskin.ui-academy .outer-container .newStudies-menu ul.nav.nav-tabs.development-menu > li:first-child a:hover {
  background-color: #69D7E1 !important;
  color: #262626;
}
body.body--reskin.ui-academy .outer-container .newStudies-menu ul.nav.nav-tabs.development-menu > li:first-child a:focus {
  background-color: #69D7E1 !important;
  color: #262626;
}
body.body--reskin.ui-academy .outer-container ul.nav.nav-tabs.development-menu {
  background: none;
  margin-bottom: 20px !important;
}
body.body--reskin.ui-academy .outer-container ul.nav.nav-tabs.development-menu > li {
  display: inline-block;
  margin: 5px !important;
  width: auto;
}
body.body--reskin.ui-academy .outer-container ul.nav.nav-tabs.development-menu > li:last-child {
  margin-right: 0px !important;
}
body.body--reskin.ui-academy .outer-container ul.nav.nav-tabs.development-menu > li > a {
  background: #173032;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  width: auto;
}
body.body--reskin.ui-academy .outer-container ul.nav.nav-tabs.development-menu > li > a:hover {
  background-color: #69D7E1 !important;
  color: #262626;
}
body.body--reskin.ui-academy .outer-container ul.nav.nav-tabs.development-menu > li > a:focus {
  background-color: #69D7E1 !important;
  color: #262626;
}
body.body--reskin.ui-academy .outer-container ul.nav.nav-tabs.development-menu > li > a:last-child {
  margin-right: 0px !important;
}
body.body--reskin.ui-academy .outer-container .documents-table-panel.module h2 {
  background-color: #173032;
  padding: 12px 15px;
  color: #fff;
  font-size: 20px;
}
body.body--reskin.ui-academy .outer-container .site-container h2.alt {
  background-color: #173032;
}
body.body--reskin.ui-academy .outer-container .container.comp-heading > .col-md-6:nth-child(even) {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  body.body--reskin.ui-academy .outer-container .container.comp-heading > .col-md-6 {
    padding: 20px 10px 10px !important;
  }
}
body.body--reskin.ui-academy.atc #tempstyles .site-container {
  padding-bottom: 15px;
}
@media screen and (max-width: 980px) {
  body.body--reskin.ui-academy.atc #tempstyles .site-container .atc-right h2.alt {
    margin-top: 25px;
  }
}
body.body--reskin.ui-academy.atc #tempstyles .atc-menu ul.nav li.atc-active a {
  background-color: #69D7E1 !important;
  color: #262626 !important;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs {
  width: 100%;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .black-opaque-bg {
  width: 100%;
  background: #F3F3F3 !important;
  color: #173032;
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  padding: 15px;
  min-height: 10px;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .black-opaque-bg ul {
  max-width: 1080px;
  width: 99%;
  margin: 0 auto;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .black-opaque-bg ul.heading-menu {
  width: 100%;
  margin-bottom: 10px;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .black-opaque-bg ul.heading-menu li:nth-child(odd) {
  background: transparent !important;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .black-opaque-bg ul.heading-menu li a {
  color: #173032;
  font-size: 20px !important;
  padding: 0px !important;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .black-opaque-bg ul.locations-ul {
  margin: 0px auto;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .black-opaque-bg ul.locations-ul li {
  font-size: 16px;
  padding: 5px 30px 5px 0px;
  display: inline-block;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .black-opaque-bg ul.locations-ul li a {
  color: #173032 !important;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 0px !important;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .black-opaque-bg ul.locations-ul li a:hover,
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .black-opaque-bg ul.locations-ul li a.selected {
  text-decoration: none;
  border-bottom: 2px solid #69D7E1;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .about-cen-bg-img,
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .tab-content {
  position: static;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  float: none;
}
@media screen and (max-width: 980px) {
  body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .about-cen-bg-img,
  body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .tab-content {
    padding: 0px 15px;
  }
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .about-cen-bg-img .atc-banner {
  height: 360px;
  overflow: hidden;
  margin: 30px 0;
  float: left;
  width: 100%;
  position: relative;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .about-cen-bg-img .atc-banner:after {
  background: transparent linear-gradient(359deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  opacity: 0.71;
}
@media screen and (max-width: 767px) {
  body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .about-cen-bg-img .atc-banner {
    height: 235px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 575px) {
  body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .about-cen-bg-img .atc-banner {
    height: 190px;
    margin-bottom: 10px;
  }
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .about-panel {
  background: transparent !important;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .about-panel .atc-text {
  padding-right: 30px;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .about-panel .atc-text h1 {
  margin-top: 0px;
  margin-bottom: 25px;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .row.media-grid li span._label {
  font-weight: bold;
  padding-bottom: 5px;
}
body.body--reskin.ui-academy.atc #tempstyles .about-news-handlers.bookmark-tabs .row.media-grid li span {
  font-size: 14px;
  text-transform: capitalize;
}
body.body--reskin.ui-book-of-rules .affix {
  top: 20px;
  scroll-behavior: smooth;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container {
  padding: 30px 0 40px;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .leftListing ul {
  margin: 0px;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0px;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .leftListing ul li a {
  font-weight: bold;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .leftListing ul ul {
  margin-bottom: 10px;
  margin-left: 35px;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .leftListing ul ul li a {
  font-size: 14px;
  font-weight: normal !important;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .leftListing ul ul ul {
  margin-left: 35px;
  margin-bottom: 10px;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .leftListing ul ul ul li a {
  font-size: 14px;
  font-weight: normal;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .rightContentBooks h2,
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .rightContentBooks h1 {
  padding: 0px;
  font-size: 28px;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .rightContentBooks a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  pointer-events: auto !important;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .rightContentBooks a:hover {
  text-decoration: none;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .rightContentBooks a:hover b {
  display: inline-block;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .rightContentBooks a:hover b:before {
  border: solid;
  border-color: #111 transparent;
  border-width: 6px 6px 0 6px;
  bottom: -6px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  z-index: 99;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .rightContentBooks a span {
  bottom: 25px;
  margin: auto;
  position: absolute;
  display: block;
  z-index: 98;
  text-align: center;
  left: 100%;
  margin-left: -50%;
}
body.body--reskin.ui-book-of-rules .constitutionOuter .site-container .rightContentBooks a b {
  background: #111;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  display: none;
  margin: auto;
  padding: 5px 15px;
  white-space: nowrap;
  z-index: 98;
  text-align: center;
  position: relative;
  left: -50%;
}
@media screen and (max-width: 767px) {
  body.body--reskin.ui-book-of-rules .affix {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  body.body--reskin.ui-book-of-rules .inner-menu {
    /*#innerMenu {
                ul.nav {
                    li {
                        padding: 0.4em 15px;
                    }
                }
            }*/
  }
}
body.body--reskin.ui.community .site-container .comp-heading .social-grid {
  top: 25px;
}
body.body--reskin.ui.community .site-container article.minus-offset {
  padding: 12px;
}
body.body--reskin.ui.community.solidarity .news-gallery .nav-tabs li:first-child a,
body.body--reskin.ui.community.solidarity .news-gallery .nav-tabs li:first-child:hover a {
  background-color: #69D7E1 !important;
  color: #000;
}
body.body--reskin.ui.community.foundation .news-gallery .nav-tabs.nav-results li:nth-child(2) a,
body.body--reskin.ui.community.foundation .news-gallery .nav-tabs.nav-results li:nth-child(2):hover a {
  background-color: #69D7E1 !important;
  color: #000;
}
body.body--reskin.ui.community.athletics .news-gallery .nav-tabs.nav-results li:nth-child(3) a,
body.body--reskin.ui.community.athletics .news-gallery .nav-tabs.nav-results li:nth-child(3):hover a {
  background-color: #69D7E1 !important;
  color: #000;
}
body.body--reskin.ui.profileRepresentive .outer-container {
  background: #DFD0FA;
}
body.body--reskin.ui.profileRepresentive .outer-container .site-container {
  padding-bottom: 30px;
}
body.body--reskin.ui.profileRepresentive .outer-container .site-container .media-grid.dark span._label strong {
  padding-bottom: 5px;
  display: inline-block;
}
body.body--reskin.ui.community .nav-tabs.nav-results,
body.body--reskin.ui.dev-center .nav-tabs.nav-results,
body.body--reskin.ui.ui-template1.ui-healthScience .nav-tabs.nav-results,
body.body--reskin.ui.directory .nav-tabs.nav-results,
body.body--reskin.ui.rep-athletes .nav-tabs.nav-results {
  margin-bottom: 20px !important;
  background: transparent;
}
body.body--reskin.ui.community .nav-tabs.nav-results li,
body.body--reskin.ui.dev-center .nav-tabs.nav-results li,
body.body--reskin.ui.ui-template1.ui-healthScience .nav-tabs.nav-results li,
body.body--reskin.ui.directory .nav-tabs.nav-results li,
body.body--reskin.ui.rep-athletes .nav-tabs.nav-results li {
  width: auto;
  display: block;
  float: left;
  height: auto !important;
  background: transparent;
  margin-top: 10px;
}
body.body--reskin.ui.community .nav-tabs.nav-results li a,
body.body--reskin.ui.dev-center .nav-tabs.nav-results li a,
body.body--reskin.ui.ui-template1.ui-healthScience .nav-tabs.nav-results li a,
body.body--reskin.ui.directory .nav-tabs.nav-results li a,
body.body--reskin.ui.rep-athletes .nav-tabs.nav-results li a {
  font-size: 18px;
  width: auto;
  min-height: 40px;
  padding: 0px 10px !important;
  display: block;
  line-height: 44px;
  margin-right: 10px;
  background: #173032;
  color: #fff;
}
body.body--reskin.ui.community .nav-tabs.nav-results li:hover,
body.body--reskin.ui.dev-center .nav-tabs.nav-results li:hover,
body.body--reskin.ui.ui-template1.ui-healthScience .nav-tabs.nav-results li:hover,
body.body--reskin.ui.directory .nav-tabs.nav-results li:hover,
body.body--reskin.ui.rep-athletes .nav-tabs.nav-results li:hover,
body.body--reskin.ui.community .nav-tabs.nav-results li.active,
body.body--reskin.ui.dev-center .nav-tabs.nav-results li.active,
body.body--reskin.ui.ui-template1.ui-healthScience .nav-tabs.nav-results li.active,
body.body--reskin.ui.directory .nav-tabs.nav-results li.active,
body.body--reskin.ui.rep-athletes .nav-tabs.nav-results li.active {
  background: transparent !important;
}
body.body--reskin.ui.community .nav-tabs.nav-results li:hover a,
body.body--reskin.ui.dev-center .nav-tabs.nav-results li:hover a,
body.body--reskin.ui.ui-template1.ui-healthScience .nav-tabs.nav-results li:hover a,
body.body--reskin.ui.directory .nav-tabs.nav-results li:hover a,
body.body--reskin.ui.rep-athletes .nav-tabs.nav-results li:hover a,
body.body--reskin.ui.community .nav-tabs.nav-results li.active a,
body.body--reskin.ui.dev-center .nav-tabs.nav-results li.active a,
body.body--reskin.ui.ui-template1.ui-healthScience .nav-tabs.nav-results li.active a,
body.body--reskin.ui.directory .nav-tabs.nav-results li.active a,
body.body--reskin.ui.rep-athletes .nav-tabs.nav-results li.active a {
  background-color: #69D7E1 !important;
  color: #000 !important;
}
body.body--reskin.ui.dev-center .site-container h3 {
  font-size: 20px;
}
body.body--reskin.ui.dev-center .site-container .dev-center-right {
  width: 48%;
  float: right;
}
@media (max-width: 576px) {
  body.body--reskin.ui.dev-center .site-container .dev-center-right {
    width: 100%;
  }
}
body.body--reskin.ui.dev-center .site-container .dev-center-col {
  width: 48%;
  float: left;
  padding-bottom: 15px;
}
@media (max-width: 576px) {
  body.body--reskin.ui.dev-center .site-container .dev-center-col {
    width: 100%;
  }
}
body.body--reskin.ui.dev-center .site-container .dev-center-col h1 {
  margin-top: 0px;
}
body.body--reskin.ui.dev-center .site-container .dev-center-col h1.underlined:after {
  width: 100%;
  left: -10px;
}
@media (max-width: 576px) {
  body.body--reskin.ui.dev-center .site-container .dev-center-col h1.underlined:after {
    left: 0px;
  }
}
body.body--reskin.ui.dev-center .site-container .dev-center-col:before {
  border-left: 0.5px solid #818181;
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  left: 4px;
  width: 2px;
}
@media (max-width: 576px) {
  body.body--reskin.ui.dev-center .site-container .dev-center-col:before {
    content: none;
  }
}
body.body--reskin.ui.dev-center .site-container .dev-center-col h3 {
  position: relative;
  margin-bottom: 10px;
}
body.body--reskin.ui.dev-center .site-container .dev-center-col h3:before {
  border-top: 0.5px solid #818181;
  content: '';
  display: block;
  left: -10px;
  width: 100%;
  position: absolute;
  top: 5px;
  height: 1px;
}
@media (max-width: 576px) {
  body.body--reskin.ui.dev-center .site-container .dev-center-col h3:before {
    left: 0px;
  }
}
body.body--reskin.ui.dev-center .site-container .dev-center-list h3 {
  margin-bottom: 15px;
}
body.body--reskin.ui.dev-center .site-container .dev-center-list ul li {
  font-size: 20px;
  padding: 5px 0px;
}
body.body--reskin.ui.dev-center .site-container .dev-center-list ul li a {
  color: #5F5F5F;
  border-bottom: 2px solid transparent;
}
body.body--reskin.ui.dev-center .site-container .dev-center-list ul li a:hover,
body.body--reskin.ui.dev-center .site-container .dev-center-list ul li a.active {
  color: #000;
  border-bottom: 2px solid #69D7E1;
}
body.body--reskin.ui.dev-center .site-container .dev-center-list ul li a:focus,
body.body--reskin.ui.dev-center .site-container .dev-center-list ul li a.active {
  font-weight: bold;
  text-decoration: none;
}
body.body--reskin.ui.dev-center .nav-tabs.nav-results li:first-child a,
body.body--reskin.ui.dev-center .nav-tabs.nav-results li:hover a {
  background-color: #69D7E1 !important;
  color: #000;
}
body.body--reskin.ui.community .nav-tabs.nav-results li:hover a,
body.body--reskin.ui.ui-healthScience .nav-tabs.nav-results li:hover a {
  background-color: #69D7E1 !important;
  color: #000;
}
body {
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  font-size: 14px;
  /** New Header Css Start **/
}
body.body--reskin {
  padding-top: 0 !important;
}
body .outer-container {
  display: inline-block;
  width: 100%;
}
body .comp-banner {
  margin-top: 30px !important;
}
body #home-main-nav {
  display: none;
}
body .navbar ul.nav-acc li {
  border-right: initial;
  padding: 0 15px;
  text-align: left;
  float: left;
}
body .navbar ul.nav-acc li.active a:before {
  opacity: 1;
}
body .navbar ul.nav-acc li a {
  color: #fff;
  text-transform: initial;
  font-size: 16px;
  padding: 0;
  line-height: 60px;
  background: none !important;
  text-decoration: none;
  position: relative;
}
body .navbar ul.nav-acc li a:before {
  content: '';
  position: absolute;
  background-color: #FF873C;
  width: 100%;
  height: 3px;
  bottom: -5px;
  opacity: 0;
}
body .navbar ul.nav-acc li:hover a:before,
body .navbar ul.nav-acc li:focus a:before {
  opacity: 1;
}
body.home {
  background-color: #fff !important;
}
body .timertxt {
  font-size: 14px;
  color: #A3A3A3 !important;
  margin-right: 1px;
}
body span.partnerLogo img {
  max-width: 100px;
}
body .siteHeader {
  background-color: #fff;
}
body .siteHeader:before {
  display: none;
}
body .siteHeader .mobileNav {
  display: none;
}
body .siteHeader .headerContent {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
body .siteHeader .headerContent .headerTop {
  font-size: 14px;
  float: none;
  display: inline-block;
  padding: 15px 0px 0px;
  width: 100%;
}
body .siteHeader .headerContent .headerTop .headerTopContent {
  float: right;
  text-align: right;
  width: 100%;
}
body .siteHeader .headerContent .headerTop ul.topNavList {
  margin-bottom: 0;
  padding-left: 20px;
}
body .siteHeader .headerContent .headerTop ul.topNavList span.homeIcon {
  margin: -2px 5px 0px 0px;
  display: inline-block;
  float: left;
}
body .siteHeader .headerContent .headerTop .partner {
  display: inline-block;
  margin-right: 0;
}
body .siteHeader .headerContent .headerTop .partner .partnerText {
  margin-right: 15px;
  font-weight: bold;
}
body .siteHeader .headerContent .headerTop nav {
  display: inline-block;
}
body .siteHeader .headerContent .headerTop nav ul li {
  display: inline-block;
  margin-left: 15px;
}
body .siteHeader .headerContent .headerTop nav ul li:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 1150px) {
  body .siteHeader .headerContent .headerTop {
    display: none;
  }
}
body .siteHeader .headerContent .headerMain {
  float: none;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 2px 0 0px;
}
body .siteHeader .headerContent .headerMain .logoWrap {
  float: left;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 0;
}
@media screen and (max-width: 1150px) {
  body .siteHeader .headerContent .headerMain .logoWrap {
    margin-top: 9px;
  }
}
body .siteHeader .headerContent .headerMain .mainNav {
  float: left;
}
body .siteHeader .headerContent .headerMain .mainNav ul {
  margin: 0px;
  padding: 15px 0 0 10px;
}
body .siteHeader .headerContent .headerMain .mainNav ul li {
  float: left;
  list-style: none;
  padding: 0px 1em;
}
body .siteHeader .headerContent .headerMain .mainNav ul li a {
  border-bottom: 2px solid transparent;
  padding: 1px;
}
body .siteHeader .headerContent .headerMain .mainNav ul li a:hover,
body .siteHeader .headerContent .headerMain .mainNav ul li a:focus,
body .siteHeader .headerContent .headerMain .mainNav ul li a.active {
  text-decoration: none;
  background: transparent;
  border-bottom: 2px solid #FF873C;
}
body .siteHeader .headerContent .headerMain .search {
  float: right;
  background: #fff;
  border: 0.5px solid #707070;
}
@media screen and (max-width: 767px) {
  body .siteHeader .headerContent .headerMain .search {
    margin-top: 30px;
  }
}
body .siteHeader .headerContent .headerMain .search input.searchField {
  border: none;
  width: 80%;
  background: transparent;
  height: 33px;
  font-size: 12px;
  padding: 0 10px !important;
}
@media screen and (max-width: 767px) {
  body .siteHeader .headerContent .headerMain .search input.searchField {
    font-size: 20px;
    height: auto;
    padding: 0.5em !important;
  }
}
body .siteHeader .headerContent .headerMain .search button.searchBtn {
  background: transparent;
  float: right;
  margin-top: 0px;
  line-height: 25px;
  border: none;
}
@media screen and (max-width: 767px) {
  body .siteHeader .headerContent .headerMain .search button.searchBtn {
    margin-top: 8px;
  }
}
body div.countdownWrap {
  float: left;
  display: block;
  width: 100%;
  text-align: right;
  background: #262626;
  color: #fff;
  padding: 8px 0;
  border-bottom: 1px solid #818181;
  margin-bottom: 5px;
}
body div.countdownWrap .countdownInner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  padding-right: 15px;
}
body div.countdownWrap .countdownInner #countdown {
  font-size: 16px;
}
@media screen and (max-width: 360px) {
  body div.countdownWrap .countdownInner #countdown {
    font-size: 14px;
  }
}
body div.countdownWrap .countdownInner .countdown {
  float: right;
  margin-left: 45px;
}
body div.countdownWrap .countdownInner .countdown .countdownLabel {
  /*margin-right: 2em;*/
  color: #A5FA64;
  font-size: 16px;
  margin-right: 23px;
}
body div.countdownWrap .countdownInner .countdown .countdownLabel img {
  vertical-align: inherit;
  width: 65px;
}
@media screen and (max-width: 767px) {
  body div.countdownWrap .countdownInner .countdown .countdownLabel {
    margin-right: 0px;
    float: left;
  }
}
@media screen and (max-width: 360px) {
  body div.countdownWrap .countdownInner .countdown .countdownLabel {
    font-size: 14px;
  }
  body div.countdownWrap .countdownInner .countdown .countdownLabel img {
    width: 58px;
  }
}
body div.countdownWrap .countdownInner .eventNameDate {
  float: right;
  font-size: 16px;
  /*margin-right: 5em;*/
}
body div.countdownWrap .countdownInner .eventNameDate .dateEventName {
  margin-right: 45px;
  color: #A5FA64;
}
@media screen and (max-width: 767px) {
  body div.countdownWrap .countdownInner {
    display: flex;
    flex-direction: column;
  }
  body div.countdownWrap .countdownInner .countdown {
    margin-right: 0px;
    order: 2;
    margin-left: 10px;
  }
  body div.countdownWrap .countdownInner .eventNameDate {
    margin-right: 0px;
    margin-left: 10px;
  }
  body div.countdownWrap .countdownInner .eventNameDate .dateEventName {
    margin-right: 0px;
  }
}
@media screen and (max-width: 380px) {
  body span.countdownWrap {
    min-width: 140px;
    display: inline-block;
  }
  body .countdownLabel {
    margin-right: 0px;
  }
}
body .inner-menu {
  background: #262626;
  color: #fff;
  margin-top: -5px;
  float: left;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  /*margin-bottom: -5px;*/
}
body .inner-menu div#menu_iwa {
  border-bottom: 1px solid #818181;
}
body .inner-menu .menu-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
body .inner-menu .menu-container ul.nav {
  min-width: 600px;
}
@media screen and (max-width: 767px) {
  body .inner-menu .menu-container ul.nav {
    min-width: 60px;
  }
}
body .inner-menu .menu-container ul.nav li {
  padding: 20px 15px;
  /*&:first-child {
                        padding-left: 0px;

						a {
							cursor: default;

                            &:hover, &.active {
                                border-bottom: 2px solid @cyan;
                            }
                        }
                    }*/
}
body .inner-menu .menu-container ul.nav li a {
  color: #fff;
  border-bottom: 2px solid transparent;
  padding: 1px;
}
body .inner-menu .menu-container ul.nav li a:hover,
body .inner-menu .menu-container ul.nav li a:focus,
body .inner-menu .menu-container ul.nav li a.active {
  background: transparent;
  border-bottom: 2px solid #69D7E1;
}
body .inner-menu .menu-container #menu_iwa {
  position: relative;
}
@media screen and (max-width: 1150px) {
  body #bs-example-navbar-collapse-1 {
    background-color: #262626;
    position: absolute;
    width: 100%;
    z-index: 11111;
  }
}
body .mainMenu-new-ui .uparrow {
  float: left;
  background: #262626;
  width: 100%;
  display: block;
  padding: 20px;
  text-align: center;
}
body .mainMenu-new-ui .arrowUpBtn {
  text-align: center;
}
body .mainMenu-new-ui .partnerMob {
  display: inline-block;
  float: left;
  text-align: right;
  position: absolute;
  right: 78px;
  top: 16px;
}
@media screen and (max-width: 767px) {
  body .mainMenu-new-ui .partnerMob {
    text-align: right;
    width: 100%;
    padding-right: 15px;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    position: relative;
    right: 0;
    top: 0;
    float: none;
  }
}
body .mainMenu-new-ui .navbar {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  min-height: 50px;
}
@media screen and (max-width: 1150px) {
  body .mainMenu-new-ui .search {
    width: 100%;
    margin-bottom: 15px;
  }
}
body .mainMenu-new-ui .navbar-default {
  background-image: none;
  box-shadow: none;
  /*** Menu World Athletics Start ***/
  /*** Menu World Athletics End  ***/
  /*** Menu Inside World Athletics Start ***/
  /*** Menu Inside  World Athletics End  ***/
}
body .mainMenu-new-ui .navbar-default ul#menu_wa {
  margin-top: 20px;
}
body .mainMenu-new-ui .navbar-default ul#menu_wa li {
  padding: 0 1em;
}
body .mainMenu-new-ui .navbar-default ul#menu_wa li a {
  text-transform: capitalize;
  color: #000;
  border-bottom: 2px solid transparent;
  padding: 0 5px;
}
body .mainMenu-new-ui .navbar-default ul#menu_wa li a:hover {
  border-bottom: 2px solid #FF873C;
}
body .mainMenu-new-ui .navbar-default ul#menu_wa li a:focus {
  border-bottom: 2px solid #FF873C;
}
body .mainMenu-new-ui .navbar-default ul#menu_wa li a.active {
  border-bottom: 2px solid #FF873C;
  background: transparent;
}
body .mainMenu-new-ui .navbar-default ul#menu_wa li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1150px) {
  body .mainMenu-new-ui .navbar-default ul#menu_wa {
    margin-top: 0px;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_wa li {
    background: #262626;
    border-bottom: 1px solid #818181;
    padding: 0;
    width: 100%;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_wa li a {
    color: #fff;
    font-size: 20px;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_wa li a:hover {
    border-bottom: 2px solid transparent;
    color: #262626;
    background: #FF873C;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_wa li a:focus {
    border-bottom: 2px solid transparent;
    color: #262626;
    background: #FF873C;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_wa li a.active {
    background: #FF873C;
    border-bottom: 2px solid transparent;
    text-shadow: none;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown .arrow_Menu i {
    float: right;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.5s;
    /* Safari prior 6.1 */
    transition: 0.5s;
    font-size: 34px;
    margin: -7px 0 0 0;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown a {
    padding: 0.95em 0.75em !important;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown a.active {
    background: #fff;
    border-bottom: 2px solid transparent;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown ul.dropdown-menu {
    padding: 0px;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown ul.dropdown-menu li {
    background: #F3F3F3;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown ul.dropdown-menu li a {
    color: #262626;
    font-size: 20px;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown.open .arrow_Menu i {
    transform: rotate(-180deg);
  }
}
body .mainMenu-new-ui .navbar-default ul#menu_iwa {
  margin-top: 20px;
}
body .mainMenu-new-ui .navbar-default ul#menu_iwa li {
  padding: 0 1em;
}
body .mainMenu-new-ui .navbar-default ul#menu_iwa li a {
  color: #000;
  border-bottom: 2px solid transparent;
  padding: 0 5px;
}
body .mainMenu-new-ui .navbar-default ul#menu_iwa li a:hover {
  border-bottom: 2px solid #69D7E1;
}
body .mainMenu-new-ui .navbar-default ul#menu_iwa li a:focus {
  border-bottom: 2px solid #69D7E1;
}
body .mainMenu-new-ui .navbar-default ul#menu_iwa li a.active {
  border-bottom: 2px solid #69D7E1;
}
body .mainMenu-new-ui .navbar-default ul#menu_iwa li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1150px) {
  body .mainMenu-new-ui .navbar-default ul#menu_iwa {
    margin-top: 0px;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_iwa li {
    background: #262626;
    border-bottom: 1px solid #818181;
    padding: 0;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_iwa li a {
    color: #fff;
    font-size: 20px;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_iwa li a:hover {
    border-bottom: 2px solid transparent;
    color: #262626;
    background: #FF873C;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_iwa li a:focus {
    border-bottom: 2px solid transparent;
    color: #262626;
    background: #FF873C;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_iwa li a.active {
    background: #FF873C;
    border-bottom: 2px solid transparent;
    text-shadow: none;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown .arrow_Menu i {
    float: right;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.5s;
    /* Safari prior 6.1 */
    transition: 0.5s;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown a {
    padding: 0.75em !important;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown a.active {
    background: #fff;
    border-bottom: 2px solid transparent;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown ul.dropdown-menu {
    padding: 0px;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown ul.dropdown-menu li {
    background: #F3F3F3;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown ul.dropdown-menu li a {
    color: #262626;
    font-size: 20px !important;
  }
  body .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown.open .arrow_Menu i {
    transform: rotate(-180deg);
  }
}
body .mainMenu-new-ui button.navbar-toggle.collapsed {
  background-color: transparent;
}
body .mainMenu-new-ui button.navbar-toggle.collapsed .crossMenu {
  display: none;
}
body .mainMenu-new-ui button.navbar-toggle.collapsed .burgerMenu {
  display: block;
}
body .mainMenu-new-ui .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 20px;
  margin-top: -2px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  width: 60px;
  height: 60px;
}
body .mainMenu-new-ui .navbar-toggle .crossMenu {
  display: block;
}
body .mainMenu-new-ui .navbar-toggle .burgerMenu {
  display: none;
}
@media screen and (max-width: 1150px) {
  body .mainMenu-new-ui .navbar-toggle {
    background-color: #262626;
    color: #fff;
  }
  body .mainMenu-new-ui .navbar-toggle:hover {
    background-color: #262626;
    color: #fff;
  }
  body .mainMenu-new-ui .navbar-toggle:focus {
    background-color: #262626;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0px !important;
  }
}
/** Body end **/
/** Generic menu settings  **/
@media (min-width: 1150px) {
  .Nav_Title {
    min-width: 206px !important;
  }
}
@media (max-width: 1150px) {
  .mainMenu-new-ui .navbar-header {
    float: none;
  }
  .mainMenu-new-ui .navbar-toggle {
    display: block;
  }
  .mainMenu-new-ui .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .mainMenu-new-ui .navbar-collapse.collapse {
    display: none !important;
  }
  .mainMenu-new-ui .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .mainMenu-new-ui .navbar-nav > li {
    float: none;
    padding: 0px !important;
  }
  .mainMenu-new-ui .navbar-nav > li > a {
    padding: 0.75em !important;
  }
  .mainMenu-new-ui .collapse.in {
    display: block !important;
  }
}
/** Scroll Menu class Activatiion **/
#menu_news li a,
#menu_competition li a,
#menu_athletes li a,
#menu_disciplines li a,
#menu_world_rankings li a,
#menu_stats li a,
#menu_beactive li a,
#menu_library li a,
#menu_stats_toplists li a,
#menu_stats_records li a {
  border-bottom: 2px solid transparent;
}
menu_news #menu_news li a:hover,
menu_news #menu_competition li a:hover,
menu_news #menu_athletes li a:hover,
menu_news #menu_disciplines li a:hover,
menu_news #menu_world_rankings li a:hover,
menu_news #menu_stats li a:hover,
menu_news #menu_beactive li a:hover,
menu_news #menu_library li a:hover,
menu_news #menu_stats_toplists li a:hover,
menu_news #menu_stats_records li a:hover {
  border-bottom: 2px solid #FF873C;
}
#menu_news li a:focus,
#menu_competition li a:focus,
#menu_athletes li a:focus,
#menu_disciplines li a:focus,
#menu_world_rankings li a:focus,
#menu_stats li a:focus,
#menu_beactive li a:focus,
#menu_library li a:focus,
#menu_stats_toplists li a:focus,
#menu_stats_records li a:focus {
  border-bottom: 2px solid #FF873C;
}
#menu_news li a.active,
#menu_competition li a.active,
#menu_athletes li a.active,
#menu_disciplines li a.active,
#menu_world_rankings li a.active,
#menu_stats li a.active,
#menu_beactive li a.active,
#menu_library li a.active,
#menu_stats_toplists li a.active,
#menu_stats_records li a.active {
  border-bottom: 2px solid #FF873C !important;
}
/** Scroll Menu class Activatiion End**/
/** Inside World Athletics Activation **/
nav.topNav li.active_IWA {
  border-bottom: 2px solid #69D7E1 !important;
}
nav.topNav li.active_WA {
  border-bottom: 2px solid transparent !important;
}
nav.topNav li a#library-main-nav {
  border-bottom: 2px solid transparent !important;
}
nav.topNav li a#library-main-nav.active {
  border-bottom: 2px solid #FF873C !important;
}
.menu_world_rankings,
#menu_stats_toplists,
#menu_stats_records {
  border-top: 1px solid #818181;
}
/** carousel Slider Css Strat **/
.partner {
  float: left;
}
.sponsorsBanner {
  position: relative;
  height: 30px;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.sponsorsBanner .sponsors {
  position: absolute;
  opacity: 0;
  width: 346px;
  transition: opacity 0.5s ease-out;
}
.sponsorsBanner .label {
  font-size: 14px;
  float: right;
  color: #000;
  margin: 2px 0;
}
.sponsorsBanner .active {
  opacity: 1;
  z-index: 9999;
}
.sponsorsBanner__logo {
  max-width: 100px;
  float: right;
}
.headerTop_Content {
  width: 100%;
  display: inline-block;
}
.topNavOuter {
  width: auto;
  min-height: 30px;
  float: right;
}
.crousalMain {
  width: auto;
  float: left;
  min-width: 20px;
  height: 28px;
  margin-right: 20px;
}
.topNavWA {
  width: auto;
  min-width: 20px;
  float: left;
  height: 28px;
}
.crousalMobile {
  width: 350px;
  min-width: 20px;
  min-height: 20px;
  float: right;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .crousalMobile {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1124px) {
  .crousalMobile {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1125px) {
  .sponsorsBanner {
    width: 351px;
  }
}
.sponsorsBanner li.active {
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  body.body--reskin div.countdownWrap {
    display: none !important;
  }
  body.body--reskin header div.comp-banner {
    margin-top: 0 !important;
  }
  body.body--reskin .bgColorLightGray {
    background-color: #818181 !important;
  }
}
/** carousel Slider Css End **/
.footer__copyright .container {
  width: 100%;
  max-width: 600px;
}
body.iaaforg {
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  font-size: 14px;
  /** New Header Css Start **/
}
body.iaaforg #home-main-nav {
  display: none;
}
body.iaaforg .outer-container {
  display: inline-block;
  width: 100%;
}
body.iaaforg.home {
  background-color: #fff !important;
}
body.iaaforg .timertxt {
  font-size: 14px;
  color: #A3A3A3 !important;
  margin-right: 1px;
}
body.iaaforg span.partnerLogo img {
  max-width: 100px;
}
body.iaaforg .siteHeader {
  background-color: #fff;
}
body.iaaforg .siteHeader .mobileNav {
  display: none;
}
body.iaaforg .siteHeader .headerContent {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
body.iaaforg .siteHeader .headerContent .headerTop {
  font-size: 14px;
  float: none;
  display: inline-block;
  padding: 15px 0px 0px;
  width: 100%;
}
body.iaaforg .siteHeader .headerContent .headerTop .headerTopContent {
  float: right;
  text-align: right;
  width: 100%;
}
body.iaaforg .siteHeader .headerContent .headerTop ul.topNavList {
  margin-bottom: 0;
  padding-left: 20px;
}
body.iaaforg .siteHeader .headerContent .headerTop ul.topNavList span.homeIcon {
  margin: -2px 5px 0px 0px;
  display: inline-block;
  float: left;
}
body.iaaforg .siteHeader .headerContent .headerTop .partner {
  display: inline-block;
  margin-right: 0;
}
body.iaaforg .siteHeader .headerContent .headerTop .partner .partnerText {
  margin-right: 15px;
  font-weight: bold;
}
body.iaaforg .siteHeader .headerContent .headerTop nav {
  display: inline-block;
}
body.iaaforg .siteHeader .headerContent .headerTop nav ul li {
  display: inline-block;
  margin-left: 15px;
}
body.iaaforg .siteHeader .headerContent .headerTop nav ul li:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 1150px) {
  body.iaaforg .siteHeader .headerContent .headerTop {
    display: none;
  }
}
body.iaaforg .siteHeader .headerContent .headerMain {
  float: none;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 2px 0 0px;
}
body.iaaforg .siteHeader .headerContent .headerMain .logoWrap {
  float: left;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 0;
}
@media screen and (max-width: 1150px) {
  body.iaaforg .siteHeader .headerContent .headerMain .logoWrap {
    margin-top: 9px;
  }
}
body.iaaforg .siteHeader .headerContent .headerMain .mainNav {
  float: left;
}
body.iaaforg .siteHeader .headerContent .headerMain .mainNav ul {
  margin: 0px;
  padding: 15px 0 0 10px;
}
body.iaaforg .siteHeader .headerContent .headerMain .mainNav ul li {
  float: left;
  list-style: none;
  padding: 0px 1em;
}
body.iaaforg .siteHeader .headerContent .headerMain .mainNav ul li a {
  border-bottom: 2px solid transparent;
  padding: 1px;
}
body.iaaforg .siteHeader .headerContent .headerMain .mainNav ul li a:hover,
body.iaaforg .siteHeader .headerContent .headerMain .mainNav ul li a:focus,
body.iaaforg .siteHeader .headerContent .headerMain .mainNav ul li a.active {
  text-decoration: none;
  background: transparent;
  border-bottom: 2px solid #FF873C;
}
body.iaaforg .siteHeader .headerContent .headerMain .search {
  float: right;
  background: #fff;
  border: 0.5px solid #707070;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  body.iaaforg .siteHeader .headerContent .headerMain .search {
    margin-top: 30px;
  }
}
body.iaaforg .siteHeader .headerContent .headerMain .search input.searchField {
  border: none;
  width: 80%;
  background: transparent;
  height: 33px;
  font-size: 12px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  body.iaaforg .siteHeader .headerContent .headerMain .search input.searchField {
    font-size: 20px;
    height: auto;
    padding: 0.5em !important;
  }
}
body.iaaforg .siteHeader .headerContent .headerMain .search button.searchBtn {
  background: transparent;
  float: right;
  margin-top: 0px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  body.iaaforg .siteHeader .headerContent .headerMain .search button.searchBtn {
    margin-top: 8px;
  }
}
body.iaaforg div.countdownWrap {
  float: left;
  display: block;
  width: 100%;
  text-align: right;
  background: #262626;
  color: #fff;
  padding: 8px 0;
  border-bottom: 1px solid #818181;
  margin-bottom: 5px;
}
body.iaaforg div.countdownWrap .countdownInner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  font-family: "World Athletics", Helvetica, Arial, sans-serif;
  padding-right: 15px;
}
body.iaaforg div.countdownWrap .countdownInner #countdown {
  font-size: 16px;
}
@media screen and (max-width: 360px) {
  body.iaaforg div.countdownWrap .countdownInner #countdown {
    font-size: 14px;
  }
}
body.iaaforg div.countdownWrap .countdownInner .countdown {
  float: right;
  margin-left: 45px;
}
body.iaaforg div.countdownWrap .countdownInner .countdown .countdownLabel {
  /*margin-right: 2em;*/
  color: #A5FA64;
  font-size: 16px;
  margin-right: 23px;
}
body.iaaforg div.countdownWrap .countdownInner .countdown .countdownLabel img {
  vertical-align: inherit;
  width: 65px;
}
@media screen and (max-width: 767px) {
  body.iaaforg div.countdownWrap .countdownInner .countdown .countdownLabel {
    margin-right: 0px;
    float: left;
  }
}
@media screen and (max-width: 360px) {
  body.iaaforg div.countdownWrap .countdownInner .countdown .countdownLabel {
    font-size: 14px;
  }
  body.iaaforg div.countdownWrap .countdownInner .countdown .countdownLabel img {
    width: 58px;
  }
}
body.iaaforg div.countdownWrap .countdownInner .eventNameDate {
  float: right;
  font-size: 16px;
  /*margin-right: 5em;*/
}
body.iaaforg div.countdownWrap .countdownInner .eventNameDate .dateEventName {
  margin-right: 45px;
  color: #A5FA64;
}
@media screen and (max-width: 767px) {
  body.iaaforg div.countdownWrap .countdownInner {
    display: flex;
    flex-direction: column;
  }
  body.iaaforg div.countdownWrap .countdownInner .countdown {
    margin-right: 0px;
    order: 2;
    margin-left: 10px;
  }
  body.iaaforg div.countdownWrap .countdownInner .eventNameDate {
    margin-right: 0px;
    margin-left: 10px;
  }
  body.iaaforg div.countdownWrap .countdownInner .eventNameDate .dateEventName {
    margin-right: 0px;
  }
}
@media screen and (max-width: 380px) {
  body.iaaforg span.countdownWrap {
    min-width: 140px;
    display: inline-block;
  }
  body.iaaforg .countdownLabel {
    margin-right: 0px;
  }
}
body.iaaforg .inner-menu {
  background: #262626;
  color: #fff;
  margin-top: -5px;
  float: left;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  /*margin-bottom: -5px;*/
}
body.iaaforg .inner-menu div#menu_iwa {
  border-bottom: 1px solid #818181;
}
body.iaaforg .inner-menu #innerMenu ul.nav li {
  padding: 0 15px;
}
body.iaaforg .inner-menu .menu-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
body.iaaforg .inner-menu .menu-container ul.nav {
  min-width: 600px;
}
@media screen and (max-width: 767px) {
  body.iaaforg .inner-menu .menu-container ul.nav {
    min-width: 60px;
  }
}
body.iaaforg .inner-menu .menu-container ul.nav li {
  padding: 20px 15px;
  /*&:first-child {
                        padding-left: 0px;

						a {
							cursor: default;

                            &:hover, &.active {
                                border-bottom: 2px solid @cyan;
                            }
                        }
                    }*/
}
@media screen and (max-width: 1024px) {
  body.iaaforg .inner-menu .menu-container ul.nav li {
    padding: 0.7em 1em !important;
  }
}
body.iaaforg .inner-menu .menu-container ul.nav li a {
  color: #fff;
  border-bottom: 2px solid transparent;
  padding: 1px;
}
body.iaaforg .inner-menu .menu-container ul.nav li a:hover,
body.iaaforg .inner-menu .menu-container ul.nav li a:focus,
body.iaaforg .inner-menu .menu-container ul.nav li a.active {
  background: transparent;
  border-bottom: 2px solid #69D7E1;
}
body.iaaforg .inner-menu .menu-container #menu_iwa {
  position: relative;
}
@media screen and (max-width: 1150px) {
  body.iaaforg #bs-example-navbar-collapse-1 {
    background-color: #262626;
    position: absolute;
    width: 100%;
    z-index: 11111;
  }
}
body.iaaforg .mainMenu-new-ui .uparrow {
  float: left;
  background: #262626;
  width: 100%;
  display: block;
  padding: 20px;
  text-align: center;
}
body.iaaforg .mainMenu-new-ui .arrowUpBtn {
  text-align: center;
}
body.iaaforg .mainMenu-new-ui .partnerMob {
  display: inline-block;
  float: left;
  text-align: right;
  position: absolute;
  right: 78px;
  top: 16px;
}
@media screen and (max-width: 767px) {
  body.iaaforg .mainMenu-new-ui .partnerMob {
    text-align: right;
    width: 100%;
    padding-right: 15px;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    position: relative;
    right: 0;
    top: 0;
    float: none;
  }
}
body.iaaforg .mainMenu-new-ui .navbar {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  min-height: 50px;
}
@media screen and (max-width: 1150px) {
  body.iaaforg .mainMenu-new-ui .search {
    width: 100%;
    margin-bottom: 15px;
  }
}
body.iaaforg .mainMenu-new-ui .navbar-default {
  background-image: none;
  box-shadow: none;
  /*** Menu World Athletics Start ***/
  /*** Menu World Athletics End  ***/
  /*** Menu Inside World Athletics Start ***/
  /*** Menu Inside  World Athletics End  ***/
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa {
  margin-top: 20px;
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li {
  padding: 0 1em;
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li a {
  text-transform: capitalize;
  color: #000;
  border-bottom: 2px solid transparent;
  padding: 0 5px;
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li a:hover {
  border-bottom: 2px solid #FF873C;
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li a:focus {
  border-bottom: 2px solid #FF873C;
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li a.active {
  border-bottom: 2px solid #FF873C;
  background: transparent;
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1150px) {
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa {
    margin-top: 0px;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li {
    background: #262626;
    border-bottom: 1px solid #818181;
    padding: 0;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li a {
    color: #fff;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li a:hover {
    border-bottom: 2px solid transparent;
    color: #262626;
    background: #FF873C;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li a:focus {
    border-bottom: 2px solid transparent;
    color: #262626;
    background: #FF873C;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li a.active {
    background: #FF873C;
    border-bottom: 2px solid transparent;
    text-shadow: none;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown .arrow_Menu i {
    float: right;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.5s;
    /* Safari prior 6.1 */
    transition: 0.5s;
    font-size: 34px;
    margin: -7px 0 0 0;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown a {
    padding: 0.95em 0.75em !important;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown a.active {
    background: #fff;
    border-bottom: 2px solid transparent;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown ul.dropdown-menu {
    padding: 0px;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown ul.dropdown-menu li {
    background: #F3F3F3;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown ul.dropdown-menu li a {
    color: #262626;
    font-size: 20px;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_wa li.dropdown.open .arrow_Menu i {
    transform: rotate(-180deg);
  }
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa {
  margin-top: 20px;
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li {
  padding: 0 1em;
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li a {
  color: #000;
  border-bottom: 2px solid transparent;
  padding: 0 5px;
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li a:hover {
  border-bottom: 2px solid #69D7E1;
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li a:focus {
  border-bottom: 2px solid #69D7E1;
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li a.active {
  border-bottom: 2px solid #69D7E1;
}
body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1150px) {
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa {
    margin-top: 0px;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li {
    background: #262626;
    border-bottom: 1px solid #818181;
    padding: 0;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li a {
    color: #fff;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li a:hover {
    border-bottom: 2px solid transparent;
    color: #262626;
    background: #FF873C;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li a:focus {
    border-bottom: 2px solid transparent;
    color: #262626;
    background: #FF873C;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li a.active {
    background: #FF873C;
    border-bottom: 2px solid transparent;
    text-shadow: none;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown .arrow_Menu i {
    float: right;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.5s;
    /* Safari prior 6.1 */
    transition: 0.5s;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown a {
    padding: 0.75em !important;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown a.active {
    background: #fff;
    border-bottom: 2px solid transparent;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown ul.dropdown-menu {
    padding: 0px;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown ul.dropdown-menu li {
    background: #F3F3F3;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown ul.dropdown-menu li a {
    color: #262626;
    font-size: 20px !important;
  }
  body.iaaforg .mainMenu-new-ui .navbar-default ul#menu_iwa li.dropdown.open .arrow_Menu i {
    transform: rotate(-180deg);
  }
}
body.iaaforg .mainMenu-new-ui button.navbar-toggle.collapsed {
  background-color: transparent;
}
body.iaaforg .mainMenu-new-ui button.navbar-toggle.collapsed .crossMenu {
  display: none;
}
body.iaaforg .mainMenu-new-ui button.navbar-toggle.collapsed .burgerMenu {
  display: block;
}
body.iaaforg .mainMenu-new-ui .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 20px;
  margin-top: -2px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  width: 60px;
  height: 60px;
}
body.iaaforg .mainMenu-new-ui .navbar-toggle .crossMenu {
  display: block;
}
body.iaaforg .mainMenu-new-ui .navbar-toggle .burgerMenu {
  display: none;
}
@media screen and (max-width: 1150px) {
  body.iaaforg .mainMenu-new-ui .navbar-toggle {
    background-color: #262626;
    color: #fff;
  }
  body.iaaforg .mainMenu-new-ui .navbar-toggle:hover {
    background-color: #262626;
    color: #fff;
  }
  body.iaaforg .mainMenu-new-ui .navbar-toggle:focus {
    background-color: #262626;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  body.iaaforg {
    padding-top: 0px !important;
  }
}
/** Body end **/
/** Generic menu settings  **/
@media (min-width: 1150px) {
  .Nav_Title {
    min-width: 206px !important;
  }
}
@media (max-width: 1150px) {
  .mainMenu-new-ui .navbar-header {
    float: none;
  }
  .mainMenu-new-ui .navbar-toggle {
    display: block;
  }
  .mainMenu-new-ui .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .mainMenu-new-ui .navbar-collapse.collapse {
    display: none !important;
  }
  .mainMenu-new-ui .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .mainMenu-new-ui .navbar-nav > li {
    float: none;
    padding: 0px !important;
  }
  .mainMenu-new-ui .navbar-nav > li > a {
    padding: 0.75em !important;
  }
  .mainMenu-new-ui .collapse.in {
    display: block !important;
  }
}
/** Scroll Menu class Activatiion **/
#menu_news li a,
#menu_competition li a,
#menu_athletes li a,
#menu_disciplines li a,
#menu_world_rankings li a,
#menu_stats li a,
#menu_beactive li a,
#menu_library li a,
#menu_stats_toplists li a,
#menu_stats_records li a {
  border-bottom: 2px solid transparent;
}
menu_news #menu_news li a:hover,
menu_news #menu_competition li a:hover,
menu_news #menu_athletes li a:hover,
menu_news #menu_disciplines li a:hover,
menu_news #menu_world_rankings li a:hover,
menu_news #menu_stats li a:hover,
menu_news #menu_beactive li a:hover,
menu_news #menu_library li a:hover,
menu_news #menu_stats_toplists li a:hover,
menu_news #menu_stats_records li a:hover {
  border-bottom: 2px solid #FF873C;
}
#menu_news li a:focus,
#menu_competition li a:focus,
#menu_athletes li a:focus,
#menu_disciplines li a:focus,
#menu_world_rankings li a:focus,
#menu_stats li a:focus,
#menu_beactive li a:focus,
#menu_library li a:focus,
#menu_stats_toplists li a:focus,
#menu_stats_records li a:focus {
  border-bottom: 2px solid #FF873C;
}
#menu_news li a.active,
#menu_competition li a.active,
#menu_athletes li a.active,
#menu_disciplines li a.active,
#menu_world_rankings li a.active,
#menu_stats li a.active,
#menu_beactive li a.active,
#menu_library li a.active,
#menu_stats_toplists li a.active,
#menu_stats_records li a.active {
  border-bottom: 2px solid #FF873C !important;
}
/** Scroll Menu class Activatiion End**/
/** Inside World Athletics Activation **/
nav.topNav li.active_IWA {
  border-bottom: 2px solid #69D7E1 !important;
}
nav.topNav li.active_WA {
  border-bottom: 2px solid transparent !important;
}
nav.topNav li a#library-main-nav {
  border-bottom: 2px solid transparent !important;
}
nav.topNav li a#library-main-nav.active {
  border-bottom: 2px solid #FF873C !important;
}
.menu_world_rankings,
#menu_stats_toplists,
#menu_stats_records {
  border-top: 1px solid #818181;
}
/**** LIbrary Page spl case S****/
ul.librarySPLcase {
  padding-left: 214px;
}
ul.librarySPLcase li.slide.libTitle {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1150px) {
  ul.librarySPLcase {
    padding-left: 0px;
  }
  ul.librarySPLcase li.slide.libTitle {
    display: none;
  }
}
/**** LIbrary Page spl case E****/
/** Menu SLIDER CSS START **/
.menuSliderOuter {
  position: relative;
  clear: both;
  /* width */
  /* Track */
  /* Handle on hover */
  /*.slides {
        .mask {
            width: 100%;
            overflow: hidden;
            margin: auto;

            @media screen and (min-width: 1025px) {
                display: inline-flex;
                padding: .7em 0;
            }
        }

        .overflow {
            width: 400%;
            -webkit-transform: translateZ(0);
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .slide {
            width: auto;
            float: left;
        }

        #controls {
            width: 100%;
        }

        margin: 0 auto;
        width: 100%;
        position: relative;
    }*/
}
.menuSliderOuter input.set {
  display: none;
}
.menuSliderOuter .slides {
  width: auto;
  overflow-x: auto;
}
.menuSliderOuter .mask {
  display: -webkit-box;
}
@media screen and (min-width: 1025px) {
  .menuSliderOuter .mask {
    padding: 0.7em 0;
    display: -webkit-box;
  }
}
.menuSliderOuter ::-webkit-scrollbar {
  width: 20px;
  height: 0px !important;
}
.menuSliderOuter ::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}
.menuSliderOuter ::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.menuSliderOuter #controls label {
  display: none;
  width: 7%;
  height: 24px;
  opacity: 0.3;
  position: absolute;
  top: 10px;
  margin-top: 0px;
  cursor: pointer;
  visibility: hidden;
}
.menuSliderOuter #controls label:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1025px) {
  /** Slider 1  Our Organisation **/
  .menuSliderOuter #slide1:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide2:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide3:checked ~ #controls label:nth-child(4),
  .menuSliderOuter #slide_1_healthScience:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_2_healthScience:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_3_healthScience:checked ~ #controls label:nth-child(4),
  .menuSliderOuter #slide_1_dev:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_2_dev:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_3_dev:checked ~ #controls label:nth-child(4),
  .menuSliderOuter #slide_1_mnews:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_2_mnews:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_3_mnews:checked ~ #controls label:nth-child(4),
  .menuSliderOuter #slide_1_mc:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_2_mc:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_3_mc:checked ~ #controls label:nth-child(4),
  .menuSliderOuter #slide_1_MAthletes:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_2_MAthletes:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_3_MAthletes:checked ~ #controls label:nth-child(4),
  .menuSliderOuter #slide_1_ourSport:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_2_ourSport:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_3_ourSport:checked ~ #controls label:nth-child(4),
  .menuSliderOuter #slide_1_menuStats:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_2_menuStats:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_3_menuStats:checked ~ #controls label:nth-child(4),
  .menuSliderOuter #slide_1_menuStatsRecords:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_2_menuStatsRecords:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_3_menuStatsRecords:checked ~ #controls label:nth-child(4),
  .menuSliderOuter #slide_1_menuLibrary:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_2_menuLibrary:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_3_menuLibrary:checked ~ #controls label:nth-child(4),
  .menuSliderOuter #slide_4_menuLibrary:checked ~ #controls label:nth-child(5),
  .menuSliderOuter #slide_5_menuLibrary:checked ~ #controls label:nth-child(6),
  .menuSliderOuter #slide_1_MWorldRanking:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_2_MWorldRanking:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_3_MWorldRanking:checked ~ #controls label:nth-child(4),
  .menuSliderOuter #slide_1_beActive:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_2_beActive:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_3_beActive:checked ~ #controls label:nth-child(4) {
    right: 0px;
    transform: rotate(90deg);
    display: block;
    opacity: 1;
    width: 26px;
    text-align: center;
    padding-top: 7px;
    background: #000000;
    /*background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
  }
  /** Slider 1  Our Organisation**/
  .menuSliderOuter #slide2:checked ~ #controls label:nth-child(1),
  .menuSliderOuter #slide3:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide4:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_2_healthScience:checked ~ #controls label:nth-child(1),
  .menuSliderOuter #slide_3_healthScience:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_4_healthScience:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_2_dev:checked ~ #controls label:nth-child(1),
  .menuSliderOuter #slide_3_dev:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_4_dev:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_2_mnews:checked ~ #controls label:nth-child(1),
  .menuSliderOuter #slide_3_mnews:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_4_mnews:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_2_mc:checked ~ #controls label:nth-child(1),
  .menuSliderOuter #slide_3_mc:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_4_mc:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_2_MAthletes:checked ~ #controls label:nth-child(1),
  .menuSliderOuter #slide_3_MAthletes:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_4_MAthletes:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_2_ourSport:checked ~ #controls label:nth-child(1),
  .menuSliderOuter #slide_3_ourSport:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_4_ourSport:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_2_menuStats:checked ~ #controls label:nth-child(1),
  .menuSliderOuter #slide_3_menuStats:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_4_menuStats:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_2_menuStatsRecords:checked ~ #controls label:nth-child(1),
  .menuSliderOuter #slide_3_menuStatsRecords:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_4_menuStatsRecords:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_2_menuLibrary:checked ~ #controls label:nth-child(1),
  .menuSliderOuter #slide_3_menuLibrary:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_4_menuLibrary:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_5_menuLibrary:checked ~ #controls label:nth-child(4),
  .menuSliderOuter #slide_6_menuLibrary:checked ~ #controls label:nth-child(5),
  .menuSliderOuter #slide_2_MWorldRanking:checked ~ #controls label:nth-child(1),
  .menuSliderOuter #slide_3_MWorldRanking:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_4_MWorldRanking:checked ~ #controls label:nth-child(3),
  .menuSliderOuter #slide_2_beActive:checked ~ #controls label:nth-child(1),
  .menuSliderOuter #slide_3_beActive:checked ~ #controls label:nth-child(2),
  .menuSliderOuter #slide_4_beActive:checked ~ #controls label:nth-child(3) {
    left: 0px;
    transform: rotate(270deg);
    display: block;
    opacity: 1;
    width: 26px;
    text-align: center;
    padding-top: 7px;
    background: #000000;
    /*background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
  }
  /*.menuSliderOuter .slides .mask {
        width: 100%;
        overflow: hidden;
        margin: auto;
    }*/
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /** Slider 6 Menu Athletics **/
  .menuSliderOuter #slide_1_MAthletes:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_MAthletes:checked ~ .mask .overflow {
    margin-left: -30%;
  }
  .menuSliderOuter #slide_3_MAthletes:checked ~ .mask .overflow {
    margin-left: -40%;
  }
  .menuSliderOuter #slide_4_MAthletes:checked ~ .mask .overflow {
    margin-left: -50%;
  }
  /** Slider 11  Menu Library **/
  .menuSliderOuter #slide_1_menuLibrary:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_menuLibrary:checked ~ .mask .overflow {
    margin-left: -30%;
  }
  .menuSliderOuter #slide_3_menuLibrary:checked ~ .mask .overflow {
    margin-left: -60%;
  }
  .menuSliderOuter #slide_4_menuLibrary:checked ~ .mask .overflow {
    margin-left: -90%;
  }
  .menuSliderOuter #slide_5_menuLibrary:checked ~ .mask .overflow {
    margin-left: -120%;
  }
  .menuSliderOuter #slide_6_menuLibrary:checked ~ .mask .overflow {
    margin-left: -150%;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1400px) {
  /** Slider 11  Menu Library **/
  .menuSliderOuter #slide_1_menuLibrary:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_menuLibrary:checked ~ .mask .overflow {
    margin-left: -50%;
  }
  .menuSliderOuter #slide_3_menuLibrary:checked ~ .mask .overflow {
    margin-left: -100%;
  }
  .menuSliderOuter #slide_4_menuLibrary:checked ~ .mask .overflow {
    margin-left: -150%;
  }
}
@media screen and (min-width: 551px) {
  .control {
    display: none !important;
  }
  .control_dev {
    display: none !important;
  }
  .control_healthScience {
    display: none !important;
  }
  .control_news {
    display: none !important;
  }
  .control_mc {
    display: none !important;
  }
  .control_ourSport {
    display: none !important;
  }
  .control_menuStats {
    display: none !important;
  }
  .control_MWorldRanking {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 0px) {
  /** Slider 1 Our Organisation **/
  .menuSliderOuter #slide1:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide2:checked ~ .mask .overflow {
    margin-left: -25%;
  }
  .menuSliderOuter #slide3:checked ~ .mask .overflow {
    margin-left: -50%;
  }
  .menuSliderOuter #slide4:checked ~ .mask .overflow {
    margin-left: -75%;
  }
  /** Slider 2 health Science **/
  .menuSliderOuter #slide_1_healthScience:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_healthScience:checked ~ .mask .overflow {
    margin-left: -5%;
  }
  .menuSliderOuter #slide_3_healthScience:checked ~ .mask .overflow {
    margin-left: -10%;
  }
  .menuSliderOuter #slide_4_healthScience:checked ~ .mask .overflow {
    margin-left: -20%;
  }
  /** Slider 3 Development **/
  .menuSliderOuter #slide_1_dev:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_dev:checked ~ .mask .overflow {
    margin-left: -10%;
  }
  .menuSliderOuter #slide_3_dev:checked ~ .mask .overflow {
    margin-left: -20%;
  }
  .menuSliderOuter #slide_4_dev:checked ~ .mask .overflow {
    margin-left: -35%;
  }
  /** Slider 4 News **/
  .menuSliderOuter #slide_1_mnews:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_mnews:checked ~ .mask .overflow {
    margin-left: -10%;
  }
  .menuSliderOuter #slide_3_mnews:checked ~ .mask .overflow {
    margin-left: -20%;
  }
  .menuSliderOuter #slide_4_mnews:checked ~ .mask .overflow {
    margin-left: -60%;
  }
  /** Slider 5 Menu Competions **/
  .menuSliderOuter #slide_1_mc:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_mc:checked ~ .mask .overflow {
    margin-left: -40%;
  }
  .menuSliderOuter #slide_3_mc:checked ~ .mask .overflow {
    margin-left: -80%;
  }
  .menuSliderOuter #slide_4_mc:checked ~ .mask .overflow {
    margin-left: -120%;
  }
  /** Slider 6 Menu Athletics **/
  .menuSliderOuter #slide_1_MAthletes:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_MAthletes:checked ~ .mask .overflow {
    margin-left: -50%;
  }
  .menuSliderOuter #slide_3_MAthletes:checked ~ .mask .overflow {
    margin-left: -100%;
  }
  .menuSliderOuter #slide_4_MAthletes:checked ~ .mask .overflow {
    margin-left: -190%;
  }
  /** Slider 7  Our Sport **/
  .menuSliderOuter #slide_1_ourSport:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_ourSport:checked ~ .mask .overflow {
    margin-left: -20%;
  }
  .menuSliderOuter #slide_3_ourSport:checked ~ .mask .overflow {
    margin-left: -30%;
  }
  .menuSliderOuter #slide_4_ourSport:checked ~ .mask .overflow {
    margin-left: -50%;
  }
  /** Slider 8  Menu Stats Zone **/
  .menuSliderOuter #slide_1_menuStats:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_menuStats:checked ~ .mask .overflow {
    margin-left: -40%;
  }
  .menuSliderOuter #slide_3_menuStats:checked ~ .mask .overflow {
    margin-left: -80%;
  }
  .menuSliderOuter #slide_4_menuStats:checked ~ .mask .overflow {
    margin-left: -120%;
  }
  /** Slider 10  Menu Stats Records **/
  .menuSliderOuter #slide_1_menuStatsRecords:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_menuStatsRecords:checked ~ .mask .overflow {
    margin-left: -30%;
  }
  .menuSliderOuter #slide_3_menuStatsRecords:checked ~ .mask .overflow {
    margin-left: -60%;
  }
  .menuSliderOuter #slide_4_menuStatsRecords:checked ~ .mask .overflow {
    margin-left: -90%;
  }
  /** Slider 11  Menu Library **/
  .menuSliderOuter #slide_1_menuLibrary:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_menuLibrary:checked ~ .mask .overflow {
    margin-left: -50%;
  }
  .menuSliderOuter #slide_3_menuLibrary:checked ~ .mask .overflow {
    margin-left: -100%;
  }
  .menuSliderOuter #slide_4_menuLibrary:checked ~ .mask .overflow {
    margin-left: -150%;
  }
  .menuSliderOuter #slide_5_menuLibrary:checked ~ .mask .overflow {
    margin-left: -200%;
  }
  .menuSliderOuter #slide_6_menuLibrary:checked ~ .mask .overflow {
    margin-left: -250%;
  }
  /** Slider 12  Menu World Ranking  **/
  .menuSliderOuter #slide_1_MWorldRanking:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_MWorldRanking:checked ~ .mask .overflow {
    margin-left: -30%;
  }
  .menuSliderOuter #slide_3_MWorldRanking:checked ~ .mask .overflow {
    margin-left: -60%;
  }
  .menuSliderOuter #slide_4_MWorldRanking:checked ~ .mask .overflow {
    margin-left: -90%;
  }
  /** Slider 13  Menu Be Active   **/
  .menuSliderOuter #slide_1_beActive:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_beActive:checked ~ .mask .overflow {
    margin-left: -30%;
  }
  .menuSliderOuter #slide_3_beActive:checked ~ .mask .overflow {
    margin-left: -60%;
  }
  .menuSliderOuter #slide_4_beActive:checked ~ .mask .overflow {
    margin-left: -90%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0px) {
  /** Slider 6 Menu Athletics **/
  .menuSliderOuter #slide_1_MAthletes:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_MAthletes:checked ~ .mask .overflow {
    margin-left: -75%;
  }
  .menuSliderOuter #slide_3_MAthletes:checked ~ .mask .overflow {
    margin-left: -120%;
  }
  .menuSliderOuter #slide_4_MAthletes:checked ~ .mask .overflow {
    margin-left: -180%;
  }
  /** Slider 11  Menu Library **/
  .menuSliderOuter #slide_1_menuLibrary:checked ~ .mask .overflow {
    margin-left: 0;
  }
  .menuSliderOuter #slide_2_menuLibrary:checked ~ .mask .overflow {
    margin-left: -70%;
  }
  .menuSliderOuter #slide_3_menuLibrary:checked ~ .mask .overflow {
    margin-left: -140%;
  }
  .menuSliderOuter #slide_4_menuLibrary:checked ~ .mask .overflow {
    margin-left: -250%;
  }
  .menuSliderOuter #slide_5_menuLibrary:checked ~ .mask .overflow {
    margin-left: -300%;
  }
  .menuSliderOuter #slide_6_menuLibrary:checked ~ .mask .overflow {
    margin-left: -370%;
  }
}
/** MEnu SLIDER CSS End **/
/** carousel Slider Css Strat **/
.partner {
  float: left;
}
.sponsorsBanner {
  position: relative;
  height: 30px;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.sponsorsBanner .sponsors {
  position: absolute;
  opacity: 0;
  width: 346px;
  transition: opacity 0.5s ease-out;
}
.sponsorsBanner .label {
  font-size: 14px;
  float: right;
  color: #000;
  margin: 2px 0;
}
.sponsorsBanner .active {
  opacity: 1;
  z-index: 9999;
}
.sponsorsBanner__logo {
  max-width: 100px;
  float: right;
}
.headerTop_Content {
  width: 100%;
  display: inline-block;
}
.topNavOuter {
  width: auto;
  min-height: 30px;
  float: right;
}
.crousalMain {
  width: auto;
  float: left;
  min-width: 20px;
  height: 28px;
  margin-right: 20px;
}
.topNavWA {
  width: auto;
  min-width: 20px;
  float: left;
  height: 28px;
}
.crousalMobile {
  width: 350px;
  min-width: 20px;
  min-height: 20px;
  float: right;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .crousalMobile {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1124px) {
  .crousalMobile {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1125px) {
  .sponsorsBanner {
    width: 351px;
  }
}
.sponsorsBanner li.active {
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  body.body--reskin div.countdownWrap {
    display: none !important;
  }
  body.body--reskin header div.comp-banner {
    margin-top: 0 !important;
  }
  body.body--reskin .bgColorLightGray {
    background-color: #818181 !important;
  }
}
/** carousel Slider Css End **/
.footer__copyright .container {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1170px) {
  body.body--reskin.event-bidding .headline-panel,
  body.body--reskin.event-bidding ul.row.social-grid {
    padding: 0px 15px !important;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  body.body--reskin.event-bidding article.newDetailText {
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) {
  body.body--reskin.event-bidding article.newDetailText {
    padding: 0px 15px !important;
  }
}
@media (max-width: 480px) {
  body.body--reskin.event-bidding .related.dics-news li p {
    min-height: 85px;
    line-height: 20px !important;
  }
}
@media (max-width: 767px) {
  body.body--reskin.event-bidding header .comp-banner {
    padding-bottom: 0px !important;
  }
}
body.body--reskin.event-bidding .comp-container .comp-info.valign-middle {
  width: 100% !important;
}
body.body--reskin.event-bidding.event-home ul li:first-child a:before {
  opacity: 1;
}
body.body--reskin.event-bidding.event-home ul li.active a:before {
  opacity: 0 !important;
}
body.body--reskin.event-bidding #BiddingNav ul li.active a:before {
  opacity: 1;
}
body.body--reskin.event-bidding h2._alt {
  height: auto;
}
body.body--reskin.event-bidding .competition-index-colours .col h2 {
  min-height: 75px;
}
body.body--reskin.event-bidding .iaaf-world-championships h1 br {
  display: block !important;
}
body.body--reskin.event-bidding .comp-home-news-banner .viewmorenewsmodule > a {
  color: #173032;
}
body.body--reskin.event-bidding #mainFrame {
  position: relative;
  width: 100%;
}
body.body--reskin.event-bidding .featured-stories .module ul.news-list li {
  background-color: #fff;
  float: left;
  width: 50%;
  border-bottom: 1px solid #e8e8e8;
}
body.body--reskin.event-bidding .featured-stories .module ul.news-list li a {
  text-decoration: none !important;
}
body.body--reskin.event-bidding .featured-stories .module ul.news-list li a.imageBlock {
  float: left;
  margin-right: 30px;
}
body.body--reskin.event-bidding .featured-stories .module ul.news-list li a.imageBlock img {
  width: 160px;
  max-height: 105px;
}
body.body--reskin.event-bidding .featured-stories .module ul.news-list li a.vertalignmid {
  font-size: 16px;
  font-weight: bold;
  height: 105px;
  vertical-align: middle;
  display: table-cell;
}
body.body--reskin.event-bidding .featured-stories .module ul.news-list li .date {
  display: block;
  font-weight: normal;
}
body.body--reskin.event-bidding .featured-stories .module ul.news-list li p.newsDetail {
  font-size: 16px;
  font-weight: bold;
  height: 105px;
  vertical-align: middle;
  display: table-cell;
}
body.body--reskin.event-bidding .featured-stories .module ul.news-list li:hover {
  background-color: #fafafa;
}
body.body--reskin.event-bidding .about-news-handlers .about-cen-bg-img img {
  max-width: 200PX;
}
body.body--reskin.event-bidding.iaaf-event .about-news-handlers .about-cen-bg-img img {
  max-width: 900px;
}
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row {
  margin: 8px 0px;
  display: flex;
}
@media (max-width: 640px) {
  body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row {
    display: block;
  }
}
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row label {
  min-width: 160px;
  word-break: break-word !important;
  width: 155px;
}
@media (max-width: 640px) {
  body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row label {
    min-width: 30px;
    width: 100%;
  }
}
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row input,
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row select,
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row textarea {
  height: 35px;
  padding: 5px;
  min-width: 350px;
}
@media (max-width: 640px) {
  body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row input,
  body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row select,
  body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row textarea {
    min-width: 30px;
    width: 100%;
    max-width: 100%;
  }
}
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row textarea {
  height: 60px;
}
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row input[type="checkbox"],
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row input[type="radio"] {
  height: auto;
  padding: 5px;
  min-width: 10px;
  width: auto !important;
}
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row.hostingevents {
  display: block;
  margin-top: 12px;
  float: left;
  width: 100%;
}
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row.hostingevents label {
  width: 100%;
}
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row.hostingevents .checkbox {
  float: left;
  margin: 5px 22px 5px 3px !important;
}
@media (max-width: 640px) {
  body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row.hostingevents .checkbox {
    width: 100%;
  }
}
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row.confirmation > div {
  width: 100%;
}
body.body--reskin.event-bidding .contact-section .contact-box .contact-box-row.confirmation .single-check {
  float: left;
  margin-right: 20px;
}
body.body--reskin.event-bidding .contact-section .captcha-area {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 767px) {
  body.body--reskin.event-bidding .contact-section .captcha-area {
    display: block;
    padding: 15px;
  }
}
body.body--reskin.event-bidding .contact-section .captcha-area p.captcha-informer {
  width: 40%;
}
@media (max-width: 767px) {
  body.body--reskin.event-bidding .contact-section .captcha-area p.captcha-informer {
    width: 100%;
  }
}
body.body--reskin.event-bidding .contact-section .captcha-area ul.captcha-select {
  width: 60%;
}
@media (max-width: 767px) {
  body.body--reskin.event-bidding .contact-section .captcha-area ul.captcha-select {
    width: 100%;
  }
}
body.body--reskin.event-bidding .contact-section .captcha-area ul.captcha-select li {
  width: 33.3%;
  float: left;
}
body.body--reskin.event-bidding .contact-section .captcha-area ul.captcha-select li img {
  width: 100%;
}
body.body--reskin.event-bidding .article-section.article-iframe iframe {
  width: 100% !important;
  float: left;
}
body.body--reskin.event-bidding .article-section.article-iframe article > div {
  /* position: static !important; */
  float: left;
  width: 50% !important;
  margin-right: 25px;
}
body.body--reskin.event-bidding .pagination-controls {
  background-color: #262626;
  display: block;
  width: 100%;
  padding: 2px;
  height: 36px;
  margin-top: 30px;
}
body.body--reskin.event-bidding .pagination-controls ul.view-per-page {
  display: block;
  float: left;
}
body.body--reskin.event-bidding .pagination-controls ul.view-per-page li {
  float: left;
  color: #fff;
  padding: 6px 17px !important;
}
body.body--reskin.event-bidding .pagination-controls ul.view-per-page li a {
  color: #fff;
}
body.body--reskin.event-bidding .pagination-controls ul.view-per-page li li {
  padding: 0px !important;
}
body.body--reskin.event-bidding .pagination-controls ul.view-per-page li.middle-buttons {
  background: #fff;
  color: #000 !important;
}
body.body--reskin.event-bidding .pagination-controls ul.view-per-page li.middle-buttons li {
  color: #000 !important;
}
body.body--reskin.event-bidding .pagination-controls ul.view-per-page li.middle-buttons a {
  color: #000 !important;
}
body.body--reskin.event-bidding .pagination-controls ul.view-per-page li input {
  background: transparent;
  border: none;
  width: 12px;
  color: #fff;
  height: 20px;
}
body.body--reskin.event-bidding .pagination-controls ul.view-per-page.floatright {
  float: right;
}
body.body--reskin.event-bidding .pagination-controls ul.view-per-page.floatright li:nth-child(3) {
  background: #818181;
}
body.body--reskin.event-bidding .sso-footer-container .sso-link-header {
  color: #fff;
}
@media only screen and (max-width: 767px) and (min-width: 0px) {
  body.body--reskin.event-bidding .scrollMenu .scrollMenuInner .navbar {
    width: 100%;
    overflow-x: auto;
    background: #262626;
    min-height: 10px;
  }
  body.body--reskin.event-bidding .scrollMenu .scrollMenuInner .navbar::-webkit-scrollbar {
    background: #262626;
  }
  body.body--reskin.event-bidding .scrollMenu .scrollMenuInner .navbar ul.nav-acc {
    width: 100%;
    display: -webkit-box;
    margin-bottom: 0;
    margin-top: 10px;
  }
  body.body--reskin.event-bidding .scrollMenu .scrollMenuInner .navbar ul.nav-acc li {
    width: auto;
    border-top-color: transparent;
    display: -webkit-box;
    float: none;
    padding: 4px 15px;
  }
  body.body--reskin.event-bidding .scrollMenu .scrollMenuInner .navbar ul.nav-acc li a {
    line-height: 30px;
  }
}
