button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #db2d2e;
    text-decoration: none
}

a:focus,
a:hover {
    color: #c95d09;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.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,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
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,
.h5,
.h6,
h4,
h5,
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: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.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
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #919195
}

.text-primary {
    color: #db2d2e
}

a.text-primary:focus,
a.text-primary:hover {
    color: #e1680b
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #db2d2e
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #e1680b
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #db2d2e;
    border-color: #f47412
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #e1680b;
    border-color: #803b06
}

.btn-primary:hover {
    color: #fff;
    background-color: #e1680b;
    border-color: #bf5809
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e1680b;
    background-image: none;
    border-color: #bf5809
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #bf5809;
    border-color: #803b06
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #db2d2e;
    border-color: #f47412
}

.btn-primary .badge {
    color: #db2d2e;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    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.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    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.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    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.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #db2d2e;
    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:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #c95d09;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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: .35s;
    transition-duration: .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 dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    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;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.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: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #db2d2e;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    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:after,
.btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-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:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.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:after,
.btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.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-left-radius: 4px;
    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-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.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-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    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=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    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-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-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:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-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:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    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 {
    z-index: 2;
    margin-left: -1px
}

.nav,
.toolbar nav.toolbar-bar {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:after,
.nav:before,
.toolbar nav.toolbar-bar:after,
.toolbar nav.toolbar-bar:before {
    display: table;
    content: " "
}

.nav:after,
.toolbar nav.toolbar-bar:after {
    clear: both
}

.nav>li,
.toolbar nav.toolbar-bar>li {
    position: relative;
    display: block
}

.nav>li>a,
.toolbar nav.toolbar-bar>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover,
.toolbar nav.toolbar-bar>li>a:focus,
.toolbar nav.toolbar-bar>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a,
.toolbar nav.toolbar-bar>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover,
.toolbar nav.toolbar-bar>li.disabled>a:focus,
.toolbar nav.toolbar-bar>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.toolbar nav.toolbar-bar .open>a,
.toolbar nav.toolbar-bar .open>a:focus,
.toolbar nav.toolbar-bar .open>a:hover {
    background-color: #eee;
    border-color: #db2d2e
}

.nav .nav-divider,
.toolbar nav.toolbar-bar .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img,
.toolbar nav.toolbar-bar>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.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.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:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #db2d2e
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:after,
.navbar:before {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

.navbar-header:after,
.navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.toolbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.toolbar .navbar-collapse {
    max-height: 340px
}

.navbar-fixed-top,
.toolbar {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    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
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    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:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    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-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    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-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    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 {
    padding: 0 5px;
    color: #ccc;
    content: "/Â "
}

.breadcrumb>.active {
    color: #777
}

.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;
    margin-left: -1px;
    line-height: 1.42857;
    color: #db2d2e;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #c95d09;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #db2d2e;
    border-color: #db2d2e
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:after,
.pager:before {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.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:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #db2d2e
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #e1680b
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #db2d2e;
    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
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #db2d2e
}

.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: 700
}

.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 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #db2d2e;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    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 {
    padding-left: 0;
    margin-bottom: 20px
}

.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-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #db2d2e;
    border-color: #db2d2e
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #fef4ed
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    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, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>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-left-radius: 3px;
    border-top-right-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>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody: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:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.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 #ededf1
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 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>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    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: #333;
    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: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #db2d2e
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #db2d2e;
    border-color: #db2d2e
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #db2d2e
}

.panel-primary>.panel-heading .badge {
    color: #db2d2e;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #db2d2e
}

.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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.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, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(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: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    /* background: 0 0; */
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-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;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
    display: table;
    content: " "
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.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
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.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 {
    right: 5px;
    bottom: 0;
    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
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    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: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

.visible-print {
    display: none !important
}

.visible-print-block {
    display: none !important
}

.visible-print-inline {
    display: none !important
}

.visible-print-inline-block {
    display: none !important
}

.view-webinars .table-responsive table {
    table-layout: fixed
}

.view-webinars .table-responsive table td {
    width: 9%
}

.view-webinars .table-responsive table td.views-field-title {
    width: 30%
}

.view-webinars .table-responsive table td.views-field-field-training-category {
    width: 16%
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em
}

.flag-icon:before {
    content: '\00a0'
}

.flag-icon.flag-icon-squared {
    width: 1em
}

.flag-icon.flag-icon-rounded {
    width: 1em;
    border-radius: 50%
}

.flag-icon-afg {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/afg.svg)
}

.flag-icon-afg.flag-icon-rounded,
.flag-icon-afg.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/afg.svg)
}

.flag-icon-afg.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/afg.svg)
}

.flag-icon-alb {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/alb.svg)
}

.flag-icon-alb.flag-icon-rounded,
.flag-icon-alb.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/alb.svg)
}

.flag-icon-alb.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/alb.svg)
}

.flag-icon-alg {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/alg.svg)
}

.flag-icon-alg.flag-icon-rounded,
.flag-icon-alg.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/alg.svg)
}

.flag-icon-alg.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/alg.svg)
}

.flag-icon-and {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/and.svg)
}

.flag-icon-and.flag-icon-rounded,
.flag-icon-and.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/and.svg)
}

.flag-icon-and.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/and.svg)
}

.flag-icon-ang {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ang.svg)
}

.flag-icon-ang.flag-icon-rounded,
.flag-icon-ang.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ang.svg)
}

.flag-icon-ang.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ang.svg)
}

.flag-icon-ant {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ant.svg)
}

.flag-icon-ant.flag-icon-rounded,
.flag-icon-ant.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ant.svg)
}

.flag-icon-ant.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ant.svg)
}

.flag-icon-arg {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/arg.svg)
}

.flag-icon-arg.flag-icon-rounded,
.flag-icon-arg.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/arg.svg)
}

.flag-icon-arg.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/arg.svg)
}

.flag-icon-arm {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/arm.svg)
}

.flag-icon-arm.flag-icon-rounded,
.flag-icon-arm.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/arm.svg)
}

.flag-icon-arm.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/arm.svg)
}

.flag-icon-aru {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/aru.svg)
}

.flag-icon-aru.flag-icon-rounded,
.flag-icon-aru.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/aru.svg)
}

.flag-icon-aru.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/aru.svg)
}

.flag-icon-asa {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/asa.svg)
}

.flag-icon-asa.flag-icon-rounded,
.flag-icon-asa.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/asa.svg)
}

.flag-icon-asa.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/asa.svg)
}

.flag-icon-aus {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/aus.svg)
}

.flag-icon-aus.flag-icon-rounded,
.flag-icon-aus.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/aus.svg)
}

.flag-icon-aus.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/aus.svg)
}

.flag-icon-aut {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/aut.svg)
}

.flag-icon-aut.flag-icon-rounded,
.flag-icon-aut.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/aut.svg)
}

.flag-icon-aut.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/aut.svg)
}

.flag-icon-aze {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/aze.svg)
}

.flag-icon-aze.flag-icon-rounded,
.flag-icon-aze.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/aze.svg)
}

.flag-icon-aze.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/aze.svg)
}

.flag-icon-bah {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/bah.svg)
}

.flag-icon-bah.flag-icon-rounded,
.flag-icon-bah.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/bah.svg)
}

.flag-icon-bah.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/bah.svg)
}

.flag-icon-ban {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ban.svg)
}

.flag-icon-ban.flag-icon-rounded,
.flag-icon-ban.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ban.svg)
}

.flag-icon-ban.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ban.svg)
}

.flag-icon-bar {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/bar.svg)
}

.flag-icon-bar.flag-icon-rounded,
.flag-icon-bar.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/bar.svg)
}

.flag-icon-bar.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/bar.svg)
}

.flag-icon-bdi {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/bdi.svg)
}

.flag-icon-bdi.flag-icon-rounded,
.flag-icon-bdi.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/bdi.svg)
}

.flag-icon-bdi.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/bdi.svg)
}

.flag-icon-bel {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/bel.svg)
}

.flag-icon-bel.flag-icon-rounded,
.flag-icon-bel.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/bel.svg)
}

.flag-icon-bel.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/bel.svg)
}

.flag-icon-ben {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ben.svg)
}

.flag-icon-ben.flag-icon-rounded,
.flag-icon-ben.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ben.svg)
}

.flag-icon-ben.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ben.svg)
}

.flag-icon-ber {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ber.svg)
}

.flag-icon-ber.flag-icon-rounded,
.flag-icon-ber.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ber.svg)
}

.flag-icon-ber.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ber.svg)
}

.flag-icon-bhu {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/bhu.svg)
}

.flag-icon-bhu.flag-icon-rounded,
.flag-icon-bhu.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/bhu.svg)
}

.flag-icon-bhu.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/bhu.svg)
}

.flag-icon-bih {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/bih.svg)
}

.flag-icon-bih.flag-icon-rounded,
.flag-icon-bih.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/bih.svg)
}

.flag-icon-bih.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/bih.svg)
}

.flag-icon-biz {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/biz.svg)
}

.flag-icon-biz.flag-icon-rounded,
.flag-icon-biz.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/biz.svg)
}

.flag-icon-biz.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/biz.svg)
}

.flag-icon-blr {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/blr.svg)
}

.flag-icon-blr.flag-icon-rounded,
.flag-icon-blr.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/blr.svg)
}

.flag-icon-blr.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/blr.svg)
}

.flag-icon-bol {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/bol.svg)
}

.flag-icon-bol.flag-icon-rounded,
.flag-icon-bol.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/bol.svg)
}

.flag-icon-bol.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/bol.svg)
}

.flag-icon-bot {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/bot.svg)
}

.flag-icon-bot.flag-icon-rounded,
.flag-icon-bot.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/bot.svg)
}

.flag-icon-bot.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/bot.svg)
}

.flag-icon-bra {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/bra.svg)
}

.flag-icon-bra.flag-icon-rounded,
.flag-icon-bra.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/bra.svg)
}

.flag-icon-bra.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/bra.svg)
}

.flag-icon-brn {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/brn.svg)
}

.flag-icon-brn.flag-icon-rounded,
.flag-icon-brn.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/brn.svg)
}

.flag-icon-brn.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/brn.svg)
}

.flag-icon-bru {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/bru.svg)
}

.flag-icon-bru.flag-icon-rounded,
.flag-icon-bru.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/bru.svg)
}

.flag-icon-bru.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/bru.svg)
}

.flag-icon-bul {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/bul.svg)
}

.flag-icon-bul.flag-icon-rounded,
.flag-icon-bul.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/bul.svg)
}

.flag-icon-bul.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/bul.svg)
}

.flag-icon-bur {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/bur.svg)
}

.flag-icon-bur.flag-icon-rounded,
.flag-icon-bur.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/bur.svg)
}

.flag-icon-bur.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/bur.svg)
}

.flag-icon-caf {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/caf.svg)
}

.flag-icon-caf.flag-icon-rounded,
.flag-icon-caf.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/caf.svg)
}

.flag-icon-caf.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/caf.svg)
}

.flag-icon-cam {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/cam.svg)
}

.flag-icon-cam.flag-icon-rounded,
.flag-icon-cam.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/cam.svg)
}

.flag-icon-cam.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/cam.svg)
}

.flag-icon-can {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/can.svg)
}

.flag-icon-can.flag-icon-rounded,
.flag-icon-can.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/can.svg)
}

.flag-icon-can.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/can.svg)
}

.flag-icon-cay {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/cay.svg)
}

.flag-icon-cay.flag-icon-rounded,
.flag-icon-cay.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/cay.svg)
}

.flag-icon-cay.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/cay.svg)
}

.flag-icon-cgo {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/cgo.svg)
}

.flag-icon-cgo.flag-icon-rounded,
.flag-icon-cgo.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/cgo.svg)
}

.flag-icon-cgo.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/cgo.svg)
}

.flag-icon-cha {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/cha.svg)
}

.flag-icon-cha.flag-icon-rounded,
.flag-icon-cha.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/cha.svg)
}

.flag-icon-cha.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/cha.svg)
}

.flag-icon-chi {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/chi.svg)
}

.flag-icon-chi.flag-icon-rounded,
.flag-icon-chi.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/chi.svg)
}

.flag-icon-chi.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/chi.svg)
}

.flag-icon-chn {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/chn.svg)
}

.flag-icon-chn.flag-icon-rounded,
.flag-icon-chn.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/chn.svg)
}

.flag-icon-chn.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/chn.svg)
}

.flag-icon-civ {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/civ.svg)
}

.flag-icon-civ.flag-icon-rounded,
.flag-icon-civ.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/civ.svg)
}

.flag-icon-civ.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/civ.svg)
}

.flag-icon-cmr {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/cmr.svg)
}

.flag-icon-cmr.flag-icon-rounded,
.flag-icon-cmr.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/cmr.svg)
}

.flag-icon-cmr.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/cmr.svg)
}

.flag-icon-cod {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/cod.svg)
}

.flag-icon-cod.flag-icon-rounded,
.flag-icon-cod.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/cod.svg)
}

.flag-icon-cod.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/cod.svg)
}

.flag-icon-cok {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/cok.svg)
}

.flag-icon-cok.flag-icon-rounded,
.flag-icon-cok.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/cok.svg)
}

.flag-icon-cok.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/cok.svg)
}

.flag-icon-col {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/col.svg)
}

.flag-icon-col.flag-icon-rounded,
.flag-icon-col.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/col.svg)
}

.flag-icon-col.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/col.svg)
}

.flag-icon-com {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/com.svg)
}

.flag-icon-com.flag-icon-rounded,
.flag-icon-com.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/com.svg)
}

.flag-icon-com.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/com.svg)
}

.flag-icon-cpv {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/cpv.svg)
}

.flag-icon-cpv.flag-icon-rounded,
.flag-icon-cpv.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/cpv.svg)
}

.flag-icon-cpv.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/cpv.svg)
}

.flag-icon-crc {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/crc.svg)
}

.flag-icon-crc.flag-icon-rounded,
.flag-icon-crc.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/crc.svg)
}

.flag-icon-crc.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/crc.svg)
}

.flag-icon-cro {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/cro.svg)
}

.flag-icon-cro.flag-icon-rounded,
.flag-icon-cro.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/cro.svg)
}

.flag-icon-cro.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/cro.svg)
}

.flag-icon-cub {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/cub.svg)
}

.flag-icon-cub.flag-icon-rounded,
.flag-icon-cub.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/cub.svg)
}

.flag-icon-cub.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/cub.svg)
}

.flag-icon-cyp {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/cyp.svg)
}

.flag-icon-cyp.flag-icon-rounded,
.flag-icon-cyp.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/cyp.svg)
}

.flag-icon-cyp.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/cyp.svg)
}

.flag-icon-cze {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/cze.svg)
}

.flag-icon-cze.flag-icon-rounded,
.flag-icon-cze.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/cze.svg)
}

.flag-icon-cze.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/cze.svg)
}

.flag-icon-den {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/den.svg)
}

.flag-icon-den.flag-icon-rounded,
.flag-icon-den.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/den.svg)
}

.flag-icon-den.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/den.svg)
}

.flag-icon-dji {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/dji.svg)
}

.flag-icon-dji.flag-icon-rounded,
.flag-icon-dji.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/dji.svg)
}

.flag-icon-dji.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/dji.svg)
}

.flag-icon-dma {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/dma.svg)
}

.flag-icon-dma.flag-icon-rounded,
.flag-icon-dma.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/dma.svg)
}

.flag-icon-dma.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/dma.svg)
}

.flag-icon-dom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/dom.svg)
}

.flag-icon-dom.flag-icon-rounded,
.flag-icon-dom.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/dom.svg)
}

.flag-icon-dom.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/dom.svg)
}

.flag-icon-ecu {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ecu.svg)
}

.flag-icon-ecu.flag-icon-rounded,
.flag-icon-ecu.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ecu.svg)
}

.flag-icon-ecu.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ecu.svg)
}

.flag-icon-egy {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/egy.svg)
}

.flag-icon-egy.flag-icon-rounded,
.flag-icon-egy.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/egy.svg)
}

.flag-icon-egy.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/egy.svg)
}

.flag-icon-eor {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/eor.svg)
}

.flag-icon-eor.flag-icon-rounded,
.flag-icon-eor.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/eor.svg)
}

.flag-icon-eor.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/eor.svg)
}

.flag-icon-eri {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/eri.svg)
}

.flag-icon-eri.flag-icon-rounded,
.flag-icon-eri.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/eri.svg)
}

.flag-icon-eri.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/eri.svg)
}

.flag-icon-esa {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/esa.svg)
}

.flag-icon-esa.flag-icon-rounded,
.flag-icon-esa.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/esa.svg)
}

.flag-icon-esa.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/esa.svg)
}

.flag-icon-esp {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/esp.svg)
}

.flag-icon-esp.flag-icon-rounded,
.flag-icon-esp.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/esp.svg)
}

.flag-icon-esp.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/esp.svg)
}

.flag-icon-est {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/est.svg)
}

.flag-icon-est.flag-icon-rounded,
.flag-icon-est.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/est.svg)
}

.flag-icon-est.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/est.svg)
}

.flag-icon-eth {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/eth.svg)
}

.flag-icon-eth.flag-icon-rounded,
.flag-icon-eth.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/eth.svg)
}

.flag-icon-eth.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/eth.svg)
}

.flag-icon-fij {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/fij.svg)
}

.flag-icon-fij.flag-icon-rounded,
.flag-icon-fij.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/fij.svg)
}

.flag-icon-fij.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/fij.svg)
}

.flag-icon-fin {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/fin.svg)
}

.flag-icon-fin.flag-icon-rounded,
.flag-icon-fin.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/fin.svg)
}

.flag-icon-fin.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/fin.svg)
}

.flag-icon-fra {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/fra.svg)
}

.flag-icon-fra.flag-icon-rounded,
.flag-icon-fra.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/fra.svg)
}

.flag-icon-fra.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/fra.svg)
}

.flag-icon-fsm {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/fsm.svg)
}

.flag-icon-fsm.flag-icon-rounded,
.flag-icon-fsm.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/fsm.svg)
}

.flag-icon-fsm.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/fsm.svg)
}

.flag-icon-gab {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/gab.svg)
}

.flag-icon-gab.flag-icon-rounded,
.flag-icon-gab.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/gab.svg)
}

.flag-icon-gab.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/gab.svg)
}

.flag-icon-gam {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/gam.svg)
}

.flag-icon-gam.flag-icon-rounded,
.flag-icon-gam.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/gam.svg)
}

.flag-icon-gam.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/gam.svg)
}

.flag-icon-gbr {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/gbr.svg)
}

.flag-icon-gbr.flag-icon-rounded,
.flag-icon-gbr.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/gbr.svg)
}

.flag-icon-gbr.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/gbr.svg)
}

.flag-icon-gbs {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/gbs.svg)
}

.flag-icon-gbs.flag-icon-rounded,
.flag-icon-gbs.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/gbs.svg)
}

.flag-icon-gbs.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/gbs.svg)
}

.flag-icon-geo {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/geo.svg)
}

.flag-icon-geo.flag-icon-rounded,
.flag-icon-geo.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/geo.svg)
}

.flag-icon-geo.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/geo.svg)
}

.flag-icon-geq {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/geq.svg)
}

.flag-icon-geq.flag-icon-rounded,
.flag-icon-geq.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/geq.svg)
}

.flag-icon-geq.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/geq.svg)
}

.flag-icon-ger {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ger.svg)
}

.flag-icon-ger.flag-icon-rounded,
.flag-icon-ger.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ger.svg)
}

.flag-icon-ger.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ger.svg)
}

.flag-icon-gha {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/gha.svg)
}

.flag-icon-gha.flag-icon-rounded,
.flag-icon-gha.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/gha.svg)
}

.flag-icon-gha.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/gha.svg)
}

.flag-icon-gre {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/gre.svg)
}

.flag-icon-gre.flag-icon-rounded,
.flag-icon-gre.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/gre.svg)
}

.flag-icon-gre.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/gre.svg)
}

.flag-icon-grn {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/grn.svg)
}

.flag-icon-grn.flag-icon-rounded,
.flag-icon-grn.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/grn.svg)
}

.flag-icon-grn.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/grn.svg)
}

.flag-icon-gua {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/gua.svg)
}

.flag-icon-gua.flag-icon-rounded,
.flag-icon-gua.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/gua.svg)
}

.flag-icon-gua.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/gua.svg)
}

.flag-icon-gui {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/gui.svg)
}

.flag-icon-gui.flag-icon-rounded,
.flag-icon-gui.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/gui.svg)
}

.flag-icon-gui.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/gui.svg)
}

.flag-icon-gum {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/gum.svg)
}

.flag-icon-gum.flag-icon-rounded,
.flag-icon-gum.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/gum.svg)
}

.flag-icon-gum.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/gum.svg)
}

.flag-icon-guy {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/guy.svg)
}

.flag-icon-guy.flag-icon-rounded,
.flag-icon-guy.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/guy.svg)
}

.flag-icon-guy.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/guy.svg)
}

.flag-icon-hai {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/hai.svg)
}

.flag-icon-hai.flag-icon-rounded,
.flag-icon-hai.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/hai.svg)
}

.flag-icon-hai.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/hai.svg)
}

.flag-icon-hkg {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/hkg.svg)
}

.flag-icon-hkg.flag-icon-rounded,
.flag-icon-hkg.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/hkg.svg)
}

.flag-icon-hkg.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/hkg.svg)
}

.flag-icon-hon {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/hon.svg)
}

.flag-icon-hon.flag-icon-rounded,
.flag-icon-hon.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/hon.svg)
}

.flag-icon-hon.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/hon.svg)
}

.flag-icon-hun {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/hun.svg)
}

.flag-icon-hun.flag-icon-rounded,
.flag-icon-hun.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/hun.svg)
}

.flag-icon-hun.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/hun.svg)
}

.flag-icon-ina {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ina.svg)
}

.flag-icon-ina.flag-icon-rounded,
.flag-icon-ina.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ina.svg)
}

.flag-icon-ina.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ina.svg)
}

.flag-icon-ind {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ind.svg)
}

.flag-icon-ind.flag-icon-rounded,
.flag-icon-ind.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ind.svg)
}

.flag-icon-ind.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ind.svg)
}

.flag-icon-ioa {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ioa.svg)
}

.flag-icon-ioa.flag-icon-rounded,
.flag-icon-ioa.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ioa.svg)
}

.flag-icon-ioa.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ioa.svg)
}

.flag-icon-iri {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/iri.svg)
}

.flag-icon-iri.flag-icon-rounded,
.flag-icon-iri.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/iri.svg)
}

.flag-icon-iri.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/iri.svg)
}

.flag-icon-irl {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/irl.svg)
}

.flag-icon-irl.flag-icon-rounded,
.flag-icon-irl.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/irl.svg)
}

.flag-icon-irl.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/irl.svg)
}

.flag-icon-irq {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/irq.svg)
}

.flag-icon-irq.flag-icon-rounded,
.flag-icon-irq.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/irq.svg)
}

.flag-icon-irq.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/irq.svg)
}

.flag-icon-isl {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/isl.svg)
}

.flag-icon-isl.flag-icon-rounded,
.flag-icon-isl.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/isl.svg)
}

.flag-icon-isl.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/isl.svg)
}

.flag-icon-isr {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/isr.svg)
}

.flag-icon-isr.flag-icon-rounded,
.flag-icon-isr.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/isr.svg)
}

.flag-icon-isr.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/isr.svg)
}

.flag-icon-isv {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/isv.svg)
}

.flag-icon-isv.flag-icon-rounded,
.flag-icon-isv.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/isv.svg)
}

.flag-icon-isv.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/isv.svg)
}

.flag-icon-ita {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ita.svg)
}

.flag-icon-ita.flag-icon-rounded,
.flag-icon-ita.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ita.svg)
}

.flag-icon-ita.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ita.svg)
}

.flag-icon-ivb {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ivb.svg)
}

.flag-icon-ivb.flag-icon-rounded,
.flag-icon-ivb.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ivb.svg)
}

.flag-icon-ivb.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ivb.svg)
}

.flag-icon-jam {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/jam.svg)
}

.flag-icon-jam.flag-icon-rounded,
.flag-icon-jam.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/jam.svg)
}

.flag-icon-jam.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/jam.svg)
}

.flag-icon-jor {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/jor.svg)
}

.flag-icon-jor.flag-icon-rounded,
.flag-icon-jor.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/jor.svg)
}

.flag-icon-jor.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/jor.svg)
}

.flag-icon-jpn {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/jpn.svg)
}

.flag-icon-jpn.flag-icon-rounded,
.flag-icon-jpn.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/jpn.svg)
}

.flag-icon-jpn.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/jpn.svg)
}

.flag-icon-kaz {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/kaz.svg)
}

.flag-icon-kaz.flag-icon-rounded,
.flag-icon-kaz.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/kaz.svg)
}

.flag-icon-kaz.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/kaz.svg)
}

.flag-icon-ken {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ken.svg)
}

.flag-icon-ken.flag-icon-rounded,
.flag-icon-ken.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ken.svg)
}

.flag-icon-ken.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ken.svg)
}

.flag-icon-kgz {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/kgz.svg)
}

.flag-icon-kgz.flag-icon-rounded,
.flag-icon-kgz.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/kgz.svg)
}

.flag-icon-kgz.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/kgz.svg)
}

.flag-icon-kir {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/kir.svg)
}

.flag-icon-kir.flag-icon-rounded,
.flag-icon-kir.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/kir.svg)
}

.flag-icon-kir.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/kir.svg)
}

.flag-icon-kor {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/kor.svg)
}

.flag-icon-kor.flag-icon-rounded,
.flag-icon-kor.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/kor.svg)
}

.flag-icon-kor.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/kor.svg)
}

.flag-icon-kos {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/kos.svg)
}

.flag-icon-kos.flag-icon-rounded,
.flag-icon-kos.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/kos.svg)
}

.flag-icon-kos.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/kos.svg)
}

.flag-icon-ksa {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ksa.svg)
}

.flag-icon-ksa.flag-icon-rounded,
.flag-icon-ksa.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ksa.svg)
}

.flag-icon-ksa.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ksa.svg)
}

.flag-icon-kuw {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/kuw.svg)
}

.flag-icon-kuw.flag-icon-rounded,
.flag-icon-kuw.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/kuw.svg)
}

.flag-icon-kuw.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/kuw.svg)
}

.flag-icon-lao {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/lao.svg)
}

.flag-icon-lao.flag-icon-rounded,
.flag-icon-lao.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/lao.svg)
}

.flag-icon-lao.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/lao.svg)
}

.flag-icon-lat {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/lat.svg)
}

.flag-icon-lat.flag-icon-rounded,
.flag-icon-lat.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/lat.svg)
}

.flag-icon-lat.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/lat.svg)
}

.flag-icon-lba {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/lba.svg)
}

.flag-icon-lba.flag-icon-rounded,
.flag-icon-lba.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/lba.svg)
}

.flag-icon-lba.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/lba.svg)
}

.flag-icon-lbr {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/lbr.svg)
}

.flag-icon-lbr.flag-icon-rounded,
.flag-icon-lbr.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/lbr.svg)
}

.flag-icon-lbr.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/lbr.svg)
}

.flag-icon-lca {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/lca.svg)
}

.flag-icon-lca.flag-icon-rounded,
.flag-icon-lca.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/lca.svg)
}

.flag-icon-lca.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/lca.svg)
}

.flag-icon-les {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/les.svg)
}

.flag-icon-les.flag-icon-rounded,
.flag-icon-les.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/les.svg)
}

.flag-icon-les.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/les.svg)
}

.flag-icon-lbn {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/lbn.svg)
}

.flag-icon-lbn.flag-icon-rounded,
.flag-icon-lbn.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/lbn.svg)
}

.flag-icon-lbn.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/lbn.svg)
}

.flag-icon-lie {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/lie.svg)
}

.flag-icon-lie.flag-icon-rounded,
.flag-icon-lie.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/lie.svg)
}

.flag-icon-lie.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/lie.svg)
}

.flag-icon-ltu {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ltu.svg)
}

.flag-icon-ltu.flag-icon-rounded,
.flag-icon-ltu.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ltu.svg)
}

.flag-icon-ltu.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ltu.svg)
}

.flag-icon-lux {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/lux.svg)
}

.flag-icon-lux.flag-icon-rounded,
.flag-icon-lux.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/lux.svg)
}

.flag-icon-lux.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/lux.svg)
}

.flag-icon-mac {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mac.svg)
}

.flag-icon-mac.flag-icon-rounded,
.flag-icon-mac.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mac.svg)
}

.flag-icon-mac.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mac.svg)
}

.flag-icon-mad {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mad.svg)
}

.flag-icon-mad.flag-icon-rounded,
.flag-icon-mad.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mad.svg)
}

.flag-icon-mad.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mad.svg)
}

.flag-icon-mar {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mar.svg)
}

.flag-icon-mar.flag-icon-rounded,
.flag-icon-mar.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mar.svg)
}

.flag-icon-mar.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mar.svg)
}

.flag-icon-mas {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mas.svg)
}

.flag-icon-mas.flag-icon-rounded,
.flag-icon-mas.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mas.svg)
}

.flag-icon-mas.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mas.svg)
}

.flag-icon-maw {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/maw.svg)
}

.flag-icon-maw.flag-icon-rounded,
.flag-icon-maw.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/maw.svg)
}

.flag-icon-maw.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/maw.svg)
}

.flag-icon-mda {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mda.svg)
}

.flag-icon-mda.flag-icon-rounded,
.flag-icon-mda.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mda.svg)
}

.flag-icon-mda.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mda.svg)
}

.flag-icon-mdv {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mdv.svg)
}

.flag-icon-mdv.flag-icon-rounded,
.flag-icon-mdv.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mdv.svg)
}

.flag-icon-mdv.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mdv.svg)
}

.flag-icon-mex {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mex.svg)
}

.flag-icon-mex.flag-icon-rounded,
.flag-icon-mex.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mex.svg)
}

.flag-icon-mex.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mex.svg)
}

.flag-icon-mgl {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mgl.svg)
}

.flag-icon-mgl.flag-icon-rounded,
.flag-icon-mgl.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mgl.svg)
}

.flag-icon-mgl.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mgl.svg)
}

.flag-icon-mhl {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mhl.svg)
}

.flag-icon-mhl.flag-icon-rounded,
.flag-icon-mhl.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mhl.svg)
}

.flag-icon-mhl.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mhl.svg)
}

.flag-icon-mkd {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mkd.svg)
}

.flag-icon-mkd.flag-icon-rounded,
.flag-icon-mkd.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mkd.svg)
}

.flag-icon-mkd.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mkd.svg)
}

.flag-icon-mli {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mli.svg)
}

.flag-icon-mli.flag-icon-rounded,
.flag-icon-mli.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mli.svg)
}

.flag-icon-mli.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mli.svg)
}

.flag-icon-mlt {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mlt.svg)
}

.flag-icon-mlt.flag-icon-rounded,
.flag-icon-mlt.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mlt.svg)
}

.flag-icon-mlt.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mlt.svg)
}

.flag-icon-mne {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mne.svg)
}

.flag-icon-mne.flag-icon-rounded,
.flag-icon-mne.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mne.svg)
}

.flag-icon-mne.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mne.svg)
}

.flag-icon-mon {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mon.svg)
}

.flag-icon-mon.flag-icon-rounded,
.flag-icon-mon.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mon.svg)
}

.flag-icon-mon.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mon.svg)
}

.flag-icon-moz {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/moz.svg)
}

.flag-icon-moz.flag-icon-rounded,
.flag-icon-moz.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/moz.svg)
}

.flag-icon-moz.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/moz.svg)
}

.flag-icon-mri {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mri.svg)
}

.flag-icon-mri.flag-icon-rounded,
.flag-icon-mri.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mri.svg)
}

.flag-icon-mri.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mri.svg)
}

.flag-icon-mtn {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mtn.svg)
}

.flag-icon-mtn.flag-icon-rounded,
.flag-icon-mtn.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mtn.svg)
}

.flag-icon-mtn.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mtn.svg)
}

.flag-icon-mya {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/mya.svg)
}

.flag-icon-mya.flag-icon-rounded,
.flag-icon-mya.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/mya.svg)
}

.flag-icon-mya.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/mya.svg)
}

.flag-icon-nam {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/nam.svg)
}

.flag-icon-nam.flag-icon-rounded,
.flag-icon-nam.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/nam.svg)
}

.flag-icon-nam.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/nam.svg)
}

.flag-icon-nca {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/nca.svg)
}

.flag-icon-nca.flag-icon-rounded,
.flag-icon-nca.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/nca.svg)
}

.flag-icon-nca.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/nca.svg)
}

.flag-icon-ned {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ned.svg)
}

.flag-icon-ned.flag-icon-rounded,
.flag-icon-ned.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ned.svg)
}

.flag-icon-ned.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ned.svg)
}

.flag-icon-nep {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/nep.svg)
}

.flag-icon-nep.flag-icon-rounded,
.flag-icon-nep.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/nep.svg)
}

.flag-icon-nep.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/nep.svg)
}

.flag-icon-ngr {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ngr.svg)
}

.flag-icon-ngr.flag-icon-rounded,
.flag-icon-ngr.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ngr.svg)
}

.flag-icon-ngr.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ngr.svg)
}

.flag-icon-nig {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/nig.svg)
}

.flag-icon-nig.flag-icon-rounded,
.flag-icon-nig.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/nig.svg)
}

.flag-icon-nig.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/nig.svg)
}

.flag-icon-niu {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/niu.svg)
}

.flag-icon-niu.flag-icon-rounded,
.flag-icon-niu.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/niu.svg)
}

.flag-icon-niu.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/niu.svg)
}

.flag-icon-imn {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/imn.svg)
}

.flag-icon-imn.flag-icon-rounded,
.flag-icon-imn.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/imn.svg)
}

.flag-icon-imn.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/imn.svg)
}

.flag-icon-nor {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/nor.svg)
}

.flag-icon-nor.flag-icon-rounded,
.flag-icon-nor.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/nor.svg)
}

.flag-icon-nor.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/nor.svg)
}

.flag-icon-nru {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/nru.svg)
}

.flag-icon-nru.flag-icon-rounded,
.flag-icon-nru.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/nru.svg)
}

.flag-icon-nru.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/nru.svg)
}

.flag-icon-nzl {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/nzl.svg)
}

.flag-icon-nzl.flag-icon-rounded,
.flag-icon-nzl.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/nzl.svg)
}

.flag-icon-nzl.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/nzl.svg)
}

.flag-icon-oma {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/oma.svg)
}

.flag-icon-oma.flag-icon-rounded,
.flag-icon-oma.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/oma.svg)
}

.flag-icon-oma.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/oma.svg)
}

.flag-icon-pak {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/pak.svg)
}

.flag-icon-pak.flag-icon-rounded,
.flag-icon-pak.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/pak.svg)
}

.flag-icon-pak.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/pak.svg)
}

.flag-icon-pan {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/pan.svg)
}

.flag-icon-pan.flag-icon-rounded,
.flag-icon-pan.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/pan.svg)
}

.flag-icon-pan.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/pan.svg)
}

.flag-icon-par {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/par.svg)
}

.flag-icon-par.flag-icon-rounded,
.flag-icon-par.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/par.svg)
}

.flag-icon-par.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/par.svg)
}

.flag-icon-per {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/per.svg)
}

.flag-icon-per.flag-icon-rounded,
.flag-icon-per.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/per.svg)
}

.flag-icon-per.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/per.svg)
}

.flag-icon-phi {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/phi.svg)
}

.flag-icon-phi.flag-icon-rounded,
.flag-icon-phi.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/phi.svg)
}

.flag-icon-phi.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/phi.svg)
}

.flag-icon-ple {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ple.svg)
}

.flag-icon-ple.flag-icon-rounded,
.flag-icon-ple.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ple.svg)
}

.flag-icon-ple.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ple.svg)
}

.flag-icon-plw {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/plw.svg)
}

.flag-icon-plw.flag-icon-rounded,
.flag-icon-plw.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/plw.svg)
}

.flag-icon-plw.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/plw.svg)
}

.flag-icon-png {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/png.svg)
}

.flag-icon-png.flag-icon-rounded,
.flag-icon-png.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/png.svg)
}

.flag-icon-png.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/png.svg)
}

.flag-icon-pol {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/pol.svg)
}

.flag-icon-pol.flag-icon-rounded,
.flag-icon-pol.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/pol.svg)
}

.flag-icon-pol.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/pol.svg)
}

.flag-icon-por {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/por.svg)
}

.flag-icon-por.flag-icon-rounded,
.flag-icon-por.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/por.svg)
}

.flag-icon-por.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/por.svg)
}

.flag-icon-prk {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/prk.svg)
}

.flag-icon-prk.flag-icon-rounded,
.flag-icon-prk.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/prk.svg)
}

.flag-icon-prk.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/prk.svg)
}

.flag-icon-pur {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/pur.svg)
}

.flag-icon-pur.flag-icon-rounded,
.flag-icon-pur.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/pur.svg)
}

.flag-icon-pur.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/pur.svg)
}

.flag-icon-pyf {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/pyf.svg)
}

.flag-icon-pyf.flag-icon-rounded,
.flag-icon-pyf.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/pyf.svg)
}

.flag-icon-pyf.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/pyf.svg)
}

.flag-icon-qat {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/qat.svg)
}

.flag-icon-qat.flag-icon-rounded,
.flag-icon-qat.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/qat.svg)
}

.flag-icon-qat.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/qat.svg)
}

.flag-icon-rom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/rom.svg)
}

.flag-icon-rom.flag-icon-rounded,
.flag-icon-rom.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/rom.svg)
}

.flag-icon-rom.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/rom.svg)
}

.flag-icon-rou {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/rou.svg)
}

.flag-icon-rou.flag-icon-rounded,
.flag-icon-rou.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/rou.svg)
}

.flag-icon-rou.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/rou.svg)
}

.flag-icon-rsa {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/rsa.svg)
}

.flag-icon-rsa.flag-icon-rounded,
.flag-icon-rsa.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/rsa.svg)
}

.flag-icon-rsa.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/rsa.svg)
}

.flag-icon-rus {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/rus.svg)
}

.flag-icon-rus.flag-icon-rounded,
.flag-icon-rus.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/rus.svg)
}

.flag-icon-rus.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/rus.svg)
}

.flag-icon-roc {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/roc.svg)
}

.flag-icon-roc.flag-icon-rounded,
.flag-icon-roc.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/roc.svg)
}

.flag-icon-roc.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/roc.svg)
}

.flag-icon-rwf {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/rwf.svg)
}

.flag-icon-rwf.flag-icon-rounded,
.flag-icon-rwf.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/rwf.svg)
}

.flag-icon-rwf.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/rwf.svg)
}

.flag-icon-rwa {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/rwa.svg)
}

.flag-icon-rwa.flag-icon-rounded,
.flag-icon-rwa.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/rwa.svg)
}

.flag-icon-rwa.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/rwa.svg)
}

.flag-icon-sam {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/sam.svg)
}

.flag-icon-sam.flag-icon-rounded,
.flag-icon-sam.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/sam.svg)
}

.flag-icon-sam.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/sam.svg)
}

.flag-icon-sen {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/sen.svg)
}

.flag-icon-sen.flag-icon-rounded,
.flag-icon-sen.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/sen.svg)
}

.flag-icon-sen.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/sen.svg)
}

.flag-icon-sey {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/sey.svg)
}

.flag-icon-sey.flag-icon-rounded,
.flag-icon-sey.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/sey.svg)
}

.flag-icon-sey.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/sey.svg)
}

.flag-icon-sin {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/sin.svg)
}

.flag-icon-sin.flag-icon-rounded,
.flag-icon-sin.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/sin.svg)
}

.flag-icon-sin.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/sin.svg)
}

.flag-icon-sgp {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/sgp.svg)
}

.flag-icon-sgp.flag-icon-rounded,
.flag-icon-sgp.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/sgp.svg)
}

.flag-icon-sgp.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/sgp.svg)
}

.flag-icon-skn {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/skn.svg)
}

.flag-icon-skn.flag-icon-rounded,
.flag-icon-skn.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/skn.svg)
}

.flag-icon-skn.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/skn.svg)
}

.flag-icon-sle {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/sle.svg)
}

.flag-icon-sle.flag-icon-rounded,
.flag-icon-sle.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/sle.svg)
}

.flag-icon-sle.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/sle.svg)
}

.flag-icon-slo {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/slo.svg)
}

.flag-icon-slo.flag-icon-rounded,
.flag-icon-slo.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/slo.svg)
}

.flag-icon-slo.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/slo.svg)
}

.flag-icon-smr {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/smr.svg)
}

.flag-icon-smr.flag-icon-rounded,
.flag-icon-smr.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/smr.svg)
}

.flag-icon-smr.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/smr.svg)
}

.flag-icon-sol {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/sol.svg)
}

.flag-icon-sol.flag-icon-rounded,
.flag-icon-sol.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/sol.svg)
}

.flag-icon-sol.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/sol.svg)
}

.flag-icon-som {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/som.svg)
}

.flag-icon-som.flag-icon-rounded,
.flag-icon-som.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/som.svg)
}

.flag-icon-som.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/som.svg)
}

.flag-icon-srb {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/srb.svg)
}

.flag-icon-srb.flag-icon-rounded,
.flag-icon-srb.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/srb.svg)
}

.flag-icon-srb.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/srb.svg)
}

.flag-icon-sri {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/sri.svg)
}

.flag-icon-sri.flag-icon-rounded,
.flag-icon-sri.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/sri.svg)
}

.flag-icon-sri.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/sri.svg)
}

.flag-icon-stp {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/stp.svg)
}

.flag-icon-stp.flag-icon-rounded,
.flag-icon-stp.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/stp.svg)
}

.flag-icon-stp.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/stp.svg)
}

.flag-icon-sud {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/sud.svg)
}

.flag-icon-sud.flag-icon-rounded,
.flag-icon-sud.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/sud.svg)
}

.flag-icon-sud.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/sud.svg)
}

.flag-icon-sui {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/sui.svg)
}

.flag-icon-sui.flag-icon-rounded,
.flag-icon-sui.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/sui.svg)
}

.flag-icon-sui.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/sui.svg)
}

.flag-icon-sur {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/sur.svg)
}

.flag-icon-sur.flag-icon-rounded,
.flag-icon-sur.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/sur.svg)
}

.flag-icon-sur.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/sur.svg)
}

.flag-icon-svk {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/svk.svg)
}

.flag-icon-svk.flag-icon-rounded,
.flag-icon-svk.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/svk.svg)
}

.flag-icon-svk.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/svk.svg)
}

.flag-icon-swe {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/swe.svg)
}

.flag-icon-swe.flag-icon-rounded,
.flag-icon-swe.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/swe.svg)
}

.flag-icon-swe.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/swe.svg)
}

.flag-icon-swz {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/swz.svg)
}

.flag-icon-swz.flag-icon-rounded,
.flag-icon-swz.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/swz.svg)
}

.flag-icon-swz.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/swz.svg)
}

.flag-icon-syr {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/syr.svg)
}

.flag-icon-syr.flag-icon-rounded,
.flag-icon-syr.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/syr.svg)
}

.flag-icon-syr.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/syr.svg)
}

.flag-icon-tan {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tan.svg)
}

.flag-icon-tan.flag-icon-rounded,
.flag-icon-tan.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tan.svg)
}

.flag-icon-tan.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tan.svg)
}

.flag-icon-tga {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tga.svg)
}

.flag-icon-tga.flag-icon-rounded,
.flag-icon-tga.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tga.svg)
}

.flag-icon-tga.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tga.svg)
}

.flag-icon-tha {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tha.svg)
}

.flag-icon-tha.flag-icon-rounded,
.flag-icon-tha.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tha.svg)
}

.flag-icon-tha.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tha.svg)
}

.flag-icon-tjk {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tjk.svg)
}

.flag-icon-tjk.flag-icon-rounded,
.flag-icon-tjk.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tjk.svg)
}

.flag-icon-tjk.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tjk.svg)
}

.flag-icon-tkl {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tkl.svg)
}

.flag-icon-tkl.flag-icon-rounded,
.flag-icon-tkl.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tkl.svg)
}

.flag-icon-tkl.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tkl.svg)
}

.flag-icon-tkm {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tkm.svg)
}

.flag-icon-tkm.flag-icon-rounded,
.flag-icon-tkm.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tkm.svg)
}

.flag-icon-tkm.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tkm.svg)
}

.flag-icon-tls {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tls.svg)
}

.flag-icon-tls.flag-icon-rounded,
.flag-icon-tls.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tls.svg)
}

.flag-icon-tls.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tls.svg)
}

.flag-icon-tog {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tog.svg)
}

.flag-icon-tog.flag-icon-rounded,
.flag-icon-tog.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tog.svg)
}

.flag-icon-tog.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tog.svg)
}

.flag-icon-tpe {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tpe.svg)
}

.flag-icon-tpe.flag-icon-rounded,
.flag-icon-tpe.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tpe.svg)
}

.flag-icon-tpe.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tpe.svg)
}

.flag-icon-tri {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tri.svg)
}

.flag-icon-tri.flag-icon-rounded,
.flag-icon-tri.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tri.svg)
}

.flag-icon-tri.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tri.svg)
}

.flag-icon-tun {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tun.svg)
}

.flag-icon-tun.flag-icon-rounded,
.flag-icon-tun.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tun.svg)
}

.flag-icon-tun.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tun.svg)
}

.flag-icon-tur {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tur.svg)
}

.flag-icon-tur.flag-icon-rounded,
.flag-icon-tur.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tur.svg)
}

.flag-icon-tur.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tur.svg)
}

.flag-icon-tuv {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/tuv.svg)
}

.flag-icon-tuv.flag-icon-rounded,
.flag-icon-tuv.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/tuv.svg)
}

.flag-icon-tuv.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/tuv.svg)
}

.flag-icon-uae {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/uae.svg)
}

.flag-icon-uae.flag-icon-rounded,
.flag-icon-uae.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/uae.svg)
}

.flag-icon-uae.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/uae.svg)
}

.flag-icon-uga {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/uga.svg)
}

.flag-icon-uga.flag-icon-rounded,
.flag-icon-uga.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/uga.svg)
}

.flag-icon-uga.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/uga.svg)
}

.flag-icon-ukr {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ukr.svg)
}

.flag-icon-ukr.flag-icon-rounded,
.flag-icon-ukr.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ukr.svg)
}

.flag-icon-ukr.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ukr.svg)
}

.flag-icon-uru {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/uru.svg)
}

.flag-icon-uru.flag-icon-rounded,
.flag-icon-uru.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/uru.svg)
}

.flag-icon-uru.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/uru.svg)
}

.flag-icon-usa {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/usa.svg)
}

.flag-icon-usa.flag-icon-rounded,
.flag-icon-usa.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/usa.svg)
}

.flag-icon-usa.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/usa.svg)
}

.flag-icon-uzb {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/uzb.svg)
}

.flag-icon-uzb.flag-icon-rounded,
.flag-icon-uzb.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/uzb.svg)
}

.flag-icon-uzb.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/uzb.svg)
}

.flag-icon-van {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/van.svg)
}

.flag-icon-van.flag-icon-rounded,
.flag-icon-van.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/van.svg)
}

.flag-icon-van.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/van.svg)
}

.flag-icon-ven {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/ven.svg)
}

.flag-icon-ven.flag-icon-rounded,
.flag-icon-ven.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/ven.svg)
}

.flag-icon-ven.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/ven.svg)
}

.flag-icon-vie {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/vie.svg)
}

.flag-icon-vie.flag-icon-rounded,
.flag-icon-vie.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/vie.svg)
}

.flag-icon-vie.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/vie.svg)
}

.flag-icon-vin {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/vin.svg)
}

.flag-icon-vin.flag-icon-rounded,
.flag-icon-vin.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/vin.svg)
}

.flag-icon-vin.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/vin.svg)
}

.flag-icon-yem {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/yem.svg)
}

.flag-icon-yem.flag-icon-rounded,
.flag-icon-yem.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/yem.svg)
}

.flag-icon-yem.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/yem.svg)
}

.flag-icon-zam {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/zam.svg)
}

.flag-icon-zam.flag-icon-rounded,
.flag-icon-zam.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/zam.svg)
}

.flag-icon-zam.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/zam.svg)
}

.flag-icon-zim {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/4x3/zim.svg)
}

.flag-icon-zim.flag-icon-rounded,
.flag-icon-zim.flag-icon-squared {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/1x1/zim.svg)
}

.flag-icon-zim.flag-icon-custom {
    background-image: url(https://uww.org/themes/custom/uww/build/img/flags/custom/zim.svg)
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.slick-dots {
    text-align: center;
    padding: 30px 0;
    margin: 0;
    width: 100%;
    color: #6d6d6d
}

.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-radius: 50%;
    cursor: pointer;
    border-color: currentcolor
}

.slick-dots li.slick-active {
    background-color: currentcolor
}

.slick-dots li+li {
    margin-left: 10px
}

.slick-dots .tab {
    display: none
}

.slick-disabled {
    display: none !important
}

.slick-pager {
    position: relative;
    padding-left: 40px;
    padding-right: 40px
}

.slick-pager .next,
.slick-pager .prev {
    position: absolute;
    top: 50%;
    display: block;
    padding: 20px;
    margin-top: -20px
}

.slick-pager .next svg,
.slick-pager .prev svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -3px;
    display: block;
    width: 6px;
    height: 10px
}

.slick-pager .next path,
.slick-pager .prev path {
    fill: #03003f
}

.slick-pager .prev {
    left: 0
}

.slick-pager .next {
    right: 0
}

.step-in {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.waypoint-reveal .step-in {
    opacity: 1
}

.step-in-left {
    -webkit-transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, transform .5s ease;
    transition: opacity .5s linear, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0
}

.waypoint-reveal .step-in-left {
    -webkit-transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, transform .5s ease;
    transition: opacity .5s linear, transform .5s ease, -webkit-transform .5s ease;
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.step-in-right {
    -webkit-transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, transform .5s ease;
    transition: opacity .5s linear, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0
}

.waypoint-reveal .step-in-right {
    -webkit-transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, transform .5s ease;
    transition: opacity .5s linear, transform .5s ease, -webkit-transform .5s ease;
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.step-out-right {
    -webkit-transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, transform .5s ease;
    transition: opacity .5s linear, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.waypoint-reveal .step-out-right {
    -webkit-transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, transform .5s ease;
    transition: opacity .5s linear, transform .5s ease, -webkit-transform .5s ease;
    opacity: 0;
    -webkit-transform: translate(50px);
    -ms-transform: translate(50px);
    transform: translate(50px)
}

.step-out-left {
    -webkit-transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, transform .5s ease;
    transition: opacity .5s linear, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.waypoint-reveal .step-out-left {
    -webkit-transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, transform .5s ease;
    transition: opacity .5s linear, transform .5s ease, -webkit-transform .5s ease;
    opacity: 0;
    -webkit-transform: translate(-50px);
    -ms-transform: translate(-50px);
    transform: translate(-50px)
}

.step-up {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, transform .5s ease;
    transition: opacity .5s linear, transform .5s ease, -webkit-transform .5s ease
}

.waypoint-reveal .step-up {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.step-down {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, -webkit-transform .5s ease;
    transition: opacity .5s linear, transform .5s ease;
    transition: opacity .5s linear, transform .5s ease, -webkit-transform .5s ease
}

.waypoint-reveal .step-down {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.zoom-in {
    opacity: 0;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: opacity .5s linear, -webkit-transform .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: opacity .5s linear, -webkit-transform .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: opacity .5s linear, transform .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: opacity .5s linear, transform .5s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .5s cubic-bezier(.175, .885, .32, 1.275)
}

.waypoint-reveal .zoom-in {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.step-down:nth-child(1),
.step-in-left:nth-child(1),
.step-in-right:nth-child(1),
.step-in:nth-child(1),
.step-up:nth-child(1) {
    -webkit-transition-delay: .15s !important;
    transition-delay: .15s !important
}

.step-down[data-delay="1"],
.step-in-left[data-delay="1"],
.step-in-right[data-delay="1"],
.step-in[data-delay="1"],
.step-up[data-delay="1"],
.zoom-in[data-delay="1"] {
    -webkit-transition-delay: .15s !important;
    transition-delay: .15s !important
}

.step-down:nth-child(2),
.step-in-left:nth-child(2),
.step-in-right:nth-child(2),
.step-in:nth-child(2),
.step-up:nth-child(2) {
    -webkit-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.step-down[data-delay="2"],
.step-in-left[data-delay="2"],
.step-in-right[data-delay="2"],
.step-in[data-delay="2"],
.step-up[data-delay="2"],
.zoom-in[data-delay="2"] {
    -webkit-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.step-down:nth-child(3),
.step-in-left:nth-child(3),
.step-in-right:nth-child(3),
.step-in:nth-child(3),
.step-up:nth-child(3) {
    -webkit-transition-delay: .45s !important;
    transition-delay: .45s !important
}

.step-down[data-delay="3"],
.step-in-left[data-delay="3"],
.step-in-right[data-delay="3"],
.step-in[data-delay="3"],
.step-up[data-delay="3"],
.zoom-in[data-delay="3"] {
    -webkit-transition-delay: .45s !important;
    transition-delay: .45s !important
}

.step-down:nth-child(4),
.step-in-left:nth-child(4),
.step-in-right:nth-child(4),
.step-in:nth-child(4),
.step-up:nth-child(4) {
    -webkit-transition-delay: .6s !important;
    transition-delay: .6s !important
}

.step-down[data-delay="4"],
.step-in-left[data-delay="4"],
.step-in-right[data-delay="4"],
.step-in[data-delay="4"],
.step-up[data-delay="4"],
.zoom-in[data-delay="4"] {
    -webkit-transition-delay: .6s !important;
    transition-delay: .6s !important
}

.step-down:nth-child(5),
.step-in-left:nth-child(5),
.step-in-right:nth-child(5),
.step-in:nth-child(5),
.step-up:nth-child(5) {
    -webkit-transition-delay: .75s !important;
    transition-delay: .75s !important
}

.step-down[data-delay="5"],
.step-in-left[data-delay="5"],
.step-in-right[data-delay="5"],
.step-in[data-delay="5"],
.step-up[data-delay="5"],
.zoom-in[data-delay="5"] {
    -webkit-transition-delay: .75s !important;
    transition-delay: .75s !important
}

.step-down:nth-child(6),
.step-in-left:nth-child(6),
.step-in-right:nth-child(6),
.step-in:nth-child(6),
.step-up:nth-child(6) {
    -webkit-transition-delay: .9s !important;
    transition-delay: .9s !important
}

.step-down[data-delay="6"],
.step-in-left[data-delay="6"],
.step-in-right[data-delay="6"],
.step-in[data-delay="6"],
.step-up[data-delay="6"],
.zoom-in[data-delay="6"] {
    -webkit-transition-delay: .9s !important;
    transition-delay: .9s !important
}

.step-down:nth-child(7),
.step-in-left:nth-child(7),
.step-in-right:nth-child(7),
.step-in:nth-child(7),
.step-up:nth-child(7) {
    -webkit-transition-delay: 1.05s !important;
    transition-delay: 1.05s !important
}

.step-down[data-delay="7"],
.step-in-left[data-delay="7"],
.step-in-right[data-delay="7"],
.step-in[data-delay="7"],
.step-up[data-delay="7"],
.zoom-in[data-delay="7"] {
    -webkit-transition-delay: 1.05s !important;
    transition-delay: 1.05s !important
}

.step-down:nth-child(8),
.step-in-left:nth-child(8),
.step-in-right:nth-child(8),
.step-in:nth-child(8),
.step-up:nth-child(8) {
    -webkit-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important
}

.step-down[data-delay="8"],
.step-in-left[data-delay="8"],
.step-in-right[data-delay="8"],
.step-in[data-delay="8"],
.step-up[data-delay="8"],
.zoom-in[data-delay="8"] {
    -webkit-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important
}

.step-down:nth-child(9),
.step-in-left:nth-child(9),
.step-in-right:nth-child(9),
.step-in:nth-child(9),
.step-up:nth-child(9) {
    -webkit-transition-delay: 1.35s !important;
    transition-delay: 1.35s !important
}

.step-down[data-delay="9"],
.step-in-left[data-delay="9"],
.step-in-right[data-delay="9"],
.step-in[data-delay="9"],
.step-up[data-delay="9"],
.zoom-in[data-delay="9"] {
    -webkit-transition-delay: 1.35s !important;
    transition-delay: 1.35s !important
}

.step-down:nth-child(10),
.step-in-left:nth-child(10),
.step-in-right:nth-child(10),
.step-in:nth-child(10),
.step-up:nth-child(10) {
    -webkit-transition-delay: 1.5s !important;
    transition-delay: 1.5s !important
}

.step-down[data-delay="10"],
.step-in-left[data-delay="10"],
.step-in-right[data-delay="10"],
.step-in[data-delay="10"],
.step-up[data-delay="10"],
.zoom-in[data-delay="10"] {
    -webkit-transition-delay: 1.5s !important;
    transition-delay: 1.5s !important
}

.step-down:nth-child(11),
.step-in-left:nth-child(11),
.step-in-right:nth-child(11),
.step-in:nth-child(11),
.step-up:nth-child(11) {
    -webkit-transition-delay: 1.65s !important;
    transition-delay: 1.65s !important
}

.step-down[data-delay="11"],
.step-in-left[data-delay="11"],
.step-in-right[data-delay="11"],
.step-in[data-delay="11"],
.step-up[data-delay="11"],
.zoom-in[data-delay="11"] {
    -webkit-transition-delay: 1.65s !important;
    transition-delay: 1.65s !important
}

.step-down:nth-child(12),
.step-in-left:nth-child(12),
.step-in-right:nth-child(12),
.step-in:nth-child(12),
.step-up:nth-child(12) {
    -webkit-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important
}

.step-down[data-delay="12"],
.step-in-left[data-delay="12"],
.step-in-right[data-delay="12"],
.step-in[data-delay="12"],
.step-up[data-delay="12"],
.zoom-in[data-delay="12"] {
    -webkit-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important
}

.step-down:nth-child(13),
.step-in-left:nth-child(13),
.step-in-right:nth-child(13),
.step-in:nth-child(13),
.step-up:nth-child(13) {
    -webkit-transition-delay: 1.95s !important;
    transition-delay: 1.95s !important
}

.step-down[data-delay="13"],
.step-in-left[data-delay="13"],
.step-in-right[data-delay="13"],
.step-in[data-delay="13"],
.step-up[data-delay="13"],
.zoom-in[data-delay="13"] {
    -webkit-transition-delay: 1.95s !important;
    transition-delay: 1.95s !important
}

.step-down:nth-child(14),
.step-in-left:nth-child(14),
.step-in-right:nth-child(14),
.step-in:nth-child(14),
.step-up:nth-child(14) {
    -webkit-transition-delay: 2.1s !important;
    transition-delay: 2.1s !important
}

.step-down[data-delay="14"],
.step-in-left[data-delay="14"],
.step-in-right[data-delay="14"],
.step-in[data-delay="14"],
.step-up[data-delay="14"],
.zoom-in[data-delay="14"] {
    -webkit-transition-delay: 2.1s !important;
    transition-delay: 2.1s !important
}

.step-down:nth-child(15),
.step-in-left:nth-child(15),
.step-in-right:nth-child(15),
.step-in:nth-child(15),
.step-up:nth-child(15) {
    -webkit-transition-delay: 2.25s !important;
    transition-delay: 2.25s !important
}

.step-down[data-delay="15"],
.step-in-left[data-delay="15"],
.step-in-right[data-delay="15"],
.step-in[data-delay="15"],
.step-up[data-delay="15"],
.zoom-in[data-delay="15"] {
    -webkit-transition-delay: 2.25s !important;
    transition-delay: 2.25s !important
}

.step-down:nth-child(16),
.step-in-left:nth-child(16),
.step-in-right:nth-child(16),
.step-in:nth-child(16),
.step-up:nth-child(16) {
    -webkit-transition-delay: 2.4s !important;
    transition-delay: 2.4s !important
}

.step-down[data-delay="16"],
.step-in-left[data-delay="16"],
.step-in-right[data-delay="16"],
.step-in[data-delay="16"],
.step-up[data-delay="16"],
.zoom-in[data-delay="16"] {
    -webkit-transition-delay: 2.4s !important;
    transition-delay: 2.4s !important
}

.step-down:nth-child(17),
.step-in-left:nth-child(17),
.step-in-right:nth-child(17),
.step-in:nth-child(17),
.step-up:nth-child(17) {
    -webkit-transition-delay: 2.55s !important;
    transition-delay: 2.55s !important
}

.step-down[data-delay="17"],
.step-in-left[data-delay="17"],
.step-in-right[data-delay="17"],
.step-in[data-delay="17"],
.step-up[data-delay="17"],
.zoom-in[data-delay="17"] {
    -webkit-transition-delay: 2.55s !important;
    transition-delay: 2.55s !important
}

.step-down:nth-child(18),
.step-in-left:nth-child(18),
.step-in-right:nth-child(18),
.step-in:nth-child(18),
.step-up:nth-child(18) {
    -webkit-transition-delay: 2.7s !important;
    transition-delay: 2.7s !important
}

.step-down[data-delay="18"],
.step-in-left[data-delay="18"],
.step-in-right[data-delay="18"],
.step-in[data-delay="18"],
.step-up[data-delay="18"],
.zoom-in[data-delay="18"] {
    -webkit-transition-delay: 2.7s !important;
    transition-delay: 2.7s !important
}

.step-down:nth-child(19),
.step-in-left:nth-child(19),
.step-in-right:nth-child(19),
.step-in:nth-child(19),
.step-up:nth-child(19) {
    -webkit-transition-delay: 2.85s !important;
    transition-delay: 2.85s !important
}

.step-down[data-delay="19"],
.step-in-left[data-delay="19"],
.step-in-right[data-delay="19"],
.step-in[data-delay="19"],
.step-up[data-delay="19"],
.zoom-in[data-delay="19"] {
    -webkit-transition-delay: 2.85s !important;
    transition-delay: 2.85s !important
}

.step-down:nth-child(20),
.step-in-left:nth-child(20),
.step-in-right:nth-child(20),
.step-in:nth-child(20),
.step-up:nth-child(20) {
    -webkit-transition-delay: 3s !important;
    transition-delay: 3s !important
}

.step-down[data-delay="20"],
.step-in-left[data-delay="20"],
.step-in-right[data-delay="20"],
.step-in[data-delay="20"],
.step-up[data-delay="20"],
.zoom-in[data-delay="20"] {
    -webkit-transition-delay: 3s !important;
    transition-delay: 3s !important
}

.step-down:nth-child(21),
.step-in-left:nth-child(21),
.step-in-right:nth-child(21),
.step-in:nth-child(21),
.step-up:nth-child(21) {
    -webkit-transition-delay: 3.15s !important;
    transition-delay: 3.15s !important
}

.step-down[data-delay="21"],
.step-in-left[data-delay="21"],
.step-in-right[data-delay="21"],
.step-in[data-delay="21"],
.step-up[data-delay="21"],
.zoom-in[data-delay="21"] {
    -webkit-transition-delay: 3.15s !important;
    transition-delay: 3.15s !important
}

.step-down:nth-child(22),
.step-in-left:nth-child(22),
.step-in-right:nth-child(22),
.step-in:nth-child(22),
.step-up:nth-child(22) {
    -webkit-transition-delay: 3.3s !important;
    transition-delay: 3.3s !important
}

.step-down[data-delay="22"],
.step-in-left[data-delay="22"],
.step-in-right[data-delay="22"],
.step-in[data-delay="22"],
.step-up[data-delay="22"],
.zoom-in[data-delay="22"] {
    -webkit-transition-delay: 3.3s !important;
    transition-delay: 3.3s !important
}

.step-down:nth-child(23),
.step-in-left:nth-child(23),
.step-in-right:nth-child(23),
.step-in:nth-child(23),
.step-up:nth-child(23) {
    -webkit-transition-delay: 3.45s !important;
    transition-delay: 3.45s !important
}

.step-down[data-delay="23"],
.step-in-left[data-delay="23"],
.step-in-right[data-delay="23"],
.step-in[data-delay="23"],
.step-up[data-delay="23"],
.zoom-in[data-delay="23"] {
    -webkit-transition-delay: 3.45s !important;
    transition-delay: 3.45s !important
}

.step-down:nth-child(24),
.step-in-left:nth-child(24),
.step-in-right:nth-child(24),
.step-in:nth-child(24),
.step-up:nth-child(24) {
    -webkit-transition-delay: 3.6s !important;
    transition-delay: 3.6s !important
}

.step-down[data-delay="24"],
.step-in-left[data-delay="24"],
.step-in-right[data-delay="24"],
.step-in[data-delay="24"],
.step-up[data-delay="24"],
.zoom-in[data-delay="24"] {
    -webkit-transition-delay: 3.6s !important;
    transition-delay: 3.6s !important
}

.step-down:nth-child(25),
.step-in-left:nth-child(25),
.step-in-right:nth-child(25),
.step-in:nth-child(25),
.step-up:nth-child(25) {
    -webkit-transition-delay: 3.75s !important;
    transition-delay: 3.75s !important
}

.step-down[data-delay="25"],
.step-in-left[data-delay="25"],
.step-in-right[data-delay="25"],
.step-in[data-delay="25"],
.step-up[data-delay="25"],
.zoom-in[data-delay="25"] {
    -webkit-transition-delay: 3.75s !important;
    transition-delay: 3.75s !important
}

.step-down:nth-child(26),
.step-in-left:nth-child(26),
.step-in-right:nth-child(26),
.step-in:nth-child(26),
.step-up:nth-child(26) {
    -webkit-transition-delay: 3.9s !important;
    transition-delay: 3.9s !important
}

.step-down[data-delay="26"],
.step-in-left[data-delay="26"],
.step-in-right[data-delay="26"],
.step-in[data-delay="26"],
.step-up[data-delay="26"],
.zoom-in[data-delay="26"] {
    -webkit-transition-delay: 3.9s !important;
    transition-delay: 3.9s !important
}

.step-down:nth-child(27),
.step-in-left:nth-child(27),
.step-in-right:nth-child(27),
.step-in:nth-child(27),
.step-up:nth-child(27) {
    -webkit-transition-delay: 4.05s !important;
    transition-delay: 4.05s !important
}

.step-down[data-delay="27"],
.step-in-left[data-delay="27"],
.step-in-right[data-delay="27"],
.step-in[data-delay="27"],
.step-up[data-delay="27"],
.zoom-in[data-delay="27"] {
    -webkit-transition-delay: 4.05s !important;
    transition-delay: 4.05s !important
}

.step-down:nth-child(28),
.step-in-left:nth-child(28),
.step-in-right:nth-child(28),
.step-in:nth-child(28),
.step-up:nth-child(28) {
    -webkit-transition-delay: 4.2s !important;
    transition-delay: 4.2s !important
}

.step-down[data-delay="28"],
.step-in-left[data-delay="28"],
.step-in-right[data-delay="28"],
.step-in[data-delay="28"],
.step-up[data-delay="28"],
.zoom-in[data-delay="28"] {
    -webkit-transition-delay: 4.2s !important;
    transition-delay: 4.2s !important
}

.step-down:nth-child(29),
.step-in-left:nth-child(29),
.step-in-right:nth-child(29),
.step-in:nth-child(29),
.step-up:nth-child(29) {
    -webkit-transition-delay: 4.35s !important;
    transition-delay: 4.35s !important
}

.step-down[data-delay="29"],
.step-in-left[data-delay="29"],
.step-in-right[data-delay="29"],
.step-in[data-delay="29"],
.step-up[data-delay="29"],
.zoom-in[data-delay="29"] {
    -webkit-transition-delay: 4.35s !important;
    transition-delay: 4.35s !important
}

.step-down:nth-child(30),
.step-in-left:nth-child(30),
.step-in-right:nth-child(30),
.step-in:nth-child(30),
.step-up:nth-child(30) {
    -webkit-transition-delay: 4.5s !important;
    transition-delay: 4.5s !important
}

.step-down[data-delay="30"],
.step-in-left[data-delay="30"],
.step-in-right[data-delay="30"],
.step-in[data-delay="30"],
.step-up[data-delay="30"],
.zoom-in[data-delay="30"] {
    -webkit-transition-delay: 4.5s !important;
    transition-delay: 4.5s !important
}

.step-down:nth-child(31),
.step-in-left:nth-child(31),
.step-in-right:nth-child(31),
.step-in:nth-child(31),
.step-up:nth-child(31) {
    -webkit-transition-delay: 4.65s !important;
    transition-delay: 4.65s !important
}

.step-down[data-delay="31"],
.step-in-left[data-delay="31"],
.step-in-right[data-delay="31"],
.step-in[data-delay="31"],
.step-up[data-delay="31"],
.zoom-in[data-delay="31"] {
    -webkit-transition-delay: 4.65s !important;
    transition-delay: 4.65s !important
}

/* .pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-perspective: 24rem;
    -ms-perspective: 24rem;
    -o-perspective: 24rem;
    perspective: 24rem;
    z-index: 2000;
    position: fixed;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
} */

.pace.pace-inactive {
    background: 0 0
}

.pace.pace-inactive .pace-progress {
    display: none
}

/* .pace .pace-progress {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 24rem;
    width: 24rem !important;
    margin-top: -12rem;
    margin-left: -12rem;
    background: url(https://uww.org/themes/custom/uww/build/img/foul200.png) center center no-repeat !important;
    -webkit-animation: pace-theme-center-circle-spin linear infinite 6s;
    animation: pace-theme-center-circle-spin linear infinite 6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
} */

.modaal-noscroll {
    overflow: hidden
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.modaal-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden
}

.modaal-wrapper .modaal-close {
    border: none;
    /* background: 0 0; */
    padding: 0;
    -webkit-appearance: none
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0
}

.modaal-wrapper [tabindex="0"] {
    outline: 0 !important
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    cursor: auto
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.modaal-close:focus,
.modaal-close:hover {
    outline: 0;
    background: #fff
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #b93d0c
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.modaal-close:after,
.modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px
}

.modaal-content-container {
    padding: 30px
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: 0 0
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f
}

.modaal-instagram .modaal-container {
    width: auto;
    /* background: 0 0; */
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: 0 0
}

.modaal-instagram .modaal-content-container>blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff
}

.modaal-gallery-item {
    display: none
}

.modaal-gallery-item img {
    display: block
}

.modaal-gallery-item.is_active {
    display: block
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff
}

.modaal-gallery-label:focus {
    outline: 0
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    outline: 0;
    background: #fff
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
    background: #afb7bc
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-gallery-next {
    left: 100%;
    margin-left: 40px
}

.modaal-gallery-prev {
    right: 100%;
    margin-right: 40px
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
    left: 22px
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block
}

.modaal-loading-spinner {
    /* background: 0 0; */
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transform: scale(.25);
    -ms-transform: scale(.25);
    transform: scale(.25)
}

.modaal-loading-spinner>div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute
}

.modaal-loading-spinner>div>div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(1) {
    -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .12s;
    animation-delay: .12s
}

.modaal-loading-spinner>div:nth-of-type(2) {
    -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(3) {
    -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .37s;
    animation-delay: .37s
}

.modaal-loading-spinner>div:nth-of-type(4) {
    -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(5) {
    -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .62s;
    animation-delay: .62s
}

.modaal-loading-spinner>div:nth-of-type(6) {
    -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.modaal-loading-spinner>div:nth-of-type(7) {
    -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .87s;
    animation-delay: .87s
}

.modaal-loading-spinner>div:nth-of-type(8) {
    -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0)
}

@font-face {
    font-family: rad-reg;
    src: url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-regular-webfont.eot);
    src: url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-regular-webfont.eot#iefix) format("embedded-opentype"), url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-regular-webfont.woff) format("woff"), url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-regular-webfont.woff2) format("woff2"), url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-regular-webfont.ttf) format("truetype")
}

@font-face {
    font-family: rad-semi;
    src: url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-medium-webfont.eot);
    src: url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-medium-webfont.eot#iefix) format("embedded-opentype"), url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-medium-webfont.woff) format("woff"), url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-medium-webfont.woff2) format("woff2"), url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-medium-webfont.ttf) format("truetype")
}

@font-face {
    font-family: rad-bold;
    src: url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-bold-webfont.eot);
    src: url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-bold-webfont.eot#iefix) format("embedded-opentype"), url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-bold-webfont.woff) format("woff"), url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-bold-webfont.woff2) format("woff2"), url(https://uww.org/themes/custom/uww/build/fonts/radnika/radnika-bold-webfont.ttf) format("truetype")
}

@font-face {
    font-family: FontAwesome;
    src: url(https://uww.org/themes/custom/uww/build/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://uww.org/themes/custom/uww/build/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format("embedded-opentype"), url(https://uww.org/themes/custom/uww/build/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(https://uww.org/themes/custom/uww/build/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(https://uww.org/themes/custom/uww/build/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(https://uww.org/themes/custom/uww/build/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    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
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .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.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .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)
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-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 {
    -ms-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-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    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
}

.fa-glass:before {
    content: "ï€€"
}

.fa-music:before {
    content: "ï€"
}

.fa-search:before {
    content: "ï€‚"
}

.fa-envelope-o:before {
    content: "ï€ƒ"
}

.fa-heart:before {
    content: "ï€„"
}

.fa-star:before {
    content: "ï€…"
}

.fa-star-o:before {
    content: "ï€†"
}

.fa-user:before {
    content: "ï€‡"
}

.fa-film:before {
    content: "ï€ˆ"
}

.fa-th-large:before {
    content: "ï€‰"
}

.fa-th:before {
    content: "ï€Š"
}

.fa-th-list:before {
    content: "ï€‹"
}

.fa-check:before {
    content: "ï€Œ"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "ï€"
}

.fa-search-plus:before {
    content: "ï€Ž"
}

.fa-search-minus:before {
    content: "ï€"
}

.fa-power-off:before {
    content: "ï€‘"
}

.fa-signal:before {
    content: "ï€’"
}

.fa-cog:before,
.fa-gear:before {
    content: "ï€“"
}

.fa-trash-o:before {
    content: "ï€”"
}

.fa-home:before {
    content: "ï€•"
}

.fa-file-o:before {
    content: "ï€–"
}

.fa-clock-o:before {
    content: "ï€—"
}

.fa-road:before {
    content: "ï€˜"
}

.fa-download:before {
    content: "ï€™"
}

.fa-arrow-circle-o-down:before {
    content: "ï€š"
}

.fa-arrow-circle-o-up:before {
    content: "ï€›"
}

.fa-inbox:before {
    content: "ï€œ"
}

.fa-play-circle-o:before {
    content: "ï€"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "ï€ž"
}

.fa-refresh:before {
    content: "ï€¡"
}

.fa-list-alt:before {
    content: "ï€¢"
}

.fa-lock:before {
    content: "ï€£"
}

.fa-flag:before {
    content: "ï€¤"
}

.fa-headphones:before {
    content: "ï€¥"
}

.fa-volume-off:before {
    content: "ï€¦"
}

.fa-volume-down:before {
    content: "ï€§"
}

.fa-volume-up:before {
    content: "ï€¨"
}

.fa-qrcode:before {
    content: "ï€©"
}

.fa-barcode:before {
    content: "ï€ª"
}

.fa-tag:before {
    content: "ï€«"
}

.fa-tags:before {
    content: "ï€¬"
}

.fa-book:before {
    content: "ï€­"
}

.fa-bookmark:before {
    content: "ï€®"
}

.fa-print:before {
    content: "ï€¯"
}

.fa-camera:before {
    content: "ï€°"
}

.fa-font:before {
    content: "ï€±"
}

.fa-bold:before {
    content: "ï€²"
}

.fa-italic:before {
    content: "ï€³"
}

.fa-text-height:before {
    content: "ï€´"
}

.fa-text-width:before {
    content: "ï€µ"
}

.fa-align-left:before {
    content: "ï€¶"
}

.fa-align-center:before {
    content: "ï€·"
}

.fa-align-right:before {
    content: "ï€¸"
}

.fa-align-justify:before {
    content: "ï€¹"
}

.fa-list:before {
    content: "ï€º"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "ï€»"
}

.fa-indent:before {
    content: "ï€¼"
}

.fa-video-camera:before {
    content: "ï€½"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "ï€¾"
}

.fa-pencil:before {
    content: "ï€"
}

.fa-map-marker:before {
    content: "ï"
}

.fa-adjust:before {
    content: "ï‚"
}

.fa-tint:before {
    content: "ïƒ"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "ï„"
}

.fa-share-square-o:before {
    content: "ï…"
}

.fa-check-square-o:before {
    content: "ï†"
}

.fa-arrows:before {
    content: "ï‡"
}

.fa-step-backward:before {
    content: "ïˆ"
}

.fa-fast-backward:before {
    content: "ï‰"
}

.fa-backward:before {
    content: "ïŠ"
}

.fa-play:before {
    content: "ï‹"
}

.fa-pause:before {
    content: "ïŒ"
}

.fa-stop:before {
    content: "ï"
}

.fa-forward:before {
    content: "ïŽ"
}

.fa-fast-forward:before {
    content: "ï"
}

.fa-step-forward:before {
    content: "ï‘"
}

.fa-eject:before {
    content: "ï’"
}

.fa-chevron-left:before {
    content: "ï“"
}

.fa-chevron-right:before {
    content: "ï”"
}

.fa-plus-circle:before {
    content: "ï•"
}

.fa-minus-circle:before {
    content: "ï–"
}

.fa-times-circle:before {
    content: "ï—"
}

.fa-check-circle:before {
    content: "ï˜"
}

.fa-question-circle:before {
    content: "ï™"
}

.fa-info-circle:before {
    content: "ïš"
}

.fa-crosshairs:before {
    content: "ï›"
}

.fa-times-circle-o:before {
    content: "ïœ"
}

.fa-check-circle-o:before {
    content: "ï"
}

.fa-ban:before {
    content: "ïž"
}

.fa-arrow-left:before {
    content: "ï "
}

.fa-arrow-right:before {
    content: "ï¡"
}

.fa-arrow-up:before {
    content: "ï¢"
}

.fa-arrow-down:before {
    content: "ï£"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "ï¤"
}

.fa-expand:before {
    content: "ï¥"
}

.fa-compress:before {
    content: "ï¦"
}

.fa-plus:before {
    content: "ï§"
}

.fa-minus:before {
    content: "ï¨"
}

.fa-asterisk:before {
    content: "ï©"
}

.fa-exclamation-circle:before {
    content: "ïª"
}

.fa-gift:before {
    content: "ï«"
}

.fa-leaf:before {
    content: "ï¬"
}

.fa-fire:before {
    content: "ï­"
}

.fa-eye:before {
    content: "ï®"
}

.fa-eye-slash:before {
    content: "ï°"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "ï±"
}

.fa-plane:before {
    content: "ï²"
}

.fa-calendar:before {
    content: "ï³"
}

.fa-random:before {
    content: "ï´"
}

.fa-comment:before {
    content: "ïµ"
}

.fa-magnet:before {
    content: "ï¶"
}

.fa-chevron-up:before {
    content: "ï·"
}

.fa-chevron-down:before {
    content: "ï¸"
}

.fa-retweet:before {
    content: "ï¹"
}

.fa-shopping-cart:before {
    content: "ïº"
}

.fa-folder:before {
    content: "ï»"
}

.fa-folder-open:before {
    content: "ï¼"
}

.fa-arrows-v:before {
    content: "ï½"
}

.fa-arrows-h:before {
    content: "ï¾"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "ï‚€"
}

.fa-twitter-square:before {
    content: "ï‚"
}

.fa-facebook-square:before {
    content: "ï‚‚"
}

.fa-camera-retro:before {
    content: "ï‚ƒ"
}

.fa-key:before {
    content: "ï‚„"
}

.fa-cogs:before,
.fa-gears:before {
    content: "ï‚…"
}

.fa-comments:before {
    content: "ï‚†"
}

.fa-thumbs-o-up:before {
    content: "ï‚‡"
}

.fa-thumbs-o-down:before {
    content: "ï‚ˆ"
}

.fa-star-half:before {
    content: "ï‚‰"
}

.fa-heart-o:before {
    content: "ï‚Š"
}

.fa-sign-out:before {
    content: "ï‚‹"
}

.fa-linkedin-square:before {
    content: "ï‚Œ"
}

.fa-thumb-tack:before {
    content: "ï‚"
}

.fa-external-link:before {
    content: "ï‚Ž"
}

.fa-sign-in:before {
    content: "ï‚"
}

.fa-trophy:before {
    content: "ï‚‘"
}

.fa-github-square:before {
    content: "ï‚’"
}

.fa-upload:before {
    content: "ï‚“"
}

.fa-lemon-o:before {
    content: "ï‚”"
}

.fa-phone:before {
    content: "ï‚•"
}

.fa-square-o:before {
    content: "ï‚–"
}

.fa-bookmark-o:before {
    content: "ï‚—"
}

.fa-phone-square:before {
    content: "ï‚˜"
}

.fa-twitter:before {
    content: "ï‚™"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "ï‚š"
}

.fa-github:before {
    content: "ï‚›"
}

.fa-unlock:before {
    content: "ï‚œ"
}

.fa-credit-card:before {
    content: "ï‚"
}

.fa-feed:before,
.fa-rss:before {
    content: "ï‚ž"
}

.fa-hdd-o:before {
    content: "ï‚ "
}

.fa-bullhorn:before {
    content: "ï‚¡"
}

.fa-bell:before {
    content: "ïƒ³"
}

.fa-certificate:before {
    content: "ï‚£"
}

.fa-hand-o-right:before {
    content: "ï‚¤"
}

.fa-hand-o-left:before {
    content: "ï‚¥"
}

.fa-hand-o-up:before {
    content: "ï‚¦"
}

.fa-hand-o-down:before {
    content: "ï‚§"
}

.fa-arrow-circle-left:before {
    content: "ï‚¨"
}

.fa-arrow-circle-right:before {
    content: "ï‚©"
}

.fa-arrow-circle-up:before {
    content: "ï‚ª"
}

.fa-arrow-circle-down:before {
    content: "ï‚«"
}

.fa-globe:before {
    content: "ï‚¬"
}

.fa-wrench:before {
    content: "ï‚­"
}

.fa-tasks:before {
    content: "ï‚®"
}

.fa-filter:before {
    content: "ï‚°"
}

.fa-briefcase:before {
    content: "ï‚±"
}

.fa-arrows-alt:before {
    content: "ï‚²"
}

.fa-group:before,
.fa-users:before {
    content: "ïƒ€"
}

.fa-chain:before,
.fa-link:before {
    content: "ïƒ"
}

.fa-cloud:before {
    content: "ïƒ‚"
}

.fa-flask:before {
    content: "ïƒƒ"
}

.fa-cut:before,
.fa-scissors:before {
    content: "ïƒ„"
}

.fa-copy:before,
.fa-files-o:before {
    content: "ïƒ…"
}

.fa-paperclip:before {
    content: "ïƒ†"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "ïƒ‡"
}

.fa-square:before {
    content: "ïƒˆ"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "ïƒ‰"
}

.fa-list-ul:before {
    content: "ïƒŠ"
}

.fa-list-ol:before {
    content: "ïƒ‹"
}

.fa-strikethrough:before {
    content: "ïƒŒ"
}

.fa-underline:before {
    content: "ïƒ"
}

.fa-table:before {
    content: "ïƒŽ"
}

.fa-magic:before {
    content: "ïƒ"
}

.fa-truck:before {
    content: "ïƒ‘"
}

.fa-pinterest:before {
    content: "ïƒ’"
}

.fa-pinterest-square:before {
    content: "ïƒ“"
}

.fa-google-plus-square:before {
    content: "ïƒ”"
}

.fa-google-plus:before {
    content: "ïƒ•"
}

.fa-money:before {
    content: "ïƒ–"
}

.fa-caret-down:before {
    content: "ïƒ—"
}

.fa-caret-up:before {
    content: "ïƒ˜"
}

.fa-caret-left:before {
    content: "ïƒ™"
}

.fa-caret-right:before {
    content: "ïƒš"
}

.fa-columns:before {
    content: "ïƒ›"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "ïƒœ"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "ïƒ"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "ïƒž"
}

.fa-envelope:before {
    content: "ïƒ "
}

.fa-linkedin:before {
    content: "ïƒ¡"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "ïƒ¢"
}

.fa-gavel:before,
.fa-legal:before {
    content: "ïƒ£"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "ïƒ¤"
}

.fa-comment-o:before {
    content: "ïƒ¥"
}

.fa-comments-o:before {
    content: "ïƒ¦"
}

.fa-bolt:before,
.fa-flash:before {
    content: "ïƒ§"
}

.fa-sitemap:before {
    content: "ïƒ¨"
}

.fa-umbrella:before {
    content: "ïƒ©"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "ïƒª"
}

.fa-lightbulb-o:before {
    content: "ïƒ«"
}

.fa-exchange:before {
    content: "ïƒ¬"
}

.fa-cloud-download:before {
    content: "ïƒ­"
}

.fa-cloud-upload:before {
    content: "ïƒ®"
}

.fa-user-md:before {
    content: "ïƒ°"
}

.fa-stethoscope:before {
    content: "ïƒ±"
}

.fa-suitcase:before {
    content: "ïƒ²"
}

.fa-bell-o:before {
    content: "ï‚¢"
}

.fa-coffee:before {
    content: "ïƒ´"
}

.fa-cutlery:before {
    content: "ïƒµ"
}

.fa-file-text-o:before {
    content: "ïƒ¶"
}

.fa-building-o:before {
    content: "ïƒ·"
}

.fa-hospital-o:before {
    content: "ïƒ¸"
}

.fa-ambulance:before {
    content: "ïƒ¹"
}

.fa-medkit:before {
    content: "ïƒº"
}

.fa-fighter-jet:before {
    content: "ïƒ»"
}

.fa-beer:before {
    content: "ïƒ¼"
}

.fa-h-square:before {
    content: "ïƒ½"
}

.fa-plus-square:before {
    content: "ïƒ¾"
}

.fa-angle-double-left:before {
    content: "ï„€"
}

.fa-angle-double-right:before {
    content: "ï„"
}

.fa-angle-double-up:before {
    content: "ï„‚"
}

.fa-angle-double-down:before {
    content: "ï„ƒ"
}

.fa-angle-left:before {
    content: "ï„„"
}

.fa-angle-right:before {
    content: "ï„…"
}

.fa-angle-up:before {
    content: "ï„†"
}

.fa-angle-down:before {
    content: "ï„‡"
}

.fa-desktop:before {
    content: "ï„ˆ"
}

.fa-laptop:before {
    content: "ï„‰"
}

.fa-tablet:before {
    content: "ï„Š"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "ï„‹"
}

.fa-circle-o:before {
    content: "ï„Œ"
}

.fa-quote-left:before {
    content: "ï„"
}

.fa-quote-right:before {
    content: "ï„Ž"
}

.fa-spinner:before {
    content: "ï„"
}

.fa-circle:before {
    content: "ï„‘"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "ï„’"
}

.fa-github-alt:before {
    content: "ï„“"
}

.fa-folder-o:before {
    content: "ï„”"
}

.fa-folder-open-o:before {
    content: "ï„•"
}

.fa-smile-o:before {
    content: "ï„˜"
}

.fa-frown-o:before {
    content: "ï„™"
}

.fa-meh-o:before {
    content: "ï„š"
}

.fa-gamepad:before {
    content: "ï„›"
}

.fa-keyboard-o:before {
    content: "ï„œ"
}

.fa-flag-o:before {
    content: "ï„"
}

.fa-flag-checkered:before {
    content: "ï„ž"
}

.fa-terminal:before {
    content: "ï„ "
}

.fa-code:before {
    content: "ï„¡"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "ï„¢"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "ï„£"
}

.fa-location-arrow:before {
    content: "ï„¤"
}

.fa-crop:before {
    content: "ï„¥"
}

.fa-code-fork:before {
    content: "ï„¦"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "ï„§"
}

.fa-question:before {
    content: "ï„¨"
}

.fa-info:before {
    content: "ï„©"
}

.fa-exclamation:before {
    content: "ï„ª"
}

.fa-superscript:before {
    content: "ï„«"
}

.fa-subscript:before {
    content: "ï„¬"
}

.fa-eraser:before {
    content: "ï„­"
}

.fa-puzzle-piece:before {
    content: "ï„®"
}

.fa-microphone:before {
    content: "ï„°"
}

.fa-microphone-slash:before {
    content: "ï„±"
}

.fa-shield:before {
    content: "ï„²"
}

.fa-calendar-o:before {
    content: "ï„³"
}

.fa-fire-extinguisher:before {
    content: "ï„´"
}

.fa-rocket:before {
    content: "ï„µ"
}

.fa-maxcdn:before {
    content: "ï„¶"
}

.fa-chevron-circle-left:before {
    content: "ï„·"
}

.fa-chevron-circle-right:before {
    content: "ï„¸"
}

.fa-chevron-circle-up:before {
    content: "ï„¹"
}

.fa-chevron-circle-down:before {
    content: "ï„º"
}

.fa-html5:before {
    content: "ï„»"
}

.fa-css3:before {
    content: "ï„¼"
}

.fa-anchor:before {
    content: "ï„½"
}

.fa-unlock-alt:before {
    content: "ï„¾"
}

.fa-bullseye:before {
    content: "ï…€"
}

.fa-ellipsis-h:before {
    content: "ï…"
}

.fa-ellipsis-v:before {
    content: "ï…‚"
}

.fa-rss-square:before {
    content: "ï…ƒ"
}

.fa-play-circle:before {
    content: "ï…„"
}

.fa-ticket:before {
    content: "ï……"
}

.fa-minus-square:before {
    content: "ï…†"
}

.fa-minus-square-o:before {
    content: "ï…‡"
}

.fa-level-up:before {
    content: "ï…ˆ"
}

.fa-level-down:before {
    content: "ï…‰"
}

.fa-check-square:before {
    content: "ï…Š"
}

.fa-pencil-square:before {
    content: "ï…‹"
}

.fa-external-link-square:before {
    content: "ï…Œ"
}

.fa-share-square:before {
    content: "ï…"
}

.fa-compass:before {
    content: "ï…Ž"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "ï…"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "ï…‘"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "ï…’"
}

.fa-eur:before,
.fa-euro:before {
    content: "ï…“"
}

.fa-gbp:before {
    content: "ï…”"
}

.fa-dollar:before,
.fa-usd:before {
    content: "ï…•"
}

.fa-inr:before,
.fa-rupee:before {
    content: "ï…–"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "ï…—"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "ï…˜"
}

.fa-krw:before,
.fa-won:before {
    content: "ï…™"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "ï…š"
}

.fa-file:before {
    content: "ï…›"
}

.fa-file-text:before {
    content: "ï…œ"
}

.fa-sort-alpha-asc:before {
    content: "ï…"
}

.fa-sort-alpha-desc:before {
    content: "ï…ž"
}

.fa-sort-amount-asc:before {
    content: "ï… "
}

.fa-sort-amount-desc:before {
    content: "ï…¡"
}

.fa-sort-numeric-asc:before {
    content: "ï…¢"
}

.fa-sort-numeric-desc:before {
    content: "ï…£"
}

.fa-thumbs-up:before {
    content: "ï…¤"
}

.fa-thumbs-down:before {
    content: "ï…¥"
}

.fa-youtube-square:before {
    content: "ï…¦"
}

.fa-youtube:before {
    content: "ï…§"
}

.fa-xing:before {
    content: "ï…¨"
}

.fa-xing-square:before {
    content: "ï…©"
}

.fa-youtube-play:before {
    content: "ï…ª"
}

.fa-dropbox:before {
    content: "ï…«"
}

.fa-stack-overflow:before {
    content: "ï…¬"
}

.fa-instagram:before {
    content: "ï…­"
}

.fa-flickr:before {
    content: "ï…®"
}

.fa-adn:before {
    content: "ï…°"
}

.fa-bitbucket:before {
    content: "ï…±"
}

.fa-bitbucket-square:before {
    content: "ï…²"
}

.fa-tumblr:before {
    content: "ï…³"
}

.fa-tumblr-square:before {
    content: "ï…´"
}

.fa-long-arrow-down:before {
    content: "ï…µ"
}

.fa-long-arrow-up:before {
    content: "ï…¶"
}

.fa-long-arrow-left:before {
    content: "ï…·"
}

.fa-long-arrow-right:before {
    content: "ï…¸"
}

.fa-apple:before {
    content: "ï…¹"
}

.fa-windows:before {
    content: "ï…º"
}

.fa-android:before {
    content: "ï…»"
}

.fa-linux:before {
    content: "ï…¼"
}

.fa-dribbble:before {
    content: "ï…½"
}

.fa-skype:before {
    content: "ï…¾"
}

.fa-foursquare:before {
    content: "ï†€"
}

.fa-trello:before {
    content: "ï†"
}

.fa-female:before {
    content: "ï†‚"
}

.fa-male:before {
    content: "ï†ƒ"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "ï†„"
}

.fa-sun-o:before {
    content: "ï†…"
}

.fa-moon-o:before {
    content: "ï††"
}

.fa-archive:before {
    content: "ï†‡"
}

.fa-bug:before {
    content: "ï†ˆ"
}

.fa-vk:before {
    content: "ï†‰"
}

.fa-weibo:before {
    content: "ï†Š"
}

.fa-renren:before {
    content: "ï†‹"
}

.fa-pagelines:before {
    content: "ï†Œ"
}

.fa-stack-exchange:before {
    content: "ï†"
}

.fa-arrow-circle-o-right:before {
    content: "ï†Ž"
}

.fa-arrow-circle-o-left:before {
    content: "ï†"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "ï†‘"
}

.fa-dot-circle-o:before {
    content: "ï†’"
}

.fa-wheelchair:before {
    content: "ï†“"
}

.fa-vimeo-square:before {
    content: "ï†”"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "ï†•"
}

.fa-plus-square-o:before {
    content: "ï†–"
}

.fa-space-shuttle:before {
    content: "ï†—"
}

.fa-slack:before {
    content: "ï†˜"
}

.fa-envelope-square:before {
    content: "ï†™"
}

.fa-wordpress:before {
    content: "ï†š"
}

.fa-openid:before {
    content: "ï†›"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "ï†œ"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "ï†"
}

.fa-yahoo:before {
    content: "ï†ž"
}

.fa-google:before {
    content: "ï† "
}

.fa-reddit:before {
    content: "ï†¡"
}

.fa-reddit-square:before {
    content: "ï†¢"
}

.fa-stumbleupon-circle:before {
    content: "ï†£"
}

.fa-stumbleupon:before {
    content: "ï†¤"
}

.fa-delicious:before {
    content: "ï†¥"
}

.fa-digg:before {
    content: "ï†¦"
}

.fa-pied-piper-pp:before {
    content: "ï†§"
}

.fa-pied-piper-alt:before {
    content: "ï†¨"
}

.fa-drupal:before {
    content: "ï†©"
}

.fa-joomla:before {
    content: "ï†ª"
}

.fa-language:before {
    content: "ï†«"
}

.fa-fax:before {
    content: "ï†¬"
}

.fa-building:before {
    content: "ï†­"
}

.fa-child:before {
    content: "ï†®"
}

.fa-paw:before {
    content: "ï†°"
}

.fa-spoon:before {
    content: "ï†±"
}

.fa-cube:before {
    content: "ï†²"
}

.fa-cubes:before {
    content: "ï†³"
}

.fa-behance:before {
    content: "ï†´"
}

.fa-behance-square:before {
    content: "ï†µ"
}

.fa-steam:before {
    content: "ï†¶"
}

.fa-steam-square:before {
    content: "ï†·"
}

.fa-recycle:before {
    content: "ï†¸"
}

.fa-automobile:before,
.fa-car:before {
    content: "ï†¹"
}

.fa-cab:before,
.fa-taxi:before {
    content: "ï†º"
}

.fa-tree:before {
    content: "ï†»"
}

.fa-spotify:before {
    content: "ï†¼"
}

.fa-deviantart:before {
    content: "ï†½"
}

.fa-soundcloud:before {
    content: "ï†¾"
}

.fa-database:before {
    content: "ï‡€"
}

.fa-file-pdf-o:before {
    content: "ï‡"
}

.fa-file-word-o:before {
    content: "ï‡‚"
}

.fa-file-excel-o:before {
    content: "ï‡ƒ"
}

.fa-file-powerpoint-o:before {
    content: "ï‡„"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "ï‡…"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "ï‡†"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "ï‡‡"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "ï‡ˆ"
}

.fa-file-code-o:before {
    content: "ï‡‰"
}

.fa-vine:before {
    content: "ï‡Š"
}

.fa-codepen:before {
    content: "ï‡‹"
}

.fa-jsfiddle:before {
    content: "ï‡Œ"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "ï‡"
}

.fa-circle-o-notch:before {
    content: "ï‡Ž"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "ï‡"
}

.fa-empire:before,
.fa-ge:before {
    content: "ï‡‘"
}

.fa-git-square:before {
    content: "ï‡’"
}

.fa-git:before {
    content: "ï‡“"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "ï‡”"
}

.fa-tencent-weibo:before {
    content: "ï‡•"
}

.fa-qq:before {
    content: "ï‡–"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "ï‡—"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "ï‡˜"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "ï‡™"
}

.fa-history:before {
    content: "ï‡š"
}

.fa-circle-thin:before {
    content: "ï‡›"
}

.fa-header:before {
    content: "ï‡œ"
}

.fa-paragraph:before {
    content: "ï‡"
}

.fa-sliders:before {
    content: "ï‡ž"
}

.fa-share-alt:before {
    content: "ï‡ "
}

.fa-share-alt-square:before {
    content: "ï‡¡"
}

.fa-bomb:before {
    content: "ï‡¢"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "ï‡£"
}

.fa-tty:before {
    content: "ï‡¤"
}

.fa-binoculars:before {
    content: "ï‡¥"
}

.fa-plug:before {
    content: "ï‡¦"
}

.fa-slideshare:before {
    content: "ï‡§"
}

.fa-twitch:before {
    content: "ï‡¨"
}

.fa-yelp:before {
    content: "ï‡©"
}

.fa-newspaper-o:before {
    content: "ï‡ª"
}

.fa-wifi:before {
    content: "ï‡«"
}

.fa-calculator:before {
    content: "ï‡¬"
}

.fa-paypal:before {
    content: "ï‡­"
}

.fa-google-wallet:before {
    content: "ï‡®"
}

.fa-cc-visa:before {
    content: "ï‡°"
}

.fa-cc-mastercard:before {
    content: "ï‡±"
}

.fa-cc-discover:before {
    content: "ï‡²"
}

.fa-cc-amex:before {
    content: "ï‡³"
}

.fa-cc-paypal:before {
    content: "ï‡´"
}

.fa-cc-stripe:before {
    content: "ï‡µ"
}

.fa-bell-slash:before {
    content: "ï‡¶"
}

.fa-bell-slash-o:before {
    content: "ï‡·"
}

.fa-trash:before {
    content: "ï‡¸"
}

.fa-copyright:before {
    content: "ï‡¹"
}

.fa-at:before {
    content: "ï‡º"
}

.fa-eyedropper:before {
    content: "ï‡»"
}

.fa-paint-brush:before {
    content: "ï‡¼"
}

.fa-birthday-cake:before {
    content: "ï‡½"
}

.fa-area-chart:before {
    content: "ï‡¾"
}

.fa-pie-chart:before {
    content: "ïˆ€"
}

.fa-line-chart:before {
    content: "ïˆ"
}

.fa-lastfm:before {
    content: "ïˆ‚"
}

.fa-lastfm-square:before {
    content: "ïˆƒ"
}

.fa-toggle-off:before {
    content: "ïˆ„"
}

.fa-toggle-on:before {
    content: "ïˆ…"
}

.fa-bicycle:before {
    content: "ïˆ†"
}

.fa-bus:before {
    content: "ïˆ‡"
}

.fa-ioxhost:before {
    content: "ïˆˆ"
}

.fa-angellist:before {
    content: "ïˆ‰"
}

.fa-cc:before {
    content: "ïˆŠ"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "ïˆ‹"
}

.fa-meanpath:before {
    content: "ïˆŒ"
}

.fa-buysellads:before {
    content: "ïˆ"
}

.fa-connectdevelop:before {
    content: "ïˆŽ"
}

.fa-dashcube:before {
    content: "ïˆ"
}

.fa-forumbee:before {
    content: "ïˆ‘"
}

.fa-leanpub:before {
    content: "ïˆ’"
}

.fa-sellsy:before {
    content: "ïˆ“"
}

.fa-shirtsinbulk:before {
    content: "ïˆ”"
}

.fa-simplybuilt:before {
    content: "ïˆ•"
}

.fa-skyatlas:before {
    content: "ïˆ–"
}

.fa-cart-plus:before {
    content: "ïˆ—"
}

.fa-cart-arrow-down:before {
    content: "ïˆ˜"
}

.fa-diamond:before {
    content: "ïˆ™"
}

.fa-ship:before {
    content: "ïˆš"
}

.fa-user-secret:before {
    content: "ïˆ›"
}

.fa-motorcycle:before {
    content: "ïˆœ"
}

.fa-street-view:before {
    content: "ïˆ"
}

.fa-heartbeat:before {
    content: "ïˆž"
}

.fa-venus:before {
    content: "ïˆ¡"
}

.fa-mars:before {
    content: "ïˆ¢"
}

.fa-mercury:before {
    content: "ïˆ£"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "ïˆ¤"
}

.fa-transgender-alt:before {
    content: "ïˆ¥"
}

.fa-venus-double:before {
    content: "ïˆ¦"
}

.fa-mars-double:before {
    content: "ïˆ§"
}

.fa-venus-mars:before {
    content: "ïˆ¨"
}

.fa-mars-stroke:before {
    content: "ïˆ©"
}

.fa-mars-stroke-v:before {
    content: "ïˆª"
}

.fa-mars-stroke-h:before {
    content: "ïˆ«"
}

.fa-neuter:before {
    content: "ïˆ¬"
}

.fa-genderless:before {
    content: "ïˆ­"
}

.fa-facebook-official:before {
    content: "ïˆ°"
}

.fa-pinterest-p:before {
    content: "ïˆ±"
}

.fa-whatsapp:before {
    content: "ïˆ²"
}

.fa-server:before {
    content: "ïˆ³"
}

.fa-user-plus:before {
    content: "ïˆ´"
}

.fa-user-times:before {
    content: "ïˆµ"
}

.fa-bed:before,
.fa-hotel:before {
    content: "ïˆ¶"
}

.fa-viacoin:before {
    content: "ïˆ·"
}

.fa-train:before {
    content: "ïˆ¸"
}

.fa-subway:before {
    content: "ïˆ¹"
}

.fa-medium:before {
    content: "ïˆº"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "ïˆ»"
}

.fa-optin-monster:before {
    content: "ïˆ¼"
}

.fa-opencart:before {
    content: "ïˆ½"
}

.fa-expeditedssl:before {
    content: "ïˆ¾"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "ï‰€"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "ï‰"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "ï‰‚"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "ï‰ƒ"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "ï‰„"
}

.fa-mouse-pointer:before {
    content: "ï‰…"
}

.fa-i-cursor:before {
    content: "ï‰†"
}

.fa-object-group:before {
    content: "ï‰‡"
}

.fa-object-ungroup:before {
    content: "ï‰ˆ"
}

.fa-sticky-note:before {
    content: "ï‰‰"
}

.fa-sticky-note-o:before {
    content: "ï‰Š"
}

.fa-cc-jcb:before {
    content: "ï‰‹"
}

.fa-cc-diners-club:before {
    content: "ï‰Œ"
}

.fa-clone:before {
    content: "ï‰"
}

.fa-balance-scale:before {
    content: "ï‰Ž"
}

.fa-hourglass-o:before {
    content: "ï‰"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "ï‰‘"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "ï‰’"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "ï‰“"
}

.fa-hourglass:before {
    content: "ï‰”"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "ï‰•"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "ï‰–"
}

.fa-hand-scissors-o:before {
    content: "ï‰—"
}

.fa-hand-lizard-o:before {
    content: "ï‰˜"
}

.fa-hand-spock-o:before {
    content: "ï‰™"
}

.fa-hand-pointer-o:before {
    content: "ï‰š"
}

.fa-hand-peace-o:before {
    content: "ï‰›"
}

.fa-trademark:before {
    content: "ï‰œ"
}

.fa-registered:before {
    content: "ï‰"
}

.fa-creative-commons:before {
    content: "ï‰ž"
}

.fa-gg:before {
    content: "ï‰ "
}

.fa-gg-circle:before {
    content: "ï‰¡"
}

.fa-tripadvisor:before {
    content: "ï‰¢"
}

.fa-odnoklassniki:before {
    content: "ï‰£"
}

.fa-odnoklassniki-square:before {
    content: "ï‰¤"
}

.fa-get-pocket:before {
    content: "ï‰¥"
}

.fa-wikipedia-w:before {
    content: "ï‰¦"
}

.fa-safari:before {
    content: "ï‰§"
}

.fa-chrome:before {
    content: "ï‰¨"
}

.fa-firefox:before {
    content: "ï‰©"
}

.fa-opera:before {
    content: "ï‰ª"
}

.fa-internet-explorer:before {
    content: "ï‰«"
}

.fa-television:before,
.fa-tv:before {
    content: "ï‰¬"
}

.fa-contao:before {
    content: "ï‰­"
}

.fa-500px:before {
    content: "ï‰®"
}

.fa-amazon:before {
    content: "ï‰°"
}

.fa-calendar-plus-o:before {
    content: "ï‰±"
}

.fa-calendar-minus-o:before {
    content: "ï‰²"
}

.fa-calendar-times-o:before {
    content: "ï‰³"
}

.fa-calendar-check-o:before {
    content: "ï‰´"
}

.fa-industry:before {
    content: "ï‰µ"
}

.fa-map-pin:before {
    content: "ï‰¶"
}

.fa-map-signs:before {
    content: "ï‰·"
}

.fa-map-o:before {
    content: "ï‰¸"
}

.fa-map:before {
    content: "ï‰¹"
}

.fa-commenting:before {
    content: "ï‰º"
}

.fa-commenting-o:before {
    content: "ï‰»"
}

.fa-houzz:before {
    content: "ï‰¼"
}

.fa-vimeo:before {
    content: "ï‰½"
}

.fa-black-tie:before {
    content: "ï‰¾"
}

.fa-fonticons:before {
    content: "ïŠ€"
}

.fa-reddit-alien:before {
    content: "ïŠ"
}

.fa-edge:before {
    content: "ïŠ‚"
}

.fa-credit-card-alt:before {
    content: "ïŠƒ"
}

.fa-codiepie:before {
    content: "ïŠ„"
}

.fa-modx:before {
    content: "ïŠ…"
}

.fa-fort-awesome:before {
    content: "ïŠ†"
}

.fa-usb:before {
    content: "ïŠ‡"
}

.fa-product-hunt:before {
    content: "ïŠˆ"
}

.fa-mixcloud:before {
    content: "ïŠ‰"
}

.fa-scribd:before {
    content: "ïŠŠ"
}

.fa-pause-circle:before {
    content: "ïŠ‹"
}

.fa-pause-circle-o:before {
    content: "ïŠŒ"
}

.fa-stop-circle:before {
    content: "ïŠ"
}

.fa-stop-circle-o:before {
    content: "ïŠŽ"
}

.fa-shopping-bag:before {
    content: "ïŠ"
}

.fa-shopping-basket:before {
    content: "ïŠ‘"
}

.fa-hashtag:before {
    content: "ïŠ’"
}

.fa-bluetooth:before {
    content: "ïŠ“"
}

.fa-bluetooth-b:before {
    content: "ïŠ”"
}

.fa-percent:before {
    content: "ïŠ•"
}

.fa-gitlab:before {
    content: "ïŠ–"
}

.fa-wpbeginner:before {
    content: "ïŠ—"
}

.fa-wpforms:before {
    content: "ïŠ˜"
}

.fa-envira:before {
    content: "ïŠ™"
}

.fa-universal-access:before {
    content: "ïŠš"
}

.fa-wheelchair-alt:before {
    content: "ïŠ›"
}

.fa-question-circle-o:before {
    content: "ïŠœ"
}

.fa-blind:before {
    content: "ïŠ"
}

.fa-audio-description:before {
    content: "ïŠž"
}

.fa-volume-control-phone:before {
    content: "ïŠ "
}

.fa-braille:before {
    content: "ïŠ¡"
}

.fa-assistive-listening-systems:before {
    content: "ïŠ¢"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "ïŠ£"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "ïŠ¤"
}

.fa-glide:before {
    content: "ïŠ¥"
}

.fa-glide-g:before {
    content: "ïŠ¦"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "ïŠ§"
}

.fa-low-vision:before {
    content: "ïŠ¨"
}

.fa-viadeo:before {
    content: "ïŠ©"
}

.fa-viadeo-square:before {
    content: "ïŠª"
}

.fa-snapchat:before {
    content: "ïŠ«"
}

.fa-snapchat-ghost:before {
    content: "ïŠ¬"
}

.fa-snapchat-square:before {
    content: "ïŠ­"
}

.fa-pied-piper:before {
    content: "ïŠ®"
}

.fa-first-order:before {
    content: "ïŠ°"
}

.fa-yoast:before {
    content: "ïŠ±"
}

.fa-themeisle:before {
    content: "ïŠ²"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "ïŠ³"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "ïŠ´"
}

.fa-handshake-o:before {
    content: "ïŠµ"
}

.fa-envelope-open:before {
    content: "ïŠ¶"
}

.fa-envelope-open-o:before {
    content: "ïŠ·"
}

.fa-linode:before {
    content: "ïŠ¸"
}

.fa-address-book:before {
    content: "ïŠ¹"
}

.fa-address-book-o:before {
    content: "ïŠº"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "ïŠ»"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "ïŠ¼"
}

.fa-user-circle:before {
    content: "ïŠ½"
}

.fa-user-circle-o:before {
    content: "ïŠ¾"
}

.fa-user-o:before {
    content: "ï‹€"
}

.fa-id-badge:before {
    content: "ï‹"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "ï‹‚"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "ï‹ƒ"
}

.fa-quora:before {
    content: "ï‹„"
}

.fa-free-code-camp:before {
    content: "ï‹…"
}

.fa-telegram:before {
    content: "ï‹†"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "ï‹‡"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "ï‹ˆ"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "ï‹‰"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "ï‹Š"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "ï‹‹"
}

.fa-shower:before {
    content: "ï‹Œ"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "ï‹"
}

.fa-podcast:before {
    content: "ï‹Ž"
}

.fa-window-maximize:before {
    content: "ï‹"
}

.fa-window-minimize:before {
    content: "ï‹‘"
}

.fa-window-restore:before {
    content: "ï‹’"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "ï‹“"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "ï‹”"
}

.fa-bandcamp:before {
    content: "ï‹•"
}

.fa-grav:before {
    content: "ï‹–"
}

.fa-etsy:before {
    content: "ï‹—"
}

.fa-imdb:before {
    content: "ï‹˜"
}

.fa-ravelry:before {
    content: "ï‹™"
}

.fa-eercast:before {
    content: "ï‹š"
}

.fa-microchip:before {
    content: "ï‹›"
}

.fa-snowflake-o:before {
    content: "ï‹œ"
}

.fa-superpowers:before {
    content: "ï‹"
}

.fa-wpexplorer:before {
    content: "ï‹ž"
}

.fa-meetup:before {
    content: "ï‹ "
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

html {
    font-size: 6.25%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body,
html {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.text-corporate-taupe {
    color: #9f9e84
}

.text-corporate-orange-l {
    color: #f7942c
}

.text-corporate-orange-d {
    color: #db2d2e
}

.text-corporate-purple {
    color: #07003f
}

.text-world-taupe-l {
    color: #d4d2be
}

.text-world-blue-1 {
    color: #0da2d8
}

.text-world-blue-2 {
    color: #0b7eb8
}

.text-world-blue-3 {
    color: #075a9a
}

.text-world-blue-4 {
    color: #064f91
}

.text-world-blue-5 {
    color: #1e1e5a
}

.text-world-blue-d {
    color: #090026
}

.text-continental-taupe-l {
    color: #d4d2be
}

.text-continental-taupe-d {
    color: #94937b
}

.text-continental-pink-1 {
    color: #ab2153
}

.text-continental-pink-2 {
    color: #992947
}

.text-continental-pink-3 {
    color: #70203d
}

.text-continental-pink-4 {
    color: #501433
}

.text-continental-pink-d {
    color: #331423
}

.text-cup-taupe-l {
    color: #d4d2be
}

.text-cup-taupe-d {
    color: #95947b
}

.text-cup-green-1 {
    color: #7bbe62
}

.text-cup-green-2 {
    color: #31ad5c
}

.text-cup-green-3 {
    color: #00984c
}

.text-cup-green-4 {
    color: #005c33
}

.text-cup-green-d {
    color: #0a3627
}

.text-ranking-taupe-l {
    color: #f7932f
}

.text-ranking-taupe-d {
    color: #aa6621
}

.text-ranking-gray-1 {
    color: #f58220
}

.text-ranking-gray-2 {
    color: #525a62
}

.text-ranking-gray-3 {
    color: #29323a
}

.text-ranking-gray-4 {
    color: #242e36
}

.text-ranking-gray-d {
    color: #1b252d
}

.text-unofficial-green {
    color: #42cf75
}

.text-unofficial-orange {
    color: #e6992c
}

.text-unofficial-red {
    color: #e14646
}

.text-unofficial-red2 {
    color: #dc1f1f
}

.text-unofficial-blue {
    color: #455bb9
}

.text-std {
    color: #03003f
}

.text-blue {
    color: #737288
}

.text-ondark {
    color: #737288
}

.text-onlight {
    color: #403f4c
}

.text-meta {
    color: #c0c0c2
}

.text-white {
    color: #fff
}

.text-gold {
    color: #e5ac48
}

.text-silver {
    color: #e4e4e4
}

.text-bronze {
    color: #905e3d
}

.text-bold {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.text-semi {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.text-reg {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.text-underline {
    text-decoration: underline
}

.text-block {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    line-height: 1.1
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 15px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 12px
}

.title {
    letter-spacing: normal
}

.title--120 {
    font-size: 40px
}

.title--110 {
    font-size: 40px
}

.title--100 {
    font-size: 40px
}

.title--90 {
    font-size: 40px
}

.title--85 {
    font-size: 40px
}

.title--80 {
    font-size: 40px
}

.title--70 {
    font-size: 40px
}

.title--75 {
    font-size: 40px
}

.title--60 {
    font-size: 24px
}

.title--50 {
    font-size: 20px
}

.title--40 {
    font-size: 20px
}

.title--30 {
    font-size: 16px
}

.title--22 {
    font-size: 16px
}

.title--20 {
    font-size: 15px
}

.title--18 {
    font-size: 14px
}

.title--16 {
    font-size: 13px
}

.title--14 {
    font-size: 12px
}

.title--12 {
    font-size: 10px
}

p {
    margin: 0
}

p+p {
    margin-top: 20px
}

p+.btn {
    margin-top: 30px
}

p+.btn.btn.read-more {
    margin-top: 30px
}

strong {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

em,
i {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-style: italic
}

b em,
b i,
strong em,
strong i {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-style: italic
}

a {
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    text-decoration: none;
    outline: 0;
    position: relative;
    color: #00f
}

a:focus,
a:hover {
    color: #33f;
    text-decoration: none
}

@font-face {
    font-family: Icons;
    src: url(https://uww.org/themes/custom/uww/build/fonts/Icons.eot);
    src: url(https://uww.org/themes/custom/uww/build/fonts/Icons.eot#iefix) format("eot"), url(https://uww.org/themes/custom/uww/build/fonts/Icons.woff) format("woff"), url(https://uww.org/themes/custom/uww/build/fonts/Icons.ttf) format("truetype"), url(https://uww.org/themes/custom/uww/build/fonts/Icons.svg#Icons) format("svg")
}

.icon:before {
    font-family: Icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.icon-icn_01-arrow-left:before {
    content: "\E001"
}

.icon-icn_02-arrow-right:before {
    content: "\E002"
}

.icon-icn_03-arrow-up:before {
    content: "\E003"
}

.icon-icn_04-arrow-down:before {
    content: "\E004"
}

.icon-icn_05-search:before {
    content: "\E005"
}

.icon-icn_06-tick:before {
    content: "\E006"
}

.icon-icn_07-notifications:before {
    content: "\E007"
}

.icon-icn_08-email:before {
    content: "\E008"
}

.icon-icn_09-play-thick :before {
    content: "\E009"
}

.icon-icn_09-play-thick:before {
    content: "\E00A"
}

.icon-icn_10-play-thin:before {
    content: "\E00B"
}

.icon-icn_11-news:before {
    content: "\E00C"
}

.icon-icn_12-gallery:before {
    content: "\E00D"
}

.icon-icn_13-bubble:before {
    content: "\E00E"
}

.icon-icn_14-twitter:before {
    content: "\E00F"
}

.icon-icn_15-facebook:before {
    content: "\E010"
}

.icon-icn_16-instagram:before {
    content: "\E011"
}

.icon-icn_17-youtube:before {
    content: "\E012"
}

.icon-icn_18-vk:before {
    content: "\E013"
}

.icon-icn_19-google:before {
    content: "\E014"
}

.icon-icn_20-extra:before {
    content: "\E015"
}

.icon-icn_21-share:before {
    content: "\E016"
}

.icon-icn_22-graph:before {
    content: "\E017"
}

.icon-icn_23-arrowhead-left:before {
    content: "\E018"
}

.icon-icn_24-arrowhead-right:before {
    content: "\E019"
}

.icon-icn_25-arrowhead-up:before {
    content: "\E01A"
}

.icon-icn_26-arrowhead-down:before {
    content: "\E01B"
}

.icon-icn_27-arrowtriangle-up:before {
    content: "\E01C"
}

.icon-icn_28-arrowtriangle-down:before {
    content: "\E01D"
}

.icon-icn_29-arrowtriangle-left:before {
    content: "\E01E"
}

.icon-icn_30-arrowtriangle-right:before {
    content: "\E01F"
}

.icon-icn_31-arrowhead-thin-left:before {
    content: "\E020"
}

.icon-icn_32-arrowhead-thin-right:before {
    content: "\E021"
}

.icon-icn_33-arrowhead-thin-up:before {
    content: "\E022"
}

.icon-icn_34-arrowhead-thin-down:before {
    content: "\E023"
}

.icon-icn_35-planet:before {
    content: "\E024"
}

.icon-icn_36-calendar:before {
    content: "\E025"
}

.icon-icn_37-lock:before {
    content: "\E026"
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0
}

::-moz-selection {
    background: rgba(0, 0, 255, .5);
    color: #fff
}

::selection {
    background: rgba(0, 0, 255, .5);
    color: #fff
}

html {
    height: 100%;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased
}

body {
    background: #fff;
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.6;
    color: #03003f;
    font-size: 14px;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

html.wf-active body,
html.wf-inactive body {
    opacity: 1
}

.container--1350 {
    max-width: 1350px;
    margin: 0 auto
}

.container--1080 {
    max-width: 1080px;
    margin: 0 auto
}

.container--1080 .container--breakout {
    margin-left: -15px;
    margin-right: -15px
}

.container--1080 .container--breakout--left {
    margin-left: -15px
}

.container--1080 .container--breakout--right {
    margin-right: -15px
}

.container--800 {
    max-width: 940px;
    margin: 0 auto
}

.container--800 .container--breakout {
    margin-left: -65px;
    margin-right: -65px
}

.container--800 .container--breakout--left {
    margin-left: -65px
}

.container--800 .container--breakout--right {
    margin-right: -65px
}

.c-page-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 500px
}

.c-valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-vertab {
    display: table;
    width: 100%
}

.c-vertab .c-vertab-inner {
    display: table-cell;
    vertical-align: middle
}

.c-viewport {
    width: 100vw;
    height: 100vh
}

.c-viewport-width {
    width: 100vw
}

.c-viewport-height {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%
}

.c-mainContent {
    position: relative
}

.c-mainContent:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 85vw
}

.c-mainContent:after,
.c-mainContent:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.c-mainContent:before {
    z-index: 1;
    -webkit-box-shadow: 0 0 62px rgba(0, 0, 0, .2);
    box-shadow: 0 0 62px rgba(0, 0, 0, .2)
}

.c-mainContent:after {
    z-index: 2;
    background-color: #fff;
    height: 100%
}

.c-mainContent__inner {
    position: relative;
    z-index: 3
}

.c-mainContent__inner:after,
.c-mainContent__inner:before {
    content: '';
    width: 1px;
    display: block;
    height: 100%;
    background-color: #ededf1;
    position: absolute;
    top: 0;
    z-index: 1
}

.c-mainContent__inner:before {
    left: 384px
}

.c-mainContent__inner:after {
    right: 384px
}

.c-mainContent__inner--no-border--left:before {
    content: none !important
}

.c-mainContent__inner--no-border--right:after {
    content: none !important
}

.c-mainContent__inner--no-sidebar--left {
    padding-left: 0 !important
}

.c-mainContent__inner--no-sidebar--left:before {
    content: none !important
}

.c-mainContent__inner--no-sidebar--right {
    padding-right: 0 !important
}

.c-mainContent__inner--no-sidebar--right:after {
    content: none !important
}

.c-column {
    position: relative;
    z-index: 2
}

.c-column--main .well,
.c-column--sidebar .well {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-column--main {
    width: 100%;
    position: relative;
    z-index: 2
}

.c-column--main .well {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px
}

.c-column--main .panel {
    margin: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 3px solid #ededf1
}

.c-column--main .panel--group {
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px
}

.c-column--main .panel--group .c-decorative--bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    display: block
}

.c-column--main .c-breakout {
    margin-left: -15px;
    margin-right: -15px
}

.c-column--sidebar {
    width: 384px !important
}

.c-column--sidebar .well {
    padding: 20px 30px
}

.c-column--sidebar .img-circle,
.c-column--sidebar .media.media--type-image.media--view-mode-square-big img,
.c-column--sidebar .media.media--type-image.media--view-mode-square-small img,
.media.media--type-image.media--view-mode-square-big .c-column--sidebar img,
.media.media--type-image.media--view-mode-square-small .c-column--sidebar img {
    border: 5px solid #fff
}

.c-column--sidebar .img-circle--gold {
    border-color: #e5ac48
}

.c-column--sidebar .img-circle--silver {
    border-color: #e4e4e4
}

.c-column--sidebar .img-circle--bronze {
    border-color: #905e3d
}

.c-column--sidebar .table.table-striped {
    margin: 0;
    margin-bottom: 1px
}

.c-column--sidebar .table.table-striped .flag-icon {
    margin-right: 5px
}

.c-column--sidebar .table.table-striped tbody tr.featured {
    background-color: #07003f;
    color: #fff
}

.c-column--sidebar .table.table-striped tbody tr.featured strong {
    display: block
}

.c-column--sidebar .table.table-striped tbody tr.featured .c-arrow--down:before,
.c-column--sidebar .table.table-striped tbody tr.featured .c-arrow--up:before {
    border-width: 6px
}

.c-column--sidebar .table.table-striped tbody tr.featured td {
    padding-top: 20px;
    padding-bottom: 20px
}

.c-column--sidebar .table.table-striped tbody tr.featured .c-divider {
    background-color: #fff;
    opacity: .1
}

.c-column--sidebar .table.table-striped thead td:first-child:not(.no-padding) {
    padding-left: 30px
}

.c-column--sidebar .table.table-striped thead td a {
    color: #03003f
}

.c-column--sidebar .table.table-striped thead td .c-arrow--down {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 10px
}

.c-column--sidebar .table.table-striped thead td .c-arrow--down:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    display: block
}

.c-column--sidebar .table.table-striped td {
    vertical-align: middle;
    padding: 12px 8px
}

.c-column--sidebar .table.table-striped td.no-padding {
    padding: 0
}

.c-column--sidebar .table.table-striped td,
.c-column--sidebar .table.table-striped td strong {
    font-size: 10px
}

.c-column--sidebar .table.table-striped td,
.c-column--sidebar .table.table-striped td [class*=title--] {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.c-column--sidebar .table.table-striped td p {
    margin: 0
}

.c-column--sidebar .table.table-striped td p+p {
    margin-top: 10px
}

.c-column--sidebar .table.table-striped td small {
    font-size: 9px
}

.c-column--sidebar .table.table-striped td .c-divider {
    margin: 6px 0;
    background-color: #ededf1;
    display: block;
    height: 1px;
    width: 100%
}

.c-column--sidebar .table.table-striped td .c-arrow,
.c-column--sidebar .table.table-striped td .c-arrow--down,
.c-column--sidebar .table.table-striped td .c-arrow--up {
    display: block
}

.c-column--sidebar .table.table-striped td .c-arrow:before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #5e5f98;
    display: block;
    margin: 2px auto
}

.c-column--sidebar .table.table-striped td .c-arrow--down:before,
.c-column--sidebar .table.table-striped td .c-arrow--up:before {
    content: " ";
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-width: 5px;
    margin: 2px auto;
    display: block
}

.c-column--sidebar .table.table-striped td .c-arrow--up:before {
    border-bottom-color: currentcolor
}

.c-column--sidebar .table.table-striped td .c-arrow--down:before {
    border-top-color: currentcolor
}

.c-column--sidebar .table.table-striped td .c-arrow--up:not(.text-primary) {
    color: #68b473
}

.c-column--sidebar .table.table-striped td .c-arrow--down:not(.text-primary) {
    color: #e64c48
}

.c-decorative--bar {
    display: block;
    width: 100%
}

.c-decorative--large {
    height: 5px
}

.c-decorative--small {
    height: 3px
}

.c-decorative--xsmall {
    height: 1px
}

.c-bg-grey {
    background-color: #f1f0f7
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    margin-right: -135px;
    margin-left: 15px;
    margin-right: 0
}

.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    margin-right: 15px
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    margin-top: 15px;
    margin-bottom: 15px
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.file-image.alignright {
    margin-right: 0
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

img {
    width: auto;
    max-width: 100%;
    display: block;
    height: auto
}

figcaption {
    color: #919195;
    padding: 10px 0;
    font-size: 10px
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cms-content {
    font-size: 14px
}

.cms-content a {
    text-decoration: underline;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.cms-content a.on_press,
html:not(.mobile):not(.tablet) .cms-content a:focus,
html:not(.mobile):not(.tablet) .cms-content a:hover {
    opacity: .8
}

.cms-content [class*=c-article] a {
    text-decoration: none
}

.cms-content>.btn,
.cms-content>.c-card--facebook,
.cms-content>.c-card--twitter,
.cms-content>.c-slider--instagram,
.cms-content>.c-slider--twitter,
.cms-content>.file-image,
.cms-content>[class*=c-article],
.cms-content>figure,
.cms-content>h1,
.cms-content>h2,
.cms-content>h3,
.cms-content>h4,
.cms-content>h5,
.cms-content>h6,
.cms-content>ol,
.cms-content>p,
.cms-content>table,
.cms-content>ul {
    margin-bottom: 30px
}

.cms-content>p+p {
    margin-top: 0
}

.cms-content>a[href$=".pdf"]:not(.btn) {
    display: block;
    text-align: left;
    color: #03003f;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    padding: 20px 0;
    line-height: 1;
    font-size: 12px
}

.cms-content>a[href$=".pdf"]:not(.btn):before {
    content: 'PDF';
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 2px;
    line-height: 1;
    margin-right: 20px;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.cms-content>a[href$=".pdf"]:not(.btn)+a[href$=".pdf"]:not(.btn) {
    border-top: 2px solid #ededf1
}

header.c-main {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: block;
    margin-bottom: 0;
    z-index: 100;
    border-bottom: 1px solid #ededf1
}

header.c-main .navbar-nav {
    margin: 0;
    float: left
}

header.c-main .navbar-nav>li {
    float: left
}

header.c-main .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0
}

header.c-main .navbar-left {
    float: left
}

header.c-main .navbar-right {
    position: absolute;
    right: 0;
    top: 0
}

header.c-main .well-sm {
    border-radius: 0
}

header.c-main .list-inline {
    margin: 0
}

header.c-main .btn,
header.c-main a {
    display: block;
    color: #03003f
}

header.c-main .btn.on_press,
header.c-main a.on_press,
html:not(.mobile):not(.tablet) header.c-main .btn:focus,
html:not(.mobile):not(.tablet) header.c-main .btn:hover,
html:not(.mobile):not(.tablet) header.c-main a:focus,
html:not(.mobile):not(.tablet) header.c-main a:hover {
    text-decoration: none;
    background-color: transparent
}

header.c-main .c-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid #ededf1;
    text-align: center;
    padding-top: 16px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

header.c-main .c-logo img {
    display: inline-block;
    margin: 0 auto
}

header.c-main .c-logo.on_press,
html:not(.mobile):not(.tablet) header.c-main .c-logo:focus,
html:not(.mobile):not(.tablet) header.c-main .c-logo:hover {
    opacity: .85
}

header.c-main .c-navbar-wrap {
    position: relative;
    float: left;
    width: 100%
}

header.c-main .c-navbar-wrap .js-navbarBin__slave {
    position: relative
}

header.c-main .js-navbarBin__master {
    overflow: visible;
    white-space: nowrap
}

header.c-main .js-navbarBin__master li {
    display: block;
    float: left
}

header.c-main .js-navbarBin__slave {
    width: 44px;
    text-align: center
}

header.c-main .js-navbarBin__slave:not(.active) {
    display: none
}

header.c-main .js-navbarBin__slave.active {
    display: inline-block
}

header.c-main .js-navbarBin__slave li+li {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

header.c-main .js-navbarBin__slave li.more {
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

header.c-main .js-navbarBin__slave li:not(.more) {
    height: auto;
    display: none
}

header.c-main .js-navbarBin__slave li:not(.more):last-child {
    border-radius: 0 0 3px 3px
}

header.c-main .js-navbarBin__slave li:not(.more)>a {
    text-align: left;
    padding: 8px 20px !important
}

header.c-main .js-navbarBin__slave.on_press li:not(.more),
html:not(.mobile):not(.tablet) header.c-main .js-navbarBin__slave:focus li:not(.more),
html:not(.mobile):not(.tablet) header.c-main .js-navbarBin__slave:hover li:not(.more) {
    display: block;
    width: 200px
}

header.c-main .js-navbarBin__slave.on_press li:not(.more)>a,
html:not(.mobile):not(.tablet) header.c-main .js-navbarBin__slave:focus li:not(.more)>a,
html:not(.mobile):not(.tablet) header.c-main .js-navbarBin__slave:hover li:not(.more)>a {
    line-height: 20px
}

header.c-main .c-header-topRow {
    font-size: 10px;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    background-color: #03003f;
    position: relative;
    z-index: 2
}

header.c-main .c-header-topRow a {
    color: #fff
}

header.c-main .c-header-topRow .navbar-left {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px
}

header.c-main .c-header-topRow .navbar-left a {
    opacity: .5;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

header.c-main .c-header-topRow .navbar-left a.on_press,
html:not(.mobile):not(.tablet) header.c-main .c-header-topRow .navbar-left a:focus,
html:not(.mobile):not(.tablet) header.c-main .c-header-topRow .navbar-left a:hover {
    opacity: 1
}

header.c-main .c-header-topRow .navbar-nav>li>a {
    padding-left: 5px;
    padding-right: 5px
}

header.c-main .c-header-topRow .c-divider {
    border-left: 1px solid rgba(255, 255, 255, .2);
    margin-top: 18px;
    height: 15px;
    float: left;
    margin-left: 5px;
    margin-right: 5px
}

header.c-main .c-header-topRow .js-navbarBin__slave li:not(.more) {
    background-color: #03003f
}

header.c-main .c-header-botRow {
    background-color: #fff;
    position: relative;
    padding-right: 320px;
    z-index: 1
}

header.c-main .c-header-botRow,
header.c-main .c-header-botRow .btn {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 13px
}

header.c-main .c-header-botRow .navbar-left {
    font-size: 14px
}

header.c-main .c-header-botRow .c-navbar-wrap,
header.c-main .c-header-botRow .navbar-right {
    padding-top: 15px;
    padding-bottom: 15px
}

header.c-main .c-header-botRow .navbar-left {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0
}

header.c-main .c-header-botRow>.navbar-left {
    padding-left: 5px
}

header.c-main .c-header-botRow .navbar-right {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 5px
}

header.c-main .c-header-botRow .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px
}

header.c-main .c-header-botRow .js-navbarBin__slave li:not(.more) {
    background-color: #fff
}

header.c-main .c-header-botRow .js-navbarBin__slave {
    width: 70px;
    padding-top: 56px
}

header.c-main .c-header-botRow .js-navbarBin__slave li:not(.more) {
    font-size: 12px
}

header.c-main .c-header-botRow .js-navbarBin__slave li+li {
    border-top: 1px solid #ededf1;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15)
}

header.c-main .c-header-botRow .navbar-form {
    margin: 0;
    padding: 0;
    position: relative;
    border-left: 1px solid #ededf1;
    margin-right: -20px;
    float: right;
    height: auto;
    width: auto;
    padding-left: 0
}

header.c-main .c-header-botRow .navbar-form input {
    background-color: transparent;
    padding: 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 2;
    width: 150px;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
    padding: 0 20px;
    padding-right: 130px;
    line-height: 40px;
    height: 40px
}

header.c-main .c-header-botRow .navbar-form input:focus {
    width: 250px
}

header.c-main .c-header-botRow .navbar-form input:focus+.btn {
    z-index: 3
}

header.c-main .c-header-botRow .navbar-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    background-color: transparent;
    text-align: center;
    width: 150px;
    line-height: 40px
}

header.c-main .c-header-botRow .navbar-form .btn.on_press,
html:not(.mobile):not(.tablet) header.c-main .c-header-botRow .navbar-form .btn:focus,
html:not(.mobile):not(.tablet) header.c-main .c-header-botRow .navbar-form .btn:hover {
    background-color: transparent
}

header.c-main .c-header-botRow .navbar-form .btn .icon,
header.c-main .c-header-botRow .navbar-form .btn .icon:after,
header.c-main .c-header-botRow .navbar-form .btn .icon:before {
    font-size: 15px;
    display: inline-block;
    color: #03003f
}

header.c-main .c-header-botRow .navbar-form .btn .icon {
    margin-right: 15px
}

.c-header__mobile {
    padding: 15px 75px;
    display: none;
    margin-bottom: 0;
    background-color: #fff;
    height: 60px;
    min-height: 60px;
    max-height: 60px
}

.c-header__mobile:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    display: block;
    background-color: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.c-header__mobile .c-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    border-right: 1px solid #ededf1
}

.c-header__mobile .c-logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    margin-left: -23px;
    display: block
}

.c-header__mobile .hamburger {
    width: 64px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 20px
}

.c-header__mobile .line {
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background-color: #03003f;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    margin-left: -10px;
    -webkit-transition: all .13333s ease-out;
    transition: all .13333s ease-out
}

.c-header__mobile .line--top {
    margin-top: -9px
}

.is-mobOpen .c-header__mobile .line--top {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.c-header__mobile .line--bot {
    margin-top: 9px
}

.is-mobOpen .c-header__mobile .line--bot {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.c-header__mobile .line--mid {
    margin-top: -1;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.is-mobOpen .c-header__mobile .line--mid:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.is-mobOpen .c-header__mobile .line--mid:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-header__mobile__content {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-header__mobile .navbar-nav {
    padding: 0;
    margin: 0
}

.c-header__mobile .navbar-nav>li>a {
    padding-left: 30px;
    padding-right: 30px
}

.c-header__mobile__nav.navbar-nav {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 13px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .13333s ease-out;
    transition: -webkit-transform .13333s ease-out;
    transition: transform .13333s ease-out;
    transition: transform .13333s ease-out, -webkit-transform .13333s ease-out;
    z-index: 1;
    background-color: #fff
}

.c-header__mobile__nav.navbar-nav li.search {
    position: relative;
    border-bottom: 1px solid #ededf1;
    margin-bottom: 15px
}

.c-header__mobile__nav.navbar-nav li.search label {
    margin: 0;
    display: block;
    width: 100%
}

.c-header__mobile__nav.navbar-nav li.search .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 100%;
    display: block;
    text-align: center
}

.c-header__mobile__nav.navbar-nav li.search .icon:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 16px;
    margin-top: -8px;
    display: block
}

.c-header__mobile__nav.navbar-nav li.search input {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    line-height: 1;
    padding: 20px;
    padding-left: 64px;
    display: block;
    width: 100%
}

.c-header__mobile__nav.navbar-nav li.search input::-webkit-input-placeholder {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #03003f;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.c-header__mobile__nav.navbar-nav li.search input::-moz-placeholder {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #03003f;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.c-header__mobile__nav.navbar-nav li.search input::-ms-input-placeholder {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #03003f;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.c-header__mobile__nav.navbar-nav li.search input::placeholder {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #03003f;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.c-header__mobile__nav.navbar-nav li.search input:focus::-webkit-input-placeholder {
    opacity: .5
}

.c-header__mobile__nav.navbar-nav li.search input:focus::-moz-placeholder {
    opacity: .5
}

.c-header__mobile__nav.navbar-nav li.search input:focus::-ms-input-placeholder {
    opacity: .5
}

.c-header__mobile__nav.navbar-nav li.search input:focus::placeholder {
    opacity: .5
}

.c-header__mobile__nav.navbar-nav,
.c-header__mobile__nav.navbar-nav a {
    color: #03003f
}

.c-header__mobile__nav.navbar-nav .c-box--dark {
    margin-top: 15px
}

.c-header__mobile__nav.navbar-nav .c-box--dark a {
    font-size: 12px;
    color: #fff;
    opacity: .5;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    padding-left: 15px;
    padding-right: 15px
}

.c-header__mobile__nav.navbar-nav .c-box--dark a.on_press,
html:not(.mobile):not(.tablet) .c-header__mobile__nav.navbar-nav .c-box--dark a:focus,
html:not(.mobile):not(.tablet) .c-header__mobile__nav.navbar-nav .c-box--dark a:hover {
    opacity: 1;
    background-color: transparent
}

.is-mobOpen .c-header__mobile__nav.navbar-nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.c-header__mobile .c-sharebar ul {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.c-header__mobile .c-sharebar ul li {
    width: 20%
}

.c-header__mobile .c-sharebar ul li+li {
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.c-header__mobile .c-sharebar ul li a {
    width: 100%;
    text-align: center;
    padding: 0
}

.c-header__mobile .c-sharebar ul .c-social--VKontakte {
    background-color: inherit
}

.c-header__mobile .c-sharebar ul .c-social--VKontakte.on_press,
.c-header__mobile .c-sharebar ul .c-social--instagram.on_press,
.c-header__mobile .c-sharebar ul .c-social--youTube.on_press,
html:not(.mobile):not(.tablet) .c-header__mobile .c-sharebar ul .c-social--VKontakte:focus,
html:not(.mobile):not(.tablet) .c-header__mobile .c-sharebar ul .c-social--VKontakte:hover,
html:not(.mobile):not(.tablet) .c-header__mobile .c-sharebar ul .c-social--instagram:focus,
html:not(.mobile):not(.tablet) .c-header__mobile .c-sharebar ul .c-social--instagram:hover,
html:not(.mobile):not(.tablet) .c-header__mobile .c-sharebar ul .c-social--youTube:focus,
html:not(.mobile):not(.tablet) .c-header__mobile .c-sharebar ul .c-social--youTube:hover {
    background-color: #060035
}

.c-header__mobile .c-sharebar ul .c-social--youTube {
    font-size: 24px
}

.c-header__mobile .c-sharebar ul .c-social--instagram {
    font-size: 20px
}

.c-header__mobile .c-sharebar ul .icon:before {
    line-height: 50px
}

.c-header__livescores {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1031;
    overflow: hidden;
    background-color: #f2f2f2;
    -webkit-transition: z-index 0s ease, -webkit-transform .3s ease;
    transition: z-index 0s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, z-index 0s ease;
    transition: transform .3s ease, z-index 0s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.c-header__livescores--opened {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 1033;
    -webkit-transition: z-index 0s ease .24s, -webkit-transform .3s ease;
    transition: z-index 0s ease .24s, -webkit-transform .3s ease;
    transition: transform .3s ease, z-index 0s ease .24s;
    transition: transform .3s ease, z-index 0s ease .24s, -webkit-transform .3s ease
}

.c-header__streaming {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10;
    margin-top: -300px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    background-image: none;
    max-height: 300px;
    overflow: hidden
}

.c-header__livescores+.navbar .c-main+.c-header__mobile+.c-header__streaming {
    top: 255px
}

.c-header__streaming .well-lg {
    width: 100%;
    display: block
}

.c-header__streaming .row {
    max-width: 1660px;
    margin: 0 auto
}

.c-header__streaming .row:not(.no-margin--bottom)>[class*=col] {
    margin-bottom: 0
}

.c-header__streaming .c-video-remote {
    display: none
}

.c-header__streaming .thumbnail__meta-middle {
    position: static
}

.is-sticky--feature-video--active .c-header__streaming {
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px)
}

.c-header__streaming .c-article a {
    color: #fff
}

.c-header__streaming .c-article--video-pending .thumbnail__meta-top {
    top: 10px
}

.c-header__streaming .c-article--video-pending .thumbnail__meta-bottom {
    line-height: 50px;
    padding: 0
}

.c-header__streaming .c-article--video-pending .thumbnail__meta-bottom .btn {
    font-size: inherit;
    width: auto;
    padding-left: 0;
    padding-right: 0
}

.c-header__streaming .c-article--video-pending.c-article--featured .thumbnail .icon,
.c-header__streaming .c-article--video-pending.c-article--masthead .thumbnail .icon {
    font-size: 30px
}

.c-header__streaming .c-article--video-pending.c-article--featured .thumbnail .icon:after,
.c-header__streaming .c-article--video-pending.c-article--masthead .thumbnail .icon:after {
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px
}

.c-header-spacer {
    display: block;
    width: 100%
}

footer.main {
    display: block;
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-footer.jpg); */
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat
}

footer.main,
footer.main .center-block:before {
    background-color: #07003f
}

footer.main .center-block {
    position: relative
}

footer.main .center-block:before {
    content: '';
    margin-top: -26px;
    position: absolute;
    left: 50%;
    top: 0;
    width: 130px;
    height: 130px;
    display: block;
    border-radius: 50%;
    margin-left: -65px;
    z-index: 1
}

footer.main .logo {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
    z-index: 2
}

footer.main--full {
    color: #fff;
    font-size: 12px
}

footer.main--full>.container,
footer.main--full>.container--1080 {
    display: none
}

footer.main--full a {
    color: #fff;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

footer.main--full a.on_press,
html:not(.mobile):not(.tablet) footer.main--full a:focus,
html:not(.mobile):not(.tablet) footer.main--full a:hover {
    opacity: .8
}

footer.main--full strong {
    font-size: 13px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    display: block
}

footer.main--full ul.c-list-reset {
    margin-bottom: 30px
}

footer.main--full ul.c-list-reset a {
    margin-bottom: 5px;
    display: block
}

footer.main .text-muted {
    color: #fff;
    opacity: .5
}

footer.main .text-muted p {
    margin-bottom: 0
}

footer.main .text-muted p+p {
    margin-top: 0
}

footer.main .text-muted a.on_press,
html:not(.mobile):not(.tablet) footer.main .text-muted a:focus,
html:not(.mobile):not(.tablet) footer.main .text-muted a:hover {
    text-decoration: underline
}

footer.main .c-fineprint {
    font-size: 12px
}

.c-brand--beach-wrestling .c-brand--corporate .live-score-bar__dtrigger,
.c-brand--continental-championships .c-brand--corporate .live-score-bar__dtrigger,
.c-brand--corporate .live-score-bar__dtrigger,
.c-brand--ranking-series .c-brand--corporate .live-score-bar__dtrigger,
.c-brand--world-championships .c-brand--corporate .live-score-bar__dtrigger,
.c-brand--world-cup .c-brand--corporate .live-score-bar__dtrigger {
    background-color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .customSelect,
.c-brand--continental-championships .c-brand--corporate .customSelect,
.c-brand--corporate .customSelect,
.c-brand--ranking-series .c-brand--corporate .customSelect,
.c-brand--world-championships .c-brand--corporate .customSelect,
.c-brand--world-cup .c-brand--corporate .customSelect {
    background-color: #ec6600
}

.c-brand--beach-wrestling .c-brand--corporate .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--continental-championships .c-brand--corporate .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--corporate .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--ranking-series .c-brand--corporate .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--world-championships .c-brand--corporate .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--world-cup .c-brand--corporate .cms-content a[href$=".pdf"]:not(.btn):before {
    background-color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .c-sidemenu>li.active>a.on_press,
.c-brand--continental-championships .c-brand--corporate .c-sidemenu>li.active>a.on_press,
.c-brand--corporate .c-sidemenu>li.active>a.on_press,
.c-brand--ranking-series .c-brand--corporate .c-sidemenu>li.active>a.on_press,
.c-brand--world-championships .c-brand--corporate .c-sidemenu>li.active>a.on_press,
.c-brand--world-cup .c-brand--corporate .c-sidemenu>li.active>a.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .c-sidemenu>li.active>a:hover {
    background-color: #e1680b
}

.c-brand--beach-wrestling .c-brand--corporate .c-sidemenu__submenu>li.active>a.on_press,
.c-brand--continental-championships .c-brand--corporate .c-sidemenu__submenu>li.active>a.on_press,
.c-brand--corporate .c-sidemenu__submenu>li.active>a.on_press,
.c-brand--ranking-series .c-brand--corporate .c-sidemenu__submenu>li.active>a.on_press,
.c-brand--world-championships .c-brand--corporate .c-sidemenu__submenu>li.active>a.on_press,
.c-brand--world-cup .c-brand--corporate .c-sidemenu__submenu>li.active>a.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .c-sidemenu__submenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .c-sidemenu__submenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .c-sidemenu__submenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .c-sidemenu__submenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-sidemenu__submenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-sidemenu__submenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .c-sidemenu__submenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .c-sidemenu__submenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .c-sidemenu__submenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .c-sidemenu__submenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .c-sidemenu__submenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .c-sidemenu__submenu>li.active>a:hover {
    background-color: #e2e2e2
}

.c-brand--beach-wrestling .c-brand--corporate .btn[href$=".pdf"]:before,
.c-brand--beach-wrestling .c-brand--corporate .list-group__news--marquee strong,
.c-brand--beach-wrestling .c-brand--corporate .text-primary,
.c-brand--beach-wrestling .c-brand--corporate .text-primary a,
.c-brand--beach-wrestling .c-brand--corporate a,
.c-brand--continental-championships .c-brand--corporate .btn[href$=".pdf"]:before,
.c-brand--continental-championships .c-brand--corporate .list-group__news--marquee strong,
.c-brand--continental-championships .c-brand--corporate .text-primary,
.c-brand--continental-championships .c-brand--corporate .text-primary a,
.c-brand--continental-championships .c-brand--corporate a,
.c-brand--corporate .btn[href$=".pdf"]:before,
.c-brand--corporate .list-group__news--marquee strong,
.c-brand--corporate .text-primary,
.c-brand--corporate .text-primary a,
.c-brand--corporate a,
.c-brand--ranking-series .c-brand--corporate .btn[href$=".pdf"]:before,
.c-brand--ranking-series .c-brand--corporate .list-group__news--marquee strong,
.c-brand--ranking-series .c-brand--corporate .text-primary,
.c-brand--ranking-series .c-brand--corporate .text-primary a,
.c-brand--ranking-series .c-brand--corporate a,
.c-brand--world-championships .c-brand--corporate .btn[href$=".pdf"]:before,
.c-brand--world-championships .c-brand--corporate .list-group__news--marquee strong,
.c-brand--world-championships .c-brand--corporate .text-primary,
.c-brand--world-championships .c-brand--corporate .text-primary a,
.c-brand--world-championships .c-brand--corporate a,
.c-brand--world-cup .c-brand--corporate .btn[href$=".pdf"]:before,
.c-brand--world-cup .c-brand--corporate .list-group__news--marquee strong,
.c-brand--world-cup .c-brand--corporate .text-primary,
.c-brand--world-cup .c-brand--corporate .text-primary a,
.c-brand--world-cup .c-brand--corporate a {
    color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .c-box--primary,
.c-brand--continental-championships .c-brand--corporate .c-box--primary,
.c-brand--corporate .c-box--primary,
.c-brand--ranking-series .c-brand--corporate .c-box--primary,
.c-brand--world-championships .c-brand--corporate .c-box--primary,
.c-brand--world-cup .c-brand--corporate .c-box--primary {
    background-color: #db2d2e;
    color: #fff
}

.c-brand--beach-wrestling .c-brand--corporate .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--beach-wrestling .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--beach-wrestling .c-brand--corporate .c-header-botRow a>a.on_press,
.c-brand--continental-championships .c-brand--corporate .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--continental-championships .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--continental-championships .c-brand--corporate .c-header-botRow a>a.on_press,
.c-brand--corporate .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--corporate .c-header-botRow a>a.on_press,
.c-brand--ranking-series .c-brand--corporate .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--ranking-series .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--ranking-series .c-brand--corporate .c-header-botRow a>a.on_press,
.c-brand--world-championships .c-brand--corporate .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--world-championships .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--world-championships .c-brand--corporate .c-header-botRow a>a.on_press,
.c-brand--world-cup .c-brand--corporate .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--world-cup .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--world-cup .c-brand--corporate .c-header-botRow a>a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--continental-championships .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--ranking-series .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--world-championships .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--world-cup .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .c-header-botRow a>a:hover {
    color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--beach-wrestling .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--beach-wrestling .c-brand--corporate .c-header-botRow a.active>a,
.c-brand--continental-championships .c-brand--corporate .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--continental-championships .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--continental-championships .c-brand--corporate .c-header-botRow a.active>a,
.c-brand--corporate .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--corporate .c-header-botRow a.active>a,
.c-brand--ranking-series .c-brand--corporate .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--ranking-series .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--ranking-series .c-brand--corporate .c-header-botRow a.active>a,
.c-brand--world-championships .c-brand--corporate .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--world-championships .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--world-championships .c-brand--corporate .c-header-botRow a.active>a,
.c-brand--world-cup .c-brand--corporate .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--world-cup .c-brand--corporate .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--world-cup .c-brand--corporate .c-header-botRow a.active>a,
.toolbar .c-brand--beach-wrestling .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--continental-championships .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--ranking-series .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--world-championships .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--world-cup .c-brand--corporate .c-box--dark nav.nav-inline.toolbar-bar>li.active>a {
    color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .c-accordian__item+.c-accordian__item,
.c-brand--continental-championships .c-brand--corporate .c-accordian__item+.c-accordian__item,
.c-brand--corporate .c-accordian__item+.c-accordian__item,
.c-brand--ranking-series .c-brand--corporate .c-accordian__item+.c-accordian__item,
.c-brand--world-championships .c-brand--corporate .c-accordian__item+.c-accordian__item,
.c-brand--world-cup .c-brand--corporate .c-accordian__item+.c-accordian__item {
    border-top: 1px solid #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .c-accordian__item .c-accordian__master,
.c-brand--continental-championships .c-brand--corporate .c-accordian__item .c-accordian__master,
.c-brand--corporate .c-accordian__item .c-accordian__master,
.c-brand--ranking-series .c-brand--corporate .c-accordian__item .c-accordian__master,
.c-brand--world-championships .c-brand--corporate .c-accordian__item .c-accordian__master,
.c-brand--world-cup .c-brand--corporate .c-accordian__item .c-accordian__master {
    background-color: #8d4c14
}

.c-brand--beach-wrestling .c-brand--corporate .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--beach-wrestling .c-brand--corporate .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--continental-championships .c-brand--corporate .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--continental-championships .c-brand--corporate .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--corporate .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--corporate .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--ranking-series .c-brand--corporate .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--ranking-series .c-brand--corporate .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--world-championships .c-brand--corporate .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--world-championships .c-brand--corporate .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--world-cup .c-brand--corporate .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--world-cup .c-brand--corporate .c-accordian__item.is-active .c-accordian__plus:before {
    background-color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .btn,
.c-brand--continental-championships .c-brand--corporate .btn,
.c-brand--corporate .btn,
.c-brand--ranking-series .c-brand--corporate .btn,
.c-brand--world-championships .c-brand--corporate .btn,
.c-brand--world-cup .c-brand--corporate .btn {
    background-color: #db2d2e;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.c-brand--beach-wrestling .c-brand--corporate .btn.on_press,
.c-brand--continental-championships .c-brand--corporate .btn.on_press,
.c-brand--corporate .btn.on_press,
.c-brand--ranking-series .c-brand--corporate .btn.on_press,
.c-brand--world-championships .c-brand--corporate .btn.on_press,
.c-brand--world-cup .c-brand--corporate .btn.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .btn:hover {
    background-color: #f69042
}

.c-brand--beach-wrestling .c-brand--corporate .btn,
.c-brand--beach-wrestling .c-brand--corporate .btn .icon,
.c-brand--continental-championships .c-brand--corporate .btn,
.c-brand--continental-championships .c-brand--corporate .btn .icon,
.c-brand--corporate .btn,
.c-brand--corporate .btn .icon,
.c-brand--ranking-series .c-brand--corporate .btn,
.c-brand--ranking-series .c-brand--corporate .btn .icon,
.c-brand--world-championships .c-brand--corporate .btn,
.c-brand--world-championships .c-brand--corporate .btn .icon,
.c-brand--world-cup .c-brand--corporate .btn,
.c-brand--world-cup .c-brand--corporate .btn .icon {
    color: #fff
}

.c-brand--beach-wrestling .c-brand--corporate .btn--share.on_press,
.c-brand--continental-championships .c-brand--corporate .btn--share.on_press,
.c-brand--corporate .btn--share.on_press,
.c-brand--ranking-series .c-brand--corporate .btn--share.on_press,
.c-brand--world-championships .c-brand--corporate .btn--share.on_press,
.c-brand--world-cup .c-brand--corporate .btn--share.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .btn--share:hover {
    color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .btn--dark,
.c-brand--continental-championships .c-brand--corporate .btn--dark,
.c-brand--corporate .btn--dark,
.c-brand--ranking-series .c-brand--corporate .btn--dark,
.c-brand--world-championships .c-brand--corporate .btn--dark,
.c-brand--world-cup .c-brand--corporate .btn--dark {
    background-color: #8d4c14
}

.c-brand--beach-wrestling .c-brand--corporate .btn--dark .icon,
.c-brand--continental-championships .c-brand--corporate .btn--dark .icon,
.c-brand--corporate .btn--dark .icon,
.c-brand--ranking-series .c-brand--corporate .btn--dark .icon,
.c-brand--world-championships .c-brand--corporate .btn--dark .icon,
.c-brand--world-cup .c-brand--corporate .btn--dark .icon {
    color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .btn--dark.on_press,
.c-brand--continental-championships .c-brand--corporate .btn--dark.on_press,
.c-brand--corporate .btn--dark.on_press,
.c-brand--ranking-series .c-brand--corporate .btn--dark.on_press,
.c-brand--world-championships .c-brand--corporate .btn--dark.on_press,
.c-brand--world-cup .c-brand--corporate .btn--dark.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .btn--dark:hover {
    background-color: #a35817
}

.c-brand--beach-wrestling .c-brand--corporate .btn--ghost .icon,
.c-brand--continental-championships .c-brand--corporate .btn--ghost .icon,
.c-brand--corporate .btn--ghost .icon,
.c-brand--ranking-series .c-brand--corporate .btn--ghost .icon,
.c-brand--world-championships .c-brand--corporate .btn--ghost .icon,
.c-brand--world-cup .c-brand--corporate .btn--ghost .icon {
    color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate.c-card--recap,
.c-brand--continental-championships .c-brand--corporate.c-card--recap,
.c-brand--corporate.c-card--recap,
.c-brand--ranking-series .c-brand--corporate.c-card--recap,
.c-brand--world-championships .c-brand--corporate.c-card--recap,
.c-brand--world-cup .c-brand--corporate.c-card--recap {
    border-left-color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate.c-card--recap .c-divider,
.c-brand--continental-championships .c-brand--corporate.c-card--recap .c-divider,
.c-brand--corporate.c-card--recap .c-divider,
.c-brand--ranking-series .c-brand--corporate.c-card--recap .c-divider,
.c-brand--world-championships .c-brand--corporate.c-card--recap .c-divider,
.c-brand--world-cup .c-brand--corporate.c-card--recap .c-divider {
    background-color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .c-gradient--horz,
.c-brand--continental-championships .c-brand--corporate .c-gradient--horz,
.c-brand--corporate .c-gradient--horz,
.c-brand--ranking-series .c-brand--corporate .c-gradient--horz,
.c-brand--world-championships .c-brand--corporate .c-gradient--horz,
.c-brand--world-cup .c-brand--corporate .c-gradient--horz {
    background: -webkit-gradient(linear, left top, right top, from(#db2d2e), to(#ab2153));
    background: linear-gradient(to right, #db2d2e 0, #ab2153 100%)
}

.c-brand--beach-wrestling .c-brand--corporate .c-gradient--horz.c-gradient--inv,
.c-brand--continental-championships .c-brand--corporate .c-gradient--horz.c-gradient--inv,
.c-brand--corporate .c-gradient--horz.c-gradient--inv,
.c-brand--ranking-series .c-brand--corporate .c-gradient--horz.c-gradient--inv,
.c-brand--world-championships .c-brand--corporate .c-gradient--horz.c-gradient--inv,
.c-brand--world-cup .c-brand--corporate .c-gradient--horz.c-gradient--inv {
    background: -webkit-gradient(linear, right top, left top, from(#db2d2e), to(#ab2153));
    background: linear-gradient(to left, #db2d2e 0, #ab2153 100%)
}

.c-brand--beach-wrestling .c-brand--corporate .c-gradient--vert,
.c-brand--continental-championships .c-brand--corporate .c-gradient--vert,
.c-brand--corporate .c-gradient--vert,
.c-brand--ranking-series .c-brand--corporate .c-gradient--vert,
.c-brand--world-championships .c-brand--corporate .c-gradient--vert,
.c-brand--world-cup .c-brand--corporate .c-gradient--vert {
    background: -webkit-gradient(linear, left top, left bottom, from(#db2d2e), to(#ab2153));
    background: linear-gradient(to bottom, #db2d2e 0, #ab2153 100%)
}

.c-brand--beach-wrestling .c-brand--corporate .c-gradient--vert.c-gradient--inv,
.c-brand--continental-championships .c-brand--corporate .c-gradient--vert.c-gradient--inv,
.c-brand--corporate .c-gradient--vert.c-gradient--inv,
.c-brand--ranking-series .c-brand--corporate .c-gradient--vert.c-gradient--inv,
.c-brand--world-championships .c-brand--corporate .c-gradient--vert.c-gradient--inv,
.c-brand--world-cup .c-brand--corporate .c-gradient--vert.c-gradient--inv {
    background: -webkit-gradient(linear, left bottom, left top, from(#db2d2e), to(#ab2153));
    background: linear-gradient(to top, #db2d2e 0, #ab2153 100%)
}

.c-brand--beach-wrestling .c-brand--corporate .c-article--video-pending .c-thumbnail--video:after,
.c-brand--continental-championships .c-brand--corporate .c-article--video-pending .c-thumbnail--video:after,
.c-brand--corporate .c-article--video-pending .c-thumbnail--video:after,
.c-brand--ranking-series .c-brand--corporate .c-article--video-pending .c-thumbnail--video:after,
.c-brand--world-championships .c-brand--corporate .c-article--video-pending .c-thumbnail--video:after,
.c-brand--world-cup .c-brand--corporate .c-article--video-pending .c-thumbnail--video:after {
    background: linear-gradient(-135deg, #aa3f2c 0, #16093f 100%)
}

.c-brand--beach-wrestling .c-brand--corporate .c-box--dark--fancy,
.c-brand--continental-championships .c-brand--corporate .c-box--dark--fancy,
.c-brand--corporate .c-box--dark--fancy,
.c-brand--ranking-series .c-brand--corporate .c-box--dark--fancy,
.c-brand--world-championships .c-brand--corporate .c-box--dark--fancy,
.c-brand--world-cup .c-brand--corporate .c-box--dark--fancy {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-corporate-watermark.jpg); */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

.c-brand--beach-wrestling .c-brand--corporate .c-video-remote,
.c-brand--continental-championships .c-brand--corporate .c-video-remote,
.c-brand--corporate .c-video-remote,
.c-brand--ranking-series .c-brand--corporate .c-video-remote,
.c-brand--world-championships .c-brand--corporate .c-video-remote,
.c-brand--world-cup .c-brand--corporate .c-video-remote {
    color: #171648
}

.c-brand--beach-wrestling .c-brand--corporate .c-header__streaming,
.c-brand--continental-championships .c-brand--corporate .c-header__streaming,
.c-brand--corporate .c-header__streaming,
.c-brand--ranking-series .c-brand--corporate .c-header__streaming,
.c-brand--world-championships .c-brand--corporate .c-header__streaming,
.c-brand--world-cup .c-brand--corporate .c-header__streaming {
    background-color: #171648
}

.c-brand--beach-wrestling .c-brand--corporate .c-article-block--bg,
.c-brand--beach-wrestling .c-brand--corporate .c-breakout,
.c-brand--continental-championships .c-brand--corporate .c-article-block--bg,
.c-brand--continental-championships .c-brand--corporate .c-breakout,
.c-brand--corporate .c-article-block--bg,
.c-brand--corporate .c-breakout,
.c-brand--ranking-series .c-brand--corporate .c-article-block--bg,
.c-brand--ranking-series .c-brand--corporate .c-breakout,
.c-brand--world-championships .c-brand--corporate .c-article-block--bg,
.c-brand--world-championships .c-brand--corporate .c-breakout,
.c-brand--world-cup .c-brand--corporate .c-article-block--bg,
.c-brand--world-cup .c-brand--corporate .c-breakout {
    background-color: #2f0e3d;
    background: linear-gradient(60deg, #171648 0, #501433 100%)
}

.c-brand--beach-wrestling .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--beach-wrestling .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
.c-brand--continental-championships .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--continental-championships .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
.c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--corporate .c-breakout .c-article--featured .thumbnail,
.c-brand--ranking-series .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--ranking-series .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
.c-brand--world-championships .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--world-championships .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
.c-brand--world-cup .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--world-cup .c-brand--corporate .c-breakout .c-article--featured .thumbnail {
    border-top: solid #501433;
    border-bottom: solid #501433;
    border-width: 5px
}

.c-brand--beach-wrestling .c-brand--corporate .nav.nav-tabs>li.active>a,
.c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--continental-championships .c-brand--corporate .nav.nav-tabs>li.active>a,
.c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--corporate .nav.nav-tabs>li.active>a,
.c-brand--corporate .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--ranking-series .c-brand--corporate .nav.nav-tabs>li.active>a,
.c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--world-championships .c-brand--corporate .nav.nav-tabs>li.active>a,
.c-brand--world-championships .c-brand--corporate .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--world-cup .c-brand--corporate .nav.nav-tabs>li.active>a,
.c-brand--world-cup .c-brand--corporate .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--beach-wrestling .c-brand--corporate nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--continental-championships .c-brand--corporate nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--corporate nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--ranking-series .c-brand--corporate nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--world-championships .c-brand--corporate nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--world-cup .c-brand--corporate nav.nav-tabs.toolbar-bar>li.active>a {
    background-color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .nav.nav-tabs>li.active>a:before,
.c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--continental-championships .c-brand--corporate .nav.nav-tabs>li.active>a:before,
.c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--corporate .nav.nav-tabs>li.active>a:before,
.c-brand--corporate .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--ranking-series .c-brand--corporate .nav.nav-tabs>li.active>a:before,
.c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--world-championships .c-brand--corporate .nav.nav-tabs>li.active>a:before,
.c-brand--world-championships .c-brand--corporate .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--world-cup .c-brand--corporate .nav.nav-tabs>li.active>a:before,
.c-brand--world-cup .c-brand--corporate .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--beach-wrestling .c-brand--corporate nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--continental-championships .c-brand--corporate nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--corporate nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--ranking-series .c-brand--corporate nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--world-championships .c-brand--corporate nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--world-cup .c-brand--corporate nav.nav-tabs.toolbar-bar>li.active>a:before {
    border-color: rgba(245, 130, 42, 0);
    border-top-color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .nav.nav-pills--large>li a.on_press,
.c-brand--beach-wrestling .c-brand--corporate .nav.nav-pills--med>li a.on_press,
.c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--continental-championships .c-brand--corporate .nav.nav-pills--large>li a.on_press,
.c-brand--continental-championships .c-brand--corporate .nav.nav-pills--med>li a.on_press,
.c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--corporate .nav.nav-pills--large>li a.on_press,
.c-brand--corporate .nav.nav-pills--med>li a.on_press,
.c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--ranking-series .c-brand--corporate .nav.nav-pills--large>li a.on_press,
.c-brand--ranking-series .c-brand--corporate .nav.nav-pills--med>li a.on_press,
.c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--world-championships .c-brand--corporate .nav.nav-pills--large>li a.on_press,
.c-brand--world-championships .c-brand--corporate .nav.nav-pills--med>li a.on_press,
.c-brand--world-championships .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--world-championships .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--world-cup .c-brand--corporate .nav.nav-pills--large>li a.on_press,
.c-brand--world-cup .c-brand--corporate .nav.nav-pills--med>li a.on_press,
.c-brand--world-cup .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--world-cup .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--continental-championships .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--continental-championships .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--ranking-series .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--ranking-series .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-championships .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-championships .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-cup .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-cup .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li a:hover {
    color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .nav.nav-pills--large>li.active a,
.c-brand--beach-wrestling .c-brand--corporate .nav.nav-pills--med>li.active a,
.c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--continental-championships .c-brand--corporate .nav.nav-pills--large>li.active a,
.c-brand--continental-championships .c-brand--corporate .nav.nav-pills--med>li.active a,
.c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--corporate .nav.nav-pills--large>li.active a,
.c-brand--corporate .nav.nav-pills--med>li.active a,
.c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--ranking-series .c-brand--corporate .nav.nav-pills--large>li.active a,
.c-brand--ranking-series .c-brand--corporate .nav.nav-pills--med>li.active a,
.c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--world-championships .c-brand--corporate .nav.nav-pills--large>li.active a,
.c-brand--world-championships .c-brand--corporate .nav.nav-pills--med>li.active a,
.c-brand--world-championships .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--world-championships .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--world-cup .c-brand--corporate .nav.nav-pills--large>li.active a,
.c-brand--world-cup .c-brand--corporate .nav.nav-pills--med>li.active a,
.c-brand--world-cup .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--world-cup .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--beach-wrestling .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--beach-wrestling .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--continental-championships .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--continental-championships .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--ranking-series .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--ranking-series .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--world-championships .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--world-championships .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--world-cup .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--world-cup .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a {
    color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .nav.nav-pills--large>li.active a:before,
.c-brand--beach-wrestling .c-brand--corporate .nav.nav-pills--med>li.active a:before,
.c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--continental-championships .c-brand--corporate .nav.nav-pills--large>li.active a:before,
.c-brand--continental-championships .c-brand--corporate .nav.nav-pills--med>li.active a:before,
.c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--corporate .nav.nav-pills--large>li.active a:before,
.c-brand--corporate .nav.nav-pills--med>li.active a:before,
.c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--ranking-series .c-brand--corporate .nav.nav-pills--large>li.active a:before,
.c-brand--ranking-series .c-brand--corporate .nav.nav-pills--med>li.active a:before,
.c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--world-championships .c-brand--corporate .nav.nav-pills--large>li.active a:before,
.c-brand--world-championships .c-brand--corporate .nav.nav-pills--med>li.active a:before,
.c-brand--world-championships .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--world-championships .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--world-cup .c-brand--corporate .nav.nav-pills--large>li.active a:before,
.c-brand--world-cup .c-brand--corporate .nav.nav-pills--med>li.active a:before,
.c-brand--world-cup .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--world-cup .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--beach-wrestling .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--beach-wrestling .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--continental-championships .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--continental-championships .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--ranking-series .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--ranking-series .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-championships .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-championships .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-cup .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-cup .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a:before {
    background-color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate .nav.nav-pills--large>li.active a:after,
.c-brand--beach-wrestling .c-brand--corporate .nav.nav-pills--med>li.active a:after,
.c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--beach-wrestling .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--continental-championships .c-brand--corporate .nav.nav-pills--large>li.active a:after,
.c-brand--continental-championships .c-brand--corporate .nav.nav-pills--med>li.active a:after,
.c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--continental-championships .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--corporate .nav.nav-pills--large>li.active a:after,
.c-brand--corporate .nav.nav-pills--med>li.active a:after,
.c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--ranking-series .c-brand--corporate .nav.nav-pills--large>li.active a:after,
.c-brand--ranking-series .c-brand--corporate .nav.nav-pills--med>li.active a:after,
.c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--ranking-series .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--world-championships .c-brand--corporate .nav.nav-pills--large>li.active a:after,
.c-brand--world-championships .c-brand--corporate .nav.nav-pills--med>li.active a:after,
.c-brand--world-championships .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--world-championships .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--world-cup .c-brand--corporate .nav.nav-pills--large>li.active a:after,
.c-brand--world-cup .c-brand--corporate .nav.nav-pills--med>li.active a:after,
.c-brand--world-cup .c-brand--corporate .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--world-cup .c-brand--corporate .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--beach-wrestling .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--beach-wrestling .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--continental-championships .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--continental-championships .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--ranking-series .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--ranking-series .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-championships .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-championships .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-cup .c-brand--corporate nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-cup .c-brand--corporate nav.nav-pills--med.toolbar-bar>li.active a:after {
    border-top-color: #db2d2e
}

.c-brand--beach-wrestling .c-brand--corporate tr.featured,
.c-brand--continental-championships .c-brand--corporate tr.featured,
.c-brand--corporate tr.featured,
.c-brand--ranking-series .c-brand--corporate tr.featured,
.c-brand--world-championships .c-brand--corporate tr.featured,
.c-brand--world-cup .c-brand--corporate tr.featured {
    background-color: #db2d2e !important
}

.c-brand--beach-wrestling .c-brand--world-championships .live-score-bar__dtrigger,
.c-brand--continental-championships .c-brand--world-championships .live-score-bar__dtrigger,
.c-brand--corporate .c-brand--world-championships .live-score-bar__dtrigger,
.c-brand--ranking-series .c-brand--world-championships .live-score-bar__dtrigger,
.c-brand--world-championships .live-score-bar__dtrigger,
.c-brand--world-cup .c-brand--world-championships .live-score-bar__dtrigger {
    background-color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .customSelect,
.c-brand--continental-championships .c-brand--world-championships .customSelect,
.c-brand--corporate .c-brand--world-championships .customSelect,
.c-brand--ranking-series .c-brand--world-championships .customSelect,
.c-brand--world-championships .customSelect,
.c-brand--world-cup .c-brand--world-championships .customSelect {
    background-color: #0182b1
}

.c-brand--beach-wrestling .c-brand--world-championships .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--continental-championships .c-brand--world-championships .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--corporate .c-brand--world-championships .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--ranking-series .c-brand--world-championships .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--world-championships .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--world-cup .c-brand--world-championships .cms-content a[href$=".pdf"]:not(.btn):before {
    background-color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .c-sidemenu>li.active>a,
.c-brand--continental-championships .c-brand--world-championships .c-sidemenu>li.active>a,
.c-brand--corporate .c-brand--world-championships .c-sidemenu>li.active>a,
.c-brand--ranking-series .c-brand--world-championships .c-sidemenu>li.active>a,
.c-brand--world-championships .c-sidemenu>li.active>a,
.c-brand--world-cup .c-brand--world-championships .c-sidemenu>li.active>a {
    background-color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .c-sidemenu>li.active>a.on_press,
.c-brand--continental-championships .c-brand--world-championships .c-sidemenu>li.active>a.on_press,
.c-brand--corporate .c-brand--world-championships .c-sidemenu>li.active>a.on_press,
.c-brand--ranking-series .c-brand--world-championships .c-sidemenu>li.active>a.on_press,
.c-brand--world-championships .c-sidemenu>li.active>a.on_press,
.c-brand--world-cup .c-brand--world-championships .c-sidemenu>li.active>a.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .c-sidemenu>li.active>a:hover {
    background-color: #0a7ea8
}

.c-brand--beach-wrestling .c-brand--world-championships .btn[href$=".pdf"]:before,
.c-brand--beach-wrestling .c-brand--world-championships .list-group__news--marquee strong,
.c-brand--beach-wrestling .c-brand--world-championships .text-primary,
.c-brand--beach-wrestling .c-brand--world-championships .text-primary a,
.c-brand--beach-wrestling .c-brand--world-championships a,
.c-brand--continental-championships .c-brand--world-championships .btn[href$=".pdf"]:before,
.c-brand--continental-championships .c-brand--world-championships .list-group__news--marquee strong,
.c-brand--continental-championships .c-brand--world-championships .text-primary,
.c-brand--continental-championships .c-brand--world-championships .text-primary a,
.c-brand--continental-championships .c-brand--world-championships a,
.c-brand--corporate .c-brand--world-championships .btn[href$=".pdf"]:before,
.c-brand--corporate .c-brand--world-championships .list-group__news--marquee strong,
.c-brand--corporate .c-brand--world-championships .text-primary,
.c-brand--corporate .c-brand--world-championships .text-primary a,
.c-brand--corporate .c-brand--world-championships a,
.c-brand--ranking-series .c-brand--world-championships .btn[href$=".pdf"]:before,
.c-brand--ranking-series .c-brand--world-championships .list-group__news--marquee strong,
.c-brand--ranking-series .c-brand--world-championships .text-primary,
.c-brand--ranking-series .c-brand--world-championships .text-primary a,
.c-brand--ranking-series .c-brand--world-championships a,
.c-brand--world-championships .btn[href$=".pdf"]:before,
.c-brand--world-championships .list-group__news--marquee strong,
.c-brand--world-championships .text-primary,
.c-brand--world-championships .text-primary a,
.c-brand--world-championships a,
.c-brand--world-cup .c-brand--world-championships .btn[href$=".pdf"]:before,
.c-brand--world-cup .c-brand--world-championships .list-group__news--marquee strong,
.c-brand--world-cup .c-brand--world-championships .text-primary,
.c-brand--world-cup .c-brand--world-championships .text-primary a,
.c-brand--world-cup .c-brand--world-championships a {
    color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .c-box--primary,
.c-brand--continental-championships .c-brand--world-championships .c-box--primary,
.c-brand--corporate .c-brand--world-championships .c-box--primary,
.c-brand--ranking-series .c-brand--world-championships .c-box--primary,
.c-brand--world-championships .c-box--primary,
.c-brand--world-cup .c-brand--world-championships .c-box--primary {
    background-color: #0da2d8;
    color: #fff
}

.c-brand--beach-wrestling .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--beach-wrestling .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--beach-wrestling .c-brand--world-championships .c-header-botRow a>a.on_press,
.c-brand--continental-championships .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--continental-championships .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--continental-championships .c-brand--world-championships .c-header-botRow a>a.on_press,
.c-brand--corporate .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--corporate .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--corporate .c-brand--world-championships .c-header-botRow a>a.on_press,
.c-brand--ranking-series .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--ranking-series .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--ranking-series .c-brand--world-championships .c-header-botRow a>a.on_press,
.c-brand--world-championships .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--world-championships .c-header-botRow a>a.on_press,
.c-brand--world-cup .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--world-cup .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--world-cup .c-brand--world-championships .c-header-botRow a>a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--continental-championships .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--corporate .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--ranking-series .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--world-cup .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .c-header-botRow a>a:hover {
    color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--beach-wrestling .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--beach-wrestling .c-brand--world-championships .c-header-botRow a.active>a,
.c-brand--continental-championships .c-brand--world-championships .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--continental-championships .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--continental-championships .c-brand--world-championships .c-header-botRow a.active>a,
.c-brand--corporate .c-brand--world-championships .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--corporate .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--corporate .c-brand--world-championships .c-header-botRow a.active>a,
.c-brand--ranking-series .c-brand--world-championships .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--ranking-series .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--ranking-series .c-brand--world-championships .c-header-botRow a.active>a,
.c-brand--world-championships .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--world-championships .c-header-botRow a.active>a,
.c-brand--world-cup .c-brand--world-championships .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--world-cup .c-brand--world-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--world-cup .c-brand--world-championships .c-header-botRow a.active>a,
.toolbar .c-brand--beach-wrestling .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--continental-championships .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--corporate .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--ranking-series .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--world-cup .c-brand--world-championships .c-box--dark nav.nav-inline.toolbar-bar>li.active>a {
    color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .c-accordian__item+.c-accordian__item,
.c-brand--continental-championships .c-brand--world-championships .c-accordian__item+.c-accordian__item,
.c-brand--corporate .c-brand--world-championships .c-accordian__item+.c-accordian__item,
.c-brand--ranking-series .c-brand--world-championships .c-accordian__item+.c-accordian__item,
.c-brand--world-championships .c-accordian__item+.c-accordian__item,
.c-brand--world-cup .c-brand--world-championships .c-accordian__item+.c-accordian__item {
    border-top: 1px solid #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .c-accordian__item .c-accordian__master,
.c-brand--continental-championships .c-brand--world-championships .c-accordian__item .c-accordian__master,
.c-brand--corporate .c-brand--world-championships .c-accordian__item .c-accordian__master,
.c-brand--ranking-series .c-brand--world-championships .c-accordian__item .c-accordian__master,
.c-brand--world-championships .c-accordian__item .c-accordian__master,
.c-brand--world-cup .c-brand--world-championships .c-accordian__item .c-accordian__master {
    background-color: #1e1e5a
}

.c-brand--beach-wrestling .c-brand--world-championships .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--beach-wrestling .c-brand--world-championships .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--continental-championships .c-brand--world-championships .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--continental-championships .c-brand--world-championships .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--corporate .c-brand--world-championships .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--corporate .c-brand--world-championships .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--ranking-series .c-brand--world-championships .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--ranking-series .c-brand--world-championships .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--world-championships .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--world-championships .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--world-cup .c-brand--world-championships .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--world-cup .c-brand--world-championships .c-accordian__item.is-active .c-accordian__plus:before {
    background-color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .btn,
.c-brand--continental-championships .c-brand--world-championships .btn,
.c-brand--corporate .c-brand--world-championships .btn,
.c-brand--ranking-series .c-brand--world-championships .btn,
.c-brand--world-championships .btn,
.c-brand--world-cup .c-brand--world-championships .btn {
    background-color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .btn.on_press,
.c-brand--continental-championships .c-brand--world-championships .btn.on_press,
.c-brand--corporate .c-brand--world-championships .btn.on_press,
.c-brand--ranking-series .c-brand--world-championships .btn.on_press,
.c-brand--world-championships .btn.on_press,
.c-brand--world-cup .c-brand--world-championships .btn.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .btn:hover {
    background-color: #0eb4f0
}

.c-brand--beach-wrestling .c-brand--world-championships .btn,
.c-brand--beach-wrestling .c-brand--world-championships .btn .icon,
.c-brand--continental-championships .c-brand--world-championships .btn,
.c-brand--continental-championships .c-brand--world-championships .btn .icon,
.c-brand--corporate .c-brand--world-championships .btn,
.c-brand--corporate .c-brand--world-championships .btn .icon,
.c-brand--ranking-series .c-brand--world-championships .btn,
.c-brand--ranking-series .c-brand--world-championships .btn .icon,
.c-brand--world-championships .btn,
.c-brand--world-championships .btn .icon,
.c-brand--world-cup .c-brand--world-championships .btn,
.c-brand--world-cup .c-brand--world-championships .btn .icon {
    color: #fff
}

.c-brand--beach-wrestling .c-brand--world-championships .btn--share.on_press,
.c-brand--continental-championships .c-brand--world-championships .btn--share.on_press,
.c-brand--corporate .c-brand--world-championships .btn--share.on_press,
.c-brand--ranking-series .c-brand--world-championships .btn--share.on_press,
.c-brand--world-championships .btn--share.on_press,
.c-brand--world-cup .c-brand--world-championships .btn--share.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .btn--share:hover {
    color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .btn--dark,
.c-brand--continental-championships .c-brand--world-championships .btn--dark,
.c-brand--corporate .c-brand--world-championships .btn--dark,
.c-brand--ranking-series .c-brand--world-championships .btn--dark,
.c-brand--world-championships .btn--dark,
.c-brand--world-cup .c-brand--world-championships .btn--dark {
    background-color: #1e1e5a
}

.c-brand--beach-wrestling .c-brand--world-championships .btn--dark .icon,
.c-brand--continental-championships .c-brand--world-championships .btn--dark .icon,
.c-brand--corporate .c-brand--world-championships .btn--dark .icon,
.c-brand--ranking-series .c-brand--world-championships .btn--dark .icon,
.c-brand--world-championships .btn--dark .icon,
.c-brand--world-cup .c-brand--world-championships .btn--dark .icon {
    color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .btn--dark.on_press,
.c-brand--continental-championships .c-brand--world-championships .btn--dark.on_press,
.c-brand--corporate .c-brand--world-championships .btn--dark.on_press,
.c-brand--ranking-series .c-brand--world-championships .btn--dark.on_press,
.c-brand--world-championships .btn--dark.on_press,
.c-brand--world-cup .c-brand--world-championships .btn--dark.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .btn--dark:hover {
    background-color: #24246d
}

.c-brand--beach-wrestling .c-brand--world-championships .btn--ghost .icon,
.c-brand--continental-championships .c-brand--world-championships .btn--ghost .icon,
.c-brand--corporate .c-brand--world-championships .btn--ghost .icon,
.c-brand--ranking-series .c-brand--world-championships .btn--ghost .icon,
.c-brand--world-championships .btn--ghost .icon,
.c-brand--world-cup .c-brand--world-championships .btn--ghost .icon {
    color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships.c-card--recap,
.c-brand--continental-championships .c-brand--world-championships.c-card--recap,
.c-brand--corporate .c-brand--world-championships.c-card--recap,
.c-brand--ranking-series .c-brand--world-championships.c-card--recap,
.c-brand--world-championships.c-card--recap,
.c-brand--world-cup .c-brand--world-championships.c-card--recap {
    border-left-color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships.c-card--recap .c-divider,
.c-brand--continental-championships .c-brand--world-championships.c-card--recap .c-divider,
.c-brand--corporate .c-brand--world-championships.c-card--recap .c-divider,
.c-brand--ranking-series .c-brand--world-championships.c-card--recap .c-divider,
.c-brand--world-championships.c-card--recap .c-divider,
.c-brand--world-cup .c-brand--world-championships.c-card--recap .c-divider {
    background-color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .c-gradient--horz,
.c-brand--continental-championships .c-brand--world-championships .c-gradient--horz,
.c-brand--corporate .c-brand--world-championships .c-gradient--horz,
.c-brand--ranking-series .c-brand--world-championships .c-gradient--horz,
.c-brand--world-championships .c-gradient--horz,
.c-brand--world-cup .c-brand--world-championships .c-gradient--horz {
    background: -webkit-gradient(linear, left top, right top, from(#0da2d8), to(#064f91));
    background: linear-gradient(to right, #0da2d8 0, #064f91 100%)
}

.c-brand--beach-wrestling .c-brand--world-championships .c-gradient--horz.c-gradient--inv,
.c-brand--continental-championships .c-brand--world-championships .c-gradient--horz.c-gradient--inv,
.c-brand--corporate .c-brand--world-championships .c-gradient--horz.c-gradient--inv,
.c-brand--ranking-series .c-brand--world-championships .c-gradient--horz.c-gradient--inv,
.c-brand--world-championships .c-gradient--horz.c-gradient--inv,
.c-brand--world-cup .c-brand--world-championships .c-gradient--horz.c-gradient--inv {
    background: -webkit-gradient(linear, right top, left top, from(#0da2d8), to(#064f91));
    background: linear-gradient(to left, #0da2d8 0, #064f91 100%)
}

.c-brand--beach-wrestling .c-brand--world-championships .c-gradient--vert,
.c-brand--continental-championships .c-brand--world-championships .c-gradient--vert,
.c-brand--corporate .c-brand--world-championships .c-gradient--vert,
.c-brand--ranking-series .c-brand--world-championships .c-gradient--vert,
.c-brand--world-championships .c-gradient--vert,
.c-brand--world-cup .c-brand--world-championships .c-gradient--vert {
    background: -webkit-gradient(linear, left top, left bottom, from(#0da2d8), to(#064f91));
    background: linear-gradient(to bottom, #0da2d8 0, #064f91 100%)
}

.c-brand--beach-wrestling .c-brand--world-championships .c-gradient--vert.c-gradient--inv,
.c-brand--continental-championships .c-brand--world-championships .c-gradient--vert.c-gradient--inv,
.c-brand--corporate .c-brand--world-championships .c-gradient--vert.c-gradient--inv,
.c-brand--ranking-series .c-brand--world-championships .c-gradient--vert.c-gradient--inv,
.c-brand--world-championships .c-gradient--vert.c-gradient--inv,
.c-brand--world-cup .c-brand--world-championships .c-gradient--vert.c-gradient--inv {
    background: -webkit-gradient(linear, left bottom, left top, from(#0da2d8), to(#064f91));
    background: linear-gradient(to top, #0da2d8 0, #064f91 100%)
}

.c-brand--beach-wrestling .c-brand--world-championships .c-article--video-pending .c-thumbnail--video:after,
.c-brand--continental-championships .c-brand--world-championships .c-article--video-pending .c-thumbnail--video:after,
.c-brand--corporate .c-brand--world-championships .c-article--video-pending .c-thumbnail--video:after,
.c-brand--ranking-series .c-brand--world-championships .c-article--video-pending .c-thumbnail--video:after,
.c-brand--world-championships .c-article--video-pending .c-thumbnail--video:after,
.c-brand--world-cup .c-brand--world-championships .c-article--video-pending .c-thumbnail--video:after {
    background: linear-gradient(-135deg, #0da2d8 0, #064f91 100%)
}

.c-brand--beach-wrestling .c-brand--world-championships .c-box--dark--fancy,
.c-brand--continental-championships .c-brand--world-championships .c-box--dark--fancy,
.c-brand--corporate .c-brand--world-championships .c-box--dark--fancy,
.c-brand--ranking-series .c-brand--world-championships .c-box--dark--fancy,
.c-brand--world-championships .c-box--dark--fancy,
.c-brand--world-cup .c-brand--world-championships .c-box--dark--fancy {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-world-championships-watermark.jpg); */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

.c-brand--beach-wrestling .c-brand--world-championships .c-box--dark--fancy .panel__subscription,
.c-brand--continental-championships .c-brand--world-championships .c-box--dark--fancy .panel__subscription,
.c-brand--corporate .c-brand--world-championships .c-box--dark--fancy .panel__subscription,
.c-brand--ranking-series .c-brand--world-championships .c-box--dark--fancy .panel__subscription,
.c-brand--world-championships .c-box--dark--fancy .panel__subscription,
.c-brand--world-cup .c-brand--world-championships .c-box--dark--fancy .panel__subscription {
    background: -webkit-gradient(linear, left top, left bottom, from(#0c052e), to(#090127));
    background: linear-gradient(to bottom, #0c052e 0, #090127 100%);
    position: relative;
    border-top: 1px solid #0b5280
}

.c-brand--beach-wrestling .c-brand--world-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--beach-wrestling .c-brand--world-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--continental-championships .c-brand--world-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--continental-championships .c-brand--world-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--corporate .c-brand--world-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--corporate .c-brand--world-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--ranking-series .c-brand--world-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--ranking-series .c-brand--world-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-cup .c-brand--world-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-cup .c-brand--world-championships .c-box--dark--fancy .panel__subscription:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 50%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b5280), to(#090127));
    background: linear-gradient(to bottom, #0b5280 0, #090127 100%)
}

.c-brand--beach-wrestling .c-brand--world-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--continental-championships .c-brand--world-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--corporate .c-brand--world-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--ranking-series .c-brand--world-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-cup .c-brand--world-championships .c-box--dark--fancy .panel__subscription:before {
    left: 0
}

.c-brand--beach-wrestling .c-brand--world-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--continental-championships .c-brand--world-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--corporate .c-brand--world-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--ranking-series .c-brand--world-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-cup .c-brand--world-championships .c-box--dark--fancy .panel__subscription:after {
    right: 0
}

.c-brand--beach-wrestling .c-brand--world-championships .c-video-remote,
.c-brand--continental-championships .c-brand--world-championships .c-video-remote,
.c-brand--corporate .c-brand--world-championships .c-video-remote,
.c-brand--ranking-series .c-brand--world-championships .c-video-remote,
.c-brand--world-championships .c-video-remote,
.c-brand--world-cup .c-brand--world-championships .c-video-remote {
    color: #090026
}

.c-brand--beach-wrestling .c-brand--world-championships .c-header__streaming,
.c-brand--continental-championships .c-brand--world-championships .c-header__streaming,
.c-brand--corporate .c-brand--world-championships .c-header__streaming,
.c-brand--ranking-series .c-brand--world-championships .c-header__streaming,
.c-brand--world-championships .c-header__streaming,
.c-brand--world-cup .c-brand--world-championships .c-header__streaming {
    background-color: #090026
}

.c-brand--beach-wrestling .c-brand--world-championships .c-article-block--bg,
.c-brand--beach-wrestling .c-brand--world-championships .c-breakout,
.c-brand--continental-championships .c-brand--world-championships .c-article-block--bg,
.c-brand--continental-championships .c-brand--world-championships .c-breakout,
.c-brand--corporate .c-brand--world-championships .c-article-block--bg,
.c-brand--corporate .c-brand--world-championships .c-breakout,
.c-brand--ranking-series .c-brand--world-championships .c-article-block--bg,
.c-brand--ranking-series .c-brand--world-championships .c-breakout,
.c-brand--world-championships .c-article-block--bg,
.c-brand--world-championships .c-breakout,
.c-brand--world-cup .c-brand--world-championships .c-article-block--bg,
.c-brand--world-cup .c-brand--world-championships .c-breakout {
    background-color: #090026;
    background: linear-gradient(60deg, #090026 0, #1e1e5a 100%)
}

.c-brand--beach-wrestling .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--beach-wrestling .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
.c-brand--continental-championships .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--continental-championships .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
.c-brand--corporate .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--corporate .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
.c-brand--ranking-series .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--ranking-series .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
.c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
.c-brand--world-cup .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--world-cup .c-brand--world-championships .c-breakout .c-article--featured .thumbnail {
    border-top: solid #064f91;
    border-bottom: solid #064f91;
    border-width: 5px
}

.c-brand--beach-wrestling .c-brand--world-championships .nav.nav-tabs>li.active>a,
.c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--continental-championships .c-brand--world-championships .nav.nav-tabs>li.active>a,
.c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--corporate .c-brand--world-championships .nav.nav-tabs>li.active>a,
.c-brand--corporate .c-brand--world-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--ranking-series .c-brand--world-championships .nav.nav-tabs>li.active>a,
.c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--world-championships .nav.nav-tabs>li.active>a,
.c-brand--world-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--world-cup .c-brand--world-championships .nav.nav-tabs>li.active>a,
.c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--beach-wrestling .c-brand--world-championships nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--continental-championships .c-brand--world-championships nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--corporate .c-brand--world-championships nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--ranking-series .c-brand--world-championships nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--world-championships nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--world-cup .c-brand--world-championships nav.nav-tabs.toolbar-bar>li.active>a {
    background-color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .nav.nav-tabs>li.active>a:before,
.c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--continental-championships .c-brand--world-championships .nav.nav-tabs>li.active>a:before,
.c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--corporate .c-brand--world-championships .nav.nav-tabs>li.active>a:before,
.c-brand--corporate .c-brand--world-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--ranking-series .c-brand--world-championships .nav.nav-tabs>li.active>a:before,
.c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--world-championships .nav.nav-tabs>li.active>a:before,
.c-brand--world-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--world-cup .c-brand--world-championships .nav.nav-tabs>li.active>a:before,
.c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--beach-wrestling .c-brand--world-championships nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--continental-championships .c-brand--world-championships nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--corporate .c-brand--world-championships nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--ranking-series .c-brand--world-championships nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--world-championships nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--world-cup .c-brand--world-championships nav.nav-tabs.toolbar-bar>li.active>a:before {
    border-color: rgba(13, 162, 216, 0);
    border-top-color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .nav.nav-pills--large>li a.on_press,
.c-brand--beach-wrestling .c-brand--world-championships .nav.nav-pills--med>li a.on_press,
.c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--continental-championships .c-brand--world-championships .nav.nav-pills--large>li a.on_press,
.c-brand--continental-championships .c-brand--world-championships .nav.nav-pills--med>li a.on_press,
.c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--corporate .c-brand--world-championships .nav.nav-pills--large>li a.on_press,
.c-brand--corporate .c-brand--world-championships .nav.nav-pills--med>li a.on_press,
.c-brand--corporate .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--corporate .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--ranking-series .c-brand--world-championships .nav.nav-pills--large>li a.on_press,
.c-brand--ranking-series .c-brand--world-championships .nav.nav-pills--med>li a.on_press,
.c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--world-championships .nav.nav-pills--large>li a.on_press,
.c-brand--world-championships .nav.nav-pills--med>li a.on_press,
.c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--world-cup .c-brand--world-championships .nav.nav-pills--large>li a.on_press,
.c-brand--world-cup .c-brand--world-championships .nav.nav-pills--med>li a.on_press,
.c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--continental-championships .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--continental-championships .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--corporate .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--corporate .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--ranking-series .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--ranking-series .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-cup .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-cup .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:hover {
    color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .nav.nav-pills--large>li.active a,
.c-brand--beach-wrestling .c-brand--world-championships .nav.nav-pills--med>li.active a,
.c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--continental-championships .c-brand--world-championships .nav.nav-pills--large>li.active a,
.c-brand--continental-championships .c-brand--world-championships .nav.nav-pills--med>li.active a,
.c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--corporate .c-brand--world-championships .nav.nav-pills--large>li.active a,
.c-brand--corporate .c-brand--world-championships .nav.nav-pills--med>li.active a,
.c-brand--corporate .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--corporate .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--ranking-series .c-brand--world-championships .nav.nav-pills--large>li.active a,
.c-brand--ranking-series .c-brand--world-championships .nav.nav-pills--med>li.active a,
.c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--world-championships .nav.nav-pills--large>li.active a,
.c-brand--world-championships .nav.nav-pills--med>li.active a,
.c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--world-cup .c-brand--world-championships .nav.nav-pills--large>li.active a,
.c-brand--world-cup .c-brand--world-championships .nav.nav-pills--med>li.active a,
.c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--beach-wrestling .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--beach-wrestling .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--continental-championships .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--continental-championships .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--corporate .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--corporate .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--ranking-series .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--ranking-series .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--world-cup .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--world-cup .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a {
    color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .nav.nav-pills--large>li.active a:before,
.c-brand--beach-wrestling .c-brand--world-championships .nav.nav-pills--med>li.active a:before,
.c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--continental-championships .c-brand--world-championships .nav.nav-pills--large>li.active a:before,
.c-brand--continental-championships .c-brand--world-championships .nav.nav-pills--med>li.active a:before,
.c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--corporate .c-brand--world-championships .nav.nav-pills--large>li.active a:before,
.c-brand--corporate .c-brand--world-championships .nav.nav-pills--med>li.active a:before,
.c-brand--corporate .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--corporate .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--ranking-series .c-brand--world-championships .nav.nav-pills--large>li.active a:before,
.c-brand--ranking-series .c-brand--world-championships .nav.nav-pills--med>li.active a:before,
.c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--world-championships .nav.nav-pills--large>li.active a:before,
.c-brand--world-championships .nav.nav-pills--med>li.active a:before,
.c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--world-cup .c-brand--world-championships .nav.nav-pills--large>li.active a:before,
.c-brand--world-cup .c-brand--world-championships .nav.nav-pills--med>li.active a:before,
.c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--beach-wrestling .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--beach-wrestling .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--continental-championships .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--continental-championships .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--corporate .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--corporate .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--ranking-series .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--ranking-series .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-cup .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-cup .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a:before {
    background-color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships .nav.nav-pills--large>li.active a:after,
.c-brand--beach-wrestling .c-brand--world-championships .nav.nav-pills--med>li.active a:after,
.c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--beach-wrestling .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--continental-championships .c-brand--world-championships .nav.nav-pills--large>li.active a:after,
.c-brand--continental-championships .c-brand--world-championships .nav.nav-pills--med>li.active a:after,
.c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--continental-championships .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--corporate .c-brand--world-championships .nav.nav-pills--large>li.active a:after,
.c-brand--corporate .c-brand--world-championships .nav.nav-pills--med>li.active a:after,
.c-brand--corporate .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--corporate .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--ranking-series .c-brand--world-championships .nav.nav-pills--large>li.active a:after,
.c-brand--ranking-series .c-brand--world-championships .nav.nav-pills--med>li.active a:after,
.c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--ranking-series .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--world-championships .nav.nav-pills--large>li.active a:after,
.c-brand--world-championships .nav.nav-pills--med>li.active a:after,
.c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--world-cup .c-brand--world-championships .nav.nav-pills--large>li.active a:after,
.c-brand--world-cup .c-brand--world-championships .nav.nav-pills--med>li.active a:after,
.c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--world-cup .c-brand--world-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--beach-wrestling .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--beach-wrestling .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--continental-championships .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--continental-championships .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--corporate .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--corporate .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--ranking-series .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--ranking-series .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-cup .c-brand--world-championships nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-cup .c-brand--world-championships nav.nav-pills--med.toolbar-bar>li.active a:after {
    border-top-color: #0da2d8
}

.c-brand--beach-wrestling .c-brand--world-championships tr.featured,
.c-brand--continental-championships .c-brand--world-championships tr.featured,
.c-brand--corporate .c-brand--world-championships tr.featured,
.c-brand--ranking-series .c-brand--world-championships tr.featured,
.c-brand--world-championships tr.featured,
.c-brand--world-cup .c-brand--world-championships tr.featured {
    background-color: #0da2d8 !important
}

.c-brand--beach-wrestling .c-brand--continental-championships .live-score-bar__dtrigger,
.c-brand--continental-championships .live-score-bar__dtrigger,
.c-brand--corporate-championships .c-brand--continental-championships .live-score-bar__dtrigger,
.c-brand--ranking-series .c-brand--continental-championships .live-score-bar__dtrigger,
.c-brand--world-championships .c-brand--continental-championships .live-score-bar__dtrigger,
.c-brand--world-cup .c-brand--continental-championships .live-score-bar__dtrigger {
    background-color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .customSelect,
.c-brand--continental-championships .customSelect,
.c-brand--corporate-championships .c-brand--continental-championships .customSelect,
.c-brand--ranking-series .c-brand--continental-championships .customSelect,
.c-brand--world-championships .c-brand--continental-championships .customSelect,
.c-brand--world-cup .c-brand--continental-championships .customSelect {
    background-color: #88113c
}

.c-brand--beach-wrestling .c-brand--continental-championships .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--continental-championships .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--corporate-championships .c-brand--continental-championships .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--ranking-series .c-brand--continental-championships .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--world-championships .c-brand--continental-championships .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--world-cup .c-brand--continental-championships .cms-content a[href$=".pdf"]:not(.btn):before {
    background-color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-sidemenu>li.active>a,
.c-brand--continental-championships .c-sidemenu>li.active>a,
.c-brand--corporate-championships .c-brand--continental-championships .c-sidemenu>li.active>a,
.c-brand--ranking-series .c-brand--continental-championships .c-sidemenu>li.active>a,
.c-brand--world-championships .c-brand--continental-championships .c-sidemenu>li.active>a,
.c-brand--world-cup .c-brand--continental-championships .c-sidemenu>li.active>a {
    background-color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-sidemenu>li.active>a.on_press,
.c-brand--continental-championships .c-sidemenu>li.active>a.on_press,
.c-brand--corporate-championships .c-brand--continental-championships .c-sidemenu>li.active>a.on_press,
.c-brand--ranking-series .c-brand--continental-championships .c-sidemenu>li.active>a.on_press,
.c-brand--world-championships .c-brand--continental-championships .c-sidemenu>li.active>a.on_press,
.c-brand--world-cup .c-brand--continental-championships .c-sidemenu>li.active>a.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .c-sidemenu>li.active>a:hover {
    background-color: #80193e
}

.c-brand--beach-wrestling .c-brand--continental-championships .btn[href$=".pdf"]:before,
.c-brand--beach-wrestling .c-brand--continental-championships .list-group__news--marquee strong,
.c-brand--beach-wrestling .c-brand--continental-championships .text-primary,
.c-brand--beach-wrestling .c-brand--continental-championships .text-primary a,
.c-brand--beach-wrestling .c-brand--continental-championships a,
.c-brand--continental-championships .btn[href$=".pdf"]:before,
.c-brand--continental-championships .list-group__news--marquee strong,
.c-brand--continental-championships .text-primary,
.c-brand--continental-championships .text-primary a,
.c-brand--continental-championships a,
.c-brand--corporate-championships .c-brand--continental-championships .btn[href$=".pdf"]:before,
.c-brand--corporate-championships .c-brand--continental-championships .list-group__news--marquee strong,
.c-brand--corporate-championships .c-brand--continental-championships .text-primary,
.c-brand--corporate-championships .c-brand--continental-championships .text-primary a,
.c-brand--corporate-championships .c-brand--continental-championships a,
.c-brand--ranking-series .c-brand--continental-championships .btn[href$=".pdf"]:before,
.c-brand--ranking-series .c-brand--continental-championships .list-group__news--marquee strong,
.c-brand--ranking-series .c-brand--continental-championships .text-primary,
.c-brand--ranking-series .c-brand--continental-championships .text-primary a,
.c-brand--ranking-series .c-brand--continental-championships a,
.c-brand--world-championships .c-brand--continental-championships .btn[href$=".pdf"]:before,
.c-brand--world-championships .c-brand--continental-championships .list-group__news--marquee strong,
.c-brand--world-championships .c-brand--continental-championships .text-primary,
.c-brand--world-championships .c-brand--continental-championships .text-primary a,
.c-brand--world-championships .c-brand--continental-championships a,
.c-brand--world-cup .c-brand--continental-championships .btn[href$=".pdf"]:before,
.c-brand--world-cup .c-brand--continental-championships .list-group__news--marquee strong,
.c-brand--world-cup .c-brand--continental-championships .text-primary,
.c-brand--world-cup .c-brand--continental-championships .text-primary a,
.c-brand--world-cup .c-brand--continental-championships a {
    color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-box--primary,
.c-brand--continental-championships .c-box--primary,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--primary,
.c-brand--ranking-series .c-brand--continental-championships .c-box--primary,
.c-brand--world-championships .c-brand--continental-championships .c-box--primary,
.c-brand--world-cup .c-brand--continental-championships .c-box--primary {
    background-color: #ab2153;
    color: #fff
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--beach-wrestling .c-brand--continental-championships .c-header-botRow a>a.on_press,
.c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--continental-championships .c-header-botRow a>a.on_press,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--corporate-championships .c-brand--continental-championships .c-header-botRow a>a.on_press,
.c-brand--ranking-series .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--ranking-series .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--ranking-series .c-brand--continental-championships .c-header-botRow a>a.on_press,
.c-brand--world-championships .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--world-championships .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--world-championships .c-brand--continental-championships .c-header-botRow a>a.on_press,
.c-brand--world-cup .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--world-cup .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--world-cup .c-brand--continental-championships .c-header-botRow a>a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--corporate-championships .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--ranking-series .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--world-championships .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--world-cup .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .c-header-botRow a>a:hover {
    color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--beach-wrestling .c-brand--continental-championships .c-header-botRow a.active>a,
.c-brand--continental-championships .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--continental-championships .c-header-botRow a.active>a,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--corporate-championships .c-brand--continental-championships .c-header-botRow a.active>a,
.c-brand--ranking-series .c-brand--continental-championships .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--ranking-series .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--ranking-series .c-brand--continental-championships .c-header-botRow a.active>a,
.c-brand--world-championships .c-brand--continental-championships .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--world-championships .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--world-championships .c-brand--continental-championships .c-header-botRow a.active>a,
.c-brand--world-cup .c-brand--continental-championships .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--world-cup .c-brand--continental-championships .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--world-cup .c-brand--continental-championships .c-header-botRow a.active>a,
.toolbar .c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--corporate-championships .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--ranking-series .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--world-championships .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--world-cup .c-brand--continental-championships .c-box--dark nav.nav-inline.toolbar-bar>li.active>a {
    color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-accordian__item+.c-accordian__item,
.c-brand--continental-championships .c-accordian__item+.c-accordian__item,
.c-brand--corporate-championships .c-brand--continental-championships .c-accordian__item+.c-accordian__item,
.c-brand--ranking-series .c-brand--continental-championships .c-accordian__item+.c-accordian__item,
.c-brand--world-championships .c-brand--continental-championships .c-accordian__item+.c-accordian__item,
.c-brand--world-cup .c-brand--continental-championships .c-accordian__item+.c-accordian__item {
    border-top: 1px solid #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-accordian__item .c-accordian__master,
.c-brand--continental-championships .c-accordian__item .c-accordian__master,
.c-brand--corporate-championships .c-brand--continental-championships .c-accordian__item .c-accordian__master,
.c-brand--ranking-series .c-brand--continental-championships .c-accordian__item .c-accordian__master,
.c-brand--world-championships .c-brand--continental-championships .c-accordian__item .c-accordian__master,
.c-brand--world-cup .c-brand--continental-championships .c-accordian__item .c-accordian__master {
    background-color: #501433
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--beach-wrestling .c-brand--continental-championships .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--continental-championships .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--continental-championships .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--corporate-championships .c-brand--continental-championships .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--corporate-championships .c-brand--continental-championships .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--ranking-series .c-brand--continental-championships .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--ranking-series .c-brand--continental-championships .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--world-championships .c-brand--continental-championships .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--world-championships .c-brand--continental-championships .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--world-cup .c-brand--continental-championships .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--world-cup .c-brand--continental-championships .c-accordian__item.is-active .c-accordian__plus:before {
    background-color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .btn,
.c-brand--continental-championships .btn,
.c-brand--corporate-championships .c-brand--continental-championships .btn,
.c-brand--ranking-series .c-brand--continental-championships .btn,
.c-brand--world-championships .c-brand--continental-championships .btn,
.c-brand--world-cup .c-brand--continental-championships .btn {
    background-color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .btn.on_press,
.c-brand--continental-championships .btn.on_press,
.c-brand--corporate-championships .c-brand--continental-championships .btn.on_press,
.c-brand--ranking-series .c-brand--continental-championships .btn.on_press,
.c-brand--world-championships .c-brand--continental-championships .btn.on_press,
.c-brand--world-cup .c-brand--continental-championships .btn.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .btn:hover {
    background-color: #c0255d
}

.c-brand--beach-wrestling .c-brand--continental-championships .btn,
.c-brand--beach-wrestling .c-brand--continental-championships .btn .icon,
.c-brand--continental-championships .btn,
.c-brand--continental-championships .btn .icon,
.c-brand--corporate-championships .c-brand--continental-championships .btn,
.c-brand--corporate-championships .c-brand--continental-championships .btn .icon,
.c-brand--ranking-series .c-brand--continental-championships .btn,
.c-brand--ranking-series .c-brand--continental-championships .btn .icon,
.c-brand--world-championships .c-brand--continental-championships .btn,
.c-brand--world-championships .c-brand--continental-championships .btn .icon,
.c-brand--world-cup .c-brand--continental-championships .btn,
.c-brand--world-cup .c-brand--continental-championships .btn .icon {
    color: #fff
}

.c-brand--beach-wrestling .c-brand--continental-championships .btn--share.on_press,
.c-brand--continental-championships .btn--share.on_press,
.c-brand--corporate-championships .c-brand--continental-championships .btn--share.on_press,
.c-brand--ranking-series .c-brand--continental-championships .btn--share.on_press,
.c-brand--world-championships .c-brand--continental-championships .btn--share.on_press,
.c-brand--world-cup .c-brand--continental-championships .btn--share.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .btn--share:hover {
    color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .btn--dark,
.c-brand--continental-championships .btn--dark,
.c-brand--corporate-championships .c-brand--continental-championships .btn--dark,
.c-brand--ranking-series .c-brand--continental-championships .btn--dark,
.c-brand--world-championships .c-brand--continental-championships .btn--dark,
.c-brand--world-cup .c-brand--continental-championships .btn--dark {
    background-color: #501433
}

.c-brand--beach-wrestling .c-brand--continental-championships .btn--dark .icon,
.c-brand--continental-championships .btn--dark .icon,
.c-brand--corporate-championships .c-brand--continental-championships .btn--dark .icon,
.c-brand--ranking-series .c-brand--continental-championships .btn--dark .icon,
.c-brand--world-championships .c-brand--continental-championships .btn--dark .icon,
.c-brand--world-cup .c-brand--continental-championships .btn--dark .icon {
    color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .btn--dark.on_press,
.c-brand--continental-championships .btn--dark.on_press,
.c-brand--corporate-championships .c-brand--continental-championships .btn--dark.on_press,
.c-brand--ranking-series .c-brand--continental-championships .btn--dark.on_press,
.c-brand--world-championships .c-brand--continental-championships .btn--dark.on_press,
.c-brand--world-cup .c-brand--continental-championships .btn--dark.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .btn--dark:hover {
    background-color: #641940
}

.c-brand--beach-wrestling .c-brand--continental-championships .btn--ghost .icon,
.c-brand--continental-championships .btn--ghost .icon,
.c-brand--corporate-championships .c-brand--continental-championships .btn--ghost .icon,
.c-brand--ranking-series .c-brand--continental-championships .btn--ghost .icon,
.c-brand--world-championships .c-brand--continental-championships .btn--ghost .icon,
.c-brand--world-cup .c-brand--continental-championships .btn--ghost .icon {
    color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships.c-card--recap,
.c-brand--continental-championships.c-card--recap,
.c-brand--corporate-championships .c-brand--continental-championships.c-card--recap,
.c-brand--ranking-series .c-brand--continental-championships.c-card--recap,
.c-brand--world-championships .c-brand--continental-championships.c-card--recap,
.c-brand--world-cup .c-brand--continental-championships.c-card--recap {
    border-left-color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships.c-card--recap .c-divider,
.c-brand--continental-championships.c-card--recap .c-divider,
.c-brand--corporate-championships .c-brand--continental-championships.c-card--recap .c-divider,
.c-brand--ranking-series .c-brand--continental-championships.c-card--recap .c-divider,
.c-brand--world-championships .c-brand--continental-championships.c-card--recap .c-divider,
.c-brand--world-cup .c-brand--continental-championships.c-card--recap .c-divider {
    background-color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-gradient--horz,
.c-brand--continental-championships .c-gradient--horz,
.c-brand--corporate-championships .c-brand--continental-championships .c-gradient--horz,
.c-brand--ranking-series .c-brand--continental-championships .c-gradient--horz,
.c-brand--world-championships .c-brand--continental-championships .c-gradient--horz,
.c-brand--world-cup .c-brand--continental-championships .c-gradient--horz {
    background: -webkit-gradient(linear, left top, right top, from(#ab2153), to(#501433));
    background: linear-gradient(to right, #ab2153 0, #501433 100%)
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-gradient--horz.c-gradient--inv,
.c-brand--continental-championships .c-gradient--horz.c-gradient--inv,
.c-brand--corporate-championships .c-brand--continental-championships .c-gradient--horz.c-gradient--inv,
.c-brand--ranking-series .c-brand--continental-championships .c-gradient--horz.c-gradient--inv,
.c-brand--world-championships .c-brand--continental-championships .c-gradient--horz.c-gradient--inv,
.c-brand--world-cup .c-brand--continental-championships .c-gradient--horz.c-gradient--inv {
    background: -webkit-gradient(linear, right top, left top, from(#ab2153), to(#501433));
    background: linear-gradient(to left, #ab2153 0, #501433 100%)
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-gradient--vert,
.c-brand--continental-championships .c-gradient--vert,
.c-brand--corporate-championships .c-brand--continental-championships .c-gradient--vert,
.c-brand--ranking-series .c-brand--continental-championships .c-gradient--vert,
.c-brand--world-championships .c-brand--continental-championships .c-gradient--vert,
.c-brand--world-cup .c-brand--continental-championships .c-gradient--vert {
    background: -webkit-gradient(linear, left top, left bottom, from(#ab2153), to(#501433));
    background: linear-gradient(to bottom, #ab2153 0, #501433 100%)
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-gradient--vert.c-gradient--inv,
.c-brand--continental-championships .c-gradient--vert.c-gradient--inv,
.c-brand--corporate-championships .c-brand--continental-championships .c-gradient--vert.c-gradient--inv,
.c-brand--ranking-series .c-brand--continental-championships .c-gradient--vert.c-gradient--inv,
.c-brand--world-championships .c-brand--continental-championships .c-gradient--vert.c-gradient--inv,
.c-brand--world-cup .c-brand--continental-championships .c-gradient--vert.c-gradient--inv {
    background: -webkit-gradient(linear, left bottom, left top, from(#ab2153), to(#501433));
    background: linear-gradient(to top, #ab2153 0, #501433 100%)
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-article--video-pending .c-thumbnail--video:after,
.c-brand--continental-championships .c-article--video-pending .c-thumbnail--video:after,
.c-brand--corporate-championships .c-brand--continental-championships .c-article--video-pending .c-thumbnail--video:after,
.c-brand--ranking-series .c-brand--continental-championships .c-article--video-pending .c-thumbnail--video:after,
.c-brand--world-championships .c-brand--continental-championships .c-article--video-pending .c-thumbnail--video:after,
.c-brand--world-cup .c-brand--continental-championships .c-article--video-pending .c-thumbnail--video:after {
    background: linear-gradient(-135deg, #6c1f3f 0, #45182d 100%)
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark--fancy,
.c-brand--continental-championships .c-box--dark--fancy,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--dark--fancy,
.c-brand--ranking-series .c-brand--continental-championships .c-box--dark--fancy,
.c-brand--world-championships .c-brand--continental-championships .c-box--dark--fancy,
.c-brand--world-cup .c-brand--continental-championships .c-box--dark--fancy {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-continental-championships-watermark.jpg); */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark--fancy .panel__subscription,
.c-brand--continental-championships .c-box--dark--fancy .panel__subscription,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--dark--fancy .panel__subscription,
.c-brand--ranking-series .c-brand--continental-championships .c-box--dark--fancy .panel__subscription,
.c-brand--world-championships .c-brand--continental-championships .c-box--dark--fancy .panel__subscription,
.c-brand--world-cup .c-brand--continental-championships .c-box--dark--fancy .panel__subscription {
    background: -webkit-gradient(linear, left top, left bottom, from(#0c052e), to(#090127));
    background: linear-gradient(to bottom, #0c052e 0, #090127 100%);
    position: relative;
    border-top: 1px solid #0b5280
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--continental-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--continental-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--ranking-series .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--ranking-series .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-championships .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-championships .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-cup .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-cup .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 50%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b5280), to(#090127));
    background: linear-gradient(to bottom, #0b5280 0, #090127 100%)
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--continental-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--ranking-series .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-championships .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-cup .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:before {
    left: 0
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--continental-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--ranking-series .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-championships .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-cup .c-brand--continental-championships .c-box--dark--fancy .panel__subscription:after {
    right: 0
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-video-remote,
.c-brand--continental-championships .c-video-remote,
.c-brand--corporate-championships .c-brand--continental-championships .c-video-remote,
.c-brand--ranking-series .c-brand--continental-championships .c-video-remote,
.c-brand--world-championships .c-brand--continental-championships .c-video-remote,
.c-brand--world-cup .c-brand--continental-championships .c-video-remote {
    color: #331423
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-header__streaming,
.c-brand--continental-championships .c-header__streaming,
.c-brand--corporate-championships .c-brand--continental-championships .c-header__streaming,
.c-brand--ranking-series .c-brand--continental-championships .c-header__streaming,
.c-brand--world-championships .c-brand--continental-championships .c-header__streaming,
.c-brand--world-cup .c-brand--continental-championships .c-header__streaming {
    background-color: #331423
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-article-block--bg,
.c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark,
.c-brand--beach-wrestling .c-brand--continental-championships .c-breakout,
.c-brand--continental-championships .c-article-block--bg,
.c-brand--continental-championships .c-box--dark,
.c-brand--continental-championships .c-breakout,
.c-brand--corporate-championships .c-brand--continental-championships .c-article-block--bg,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--dark,
.c-brand--corporate-championships .c-brand--continental-championships .c-breakout,
.c-brand--ranking-series .c-brand--continental-championships .c-article-block--bg,
.c-brand--ranking-series .c-brand--continental-championships .c-box--dark,
.c-brand--ranking-series .c-brand--continental-championships .c-breakout,
.c-brand--world-championships .c-brand--continental-championships .c-article-block--bg,
.c-brand--world-championships .c-brand--continental-championships .c-box--dark,
.c-brand--world-championships .c-brand--continental-championships .c-breakout,
.c-brand--world-cup .c-brand--continental-championships .c-article-block--bg,
.c-brand--world-cup .c-brand--continental-championships .c-box--dark,
.c-brand--world-cup .c-brand--continental-championships .c-breakout {
    background-color: #331423;
    background: linear-gradient(60deg, #331423 0, #4c1e34 100%)
}

.c-brand--beach-wrestling .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
.c-brand--beach-wrestling .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
.c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
.c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
.c-brand--corporate-championships .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--corporate-championships .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
.c-brand--corporate-championships .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
.c-brand--ranking-series .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--ranking-series .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
.c-brand--ranking-series .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
.c-brand--world-championships .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--world-championships .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
.c-brand--world-championships .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
.c-brand--world-cup .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--world-cup .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
.c-brand--world-cup .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail {
    border-top: solid #501433;
    border-bottom: solid #501433;
    border-width: 5px
}

.c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-tabs>li.active>a,
.c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--continental-championships .nav.nav-tabs>li.active>a,
.c-brand--continental-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--corporate-championships .c-brand--continental-championships .nav.nav-tabs>li.active>a,
.c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--ranking-series .c-brand--continental-championships .nav.nav-tabs>li.active>a,
.c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--world-championships .c-brand--continental-championships .nav.nav-tabs>li.active>a,
.c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--world-cup .c-brand--continental-championships .nav.nav-tabs>li.active>a,
.c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--continental-championships nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--corporate-championships .c-brand--continental-championships nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--ranking-series .c-brand--continental-championships nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--world-championships .c-brand--continental-championships nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--world-cup .c-brand--continental-championships nav.nav-tabs.toolbar-bar>li.active>a {
    background-color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-tabs>li.active>a:before,
.c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--continental-championships .nav.nav-tabs>li.active>a:before,
.c-brand--continental-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--corporate-championships .c-brand--continental-championships .nav.nav-tabs>li.active>a:before,
.c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--ranking-series .c-brand--continental-championships .nav.nav-tabs>li.active>a:before,
.c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--world-championships .c-brand--continental-championships .nav.nav-tabs>li.active>a:before,
.c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--world-cup .c-brand--continental-championships .nav.nav-tabs>li.active>a:before,
.c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--continental-championships nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--corporate-championships .c-brand--continental-championships nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--ranking-series .c-brand--continental-championships nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--world-championships .c-brand--continental-championships nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--world-cup .c-brand--continental-championships nav.nav-tabs.toolbar-bar>li.active>a:before {
    border-color: rgba(171, 33, 83, 0);
    border-top-color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-pills--large>li a.on_press,
.c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-pills--med>li a.on_press,
.c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--continental-championships .nav.nav-pills--large>li a.on_press,
.c-brand--continental-championships .nav.nav-pills--med>li a.on_press,
.c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--corporate-championships .c-brand--continental-championships .nav.nav-pills--large>li a.on_press,
.c-brand--corporate-championships .c-brand--continental-championships .nav.nav-pills--med>li a.on_press,
.c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--ranking-series .c-brand--continental-championships .nav.nav-pills--large>li a.on_press,
.c-brand--ranking-series .c-brand--continental-championships .nav.nav-pills--med>li a.on_press,
.c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--world-championships .c-brand--continental-championships .nav.nav-pills--large>li a.on_press,
.c-brand--world-championships .c-brand--continental-championships .nav.nav-pills--med>li a.on_press,
.c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--world-cup .c-brand--continental-championships .nav.nav-pills--large>li a.on_press,
.c-brand--world-cup .c-brand--continental-championships .nav.nav-pills--med>li a.on_press,
.c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--corporate-championships .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--corporate-championships .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--ranking-series .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--ranking-series .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-championships .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-championships .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-cup .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-cup .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li a:hover {
    color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-pills--large>li.active a,
.c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-pills--med>li.active a,
.c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--continental-championships .nav.nav-pills--large>li.active a,
.c-brand--continental-championships .nav.nav-pills--med>li.active a,
.c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--corporate-championships .c-brand--continental-championships .nav.nav-pills--large>li.active a,
.c-brand--corporate-championships .c-brand--continental-championships .nav.nav-pills--med>li.active a,
.c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--ranking-series .c-brand--continental-championships .nav.nav-pills--large>li.active a,
.c-brand--ranking-series .c-brand--continental-championships .nav.nav-pills--med>li.active a,
.c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--world-championships .c-brand--continental-championships .nav.nav-pills--large>li.active a,
.c-brand--world-championships .c-brand--continental-championships .nav.nav-pills--med>li.active a,
.c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--world-cup .c-brand--continental-championships .nav.nav-pills--large>li.active a,
.c-brand--world-cup .c-brand--continental-championships .nav.nav-pills--med>li.active a,
.c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--corporate-championships .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--corporate-championships .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--ranking-series .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--ranking-series .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--world-championships .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--world-championships .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--world-cup .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--world-cup .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a {
    color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-pills--large>li.active a:before,
.c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-pills--med>li.active a:before,
.c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--continental-championships .nav.nav-pills--large>li.active a:before,
.c-brand--continental-championships .nav.nav-pills--med>li.active a:before,
.c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--corporate-championships .c-brand--continental-championships .nav.nav-pills--large>li.active a:before,
.c-brand--corporate-championships .c-brand--continental-championships .nav.nav-pills--med>li.active a:before,
.c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--ranking-series .c-brand--continental-championships .nav.nav-pills--large>li.active a:before,
.c-brand--ranking-series .c-brand--continental-championships .nav.nav-pills--med>li.active a:before,
.c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--world-championships .c-brand--continental-championships .nav.nav-pills--large>li.active a:before,
.c-brand--world-championships .c-brand--continental-championships .nav.nav-pills--med>li.active a:before,
.c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--world-cup .c-brand--continental-championships .nav.nav-pills--large>li.active a:before,
.c-brand--world-cup .c-brand--continental-championships .nav.nav-pills--med>li.active a:before,
.c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--corporate-championships .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--corporate-championships .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--ranking-series .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--ranking-series .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-championships .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-championships .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-cup .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-cup .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a:before {
    background-color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-pills--large>li.active a:after,
.c-brand--beach-wrestling .c-brand--continental-championships .nav.nav-pills--med>li.active a:after,
.c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--beach-wrestling .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--continental-championships .nav.nav-pills--large>li.active a:after,
.c-brand--continental-championships .nav.nav-pills--med>li.active a:after,
.c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--corporate-championships .c-brand--continental-championships .nav.nav-pills--large>li.active a:after,
.c-brand--corporate-championships .c-brand--continental-championships .nav.nav-pills--med>li.active a:after,
.c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--corporate-championships .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--ranking-series .c-brand--continental-championships .nav.nav-pills--large>li.active a:after,
.c-brand--ranking-series .c-brand--continental-championships .nav.nav-pills--med>li.active a:after,
.c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--ranking-series .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--world-championships .c-brand--continental-championships .nav.nav-pills--large>li.active a:after,
.c-brand--world-championships .c-brand--continental-championships .nav.nav-pills--med>li.active a:after,
.c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--world-championships .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--world-cup .c-brand--continental-championships .nav.nav-pills--large>li.active a:after,
.c-brand--world-cup .c-brand--continental-championships .nav.nav-pills--med>li.active a:after,
.c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--world-cup .c-brand--continental-championships .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--beach-wrestling .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--corporate-championships .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--corporate-championships .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--ranking-series .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--ranking-series .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-championships .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-championships .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-cup .c-brand--continental-championships nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-cup .c-brand--continental-championships nav.nav-pills--med.toolbar-bar>li.active a:after {
    border-top-color: #ab2153
}

.c-brand--beach-wrestling .c-brand--continental-championships tr.featured,
.c-brand--continental-championships tr.featured,
.c-brand--corporate-championships .c-brand--continental-championships tr.featured,
.c-brand--ranking-series .c-brand--continental-championships tr.featured,
.c-brand--world-championships .c-brand--continental-championships tr.featured,
.c-brand--world-cup .c-brand--continental-championships tr.featured {
    background-color: #ab2153 !important
}

.c-brand--beach-wrestling .c-brand--ranking-series .live-score-bar__dtrigger,
.c-brand--corporate-championships .c-brand--ranking-series .live-score-bar__dtrigger,
.c-brand--ranking-series .live-score-bar__dtrigger,
.c-brand--world-championships .c-brand--ranking-series .live-score-bar__dtrigger,
.c-brand--world-cup .c-brand--ranking-series .live-score-bar__dtrigger {
    background-color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .customSelect,
.c-brand--corporate-championships .c-brand--ranking-series .customSelect,
.c-brand--ranking-series .customSelect,
.c-brand--world-championships .c-brand--ranking-series .customSelect,
.c-brand--world-cup .c-brand--ranking-series .customSelect {
    background-color: #e26800
}

.c-brand--beach-wrestling .c-brand--ranking-series .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--corporate-championships .c-brand--ranking-series .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--ranking-series .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--world-championships .c-brand--ranking-series .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--world-cup .c-brand--ranking-series .cms-content a[href$=".pdf"]:not(.btn):before {
    background-color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-sidemenu>li.active>a,
.c-brand--corporate-championships .c-brand--ranking-series .c-sidemenu>li.active>a,
.c-brand--ranking-series .c-sidemenu>li.active>a,
.c-brand--world-championships .c-brand--ranking-series .c-sidemenu>li.active>a,
.c-brand--world-cup .c-brand--ranking-series .c-sidemenu>li.active>a {
    background-color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-sidemenu>li.active>a.on_press,
.c-brand--corporate-championships .c-brand--ranking-series .c-sidemenu>li.active>a.on_press,
.c-brand--ranking-series .c-sidemenu>li.active>a.on_press,
.c-brand--world-championships .c-brand--ranking-series .c-sidemenu>li.active>a.on_press,
.c-brand--world-cup .c-brand--ranking-series .c-sidemenu>li.active>a.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .c-sidemenu>li.active>a:hover {
    background-color: #d8690a
}

.c-brand--beach-wrestling .c-brand--ranking-series .btn[href$=".pdf"]:before,
.c-brand--beach-wrestling .c-brand--ranking-series .list-group__news--marquee strong,
.c-brand--beach-wrestling .c-brand--ranking-series .text-primary,
.c-brand--beach-wrestling .c-brand--ranking-series .text-primary a,
.c-brand--beach-wrestling .c-brand--ranking-series a,
.c-brand--corporate-championships .c-brand--ranking-series .btn[href$=".pdf"]:before,
.c-brand--corporate-championships .c-brand--ranking-series .list-group__news--marquee strong,
.c-brand--corporate-championships .c-brand--ranking-series .text-primary,
.c-brand--corporate-championships .c-brand--ranking-series .text-primary a,
.c-brand--corporate-championships .c-brand--ranking-series a,
.c-brand--ranking-series .btn[href$=".pdf"]:before,
.c-brand--ranking-series .list-group__news--marquee strong,
.c-brand--ranking-series .text-primary,
.c-brand--ranking-series .text-primary a,
.c-brand--ranking-series a,
.c-brand--world-championships .c-brand--ranking-series .btn[href$=".pdf"]:before,
.c-brand--world-championships .c-brand--ranking-series .list-group__news--marquee strong,
.c-brand--world-championships .c-brand--ranking-series .text-primary,
.c-brand--world-championships .c-brand--ranking-series .text-primary a,
.c-brand--world-championships .c-brand--ranking-series a,
.c-brand--world-cup .c-brand--ranking-series .btn[href$=".pdf"]:before,
.c-brand--world-cup .c-brand--ranking-series .list-group__news--marquee strong,
.c-brand--world-cup .c-brand--ranking-series .text-primary,
.c-brand--world-cup .c-brand--ranking-series .text-primary a,
.c-brand--world-cup .c-brand--ranking-series a {
    color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-box--primary,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--primary,
.c-brand--ranking-series .c-box--primary,
.c-brand--world-championships .c-brand--ranking-series .c-box--primary,
.c-brand--world-cup .c-brand--ranking-series .c-box--primary {
    background-color: #f58220;
    color: #fff
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--beach-wrestling .c-brand--ranking-series .c-header-botRow a>a.on_press,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--corporate-championships .c-brand--ranking-series .c-header-botRow a>a.on_press,
.c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--ranking-series .c-header-botRow a>a.on_press,
.c-brand--world-championships .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--world-championships .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--world-championships .c-brand--ranking-series .c-header-botRow a>a.on_press,
.c-brand--world-cup .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--world-cup .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--world-cup .c-brand--ranking-series .c-header-botRow a>a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--corporate-championships .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--world-championships .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--world-cup .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .c-header-botRow a>a:hover {
    color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--beach-wrestling .c-brand--ranking-series .c-header-botRow a.active>a,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--corporate-championships .c-brand--ranking-series .c-header-botRow a.active>a,
.c-brand--ranking-series .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--ranking-series .c-header-botRow a.active>a,
.c-brand--world-championships .c-brand--ranking-series .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--world-championships .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--world-championships .c-brand--ranking-series .c-header-botRow a.active>a,
.c-brand--world-cup .c-brand--ranking-series .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--world-cup .c-brand--ranking-series .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--world-cup .c-brand--ranking-series .c-header-botRow a.active>a,
.toolbar .c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--corporate-championships .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--world-championships .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--world-cup .c-brand--ranking-series .c-box--dark nav.nav-inline.toolbar-bar>li.active>a {
    color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-accordian__item+.c-accordian__item,
.c-brand--corporate-championships .c-brand--ranking-series .c-accordian__item+.c-accordian__item,
.c-brand--ranking-series .c-accordian__item+.c-accordian__item,
.c-brand--world-championships .c-brand--ranking-series .c-accordian__item+.c-accordian__item,
.c-brand--world-cup .c-brand--ranking-series .c-accordian__item+.c-accordian__item {
    border-top: 1px solid #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-accordian__item .c-accordian__master,
.c-brand--corporate-championships .c-brand--ranking-series .c-accordian__item .c-accordian__master,
.c-brand--ranking-series .c-accordian__item .c-accordian__master,
.c-brand--world-championships .c-brand--ranking-series .c-accordian__item .c-accordian__master,
.c-brand--world-cup .c-brand--ranking-series .c-accordian__item .c-accordian__master {
    background-color: #242e36
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--beach-wrestling .c-brand--ranking-series .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--corporate-championships .c-brand--ranking-series .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--corporate-championships .c-brand--ranking-series .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--ranking-series .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--ranking-series .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--world-championships .c-brand--ranking-series .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--world-championships .c-brand--ranking-series .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--world-cup .c-brand--ranking-series .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--world-cup .c-brand--ranking-series .c-accordian__item.is-active .c-accordian__plus:before {
    background-color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .btn,
.c-brand--corporate-championships .c-brand--ranking-series .btn,
.c-brand--ranking-series .btn,
.c-brand--world-championships .c-brand--ranking-series .btn,
.c-brand--world-cup .c-brand--ranking-series .btn {
    background-color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .btn.on_press,
.c-brand--corporate-championships .c-brand--ranking-series .btn.on_press,
.c-brand--ranking-series .btn.on_press,
.c-brand--world-championships .c-brand--ranking-series .btn.on_press,
.c-brand--world-cup .c-brand--ranking-series .btn.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .btn:hover {
    background-color: #f69038
}

.c-brand--beach-wrestling .c-brand--ranking-series .btn,
.c-brand--beach-wrestling .c-brand--ranking-series .btn .icon,
.c-brand--corporate-championships .c-brand--ranking-series .btn,
.c-brand--corporate-championships .c-brand--ranking-series .btn .icon,
.c-brand--ranking-series .btn,
.c-brand--ranking-series .btn .icon,
.c-brand--world-championships .c-brand--ranking-series .btn,
.c-brand--world-championships .c-brand--ranking-series .btn .icon,
.c-brand--world-cup .c-brand--ranking-series .btn,
.c-brand--world-cup .c-brand--ranking-series .btn .icon {
    color: #fff
}

.c-brand--beach-wrestling .c-brand--ranking-series .btn--share.on_press,
.c-brand--corporate-championships .c-brand--ranking-series .btn--share.on_press,
.c-brand--ranking-series .btn--share.on_press,
.c-brand--world-championships .c-brand--ranking-series .btn--share.on_press,
.c-brand--world-cup .c-brand--ranking-series .btn--share.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .btn--share:hover {
    color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .btn--dark,
.c-brand--corporate-championships .c-brand--ranking-series .btn--dark,
.c-brand--ranking-series .btn--dark,
.c-brand--world-championships .c-brand--ranking-series .btn--dark,
.c-brand--world-cup .c-brand--ranking-series .btn--dark {
    background-color: #242e36
}

.c-brand--beach-wrestling .c-brand--ranking-series .btn--dark .icon,
.c-brand--corporate-championships .c-brand--ranking-series .btn--dark .icon,
.c-brand--ranking-series .btn--dark .icon,
.c-brand--world-championships .c-brand--ranking-series .btn--dark .icon,
.c-brand--world-cup .c-brand--ranking-series .btn--dark .icon {
    color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .btn--dark.on_press,
.c-brand--corporate-championships .c-brand--ranking-series .btn--dark.on_press,
.c-brand--ranking-series .btn--dark.on_press,
.c-brand--world-championships .c-brand--ranking-series .btn--dark.on_press,
.c-brand--world-cup .c-brand--ranking-series .btn--dark.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .btn--dark:hover {
    background-color: #2e3b45
}

.c-brand--beach-wrestling .c-brand--ranking-series .btn--ghost .icon,
.c-brand--corporate-championships .c-brand--ranking-series .btn--ghost .icon,
.c-brand--ranking-series .btn--ghost .icon,
.c-brand--world-championships .c-brand--ranking-series .btn--ghost .icon,
.c-brand--world-cup .c-brand--ranking-series .btn--ghost .icon {
    color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series.c-card--recap,
.c-brand--corporate-championships .c-brand--ranking-series.c-card--recap,
.c-brand--ranking-series.c-card--recap,
.c-brand--world-championships .c-brand--ranking-series.c-card--recap,
.c-brand--world-cup .c-brand--ranking-series.c-card--recap {
    border-left-color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series.c-card--recap .c-divider,
.c-brand--corporate-championships .c-brand--ranking-series.c-card--recap .c-divider,
.c-brand--ranking-series.c-card--recap .c-divider,
.c-brand--world-championships .c-brand--ranking-series.c-card--recap .c-divider,
.c-brand--world-cup .c-brand--ranking-series.c-card--recap .c-divider {
    background-color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-gradient--horz,
.c-brand--corporate-championships .c-brand--ranking-series .c-gradient--horz,
.c-brand--ranking-series .c-gradient--horz,
.c-brand--world-championships .c-brand--ranking-series .c-gradient--horz,
.c-brand--world-cup .c-brand--ranking-series .c-gradient--horz {
    background: -webkit-gradient(linear, left top, right top, from(#84888b), to(#242e36));
    background: linear-gradient(to right, #84888b 0, #242e36 100%)
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-gradient--horz.c-gradient--inv,
.c-brand--corporate-championships .c-brand--ranking-series .c-gradient--horz.c-gradient--inv,
.c-brand--ranking-series .c-gradient--horz.c-gradient--inv,
.c-brand--world-championships .c-brand--ranking-series .c-gradient--horz.c-gradient--inv,
.c-brand--world-cup .c-brand--ranking-series .c-gradient--horz.c-gradient--inv {
    background: -webkit-gradient(linear, right top, left top, from(#f58220), to(#242e36));
    background: linear-gradient(to left, #f58220 0, #242e36 100%)
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-gradient--vert,
.c-brand--corporate-championships .c-brand--ranking-series .c-gradient--vert,
.c-brand--ranking-series .c-gradient--vert,
.c-brand--world-championships .c-brand--ranking-series .c-gradient--vert,
.c-brand--world-cup .c-brand--ranking-series .c-gradient--vert {
    background: -webkit-gradient(linear, left top, left bottom, from(#84888b), to(#242e36));
    background: linear-gradient(to bottom, #84888b 0, #242e36 100%)
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-gradient--vert.c-gradient--inv,
.c-brand--corporate-championships .c-brand--ranking-series .c-gradient--vert.c-gradient--inv,
.c-brand--ranking-series .c-gradient--vert.c-gradient--inv,
.c-brand--world-championships .c-brand--ranking-series .c-gradient--vert.c-gradient--inv,
.c-brand--world-cup .c-brand--ranking-series .c-gradient--vert.c-gradient--inv {
    background: -webkit-gradient(linear, left bottom, left top, from(#84888b), to(#242e36));
    background: linear-gradient(to top, #84888b 0, #242e36 100%)
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-article--video-pending .c-thumbnail--video:after,
.c-brand--corporate-championships .c-brand--ranking-series .c-article--video-pending .c-thumbnail--video:after,
.c-brand--ranking-series .c-article--video-pending .c-thumbnail--video:after,
.c-brand--world-championships .c-brand--ranking-series .c-article--video-pending .c-thumbnail--video:after,
.c-brand--world-cup .c-brand--ranking-series .c-article--video-pending .c-thumbnail--video:after {
    background: linear-gradient(-135deg, #697178 0, #1e262f 100%)
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark--fancy,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--dark--fancy,
.c-brand--ranking-series .c-box--dark--fancy,
.c-brand--world-championships .c-brand--ranking-series .c-box--dark--fancy,
.c-brand--world-cup .c-brand--ranking-series .c-box--dark--fancy {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-ranking-series-watermark.jpg); */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark--fancy .panel__subscription,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--dark--fancy .panel__subscription,
.c-brand--ranking-series .c-box--dark--fancy .panel__subscription,
.c-brand--world-championships .c-brand--ranking-series .c-box--dark--fancy .panel__subscription,
.c-brand--world-cup .c-brand--ranking-series .c-box--dark--fancy .panel__subscription {
    background: -webkit-gradient(linear, left top, left bottom, from(#0c052e), to(#090127));
    background: linear-gradient(to bottom, #0c052e 0, #090127 100%);
    position: relative;
    border-top: 1px solid #0b5280
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:after,
.c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:before,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:after,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:before,
.c-brand--ranking-series .c-box--dark--fancy .panel__subscription:after,
.c-brand--ranking-series .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-championships .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-championships .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-cup .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-cup .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 50%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b5280), to(#090127));
    background: linear-gradient(to bottom, #0b5280 0, #090127 100%)
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:before,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:before,
.c-brand--ranking-series .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-championships .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-cup .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:before {
    left: 0
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:after,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:after,
.c-brand--ranking-series .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-championships .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-cup .c-brand--ranking-series .c-box--dark--fancy .panel__subscription:after {
    right: 0
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-video-remote,
.c-brand--corporate-championships .c-brand--ranking-series .c-video-remote,
.c-brand--ranking-series .c-video-remote,
.c-brand--world-championships .c-brand--ranking-series .c-video-remote,
.c-brand--world-cup .c-brand--ranking-series .c-video-remote {
    color: #1b252d
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-header__streaming,
.c-brand--corporate-championships .c-brand--ranking-series .c-header__streaming,
.c-brand--ranking-series .c-header__streaming,
.c-brand--world-championships .c-brand--ranking-series .c-header__streaming,
.c-brand--world-cup .c-brand--ranking-series .c-header__streaming {
    background-color: #1b252d
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-article-block--bg,
.c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark,
.c-brand--beach-wrestling .c-brand--ranking-series .c-breakout,
.c-brand--corporate-championships .c-brand--ranking-series .c-article-block--bg,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--dark,
.c-brand--corporate-championships .c-brand--ranking-series .c-breakout,
.c-brand--ranking-series .c-article-block--bg,
.c-brand--ranking-series .c-box--dark,
.c-brand--ranking-series .c-breakout,
.c-brand--world-championships .c-brand--ranking-series .c-article-block--bg,
.c-brand--world-championships .c-brand--ranking-series .c-box--dark,
.c-brand--world-championships .c-brand--ranking-series .c-breakout,
.c-brand--world-cup .c-brand--ranking-series .c-article-block--bg,
.c-brand--world-cup .c-brand--ranking-series .c-box--dark,
.c-brand--world-cup .c-brand--ranking-series .c-breakout {
    background-color: #1b252d;
    background: linear-gradient(60deg, #1b252d 0, #1c252d 100%)
}

.c-brand--beach-wrestling .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
.c-brand--beach-wrestling .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail,
.c-brand--corporate-championships .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--corporate-championships .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
.c-brand--corporate-championships .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail,
.c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
.c-brand--ranking-series .c-breakout .c-article--featured .thumbnail,
.c-brand--world-championships .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--world-championships .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
.c-brand--world-championships .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail,
.c-brand--world-cup .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--world-cup .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
.c-brand--world-cup .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail {
    border-top: solid #242e36;
    border-bottom: solid #242e36;
    border-width: 5px
}

.c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-tabs>li.active>a,
.c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--corporate-championships .c-brand--ranking-series .nav.nav-tabs>li.active>a,
.c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--ranking-series .nav.nav-tabs>li.active>a,
.c-brand--ranking-series .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--world-championships .c-brand--ranking-series .nav.nav-tabs>li.active>a,
.c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--world-cup .c-brand--ranking-series .nav.nav-tabs>li.active>a,
.c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--corporate-championships .c-brand--ranking-series nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--ranking-series nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--world-championships .c-brand--ranking-series nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--world-cup .c-brand--ranking-series nav.nav-tabs.toolbar-bar>li.active>a {
    background-color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-tabs>li.active>a:before,
.c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--corporate-championships .c-brand--ranking-series .nav.nav-tabs>li.active>a:before,
.c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--ranking-series .nav.nav-tabs>li.active>a:before,
.c-brand--ranking-series .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--world-championships .c-brand--ranking-series .nav.nav-tabs>li.active>a:before,
.c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--world-cup .c-brand--ranking-series .nav.nav-tabs>li.active>a:before,
.c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--corporate-championships .c-brand--ranking-series nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--ranking-series nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--world-championships .c-brand--ranking-series nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--world-cup .c-brand--ranking-series nav.nav-tabs.toolbar-bar>li.active>a:before {
    border-color: rgba(245, 130, 32, 0);
    border-top-color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-pills--large>li a.on_press,
.c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-pills--med>li a.on_press,
.c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--corporate-championships .c-brand--ranking-series .nav.nav-pills--large>li a.on_press,
.c-brand--corporate-championships .c-brand--ranking-series .nav.nav-pills--med>li a.on_press,
.c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--ranking-series .nav.nav-pills--large>li a.on_press,
.c-brand--ranking-series .nav.nav-pills--med>li a.on_press,
.c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--world-championships .c-brand--ranking-series .nav.nav-pills--large>li a.on_press,
.c-brand--world-championships .c-brand--ranking-series .nav.nav-pills--med>li a.on_press,
.c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--world-cup .c-brand--ranking-series .nav.nav-pills--large>li a.on_press,
.c-brand--world-cup .c-brand--ranking-series .nav.nav-pills--med>li a.on_press,
.c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--corporate-championships .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--corporate-championships .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-championships .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-championships .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-cup .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-cup .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li a:hover {
    color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-pills--large>li.active a,
.c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-pills--med>li.active a,
.c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--corporate-championships .c-brand--ranking-series .nav.nav-pills--large>li.active a,
.c-brand--corporate-championships .c-brand--ranking-series .nav.nav-pills--med>li.active a,
.c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--ranking-series .nav.nav-pills--large>li.active a,
.c-brand--ranking-series .nav.nav-pills--med>li.active a,
.c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--world-championships .c-brand--ranking-series .nav.nav-pills--large>li.active a,
.c-brand--world-championships .c-brand--ranking-series .nav.nav-pills--med>li.active a,
.c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--world-cup .c-brand--ranking-series .nav.nav-pills--large>li.active a,
.c-brand--world-cup .c-brand--ranking-series .nav.nav-pills--med>li.active a,
.c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--corporate-championships .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--corporate-championships .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--world-championships .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--world-championships .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--world-cup .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--world-cup .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a {
    color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-pills--large>li.active a:before,
.c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-pills--med>li.active a:before,
.c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--corporate-championships .c-brand--ranking-series .nav.nav-pills--large>li.active a:before,
.c-brand--corporate-championships .c-brand--ranking-series .nav.nav-pills--med>li.active a:before,
.c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--ranking-series .nav.nav-pills--large>li.active a:before,
.c-brand--ranking-series .nav.nav-pills--med>li.active a:before,
.c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--world-championships .c-brand--ranking-series .nav.nav-pills--large>li.active a:before,
.c-brand--world-championships .c-brand--ranking-series .nav.nav-pills--med>li.active a:before,
.c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--world-cup .c-brand--ranking-series .nav.nav-pills--large>li.active a:before,
.c-brand--world-cup .c-brand--ranking-series .nav.nav-pills--med>li.active a:before,
.c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--corporate-championships .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--corporate-championships .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-championships .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-championships .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-cup .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-cup .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a:before {
    background-color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-pills--large>li.active a:after,
.c-brand--beach-wrestling .c-brand--ranking-series .nav.nav-pills--med>li.active a:after,
.c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--beach-wrestling .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--corporate-championships .c-brand--ranking-series .nav.nav-pills--large>li.active a:after,
.c-brand--corporate-championships .c-brand--ranking-series .nav.nav-pills--med>li.active a:after,
.c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--corporate-championships .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--ranking-series .nav.nav-pills--large>li.active a:after,
.c-brand--ranking-series .nav.nav-pills--med>li.active a:after,
.c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--world-championships .c-brand--ranking-series .nav.nav-pills--large>li.active a:after,
.c-brand--world-championships .c-brand--ranking-series .nav.nav-pills--med>li.active a:after,
.c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--world-championships .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--world-cup .c-brand--ranking-series .nav.nav-pills--large>li.active a:after,
.c-brand--world-cup .c-brand--ranking-series .nav.nav-pills--med>li.active a:after,
.c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--world-cup .c-brand--ranking-series .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--beach-wrestling .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--corporate-championships .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--corporate-championships .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-championships .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-championships .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-cup .c-brand--ranking-series nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-cup .c-brand--ranking-series nav.nav-pills--med.toolbar-bar>li.active a:after {
    border-top-color: #f58220
}

.c-brand--beach-wrestling .c-brand--ranking-series tr.featured,
.c-brand--corporate-championships .c-brand--ranking-series tr.featured,
.c-brand--ranking-series tr.featured,
.c-brand--world-championships .c-brand--ranking-series tr.featured,
.c-brand--world-cup .c-brand--ranking-series tr.featured {
    background-color: #f58220 !important
}

.c-brand--beach-wrestling .c-brand--world-cup .live-score-bar__dtrigger,
.c-brand--continental-championships .c-brand--world-cup .live-score-bar__dtrigger,
.c-brand--corporate .c-brand--world-cup .live-score-bar__dtrigger,
.c-brand--ranking-series .c-brand--world-cup .live-score-bar__dtrigger,
.c-brand--world-championships .c-brand--world-cup .live-score-bar__dtrigger,
.c-brand--world-cup .live-score-bar__dtrigger {
    background-color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .customSelect,
.c-brand--continental-championships .c-brand--world-cup .customSelect,
.c-brand--corporate .c-brand--world-cup .customSelect,
.c-brand--ranking-series .c-brand--world-cup .customSelect,
.c-brand--world-championships .c-brand--world-cup .customSelect,
.c-brand--world-cup .customSelect {
    background-color: #5bb33a
}

.c-brand--beach-wrestling .c-brand--world-cup .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--continental-championships .c-brand--world-cup .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--corporate .c-brand--world-cup .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--ranking-series .c-brand--world-cup .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--world-championships .c-brand--world-cup .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--world-cup .cms-content a[href$=".pdf"]:not(.btn):before {
    background-color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .c-sidemenu>li.active>a,
.c-brand--continental-championships .c-brand--world-cup .c-sidemenu>li.active>a,
.c-brand--corporate .c-brand--world-cup .c-sidemenu>li.active>a,
.c-brand--ranking-series .c-brand--world-cup .c-sidemenu>li.active>a,
.c-brand--world-championships .c-brand--world-cup .c-sidemenu>li.active>a,
.c-brand--world-cup .c-sidemenu>li.active>a {
    background-color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .c-sidemenu>li.active>a.on_press,
.c-brand--continental-championships .c-brand--world-cup .c-sidemenu>li.active>a.on_press,
.c-brand--corporate .c-brand--world-cup .c-sidemenu>li.active>a.on_press,
.c-brand--ranking-series .c-brand--world-cup .c-sidemenu>li.active>a.on_press,
.c-brand--world-championships .c-brand--world-cup .c-sidemenu>li.active>a.on_press,
.c-brand--world-cup .c-sidemenu>li.active>a.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-sidemenu>li.active>a:hover {
    background-color: #60a845
}

.c-brand--beach-wrestling .c-brand--world-cup .btn[href$=".pdf"]:before,
.c-brand--beach-wrestling .c-brand--world-cup .list-group__news--marquee strong,
.c-brand--beach-wrestling .c-brand--world-cup .text-primary,
.c-brand--beach-wrestling .c-brand--world-cup .text-primary a,
.c-brand--beach-wrestling .c-brand--world-cup a,
.c-brand--continental-championships .c-brand--world-cup .btn[href$=".pdf"]:before,
.c-brand--continental-championships .c-brand--world-cup .list-group__news--marquee strong,
.c-brand--continental-championships .c-brand--world-cup .text-primary,
.c-brand--continental-championships .c-brand--world-cup .text-primary a,
.c-brand--continental-championships .c-brand--world-cup a,
.c-brand--corporate .c-brand--world-cup .btn[href$=".pdf"]:before,
.c-brand--corporate .c-brand--world-cup .list-group__news--marquee strong,
.c-brand--corporate .c-brand--world-cup .text-primary,
.c-brand--corporate .c-brand--world-cup .text-primary a,
.c-brand--corporate .c-brand--world-cup a,
.c-brand--ranking-series .c-brand--world-cup .btn[href$=".pdf"]:before,
.c-brand--ranking-series .c-brand--world-cup .list-group__news--marquee strong,
.c-brand--ranking-series .c-brand--world-cup .text-primary,
.c-brand--ranking-series .c-brand--world-cup .text-primary a,
.c-brand--ranking-series .c-brand--world-cup a,
.c-brand--world-championships .c-brand--world-cup .btn[href$=".pdf"]:before,
.c-brand--world-championships .c-brand--world-cup .list-group__news--marquee strong,
.c-brand--world-championships .c-brand--world-cup .text-primary,
.c-brand--world-championships .c-brand--world-cup .text-primary a,
.c-brand--world-championships .c-brand--world-cup a,
.c-brand--world-cup .btn[href$=".pdf"]:before,
.c-brand--world-cup .list-group__news--marquee strong,
.c-brand--world-cup .text-primary,
.c-brand--world-cup .text-primary a,
.c-brand--world-cup a {
    color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .c-box--primary,
.c-brand--continental-championships .c-brand--world-cup .c-box--primary,
.c-brand--corporate .c-brand--world-cup .c-box--primary,
.c-brand--ranking-series .c-brand--world-cup .c-box--primary,
.c-brand--world-championships .c-brand--world-cup .c-box--primary,
.c-brand--world-cup .c-box--primary {
    background-color: #7bbe62;
    color: #fff
}

.c-brand--beach-wrestling .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--beach-wrestling .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--beach-wrestling .c-brand--world-cup .c-header-botRow a>a.on_press,
.c-brand--continental-championships .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--continental-championships .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--continental-championships .c-brand--world-cup .c-header-botRow a>a.on_press,
.c-brand--corporate .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--corporate .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--corporate .c-brand--world-cup .c-header-botRow a>a.on_press,
.c-brand--ranking-series .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--ranking-series .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--ranking-series .c-brand--world-cup .c-header-botRow a>a.on_press,
.c-brand--world-championships .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--world-championships .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--world-championships .c-brand--world-cup .c-header-botRow a>a.on_press,
.c-brand--world-cup .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--world-cup .c-header-botRow a>a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--continental-championships .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--corporate .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--ranking-series .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--world-championships .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-header-botRow a>a:hover {
    color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--beach-wrestling .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--beach-wrestling .c-brand--world-cup .c-header-botRow a.active>a,
.c-brand--continental-championships .c-brand--world-cup .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--continental-championships .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--continental-championships .c-brand--world-cup .c-header-botRow a.active>a,
.c-brand--corporate .c-brand--world-cup .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--corporate .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--corporate .c-brand--world-cup .c-header-botRow a.active>a,
.c-brand--ranking-series .c-brand--world-cup .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--ranking-series .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--ranking-series .c-brand--world-cup .c-header-botRow a.active>a,
.c-brand--world-championships .c-brand--world-cup .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--world-championships .c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--world-championships .c-brand--world-cup .c-header-botRow a.active>a,
.c-brand--world-cup .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--world-cup .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--world-cup .c-header-botRow a.active>a,
.toolbar .c-brand--beach-wrestling .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--continental-championships .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--corporate .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--ranking-series .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--world-championships .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--world-cup .c-box--dark nav.nav-inline.toolbar-bar>li.active>a {
    color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .c-accordian__item+.c-accordian__item,
.c-brand--continental-championships .c-brand--world-cup .c-accordian__item+.c-accordian__item,
.c-brand--corporate .c-brand--world-cup .c-accordian__item+.c-accordian__item,
.c-brand--ranking-series .c-brand--world-cup .c-accordian__item+.c-accordian__item,
.c-brand--world-championships .c-brand--world-cup .c-accordian__item+.c-accordian__item,
.c-brand--world-cup .c-accordian__item+.c-accordian__item {
    border-top: 1px solid #7bbe62 !important
}

.c-brand--beach-wrestling .c-brand--world-cup .c-accordian__item .c-accordian__master,
.c-brand--continental-championships .c-brand--world-cup .c-accordian__item .c-accordian__master,
.c-brand--corporate .c-brand--world-cup .c-accordian__item .c-accordian__master,
.c-brand--ranking-series .c-brand--world-cup .c-accordian__item .c-accordian__master,
.c-brand--world-championships .c-brand--world-cup .c-accordian__item .c-accordian__master,
.c-brand--world-cup .c-accordian__item .c-accordian__master {
    background-color: #005c33
}

.c-brand--beach-wrestling .c-brand--world-cup .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--beach-wrestling .c-brand--world-cup .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--continental-championships .c-brand--world-cup .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--continental-championships .c-brand--world-cup .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--corporate .c-brand--world-cup .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--corporate .c-brand--world-cup .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--ranking-series .c-brand--world-cup .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--ranking-series .c-brand--world-cup .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--world-championships .c-brand--world-cup .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--world-championships .c-brand--world-cup .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--world-cup .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--world-cup .c-accordian__item.is-active .c-accordian__plus:before {
    background-color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .btn,
.c-brand--continental-championships .c-brand--world-cup .btn,
.c-brand--corporate .c-brand--world-cup .btn,
.c-brand--ranking-series .c-brand--world-cup .btn,
.c-brand--world-championships .c-brand--world-cup .btn,
.c-brand--world-cup .btn {
    background-color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .btn.on_press,
.c-brand--continental-championships .c-brand--world-cup .btn.on_press,
.c-brand--corporate .c-brand--world-cup .btn.on_press,
.c-brand--ranking-series .c-brand--world-cup .btn.on_press,
.c-brand--world-championships .c-brand--world-cup .btn.on_press,
.c-brand--world-cup .btn.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .btn:hover {
    background-color: #6cb750
}

.c-brand--beach-wrestling .c-brand--world-cup .btn,
.c-brand--beach-wrestling .c-brand--world-cup .btn .icon,
.c-brand--continental-championships .c-brand--world-cup .btn,
.c-brand--continental-championships .c-brand--world-cup .btn .icon,
.c-brand--corporate .c-brand--world-cup .btn,
.c-brand--corporate .c-brand--world-cup .btn .icon,
.c-brand--ranking-series .c-brand--world-cup .btn,
.c-brand--ranking-series .c-brand--world-cup .btn .icon,
.c-brand--world-championships .c-brand--world-cup .btn,
.c-brand--world-championships .c-brand--world-cup .btn .icon,
.c-brand--world-cup .btn,
.c-brand--world-cup .btn .icon {
    color: #fff
}

.c-brand--beach-wrestling .c-brand--world-cup .btn--share.on_press,
.c-brand--continental-championships .c-brand--world-cup .btn--share.on_press,
.c-brand--corporate .c-brand--world-cup .btn--share.on_press,
.c-brand--ranking-series .c-brand--world-cup .btn--share.on_press,
.c-brand--world-championships .c-brand--world-cup .btn--share.on_press,
.c-brand--world-cup .btn--share.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .btn--share:hover {
    color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .btn--dark,
.c-brand--continental-championships .c-brand--world-cup .btn--dark,
.c-brand--corporate .c-brand--world-cup .btn--dark,
.c-brand--ranking-series .c-brand--world-cup .btn--dark,
.c-brand--world-championships .c-brand--world-cup .btn--dark,
.c-brand--world-cup .btn--dark {
    background-color: #005c33
}

.c-brand--beach-wrestling .c-brand--world-cup .btn--dark .icon,
.c-brand--continental-championships .c-brand--world-cup .btn--dark .icon,
.c-brand--corporate .c-brand--world-cup .btn--dark .icon,
.c-brand--ranking-series .c-brand--world-cup .btn--dark .icon,
.c-brand--world-championships .c-brand--world-cup .btn--dark .icon,
.c-brand--world-cup .btn--dark .icon {
    color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .btn--dark.on_press,
.c-brand--continental-championships .c-brand--world-cup .btn--dark.on_press,
.c-brand--corporate .c-brand--world-cup .btn--dark.on_press,
.c-brand--ranking-series .c-brand--world-cup .btn--dark.on_press,
.c-brand--world-championships .c-brand--world-cup .btn--dark.on_press,
.c-brand--world-cup .btn--dark.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .btn--dark:hover {
    background-color: #007641
}

.c-brand--beach-wrestling .c-brand--world-cup .btn--ghost .icon,
.c-brand--continental-championships .c-brand--world-cup .btn--ghost .icon,
.c-brand--corporate .c-brand--world-cup .btn--ghost .icon,
.c-brand--ranking-series .c-brand--world-cup .btn--ghost .icon,
.c-brand--world-championships .c-brand--world-cup .btn--ghost .icon,
.c-brand--world-cup .btn--ghost .icon {
    color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup.c-card--recap,
.c-brand--continental-championships .c-brand--world-cup.c-card--recap,
.c-brand--corporate .c-brand--world-cup.c-card--recap,
.c-brand--ranking-series .c-brand--world-cup.c-card--recap,
.c-brand--world-championships .c-brand--world-cup.c-card--recap,
.c-brand--world-cup.c-card--recap {
    border-left-color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup.c-card--recap .c-divider,
.c-brand--continental-championships .c-brand--world-cup.c-card--recap .c-divider,
.c-brand--corporate .c-brand--world-cup.c-card--recap .c-divider,
.c-brand--ranking-series .c-brand--world-cup.c-card--recap .c-divider,
.c-brand--world-championships .c-brand--world-cup.c-card--recap .c-divider,
.c-brand--world-cup.c-card--recap .c-divider {
    background-color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .c-gradient--horz,
.c-brand--continental-championships .c-brand--world-cup .c-gradient--horz,
.c-brand--corporate .c-brand--world-cup .c-gradient--horz,
.c-brand--ranking-series .c-brand--world-cup .c-gradient--horz,
.c-brand--world-championships .c-brand--world-cup .c-gradient--horz,
.c-brand--world-cup .c-gradient--horz {
    background: -webkit-gradient(linear, left top, right top, from(#7bbe62), to(#005c33));
    background: linear-gradient(to right, #7bbe62 0, #005c33 100%)
}

.c-brand--beach-wrestling .c-brand--world-cup .c-gradient--horz.c-gradient--inv,
.c-brand--continental-championships .c-brand--world-cup .c-gradient--horz.c-gradient--inv,
.c-brand--corporate .c-brand--world-cup .c-gradient--horz.c-gradient--inv,
.c-brand--ranking-series .c-brand--world-cup .c-gradient--horz.c-gradient--inv,
.c-brand--world-championships .c-brand--world-cup .c-gradient--horz.c-gradient--inv,
.c-brand--world-cup .c-gradient--horz.c-gradient--inv {
    background: -webkit-gradient(linear, right top, left top, from(#7bbe62), to(#005c33));
    background: linear-gradient(to left, #7bbe62 0, #005c33 100%)
}

.c-brand--beach-wrestling .c-brand--world-cup .c-gradient--vert,
.c-brand--continental-championships .c-brand--world-cup .c-gradient--vert,
.c-brand--corporate .c-brand--world-cup .c-gradient--vert,
.c-brand--ranking-series .c-brand--world-cup .c-gradient--vert,
.c-brand--world-championships .c-brand--world-cup .c-gradient--vert,
.c-brand--world-cup .c-gradient--vert {
    background: -webkit-gradient(linear, left top, left bottom, from(#7bbe62), to(#005c33));
    background: linear-gradient(to bottom, #7bbe62 0, #005c33 100%)
}

.c-brand--beach-wrestling .c-brand--world-cup .c-gradient--vert.c-gradient--inv,
.c-brand--continental-championships .c-brand--world-cup .c-gradient--vert.c-gradient--inv,
.c-brand--corporate .c-brand--world-cup .c-gradient--vert.c-gradient--inv,
.c-brand--ranking-series .c-brand--world-cup .c-gradient--vert.c-gradient--inv,
.c-brand--world-championships .c-brand--world-cup .c-gradient--vert.c-gradient--inv,
.c-brand--world-cup .c-gradient--vert.c-gradient--inv {
    background: -webkit-gradient(linear, left bottom, left top, from(#7bbe62), to(#005c33));
    background: linear-gradient(to top, #7bbe62 0, #005c33 100%)
}

.c-brand--beach-wrestling .c-brand--world-cup .c-article--video-pending .c-thumbnail--video:after,
.c-brand--continental-championships .c-brand--world-cup .c-article--video-pending .c-thumbnail--video:after,
.c-brand--corporate .c-brand--world-cup .c-article--video-pending .c-thumbnail--video:after,
.c-brand--ranking-series .c-brand--world-cup .c-article--video-pending .c-thumbnail--video:after,
.c-brand--world-championships .c-brand--world-cup .c-article--video-pending .c-thumbnail--video:after,
.c-brand--world-cup .c-article--video-pending .c-thumbnail--video:after {
    background: linear-gradient(-135deg, #2a934e 0, #0c3b29 100%)
}

.c-brand--beach-wrestling .c-brand--world-cup .c-box--dark--fancy,
.c-brand--continental-championships .c-brand--world-cup .c-box--dark--fancy,
.c-brand--corporate .c-brand--world-cup .c-box--dark--fancy,
.c-brand--ranking-series .c-brand--world-cup .c-box--dark--fancy,
.c-brand--world-championships .c-brand--world-cup .c-box--dark--fancy,
.c-brand--world-cup .c-box--dark--fancy {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-world-cup-watermark.jpg); */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

.c-brand--beach-wrestling .c-brand--world-cup .c-box--dark--fancy .panel__subscription,
.c-brand--continental-championships .c-brand--world-cup .c-box--dark--fancy .panel__subscription,
.c-brand--corporate .c-brand--world-cup .c-box--dark--fancy .panel__subscription,
.c-brand--ranking-series .c-brand--world-cup .c-box--dark--fancy .panel__subscription,
.c-brand--world-championships .c-brand--world-cup .c-box--dark--fancy .panel__subscription,
.c-brand--world-cup .c-box--dark--fancy .panel__subscription {
    background: -webkit-gradient(linear, left top, left bottom, from(#0c052e), to(#090127));
    background: linear-gradient(to bottom, #0c052e 0, #090127 100%);
    position: relative;
    border-top: 1px solid #0b5280
}

.c-brand--beach-wrestling .c-brand--world-cup .c-box--dark--fancy .panel__subscription:after,
.c-brand--beach-wrestling .c-brand--world-cup .c-box--dark--fancy .panel__subscription:before,
.c-brand--continental-championships .c-brand--world-cup .c-box--dark--fancy .panel__subscription:after,
.c-brand--continental-championships .c-brand--world-cup .c-box--dark--fancy .panel__subscription:before,
.c-brand--corporate .c-brand--world-cup .c-box--dark--fancy .panel__subscription:after,
.c-brand--corporate .c-brand--world-cup .c-box--dark--fancy .panel__subscription:before,
.c-brand--ranking-series .c-brand--world-cup .c-box--dark--fancy .panel__subscription:after,
.c-brand--ranking-series .c-brand--world-cup .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-championships .c-brand--world-cup .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-championships .c-brand--world-cup .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-cup .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-cup .c-box--dark--fancy .panel__subscription:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 50%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b5280), to(#090127));
    background: linear-gradient(to bottom, #0b5280 0, #090127 100%)
}

.c-brand--beach-wrestling .c-brand--world-cup .c-box--dark--fancy .panel__subscription:before,
.c-brand--continental-championships .c-brand--world-cup .c-box--dark--fancy .panel__subscription:before,
.c-brand--corporate .c-brand--world-cup .c-box--dark--fancy .panel__subscription:before,
.c-brand--ranking-series .c-brand--world-cup .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-championships .c-brand--world-cup .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-cup .c-box--dark--fancy .panel__subscription:before {
    left: 0
}

.c-brand--beach-wrestling .c-brand--world-cup .c-box--dark--fancy .panel__subscription:after,
.c-brand--continental-championships .c-brand--world-cup .c-box--dark--fancy .panel__subscription:after,
.c-brand--corporate .c-brand--world-cup .c-box--dark--fancy .panel__subscription:after,
.c-brand--ranking-series .c-brand--world-cup .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-championships .c-brand--world-cup .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-cup .c-box--dark--fancy .panel__subscription:after {
    right: 0
}

.c-brand--beach-wrestling .c-brand--world-cup .c-video-remote,
.c-brand--continental-championships .c-brand--world-cup .c-video-remote,
.c-brand--corporate .c-brand--world-cup .c-video-remote,
.c-brand--ranking-series .c-brand--world-cup .c-video-remote,
.c-brand--world-championships .c-brand--world-cup .c-video-remote,
.c-brand--world-cup .c-video-remote {
    color: #0a3627
}

.c-brand--beach-wrestling .c-brand--world-cup .c-header__streaming,
.c-brand--continental-championships .c-brand--world-cup .c-header__streaming,
.c-brand--corporate .c-brand--world-cup .c-header__streaming,
.c-brand--ranking-series .c-brand--world-cup .c-header__streaming,
.c-brand--world-championships .c-brand--world-cup .c-header__streaming,
.c-brand--world-cup .c-header__streaming {
    background-color: #0a3627
}

.c-brand--beach-wrestling .c-brand--world-cup .c-article-block--bg,
.c-brand--beach-wrestling .c-brand--world-cup .c-breakout,
.c-brand--continental-championships .c-brand--world-cup .c-article-block--bg,
.c-brand--continental-championships .c-brand--world-cup .c-breakout,
.c-brand--corporate .c-brand--world-cup .c-article-block--bg,
.c-brand--corporate .c-brand--world-cup .c-breakout,
.c-brand--ranking-series .c-brand--world-cup .c-article-block--bg,
.c-brand--ranking-series .c-brand--world-cup .c-breakout,
.c-brand--world-championships .c-brand--world-cup .c-article-block--bg,
.c-brand--world-championships .c-brand--world-cup .c-breakout,
.c-brand--world-cup .c-article-block--bg,
.c-brand--world-cup .c-breakout {
    background-color: #0a3627;
    background: linear-gradient(60deg, #0a3627 0, #0f4f39 100%)
}

.c-brand--beach-wrestling .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--beach-wrestling .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
.c-brand--continental-championships .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--continental-championships .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
.c-brand--corporate .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--corporate .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
.c-brand--ranking-series .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--ranking-series .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
.c-brand--world-championships .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--world-championships .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
.c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--world-cup .c-breakout .c-article--featured .thumbnail {
    border-top: solid #005c33;
    border-bottom: solid #005c33;
    border-width: 5px
}

.c-brand--beach-wrestling .c-brand--world-cup .nav.nav-tabs>li.active>a,
.c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--continental-championships .c-brand--world-cup .nav.nav-tabs>li.active>a,
.c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--corporate .c-brand--world-cup .nav.nav-tabs>li.active>a,
.c-brand--corporate .c-brand--world-cup .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--ranking-series .c-brand--world-cup .nav.nav-tabs>li.active>a,
.c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--world-championships .c-brand--world-cup .nav.nav-tabs>li.active>a,
.c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--world-cup .nav.nav-tabs>li.active>a,
.c-brand--world-cup .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--beach-wrestling .c-brand--world-cup nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--continental-championships .c-brand--world-cup nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--corporate .c-brand--world-cup nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--ranking-series .c-brand--world-cup nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--world-championships .c-brand--world-cup nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--world-cup nav.nav-tabs.toolbar-bar>li.active>a {
    background-color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .nav.nav-tabs>li.active>a:before,
.c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--continental-championships .c-brand--world-cup .nav.nav-tabs>li.active>a:before,
.c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--corporate .c-brand--world-cup .nav.nav-tabs>li.active>a:before,
.c-brand--corporate .c-brand--world-cup .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--ranking-series .c-brand--world-cup .nav.nav-tabs>li.active>a:before,
.c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--world-championships .c-brand--world-cup .nav.nav-tabs>li.active>a:before,
.c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--world-cup .nav.nav-tabs>li.active>a:before,
.c-brand--world-cup .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--beach-wrestling .c-brand--world-cup nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--continental-championships .c-brand--world-cup nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--corporate .c-brand--world-cup nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--ranking-series .c-brand--world-cup nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--world-championships .c-brand--world-cup nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--world-cup nav.nav-tabs.toolbar-bar>li.active>a:before {
    border-color: rgba(123, 190, 98, 0);
    border-top-color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .nav.nav-pills--large>li a.on_press,
.c-brand--beach-wrestling .c-brand--world-cup .nav.nav-pills--med>li a.on_press,
.c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--continental-championships .c-brand--world-cup .nav.nav-pills--large>li a.on_press,
.c-brand--continental-championships .c-brand--world-cup .nav.nav-pills--med>li a.on_press,
.c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--corporate .c-brand--world-cup .nav.nav-pills--large>li a.on_press,
.c-brand--corporate .c-brand--world-cup .nav.nav-pills--med>li a.on_press,
.c-brand--corporate .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--corporate .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--ranking-series .c-brand--world-cup .nav.nav-pills--large>li a.on_press,
.c-brand--ranking-series .c-brand--world-cup .nav.nav-pills--med>li a.on_press,
.c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--world-championships .c-brand--world-cup .nav.nav-pills--large>li a.on_press,
.c-brand--world-championships .c-brand--world-cup .nav.nav-pills--med>li a.on_press,
.c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--world-cup .nav.nav-pills--large>li a.on_press,
.c-brand--world-cup .nav.nav-pills--med>li a.on_press,
.c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--beach-wrestling .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--continental-championships .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--continental-championships .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--corporate .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--corporate .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--ranking-series .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--ranking-series .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-championships .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-championships .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li a:hover {
    color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .nav.nav-pills--large>li.active a,
.c-brand--beach-wrestling .c-brand--world-cup .nav.nav-pills--med>li.active a,
.c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--continental-championships .c-brand--world-cup .nav.nav-pills--large>li.active a,
.c-brand--continental-championships .c-brand--world-cup .nav.nav-pills--med>li.active a,
.c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--corporate .c-brand--world-cup .nav.nav-pills--large>li.active a,
.c-brand--corporate .c-brand--world-cup .nav.nav-pills--med>li.active a,
.c-brand--corporate .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--corporate .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--ranking-series .c-brand--world-cup .nav.nav-pills--large>li.active a,
.c-brand--ranking-series .c-brand--world-cup .nav.nav-pills--med>li.active a,
.c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--world-championships .c-brand--world-cup .nav.nav-pills--large>li.active a,
.c-brand--world-championships .c-brand--world-cup .nav.nav-pills--med>li.active a,
.c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--world-cup .nav.nav-pills--large>li.active a,
.c-brand--world-cup .nav.nav-pills--med>li.active a,
.c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--beach-wrestling .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--beach-wrestling .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--continental-championships .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--continental-championships .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--corporate .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--corporate .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--ranking-series .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--ranking-series .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--world-championships .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--world-championships .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a {
    color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .nav.nav-pills--large>li.active a:before,
.c-brand--beach-wrestling .c-brand--world-cup .nav.nav-pills--med>li.active a:before,
.c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--continental-championships .c-brand--world-cup .nav.nav-pills--large>li.active a:before,
.c-brand--continental-championships .c-brand--world-cup .nav.nav-pills--med>li.active a:before,
.c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--corporate .c-brand--world-cup .nav.nav-pills--large>li.active a:before,
.c-brand--corporate .c-brand--world-cup .nav.nav-pills--med>li.active a:before,
.c-brand--corporate .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--corporate .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--ranking-series .c-brand--world-cup .nav.nav-pills--large>li.active a:before,
.c-brand--ranking-series .c-brand--world-cup .nav.nav-pills--med>li.active a:before,
.c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--world-championships .c-brand--world-cup .nav.nav-pills--large>li.active a:before,
.c-brand--world-championships .c-brand--world-cup .nav.nav-pills--med>li.active a:before,
.c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--world-cup .nav.nav-pills--large>li.active a:before,
.c-brand--world-cup .nav.nav-pills--med>li.active a:before,
.c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--beach-wrestling .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--beach-wrestling .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--continental-championships .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--continental-championships .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--corporate .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--corporate .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--ranking-series .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--ranking-series .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-championships .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-championships .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a:before {
    background-color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup .nav.nav-pills--large>li.active a:after,
.c-brand--beach-wrestling .c-brand--world-cup .nav.nav-pills--med>li.active a:after,
.c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--beach-wrestling .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--continental-championships .c-brand--world-cup .nav.nav-pills--large>li.active a:after,
.c-brand--continental-championships .c-brand--world-cup .nav.nav-pills--med>li.active a:after,
.c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--continental-championships .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--corporate .c-brand--world-cup .nav.nav-pills--large>li.active a:after,
.c-brand--corporate .c-brand--world-cup .nav.nav-pills--med>li.active a:after,
.c-brand--corporate .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--corporate .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--ranking-series .c-brand--world-cup .nav.nav-pills--large>li.active a:after,
.c-brand--ranking-series .c-brand--world-cup .nav.nav-pills--med>li.active a:after,
.c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--ranking-series .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--world-championships .c-brand--world-cup .nav.nav-pills--large>li.active a:after,
.c-brand--world-championships .c-brand--world-cup .nav.nav-pills--med>li.active a:after,
.c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--world-championships .c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--world-cup .nav.nav-pills--large>li.active a:after,
.c-brand--world-cup .nav.nav-pills--med>li.active a:after,
.c-brand--world-cup .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--world-cup .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--beach-wrestling .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--beach-wrestling .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--continental-championships .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--continental-championships .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--corporate .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--corporate .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--ranking-series .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--ranking-series .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-championships .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-championships .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-cup nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-cup nav.nav-pills--med.toolbar-bar>li.active a:after {
    border-top-color: #7bbe62
}

.c-brand--beach-wrestling .c-brand--world-cup tr.featured,
.c-brand--continental-championships .c-brand--world-cup tr.featured,
.c-brand--corporate .c-brand--world-cup tr.featured,
.c-brand--ranking-series .c-brand--world-cup tr.featured,
.c-brand--world-championships .c-brand--world-cup tr.featured,
.c-brand--world-cup tr.featured {
    background-color: #7bbe62 !important
}

.c-brand--beach-wrestling .live-score-bar__dtrigger,
.c-brand--continental-championships .c-brand--beach-wrestling .live-score-bar__dtrigger,
.c-brand--corporate .c-brand--beach-wrestling .live-score-bar__dtrigger,
.c-brand--ranking-series .c-brand--beach-wrestling .live-score-bar__dtrigger,
.c-brand--world-championships .c-brand--beach-wrestling .live-score-bar__dtrigger,
.c-brand--world-cup .c-brand--beach-wrestling .live-score-bar__dtrigger {
    background-color: #ffd888
}

.c-brand--beach-wrestling .customSelect,
.c-brand--continental-championships .c-brand--beach-wrestling .customSelect,
.c-brand--corporate .c-brand--beach-wrestling .customSelect,
.c-brand--ranking-series .c-brand--beach-wrestling .customSelect,
.c-brand--world-championships .c-brand--beach-wrestling .customSelect,
.c-brand--world-cup .c-brand--beach-wrestling .customSelect {
    background-color: #ffc755
}

.c-brand--beach-wrestling .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--continental-championships .c-brand--beach-wrestling .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--corporate .c-brand--beach-wrestling .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--ranking-series .c-brand--beach-wrestling .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--world-championships .c-brand--beach-wrestling .cms-content a[href$=".pdf"]:not(.btn):before,
.c-brand--world-cup .c-brand--beach-wrestling .cms-content a[href$=".pdf"]:not(.btn):before {
    background-color: #ffd888
}

.c-brand--beach-wrestling .c-sidemenu>li.active>a,
.c-brand--continental-championships .c-brand--beach-wrestling .c-sidemenu>li.active>a,
.c-brand--corporate .c-brand--beach-wrestling .c-sidemenu>li.active>a,
.c-brand--ranking-series .c-brand--beach-wrestling .c-sidemenu>li.active>a,
.c-brand--world-championships .c-brand--beach-wrestling .c-sidemenu>li.active>a,
.c-brand--world-cup .c-brand--beach-wrestling .c-sidemenu>li.active>a {
    background-color: #ffd888
}

.c-brand--beach-wrestling .c-sidemenu>li.active>a.on_press,
.c-brand--continental-championships .c-brand--beach-wrestling .c-sidemenu>li.active>a.on_press,
.c-brand--corporate .c-brand--beach-wrestling .c-sidemenu>li.active>a.on_press,
.c-brand--ranking-series .c-brand--beach-wrestling .c-sidemenu>li.active>a.on_press,
.c-brand--world-championships .c-brand--beach-wrestling .c-sidemenu>li.active>a.on_press,
.c-brand--world-cup .c-brand--beach-wrestling .c-sidemenu>li.active>a.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .c-sidemenu>li.active>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .c-sidemenu>li.active>a:hover {
    background-color: #ffc755
}

.c-brand--beach-wrestling .btn[href$=".pdf"]:before,
.c-brand--beach-wrestling .list-group__news--marquee strong,
.c-brand--beach-wrestling .text-primary,
.c-brand--beach-wrestling .text-primary a,
.c-brand--beach-wrestling a,
.c-brand--continental-championships .c-brand--beach-wrestling .btn[href$=".pdf"]:before,
.c-brand--continental-championships .c-brand--beach-wrestling .list-group__news--marquee strong,
.c-brand--continental-championships .c-brand--beach-wrestling .text-primary,
.c-brand--continental-championships .c-brand--beach-wrestling .text-primary a,
.c-brand--continental-championships .c-brand--beach-wrestling a,
.c-brand--corporate .c-brand--beach-wrestling .btn[href$=".pdf"]:before,
.c-brand--corporate .c-brand--beach-wrestling .list-group__news--marquee strong,
.c-brand--corporate .c-brand--beach-wrestling .text-primary,
.c-brand--corporate .c-brand--beach-wrestling .text-primary a,
.c-brand--corporate .c-brand--beach-wrestling a,
.c-brand--ranking-series .c-brand--beach-wrestling .btn[href$=".pdf"]:before,
.c-brand--ranking-series .c-brand--beach-wrestling .list-group__news--marquee strong,
.c-brand--ranking-series .c-brand--beach-wrestling .text-primary,
.c-brand--ranking-series .c-brand--beach-wrestling .text-primary a,
.c-brand--ranking-series .c-brand--beach-wrestling a,
.c-brand--world-championships .c-brand--beach-wrestling .btn[href$=".pdf"]:before,
.c-brand--world-championships .c-brand--beach-wrestling .list-group__news--marquee strong,
.c-brand--world-championships .c-brand--beach-wrestling .text-primary,
.c-brand--world-championships .c-brand--beach-wrestling .text-primary a,
.c-brand--world-championships .c-brand--beach-wrestling a,
.c-brand--world-cup .c-brand--beach-wrestling .btn[href$=".pdf"]:before,
.c-brand--world-cup .c-brand--beach-wrestling .list-group__news--marquee strong,
.c-brand--world-cup .c-brand--beach-wrestling .text-primary,
.c-brand--world-cup .c-brand--beach-wrestling .text-primary a,
.c-brand--world-cup .c-brand--beach-wrestling a {
    color: #ffd888
}

.c-brand--beach-wrestling .c-box--primary,
.c-brand--continental-championships .c-brand--beach-wrestling .c-box--primary,
.c-brand--corporate .c-brand--beach-wrestling .c-box--primary,
.c-brand--ranking-series .c-brand--beach-wrestling .c-box--primary,
.c-brand--world-championships .c-brand--beach-wrestling .c-box--primary,
.c-brand--world-cup .c-brand--beach-wrestling .c-box--primary {
    background-color: #ffd888;
    color: #fff
}

.c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--beach-wrestling .c-header-botRow a>a.on_press,
.c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--continental-championships .c-brand--beach-wrestling .c-header-botRow a>a.on_press,
.c-brand--corporate .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--corporate .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--corporate .c-brand--beach-wrestling .c-header-botRow a>a.on_press,
.c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--ranking-series .c-brand--beach-wrestling .c-header-botRow a>a.on_press,
.c-brand--world-championships .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--world-championships .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--world-championships .c-brand--beach-wrestling .c-header-botRow a>a.on_press,
.c-brand--world-cup .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--world-cup .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--world-cup .c-brand--beach-wrestling .c-header-botRow a>a.on_press,
.toolbar .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--corporate .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--world-championships .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar .c-brand--world-cup .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .c-header-botRow a>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .c-header-botRow a>a:hover {
    color: #ffd888
}

.c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--beach-wrestling .c-header-botRow a.active>a,
.c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--continental-championships .c-brand--beach-wrestling .c-header-botRow a.active>a,
.c-brand--corporate .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--corporate .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--corporate .c-brand--beach-wrestling .c-header-botRow a.active>a,
.c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--ranking-series .c-brand--beach-wrestling .c-header-botRow a.active>a,
.c-brand--world-championships .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--world-championships .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--world-championships .c-brand--beach-wrestling .c-header-botRow a.active>a,
.c-brand--world-cup .c-brand--beach-wrestling .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--world-cup .c-brand--beach-wrestling .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--world-cup .c-brand--beach-wrestling .c-header-botRow a.active>a,
.toolbar .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--corporate .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--world-championships .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li.active>a,
.toolbar .c-brand--world-cup .c-brand--beach-wrestling .c-box--dark nav.nav-inline.toolbar-bar>li.active>a {
    color: #ffd888
}

.c-brand--beach-wrestling .c-accordian__item+.c-accordian__item,
.c-brand--continental-championships .c-brand--beach-wrestling .c-accordian__item+.c-accordian__item,
.c-brand--corporate .c-brand--beach-wrestling .c-accordian__item+.c-accordian__item,
.c-brand--ranking-series .c-brand--beach-wrestling .c-accordian__item+.c-accordian__item,
.c-brand--world-championships .c-brand--beach-wrestling .c-accordian__item+.c-accordian__item,
.c-brand--world-cup .c-brand--beach-wrestling .c-accordian__item+.c-accordian__item {
    border-top: 1px solid #ffd888 !important
}

.c-brand--beach-wrestling .c-accordian__item .c-accordian__master,
.c-brand--continental-championships .c-brand--beach-wrestling .c-accordian__item .c-accordian__master,
.c-brand--corporate .c-brand--beach-wrestling .c-accordian__item .c-accordian__master,
.c-brand--ranking-series .c-brand--beach-wrestling .c-accordian__item .c-accordian__master,
.c-brand--world-championships .c-brand--beach-wrestling .c-accordian__item .c-accordian__master,
.c-brand--world-cup .c-brand--beach-wrestling .c-accordian__item .c-accordian__master {
    background-color: #cea052
}

.c-brand--beach-wrestling .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--beach-wrestling .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--continental-championships .c-brand--beach-wrestling .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--continental-championships .c-brand--beach-wrestling .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--corporate .c-brand--beach-wrestling .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--corporate .c-brand--beach-wrestling .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--ranking-series .c-brand--beach-wrestling .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--ranking-series .c-brand--beach-wrestling .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--world-championships .c-brand--beach-wrestling .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--world-championships .c-brand--beach-wrestling .c-accordian__item.is-active .c-accordian__plus:before,
.c-brand--world-cup .c-brand--beach-wrestling .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--world-cup .c-brand--beach-wrestling .c-accordian__item.is-active .c-accordian__plus:before {
    background-color: #ffd888
}

.c-brand--beach-wrestling .btn,
.c-brand--continental-championships .c-brand--beach-wrestling .btn,
.c-brand--corporate .c-brand--beach-wrestling .btn,
.c-brand--ranking-series .c-brand--beach-wrestling .btn,
.c-brand--world-championships .c-brand--beach-wrestling .btn,
.c-brand--world-cup .c-brand--beach-wrestling .btn {
    background-color: #ffd888
}

.c-brand--beach-wrestling .btn.on_press,
.c-brand--continental-championships .c-brand--beach-wrestling .btn.on_press,
.c-brand--corporate .c-brand--beach-wrestling .btn.on_press,
.c-brand--ranking-series .c-brand--beach-wrestling .btn.on_press,
.c-brand--world-championships .c-brand--beach-wrestling .btn.on_press,
.c-brand--world-cup .c-brand--beach-wrestling .btn.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .btn:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .btn:hover {
    background-color: #ffd06f
}

.c-brand--beach-wrestling .btn,
.c-brand--beach-wrestling .btn .icon,
.c-brand--continental-championships .c-brand--beach-wrestling .btn,
.c-brand--continental-championships .c-brand--beach-wrestling .btn .icon,
.c-brand--corporate .c-brand--beach-wrestling .btn,
.c-brand--corporate .c-brand--beach-wrestling .btn .icon,
.c-brand--ranking-series .c-brand--beach-wrestling .btn,
.c-brand--ranking-series .c-brand--beach-wrestling .btn .icon,
.c-brand--world-championships .c-brand--beach-wrestling .btn,
.c-brand--world-championships .c-brand--beach-wrestling .btn .icon,
.c-brand--world-cup .c-brand--beach-wrestling .btn,
.c-brand--world-cup .c-brand--beach-wrestling .btn .icon {
    color: #fff
}

.c-brand--beach-wrestling .btn--share.on_press,
.c-brand--continental-championships .c-brand--beach-wrestling .btn--share.on_press,
.c-brand--corporate .c-brand--beach-wrestling .btn--share.on_press,
.c-brand--ranking-series .c-brand--beach-wrestling .btn--share.on_press,
.c-brand--world-championships .c-brand--beach-wrestling .btn--share.on_press,
.c-brand--world-cup .c-brand--beach-wrestling .btn--share.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .btn--share:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .btn--share:hover {
    color: #ffd888
}

.c-brand--beach-wrestling .btn--dark,
.c-brand--continental-championships .c-brand--beach-wrestling .btn--dark,
.c-brand--corporate .c-brand--beach-wrestling .btn--dark,
.c-brand--ranking-series .c-brand--beach-wrestling .btn--dark,
.c-brand--world-championships .c-brand--beach-wrestling .btn--dark,
.c-brand--world-cup .c-brand--beach-wrestling .btn--dark {
    background-color: #cea052
}

.c-brand--beach-wrestling .btn--dark .icon,
.c-brand--continental-championships .c-brand--beach-wrestling .btn--dark .icon,
.c-brand--corporate .c-brand--beach-wrestling .btn--dark .icon,
.c-brand--ranking-series .c-brand--beach-wrestling .btn--dark .icon,
.c-brand--world-championships .c-brand--beach-wrestling .btn--dark .icon,
.c-brand--world-cup .c-brand--beach-wrestling .btn--dark .icon {
    color: #ffd888
}

.c-brand--beach-wrestling .btn--dark.on_press,
.c-brand--continental-championships .c-brand--beach-wrestling .btn--dark.on_press,
.c-brand--corporate .c-brand--beach-wrestling .btn--dark.on_press,
.c-brand--ranking-series .c-brand--beach-wrestling .btn--dark.on_press,
.c-brand--world-championships .c-brand--beach-wrestling .btn--dark.on_press,
.c-brand--world-cup .c-brand--beach-wrestling .btn--dark.on_press,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .btn--dark:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .btn--dark:hover {
    background-color: #d4ab66
}

.c-brand--beach-wrestling .btn--ghost .icon,
.c-brand--continental-championships .c-brand--beach-wrestling .btn--ghost .icon,
.c-brand--corporate .c-brand--beach-wrestling .btn--ghost .icon,
.c-brand--ranking-series .c-brand--beach-wrestling .btn--ghost .icon,
.c-brand--world-championships .c-brand--beach-wrestling .btn--ghost .icon,
.c-brand--world-cup .c-brand--beach-wrestling .btn--ghost .icon {
    color: #ffd888
}

.c-brand--beach-wrestling.c-card--recap,
.c-brand--continental-championships .c-brand--beach-wrestling.c-card--recap,
.c-brand--corporate .c-brand--beach-wrestling.c-card--recap,
.c-brand--ranking-series .c-brand--beach-wrestling.c-card--recap,
.c-brand--world-championships .c-brand--beach-wrestling.c-card--recap,
.c-brand--world-cup .c-brand--beach-wrestling.c-card--recap {
    border-left-color: #ffd888
}

.c-brand--beach-wrestling.c-card--recap .c-divider,
.c-brand--continental-championships .c-brand--beach-wrestling.c-card--recap .c-divider,
.c-brand--corporate .c-brand--beach-wrestling.c-card--recap .c-divider,
.c-brand--ranking-series .c-brand--beach-wrestling.c-card--recap .c-divider,
.c-brand--world-championships .c-brand--beach-wrestling.c-card--recap .c-divider,
.c-brand--world-cup .c-brand--beach-wrestling.c-card--recap .c-divider {
    background-color: #ffd888
}

.c-brand--beach-wrestling .c-gradient--horz,
.c-brand--continental-championships .c-brand--beach-wrestling .c-gradient--horz,
.c-brand--corporate .c-brand--beach-wrestling .c-gradient--horz,
.c-brand--ranking-series .c-brand--beach-wrestling .c-gradient--horz,
.c-brand--world-championships .c-brand--beach-wrestling .c-gradient--horz,
.c-brand--world-cup .c-brand--beach-wrestling .c-gradient--horz {
    background: -webkit-gradient(linear, left top, right top, from(#ffd888), to(#cea052));
    background: linear-gradient(to right, #ffd888 0, #cea052 100%)
}

.c-brand--beach-wrestling .c-gradient--horz.c-gradient--inv,
.c-brand--continental-championships .c-brand--beach-wrestling .c-gradient--horz.c-gradient--inv,
.c-brand--corporate .c-brand--beach-wrestling .c-gradient--horz.c-gradient--inv,
.c-brand--ranking-series .c-brand--beach-wrestling .c-gradient--horz.c-gradient--inv,
.c-brand--world-championships .c-brand--beach-wrestling .c-gradient--horz.c-gradient--inv,
.c-brand--world-cup .c-brand--beach-wrestling .c-gradient--horz.c-gradient--inv {
    background: -webkit-gradient(linear, right top, left top, from(#ffd888), to(#cea052));
    background: linear-gradient(to left, #ffd888 0, #cea052 100%)
}

.c-brand--beach-wrestling .c-gradient--vert,
.c-brand--continental-championships .c-brand--beach-wrestling .c-gradient--vert,
.c-brand--corporate .c-brand--beach-wrestling .c-gradient--vert,
.c-brand--ranking-series .c-brand--beach-wrestling .c-gradient--vert,
.c-brand--world-championships .c-brand--beach-wrestling .c-gradient--vert,
.c-brand--world-cup .c-brand--beach-wrestling .c-gradient--vert {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd888), to(#cea052));
    background: linear-gradient(to bottom, #ffd888 0, #cea052 100%)
}

.c-brand--beach-wrestling .c-gradient--vert.c-gradient--inv,
.c-brand--continental-championships .c-brand--beach-wrestling .c-gradient--vert.c-gradient--inv,
.c-brand--corporate .c-brand--beach-wrestling .c-gradient--vert.c-gradient--inv,
.c-brand--ranking-series .c-brand--beach-wrestling .c-gradient--vert.c-gradient--inv,
.c-brand--world-championships .c-brand--beach-wrestling .c-gradient--vert.c-gradient--inv,
.c-brand--world-cup .c-brand--beach-wrestling .c-gradient--vert.c-gradient--inv {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffd888), to(#cea052));
    background: linear-gradient(to top, #ffd888 0, #cea052 100%)
}

.c-brand--beach-wrestling .c-article--video-pending .c-thumbnail--video:after,
.c-brand--continental-championships .c-brand--beach-wrestling .c-article--video-pending .c-thumbnail--video:after,
.c-brand--corporate .c-brand--beach-wrestling .c-article--video-pending .c-thumbnail--video:after,
.c-brand--ranking-series .c-brand--beach-wrestling .c-article--video-pending .c-thumbnail--video:after,
.c-brand--world-championships .c-brand--beach-wrestling .c-article--video-pending .c-thumbnail--video:after,
.c-brand--world-cup .c-brand--beach-wrestling .c-article--video-pending .c-thumbnail--video:after {
    background: linear-gradient(-135deg, #00a4b5 0, #006392 100%)
}

.c-brand--beach-wrestling .c-box--dark--fancy,
.c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark--fancy,
.c-brand--corporate .c-brand--beach-wrestling .c-box--dark--fancy,
.c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark--fancy,
.c-brand--world-championships .c-brand--beach-wrestling .c-box--dark--fancy,
.c-brand--world-cup .c-brand--beach-wrestling .c-box--dark--fancy {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-beach-wrestling-watermark.jpg); */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

.c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription,
.c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription,
.c-brand--corporate .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription,
.c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription,
.c-brand--world-championships .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription,
.c-brand--world-cup .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription {
    background: -webkit-gradient(linear, left top, left bottom, from(#0c052e), to(#090127));
    background: linear-gradient(to bottom, #0c052e 0, #090127 100%);
    position: relative;
    border-top: 1px solid #0b5280
}

.c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:after,
.c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:before,
.c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:after,
.c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:before,
.c-brand--corporate .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:after,
.c-brand--corporate .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:before,
.c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:after,
.c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-championships .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-championships .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-cup .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-cup .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 50%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b5280), to(#090127));
    background: linear-gradient(to bottom, #0b5280 0, #090127 100%)
}

.c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:before,
.c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:before,
.c-brand--corporate .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:before,
.c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-championships .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:before,
.c-brand--world-cup .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:before {
    left: 0
}

.c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:after,
.c-brand--continental-championships .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:after,
.c-brand--corporate .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:after,
.c-brand--ranking-series .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-championships .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:after,
.c-brand--world-cup .c-brand--beach-wrestling .c-box--dark--fancy .panel__subscription:after {
    right: 0
}

.c-brand--beach-wrestling .c-video-remote,
.c-brand--continental-championships .c-brand--beach-wrestling .c-video-remote,
.c-brand--corporate .c-brand--beach-wrestling .c-video-remote,
.c-brand--ranking-series .c-brand--beach-wrestling .c-video-remote,
.c-brand--world-championships .c-brand--beach-wrestling .c-video-remote,
.c-brand--world-cup .c-brand--beach-wrestling .c-video-remote {
    color: #005262
}

.c-brand--beach-wrestling .c-header__streaming,
.c-brand--continental-championships .c-brand--beach-wrestling .c-header__streaming,
.c-brand--corporate .c-brand--beach-wrestling .c-header__streaming,
.c-brand--ranking-series .c-brand--beach-wrestling .c-header__streaming,
.c-brand--world-championships .c-brand--beach-wrestling .c-header__streaming,
.c-brand--world-cup .c-brand--beach-wrestling .c-header__streaming {
    background-color: #005262
}

.c-brand--beach-wrestling .c-article-block--bg,
.c-brand--beach-wrestling .c-breakout,
.c-brand--continental-championships .c-brand--beach-wrestling .c-article-block--bg,
.c-brand--continental-championships .c-brand--beach-wrestling .c-breakout,
.c-brand--corporate .c-brand--beach-wrestling .c-article-block--bg,
.c-brand--corporate .c-brand--beach-wrestling .c-breakout,
.c-brand--ranking-series .c-brand--beach-wrestling .c-article-block--bg,
.c-brand--ranking-series .c-brand--beach-wrestling .c-breakout,
.c-brand--world-championships .c-brand--beach-wrestling .c-article-block--bg,
.c-brand--world-championships .c-brand--beach-wrestling .c-breakout,
.c-brand--world-cup .c-brand--beach-wrestling .c-article-block--bg,
.c-brand--world-cup .c-brand--beach-wrestling .c-breakout {
    background-color: #005262;
    background: linear-gradient(60deg, #005262 0, #07748a 100%)
}

.c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
.c-brand--continental-championships .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--continental-championships .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
.c-brand--corporate .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--corporate .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
.c-brand--ranking-series .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--ranking-series .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
.c-brand--world-championships .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--world-championships .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
.c-brand--world-cup .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--world-cup .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail {
    border-top: solid #cea052;
    border-bottom: solid #cea052;
    border-width: 5px
}

.c-brand--beach-wrestling .nav.nav-tabs>li.active>a,
.c-brand--beach-wrestling .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-tabs>li.active>a,
.c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--corporate .c-brand--beach-wrestling .nav.nav-tabs>li.active>a,
.c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-tabs>li.active>a,
.c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--world-championships .c-brand--beach-wrestling .nav.nav-tabs>li.active>a,
.c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.c-brand--world-cup .c-brand--beach-wrestling .nav.nav-tabs>li.active>a,
.c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--beach-wrestling nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--corporate .c-brand--beach-wrestling nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--world-championships .c-brand--beach-wrestling nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--world-cup .c-brand--beach-wrestling nav.nav-tabs.toolbar-bar>li.active>a {
    background-color: #ffd888
}

.c-brand--beach-wrestling .nav.nav-tabs>li.active>a:before,
.c-brand--beach-wrestling .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-tabs>li.active>a:before,
.c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--corporate .c-brand--beach-wrestling .nav.nav-tabs>li.active>a:before,
.c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-tabs>li.active>a:before,
.c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--world-championships .c-brand--beach-wrestling .nav.nav-tabs>li.active>a:before,
.c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.c-brand--world-cup .c-brand--beach-wrestling .nav.nav-tabs>li.active>a:before,
.c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--beach-wrestling nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--corporate .c-brand--beach-wrestling nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--world-championships .c-brand--beach-wrestling nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--world-cup .c-brand--beach-wrestling nav.nav-tabs.toolbar-bar>li.active>a:before {
    border-color: rgba(255, 216, 136, 0);
    border-top-color: #ffd888
}

.c-brand--beach-wrestling .nav.nav-pills--large>li a.on_press,
.c-brand--beach-wrestling .nav.nav-pills--med>li a.on_press,
.c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-pills--large>li a.on_press,
.c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-pills--med>li a.on_press,
.c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--corporate .c-brand--beach-wrestling .nav.nav-pills--large>li a.on_press,
.c-brand--corporate .c-brand--beach-wrestling .nav.nav-pills--med>li a.on_press,
.c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-pills--large>li a.on_press,
.c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-pills--med>li a.on_press,
.c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--world-championships .c-brand--beach-wrestling .nav.nav-pills--large>li a.on_press,
.c-brand--world-championships .c-brand--beach-wrestling .nav.nav-pills--med>li a.on_press,
.c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.c-brand--world-cup .c-brand--beach-wrestling .nav.nav-pills--large>li a.on_press,
.c-brand--world-cup .c-brand--beach-wrestling .nav.nav-pills--med>li a.on_press,
.c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--corporate .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--corporate .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-championships .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-championships .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-cup .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--world-cup .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li a:hover {
    color: #ffd888
}

.c-brand--beach-wrestling .nav.nav-pills--large>li.active a,
.c-brand--beach-wrestling .nav.nav-pills--med>li.active a,
.c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-pills--large>li.active a,
.c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-pills--med>li.active a,
.c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--corporate .c-brand--beach-wrestling .nav.nav-pills--large>li.active a,
.c-brand--corporate .c-brand--beach-wrestling .nav.nav-pills--med>li.active a,
.c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-pills--large>li.active a,
.c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-pills--med>li.active a,
.c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--world-championships .c-brand--beach-wrestling .nav.nav-pills--large>li.active a,
.c-brand--world-championships .c-brand--beach-wrestling .nav.nav-pills--med>li.active a,
.c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.c-brand--world-cup .c-brand--beach-wrestling .nav.nav-pills--large>li.active a,
.c-brand--world-cup .c-brand--beach-wrestling .nav.nav-pills--med>li.active a,
.c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--corporate .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--corporate .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--world-championships .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--world-championships .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--world-cup .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--world-cup .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a {
    color: #ffd888
}

.c-brand--beach-wrestling .nav.nav-pills--large>li.active a:before,
.c-brand--beach-wrestling .nav.nav-pills--med>li.active a:before,
.c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-pills--large>li.active a:before,
.c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-pills--med>li.active a:before,
.c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--corporate .c-brand--beach-wrestling .nav.nav-pills--large>li.active a:before,
.c-brand--corporate .c-brand--beach-wrestling .nav.nav-pills--med>li.active a:before,
.c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-pills--large>li.active a:before,
.c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-pills--med>li.active a:before,
.c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--world-championships .c-brand--beach-wrestling .nav.nav-pills--large>li.active a:before,
.c-brand--world-championships .c-brand--beach-wrestling .nav.nav-pills--med>li.active a:before,
.c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.c-brand--world-cup .c-brand--beach-wrestling .nav.nav-pills--large>li.active a:before,
.c-brand--world-cup .c-brand--beach-wrestling .nav.nav-pills--med>li.active a:before,
.c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--corporate .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--corporate .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-championships .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-championships .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-cup .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--world-cup .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a:before {
    background-color: #ffd888
}

.c-brand--beach-wrestling .nav.nav-pills--large>li.active a:after,
.c-brand--beach-wrestling .nav.nav-pills--med>li.active a:after,
.c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-pills--large>li.active a:after,
.c-brand--continental-championships .c-brand--beach-wrestling .nav.nav-pills--med>li.active a:after,
.c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--continental-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--corporate .c-brand--beach-wrestling .nav.nav-pills--large>li.active a:after,
.c-brand--corporate .c-brand--beach-wrestling .nav.nav-pills--med>li.active a:after,
.c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--corporate .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-pills--large>li.active a:after,
.c-brand--ranking-series .c-brand--beach-wrestling .nav.nav-pills--med>li.active a:after,
.c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--ranking-series .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--world-championships .c-brand--beach-wrestling .nav.nav-pills--large>li.active a:after,
.c-brand--world-championships .c-brand--beach-wrestling .nav.nav-pills--med>li.active a:after,
.c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--world-championships .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.c-brand--world-cup .c-brand--beach-wrestling .nav.nav-pills--large>li.active a:after,
.c-brand--world-cup .c-brand--beach-wrestling .nav.nav-pills--med>li.active a:after,
.c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--world-cup .c-brand--beach-wrestling .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--continental-championships .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--corporate .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--corporate .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--ranking-series .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-championships .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-championships .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-cup .c-brand--beach-wrestling nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--world-cup .c-brand--beach-wrestling nav.nav-pills--med.toolbar-bar>li.active a:after {
    border-top-color: #ffd888
}

.c-brand--beach-wrestling tr.featured,
.c-brand--continental-championships .c-brand--beach-wrestling tr.featured,
.c-brand--corporate .c-brand--beach-wrestling tr.featured,
.c-brand--ranking-series .c-brand--beach-wrestling tr.featured,
.c-brand--world-championships .c-brand--beach-wrestling tr.featured,
.c-brand--world-cup .c-brand--beach-wrestling tr.featured {
    background-color: #ffd888 !important
}

html .modaal-inline .c-brand--corporate,
html body.c-brand--corporate {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-corporate.jpg) */
}

html .modaal-inline .c-brand--world-championships,
html body.c-brand--world-championships {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-world-championships.jpg) */
}

html .modaal-inline .c-brand--continental-championships,
html body.c-brand--continental-championships {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-continental-championships.jpg) */
}

html .modaal-inline .c-brand--world-cup,
html body.c-brand--world-cup {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-world-cup.jpg) */
}

html .modaal-inline .c-brand--ranking-series,
html body.c-brand--ranking-series {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-ranking-series.jpg) */
}

html .modaal-inline .c-brand--beach-wrestling,
html body.c-brand--beach-wrestling {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-beach-wrestling.jpg) */
}

html .modaal-inline .c-brand--no-bg,
html body.c-brand--no-bg {
    background-image: none !important
}

html.mobile .modaal-inline .c-brand--corporate
{
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-corporate-mobile.jpg) */
}

html.mobile .modaal-inline .c-brand--world-championships,
html.mobile body.c-brand--world-championships {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-world-championships-mobile.jpg) */
}

html.mobile .modaal-inline .c-brand--continental-championships,
html.mobile body.c-brand--continental-championships {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-continental-championships-mobile.jpg) */
}

html.mobile .modaal-inline .c-brand--world-cup,
html.mobile body.c-brand--world-cup {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-world-cup-mobile.jpg) */
}

html.mobile .modaal-inline .c-brand--ranking-series,
html.mobile body.c-brand--ranking-series {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-ranking-series-mobile.jpg) */
}

html.mobile .modaal-inline .c-brand--beach-wrestling,
html.mobile body.c-brand--beach-wrestling {
    /* background-image: url(https://uww.org/themes/custom/uww/build/img/bg-beach-wrestling-mobile.jpg) */
}

.c-breakout {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.c-breakout strong {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.c-breakout,
.c-breakout .c-article__title,
.c-breakout .caption,
.c-breakout a,
.c-breakout a .caption,
.c-breakout h1,
.c-breakout h2,
.c-breakout h3,
.c-breakout h4,
.c-breakout h5,
.c-breakout h6 {
    color: #fff
}

.c-breakout .thumbnail {
    background-color: rgba(255, 255, 255, .08)
}

.c-breakout .caption,
.c-breakout a .caption {
    font-size: 13px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.c-breakout .c-article:not(.c-article--featured) .thumbnail {
    padding: 5px
}

.c-breakout .c-article--featured {
    margin-left: -30px;
    margin-right: -30px
}

.c-breakout .c-article--featured .caption {
    padding-left: 30px;
    padding-right: 30px
}

.panel__page-intro--world-championships {
    width: 100%;
    display: block;
    position: relative;
    min-height: 185px;
    padding-left: 150px
}

.panel__page-intro--world-championships .c-decorative--bar {
    position: absolute;
    top: 0;
    width: 1px;
    height: 185px;
    opacity: .2;
    display: none
}

.panel__page-intro--world-championships__left {
    width: 150px
}

.panel__page-intro--world-championships__left .img-responsive {
    width: 100px
}

.panel__page-intro--world-championships__left .c-decorative--bar {
    left: 125px
}

.panel__page-intro--world-championships__right .c-decorative--bar {
    display: none
}

.card__live-event {
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .15);
    box-shadow: 0 0 60px rgba(0, 0, 0, .15);
    display: block;
    color: #fff;
    max-width: 940px
}

.card__live-event .well-lg {
    padding: 0 50px
}

.card__live-event .c-divider {
    width: 100%;
    display: block
}

.card__live-event ul {
    font-size: 10px;
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -15px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.card__live-event ul li {
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px
}

.card__live-event ul li .icon {
    display: inline-block;
    margin-right: 15px;
    opacity: .3;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.card__live-event ul li+li {
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.c-play {
    display: inline-block;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.c-play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
    opacity: .5;
    width: 130%;
    height: 130%;
    margin-left: -65%;
    margin-top: -65%;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.c-play.on_press:before,
html:not(.mobile):not(.tablet) .c-play:focus:before,
html:not(.mobile):not(.tablet) .c-play:hover:before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.c-play .icon {
    position: relative;
    z-index: 2
}

.tournament-bracket-wrap {
    font-size: 12px
}

.tournament-bracket-wrap .table {
    margin-bottom: 0
}

.tournament-bracket-wrap .table>tbody>tr>td,
.tournament-bracket-wrap .table>tbody>tr>th,
.tournament-bracket-wrap .table>tfoot>tr>td,
.tournament-bracket-wrap .table>tfoot>tr>th,
.tournament-bracket-wrap .table>thead>tr>td,
.tournament-bracket-wrap .table>thead>tr>th {
    border: 0;
    padding: 8px 20px
}

.tournament-bracket-wrap .table-cell--blue {
    vertical-align: middle;
    font-size: 10px
}

.tournament-bracket-wrap .c-border-bottom {
    display: block;
    clear: both;
    padding-top: 10px;
    margin-bottom: 5px
}

.tournament-bracket-wrap .tournament-bracket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tournament-bracket-wrap .tournament-bracket__round {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 100px
}

.tournament-bracket-wrap .tournament-bracket__round:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #000 0, rgba(0, 0, 0, 0) 100%);
    opacity: .1
}

.tournament-bracket-wrap .tournament-bracket__round:last-child .tournament-bracket__item:after {
    content: none
}

.tournament-bracket-wrap .tournament-bracket__list,
.tournament-bracket-wrap .tournament-bracket__round-title {
    position: relative;
    z-index: 2
}

.tournament-bracket-wrap .tournament-bracket__round-title {
    text-align: center;
    font-size: 15px;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #ededf1;
    border-bottom: 1px solid #ededf1
}

.tournament-bracket-wrap .tournament-bracket__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    min-height: 100%;
    border-bottom: 1px solid #ededf1;
    padding-left: 0;
    -webkit-transition: padding .2s ease-in-out, margin .2s ease-in-out;
    transition: padding .2s ease-in-out, margin .2s ease-in-out;
    margin-top: -17px
}

.tournament-bracket__round:last-child .tournament-bracket-wrap .tournament-bracket__list {
    border: 0
}

.tournament-bracket-wrap .tournament-bracket__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 50%;
    -webkit-transition: padding .2s linear;
    transition: padding .2s linear;
    padding-top: 15px;
    padding-bottom: 15px
}

.tournament-bracket-wrap .tournament-bracket__item--blank:after {
    content: none !important
}

.tournament-bracket-wrap .tournament-bracket__item:nth-child(odd) {
    margin-right: 2%
}

.tournament-bracket-wrap .tournament-bracket__item:nth-child(even) {
    margin-left: 2%
}

.tournament-bracket-wrap .tournament-bracket__item:after {
    -webkit-transition: width .2s linear;
    transition: width .2s linear
}

.tournament-bracket-wrap .tournament-bracket__match {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    outline: 0;
    -webkit-transition: padding .2s ease-in-out, border .2s linear;
    transition: padding .2s ease-in-out, border .2s linear;
    position: relative;
    color: #03003f;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    height: 200px
}

.tournament-bracket-wrap .tournament-bracket__match:focus {
    border-color: #2196f3
}

.tournament-bracket-wrap .tournament-bracket__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tournament-bracket-wrap .tournament-bracket__content:after {
    content: ':';
    width: 1em;
    text-align: center;
    padding: .2em .1em
}

.tournament-bracket-wrap .tournament-bracket__content .tournament-bracket__team:first-child {
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    text-align: right
}

.tournament-bracket-wrap .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tournament-bracket-wrap .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.tournament-bracket-wrap .tournament-bracket__content .tournament-bracket__team:last-child {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left
}

.tournament-bracket-wrap .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__code {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.tournament-bracket-wrap .tournament-bracket__table {
    width: 100%;
    position: relative
}

.tournament-bracket-wrap .tournament-bracket__table:after,
.tournament-bracket-wrap .tournament-bracket__table:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ededf1;
    z-index: 1
}

.tournament-bracket-wrap .tournament-bracket__table:before {
    top: 0
}

.tournament-bracket-wrap .tournament-bracket__table:after {
    bottom: 0
}

.tournament-bracket-wrap .tournament-bracket__table>tbody,
.tournament-bracket-wrap .tournament-bracket__table>thead {
    position: relative;
    z-index: 2
}

.tournament-bracket-wrap .tournament-bracket__caption {
    font-size: .8rem;
    color: #bdbdbd;
    font-weight: 300;
    padding-bottom: .75em
}

.tournament-bracket-wrap .tournament-bracket__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tournament-bracket-wrap .tournament-bracket__country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tournament-bracket-wrap .tournament-bracket__code {
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    text-decoration: none;
    cursor: help;
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out
}

.tournament-bracket-wrap .tournament-bracket__score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tournament-bracket__team:first-child .tournament-bracket-wrap .tournament-bracket__score {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: .75em
}

.tournament-bracket__team:last-child .tournament-bracket-wrap .tournament-bracket__score {
    padding-right: .75em
}

.tournament-bracket-wrap .tournament-bracket__number {
    display: inline-block;
    padding: .2em .4em .2em;
    border-bottom: .075em solid transparent;
    font-size: .95rem;
    background-color: #f5f5f5;
    border-color: spin(shade(#f5f5f5, 10%), -10)
}

.tournament-bracket__team--winner .tournament-bracket-wrap .tournament-bracket__number {
    background-color: #fff176;
    border-color: spin(shade(#fff176, 2%), -10)
}

.tournament-bracket-wrap .tournament-bracket__medal--gold {
    color: gold
}

.tournament-bracket-wrap .tournament-bracket__medal--silver {
    color: silver
}

.tournament-bracket-wrap .tournament-bracket__medal--bronze {
    color: #cd7f32
}

.gradient-border {
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#ea7c28), to(#a42050));
    background: linear-gradient(to right, #ea7c28, #a42050)
}

.gradient-border.top {
    display: none;
    height: 5px
}

.gradient-border.main {
    height: 5px
}

.profile {
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: rad-bold
}

.profile h2,
.profile h3,
.profile h4,
.profile p {
    margin: 0
}

.profile h2 {
    font-size: 41px
}

.profile h3 {
    color: #03003f;
    font-size: 18px
}

.profile h4 {
    font-size: 16px
}

.profile a {
    text-decoration: none
}

.profile ul {
    list-style: none;
    padding: 0
}

.profile .instagram-media {
    min-width: 200px !important
}

.profile .arrow-container {
    width: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile .arrow-container a {
    border: 2px solid #919195;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: border-color .1s;
    transition: border-color .1s
}

.profile .arrow-container a:hover {
    border-color: #e36500
}

.profile .arrow-container a:hover i {
    color: #e36500
}

.profile .arrow-container a i {
    color: #03003f;
    height: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    -webkit-transition: color .1s;
    transition: color .1s
}

.profile .arrow-container a i.fa-angle-left {
    margin-left: -2px
}

.profile .arrow-container a i.fa-angle-right {
    margin-right: -2px
}

.profile .player-image {
    padding: 20px;
    border: 2px solid #c86530;
    border-radius: 50%
}

.profile .player-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.profile .player-name .name {
    word-break: break-word;
    font-size: 32px;
    text-align: center;
    margin-bottom: 14px
}

.profile .player-name .nation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.profile .player-name .nation-wrapper img {
    height: 100%
}

.profile .player-name .nation-wrapper h4 {
    margin-left: 10px
}

.profile .purple {
    color: #03003f
}

.profile .gray {
    color: #919195
}

.profile .yellow {
    color: #f59043
}

.profile hr {
    border-color: #ededf1
}

.profile button {
    border-radius: 3px;
    font-size: 14px;
    color: #13104b;
    border-color: #13104b
}

.profile button:hover {
    background-color: #5c203c;
    color: #fff
}

.profile .top-triangle {
    width: 0;
    height: 0;
    position: absolute;
    top: -100px;
    left: -15px;
    border-bottom: 100px solid #f4f4f7;
    border-right: 110vw solid transparent
}

.profile .information {
    width: 90%;
    margin-top: 0;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
    padding-top: 2rem
}

.profile .information p {
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px
}

.profile .athlete-details .header {
    min-height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 25px 100px 25px;
    background: linear-gradient(-20deg, #b8442c, #5c233d 26rem, #41163c 17rem, #41163c 29rem, #2d103c 41%);
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile .athlete-details .header:after:hover,
.profile .athlete-details .header:before:hover {
    color: #e36500;
    border-color: #e36500
}

.profile .athlete-details .header .player-name {
    height: 35%
}

.profile .athlete-details .information-container {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-color: #f4f4f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile .athlete-details .information-container .top-triangle {
    left: 0
}

.profile .athlete-details .information-container .pagination-wrapper {
    position: absolute;
    left: 2.5rem;
    top: -17px
}

.profile .athlete-details .information-container .information {
    padding-top: 30px
}

.profile .athlete-details .information-container .medals-wrapper {
    width: 100%
}

.profile .athlete-details .information-container .medals-wrapper .medals-container {
    margin-top: 25px
}

.profile .athlete-details .information-container .medals-wrapper .medals-container.active {
    display: block
}

.profile .athlete-details .information-container .medals-wrapper .medals-container .title {
    font-family: rad-bold;
    color: #919195;
    margin-bottom: 1rem
}

.profile .athlete-details .information-container .medals-wrapper .medals-container .medals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.profile .athlete-details .information-container .medals-wrapper .medals-container .medals .medal {
    height: 74px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile .athlete-details .information-container .medals-wrapper .medals-container .medals .medal img {
    height: 100%
}

.profile .athlete-details .information-container .medals-wrapper .medals-container .medals .medal--overlay img {
    opacity: .3;
    filter: alpha(opacity=30)
}

.profile .athlete-details .information-container .medals-wrapper .medals-container .medals .medal .amount {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    width: 20px;
    height: 20px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    background-color: #f59043;
    color: #fff
}

.profile .athlete-details .information-container .medals-wrapper .medals-container .medals .medal .amount.active {
    display: block
}

.profile .athlete-details .information-container .medals-wrapper .medals-container .medals .medal .amount:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -7px;
    left: 0;
    border-top: 7px solid #e36500;
    border-left: 20px solid transparent
}

.profile .athlete-details .information-container .records {
    margin-top: 30px;
    width: 90%;
    z-index: 2
}

.profile .athlete-details .information-container .records .record {
    padding-top: 20px;
    padding-bottom: 20px
}

.profile .athlete-details .information-container .records .record.uww {
    color: #fff;
    background: linear-gradient(-20deg, #b8442c, #2d103c)
}

.profile .athlete-details .information-container .records .record.career {
    background-color: #fff
}

.profile .athlete-details .social-media {
    position: relative;
    padding-top: 25px;
    padding-left: 10%;
    padding-right: 10%
}

.profile .athlete-details .social-media .top-triangle {
    border-bottom: 100px solid #fff;
    left: 0
}

.profile .athlete-details .social-media .media-container {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.profile .athlete-details .social-media .media-container a {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f7f7f9;
    border-right: none
}

.profile .athlete-details .social-media .media-container a.last {
    border-right: 1px solid #f7f7f9
}

.profile .athlete-details .social-media .media-container a:hover i {
    color: #fff
}

.profile .athlete-details .social-media .media-container a.media-facebook:hover {
    background-color: #3b5999
}

.profile .athlete-details .social-media .media-container a.media-instagram:hover {
    background-color: #203344
}

.profile .athlete-details .social-media .media-container a.media-twitter:hover {
    background-color: #159ef3
}

.profile .athlete-details .social-media .media-container a.media-vk:hover {
    background-color: #577da3
}

.profile .athlete-details .social-media .media-container a.media-youtube:hover {
    background-color: #cd201f
}

.profile .athlete-details .biography-container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15%;
    padding-right: 15%
}

.profile .athlete-details .biography-container h4 {
    margin-bottom: 20px
}

.profile .athlete-details .biography-container .biography {
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.profile .athlete-details .biography-container .biography.open {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.profile .athlete-details .biography-container .biography.open:after {
    z-index: -1
}

.profile .athlete-details .biography-container .biography:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(to bottom, transparent, #fff)
}

.profile .athlete-details .biography-container .biography .text {
    font-family: rad-bold;
    line-height: 1.6;
    font-size: 12px;
    text-align: justify
}

.profile .athlete-details .biography-container .biography.noafter:after {
    content: none
}

.profile .athlete-details .biography-container button {
    background-color: transparent;
    border: 0;
    padding: 0
}

.profile .athlete-details .biography-container button:hover {
    text-decoration: underline
}

.profile .athlete-informations {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.profile .athlete-informations section {
    margin-top: 8rem;
    margin-bottom: 8rem
}

.profile .athlete-informations section.competition,
.profile .athlete-informations section.news,
.profile .athlete-informations section.quote,
.profile .athlete-informations section.related,
.profile .athlete-informations section.search,
.profile .athlete-informations section.social {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 0
}

.profile .athlete-informations section.social {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3rem
}

.profile .athlete-informations section.gradient-border {
    margin-top: 0
}

.profile .athlete-informations section.quote {
    margin-bottom: 0
}

.profile .athlete-informations section:last-of-type {
    margin-bottom: 0
}

.profile .athlete-informations .mobile-menu {
    width: 100%;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile .athlete-informations .mobile-menu .dropdown-menu-wrapper .menu {
    position: relative
}

.profile .athlete-informations .mobile-menu .dropdown-menu-wrapper .menu .select-menu {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    background-color: #f4f4f7;
    font-size: 18px;
    color: #03003f
}

.profile .athlete-informations .mobile-menu .dropdown-menu-wrapper .menu:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 11px;
    color: #aaa;
    right: 8px;
    top: 10px;
    padding: 0 0 2px;
    position: absolute
}

.profile .athlete-informations .mobile-menu .normal-menu {
    display: none
}

.profile .athlete-informations .mobile-menu .normal-menu button {
    border: 0;
    background-color: #ededf1;
    padding: 10px;
    height: 40px;
    margin-right: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #919195
}

.profile .athlete-informations .mobile-menu .normal-menu button.active,
.profile .athlete-informations .mobile-menu .normal-menu button:hover {
    color: #03003f
}

.profile .athlete-informations .mobile-menu .normal-menu button i {
    font-size: 18px;
    vertical-align: middle
}

.profile .athlete-informations .news {
    padding-top: 30px
}

.profile .athlete-informations .news .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px
}

.profile .athlete-informations .news .news-list .news-wrapper {
    height: 180px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

.profile .athlete-informations .news .news-list .news-wrapper a {
    color: #fff
}

.profile .athlete-informations .news .news-list .news-wrapper.highlight a {
    width: 100%
}

.profile .athlete-informations .news .news-list .news-wrapper.highlight a .left-square {
    height: 100%;
    width: 60%;
    background-color: #e36500;
    display: inline-block
}

.profile .athlete-informations .news .news-list .news-wrapper.highlight a img {
    width: 40%
}

.profile .athlete-informations .news .news-list .news-wrapper.instagram {
    height: unset
}

.profile .athlete-informations .news .news-list .news-wrapper.video {
    width: 100%;
    position: relative;
    color: #fff
}

.profile .athlete-informations .news .news-list .news-wrapper.video.in-line {
    width: 65%
}

.profile .athlete-informations .news .news-list .news-wrapper.video:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 23px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    left: 30px;
    top: 15px;
    position: absolute;
    width: 23px;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1px
}

.profile .athlete-informations .news .news-list .news-wrapper.video p {
    position: absolute;
    left: 30px
}

.profile .athlete-informations .news .news-list .news-wrapper.video .video-title {
    bottom: 51px;
    width: 55%
}

.profile .athlete-informations .news .news-list .news-wrapper.video .line {
    position: absolute;
    bottom: 35px;
    left: 30px;
    height: 1px;
    width: 48%;
    background-color: #ea7c28
}

.profile .athlete-informations .news .news-list .news-wrapper.video .video-time {
    bottom: 10px;
    font-size: 11px
}

.profile .athlete-informations .news .news-list .news-wrapper.small {
    width: 30%
}

.profile .athlete-informations .news .news-list .news-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.profile .athlete-informations .news .news-list .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile .athlete-informations .news .news-list .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile .athlete-informations .news .news-list .left .list-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile .athlete-informations .competition {
    padding-left: 15px;
    padding-right: 15px
}

.profile .athlete-informations .competition .competition-list .competition-widget {
    margin-top: 20px;
    position: relative;
    background-color: #f4f4f7
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square {
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #e36500;
    right: 5%;
    top: -6px;
    text-align: center;
    padding-top: 4px
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square .rank {
    color: #fff;
    font-size: 2rem
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square .rank sup {
    font-size: 2rem
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -4px;
    border-bottom: 6px solid #e57937;
    border-left: 4px solid transparent
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    left: 0;
    border-top: 6px solid #e36500;
    border-left: 33px solid transparent
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.gold {
    background-color: #e5ac48
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.gold:before {
    border-bottom: 6px solid #ae7819
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.gold:after {
    border-top: 6px solid #e5ac48
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.silver {
    background-color: #e4e4e4
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.silver:before {
    border-bottom: 6px solid #b1b1b1
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.silver:after {
    border-top: 6px solid #e4e4e4
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.bronze {
    background-color: #905e3d
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.bronze:before {
    border-bottom: 6px solid #482f1f
}

.profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.bronze:after {
    border-top: 6px solid #905e3d
}

.profile .athlete-informations .competition .competition-list .competition-widget .dropdown-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile .athlete-informations .competition .competition-list .competition-widget .dropdown-opener h4 {
    font-size: 12px
}

.profile .athlete-informations .competition .competition-list .competition-widget .dropdown-closer {
    display: none
}

.profile .athlete-informations .competition .competition-list .competition-widget.open {
    background-color: #f4f4f7
}

.profile .athlete-informations .competition .competition-list .competition-widget.open .event-scores {
    border: none
}

.profile .athlete-informations .competition .competition-list .competition-widget.open .event-details {
    display: block
}

.profile .athlete-informations .competition .competition-list .competition-widget.open .dropdown-opener {
    display: none
}

.profile .athlete-informations .competition .competition-list .competition-widget.open .dropdown-closer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile .athlete-informations .competition .competition-list .competition-widget.open .dropdown-closer h4 {
    font-size: 12px
}

.profile .athlete-informations .competition .competition-list .competition-widget h4 {
    font-size: 14px
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-title {
    padding: 20px 70px 20px 20px
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-scores {
    width: 100%;
    padding: 15px 10px
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    font-size: 12px;
    font-family: rad-reg;
    line-height: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table .column.thin {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table .column .table-head {
    text-transform: uppercase;
    color: #919195
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table .column .table-head p {
    font-size: 12px
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table .column .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 20px
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table .column .cell p {
    font-weight: 600
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table .column .cell img {
    height: 100%;
    padding-right: 5px
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-scores .button-wrapper {
    text-align: center;
    padding-top: 15px
}

.profile .athlete-informations .competition .competition-list .competition-widget .toggle {
    color: #5c203c;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 40px;
    background-color: #e1e1f2;
    cursor: pointer
}

.profile .athlete-informations .competition .competition-list .competition-widget .toggle .toggle-icon {
    padding-right: 10px;
    font-weight: 700
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details {
    display: none
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos {
    background-color: #f4f4f7;
    margin-bottom: 0
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    min-height: 90px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 5px
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .video-wrapper {
    width: 35%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .video-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .video-wrapper:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 7px;
    bottom: 8px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .video-wrapper .video-time {
    position: absolute;
    right: 7px;
    bottom: 8px;
    font-size: 15px;
    color: #fff
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result {
    width: 70%;
    font-size: 8px;
    font-family: rad-reg;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .result p {
    font-size: 16px;
    text-align: center
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .grey-text {
    color: #b0b0b3;
    font-size: 10px
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players {
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players .player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 5px;
    height: 23px;
    font-family: rad-reg;
    font-size: 12px
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players .player span {
    line-height: 1
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players .player.first img {
    height: 70%;
    margin-right: 5px
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players .player.second span {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players .player.second img {
    height: 70%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: -2px
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images h4 {
    color: #5c203c;
    padding: 10px
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .image-wrapper {
    overflow: hidden;
    width: 60%;
    height: 130px;
    margin-bottom: 15px;
    border-radius: 3px;
    position: relative
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .image-wrapper.thin {
    width: 37%
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .image-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .image-wrapper p {
    position: absolute;
    color: #fff;
    bottom: 13px;
    left: 15px;
    width: 91%
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .left {
    display: none
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .left .image-wrapper {
    width: 100%
}

.profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile .athlete-informations .related {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #f4f4f7;
    margin-top: 20px
}

.profile .athlete-informations .related .player-profile {
    margin-bottom: 20px;
    padding-top: 4rem
}

.profile .athlete-informations .related .player-profile .title-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile .athlete-informations .related .player-profile .title-wrapper h3 img {
    display: inline
}

.profile .athlete-informations .related .player-profile .related-profile {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#181649), to(#33143d));
    background: linear-gradient(to right, #181649, #33143d);
    color: #fff;
    margin-top: 57px;
    height: 128px
}

.profile .athlete-informations .related .player-profile .related-profile.second {
    display: none
}

.profile .athlete-informations .related .player-profile .related-profile .player-image {
    position: absolute;
    padding: 5px;
    border: 2px solid #c86530;
    border-radius: 50%;
    top: -45px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 90px
}

.profile .athlete-informations .related .player-profile .related-profile .player-image a {
    cursor: pointer !important
}

.profile .athlete-informations .related .player-profile .related-profile .player-image img {
    width: 100%
}

.profile .athlete-informations .related .player-profile .related-profile .player-name {
    padding-top: 53px;
    padding-left: 25px
}

.profile .athlete-informations .related .player-profile .related-profile .player-name h2 {
    font-size: 23px
}

.profile .athlete-informations .related .player-profile .related-profile .player-name h2 a {
    color: #fff;
    cursor: pointer !important
}

.profile .athlete-informations .related .player-profile .related-profile .player-name h2 a:hover {
    color: #ccc
}

.profile .athlete-informations .related .player-profile .related-profile .player-name .nation-wrapper {
    height: 18px;
    margin-top: 10px
}

.profile .athlete-informations .related .player-profile .related-profile .player-name .nation-wrapper h4 {
    font-size: 14px
}

.profile .athlete-informations .related .player-profile .related-informations {
    position: relative;
    margin-top: 0;
    background: #f4f4f7
}

.profile .athlete-informations .related .player-profile .related-informations.second {
    display: none
}

.profile .athlete-informations .related .player-profile .related-informations .top-triangle {
    border-bottom: 90px solid #fff
}

.profile .athlete-informations .related .player-profile .related-informations .arrow-wrapper {
    display: none
}

.profile .athlete-informations .related .related-articles .article-container {
    padding-top: 20px;
    padding-bottom: 20px
}

.profile .athlete-informations .related .related-articles .article-container .article-list {
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profile .athlete-informations .related .related-articles .article-container .article-list .article {
    width: 48%;
    margin-bottom: 15px;
    cursor: pointer
}

.profile .athlete-informations .related .related-articles .article-container .article-list .article img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.profile .athlete-informations .related .related-articles .article-container .article-list .article p {
    padding-top: 5px
}

.profile .athlete-informations .related .related-articles .article-container .article-list .article p.subtitle {
    font-size: 10px
}

.profile .athlete-informations .related .related-articles .article-container .article-list .article p.title {
    font-size: 12px
}

.profile .athlete-informations .related .related-articles .article-container .button-wrapper {
    text-align: center
}

.profile .athlete-informations .quote {
    background: -webkit-gradient(linear, left top, left bottom, from(#e36500), to(#eb7c13));
    background: linear-gradient(#e36500, #eb7c13);
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.profile .athlete-informations .quote .quote-wrapper h2 {
    color: #fff;
    border-left: 4px solid #03003f;
    font-size: 20px;
    padding-left: 25px
}

.profile .athlete-informations .quote .quote-wrapper h2 q:after,
.profile .athlete-informations .quote .quote-wrapper h2 q:before {
    color: #03003f
}

.profile .athlete-informations .quote .quote-wrapper h2 q:before {
    padding-right: 5px
}

.profile .athlete-informations .quote .quote-wrapper h2 q:after {
    padding-left: 5px
}

.profile .athlete-informations .quote .quote-wrapper p {
    text-align: right;
    padding-top: 20px;
    font-family: rad-bold
}

.profile .athlete-informations .quote .share-wrapper {
    width: 115px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1
}

.profile .athlete-informations .quote .share-wrapper .icons {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile .athlete-informations .quote .share-wrapper .icons i {
    color: #f5bc88
}

.profile .athlete-informations .quote .share-wrapper .icons i:hover {
    color: #23527c
}

.profile .athlete-informations .quote .bottom-triangle {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 70px solid #f4f4f7;
    border-right: 100vw solid transparent
}

.profile .athlete-informations .social {
    position: relative;
    background-color: #f4f4f7;
    padding-left: 15px;
    padding-right: 15px
}

.profile .athlete-informations .social .menu-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px
}

.profile .athlete-informations .social .menu-wrapper .social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile .athlete-informations .social .menu-wrapper .social-menu a:not(:last-of-type) {
    margin-right: 1rem
}

.profile .athlete-informations .social .menu-wrapper .social-menu p {
    margin-left: 5px
}

.profile .athlete-informations .social .menu-wrapper .social-menu p.active {
    color: #03003f;
    text-decoration: underline
}

.profile .athlete-informations .social .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile .athlete-informations .social .social-list .social-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.profile .athlete-informations .social .social-footer {
    padding-top: 20px
}

.profile .athlete-informations .social .social-footer .button-wrapper {
    padding-bottom: 20px
}

.profile .athlete-informations .social .social-footer .follow-container {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile .athlete-informations .social .social-footer .follow-container .instagram-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 30px
}

.profile .athlete-informations .social .social-footer .follow-container .instagram-wrapper h4 {
    padding-right: 10px
}

.profile .athlete-informations .social .social-footer .follow-container .button-wrapper.follow {
    padding-bottom: 0
}

.profile .athlete-informations .social .social-footer .follow-container .button-wrapper.follow button {
    background-color: #03003f;
    color: #fff
}

.profile .athlete-informations .social .social-footer .follow-container .button-wrapper.follow button:hover {
    border-color: #03003f;
    background-color: #040059
}

html.desktop .sticky-search-filters .view-events {
    margin-top: 4.6em
}

html.desktop .sticky-search-filters .view-events .view-filters {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

html.desktop .sticky-search-filters .view-events .view-filters form#views-exposed-form-events-events-block {
    position: fixed;
    z-index: 9999;
    top: 0;
    margin-top: 6.3em;
    width: 100%;
    /* background: 0 0; */
    height: 60px;
    padding-right: 9.2em
}

html.desktop .sticky-search-filters .view-events .view-filters form#views-exposed-form-events-events-block div.row {
    margin-top: .5em
}

html.desktop .admin-sticky-search-filters table.table-striped {
    margin-top: 2.6em !important
}

html.desktop .admin-sticky-search-filters form#views-exposed-form-events-events-block {
    margin-top: 11.8em !important
}

.container {
    width: 100% !important
}

.container--content {
    max-width: 1390px
}

.well {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.well-lg {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px
}

.no-padding {
    padding: 0
}

.no-padding--top {
    padding-top: 0 !important
}

.no-padding--bottom {
    padding-bottom: 0 !important
}

.no-padding--left {
    padding-left: 0 !important
}

.no-padding--right {
    padding-right: 0 !important
}

.no-padding>.row {
    margin-left: 0;
    margin-right: 0
}

.no-padding .navbar-right {
    margin-right: 0
}

.no-margin,
.no-margin.row {
    margin: 0
}

.no-margin--bottom,
.no-margin--bottom.row {
    margin-bottom: 0
}

.row.row--no-gutter {
    margin: 0
}

.row.row--no-gutter [class*=col-] {
    padding: 0
}

.row.row--gutter-40 {
    margin-left: -40px;
    margin-right: -40px
}

.row.row--gutter-40>[class*=col-] {
    padding-left: 40px;
    padding-right: 40px
}

.row.row--divider>[class*=col-]+[class*=col-] {
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.table>tbody>tr>td.no-padding,
.table>tbody>tr>th.no-padding,
.table>thead>tr>td.no-padding,
.table>thead>tr>th.no-padding {
    padding: 0
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px
}

.table .table-simple,
.table-simple {
    background-color: transparent
}

.table-cell--dark {
    color: #fff;
    background-color: #1e1e5a
}

.table-cell--blue {
    background-color: #0da2d8;
    color: #fff
}

.table-cell--grey {
    background-color: #ededf1
}

.table a {
    text-decoration: none
}

.row:not(.no-margin--bottom)>[class*=col] {
    margin-bottom: 30px
}

.row:not(.no-margin--bottom)>[class*=col] .row>[class*=col] {
    margin-bottom: 0
}

.panel {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.panel .row .row,
.panel--no-border .row .row {
    margin-bottom: 0
}

.nav.nav-inline>li,
.toolbar nav.nav-inline.toolbar-bar>li {
    display: inline-block
}

.nav.nav-inline>li+li,
.toolbar nav.nav-inline.toolbar-bar>li+li {
    margin-left: 20px
}

.nav.nav-inline>li>a,
.toolbar nav.nav-inline.toolbar-bar>li>a {
    padding: 0
}

.c-box--dark .nav.nav-inline>li>a,
.c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a,
.toolbar .c-box--dark nav.nav-inline.toolbar-bar>li>a {
    color: #fff
}

.nav.nav-inline>li>a.on_press,
.toolbar html:not(.mobile):not(.tablet) nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) nav.nav-inline.toolbar-bar>li>a:hover,
.toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
html:not(.mobile):not(.tablet) .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .toolbar nav.nav-inline.toolbar-bar>li>a:hover {
    background-color: inherit
}

.nav.nav-pills,
.nav.nav-tabs,
.toolbar nav.nav-pills.toolbar-bar,
.toolbar nav.nav-tabs.toolbar-bar {
    background-color: #fff
}

.nav.nav-pills--med,
.nav.nav-tabs--med,
.toolbar nav.nav-pills--med.toolbar-bar,
.toolbar nav.nav-tabs--med.toolbar-bar {
    line-height: 40px;
    height: 40px
}

.nav.nav-pills--large,
.nav.nav-tabs--large,
.toolbar nav.nav-pills--large.toolbar-bar,
.toolbar nav.nav-tabs--large.toolbar-bar {
    line-height: 50px;
    height: 50px
}

.nav.nav-tabs,
.toolbar nav.nav-tabs.toolbar-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ededf1;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.nav.nav-tabs>li,
.toolbar nav.nav-tabs.toolbar-bar>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.nav.nav-tabs>li+li,
.toolbar nav.nav-tabs.toolbar-bar>li+li {
    border-left: 1px solid #ededf1
}

.nav.nav-tabs>li+li.active>a,
.toolbar nav.nav-tabs.toolbar-bar>li+li.active>a {
    margin-left: -1px;
    width: calc(100% + 2px)
}

.nav.nav-tabs>li:not(.active) .btn,
.toolbar nav.nav-tabs.toolbar-bar>li:not(.active) .btn {
    background-color: transparent;
    color: #03003f
}

.nav.nav-tabs>li:not(.active) .btn.on_press,
.toolbar html:not(.mobile):not(.tablet) nav.nav-tabs.toolbar-bar>li:not(.active) .btn:focus,
.toolbar html:not(.mobile):not(.tablet) nav.nav-tabs.toolbar-bar>li:not(.active) .btn:hover,
.toolbar nav.nav-tabs.toolbar-bar>li:not(.active) .btn.on_press,
html:not(.mobile):not(.tablet) .nav.nav-tabs>li:not(.active) .btn:focus,
html:not(.mobile):not(.tablet) .nav.nav-tabs>li:not(.active) .btn:hover,
html:not(.mobile):not(.tablet) .toolbar nav.nav-tabs.toolbar-bar>li:not(.active) .btn:focus,
html:not(.mobile):not(.tablet) .toolbar nav.nav-tabs.toolbar-bar>li:not(.active) .btn:hover {
    background-color: transparent
}

.nav.nav-tabs>li>a,
.nav.nav-tabs>li>a:focus,
.nav.nav-tabs>li>a:hover,
.toolbar nav.nav-tabs.toolbar-bar>li>a,
.toolbar nav.nav-tabs.toolbar-bar>li>a:focus,
.toolbar nav.nav-tabs.toolbar-bar>li>a:hover {
    border: 0;
    border-radius: 0;
    margin: 0;
    width: 100%;
    background-color: inherit;
    color: #03003f
}

.nav.nav-tabs>li.active>a,
.toolbar nav.nav-tabs.toolbar-bar>li.active>a {
    color: #fff;
    margin-right: -1px;
    margin-top: -1px;
    width: calc(100% + 1px);
    z-index: 2;
    position: relative;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.nav.nav-tabs>li.active>a:before,
.toolbar nav.nav-tabs.toolbar-bar>li.active>a:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 5px;
    margin-left: -5px
}

.nav.nav-tabs--large,
.nav.nav-tabs--med,
.toolbar nav.nav-tabs--large.toolbar-bar,
.toolbar nav.nav-tabs--med.toolbar-bar {
    font-size: 13px;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.nav.nav-tabs--large .btn,
.nav.nav-tabs--med .btn,
.toolbar nav.nav-tabs--large.toolbar-bar .btn,
.toolbar nav.nav-tabs--med.toolbar-bar .btn {
    padding: 0;
    line-height: inherit;
    font-size: inherit
}

.nav.navbar.c-absolute,
.toolbar nav.navbar.c-absolute.toolbar-bar {
    position: absolute
}

.nav.nav-pills,
.toolbar nav.nav-pills.toolbar-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.nav.nav-pills>li,
.toolbar nav.nav-pills.toolbar-bar>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.nav.nav-pills>li.active a.on_press,
.toolbar html:not(.mobile):not(.tablet) nav.nav-pills.toolbar-bar>li.active a:focus,
.toolbar html:not(.mobile):not(.tablet) nav.nav-pills.toolbar-bar>li.active a:hover,
.toolbar nav.nav-pills.toolbar-bar>li.active a.on_press,
html:not(.mobile):not(.tablet) .nav.nav-pills>li.active a:focus,
html:not(.mobile):not(.tablet) .nav.nav-pills>li.active a:hover,
html:not(.mobile):not(.tablet) .toolbar nav.nav-pills.toolbar-bar>li.active a:focus,
html:not(.mobile):not(.tablet) .toolbar nav.nav-pills.toolbar-bar>li.active a:hover {
    background-color: transparent;
    border-radius: 0
}

.nav.nav-pills>li>a,
.toolbar nav.nav-pills.toolbar-bar>li>a {
    color: #03003f;
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0
}

.nav.nav-pills--left,
.nav.nav-pills--right,
.toolbar nav.nav-pills--left.toolbar-bar,
.toolbar nav.nav-pills--right.toolbar-bar {
    line-height: 50px;
    height: 50px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.nav.nav-pills--left .c-decorative--bar,
.nav.nav-pills--right .c-decorative--bar,
.toolbar nav.nav-pills--left.toolbar-bar .c-decorative--bar,
.toolbar nav.nav-pills--right.toolbar-bar .c-decorative--bar {
    opacity: .35;
    position: absolute;
    left: 0;
    top: 0
}

.nav.nav-pills--left [class*=col-],
.nav.nav-pills--right [class*=col-],
.toolbar nav.nav-pills--left.toolbar-bar [class*=col-],
.toolbar nav.nav-pills--right.toolbar-bar [class*=col-] {
    position: static
}

.nav.nav-pills--left .btn--share,
.nav.nav-pills--right .btn--share,
.toolbar nav.nav-pills--left.toolbar-bar .btn--share,
.toolbar nav.nav-pills--right.toolbar-bar .btn--share {
    color: #fff;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    margin-left: 20px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    padding: 0
}

.nav.nav-pills--large,
.nav.nav-pills--med,
.toolbar nav.nav-pills--large.toolbar-bar,
.toolbar nav.nav-pills--med.toolbar-bar {
    border-bottom: 1px solid #ededf1
}

.nav.nav-pills--large li+li,
.nav.nav-pills--med li+li,
.toolbar nav.nav-pills--large.toolbar-bar li+li,
.toolbar nav.nav-pills--med.toolbar-bar li+li {
    border-left: 1px solid #ededf1;
    margin-left: 0
}

.nav.nav-pills--large li.active a,
.nav.nav-pills--med li.active a,
.toolbar nav.nav-pills--large.toolbar-bar li.active a,
.toolbar nav.nav-pills--med.toolbar-bar li.active a {
    position: relative
}

.nav.nav-pills--large li.active a:before,
.nav.nav-pills--med li.active a:before,
.toolbar nav.nav-pills--large.toolbar-bar li.active a:before,
.toolbar nav.nav-pills--med.toolbar-bar li.active a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 4px;
    display: block
}

.nav.nav-pills--large li.active a:after,
.nav.nav-pills--med li.active a:after,
.toolbar nav.nav-pills--large.toolbar-bar li.active a:after,
.toolbar nav.nav-pills--med.toolbar-bar li.active a:after {
    content: " ";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 7px;
    margin-left: -7px;
    margin-top: 3px
}

.nav.nav-pills--med,
.toolbar nav.nav-pills--med.toolbar-bar {
    font-size: 12px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.nav.nav-pills--large,
.toolbar nav.nav-pills--large.toolbar-bar {
    font-size: 13px;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.list-group-item {
    border: 0;
    padding: 0;
    background-color: transparent
}

.select-wrapper:after {
    display: none
}

html.mobile .modaal-close {
    position: absolute
}

.modaal-overlay {
    background-color: #0e0d19 !important;
    opacity: .95 !important
}

.modaal-fullscreen .modaal-container,
.modaal-gallery .modaal-container,
.modaal-inline .modaal-container {
    background-color: transparent
}

.modaal-fullscreen .well,
.modaal-gallery .well,
.modaal-inline .well {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.modaal-inline [class*=c-brand--] {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 3px
}

.modaal-inline .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0
}

.modaal-inline .modaal-container {
    max-width: none;
    border-radius: 3px
}

.modaal-inline .modaal-content-container {
    padding: 0
}

.modaal-inline .container {
    padding: 30px
}

.modaal-inline.modaal-fullscreen .modaal-container {
    background-color: transparent;
    max-width: 1350px
}

.c-modaal--gallery {
    max-width: 980px;
    width: 100vw;
    overflow: hidden;
    margin: 0 auto
}

.c-modaal--gallery .slide {
    position: relative;
    background-color: rgba(0, 0, 0, .9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-modaal--gallery .slide img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    max-height: 100%
}

.c-modaal--gallery .nav.navbar.c-sharebar,
.c-modaal--gallery .toolbar nav.navbar.c-sharebar.toolbar-bar,
.toolbar .c-modaal--gallery nav.navbar.c-sharebar.toolbar-bar {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.c-modaal--gallery .next,
.c-modaal--gallery .prev {
    position: absolute;
    top: 0;
    color: #fff
}

.c-modaal--gallery .prev {
    left: 0
}

.c-modaal--gallery .next {
    right: 0
}

.c-modaal--gallery .gallery-slider {
    position: relative
}

.c-modaal--gallery .gallery-slider .next,
.c-modaal--gallery .gallery-slider .prev {
    font-size: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    padding: 34px
}

.c-modaal--gallery .gallery-slider .next.slick-disabled,
.c-modaal--gallery .gallery-slider .prev.slick-disabled {
    display: none !important
}

.c-modaal--gallery .gallery-slider .prev {
    right: 100%;
    left: auto
}

.c-modaal--gallery .gallery-slider .next {
    left: 100%;
    right: auto
}

.c-modaal--gallery .gallery-pager--item {
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer
}

.c-modaal--gallery .gallery-pager--item img {
    width: auto;
    max-width: 100%
}

.c-modaal--gallery .gallery-pager--item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .2s ease-std;
    transition: -webkit-transform .2s ease-std;
    transition: transform .2s ease-std;
    transition: transform .2s ease-std, -webkit-transform .2s ease-std;
    border: 2px solid #0da2d8
}

.c-modaal--gallery .gallery-pager--item.slick-current:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.c-modaal--gallery .gallery-pager img {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.c-modaal--gallery .gallery-pager .next {
    height: 100%;
    width: 100px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 100%);
    margin-top: 0
}

.c-modaal--gallery .gallery-pager .next .icon:before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 16px;
    margin-top: -8px
}

.c-modaal--gallery .gallery-caption .caption {
    margin-left: 10px
}

.c-modaal--match {
    max-width: 1080px;
    margin: 0 auto
}

.c-modaal--match .logo {
    max-width: 95px
}

.c-modaal--match .navbar-right {
    margin-right: 0
}

.c-modaal--match .c-column--main {
    min-height: auto !important
}

.c-modaal--match .table {
    font-size: 12px
}

.c-modaal--match .table th {
    font-size: 13px
}

.c-modaal--match .table thead .table-cell--dark {
    background-color: #07003f
}

.c-modaal--match .table--players {
    margin-bottom: 0
}

.c-modaal--match .table--players p+p {
    margin-top: 5px
}

.c-modaal--match .table--players .c-dot {
    position: relative;
    top: 4px
}

.c-modaal--match .table--players thead tr td {
    border-top: 0;
    padding: 0
}

.c-modaal--match .table--players thead tr td+td {
    border-left: 1px solid #ededf1
}

.c-modaal--match .table--players thead tr td tbody td {
    padding: 10px 20px
}

.c-modaal--match .table--stats {
    text-align: center
}

.c-modaal--match .table--stats th {
    text-align: center;
    vertical-align: middle;
    border: 0
}

.c-modaal--match .table--stats td,
.c-modaal--match .table--stats th {
    width: 33.33333%;
    border-left: 0;
    border-right: 0
}

.c-modaal--match .table--stats>thead>th {
    line-height: 60px
}

[class*=col]+[class*=col] .customSelect {
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.select {
    z-index: 2
}

.customSelect {
    cursor: pointer;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    display: block;
    width: 100%;
    padding: 19px 15px;
    position: relative;
    z-index: 1;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.customSelect:after {
    font-family: Icons;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\E01D';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
    font-size: 4px
}

.list-group__news {
    font-size: 13px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin: 0
}

.list-group__news .list-group-item+.list-group-item {
    margin-top: .7em
}

.list-group__news .list-group-item a {
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out
}

.list-group__news .list-group-item a.on_press,
html:not(.mobile):not(.tablet) .list-group__news .list-group-item a:focus,
html:not(.mobile):not(.tablet) .list-group__news .list-group-item a:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.list-group__news .icon,
.list-group__news .icon:before {
    display: inline-block
}

.list-group__news .icon {
    margin-right: 1em
}

.list-group__news .icon:before {
    font-size: 10px
}

.list-group__news a {
    display: inline;
    color: #03003f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.c-box--dark .list-group__news a {
    color: currentcolor
}

.list-group__news--marquee {
    white-space: nowrap
}

.list-group__news--marquee li {
    display: inline-block;
    margin-top: .7em
}

.list-group__news--marquee li+li {
    margin-left: 30px
}

.list-group__news--marquee a {
    display: inline;
    color: #fff
}

.list-group__news--marquee a.on_press,
html:not(.mobile):not(.tablet) .list-group__news--marquee a:focus,
html:not(.mobile):not(.tablet) .list-group__news--marquee a:hover {
    text-decoration: underline;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.c-box--notification {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    position: relative
}

.c-box--notification strong {
    font-size: 17px;
    font-size: 1.7rem
}

.c-box--notification p {
    margin-bottom: 20px
}

.c-box--notification .c-sponsor {
    position: absolute;
    right: 30px;
    top: 0
}

.c-box--grey {
    background-color: #ededf1
}

.c-box--white {
    background-color: #fff
}

.c-box--green {
    background-color: #42cf75
}

.c-box--yellow {
    background-color: #e6992c
}

.c-box--red {
    background-color: #e14646
}

.c-box--dark,
.c-box--dark--fancy {
    background-color: #07003f;
    color: #fff
}

.c-box--dark .c-border--bottom,
.c-box--dark .file-list,
.c-box--dark--fancy .c-border--bottom,
.c-box--dark--fancy .file-list {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.btn {
    font-size: 11px;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 50px;
    white-space: nowrap;
    border: 0;
    margin: 0;
    border-radius: 2px;
    padding: 0 24px;
    display: inline-block;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.btn,
.btn:active,
.btn:focus .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn+.btn,
.btn-group .btn+.btn {
    margin: 0
}

.btn .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    line-height: 50px
}

.btn .icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    font-size: 16px;
    width: 25px
}

.btn .icon--right:before {
    left: auto;
    right: 0
}

.btn[href$=".pdf"]:not(.btn-li) {
    display: block;
    text-align: left;
    padding: 20px 26px;
    line-height: 1;
    font-size: 12px
}

.btn[href$=".pdf"]:not(.btn-li):before {
    content: 'PDF';
    background-color: #fff;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 2px;
    line-height: 1;
    margin-right: 20px
}

.btn.text-left {
    text-align: left
}

.btn.text-right {
    text-align: right
}

.btn.text-bold {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.btn.text-semi {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.btn.text-reg {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.btn--block {
    width: 100%;
    display: block
}

.btn--border-radius {
    border-radius: 3px
}

.btn--small {
    line-height: 30px;
    font-size: 8px
}

.btn--small .icon:before {
    font-size: 4px;
    margin-top: -2px
}

.btn--large {
    line-height: 50px;
    font-size: 14px
}

.btn--wide {
    min-width: 200px
}

.btn--dark {
    color: #fff !important
}

.btn--dark .icon:before {
    color: #fff
}

.btn--naked {
    background-color: transparent !important
}

.btn--ghost {
    border-radius: 3px;
    border: 2px solid #f6f6f8;
    line-height: 46px;
    -webkit-transition: border .2s ease-out !important;
    transition: border .2s ease-out !important;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 12px
}

.btn--ghost.on_press,
html:not(.mobile):not(.tablet) .btn--ghost:focus,
html:not(.mobile):not(.tablet) .btn--ghost:hover {
    border: 2px solid #ddd;
    background-color: transparent !important
}

.btn--ghost,
[class*=c-brand--] .btn--ghost {
    background-color: transparent !important;
    color: #03003f !important
}

.c-dot {
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px
}

.c-dot--med {
    width: 14px;
    height: 14px
}

.c-dot--large {
    width: 18px;
    height: 18px
}

.c-dot--red {
    background-color: #dc1f1f
}

.c-dot--blue {
    background-color: #455bb9
}

.c-social {
    padding: 0;
    display: block
}

.c-social a {
    opacity: 1;
    padding: 0;
    display: block;
    background-color: #191736;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.c-social .c-social--instagram,
.c-social .c-social--youTube {
    border-left: 1px solid #272649
}

.c-social .c-social--VKontakte {
    font-size: 12px
}

.c-social .c-social--VKontakte.on_press,
html:not(.mobile):not(.tablet) .c-social .c-social--VKontakte:focus,
html:not(.mobile):not(.tablet) .c-social .c-social--VKontakte:hover {
    background-color: #577da3
}

.c-social .c-social--youTube {
    font-size: 24px
}

.c-social .c-social--youTube.on_press,
html:not(.mobile):not(.tablet) .c-social .c-social--youTube:focus,
html:not(.mobile):not(.tablet) .c-social .c-social--youTube:hover {
    background-color: #cd201f
}

.c-social .c-social--instagram {
    font-size: 19px
}

.c-social .c-social--instagram.on_press,
html:not(.mobile):not(.tablet) .c-social .c-social--instagram:focus,
html:not(.mobile):not(.tablet) .c-social .c-social--instagram:hover {
    background-color: #203344
}

.c-social .c-socialcount {
    display: block;
    width: auto;
    color: #fff;
    line-height: 1 !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.c-social .c-socialcount [class*=col-] {
    padding: 0
}

.c-social .c-socialcount .well-sm {
    padding: 18px
}

.c-social .c-socialcount .icon {
    display: inline-block;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.c-social .c-socialcount--twitter {
    background-color: #159ef3
}

.c-social .c-socialcount--twitter.on_press,
html:not(.mobile):not(.tablet) .c-social .c-socialcount--twitter:focus,
html:not(.mobile):not(.tablet) .c-social .c-socialcount--twitter:hover {
    background-color: #0a81cb
}

.c-social .c-socialcount--facebook {
    background-color: #3b5999
}

.c-social .c-socialcount--facebook.on_press,
html:not(.mobile):not(.tablet) .c-social .c-socialcount--facebook:focus,
html:not(.mobile):not(.tablet) .c-social .c-socialcount--facebook:hover {
    background-color: #2d4474
}

.c-social .c-socialshare {
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.c-social .c-socialshare .icon:before {
    font-size: 14px
}

.c-article {
    font-size: 13px
}

.c-article .external,
.c-article .js-modaal--geoblocked,
.c-article .js-modaal--iframe,
.c-article .js-modaal--video {
    display: block
}

.c-article a {
    color: #03003f
}

.c-article a .read-more,
.c-article a h1,
.c-article a h2,
.c-article a h3,
.c-article a h4,
.c-article a h5,
.c-article a h6 {
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.c-article a.on_press,
html:not(.mobile):not(.tablet) .c-article a:focus,
html:not(.mobile):not(.tablet) .c-article a:hover {
    color: inherit;
    text-decoration: none
}

.c-article a.on_press .read-more,
.c-article a.on_press h1,
.c-article a.on_press h2,
.c-article a.on_press h3,
.c-article a.on_press h4,
.c-article a.on_press h5,
.c-article a.on_press h6,
html:not(.mobile):not(.tablet) .c-article a:focus .read-more,
html:not(.mobile):not(.tablet) .c-article a:focus h1,
html:not(.mobile):not(.tablet) .c-article a:focus h2,
html:not(.mobile):not(.tablet) .c-article a:focus h3,
html:not(.mobile):not(.tablet) .c-article a:focus h4,
html:not(.mobile):not(.tablet) .c-article a:focus h5,
html:not(.mobile):not(.tablet) .c-article a:focus h6,
html:not(.mobile):not(.tablet) .c-article a:hover .read-more,
html:not(.mobile):not(.tablet) .c-article a:hover h1,
html:not(.mobile):not(.tablet) .c-article a:hover h2,
html:not(.mobile):not(.tablet) .c-article a:hover h3,
html:not(.mobile):not(.tablet) .c-article a:hover h4,
html:not(.mobile):not(.tablet) .c-article a:hover h5,
html:not(.mobile):not(.tablet) .c-article a:hover h6 {
    color: #302d5e;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.c-article a.on_press .icon-icn_09-play-thick:after,
.c-article a.on_press .icon-icn_10-play-thin:after,
html:not(.mobile):not(.tablet) .c-article a:focus .icon-icn_09-play-thick:after,
html:not(.mobile):not(.tablet) .c-article a:focus .icon-icn_10-play-thin:after,
html:not(.mobile):not(.tablet) .c-article a:hover .icon-icn_09-play-thick:after,
html:not(.mobile):not(.tablet) .c-article a:hover .icon-icn_10-play-thin:after {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.c-article .btn:not(.btn--naked):not(.btn--ghost).on_press,
html:not(.mobile):not(.tablet) .c-article .btn:not(.btn--naked):not(.btn--ghost):focus,
html:not(.mobile):not(.tablet) .c-article .btn:not(.btn--naked):not(.btn--ghost):hover {
    color: #fff
}

.c-article .c-article__pre-title,
.c-article .c-article__timestamp,
.c-article .caption {
    font-size: 12px
}

.c-article .c-article__title {
    font-size: 15px
}

.c-article .thumbnail+.c-article__pre-title {
    margin-top: 1em
}

.c-article__title {
    margin-bottom: 0
}

.c-article__timestamp {
    padding-top: .5em
}

.c-article__timestamp+.caption {
    padding-top: 1em
}

.c-article .thumbnail {
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.c-article .thumbnail--overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.c-article .thumbnail__timestamp {
    font-size: 10px;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #fff;
    position: absolute;
    display: block;
    border-radius: 2px 0 0 0;
    padding: 7px 15px;
    background-color: rgba(0, 0, 0, .8);
    right: 5px;
    bottom: 5px
}

.c-article .thumbnail .icon-icn_09-play-thick,
.c-article .thumbnail .icon-icn_10-play-thin {
    color: #fff;
    position: absolute;
    z-index: 5;
    vertical-align: middle;
    font-size: 30px
}

.c-article .thumbnail .icon-icn_09-play-thick:after,
.c-article .thumbnail .icon-icn_10-play-thin:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .35);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .35);
    left: 50%;
    top: 50%;
    padding: 4px;
    width: 30px;
    height: 30px;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out
}

.c-article .thumbnail+.caption,
.c-article a+.caption {
    padding-top: 1em
}

.c-article .caption,
.c-article a .caption {
    color: #403f4c
}

.c-article--featured,
.c-article--masthead {
    font-size: 14px
}

.c-article--featured .c-article__pre-title,
.c-article--masthead .c-article__pre-title {
    font-size: 13px
}

.c-article--featured .c-article__title,
.c-article--masthead .c-article__title {
    font-size: 16px
}

.c-article--featured .c-article__timestamp,
.c-article--masthead .c-article__timestamp {
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 15px
}

.c-article--featured .thumbnail>img,
.c-article--masthead .thumbnail>img {
    width: 100%
}

.c-article--featured .thumbnail .icon,
.c-article--masthead .thumbnail .icon {
    font-size: 60px
}

.c-article--featured .thumbnail .icon:after,
.c-article--masthead .thumbnail .icon:after {
    width: 60px;
    height: 60px;
    margin-left: -34px;
    margin-top: -34px
}

.c-article--featured .thumbnail__timestamp,
.c-article--masthead .thumbnail__timestamp {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    bottom: 0;
    right: 0
}

.c-article--featured .c-article__timestamp,
.c-article--masthead .c-article__timestamp {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.c-article--featured .caption,
.c-article--masthead .caption {
    font-size: 14px
}

.c-article--masthead .c-article__pre-title {
    font-size: 15px
}

.c-article--masthead .c-article__title {
    font-size: 20px
}

.c-article--masthead .c-article__timestamp {
    font-size: 14px
}

.c-article--video-pending .c-thumbnail--video,
.c-article--video-pending .c-thumbnail--video .img-responsive,
.c-article--video-pending .c-thumbnail--video:after,
.c-article--video-pending .c-thumbnail--video:before {
    border-radius: 3px
}

.c-article--video-pending .c-thumbnail--video .img-responsive {
    opacity: .1;
    z-index: 2;
    position: relative
}

.c-article--video-pending .c-thumbnail--video:before {
    z-index: 3;
    opacity: 0
}

.c-article--video-pending .c-thumbnail--video:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1
}

.c-article--video-pending .thumbnail__meta-bottom,
.c-article--video-pending .thumbnail__meta-middle,
.c-article--video-pending .thumbnail__meta-top {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.c-article--video-pending .thumbnail__meta-top {
    top: 0
}

.c-article--video-pending .thumbnail__meta-middle {
    top: 70%;
    margin-top: 0
}

.c-article--video-pending .thumbnail__text-height {
    line-height: 1
}

.c-article--video-pending .thumbnail__title-refer {
    font-size: 14px
}

.c-article--video-pending .thumbnail__meta-bottom {
    bottom: 0;
    padding: 0
}

.c-article--video-pending .thumbnail__meta-bottom span {
    white-space: nowrap
}

.c-article--video-pending .thumbnail__meta-bottom .text-muted {
    color: #fff;
    opacity: .3
}

.c-article--video-pending.c-article--featured .thumbnail .icon,
.c-article--video-pending.c-article--masthead .thumbnail .icon {
    margin-top: -70px
}

.c-box--dark .c-article,
.c-box--dark--fancy .c-article,
.c-breakout .c-article {
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .25);
    box-shadow: 0 0 18px rgba(0, 0, 0, .25);
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.c-box--dark .c-article strong,
.c-box--dark--fancy .c-article strong,
.c-breakout .c-article strong {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.c-box--dark .c-article,
.c-box--dark .c-article .c-article__title,
.c-box--dark .c-article .caption,
.c-box--dark .c-article a,
.c-box--dark .c-article a .caption,
.c-box--dark .c-article h1,
.c-box--dark .c-article h2,
.c-box--dark .c-article h3,
.c-box--dark .c-article h4,
.c-box--dark .c-article h5,
.c-box--dark .c-article h6,
.c-box--dark--fancy .c-article,
.c-box--dark--fancy .c-article .c-article__title,
.c-box--dark--fancy .c-article .caption,
.c-box--dark--fancy .c-article a,
.c-box--dark--fancy .c-article a .caption,
.c-box--dark--fancy .c-article h1,
.c-box--dark--fancy .c-article h2,
.c-box--dark--fancy .c-article h3,
.c-box--dark--fancy .c-article h4,
.c-box--dark--fancy .c-article h5,
.c-box--dark--fancy .c-article h6,
.c-breakout .c-article,
.c-breakout .c-article .c-article__title,
.c-breakout .c-article .caption,
.c-breakout .c-article a,
.c-breakout .c-article a .caption,
.c-breakout .c-article h1,
.c-breakout .c-article h2,
.c-breakout .c-article h3,
.c-breakout .c-article h4,
.c-breakout .c-article h5,
.c-breakout .c-article h6 {
    color: #fff
}

.c-box--dark .c-article .thumbnail,
.c-box--dark--fancy .c-article .thumbnail,
.c-breakout .c-article .thumbnail {
    background-color: rgba(255, 255, 255, .08)
}

.c-box--dark .c-article .caption,
.c-box--dark .c-article a .caption,
.c-box--dark--fancy .c-article .caption,
.c-box--dark--fancy .c-article a .caption,
.c-breakout .c-article .caption,
.c-breakout .c-article a .caption {
    font-size: 13px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.c-box--dark .c-article--featured .caption,
.c-box--dark--fancy .c-article--featured .caption,
.c-breakout .c-article--featured .caption {
    font-size: 15px
}

.c-article--full .navbar-right {
    margin-right: 0
}

.c-sharebar {
    background-color: #03003f
}

.c-sharebar.c-box--white {
    background-color: #fff !important
}

.c-sharebar.c-box--white .title {
    color: #03003f
}

.c-sharebar.c-box--white .title.on_press,
html:not(.mobile):not(.tablet) .c-sharebar.c-box--white .title:focus,
html:not(.mobile):not(.tablet) .c-sharebar.c-box--white .title:hover {
    color: #03003f
}

.c-sharebar,
.c-sharebar .btn,
.c-sharebar.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0
}

.c-sharebar .navbar-nav {
    margin: 0
}

.c-sharebar .navbar-left,
.c-sharebar .navbar-nav>li,
.c-sharebar.navbar>li {
    float: left
}

.c-breakout .c-sharebar {
    background-color: #fff
}

.c-breakout .c-sharebar,
.c-breakout .c-sharebar .btn {
    color: #03003f
}

.c-sharebar,
.c-sharebar a {
    color: #fff
}

.c-sharebar .btn,
.c-sharebar .title {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    line-height: 50px
}

.c-sharebar .c-social--VKontakte,
.c-sharebar .c-social--extra,
.c-sharebar .c-social--facebook,
.c-sharebar .c-social--google,
.c-sharebar .c-social--twitter {
    width: 50px;
    text-align: center;
    padding: 0;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.c-sharebar .c-social--VKontakte .icon,
.c-sharebar .c-social--VKontakte .icon:after,
.c-sharebar .c-social--VKontakte .icon:before,
.c-sharebar .c-social--extra .icon,
.c-sharebar .c-social--extra .icon:after,
.c-sharebar .c-social--extra .icon:before,
.c-sharebar .c-social--facebook .icon,
.c-sharebar .c-social--facebook .icon:after,
.c-sharebar .c-social--facebook .icon:before,
.c-sharebar .c-social--google .icon,
.c-sharebar .c-social--google .icon:after,
.c-sharebar .c-social--google .icon:before,
.c-sharebar .c-social--twitter .icon,
.c-sharebar .c-social--twitter .icon:after,
.c-sharebar .c-social--twitter .icon:before {
    line-height: 50px;
    display: block
}

.c-sharebar .c-social--comments {
    background-color: #070027;
    font-size: 16px
}

.c-sharebar .c-social--comments.on_press,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--comments:focus,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--comments:hover {
    background-color: #0c0041
}

.c-sharebar .c-social--facebook {
    background-color: #3b5999;
    font-size: 16px
}

.c-sharebar .c-social--facebook.on_press,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--facebook:focus,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--facebook:hover {
    background-color: #4264ab
}

.c-sharebar .c-social--twitter {
    background-color: #159ef3;
    font-size: 13px
}

.c-sharebar .c-social--twitter.on_press,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--twitter:focus,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--twitter:hover {
    background-color: #2da8f4
}

.c-sharebar .c-social--google {
    background-color: #dd4b39;
    font-size: 12px
}

.c-sharebar .c-social--google.on_press,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--google:focus,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--google:hover {
    background-color: #e15f4f
}

.c-sharebar .c-social--VKontakte {
    background-color: #577da3;
    font-size: 12px
}

.c-sharebar .c-social--VKontakte.on_press,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--VKontakte:focus,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--VKontakte:hover {
    background-color: #668aad
}

.c-sharebar .c-social--youTube {
    background-color: #cd201f;
    font-size: 20px
}

.c-sharebar .c-social--youTube.on_press,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--youTube:focus,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--youTube:hover {
    background-color: #de2827
}

.c-sharebar .c-social--instagram {
    background-color: #203344;
    font-size: 20px
}

.c-sharebar .c-social--instagram.on_press,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--instagram:focus,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--instagram:hover {
    background-color: #284055
}

.c-sharebar .c-social--extra {
    background-color: #155bfb;
    font-size: 13px
}

.c-sharebar .c-social--extra.on_press,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--extra:focus,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--extra:hover {
    background-color: #2e6dfb
}

.c-sharebar .c-social--comments {
    background-color: #eee;
    color: #03003f
}

.c-sharebar .c-social--comments .icon {
    margin-right: 1em;
    color: currentcolor;
    width: 15px
}

.c-sharebar .c-social--comments.on_press,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--comments:focus,
html:not(.mobile):not(.tablet) .c-sharebar .c-social--comments:hover {
    color: #03003f !important;
    background-color: #f3f3f3
}

.c-sharebar--naked,
.c-sharebar--transparent {
    background-color: transparent
}

.c-sharebar--naked [class*=c-social--],
.c-sharebar--transparent [class*=c-social--] {
    background-color: transparent
}

.c-sharebar--naked [class*=c-social--].on_press,
.c-sharebar--transparent [class*=c-social--].on_press,
html:not(.mobile):not(.tablet) .c-sharebar--naked [class*=c-social--]:focus,
html:not(.mobile):not(.tablet) .c-sharebar--naked [class*=c-social--]:hover,
html:not(.mobile):not(.tablet) .c-sharebar--transparent [class*=c-social--]:focus,
html:not(.mobile):not(.tablet) .c-sharebar--transparent [class*=c-social--]:hover {
    background-color: transparent
}

.c-sharebar--transparent [class*=c-social--] {
    margin-left: -1px;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: border .2s ease-out;
    transition: border .2s ease-out
}

.c-sharebar--transparent [class*=c-social--].on_press,
html:not(.mobile):not(.tablet) .c-sharebar--transparent [class*=c-social--]:focus,
html:not(.mobile):not(.tablet) .c-sharebar--transparent [class*=c-social--]:hover {
    border-color: rgba(255, 255, 255, .35)
}

.c-sharebar--naked li:first-child {
    margin-left: -8px
}

.c-sharebar--naked [class*=c-social--] {
    padding: 0;
    width: auto;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px
}

.c-sharebar--naked [class*=c-social--] .icon:before {
    line-height: 40px
}

.c-sharebar--naked .c-social--VKontakte .icon:before {
    font-size: 12px
}

.c-sharebar--naked .c-social--youTube .icon:before {
    font-size: 16px
}

.c-sharebar--naked .c-social--instagram .icon:before {
    font-size: 16px
}

.c-sharebar--naked .c-social--twitter .icon:before {
    font-size: 14px
}

.c-sharebar--naked .c-social--facebook .icon:before {
    font-size: 14px
}

.c-accordian--schedule {
    font-size: 12px
}

.c-accordian--schedule strong {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.c-accordian--schedule .table {
    margin-bottom: 0
}

.c-accordian--schedule .table.table-striped>tbody>tr>td:first-child {
    line-height: 36px;
    padding-left: 15px
}

.c-accordian--schedule .table .table-simple tbody tr:first-child td {
    border: 0
}

.c-accordian--schedule .c-accordian__item+.c-accordian__item {
    border-top: 1px solid #3d376d
}

.c-accordian--schedule .c-accordian__master {
    font-size: 13px
}

.c-accordian--schedule .c-accordian__master a {
    display: block;
    padding: 18px 30px;
    color: #fff;
    line-height: 1.5
}

.c-accordian--schedule .c-accordian__master--small a {
    line-height: .5
}

.c-accordian--schedule .c-accordian__master .c-accordian__plus {
    position: absolute;
    top: 22px;
    right: 30px;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none
}

.c-accordian--schedule .c-accordian__master .c-accordian__plus:after,
.c-accordian--schedule .c-accordian__master .c-accordian__plus:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.c-accordian--schedule .c-accordian__master .c-accordian__plus:before {
    width: 16px;
    height: 2px;
    margin-left: -8px;
    margin-top: -1px
}

.c-accordian--schedule .c-accordian__master .c-accordian__plus:after {
    height: 16px;
    width: 2px;
    margin-top: -8px;
    margin-left: -1px
}

.c-accordian--schedule .c-accordian__slave {
    display: none
}

.c-accordian--schedule .c-accordian__slave--small .table.table-striped td {
    padding: 8px 8px
}

.c-accordian--schedule .c-accordian__item.is-active .c-accordian__plus:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.c-video-remote {
    text-align: center;
    border-radius: 60px;
    white-space: nowrap;
    background-color: currentcolor;
    width: 320px;
    margin-left: -160px;
    margin-top: -43px
}

.c-video-remote.on_press .icon:before,
html:not(.mobile):not(.tablet) .c-video-remote:focus .icon:before,
html:not(.mobile):not(.tablet) .c-video-remote:hover .icon:before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.c-video-remote.on_press .icon:after,
html:not(.mobile):not(.tablet) .c-video-remote:focus .icon:after,
html:not(.mobile):not(.tablet) .c-video-remote:hover .icon:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.c-video-remote .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: currentcolor;
    width: 80px;
    height: 80px;
    display: block;
    margin-left: -40px;
    margin-top: -40px;
    border-radius: 50%;
    pointer-events: none
}

.c-video-remote .icon:after,
.c-video-remote .icon:before {
    position: absolute;
    text-align: center;
    display: block;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.c-video-remote .icon:before {
    color: #fff;
    left: 0;
    top: 0;
    height: 80px;
    line-height: 80px;
    width: 100%;
    font-size: 44px
}

.c-video-remote .icon:after {
    content: '';
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 60px;
    margin-left: -30px;
    margin-top: -30px
}

.c-video-remote a {
    font-size: 10px;
    display: block;
    color: #fff;
    line-height: 56px;
    width: 50%
}

.c-video-remote a.pull-left {
    padding-left: 30px;
    padding-right: 50px
}

.c-video-remote a.pull-right {
    padding-left: 50px;
    padding-right: 30px
}

.widget-newsletter-signup,
.widget-newsletter-signup label {
    position: relative;
    display: block;
    margin: 0
}

.widget-newsletter-signup input {
    position: relative;
    display: block;
    z-index: 1;
    border: 1px solid #ededf1;
    border-radius: 3px;
    width: 100%;
    padding: 16px 20px;
    padding-right: 70px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15)
}

.widget-newsletter-signup input,
.widget-newsletter-signup input::-webkit-input-placeholder {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #03003f
}

.widget-newsletter-signup input,
.widget-newsletter-signup input::-moz-placeholder {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #03003f
}

.widget-newsletter-signup input,
.widget-newsletter-signup input::-ms-input-placeholder {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #03003f
}

.widget-newsletter-signup input,
.widget-newsletter-signup input::placeholder {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #03003f
}

.widget-newsletter-signup input::-webkit-input-placeholder {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.widget-newsletter-signup input::-moz-placeholder {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.widget-newsletter-signup input::-ms-input-placeholder {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.widget-newsletter-signup input::placeholder {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.widget-newsletter-signup input:focus::-webkit-input-placeholder {
    opacity: .4
}

.widget-newsletter-signup input:focus::-moz-placeholder {
    opacity: .4
}

.widget-newsletter-signup input:focus::-ms-input-placeholder {
    opacity: .4
}

.widget-newsletter-signup input:focus::placeholder {
    opacity: .4
}

.widget-newsletter-signup .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 2;
    border-radius: 0 3px 3px 0;
    display: block;
    padding: 0
}

.widget-newsletter-signup .btn .icon {
    width: 100%;
    line-height: 50px;
    text-align: center
}

.widget-newsletter-signup .btn .icon:before {
    width: 100%;
    font-size: 10px;
    margin-top: -7px
}

.c-sidemenu>li.active>a {
    background-color: #fbfbfb
}

.c-sidemenu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 45px;
    background-color: #fbfbfb
}

.c-sidemenu>li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ededf1
}

.c-sidemenu>li>a {
    font-size: 13px;
    color: #03003f;
    padding: 22px 30px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.c-sidemenu>li>a.on_press,
html:not(.mobile):not(.tablet) .c-sidemenu>li>a:focus,
html:not(.mobile):not(.tablet) .c-sidemenu>li>a:hover {
    background-color: #fbfbfb
}

.c-sidemenu>li.active>a {
    color: #fff;
    background-color: #db2d2e
}

.c-sidemenu a {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    display: block;
    line-height: 1
}

.c-sidemenu__submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    background-color: #fbfbfb
}

.c-sidemenu__submenu>li:first-child {
    padding-top: 0
}

.c-sidemenu__submenu>li:last-child {
    padding-bottom: 0
}

.c-sidemenu__submenu>li:not(.active)>a {
    color: #03003f;
    position: relative
}

.c-sidemenu__submenu>li.active>a {
    color: #db2d2e;
    background-color: #fbfbfb
}

.c-sidemenu__submenu>li.active>a.on_press,
html:not(.mobile):not(.tablet) .c-sidemenu__submenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-sidemenu__submenu>li.active>a:hover {
    background-color: #e2e2e2
}

.c-sidemenu__submenu>li.active>a.on_press:after,
html:not(.mobile):not(.tablet) .c-sidemenu__submenu>li.active>a:focus:after,
html:not(.mobile):not(.tablet) .c-sidemenu__submenu>li.active>a:hover:after {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

.c-sidemenu__submenu>li.active>a:after {
    font-family: Icons;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\E019';
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 6px;
    margin-top: -3px;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.c-sidemenu__submenu>li>a {
    font-size: 12px;
    padding: 15px 30px;
    line-height: 1
}

.c-column--sidebar--right .c-sidemenu {
    max-width: 320px;
    padding: 20px;
    padding-top: 100px
}

.c-column--sidebar--right .c-sidemenu>li {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.c-column--sidebar--right .c-sidemenu>li>a {
    padding: 0;
    line-height: 1.2;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.c-column--sidebar--right .c-sidemenu>li>a.on_press,
html:not(.mobile):not(.tablet) .c-column--sidebar--right .c-sidemenu>li>a:focus,
html:not(.mobile):not(.tablet) .c-column--sidebar--right .c-sidemenu>li>a:hover {
    background-color: transparent;
    opacity: .8
}

.c-column--sidebar--right .c-sidemenu p+p {
    margin-top: 5px
}

.c-column--sidebar--right .c-sidemenu img+p {
    margin-top: 10px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle
}

.table>tbody>tr.clickable-row,
.table>tfoot>tr.clickable-row,
.table>thead>tr.clickable-row {
    cursor: pointer
}

.table caption {
    padding-top: 28px;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 900;
    color: #03003f;
    font-size: calc(22px + 4 * (100vw - 481px)/ 1320)
}

.table.table-striped {
    margin: 0;
    margin-bottom: 1px
}

.media.media--type-image.media--view-mode-square-big .table.table-striped img,
.media.media--type-image.media--view-mode-square-small .table.table-striped img,
.table.table-striped .img-circle,
.table.table-striped .media.media--type-image.media--view-mode-square-big img,
.table.table-striped .media.media--type-image.media--view-mode-square-small img {
    border: 5px solid #fff
}

.table.table-striped .img-circle--gold {
    border-color: #e5ac48
}

.table.table-striped .img-circle--silver {
    border-color: #e4e4e4
}

.table.table-striped .img-circle--bronze {
    border-color: #905e3d
}

.table.table-striped .flag-icon {
    margin-right: 5px
}

.table.table-striped tbody tr.featured {
    background-color: #07003f;
    color: #fff
}

.table.table-striped tbody tr.featured strong {
    display: block
}

.table.table-striped tbody tr.featured .c-arrow--down:before,
.table.table-striped tbody tr.featured .c-arrow--up:before {
    border-width: 6px
}

.table.table-striped tbody tr.featured td {
    padding-top: 20px;
    padding-bottom: 20px
}

.table.table-striped tbody tr.featured .c-divider {
    background-color: #fff;
    opacity: .1
}

.table.table-striped thead td:first-child:not(.no-padding) {
    padding-left: 30px
}

.table.table-striped thead td a {
    color: #03003f
}

.table.table-striped thead td .c-arrow--down {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 10px
}

.table.table-striped thead td .c-arrow--down:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    display: block
}

.table.table-striped td {
    vertical-align: middle;
    padding: 12px 8px
}

.table.table-striped td.no-padding {
    padding: 0
}

.table.table-striped td,
.table.table-striped td strong {
    font-size: 13px
}

.table.table-striped td,
.table.table-striped td [class*=title--] {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.table.table-striped td p {
    margin: 0
}

.table.table-striped td p+p {
    margin-top: 10px
}

.table.table-striped td small {
    font-size: 9px
}

.table.table-striped td .c-divider {
    margin: 6px 0;
    background-color: #ededf1;
    display: block;
    height: 1px;
    width: 100%
}

.table.table-striped td .c-arrow,
.table.table-striped td .c-arrow--down,
.table.table-striped td .c-arrow--up {
    display: block
}

.table.table-striped td .c-arrow:before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #5e5f98;
    display: block;
    margin: 2px auto
}

.table.table-striped td .c-arrow--down:before,
.table.table-striped td .c-arrow--up:before {
    content: " ";
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-width: 5px;
    margin: 2px auto;
    display: block
}

.table.table-striped td .c-arrow--up:before {
    border-bottom-color: currentcolor
}

.table.table-striped td .c-arrow--down:before {
    border-top-color: currentcolor
}

.table.table-striped td .c-arrow--up:not(.text-primary) {
    color: #68b473
}

.table.table-striped td .c-arrow--down:not(.text-primary) {
    color: #e64c48
}

.file-list {
    font-size: 16px;
    line-height: 26px
}

.file-list li a {
    text-decoration: none;
    display: block;
    padding: 20px 0;
    color: #181818
}

.file-list li a[href$=".pdf"]:before {
    content: "pdf"
}

.file-list li a[href$=".doc"]:before,
.file-list li a[href$=".docx"]:before {
    content: "word"
}

.file-list li a[href$=".xls"]:before,
.file-list li a[href$=".xlsx"]:before {
    content: "excel"
}

.file-list li a:before {
    -webkit-text-fill-color: #fff;
    background-color: #f15a22;
    padding: 2px 5px;
    border-radius: 2px;
    margin-right: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px
}

.listReset {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.listReset li {
    margin-bottom: 0;
    margin: 0;
    padding: 0
}

.no-scroll {
    overflow: hidden
}

body.live-scorebar-enabled .navbar-fixed-top,
body.live-scorebar-enabled .toolbar {
    z-index: 1032
}

body.live-scorebar-enabled .c-header-spacer,
body.live-scorebar-enabled .c-header__livescores,
body.live-scorebar-enabled .navbar-fixed-top,
body.live-scorebar-enabled .toolbar,
body.live-scorebar-enabled .toolbar-bar {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

body.live-scorebar-enabled.user-logged-in .c-header-spacer {
    height: 101px
}

body.live-scorebar-enabled.user-logged-in .toolbar-bar {
    top: 62px
}

body.live-scorebar-enabled.user-logged-in .confetti-background--top {
    top: 219px
}

body.live-scorebar-enabled.user-logged-in .confetti-background--middle {
    top: 909px
}

.live-score-bar {
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
    padding: 3rem 1.5rem 2.5rem 1.5rem;
    height: calc(100vh - 60px);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr)
}

.live-score-bar--loaded .live-score-bar__loader {
    display: none
}

.live-score-bar__header-nav {
    z-index: 1032
}

.live-score-bar__loader {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 25;
    background-color: rgba(255, 255, 255, .99)
}

.live-score-bar__state-button {
    position: relative;
    margin-left: 1rem
}

.live-score-bar__state-button--opened .live-score-bar__button--close {
    opacity: 1
}

.live-score-bar__state-button--opened .live-score-bar__button--show {
    opacity: 0
}

.live-score-bar__button {
    padding: .4rem .8rem;
    background-color: #ed1e4a;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 6px;
    text-transform: uppercase
}

.live-score-bar__button--close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0
}

.live-score-bar__button--hidden {
    display: none
}

.live-score-bar__button span:first-child {
    margin-right: 5px
}

.live-score-bar__dashboard-title {
    color: #03165b;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 30px;
    font-size: 3rem;
    line-height: 29.1px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis
}

.live-score-bar__dashboard-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
    min-width: 190px;
    max-width: 220px;
    border-radius: 10px;
    border: 1px solid #03165b;
    margin-bottom: 1.5rem;
    overflow: hidden
}

.live-score-bar__dashboard-switcher-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    color: #03165b;
    padding: 0 1.3rem;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer
}

.live-score-bar__dashboard-switcher-item--active {
    background-color: #03165b;
    color: #fff;
    pointer-events: none
}

.live-score-bar__dashboard-switcher-item--disabled {
    cursor: initial;
    color: #ddd
}

.live-score-bar__dashboard-switcher-item--new {
    background-color: #3ccf7b;
    color: #fff;
    -webkit-animation: pulseText 1.2s infinite;
    animation: pulseText 1.2s infinite
}

.live-score-bar__dashboard-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem
}

.live-score-bar__dashboard-filter--hidden {
    display: none
}

.live-score-bar__dashboard-filter-select-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative
}

.live-score-bar__dashboard-filter-select-wrapper:last-child select {
    border-left: none
}

.live-score-bar__dashboard-filter-select-wrapper:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 2rem;
    top: 50%;
    background-color: transparent;
    border-left: 2px solid #03165b;
    border-top: 2px solid #03165b;
    -webkit-transform: rotate(225deg) translateY(90%);
    -ms-transform: rotate(225deg) translateY(90%);
    transform: rotate(225deg) translateY(90%);
    pointer-events: none
}

.live-score-bar__dashboard-filter-select-wrapper select {
    width: 100%;
    border: .1rem solid #ddd;
    padding: .8rem .5rem;
    color: #03165b !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.live-score-bar__content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative
}

.live-score-bar__content--hidden {
    display: none !important
}

.live-score-bar__content-nav {
    display: none
}

.live-score-bar__upcoming-items {
    position: relative
}

.live-score-bar__item {
    display: block
}

.live-score-bar__item--hidden {
    display: none
}

.live-score-bar__upcoming-items-pagination {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.live-score-bar__upcoming-items-pagination-item {
    margin-right: 5px
}

.live-score-bar__upcoming-items-pagination-item:last-child {
    margin-right: 0
}

.live-score-bar__upcoming-items-pagination-item--active .live-score-bar__upcoming-items-pagination-item-title {
    color: #03165b;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.live-score-bar__upcoming-items-pagination-item--active .live-score-bar__upcoming-items-pagination-item-progress {
    width: 100%;
    -webkit-transition: width 4.8s ease-out;
    transition: width 4.8s ease-out
}

.live-score-bar__upcoming-items-pagination-item-title {
    font-size: 10px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase
}

.live-score-bar__upcoming-items-pagination-item-progress-wrapper {
    width: 100%;
    height: 1px;
    background-color: #fff
}

.live-score-bar__upcoming-items-pagination-item-progress {
    display: block;
    width: 0;
    max-width: 100%;
    height: 100%;
    background-color: #03165b;
    -webkit-transition: none;
    transition: none
}

.live-score-bar__slider {
    width: 100%;
    padding-left: 208px
}

.live-score-bar__dtrigger {
    display: none
}

.live-score-card {
    position: relative;
    font-size: 10px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: auto 1fr auto;
    margin-bottom: .975rem;
    border: .65px solid #ddd;
    background-color: #fff
}

.live-score-card__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: .65px solid #ddd;
    position: relative;
    padding: 6.5px 9.75px
}

.live-score-card__cell--header {
    text-transform: uppercase;
    color: #ccc;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 1;
    padding-left: 6.5px
}

.live-score-card__cell--header-first {
    padding-right: 0;
    padding-left: 9.75px
}

.live-score-card__cell--header-first span {
    padding-right: 9.75px
}

.live-score-card__cell--header-last {
    padding-left: 0
}

.live-score-card__cell--header-last span {
    padding-left: 9.75px
}

.live-score-card__cell--inactive:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    z-index: 10
}

.live-score-card__member-name {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 6.5px
}

.live-score-card__member-name .dot {
    width: 5.2px;
    height: 5.2px;
    background-color: #dc1f1f;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 6.5px
}

.live-score-card__member-name .dot--red {
    background-color: #dc1f1f
}

.live-score-card__member-name .dot--blue {
    background-color: #455bb9
}

.live-score-card__score-advantage {
    text-decoration: underline
}

.live-score-card__score-cautions-home {
    color: orange;
    display: inline-block
}

.live-score-card__score-cautions-home[n="0"]:before {
    display: none
}

.live-score-card__score-cautions-home[n="1"]:before {
    display: inline-block;
    content: "\25CF"
}

.live-score-card__score-cautions-home[n="2"]:before {
    display: inline-block;
    content: "\25CF\25CF"
}

.live-score-card__score-cautions-home[n="3"]:before {
    display: inline-block;
    content: "\25CF\25CF\25CF"
}

.live-score-card__score-cautions-home[n="4"]:before {
    display: inline-block;
    content: "\25CF\25CF\25CF\25CF"
}

.live-score-card__score-cautions-home:empty {
    display: none
}

.live-score-card__score-cautions-away {
    color: orange;
    display: inline-block
}

.live-score-card__score-cautions-away[n="0"]:before {
    display: none
}

.live-score-card__score-cautions-away[n="1"]:before {
    display: inline-block;
    content: "\25CF"
}

.live-score-card__score-cautions-away[n="2"]:before {
    display: inline-block;
    content: "\25CF\25CF"
}

.live-score-card__score-cautions-away[n="3"]:before {
    display: inline-block;
    content: "\25CF\25CF\25CF"
}

.live-score-card__score-cautions-away[n="4"]:before {
    display: inline-block;
    content: "\25CF\25CF\25CF\25CF"
}

.live-score-card__score-cautions-away:empty {
    display: none
}

.live-score-card__footer {
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-start: 1;
    grid-column-end: 4;
    padding: 0 9.75px;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.live-score-card__footer--running {
    background-color: #3ccf7b
}

.live-score-card__footer--upcoming {
    background-color: #ee963d
}

.live-score-card__footer--finished {
    background-color: #ed1e4a
}

.live-score-card__idle-card {
    display: none
}

.live-score-card__idle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.live-score-card__idle-title {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 18.2px;
    font-size: 1.82rem;
    margin-right: 3.25px;
    color: #dcdcdc
}

.live-score-card__idle-dot {
    display: block;
    width: 3.9px;
    height: 3.9px;
    background-color: #dcdcdc;
    margin-right: 2.6px;
    position: relative;
    top: 1.3px
}

.live-score-card__idle-dot:last-child {
    margin-right: 0
}

.live-score-card__idle-dot:nth-child(2) {
    -webkit-animation: idleAnimation 2s ease-in-out forwards infinite;
    animation: idleAnimation 2s ease-in-out forwards infinite
}

.live-score-card__idle-dot:nth-child(3) {
    -webkit-animation: idleAnimation 2s ease-in-out .4s forwards infinite;
    animation: idleAnimation 2s ease-in-out .4s forwards infinite
}

.live-score-card__idle-dot:nth-child(4) {
    -webkit-animation: idleAnimation 2s ease-in-out .8s forwards infinite;
    animation: idleAnimation 2s ease-in-out .8s forwards infinite
}

.search {
    padding: 20px;
    margin: 20px 0;
    background-color: #f1f0f7
}

.search #uww-archiveathlete .form-item {
    width: 100%;
    margin-bottom: 0
}

.search #uww-archiveathlete #edit-input {
    width: 100%;
    padding: 12px 20px
}

.search #uww-archiveathlete .form-submit {
    position: absolute;
    right: -6px;
    top: 0;
    height: 60px;
    font-size: 2.5rem;
    color: #db2d2e;
    background-color: transparent;
    outline: 0
}

.search #uww-archiveathlete .form-submit .icon {
    position: absolute;
    top: 30px;
    right: 62px;
    color: #07003f
}

.search #uww-archiveathlete .form-submit:not([disabled]):hover {
    font-size: 2.6rem;
    color: #07003f
}

.search .input-wrapper {
    position: relative
}

.search .input-wrapper input {
    font-family: rad-reg;
    font-size: 20px;
    height: 60px
}

.search .arrows-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.search .player-list {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 4rem;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.search .player-list .player-item {
    margin-bottom: 15px;
    cursor: pointer
}

.search .player-list .player-item .player {
    background-color: #fff;
    padding: 15px;
    height: 100%;
    text-align: center
}

.search .player-list .player-item .player .name-wrapper {
    color: #07003f;
    font-size: 17px;
    line-height: 22px
}

.search .player-list .player-item .player .name-wrapper img {
    height: 20px;
    margin: 4px auto;
    border: 1px solid #c0c0c2
}

.search .player-list .player-item .player .name-wrapper p {
    font-family: rad-semi;
    font-size: 12px;
    color: #919195;
    padding-left: 5px
}

.search .player-list .player-item .player .player-image img {
    width: 90%;
    max-width: 150px;
    margin: 0 auto
}

.search .player-list .player-item .player .no-border {
    border: 0;
    width: 100%
}

.search .player-list .player-item .player .no-border img {
    width: 90%
}

.tournament-hero {
    margin-top: 100px;
    width: 100%;
    margin-bottom: 25px
}

.tournament-hero__top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 42px
}

.tournament-hero__top-left,
.tournament-hero__top-right {
    display: none
}

.tournament-hero__top-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.tournament-hero__event-date {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 15.5px;
    letter-spacing: .32px;
    color: #03165b;
    margin-bottom: 4px;
    text-align: center
}

.tournament-hero__event-title {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 38.8px;
    color: #ed1e4a;
    text-align: center
}

.tournament-hero__quicklinks-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tournament-hero__quicklink {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 13.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: #03165b;
    margin-bottom: 10px
}

.tournament-hero__quicklink:hover {
    color: #03165b
}

.tournament-hero__quicklink:last-child {
    margin-bottom: 0
}

.tournament-hero__quicklink-icon {
    margin-right: 7px
}

.tournament-matrix {
    margin-bottom: 65px
}

.tournament-matrix__row-wrapper {
    margin-bottom: 12px
}

.tournament-matrix__row-wrapper--top {
    margin-bottom: 19px
}

.tournament-matrix__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 15px;
    background-color: #03165b;
    height: 90px;
    -webkit-box-shadow: 0 0 20px 0 rgba(3, 22, 91, .15);
    box-shadow: 0 0 20px 0 rgba(3, 22, 91, .15);
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tournament-matrix__row--top {
    pointer-events: none;
    background-color: #f8a91d
}

.tournament-matrix__row--top .tournament-matrix__cell--title {
    padding-left: 49px;
    color: #03165b
}

.tournament-matrix__row--top .tournament-matrix__cell--title:after {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 27px;
    background-color: #03165b
}

.tournament-matrix__row--top .tournament-matrix__cell--title:before {
    background-color: #03165b
}

.tournament-matrix__row--top .tournament-matrix__cell--date.active,
.tournament-matrix__row--top .tournament-matrix__cell--date:hover {
    background-color: #ffd78f
}

.tournament-matrix__row--top .tournament-matrix__cell--date.active .tournament-matrix__date,
.tournament-matrix__row--top .tournament-matrix__cell--date.active .tournament-matrix__day,
.tournament-matrix__row--top .tournament-matrix__cell--date:hover .tournament-matrix__date,
.tournament-matrix__row--top .tournament-matrix__cell--date:hover .tournament-matrix__day {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.tournament-matrix__row--top .tournament-matrix__cell--trigger {
    font-size: 14px;
    background-color: #f8a91d;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tournament-matrix__row--top .tournament-matrix__cell--trigger:before {
    background-color: #03165b
}

.tournament-matrix__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.tournament-matrix__cell--title {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    color: #fff
}

.tournament-matrix__cell--title:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #3a7fca
}

.tournament-matrix__cell--date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

.tournament-matrix__cell--date.active,
.tournament-matrix__cell--date:hover {
    background-color: #3a7fca
}

.tournament-matrix__cell--date.active .tournament-matrix__cell-badge--light,
.tournament-matrix__cell--date:hover .tournament-matrix__cell-badge--light {
    display: none
}

.tournament-matrix__cell--date.active .tournament-matrix__cell-badge--dark,
.tournament-matrix__cell--date:hover .tournament-matrix__cell-badge--dark {
    display: inline
}

.tournament-matrix__cell--trigger {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: #03165b;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 14px
}

.tournament-matrix__cell--trigger:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #3a7fca
}

.tournament-matrix__cell--empty {
    pointer-events: none
}

.tournament-matrix__cell-badge--light {
    display: inline
}

.tournament-matrix__cell-badge--dark {
    display: none
}

.tournament-matrix__trigger-icon {
    width: 22px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tournament-matrix__trigger-icon--desktop {
    display: none
}

.tournament-matrix__trigger-icon--mobile {
    display: inline
}

.tournament-matrix__date {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #03165b
}

.tournament-matrix__day {
    font-size: 8px;
    color: #03165b
}

.confetti-background {
    position: absolute
}

.confetti-background--desktop {
    display: none
}

.confetti-background--mobile {
    display: inline;
    max-width: 35%
}

.confetti-background--top {
    top: 60px
}

.confetti-background--left {
    left: 0
}

.confetti-background--right {
    right: 0
}

.confetti-background--middle {
    top: 750px
}

.confetti-background--bottom {
    top: 1667px
}

.tournament-accordion__wrapper {
    position: relative
}

.tournament-accordion__wrapper--open .tournament-accordion__body {
    max-height: none;
    overflow: visible
}

.tournament-accordion__wrapper--open .tournament-matrix__trigger-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tournament-accordion__header {
    position: relative;
    z-index: 5
}

.tournament-accordion__body {
    position: relative;
    z-index: 1;
    max-height: 0;
    overflow: hidden
}

.tournament-accordion__loader {
    height: 350px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2.5em
}

.tournament-accordion__loader--hidden {
    display: none
}

.tournament-accordion__loader .loader,
.tournament-accordion__loader .loader:after,
.tournament-accordion__loader .loader:before {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out
}

.tournament-accordion__loader .loader {
    color: #000;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.tournament-accordion__loader .loader:after,
.tournament-accordion__loader .loader:before {
    content: '';
    position: absolute;
    top: 0
}

.tournament-accordion__loader .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.tournament-accordion__loader .loader:after {
    left: 3.5em
}

.accordion-body {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    -webkit-box-shadow: 0 2px 7px 2px rgba(3, 22, 91, .15);
    box-shadow: 0 2px 7px 2px rgba(3, 22, 91, .15);
    top: -24px;
    position: relative;
    width: 100%
}

.accordion-body__column {
    padding: 54px 15px 15px 15px
}

.accordion-body__mobile-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 15px 20px 15px
}

.accordion-body__mobile-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.accordion-body__mobile-control--next,
.accordion-body__mobile-control--prev {
    font-size: 10px;
    color: #3a7fca;
    cursor: pointer
}

.accordion-body__mobile-control--dots .slick-dots {
    padding: 0
}

.accordion-body__mobile-control--dots .slick-dots button {
    display: none
}

.accordion-body__mobile-control--dots .slick-dots li {
    border: 1px solid #3a7fca;
    width: 9px;
    height: 9px
}

.accordion-body__mobile-control--dots .slick-dots li.slick-active {
    background-color: #3a7fca
}

.accordion-body__mobile-control-icon {
    width: 8px;
    position: relative;
    top: 1px
}

.accordion-body__mobile-control-icon--prev {
    margin-right: 4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion-body__mobile-control-icon--next {
    margin-left: 4px
}

.daily-blog-teaser {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.daily-blog-teaser__headline-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #03165b;
    padding-bottom: 11px;
    margin-bottom: 15px
}

.daily-blog-teaser__headline {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #03165b
}

.daily-blog-teaser__hashtag {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 9px;
    color: #ed1e4a
}

.daily-blog-teaser__hashtag:hover {
    color: #ed1e4a
}

.daily-blog-teaser__meta-actions-wrapper {
    padding-bottom: 8px;
    border-bottom: 1px solid #3a7fca;
    margin-bottom: 14px
}

.daily-blog-teaser__meta-action-button {
    font-size: 9px;
    color: #13b55d !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 18px;
    border-radius: 9px;
    border: 1px solid #13b55d;
    padding: 0 7px;
    white-space: nowrap
}

.daily-blog-teaser__meta-action-button:hover {
    color: #13b55d
}

.daily-blog-teaser__meta-action-chevron {
    margin-left: 15px
}

.daily-blog-teaser__preview-wrapper {
    margin-bottom: 16px
}

.daily-blog-teaser__title {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #03165b
}

.daily-blog-teaser__subtitle {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #3a7fca;
    margin-bottom: 16px
}

.daily-blog-teaser__abstract {
    font-size: 10px;
    color: #03165b;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    margin-bottom: 50px
}

.schedule-overview {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.schedule-overview__headline-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #03165b;
    padding-bottom: 11px;
    margin-bottom: 15px
}

.schedule-overview__headline {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #03165b
}

.schedule-overview__date {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.schedule-slot {
    margin-bottom: 47px
}

.schedule-slot:last-child {
    margin-bottom: 0
}

.schedule-slot__time {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #3a7fca;
    font-size: 14px;
    border-bottom: 1px solid #3a7fca;
    padding-bottom: 11px;
    margin-bottom: 15px
}

.schedule-slot__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px
}

.schedule-slot__line:last-child {
    margin-bottom: 0
}

.schedule-slot__match-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #03165b;
    margin-right: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.schedule-slot__match-decorator {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 11px
}

.schedule-slot__match-decorator--gray {
    background-color: #c5c5c5
}

.schedule-slot__match-decorator--blue {
    background-color: #3a7fca
}

.schedule-slot__match-decorator--green {
    background-color: #13b55d
}

.schedule-slot__match-decorator--white {
    border: 1px solid #333;
    width: 12px;
    height: 12px
}

.schedule-slot__match-decorator--yellow {
    background-color: #f8a91d
}

.schedule-slot__match-decorator--dark-gray {
    background-color: #555
}

.schedule-slot__match-decorator--red {
    background-color: #ed1e4a
}

.schedule-slot__match-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%
}

.schedule-slot__weight-label {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #03165b;
    margin-right: 7px
}

.schedule-slot__deep-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3a7fca !important;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 9px
}

.schedule-slot__deep-link:hover {
    color: #3a7fca
}

.schedule-slot__deep-link:hover .schedule-slot__deep-link-icon-circle {
    background-color: #3a7fca
}

.schedule-slot__deep-link:hover .schedule-slot__deep-link-icon--blue {
    display: none
}

.schedule-slot__deep-link:hover .schedule-slot__deep-link-icon--white {
    display: inline
}

.schedule-slot__deep-link-icon-circle {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #3a7fca;
    position: relative;
    margin-right: 3px
}

.schedule-slot__deep-link-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.schedule-slot__deep-link-icon--blue {
    display: inline
}

.schedule-slot__deep-link-icon--white {
    display: none
}

.schedule-slot__match-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%
}

.athletes-overview {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.athletes-overview__headline-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #03165b;
    padding-bottom: 11px;
    margin-bottom: 15px
}

.athletes-overview__headline {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #03165b
}

.athletes-overview__filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.athletes-overview__filter-label {
    font-size: 9px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px
}

.athletes-overview__filter-icon {
    margin-left: 3px
}

.athletes-overview__navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.athletes-overview__navigation-item {
    font-size: 9px;
    color: #3a7fca;
    margin-right: 8px;
    cursor: pointer
}

.athletes-overview__navigation-item--active {
    color: #ed1e4a
}

.athletes-overview__navigation-item--active .athletes-overview__navigation-progress-bar:after {
    width: 100%;
    -webkit-transition: 5s linear;
    transition: 5s linear
}

.athletes-overview__navigation-item--no-autoplay .athletes-overview__navigation-progress-bar:after {
    -webkit-transition: 0s linear !important;
    transition: 0s linear !important
}

.athletes-overview__navigation-item:last-child {
    margin-right: 0
}

.athletes-overview__navigation-progress-bar {
    height: 1px;
    background-color: #3a7fca;
    width: 100%;
    margin-top: 3px;
    position: relative
}

.athletes-overview__navigation-progress-bar:after {
    content: "";
    width: 0;
    height: 100%;
    background-color: #ed1e4a;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0s linear;
    transition: 0s linear
}

.weight-category-preview {
    margin-bottom: 22px
}

.weight-category-preview__headline {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #3a7fca;
    font-size: 14px;
    border-bottom: 1px solid #3a7fca;
    padding-bottom: 11px;
    margin-bottom: 15px
}

.weight-category-preview__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.weight-category-preview__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
}

.weight-category-preview__abstract {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.4px;
    color: #03165b;
    margin-bottom: 15px
}

.weight-category-preview__cta {
    background-color: #13b55d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 9px;
    color: #fff !important;
    height: 18px;
    border-radius: 9px;
    border: 1px solid #13b55d;
    padding: 0 7px;
    white-space: nowrap
}

.weight-category-preview__cta:hover {
    color: #fff
}

.weight-category-preview__cta-icon {
    margin-left: 15px
}

.weight-category-preview__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 42%;
    flex: 1 0 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px
}

.weight-category-preview__athlete-wrapper {
    margin-right: 15px
}

.weight-category-preview__athlete-wrapper:last-child {
    margin-right: 0
}

.weight-category-preview__athlete-image {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 11px
}

.weight-category-preview__athlete-name {
    text-align: center;
    color: #03165b;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px
}

.weight-category-preview__athlete-nation {
    text-align: center;
    color: #3a7fca;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 9px
}

.participating-athletes__headline {
    font-size: 10px;
    color: #3a7fca;
    border-bottom: 1px solid #3a7fca;
    padding-bottom: 5px;
    margin-bottom: 13px
}

.participating-athletes__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.participating-athletes__athlete-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 39px
}

.participating-athletes__athlete-wrapper.featured-athlete {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.participating-athletes__athlete-image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-right: 10px;
    border: 1px solid #fff
}

.participating-athletes__name {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #03165b;
    font-size: 10px;
    line-height: 13.2px
}

.participating-athletes__nation {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #3a7fca;
    font-size: 9px
}

.contenders-overview {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.contenders-overview__headline-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #03165b;
    padding-bottom: 11px;
    margin-bottom: 15px
}

.contenders-overview__headline {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #03165b
}

.contenders-overview__date {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.contenders-overview__sub-headline {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #3a7fca;
    font-size: 14px;
    border-bottom: 1px solid #3a7fca;
    padding-bottom: 11px;
    margin-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contenders-overview__sub-headline-medal {
    margin-right: 9px
}

.contenders-slot {
    margin-bottom: 47px
}

.contenders-slot:last-child {
    margin-bottom: 0
}

.contenders-slot__headline-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #3a7fca;
    padding-bottom: 11px;
    margin-bottom: 15px
}

.contenders-slot__weight-category {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #3a7fca;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contenders-slot__weight-category-decorator {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #3a7fca;
    margin-right: 10px
}

.contenders-slot__cta {
    font-size: 9px;
    color: #13b55d !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 18px;
    border-radius: 9px;
    border: 1px solid #13b55d;
    padding: 0 7px;
    white-space: nowrap
}

.contenders-slot__cta:hover {
    color: #13b55d
}

.contenders-slot__meta-action-chevron {
    margin-left: 15px
}

.contenders-slot__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem
}

.contenders-slot__line:last-child {
    margin-bottom: 0
}

.contenders-slot__athlete-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contenders-slot__athlete-wrapper.featured-athlete {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.contenders-slot__athlete-image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 9px;
    border: 1px solid #bbb
}

.contenders-slot__athlete-name {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #03165b;
    font-size: 10px;
    line-height: 10px
}

.contenders-slot__athlete-nation {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #3a7fca;
    font-size: 9px
}

.medalists-overview {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.medalists-overview__headline-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #03165b;
    padding-bottom: 11px;
    margin-bottom: 15px
}

.medalists-overview__headline {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #03165b
}

.medalists-overview__date {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.medalists-overview__share-event {
    margin-top: 70px
}

.medalists-slot {
    margin-bottom: 40px
}

.medalists-slot:last-child {
    margin-bottom: 0
}

.medalists-slot__headline-wrapper {
    padding-bottom: 11px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #3a7fca
}

.medalists-slot__headline {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #3a7fca;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.medalists-slot__headline-medal {
    margin-right: 9px
}

.medalists-slot__weight-category {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #3a7fca;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.medalists-slot__weight-category-decorator {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #3a7fca;
    margin-right: 10px
}

.medalists-slot__athletes-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.medalists-slot__athlete-wrapper {
    text-align: center
}

.medalists-slot__athlete-wrapper--gold .medalists-slot__athlete-image {
    border: 4px solid #f8a91d
}

.medalists-slot__athlete-wrapper--gold .medalists-slot__athlete-rank {
    color: #f8a91d
}

.medalists-slot__athlete-wrapper--silver .medalists-slot__athlete-image {
    border: 4px solid #ddd
}

.medalists-slot__athlete-wrapper--silver .medalists-slot__athlete-rank {
    color: #aaa
}

.medalists-slot__athlete-wrapper--bronze .medalists-slot__athlete-image {
    border: 4px solid #be9c69
}

.medalists-slot__athlete-wrapper--bronze .medalists-slot__athlete-rank {
    color: #be9c69
}

.medalists-slot__athlete-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border: 4px solid #bbb;
    margin-bottom: 4px
}

.medalists-slot__athlete-rank {
    font-size: 9px;
    line-height: 9px;
    margin-bottom: 9px
}

.medalists-slot__athlete-name {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #03165b;
    font-size: 10px;
    line-height: 13.2px
}

.medalists-slot__athlete-nation {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #3a7fca;
    font-size: 9px
}

.media-teaser {
    font-family: rad-reg, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.media-teaser__headline-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #03165b;
    padding-bottom: 11px;
    margin-bottom: 15px
}

.media-teaser__headline {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #03165b
}

.media-teaser__hashtag {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 9px;
    color: #ed1e4a
}

.media-teaser__hashtag:hover {
    color: #ed1e4a
}

.media-teaser__meta-actions-wrapper {
    padding-bottom: 8px;
    border-bottom: 1px solid #3a7fca;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.media-teaser__meta-actions-label {
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #3a7fca
}

.media-teaser__meta-action-button {
    font-size: 9px;
    color: #13b55d !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 18px;
    border-radius: 9px;
    border: 1px solid #13b55d;
    padding: 0 7px;
    white-space: nowrap;
    min-width: 80px
}

.media-teaser__meta-action-button:hover {
    color: #13b55d
}

.media-teaser__meta-action-chevron {
    margin-left: auto;
    width: 4px
}

.media-teaser__gallery-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.media-teaser__img {
    margin-bottom: 4px
}

.media-teaser__img--full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.media-teaser__img--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 2px);
    flex: 0 0 calc(50% - 2px);
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width: calc(50% - 2px)
}

.event-sharer {
    font-size: 10px;
    line-height: 11px;
    color: #03165b !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.event-sharer--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.event-sharer__icon {
    width: 14px;
    margin-top: 2px;
    margin-right: 12px
}

.tournament-schedule__title {
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #03165b;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    border-bottom: .1rem solid #ddd
}

.tournament-schedule__hashtag {
    font-size: 9px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

.tournament-schedule__content {
    border-left: .3rem solid #f8a91d
}

.tournament-schedule__meta {
    padding: .8rem .9rem .8rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: .1rem solid #ddd
}

.tournament-schedule__meta-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .9rem
}

.tournament-schedule__meta-item:last-child {
    margin-right: 0
}

.tournament-schedule__meta-item-title {
    font-size: 9px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #969696;
    margin-left: .3rem
}

.tournament-schedule__meta-dot {
    width: .7rem;
    height: .7rem;
    border-radius: 50%
}

.tournament-schedule__meta-dot--icon {
    width: .5rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.tournament-schedule__meta-dot--icon img {
    width: 100%
}

.tournament-schedule__meta-dot--grey {
    background-color: #c5c5c5
}

.tournament-schedule__meta-dot--green {
    background-color: #2eaa46
}

.tournament-schedule__meta-dot--yellow {
    background-color: #f8a91d
}

.tournament-schedule__meta-dot--blue {
    background-color: #3a7fca
}

.tournament-schedule__meta-dot--dark-grey {
    background-color: #969696
}

.tournament-schedule__meta-dot--red {
    background-color: #ed1e4a
}

.tournament-schedule__day {
    border-bottom: .1rem solid #ddd
}

.tournament-schedule__day--opened .tournament-schedule__day-title {
    background-color: #f8a91d;
    color: #03165b
}

.tournament-schedule__day--opened .tournament-schedule__day-title span {
    opacity: 1
}

.tournament-schedule__day-title {
    padding: 1.2rem 1.7rem 1.1rem 1.7rem;
    font-size: 16px;
    color: #969696;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.tournament-schedule__day-title span {
    font-size: 9px;
    color: #03165b;
    opacity: 0
}

.tournament-schedule__day-content-wrapper {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

.tournament-schedule__day-content {
    padding: 1.1rem 1.1rem .85rem 1.7rem
}

.tournament-schedule__slot {
    margin-bottom: 3.2rem
}

.tournament-schedule__slot:last-child {
    margin-bottom: 0
}

.tournament-schedule__slot-time {
    font-size: 10px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #3a7fca;
    padding-bottom: .7rem;
    border-bottom: .1rem solid #3a7fca
}

.tournament-schedule__slot-event {
    padding: 1.2rem 0 1.15rem 0;
    border-bottom: .1rem solid #ddd;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.tournament-schedule__slot-event:last-child {
    border-bottom: none
}

.tournament-schedule__slot-event-title {
    font-size: 10px;
    color: #03165b;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.tournament-schedule__slot-event-sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: .4rem
}

.tournament-schedule__slot-event-sub:last-child {
    margin-bottom: 0
}

.tournament-schedule__slot-event-sub-title {
    font-size: 9px;
    color: #3a7fca;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400
}

.tournament-schedule__slot-event-sub-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tournament-schedule__slot-event-sub-meta li {
    margin-right: .5rem
}

.tournament-schedule__slot-event-sub-meta li:last-child {
    margin-right: 0
}

.partners-list {
    border-top: .3rem solid #2eaa46;
    margin-top: 3rem
}

.partners-list__title {
    font-size: 16px;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #03165b;
    padding: 1.3rem 2.2rem 1.8rem 2.2rem;
    border-bottom: .1rem solid #ddd
}

.partners-list__items {
    padding: 2.5rem 1rem 2.8rem 2.2rem;
    margin: 0;
    list-style: none
}

.partners-list__items li {
    font-size: 16px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    margin-bottom: 1.3rem
}

.partners-list__items li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #03165b
}

.partners-list__items li a img {
    width: 1rem;
    height: 1rem;
    margin-right: .6rem
}

.partners-list__items li:last-child {
    margin-bottom: 0
}

.c-brand--tokyo-2020-preview .card__live-event {
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-brand--tokyo-2020 .customSelect {
    background-color: #d30531
}

.c-brand--tokyo-2020 .cms-content a[href$=".pdf"]:not(.btn):before {
    background-color: #ed1e4a
}

.c-brand--tokyo-2020 .c-sidemenu>li.active>a {
    background-color: #ed1e4a
}

.c-brand--tokyo-2020 .c-sidemenu>li.active>a.on_press,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .c-sidemenu>li.active>a:focus,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .c-sidemenu>li.active>a:hover {
    background-color: #c81037
}

.c-brand--tokyo-2020 .btn[href$=".pdf"]:before,
.c-brand--tokyo-2020 .list-group__news--marquee strong,
.c-brand--tokyo-2020 .text-primary,
.c-brand--tokyo-2020 .text-primary a {
    color: #ed1e4a
}

.c-brand--tokyo-2020 .c-box--primary {
    background-color: #ed1e4a;
    color: #fff
}

.c-brand--tokyo-2020 .c-box--dark .nav.nav-inline>li>a.on_press,
.c-brand--tokyo-2020 .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a.on_press,
.c-brand--tokyo-2020 .c-header-botRow a>a.on_press,
.toolbar .c-brand--tokyo-2020 .c-box--dark nav.nav-inline.toolbar-bar>li>a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .c-box--dark nav.nav-inline.toolbar-bar>li>a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .c-box--dark nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .c-box--dark .nav.nav-inline>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .c-box--dark .nav.nav-inline>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:focus,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li>a:hover,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .c-header-botRow a>a:focus,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .c-header-botRow a>a:hover {
    color: #3a7fca
}

.c-brand--tokyo-2020 .c-box--dark .nav.nav-inline>li.active>a,
.c-brand--tokyo-2020 .c-box--dark .toolbar nav.nav-inline.toolbar-bar>li.active>a,
.c-brand--tokyo-2020 .c-header-botRow a.active>a,
.toolbar .c-brand--tokyo-2020 .c-box--dark nav.nav-inline.toolbar-bar>li.active>a {
    color: #ed1e4a
}

.c-brand--tokyo-2020 .c-accordian__item+.c-accordian__item {
    border-top: 1px solid #ed1e4a !important
}

.c-brand--tokyo-2020 .c-accordian__item .c-accordian__master {
    background-color: #f8a91d
}

.c-brand--tokyo-2020 .c-accordian__item.is-active .c-accordian__plus:after,
.c-brand--tokyo-2020 .c-accordian__item.is-active .c-accordian__plus:before {
    background-color: #ed1e4a
}

.c-brand--tokyo-2020 .btn {
    background-color: #3a7fca
}

.c-brand--tokyo-2020 .btn.on_press,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .btn:focus,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .btn:hover {
    background-color: #3272b9
}

.c-brand--tokyo-2020 .btn,
.c-brand--tokyo-2020 .btn .icon {
    color: #fff
}

.c-brand--tokyo-2020 .btn--share.on_press,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .btn--share:focus,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .btn--share:hover {
    color: #ed1e4a
}

.c-brand--tokyo-2020 .btn--dark {
    background-color: #13b55d
}

.c-brand--tokyo-2020 .btn--dark .icon {
    color: #ed1e4a
}

.c-brand--tokyo-2020 .btn--dark.on_press,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .btn--dark:focus,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .btn--dark:hover {
    background-color: #f9b236
}

.c-brand--tokyo-2020 .btn--ghost .icon {
    color: #ed1e4a
}

.c-brand--tokyo-2020.c-card--recap {
    border-left-color: #ed1e4a
}

.c-brand--tokyo-2020.c-card--recap .c-divider {
    background-color: #ed1e4a
}

.c-brand--tokyo-2020 .c-gradient--horz {
    background: -webkit-gradient(linear, left top, right top, from(#ed1e4a), to(#f8a91d));
    background: linear-gradient(to right, #ed1e4a 0, #f8a91d 100%)
}

.c-brand--tokyo-2020 .c-gradient--horz.c-gradient--inv {
    background: -webkit-gradient(linear, right top, left top, from(#ed1e4a), to(#f8a91d));
    background: linear-gradient(to left, #ed1e4a 0, #f8a91d 100%)
}

.c-brand--tokyo-2020 .c-gradient--vert {
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1e4a), to(#f8a91d));
    background: linear-gradient(to bottom, #ed1e4a 0, #f8a91d 100%)
}

.c-brand--tokyo-2020 .c-gradient--vert.c-gradient--inv {
    background: -webkit-gradient(linear, left bottom, left top, from(#ed1e4a), to(#f8a91d));
    background: linear-gradient(to top, #ed1e4a 0, #f8a91d 100%)
}

.c-brand--tokyo-2020 .c-gradient--solid-green {
    background-color: #13b55d
}

.c-brand--tokyo-2020 .c-gradient--solid-red {
    background-color: #ed1e4a
}

.c-brand--tokyo-2020 .c-gradient--solid-yellow {
    background-color: #f8a91d
}

.c-brand--tokyo-2020 .c-article--video-pending .c-thumbnail--video:after {
    background: linear-gradient(-135deg, #00a4b5 0, #006392 100%)
}

.c-brand--tokyo-2020 .c-box--dark--fancy {
    background-color: #03165b
}

.c-brand--tokyo-2020 .c-box--dark--fancy .panel__subscription {
    background: -webkit-gradient(linear, left top, left bottom, from(#0c052e), to(#090127));
    background: linear-gradient(to bottom, #0c052e 0, #090127 100%);
    position: relative;
    border-top: 1px solid #0b5280
}

.c-brand--tokyo-2020 .c-box--dark--fancy .panel__subscription:after,
.c-brand--tokyo-2020 .c-box--dark--fancy .panel__subscription:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 50%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b5280), to(#090127));
    background: linear-gradient(to bottom, #0b5280 0, #090127 100%)
}

.c-brand--tokyo-2020 .c-box--dark--fancy .panel__subscription:before {
    left: 0
}

.c-brand--tokyo-2020 .c-box--dark--fancy .panel__subscription:after {
    right: 0
}

.c-brand--tokyo-2020 .c-video-remote {
    color: #3a7fca
}

.c-brand--tokyo-2020 .c-header__streaming {
    background-color: #3a7fca
}

.c-brand--tokyo-2020 .c-article-block--bg,
.c-brand--tokyo-2020 .c-breakout {
    background-color: #3a7fca;
    background: linear-gradient(60deg, #3a7fca 0, #03165b 100%)
}

.c-brand--tokyo-2020 .c-article-block--bg .c-article--featured .thumbnail,
.c-brand--tokyo-2020 .c-breakout .c-article--featured .thumbnail {
    border-top: solid #f8a91d;
    border-bottom: solid #f8a91d;
    border-width: 5px
}

.c-brand--tokyo-2020 .nav.nav-tabs>li.active>a,
.c-brand--tokyo-2020 .toolbar nav.nav-tabs.toolbar-bar>li.active>a,
.toolbar .c-brand--tokyo-2020 nav.nav-tabs.toolbar-bar>li.active>a {
    background-color: #3a7fca
}

.c-brand--tokyo-2020 .nav.nav-tabs>li.active>a:before,
.c-brand--tokyo-2020 .toolbar nav.nav-tabs.toolbar-bar>li.active>a:before,
.toolbar .c-brand--tokyo-2020 nav.nav-tabs.toolbar-bar>li.active>a:before {
    border-color: rgba(58, 127, 202, 0);
    border-top-color: #3a7fca;
    border-left-color: #3a7fca;
    border-width: 7px;
    top: calc(100% - 8px);
    border-radius: 50%;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.c-brand--tokyo-2020 .nav.nav-pills--large>li a.on_press,
.c-brand--tokyo-2020 .nav.nav-pills--med>li a.on_press,
.c-brand--tokyo-2020 .toolbar nav.nav-pills--large.toolbar-bar>li a.on_press,
.c-brand--tokyo-2020 .toolbar nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar .c-brand--tokyo-2020 nav.nav-pills--large.toolbar-bar>li a.on_press,
.toolbar .c-brand--tokyo-2020 nav.nav-pills--med.toolbar-bar>li a.on_press,
.toolbar html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 nav.nav-pills--large.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 nav.nav-pills--large.toolbar-bar>li a:hover,
.toolbar html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 nav.nav-pills--med.toolbar-bar>li a:focus,
.toolbar html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 nav.nav-pills--med.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .nav.nav-pills--large>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .nav.nav-pills--large>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .nav.nav-pills--med>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .nav.nav-pills--med>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .toolbar nav.nav-pills--large.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .toolbar nav.nav-pills--large.toolbar-bar>li a:hover,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .toolbar nav.nav-pills--med.toolbar-bar>li a:focus,
html:not(.mobile):not(.tablet) .c-brand--tokyo-2020 .toolbar nav.nav-pills--med.toolbar-bar>li a:hover {
    color: #ed1e4a
}

.c-brand--tokyo-2020 .nav.nav-pills--large>li.active a,
.c-brand--tokyo-2020 .nav.nav-pills--med>li.active a,
.c-brand--tokyo-2020 .toolbar nav.nav-pills--large.toolbar-bar>li.active a,
.c-brand--tokyo-2020 .toolbar nav.nav-pills--med.toolbar-bar>li.active a,
.toolbar .c-brand--tokyo-2020 nav.nav-pills--large.toolbar-bar>li.active a,
.toolbar .c-brand--tokyo-2020 nav.nav-pills--med.toolbar-bar>li.active a {
    color: #ed1e4a
}

.c-brand--tokyo-2020 .nav.nav-pills--large>li.active a:before,
.c-brand--tokyo-2020 .nav.nav-pills--med>li.active a:before,
.c-brand--tokyo-2020 .toolbar nav.nav-pills--large.toolbar-bar>li.active a:before,
.c-brand--tokyo-2020 .toolbar nav.nav-pills--med.toolbar-bar>li.active a:before,
.toolbar .c-brand--tokyo-2020 nav.nav-pills--large.toolbar-bar>li.active a:before,
.toolbar .c-brand--tokyo-2020 nav.nav-pills--med.toolbar-bar>li.active a:before {
    background-color: #ed1e4a
}

.c-brand--tokyo-2020 .nav.nav-pills--large>li.active a:after,
.c-brand--tokyo-2020 .nav.nav-pills--med>li.active a:after,
.c-brand--tokyo-2020 .toolbar nav.nav-pills--large.toolbar-bar>li.active a:after,
.c-brand--tokyo-2020 .toolbar nav.nav-pills--med.toolbar-bar>li.active a:after,
.toolbar .c-brand--tokyo-2020 nav.nav-pills--large.toolbar-bar>li.active a:after,
.toolbar .c-brand--tokyo-2020 nav.nav-pills--med.toolbar-bar>li.active a:after {
    border-top-color: #ed1e4a
}

.c-brand--tokyo-2020 .nav.nav-pills>li.active a:after,
.c-brand--tokyo-2020 .toolbar nav.nav-pills.toolbar-bar>li.active a:after,
.toolbar .c-brand--tokyo-2020 nav.nav-pills.toolbar-bar>li.active a:after {
    border-top-color: #ed1e4a;
    border-left-color: #ed1e4a;
    top: calc(100% - 7px);
    border-radius: 50%;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.c-brand--tokyo-2020 tr.featured {
    background-color: #ed1e4a !important
}

.c-brand--tokyo-2020 .c-decorative--bar.c-decorative--large.c-gradient--horz.c-margin--1 {
    display: none
}

.c-brand--tokyo-2020 .panel>div>div {
    border-top: 7px solid #fabc4f
}

.c-brand--tokyo-2020 .panel>div>div:first-child {
    border-top-color: #3a7fca
}

.c-brand--tokyo-2020 .panel>div>div:last-child {
    border-top-color: #ed1e4a
}

.c-brand--tokyo-2020 .nav.nav-pills--left,
.c-brand--tokyo-2020 .nav.nav-pills--right,
.c-brand--tokyo-2020 .toolbar nav.nav-pills--left.toolbar-bar,
.c-brand--tokyo-2020 .toolbar nav.nav-pills--right.toolbar-bar,
.toolbar .c-brand--tokyo-2020 nav.nav-pills--left.toolbar-bar,
.toolbar .c-brand--tokyo-2020 nav.nav-pills--right.toolbar-bar {
    text-align: center;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #fff
}

.c-brand--tokyo-2020 .nav-tabs li {
    margin-bottom: 0
}

.c-brand--tokyo-2020 .results-type li.active a {
    background-color: #3a7fca;
    color: #fff !important
}

.c-brand--tokyo-2020 .results-type li.active a:after,
.c-brand--tokyo-2020 .results-type li.active a:before {
    display: none
}

.c-brand--tokyo-2020 .results-type li.active a:hover {
    background-color: #3a7fca !important;
    color: #fff !important
}

.c-brand--tokyo-2020 .results-type li a {
    background-color: #fff;
    color: #03165b
}

.c-brand--tokyo-2020 .results-type li a:hover {
    background-color: #3a7fca;
    color: #fff !important
}

.c-brand--tokyo-2020 .block-region-middle #arena_content>.row .btn {
    background-color: #03165b;
    border-radius: 1rem
}

.c-brand--tokyo-2020 .block-region-middle #arena_content>.row .btn:before {
    color: #03165b
}

.c-brand--tokyo-2020 .block-region-middle #arena_content .c-accordian .c-accordian__item {
    border-top: 1px solid #03165b !important
}

.c-brand--tokyo-2020 .block-region-middle #arena_content .c-accordian .c-accordian__item:first-child {
    border: none !important
}

.c-brand--tokyo-2020 .block-region-middle #arena_content .c-accordian .c-accordian__item .c-accordian__master {
    background-color: #3a7fca
}

.c-brand--tokyo-2020 .block-region-middle #arena_content .c-accordian .c-accordian__item:first-child .c-accordian__master,
.c-brand--tokyo-2020 .block-region-middle #arena_content .c-accordian .c-accordian__item:nth-child(2) .c-accordian__master {
    background-color: #ed1e4a
}

.c-brand--tokyo-2020 .block-region-middle #arena_content .c-accordian .c-accordian__item .js-modaal--match {
    color: #f5822b
}

.c-brand--tokyo-2020 .tournament-accordion__wrapper--open .tournament-matrix__row:not(.tournament-matrix__row--top) .tournament-matrix__cell--date.active,
.c-brand--tokyo-2020 .tournament-accordion__wrapper--open .tournament-matrix__row:not(.tournament-matrix__row--top) .tournament-matrix__cell--date:hover {
    background-color: #ed1e4a
}

.c-brand--tokyo-2020 .tournament-accordion__wrapper--open .tournament-matrix__row:not(.tournament-matrix__row--top) .tournament-matrix__cell--trigger {
    background-color: #ed1e4a
}

.c-brand--tokyo-2020 .tournament-hero__quicklinks-wrapper a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
    text-decoration: underline
}

.c-brand--tokyo-2020 .tournament-hero__quicklinks-wrapper span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.c-brand--tokyo-2020 .tournament-matrix__cell--title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84%;
    flex: 0 0 84%
}

.c-brand--tokyo-2020 .tournament-matrix__cell--trigger {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    padding-right: 0
}

.c-brand--tokyo-2020 .c-sharebar a {
    color: #fff
}

.c-brand--tokyo-2020 .tournament-accordion__wrapper--open .tournament-accordion__body {
    overflow: hidden
}

.c-brand--tokyo-2020 .tournament-accordion__body {
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
    -webkit-box-shadow: 0 2px 7px 2px rgba(3, 22, 91, .15);
    box-shadow: 0 2px 7px 2px rgba(3, 22, 91, .15);
    border-radius: 0 0 15px 15px;
    position: relative;
    top: -8px
}

.c-brand--tokyo-2020 .tournament-accordion__body .accordion-body {
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.c-brand--tokyo-2020 .tournament-matrix__cell--date a,
.c-brand--tokyo-2020 .tournament-matrix__cell--trigger a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-brand--tokyo-2020 .athletes-overview__headline-wrapper {
    line-height: 1.1
}

.c-brand--tokyo-2020 .daily-blog-teaser__headline-wrapper {
    line-height: 1.1
}

.c-brand--tokyo-2020 .schedule-overview__headline-wrapper p {
    line-height: 1.1
}

.uww-partners {
    -webkit-box-shadow: 0 32px 50px #00000021;
    box-shadow: 0 32px 50px #00000021;
    background-color: #0000000d;
    padding: 0 10px 0 10px
}

.uww-partners h5 {
    padding: 15px 0 0 0;
    margin-bottom: 3%
}

.uww-partners .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-slider--twitter {
    font-size: 13px;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    background-color: #159ef3;
    color: #fff
}

.c-slider--twitter .slide {
    padding-left: 30px;
    padding-right: 30px
}

.c-slider--twitter .icon {
    position: relative
}

.c-slider--twitter .icon:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    background-color: #159ef3;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    z-index: 1;
    margin-left: -35px
}

.c-slider--twitter .icon:before,
.c-slider--twitter .title {
    z-index: 2;
    position: relative
}

.c-slider--twitter .slick-dots {
    padding-top: 20px;
    padding-bottom: 30px
}

.c-slider--twitter .slick-dots li {
    color: #fff
}

.c-slider--twitter a {
    color: #b2e1ff
}

.c-slider--twitter a.on_press,
html:not(.mobile):not(.tablet) .c-slider--twitter a:focus,
html:not(.mobile):not(.tablet) .c-slider--twitter a:hover {
    color: #fff
}

.c-slider--instagram {
    font-size: 13px;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    background-color: #03003f;
    color: #fff;
    position: relative;
    padding-bottom: 60px
}

.c-slider--instagram .well {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px
}

.c-slider--instagram .slick-slider {
    position: relative
}

.c-slider--instagram .slick-dots {
    color: #fff;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px
}

.c-slider--instagram .slide__bg {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}

.c-slider--instagram .slide__logo {
    font-size: 13px;
    position: absolute;
    bottom: 15px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 30px;
    display: block;
    color: #fff;
    z-index: 2
}

.c-slider--instagram .slide__logo .icon {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 20px;
    margin-top: -10px
}

.c-slider--instagram .bg-bin {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

.c-slider--instagram .bg-bin:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 50%
}

.c-slider--instagram .bg-bin .slide__bg {
    display: block
}

.c-slider--instagram .bg-bin.is-fadeOut .slide__bg {
    opacity: 0
}

.c-card--recap {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    border-left: 2px solid;
    padding: 23px 27px;
    padding-bottom: 0;
    border-bottom: 1px solid #ededf1
}

.c-card--recap .c-article__title {
    font-size: 18px;
    font-size: 1.8rem
}

.c-card--recap .c-article__timestamp {
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

.c-card--recap .c-divider {
    width: 20px;
    height: 2px;
    display: block;
    margin: 7px 0
}

.c-card--facebook,
.c-card--twitter {
    font-size: 13px;
    position: relative
}

.c-card--facebook:before,
.c-card--twitter:before {
    font-family: Icons;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    color: #fff;
    text-align: center
}

.c-card--facebook__title,
.c-card--twitter__title {
    font-size: 12px;
    font-family: rad-bold, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    padding: 19px 90px;
    min-height: 60px
}

.c-card--facebook__content,
.c-card--twitter__content {
    padding: 25px 0
}

.c-card--facebook .icon,
.c-card--twitter .icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.c-card--facebook p+p,
.c-card--twitter p+p {
    margin-top: 15px !important
}

.c-card--twitter {
    border-top: 3px solid #159ef3
}

.c-card--twitter:before {
    content: '\E00F';
    background-color: #159ef3;
    font-size: 19px
}

.c-card--twitter__title {
    color: #159ef3
}

.c-card--twitter a {
    color: #159ef3
}

.c-card--twitter a.on_press,
html:not(.mobile):not(.tablet) .c-card--twitter a:focus,
html:not(.mobile):not(.tablet) .c-card--twitter a:hover {
    color: #76c6f8
}

.c-card--facebook {
    border-top: 3px solid #3b5999
}

.c-card--facebook:before {
    content: '\E010';
    background-color: #3b5999;
    font-size: 23px
}

.c-card--facebook__title {
    color: #3b5999
}

.c-card--facebook a {
    color: #3b5999
}

.c-card--facebook a.on_press,
html:not(.mobile):not(.tablet) .c-card--facebook a:focus,
html:not(.mobile):not(.tablet) .c-card--facebook a:hover {
    color: #728dc8
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    .input-group-sm>.input-group-btn>input.btn[type=date],
    .input-group-sm>.input-group-btn>input.btn[type=datetime-local],
    .input-group-sm>.input-group-btn>input.btn[type=month],
    .input-group-sm>.input-group-btn>input.btn[type=time],
    .input-group-sm>input.form-control[type=date],
    .input-group-sm>input.form-control[type=datetime-local],
    .input-group-sm>input.form-control[type=month],
    .input-group-sm>input.form-control[type=time],
    .input-group-sm>input.input-group-addon[type=date],
    .input-group-sm>input.input-group-addon[type=datetime-local],
    .input-group-sm>input.input-group-addon[type=month],
    .input-group-sm>input.input-group-addon[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .input-group-lg>.input-group-btn>input.btn[type=date],
    .input-group-lg>.input-group-btn>input.btn[type=datetime-local],
    .input-group-lg>.input-group-btn>input.btn[type=month],
    .input-group-lg>.input-group-btn>input.btn[type=time],
    .input-group-lg>input.form-control[type=date],
    .input-group-lg>input.form-control[type=datetime-local],
    .input-group-lg>input.form-control[type=month],
    .input-group-lg>input.form-control[type=time],
    .input-group-lg>input.input-group-addon[type=date],
    .input-group-lg>input.input-group-addon[type=datetime-local],
    .input-group-lg>input.input-group-addon[type=month],
    .input-group-lg>input.input-group-addon[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .toolbar .navbar-collapse {
        max-height: 200px
    }
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

@media (min-width:220px) {

    .c-article .thumbnail .icon-icn_09-play-thick,
    .c-article .thumbnail .icon-icn_10-play-thin {
        top: 60%;
        left: 42%;
        zoom: .5 !important;
        -moz-transform: scale(.8) !important
    }
}

@media (min-width:320px) {

    .c-article .thumbnail .icon-icn_09-play-thick,
    .c-article .thumbnail .icon-icn_10-play-thin {
        top: 60%;
        left: 42%;
        zoom: .8 !important;
        -moz-transform: scale(.8) !important
    }
}

@media all and (min-width:400px) {
    .profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table .column {
        font-size: 11px;
        height: 50px;
        padding-left: 3px;
        padding-right: 3px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video {
        min-height: 100px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .image-wrapper {
        height: 150px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .image-wrapper p {
        bottom: 18px;
        left: 18px
    }
}

@media (min-width:480px) {
    .tournament-bracket-wrap .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .tournament-bracket-wrap .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .tournament-bracket-wrap .tournament-bracket__team {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:480px) {
    .c-article--video-pending .thumbnail__meta-middle {
        top: calc(70% + -10 * (100vw - 480px)/ 480)
    }

    .c-article--video-pending .thumbnail__meta-middle {
        margin-top: calc(0% + 3 * (100vw - 480px)/ 480)
    }
}

@media screen and (min-width:481px) {
    .c-margin--150 {
        margin-bottom: calc(30px + 120 * (100vw - 481px)/ 1320)
    }

    .c-margin--140 {
        margin-bottom: calc(30px + 110 * (100vw - 481px)/ 1320)
    }

    .c-margin--130 {
        margin-bottom: calc(30px + 100 * (100vw - 481px)/ 1320)
    }

    .c-margin--120 {
        margin-bottom: calc(30px + 90 * (100vw - 481px)/ 1320)
    }

    .c-margin--110 {
        margin-bottom: calc(30px + 80 * (100vw - 481px)/ 1320)
    }

    .c-margin--100 {
        margin-bottom: calc(30px + 70 * (100vw - 481px)/ 1320)
    }

    .c-margin--90 {
        margin-bottom: calc(30px + 60 * (100vw - 481px)/ 1320)
    }

    .c-margin--80 {
        margin-bottom: calc(30px + 50 * (100vw - 481px)/ 1320)
    }

    .c-margin--70 {
        margin-bottom: calc(30px + 40 * (100vw - 481px)/ 1320)
    }

    .c-margin--60 {
        margin-bottom: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-margin--50 {
        margin-bottom: calc(20px + 30 * (100vw - 481px)/ 1320)
    }

    .c-margin--40 {
        margin-bottom: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    .c-margin--30 {
        margin-bottom: calc(15px + 15 * (100vw - 481px)/ 1320)
    }

    .c-margin--20 {
        margin-bottom: calc(10px + 10 * (100vw - 481px)/ 1320)
    }

    .c-margin--15 {
        margin-bottom: calc(10px + 5 * (100vw - 481px)/ 1320)
    }

    .c-margin--10 {
        margin-bottom: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-margin--10--left {
        margin-left: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-margin--10--right {
        margin-right: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-margin--5 {
        margin-bottom: calc(2px + 3 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-150 {
        margin-top: calc(30px + 120 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-140 {
        margin-top: calc(30px + 110 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-130 {
        margin-top: calc(30px + 100 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-120 {
        margin-top: calc(30px + 90 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-110 {
        margin-top: calc(30px + 80 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-100 {
        margin-top: calc(30px + 70 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-90 {
        margin-top: calc(30px + 60 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-80 {
        margin-top: calc(30px + 50 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-70 {
        margin-top: calc(30px + 40 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-60 {
        margin-top: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-50 {
        margin-top: calc(20px + 30 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-40 {
        margin-top: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-30 {
        margin-top: calc(15px + 15 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-20 {
        margin-top: calc(10px + 10 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-15 {
        margin-top: calc(10px + 5 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-10 {
        margin-top: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-10-top-left {
        margin-left: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-10-top-right {
        margin-right: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-margin-top-5 {
        margin-top: calc(2px + 3 * (100vw - 481px)/ 1320)
    }

    .c-padding--210 {
        padding-top: calc(40px + 170 * (100vw - 481px)/ 1320)
    }

    .c-padding--210 {
        padding-bottom: calc(40px + 170 * (100vw - 481px)/ 1320)
    }

    .c-padding--210--top {
        padding-top: calc(40px + 170 * (100vw - 481px)/ 1320)
    }

    .c-padding--210--bot {
        padding-bottom: calc(40px + 170 * (100vw - 481px)/ 1320)
    }

    .c-padding--200 {
        padding-top: calc(40px + 160 * (100vw - 481px)/ 1320)
    }

    .c-padding--200 {
        padding-bottom: calc(40px + 160 * (100vw - 481px)/ 1320)
    }

    .c-padding--200--top {
        padding-top: calc(40px + 160 * (100vw - 481px)/ 1320)
    }

    .c-padding--200--bot {
        padding-bottom: calc(40px + 160 * (100vw - 481px)/ 1320)
    }

    .c-padding--190 {
        padding-top: calc(40px + 150 * (100vw - 481px)/ 1320)
    }

    .c-padding--190 {
        padding-bottom: calc(40px + 150 * (100vw - 481px)/ 1320)
    }

    .c-padding--190--top {
        padding-top: calc(40px + 150 * (100vw - 481px)/ 1320)
    }

    .c-padding--190--bot {
        padding-bottom: calc(40px + 150 * (100vw - 481px)/ 1320)
    }

    .c-padding--180 {
        padding-top: calc(40px + 140 * (100vw - 481px)/ 1320)
    }

    .c-padding--180 {
        padding-bottom: calc(40px + 140 * (100vw - 481px)/ 1320)
    }

    .c-padding--180--top {
        padding-top: calc(40px + 140 * (100vw - 481px)/ 1320)
    }

    .c-padding--180--bot {
        padding-bottom: calc(40px + 140 * (100vw - 481px)/ 1320)
    }

    .c-padding--170 {
        padding-top: calc(40px + 130 * (100vw - 481px)/ 1320)
    }

    .c-padding--170 {
        padding-bottom: calc(40px + 130 * (100vw - 481px)/ 1320)
    }

    .c-padding--170--top {
        padding-top: calc(40px + 130 * (100vw - 481px)/ 1320)
    }

    .c-padding--170--bot {
        padding-bottom: calc(40px + 130 * (100vw - 481px)/ 1320)
    }

    .c-padding--160 {
        padding-top: calc(40px + 120 * (100vw - 481px)/ 1320)
    }

    .c-padding--160 {
        padding-bottom: calc(40px + 120 * (100vw - 481px)/ 1320)
    }

    .c-padding--160--top {
        padding-top: calc(40px + 120 * (100vw - 481px)/ 1320)
    }

    .c-padding--160--bot {
        padding-bottom: calc(40px + 120 * (100vw - 481px)/ 1320)
    }

    .c-padding--150 {
        padding-top: calc(40px + 110 * (100vw - 481px)/ 1320)
    }

    .c-padding--150 {
        padding-bottom: calc(40px + 110 * (100vw - 481px)/ 1320)
    }

    .c-padding--150--top {
        padding-top: calc(40px + 110 * (100vw - 481px)/ 1320)
    }

    .c-padding--150--bot {
        padding-bottom: calc(40px + 110 * (100vw - 481px)/ 1320)
    }

    .c-padding--140 {
        padding-top: calc(40px + 100 * (100vw - 481px)/ 1320)
    }

    .c-padding--140 {
        padding-bottom: calc(40px + 100 * (100vw - 481px)/ 1320)
    }

    .c-padding--140--top {
        padding-top: calc(40px + 100 * (100vw - 481px)/ 1320)
    }

    .c-padding--140--bot {
        padding-bottom: calc(40px + 100 * (100vw - 481px)/ 1320)
    }

    .c-padding--130 {
        padding-top: calc(40px + 90 * (100vw - 481px)/ 1320)
    }

    .c-padding--130 {
        padding-bottom: calc(40px + 90 * (100vw - 481px)/ 1320)
    }

    .c-padding--130--top {
        padding-top: calc(40px + 90 * (100vw - 481px)/ 1320)
    }

    .c-padding--130--bot {
        padding-bottom: calc(40px + 90 * (100vw - 481px)/ 1320)
    }

    .c-padding--120 {
        padding-top: calc(40px + 80 * (100vw - 481px)/ 1320)
    }

    .c-padding--120 {
        padding-bottom: calc(40px + 80 * (100vw - 481px)/ 1320)
    }

    .c-padding--120--top {
        padding-top: calc(40px + 80 * (100vw - 481px)/ 1320)
    }

    .c-padding--120--bot {
        padding-bottom: calc(40px + 80 * (100vw - 481px)/ 1320)
    }

    .c-padding--110 {
        padding-top: calc(40px + 70 * (100vw - 481px)/ 1320)
    }

    .c-padding--110 {
        padding-bottom: calc(40px + 70 * (100vw - 481px)/ 1320)
    }

    .c-padding--110--top {
        padding-top: calc(40px + 70 * (100vw - 481px)/ 1320)
    }

    .c-padding--110--bot {
        padding-bottom: calc(40px + 70 * (100vw - 481px)/ 1320)
    }

    .c-padding--100 {
        padding-top: calc(40px + 60 * (100vw - 481px)/ 1320)
    }

    .c-padding--100 {
        padding-bottom: calc(40px + 60 * (100vw - 481px)/ 1320)
    }

    .c-padding--100--top {
        padding-top: calc(40px + 60 * (100vw - 481px)/ 1320)
    }

    .c-padding--100--bot {
        padding-bottom: calc(40px + 60 * (100vw - 481px)/ 1320)
    }

    .c-padding--90 {
        padding-top: calc(30px + 60 * (100vw - 481px)/ 1320)
    }

    .c-padding--90 {
        padding-bottom: calc(30px + 60 * (100vw - 481px)/ 1320)
    }

    .c-padding--90--top {
        padding-top: calc(30px + 60 * (100vw - 481px)/ 1320)
    }

    .c-padding--90--bot {
        padding-bottom: calc(30px + 60 * (100vw - 481px)/ 1320)
    }

    .c-padding--80 {
        padding-top: calc(30px + 50 * (100vw - 481px)/ 1320)
    }

    .c-padding--80 {
        padding-bottom: calc(30px + 50 * (100vw - 481px)/ 1320)
    }

    .c-padding--80--top {
        padding-top: calc(30px + 50 * (100vw - 481px)/ 1320)
    }

    .c-padding--80--bot {
        padding-bottom: calc(30px + 50 * (100vw - 481px)/ 1320)
    }

    .c-padding--70 {
        padding-top: calc(30px + 40 * (100vw - 481px)/ 1320)
    }

    .c-padding--70 {
        padding-bottom: calc(30px + 40 * (100vw - 481px)/ 1320)
    }

    .c-padding--70--top {
        padding-top: calc(30px + 40 * (100vw - 481px)/ 1320)
    }

    .c-padding--70--bot {
        padding-bottom: calc(30px + 40 * (100vw - 481px)/ 1320)
    }

    .c-padding--60 {
        padding-top: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-padding--60 {
        padding-bottom: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-padding--60--top {
        padding-top: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-padding--60--bot {
        padding-bottom: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-padding--50 {
        padding-top: calc(20px + 30 * (100vw - 481px)/ 1320)
    }

    .c-padding--50 {
        padding-bottom: calc(20px + 30 * (100vw - 481px)/ 1320)
    }

    .c-padding--50--top {
        padding-top: calc(20px + 30 * (100vw - 481px)/ 1320)
    }

    .c-padding--50--bot {
        padding-bottom: calc(20px + 30 * (100vw - 481px)/ 1320)
    }

    .c-padding--40 {
        padding-top: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    .c-padding--40 {
        padding-bottom: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    .c-padding--40--top {
        padding-top: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    .c-padding--40--bot {
        padding-bottom: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    .c-padding--30 {
        padding-top: calc(20px + 10 * (100vw - 481px)/ 1320)
    }

    .c-padding--30 {
        padding-bottom: calc(20px + 10 * (100vw - 481px)/ 1320)
    }

    .c-padding--30--top {
        padding-top: calc(20px + 10 * (100vw - 481px)/ 1320)
    }

    .c-padding--30--bot {
        padding-bottom: calc(20px + 10 * (100vw - 481px)/ 1320)
    }

    .c-padding--25 {
        padding-top: calc(10px + 15 * (100vw - 481px)/ 1320)
    }

    .c-padding--25 {
        padding-bottom: calc(10px + 15 * (100vw - 481px)/ 1320)
    }

    .c-padding--25--top {
        padding-top: calc(10px + 15 * (100vw - 481px)/ 1320)
    }

    .c-padding--25--bot {
        padding-bottom: calc(10px + 15 * (100vw - 481px)/ 1320)
    }

    .c-padding--20 {
        padding-top: calc(10px + 10 * (100vw - 481px)/ 1320)
    }

    .c-padding--20 {
        padding-bottom: calc(10px + 10 * (100vw - 481px)/ 1320)
    }

    .c-padding--20--top {
        padding-top: calc(10px + 10 * (100vw - 481px)/ 1320)
    }

    .c-padding--20--bot {
        padding-bottom: calc(10px + 10 * (100vw - 481px)/ 1320)
    }

    .c-padding--15 {
        padding-top: calc(5px + 10 * (100vw - 481px)/ 1320)
    }

    .c-padding--15 {
        padding-bottom: calc(5px + 10 * (100vw - 481px)/ 1320)
    }

    .c-padding--15--top {
        padding-top: calc(5px + 10 * (100vw - 481px)/ 1320)
    }

    .c-padding--15--bot {
        padding-bottom: calc(5px + 10 * (100vw - 481px)/ 1320)
    }

    .c-padding--10 {
        padding-top: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-padding--10 {
        padding-bottom: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-padding--10--top {
        padding-top: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-padding--10--bot {
        padding-bottom: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-line-height--100 {
        line-height: calc(40px + 60 * (100vw - 481px)/ 1320)
    }

    .c-line-height--90 {
        line-height: calc(40px + 50 * (100vw - 481px)/ 1320)
    }

    .c-line-height--80 {
        line-height: calc(40px + 40 * (100vw - 481px)/ 1320)
    }

    .c-line-height--70 {
        line-height: calc(40px + 30 * (100vw - 481px)/ 1320)
    }

    .c-line-height--60 {
        line-height: calc(40px + 20 * (100vw - 481px)/ 1320)
    }

    .c-line-height--40 {
        line-height: calc(30px + 10 * (100vw - 481px)/ 1320)
    }

    .c-line-height--30 {
        line-height: calc(20px + 10 * (100vw - 481px)/ 1320)
    }

    .c-line-height--20 {
        line-height: calc(10px + 10 * (100vw - 481px)/ 1320)
    }

    .c-offset--200--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--200--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--190--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--190--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--180--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--180--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--170--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--170--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--160--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--160--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--150--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--150--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--140--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--140--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--130--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--130--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--120--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--120--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--110--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--110--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--90--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--90--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--80--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--80--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--70--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--70--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--60--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--60--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--50--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--50--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--40--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--40--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--30--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--30--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--20--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--20--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--10--top {
        margin-top: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-offset--10--bottom {
        margin-bottom: calc(-50px + -40 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--900 {
        min-height: calc(300px + 600 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--800 {
        min-height: calc(266.66667px + 533.33333 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--700 {
        min-height: calc(233.33333px + 466.66667 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--600 {
        min-height: calc(200px + 400 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--500 {
        min-height: calc(166.66667px + 333.33333 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--400 {
        min-height: calc(133.33333px + 266.66667 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--300 {
        min-height: calc(100px + 200 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--200 {
        min-height: calc(66.66667px + 133.33333 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--100 {
        min-height: calc(33.33333px + 66.66667 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--950 {
        min-height: calc(316.66667px + 633.33333 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--850 {
        min-height: calc(283.33333px + 566.66667 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--750 {
        min-height: calc(250px + 500 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--650 {
        min-height: calc(216.66667px + 433.33333 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--550 {
        min-height: calc(183.33333px + 366.66667 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--450 {
        min-height: calc(150px + 300 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--350 {
        min-height: calc(116.66667px + 233.33333 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--250 {
        min-height: calc(83.33333px + 166.66667 * (100vw - 481px)/ 1320)
    }

    .c-minHeight--150 {
        min-height: calc(50px + 100 * (100vw - 481px)/ 1320)
    }

    h1 {
        font-size: calc(24px + 36 * (100vw - 481px)/ 1320)
    }

    h2 {
        font-size: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    h3 {
        font-size: calc(15px + 5 * (100vw - 481px)/ 1320)
    }

    h4 {
        font-size: calc(14px + 4 * (100vw - 481px)/ 1320)
    }

    h5 {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    h6 {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .title--120 {
        font-size: calc(40px + 80 * (100vw - 481px)/ 1320)
    }

    .title--110 {
        font-size: calc(40px + 70 * (100vw - 481px)/ 1320)
    }

    .title--100 {
        font-size: calc(40px + 60 * (100vw - 481px)/ 1320)
    }

    .title--90 {
        font-size: calc(40px + 50 * (100vw - 481px)/ 1320)
    }

    .title--85 {
        font-size: calc(40px + 45 * (100vw - 481px)/ 1320)
    }

    .title--80 {
        font-size: calc(40px + 40 * (100vw - 481px)/ 1320)
    }

    .title--70 {
        font-size: calc(40px + 30 * (100vw - 481px)/ 1320)
    }

    .title--75 {
        font-size: calc(40px + 35 * (100vw - 481px)/ 1320)
    }

    .title--60 {
        font-size: calc(24px + 36 * (100vw - 481px)/ 1320)
    }

    .title--50 {
        font-size: calc(20px + 30 * (100vw - 481px)/ 1320)
    }

    .title--40 {
        font-size: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    .title--30 {
        font-size: calc(16px + 14 * (100vw - 481px)/ 1320)
    }

    .title--22 {
        font-size: calc(16px + 6 * (100vw - 481px)/ 1320)
    }

    .title--20 {
        font-size: calc(15px + 5 * (100vw - 481px)/ 1320)
    }

    .title--18 {
        font-size: calc(14px + 4 * (100vw - 481px)/ 1320)
    }

    .title--16 {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .title--14 {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .title--12 {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    p+.btn.btn.read-more {
        margin-top: calc(30px + 20 * (100vw - 481px)/ 1320)
    }

    body {
        font-size: calc(14px + 4 * (100vw - 481px)/ 1320)
    }

    .c-viewport-height {
        padding-top: calc(40px + 60 * (100vw - 481px)/ 288)
    }

    .c-viewport-height {
        padding-bottom: calc(40px + 60 * (100vw - 481px)/ 288)
    }

    .c-column--main .well {
        padding-top: calc(25px + 25 * (100vw - 481px)/ 1320)
    }

    .c-column--main .well {
        padding-bottom: calc(25px + 25 * (100vw - 481px)/ 1320)
    }

    .c-column--main .well {
        padding-left: calc(15px + 45 * (100vw - 481px)/ 1320)
    }

    .c-column--main .well {
        padding-right: calc(15px + 45 * (100vw - 481px)/ 1320)
    }

    .c-column--main .panel--group {
        padding-left: calc(20px + 30 * (100vw - 481px)/ 1320)
    }

    .c-column--main .panel--group .c-decorative--bar {
        width: calc(3px + 2 * (100vw - 481px)/ 1320)
    }

    .c-column--main .c-breakout {
        margin-left: calc(-15px + -45 * (100vw - 481px)/ 1320)
    }

    .c-column--main .c-breakout {
        margin-right: calc(-15px + -45 * (100vw - 481px)/ 1320)
    }

    .c-column--sidebar .table.table-striped td,
    .c-column--sidebar .table.table-striped td strong {
        font-size: calc(10px + 3 * (100vw - 481px)/ 1320)
    }

    .c-column--sidebar .table.table-striped td small {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .c-decorative--large {
        height: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-decorative--small {
        height: calc(3px + 1 * (100vw - 481px)/ 1320)
    }

    .alignright,
    a img.alignright {
        margin-left: calc(15px + 15 * (100vw - 481px)/ 1320)
    }

    .alignleft,
    a img.alignleft {
        margin-right: calc(15px + 15 * (100vw - 481px)/ 1320)
    }

    .aligncenter {
        margin-top: calc(15px + 15 * (100vw - 481px)/ 1320)
    }

    .aligncenter {
        margin-bottom: calc(15px + 15 * (100vw - 481px)/ 1320)
    }

    figcaption {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .cms-content {
        font-size: calc(14px + 4 * (100vw - 481px)/ 1320)
    }

    .cms-content>a[href$=".pdf"]:not(.btn) {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    header.c-main .c-header-topRow {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    header.c-main .c-header-botRow,
    header.c-main .c-header-botRow .btn {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    header.c-main .c-header-botRow .navbar-left {
        font-size: calc(14px + 4 * (100vw - 481px)/ 1320)
    }

    header.c-main .c-header-botRow .js-navbarBin__slave li:not(.more) {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .c-header__mobile__nav.navbar-nav {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-header__mobile__nav.navbar-nav li.search input::-webkit-input-placeholder {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-header__mobile__nav.navbar-nav li.search input::-moz-placeholder {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-header__mobile__nav.navbar-nav li.search input::-ms-input-placeholder {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-header__mobile__nav.navbar-nav li.search input::placeholder {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-header__mobile__nav.navbar-nav .c-box--dark a {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .c-header__streaming .c-article--video-pending .thumbnail__meta-top {
        top: calc(10px + 10 * (100vw - 481px)/ 1320)
    }

    .c-header__streaming .c-article--video-pending.c-article--featured .thumbnail .icon,
    .c-header__streaming .c-article--video-pending.c-article--masthead .thumbnail .icon {
        font-size: calc(30px + 40 * (100vw - 481px)/ 1320)
    }

    .c-header__streaming .c-article--video-pending.c-article--featured .thumbnail .icon:after,
    .c-header__streaming .c-article--video-pending.c-article--masthead .thumbnail .icon:after {
        margin-top: calc(-15px + -20 * (100vw - 481px)/ 1320)
    }

    .c-header__streaming .c-article--video-pending.c-article--featured .thumbnail .icon:after,
    .c-header__streaming .c-article--video-pending.c-article--masthead .thumbnail .icon:after {
        margin-left: calc(-15px + -20 * (100vw - 481px)/ 1320)
    }

    .c-header__streaming .c-article--video-pending.c-article--featured .thumbnail .icon:after,
    .c-header__streaming .c-article--video-pending.c-article--masthead .thumbnail .icon:after {
        width: calc(30px + 40 * (100vw - 481px)/ 1320)
    }

    .c-header__streaming .c-article--video-pending.c-article--featured .thumbnail .icon:after,
    .c-header__streaming .c-article--video-pending.c-article--masthead .thumbnail .icon:after {
        height: calc(30px + 40 * (100vw - 481px)/ 1320)
    }

    footer.main--full {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    footer.main--full strong {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-brand--beach-wrestling .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
    .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--corporate .c-breakout .c-article--featured .thumbnail {
        border-width: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-brand--beach-wrestling .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--corporate .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--corporate .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--world-championships .c-breakout .c-article--featured .thumbnail {
        border-width: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-brand--beach-wrestling .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--corporate-championships .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--corporate-championships .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
    .c-brand--corporate-championships .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail {
        border-width: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-brand--beach-wrestling .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail,
    .c-brand--corporate-championships .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--corporate-championships .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
    .c-brand--corporate-championships .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail {
        border-width: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-brand--beach-wrestling .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
    .c-brand--corporate .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--corporate .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-cup .c-breakout .c-article--featured .thumbnail {
        border-width: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
    .c-brand--corporate .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--corporate .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail {
        border-width: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-breakout .caption,
    .c-breakout a .caption {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-breakout .c-article:not(.c-article--featured) .thumbnail {
        padding: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-breakout .c-article--featured {
        margin-left: calc(-30px + -30 * (100vw - 481px)/ 1320)
    }

    .c-breakout .c-article--featured {
        margin-right: calc(-30px + -30 * (100vw - 481px)/ 1320)
    }

    .c-breakout .c-article--featured .caption {
        padding-left: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-breakout .c-article--featured .caption {
        padding-right: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .panel__page-intro--world-championships {
        padding-left: calc(150px + 125 * (100vw - 481px)/ 1320)
    }

    .panel__page-intro--world-championships__left {
        width: calc(150px + 125 * (100vw - 481px)/ 1320)
    }

    .panel__page-intro--world-championships__left .img-responsive {
        width: calc(100px + 40 * (100vw - 481px)/ 1320)
    }

    .panel__page-intro--world-championships__left .c-decorative--bar {
        left: calc(125px + 75 * (100vw - 481px)/ 1320)
    }

    .card__live-event ul {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-bracket-wrap {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-bracket-wrap .table-cell--blue {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-bracket-wrap .tournament-bracket__round-title {
        font-size: calc(15px + 5 * (100vw - 481px)/ 1320)
    }

    .tournament-bracket-wrap .tournament-bracket__round-title {
        line-height: calc(40px + 30 * (100vw - 481px)/ 1320)
    }

    .tournament-bracket-wrap .tournament-bracket__round-title {
        padding-left: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    .tournament-bracket-wrap .tournament-bracket__round-title {
        padding-right: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    .well-lg {
        padding-left: calc(15px + 9 * (100vw - 481px)/ 1320)
    }

    .well-lg {
        padding-right: calc(15px + 9 * (100vw - 481px)/ 1320)
    }

    .nav.nav-pills--med,
    .nav.nav-tabs--med,
    .toolbar nav.nav-pills--med.toolbar-bar,
    .toolbar nav.nav-tabs--med.toolbar-bar {
        line-height: calc(40px + 30 * (100vw - 481px)/ 1320)
    }

    .nav.nav-pills--med,
    .nav.nav-tabs--med,
    .toolbar nav.nav-pills--med.toolbar-bar,
    .toolbar nav.nav-tabs--med.toolbar-bar {
        height: calc(40px + 30 * (100vw - 481px)/ 1320)
    }

    .nav.nav-pills--large,
    .nav.nav-tabs--large,
    .toolbar nav.nav-pills--large.toolbar-bar,
    .toolbar nav.nav-tabs--large.toolbar-bar {
        line-height: calc(50px + 40 * (100vw - 481px)/ 1320)
    }

    .nav.nav-pills--large,
    .nav.nav-tabs--large,
    .toolbar nav.nav-pills--large.toolbar-bar,
    .toolbar nav.nav-tabs--large.toolbar-bar {
        height: calc(50px + 40 * (100vw - 481px)/ 1320)
    }

    .nav.nav-tabs--large,
    .nav.nav-tabs--med,
    .toolbar nav.nav-tabs--large.toolbar-bar,
    .toolbar nav.nav-tabs--med.toolbar-bar {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .nav.nav-pills--left,
    .nav.nav-pills--right,
    .toolbar nav.nav-pills--left.toolbar-bar,
    .toolbar nav.nav-pills--right.toolbar-bar {
        line-height: calc(50px + 40 * (100vw - 481px)/ 1320)
    }

    .nav.nav-pills--left,
    .nav.nav-pills--right,
    .toolbar nav.nav-pills--left.toolbar-bar,
    .toolbar nav.nav-pills--right.toolbar-bar {
        height: calc(50px + 40 * (100vw - 481px)/ 1320)
    }

    .nav.nav-pills--left,
    .nav.nav-pills--right,
    .toolbar nav.nav-pills--left.toolbar-bar,
    .toolbar nav.nav-pills--right.toolbar-bar {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .nav.nav-pills--left,
    .nav.nav-pills--right,
    .toolbar nav.nav-pills--left.toolbar-bar,
    .toolbar nav.nav-pills--right.toolbar-bar {
        padding-left: calc(15px + 15 * (100vw - 481px)/ 1320)
    }

    .nav.nav-pills--left,
    .nav.nav-pills--right,
    .toolbar nav.nav-pills--left.toolbar-bar,
    .toolbar nav.nav-pills--right.toolbar-bar {
        padding-right: calc(15px + 15 * (100vw - 481px)/ 1320)
    }

    .nav.nav-pills--med,
    .toolbar nav.nav-pills--med.toolbar-bar {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .nav.nav-pills--large,
    .toolbar nav.nav-pills--large.toolbar-bar {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .modaal-inline .container {
        padding: calc(30px + 50 * (100vw - 481px)/ 1320)
    }

    .c-modaal--match .table {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .c-modaal--match .table th {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .customSelect {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .list-group__news {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .btn {
        font-size: calc(11px + 2 * (100vw - 481px)/ 1320)
    }

    .btn[href$=".pdf"]:not(.btn-li) {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .btn--small {
        font-size: calc(8px + 2 * (100vw - 481px)/ 1320)
    }

    .btn--large {
        line-height: calc(50px + 20 * (100vw - 481px)/ 1320)
    }

    .btn--large {
        font-size: calc(14px + 2 * (100vw - 481px)/ 1320)
    }

    .btn--ghost {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .c-article {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-article .c-article__pre-title,
    .c-article .c-article__timestamp,
    .c-article .caption {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .c-article .c-article__title {
        font-size: calc(15px + 5 * (100vw - 481px)/ 1320)
    }

    .c-article .thumbnail__timestamp {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .c-article .thumbnail__timestamp {
        right: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-article .thumbnail__timestamp {
        bottom: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-article .thumbnail .icon-icn_09-play-thick,
    .c-article .thumbnail .icon-icn_10-play-thin {
        font-size: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-article .thumbnail .icon-icn_09-play-thick:after,
    .c-article .thumbnail .icon-icn_10-play-thin:after {
        padding: calc(4px + 4 * (100vw - 481px)/ 1320)
    }

    .c-article .thumbnail .icon-icn_09-play-thick:after,
    .c-article .thumbnail .icon-icn_10-play-thin:after {
        width: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-article .thumbnail .icon-icn_09-play-thick:after,
    .c-article .thumbnail .icon-icn_10-play-thin:after {
        height: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-article--featured,
    .c-article--masthead {
        font-size: calc(14px + 4 * (100vw - 481px)/ 1320)
    }

    .c-article--featured .c-article__pre-title,
    .c-article--masthead .c-article__pre-title {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-article--featured .c-article__title,
    .c-article--masthead .c-article__title {
        font-size: calc(16px + 14 * (100vw - 481px)/ 1320)
    }

    .c-article--featured .c-article__timestamp,
    .c-article--masthead .c-article__timestamp {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .c-article--featured .c-article__timestamp,
    .c-article--masthead .c-article__timestamp {
        padding-top: calc(10px + 10 * (100vw - 481px)/ 1320)
    }

    .c-article--featured .c-article__timestamp,
    .c-article--masthead .c-article__timestamp {
        margin-bottom: calc(15px + 15 * (100vw - 481px)/ 1320)
    }

    .c-article--featured .thumbnail .icon,
    .c-article--masthead .thumbnail .icon {
        font-size: calc(60px + 60 * (100vw - 481px)/ 1320)
    }

    .c-article--featured .thumbnail .icon:after,
    .c-article--masthead .thumbnail .icon:after {
        width: calc(60px + 60 * (100vw - 481px)/ 1320)
    }

    .c-article--featured .thumbnail .icon:after,
    .c-article--masthead .thumbnail .icon:after {
        height: calc(60px + 60 * (100vw - 481px)/ 1320)
    }

    .c-article--featured .thumbnail .icon:after,
    .c-article--masthead .thumbnail .icon:after {
        margin-left: calc(-34px + -34 * (100vw - 481px)/ 1320)
    }

    .c-article--featured .thumbnail .icon:after,
    .c-article--masthead .thumbnail .icon:after {
        margin-top: calc(-34px + -34 * (100vw - 481px)/ 1320)
    }

    .c-article--featured .caption,
    .c-article--masthead .caption {
        font-size: calc(14px + 4 * (100vw - 481px)/ 1320)
    }

    .c-article--masthead .c-article__pre-title {
        font-size: calc(15px + 5 * (100vw - 481px)/ 1320)
    }

    .c-article--masthead .c-article__title {
        font-size: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    .c-article--masthead .c-article__timestamp {
        font-size: calc(14px + 4 * (100vw - 481px)/ 1320)
    }

    .c-article--video-pending.c-article--featured .thumbnail .icon,
    .c-article--video-pending.c-article--masthead .thumbnail .icon {
        margin-top: calc(-70px + -30 * (100vw - 481px)/ 1320)
    }

    .c-box--dark .c-article .caption,
    .c-box--dark .c-article a .caption,
    .c-box--dark--fancy .c-article .caption,
    .c-box--dark--fancy .c-article a .caption,
    .c-breakout .c-article .caption,
    .c-breakout .c-article a .caption {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-box--dark .c-article--featured .caption,
    .c-box--dark--fancy .c-article--featured .caption,
    .c-breakout .c-article--featured .caption {
        font-size: calc(15px + 5 * (100vw - 481px)/ 1320)
    }

    .c-sharebar .btn,
    .c-sharebar .title {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .c-sharebar .btn,
    .c-sharebar .title {
        padding-left: calc(15px + 15 * (100vw - 481px)/ 1320)
    }

    .c-sharebar .btn,
    .c-sharebar .title {
        padding-right: calc(15px + 15 * (100vw - 481px)/ 1320)
    }

    .c-sharebar--naked li:first-child {
        margin-left: calc(-8px + -7 * (100vw - 481px)/ 1320)
    }

    .c-sharebar--naked [class*=c-social--] {
        padding-left: calc(8px + 7 * (100vw - 481px)/ 1320)
    }

    .c-sharebar--naked [class*=c-social--] {
        padding-right: calc(8px + 7 * (100vw - 481px)/ 1320)
    }

    .c-sharebar--naked .c-social--VKontakte .icon:before {
        font-size: calc(12px + 4 * (100vw - 481px)/ 1320)
    }

    .c-sharebar--naked .c-social--youTube .icon:before {
        font-size: calc(16px + 16 * (100vw - 481px)/ 1320)
    }

    .c-sharebar--naked .c-social--instagram .icon:before {
        font-size: calc(16px + 10 * (100vw - 481px)/ 1320)
    }

    .c-sharebar--naked .c-social--twitter .icon:before {
        font-size: calc(14px + 4 * (100vw - 481px)/ 1320)
    }

    .c-sharebar--naked .c-social--facebook .icon:before {
        font-size: calc(14px + 8 * (100vw - 481px)/ 1320)
    }

    .c-accordian--schedule {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .c-accordian--schedule .c-accordian__master {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-video-remote a {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .widget-newsletter-signup input,
    .widget-newsletter-signup input::-webkit-input-placeholder {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .widget-newsletter-signup input,
    .widget-newsletter-signup input::-moz-placeholder {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .widget-newsletter-signup input,
    .widget-newsletter-signup input::-ms-input-placeholder {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .widget-newsletter-signup input,
    .widget-newsletter-signup input::placeholder {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .c-sidemenu>li>a {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-sidemenu__submenu>li>a {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .c-column--sidebar--right .c-sidemenu {
        padding: calc(20px + 40 * (100vw - 481px)/ 1320)
    }

    .c-column--sidebar--right .c-sidemenu {
        padding-top: calc(100px + 215 * (100vw - 481px)/ 1320)
    }

    .table.table-striped td,
    .table.table-striped td strong {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .table.table-striped td small {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .live-score-bar__upcoming-items-pagination-item-title {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .live-score-card {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-hero__event-date {
        font-size: calc(16px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-hero__event-title {
        font-size: calc(40px + 13 * (100vw - 481px)/ 1320)
    }

    .tournament-hero__quicklink {
        font-size: calc(10px + 1 * (100vw - 481px)/ 1320)
    }

    .tournament-matrix__row--top .tournament-matrix__cell--trigger {
        font-size: calc(14px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-matrix__cell--title {
        font-size: calc(14px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-matrix__date {
        font-size: calc(14px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-matrix__day {
        font-size: calc(8px + 2 * (100vw - 481px)/ 1320)
    }

    .accordion-body__mobile-control--next,
    .accordion-body__mobile-control--prev {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .daily-blog-teaser__headline {
        font-size: calc(16px + 2 * (100vw - 481px)/ 1320)
    }

    .daily-blog-teaser__hashtag {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .daily-blog-teaser__meta-action-button {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .daily-blog-teaser__title {
        font-size: calc(10px + 1 * (100vw - 481px)/ 1320)
    }

    .daily-blog-teaser__subtitle {
        font-size: calc(10px + 1 * (100vw - 481px)/ 1320)
    }

    .daily-blog-teaser__abstract {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .schedule-overview__headline {
        font-size: calc(16px + 2 * (100vw - 481px)/ 1320)
    }

    .schedule-slot__time {
        font-size: calc(14px + 2 * (100vw - 481px)/ 1320)
    }

    .schedule-slot__match-title {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .schedule-slot__weight-label {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .schedule-slot__deep-link {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .athletes-overview__headline {
        font-size: calc(16px + 2 * (100vw - 481px)/ 1320)
    }

    .athletes-overview__filter-label {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .athletes-overview__filter-label {
        line-height: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .athletes-overview__navigation-item {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .weight-category-preview__headline {
        font-size: calc(14px + 2 * (100vw - 481px)/ 1320)
    }

    .weight-category-preview__abstract {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    .weight-category-preview__cta {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .weight-category-preview__athlete-name {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .weight-category-preview__athlete-nation {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .participating-athletes__headline {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .participating-athletes__name {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .participating-athletes__nation {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .contenders-overview__headline {
        font-size: calc(16px + 2 * (100vw - 481px)/ 1320)
    }

    .contenders-overview__sub-headline {
        font-size: calc(14px + 2 * (100vw - 481px)/ 1320)
    }

    .contenders-slot__weight-category {
        font-size: calc(14px + 2 * (100vw - 481px)/ 1320)
    }

    .contenders-slot__cta {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .contenders-slot__athlete-name {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .contenders-slot__athlete-name {
        line-height: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .contenders-slot__athlete-nation {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .medalists-overview__headline {
        font-size: calc(16px + 2 * (100vw - 481px)/ 1320)
    }

    .medalists-slot__headline {
        font-size: calc(14px + 2 * (100vw - 481px)/ 1320)
    }

    .medalists-slot__weight-category {
        font-size: calc(14px + 2 * (100vw - 481px)/ 1320)
    }

    .medalists-slot__athlete-rank {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .medalists-slot__athlete-name {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .medalists-slot__athlete-nation {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .media-teaser__headline {
        font-size: calc(16px + 2 * (100vw - 481px)/ 1320)
    }

    .media-teaser__hashtag {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .media-teaser__meta-actions-label {
        font-size: calc(14px + 2 * (100vw - 481px)/ 1320)
    }

    .media-teaser__meta-action-button {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .event-sharer {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-schedule__title {
        font-size: calc(16px + 14 * (100vw - 481px)/ 1320)
    }

    .tournament-schedule__hashtag {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-schedule__meta-item-title {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-schedule__day-title {
        font-size: calc(16px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-schedule__day-title span {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-schedule__slot-time {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-schedule__slot-event-title {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-schedule__slot-event-sub-title {
        font-size: calc(9px + 2 * (100vw - 481px)/ 1320)
    }

    .partners-list__title {
        font-size: calc(16px + 14 * (100vw - 481px)/ 1320)
    }

    .partners-list__items li {
        font-size: calc(16px + 2 * (100vw - 481px)/ 1320)
    }

    .c-brand--tokyo-2020 .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--tokyo-2020 .c-breakout .c-article--featured .thumbnail {
        border-width: calc(5px + 5 * (100vw - 481px)/ 1320)
    }

    .c-brand--tokyo-2020 .nav.nav-pills--left,
    .c-brand--tokyo-2020 .nav.nav-pills--right,
    .c-brand--tokyo-2020 .toolbar nav.nav-pills--left.toolbar-bar,
    .c-brand--tokyo-2020 .toolbar nav.nav-pills--right.toolbar-bar,
    .toolbar .c-brand--tokyo-2020 nav.nav-pills--left.toolbar-bar,
    .toolbar .c-brand--tokyo-2020 nav.nav-pills--right.toolbar-bar {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }

    .c-slider--twitter {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-slider--twitter .slide {
        padding-left: calc(30px + 40 * (100vw - 481px)/ 1320)
    }

    .c-slider--twitter .slide {
        padding-right: calc(30px + 40 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram {
        padding-bottom: calc(60px + 65 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .well {
        padding-top: calc(20px + 30 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .well {
        padding-bottom: calc(0px + 20 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .well {
        padding-left: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .well {
        padding-right: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .slick-dots {
        padding-left: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .slick-dots {
        padding-right: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .slide__logo {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .slide__logo {
        padding-top: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .slide__logo {
        padding-bottom: calc(20px + 20 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .slide__logo {
        padding-left: calc(60px + 60 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .slide__logo {
        padding-right: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .slide__logo .icon {
        left: calc(30px + 30 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .slide__logo .icon {
        font-size: calc(20px + 10 * (100vw - 481px)/ 1320)
    }

    .c-slider--instagram .slide__logo .icon {
        margin-top: calc(-10px + -5 * (100vw - 481px)/ 1320)
    }

    .c-card--facebook,
    .c-card--twitter {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }

    .c-card--facebook__title,
    .c-card--twitter__title {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }
}

@media (min-width:481px) {
    .panel__page-intro--world-championships__left {
        position: absolute;
        top: 0;
        left: 0
    }

    .panel__page-intro--world-championships__left .c-decorative--bar {
        display: block
    }

    .c-sharebar .navbar-right {
        float: right
    }
}

@media (min-width:481px) and (max-width:640px) {
    .c-sharebar .c-sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }
}

@media (min-width:601px) and (max-width:768px) {
    header.c-main .c-header-topRow {
        padding-right: 200px
    }
}

@media (min-width:601px) {
    .c-social .c-socialshare {
        display: none
    }
}

@media (min-width:601px) and (max-width:900px) {
    .c-slider--instagram {
        padding-left: calc(50% - 15px)
    }

    .c-slider--instagram .slide__logo {
        left: calc(50% - 15px);
        width: calc(50% + 15px)
    }

    .c-slider--instagram .bg-bin {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(50% - 15px)
    }
}

@media all and (min-width:640px) {
    .profile h2 {
        font-size: 45px
    }

    .profile h3 {
        font-size: 24px
    }

    .profile h4 {
        font-size: 23px
    }

    .profile p {
        font-size: 18px
    }

    .profile hr {
        display: none
    }

    .profile .button-wrapper button {
        font-size: 14px;
        padding: 1.2rem 3rem;
        -webkit-transition: background-color .1s;
        transition: background-color .1s
    }

    .profile .button-wrapper.button-wide {
        text-align: center
    }

    .profile .button-wrapper.button-wide button {
        width: 55%
    }

    .profile .athlete-details {
        border-right: 1px solid #f4f4f7
    }

    .profile .athlete-details .header .player-image {
        border-width: 4px;
        margin-bottom: 10px
    }

    .profile .athlete-details .header .player-name {
        width: 58%
    }

    .profile .athlete-details .information-container .medals-wrapper .medals-container .medals .medal {
        height: 130px
    }

    .profile .athlete-details .information-container .medals-wrapper .medals-container .medals .medal .amount {
        width: 30px;
        height: 30px;
        font-size: 15px;
        left: 25px
    }

    .profile .athlete-details .information-container .medals-wrapper .medals-container .medals .medal .amount:before {
        border-left: 30px solid transparent
    }

    .profile .athlete-details .information-container .information {
        width: 90%
    }

    .profile .athlete-informations .news .mobile-menu .dropdown-menu-wrapper .menu:after {
        right: 44%;
        top: 18px
    }

    .profile .athlete-informations .news .mobile-menu .dropdown-menu-wrapper .menu .select-menu {
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        background-color: #f4f4f7;
        font-size: 25px;
        padding: 10px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        color: #03003f;
        width: 60%
    }

    .profile .athlete-informations .news .news-list .news-wrapper {
        height: 220px
    }

    .profile .athlete-informations .news .news-list .news-wrapper.instagram {
        width: 65%
    }

    .profile .athlete-informations .news .news-list .left .list-end {
        width: 30%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profile .athlete-informations .news .news-list .left .list-end .news-wrapper {
        width: 100%
    }

    .profile .athlete-informations .competition .mobile-menu {
        margin-bottom: -20px
    }

    .profile .athlete-informations .competition .mobile-menu .dropdown-menu-wrapper .menu:after {
        right: 44%;
        top: 18px
    }

    .profile .athlete-informations .competition .mobile-menu .dropdown-menu-wrapper .menu .select-menu {
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        background-color: #f4f4f7;
        font-size: 25px;
        padding: 10px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        color: #03003f;
        width: 60%
    }

    .profile .athlete-informations .competition .competition-list .competition-widget h4 {
        font-size: 24px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square {
        width: 80px;
        height: 65px;
        right: 4%;
        top: -8px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square .rank {
        font-size: 4rem
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square:before {
        left: -6px;
        border-bottom: 8px solid #e57937;
        border-left: 6px solid transparent
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square:after {
        bottom: -8px;
        border-top: 8px solid #e36500;
        border-left: 80px solid transparent
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.gold {
        background-color: #e5ac48
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.gold:before {
        border-bottom: 8px solid #ae7819
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.gold:after {
        border-top: 8px solid #e5ac48
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.silver {
        background-color: #e4e4e4
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.silver:before {
        border-bottom: 8px solid #b1b1b1
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.silver:after {
        border-top: 8px solid #e4e4e4
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.bronze {
        background-color: #905e3d
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.bronze:before {
        border-bottom: 8px solid #482f1f
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .yellow-square.bronze:after {
        border-top: 8px solid #905e3d
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-title {
        padding-left: 30px;
        padding-top: 25px;
        padding-bottom: 0;
        padding-right: 120px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images h4 {
        padding-left: 45px;
        padding-right: 45px;
        font-size: 20px;
        margin-bottom: 15px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list {
        padding-left: 45px;
        padding-right: 45px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .image-wrapper {
        height: 190px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .toggle .toggle-icon {
        font-weight: 400;
        font-size: 16px
    }

    .profile .athlete-informations .related .player-profile .title-wrapper .arrow-wrapper {
        display: none
    }

    .profile .athlete-informations .related .player-profile .related-profile {
        height: 310px
    }

    .profile .athlete-informations .related .player-profile .related-profile .player-image {
        top: -40px;
        left: 40px;
        width: 140px;
        height: 140px
    }

    .profile .athlete-informations .related .player-profile .related-profile .player-name {
        padding-top: 105px;
        padding-left: 40px
    }

    .profile .athlete-informations .related .player-profile .related-profile .player-name h2 {
        font-size: 40px
    }

    .profile .athlete-informations .related .player-profile .related-profile .player-name .nation-wrapper {
        height: 25px;
        margin-top: 10px
    }

    .profile .athlete-informations .related .player-profile .related-profile .player-name .nation-wrapper h4 {
        font-size: 18px
    }

    .profile .athlete-informations .related .player-profile .related-informations .arrow-wrapper {
        width: 62px;
        display: block;
        position: absolute;
        top: -52px;
        left: 40px
    }

    .profile .athlete-informations .related .related-articles {
        padding-top: 15px
    }

    .profile .athlete-informations .related .related-articles .article-container .article-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 15px
    }

    .profile .athlete-informations .related .related-articles .article-container .article-list .article {
        min-width: 48%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0;
        flex: 0 0;
        margin-bottom: 50px;
        margin-right: 15px
    }

    .profile .athlete-informations .related .related-articles .article-container .article-list .article .image-wrapper {
        height: 190px;
        overflow: hidden
    }

    .profile .athlete-informations .related .related-articles .article-container .article-list .article p.subtitle {
        font-size: 14px
    }

    .profile .athlete-informations .related .related-articles .article-container .article-list .article p.title {
        font-size: 16px
    }

    .profile .athlete-informations .related .related-articles .article-container .article-list .article p.date {
        font-size: 10px;
        padding-top: 1rem
    }

    .profile .athlete-informations .quote {
        min-height: 274px;
        position: relative;
        overflow: hidden;
        margin-bottom: 0
    }

    .profile .athlete-informations .quote .quote-wrapper h2 {
        font-size: 48px;
        margin-left: 10%
    }

    .profile .athlete-informations .quote .share-wrapper .icons i {
        font-size: 20px
    }

    .profile .athlete-informations .quote .bottom-triangle {
        border-bottom: 150px solid #f4f4f7
    }

    .profile .athlete-informations .social {
        margin-top: 0;
        padding-top: 0
    }

    .profile .athlete-informations .social .social-footer .button-wrapper {
        padding-bottom: 20px
    }
}

@media (min-width:661px) and (max-width:991px) {
    .c-article--video-pending .thumbnail__meta-bottom {
        line-height: 1
    }
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }

    .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
    }

    .container {
        width: 750px
    }

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .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 .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }

    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .toolbar .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .toolbar {
        border-radius: 0
    }

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-static-top {
        border-radius: 0
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }

    .navbar-toggle {
        display: none
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .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 .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }

    .c-header__livescores {
        top: 0;
        background-color: #fff;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: none;
        transition: none;
        overflow: visible;
        z-index: 9999
    }

    .tournament-bracket-wrap .tournament-bracket__list {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
    }

    .tournament-bracket-wrap .tournament-bracket__item {
        width: 100%
    }

    .tournament-bracket-wrap .tournament-bracket__item:nth-child(even),
    .tournament-bracket-wrap .tournament-bracket__item:nth-child(odd) {
        margin: 0
    }

    .tournament-bracket-wrap .tournament-bracket__item:after {
        position: absolute;
        left: 100%;
        content: '';
        display: block;
        width: 50%;
        height: 50%;
        border-right: 1px solid #0da2d8
    }

    .tournament-bracket-wrap .tournament-bracket__item:nth-child(odd):after {
        top: 50%;
        border-top: 1px solid #0da2d8;
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    .tournament-bracket--rounded .tournament-bracket-wrap .tournament-bracket__item:nth-child(odd):after {
        border-top-right-radius: .6em
    }

    .tournament-bracket-wrap .tournament-bracket__item:nth-child(even):after {
        bottom: 50%;
        border-bottom: 1px solid #0da2d8;
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px)
    }

    .tournament-bracket--rounded .tournament-bracket-wrap .tournament-bracket__item:nth-child(even):after {
        border-bottom-right-radius: .6em
    }

    .tournament-bracket__round:first-child .tournament-bracket-wrap .tournament-bracket__item {
        padding-left: 0
    }

    .tournament-bracket__round:last-child .tournament-bracket-wrap .tournament-bracket__item {
        padding-right: 0
    }

    .tournament-bracket__round:last-child .tournament-bracket-wrap .tournament-bracket__item:after {
        display: none
    }

    .tournament-bracket__round:nth-last-child(2) .tournament-bracket-wrap .tournament-bracket__item:after {
        border-radius: 0;
        border-right: 0
    }

    .tournament-bracket-wrap .tournament-bracket__content:after {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .tournament-bracket-wrap .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tournament-bracket-wrap .tournament-bracket__team {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    html.desktop .admin-sticky-search-filters.live-scorebar-enabled form#views-exposed-form-events-events-block {
        margin-top: 33.2rem !important
    }

    body.live-scorebar-enabled .navbar-fixed-top,
    body.live-scorebar-enabled .toolbar {
        top: 143px !important
    }

    body.live-scorebar-enabled .c-header-spacer {
        height: 225px !important
    }

    body.live-scorebar-enabled .confetti-background--top {
        top: 298px
    }

    body.live-scorebar-enabled .confetti-background--middle {
        top: 927px
    }

    body.live-scorebar-enabled .confetti-background--bottom {
        top: 1844px
    }

    body.live-scorebar-enabled.user-logged-in .confetti-background--top {
        top: 382px
    }

    body.live-scorebar-enabled.user-logged-in .confetti-background--middle {
        top: 1011px
    }

    body.live-scorebar-enabled.user-logged-in .confetti-background--bottom {
        top: 1928px
    }

    body.live-scorebar-enabled.user-logged-in .c-header__livescores {
        top: 39px
    }

    body.live-scorebar-enabled.user-logged-in .toolbar-bar {
        top: 0
    }

    body.live-scorebar-enabled.user-logged-in .navbar-fixed-top,
    body.live-scorebar-enabled.user-logged-in .toolbar {
        top: 182px !important
    }

    body.live-scorebar-enabled.user-logged-in .c-header-spacer {
        height: 264px !important
    }

    body.live-scorebar-enabled.user-logged-in.toolbar-horizontal.toolbar-tray-open .confetti-background--top {
        top: 422px
    }

    body.live-scorebar-enabled.user-logged-in.toolbar-horizontal.toolbar-tray-open .confetti-background--middle {
        top: 1051px
    }

    body.live-scorebar-enabled.user-logged-in.toolbar-horizontal.toolbar-tray-open .confetti-background--bottom {
        top: 1968px
    }

    body.live-scorebar-enabled.user-logged-in.toolbar-horizontal.toolbar-tray-open .c-header__livescores {
        top: 79px
    }

    body.live-scorebar-enabled.user-logged-in.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top,
    body.live-scorebar-enabled.user-logged-in.toolbar-horizontal.toolbar-tray-open .toolbar {
        top: 222px !important
    }

    body.live-scorebar-enabled.user-logged-in.toolbar-vertical.toolbar-tray-open .c-header__livescores {
        margin-left: 240px;
        width: calc(100% - 240px)
    }

    body.live-scorebar-enabled.live-score-bar-hidden .live-score-bar {
        max-height: 0;
        overflow: hidden
    }

    body.live-scorebar-enabled.live-score-bar-hidden .live-score-bar__dtrigger-chevron span {
        -webkit-transform: rotate(-135deg) translate(-50%, -50%);
        -ms-transform: rotate(-135deg) translate(-50%, -50%);
        transform: rotate(-135deg) translate(-50%, -50%);
        top: -4px
    }

    body.live-scorebar-enabled.live-score-bar-hidden .live-score-bar__dtrigger-chevron span:last-child {
        top: -5px
    }

    body.live-scorebar-enabled.live-score-bar-hidden .navbar-fixed-top,
    body.live-scorebar-enabled.live-score-bar-hidden .toolbar {
        top: 14px !important
    }

    body.live-scorebar-enabled.live-score-bar-hidden .c-header-spacer {
        height: 93px !important
    }

    body.live-scorebar-enabled.live-score-bar-hidden.user-logged-in .navbar-fixed-top,
    body.live-scorebar-enabled.live-score-bar-hidden.user-logged-in .toolbar {
        top: 53px !important
    }

    body.live-scorebar-enabled.live-score-bar-hidden.user-logged-in .c-header-spacer {
        height: 135px !important
    }

    body.live-scorebar-enabled.live-score-bar-hidden.user-logged-in.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top,
    body.live-scorebar-enabled.live-score-bar-hidden.user-logged-in.toolbar-horizontal.toolbar-tray-open .toolbar {
        top: 93px !important
    }

    body.live-scorebar-enabled.live-score-bar-hidden.user-logged-in.toolbar-horizontal.toolbar-tray-open .c-header-spacer {
        height: 135px !important
    }

    .live-score-bar {
        overflow: hidden;
        display: grid;
        grid-template-columns: calc(100% / 7 * 2.5) calc(100% / 7 * 4.5);
        border-bottom: 1px solid #ddd;
        padding: 0;
        position: relative;
        max-height: 130px;
        height: 114.4px;
        overflow-y: hidden
    }

    .live-score-bar--loaded {
        height: auto;
        overflow: auto
    }

    .live-score-bar__header-nav {
        top: 178px
    }

    .live-score-bar__dashboard {
        padding: 1.235rem 1.3rem 1.105rem 1.3rem;
        border-right: .65px solid #ddd
    }

    .live-score-bar__dashboard-title {
        font-size: 15.2945px;
        font-size: 1.52945rem;
        margin-bottom: .39rem;
        line-height: 18.915px;
        height: 29.25px
    }

    .live-score-bar__dashboard-switcher {
        margin-bottom: .52rem;
        width: 70%;
        max-width: 110.5px;
        border-radius: 6.5px;
        border: .65px solid #03165b
    }

    .live-score-bar__dashboard-switcher-item {
        padding: 0 .845rem;
        font-size: 13px;
        font-size: 1.3rem
    }

    .live-score-bar__dashboard-filter {
        margin-bottom: 0
    }

    .live-score-bar__dashboard-filter--hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden
    }

    .live-score-bar__content {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .live-score-bar__content .swiper-container {
        height: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 32.5px);
        flex: 0 0 calc(100% - 32.5px);
        cursor: -webkit-grab;
        cursor: grab
    }

    .live-score-bar__content .swiper-container:active {
        cursor: -webkit-grabbing;
        cursor: grabbing
    }

    .live-score-bar__content--long .swiper-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 65px);
        flex: 0 0 calc(100% - 65px)
    }

    .live-score-bar__content--long .live-score-bar__content-nav--next {
        border-right: .65px solid #ddd
    }

    .live-score-bar__content--long .live-score-bar__content-nav--first,
    .live-score-bar__content--long .live-score-bar__content-nav--last {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .live-score-bar__upcoming-items {
        height: 100%
    }

    .live-score-bar__content-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 16.25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.25px;
        flex: 0 0 16.25px;
        cursor: pointer
    }

    .live-score-bar__content-nav.disabled {
        opacity: .3;
        pointer-events: none
    }

    .live-score-bar__content-nav--prev {
        border-right: .65px solid #ddd
    }

    .live-score-bar__content-nav--first {
        border-right: .65px solid #ddd
    }

    .live-score-bar__content-nav--first,
    .live-score-bar__content-nav--last {
        display: none
    }

    .live-score-bar__content-nav span {
        font-size: 6.5px
    }

    .live-score-bar__item {
        height: 100%
    }

    .live-score-bar__dtrigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 13px;
        width: 100%;
        background-color: #ed1e4a;
        position: relative;
        cursor: pointer
    }

    .live-score-bar__dtrigger-chevron {
        width: 27.3px;
        height: 160%;
        position: absolute;
        left: 50%;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: inherit;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .live-score-bar__dtrigger-chevron span {
        display: block;
        width: 6.5px;
        height: 6.5px;
        -webkit-transform: rotate(45deg) translate(-50%, -50%);
        -ms-transform: rotate(45deg) translate(-50%, -50%);
        transform: rotate(45deg) translate(-50%, -50%);
        border-left: .1rem solid #fff;
        border-top: .1rem solid #fff;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        position: relative;
        top: 9px
    }

    .live-score-bar__dtrigger-chevron span:last-child {
        top: 8px
    }

    .live-score-card {
        background-color: transparent;
        border-top: none;
        border-left: none;
        border-bottom: none;
        margin-bottom: 0;
        height: 100%
    }

    .live-score-card__idle-card {
        display: grid
    }
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }

    header.c-main .c-header-topRow .navbar-left {
        padding-left: calc(5px + 27 * (100vw - 768px)/ 1033)
    }

    header.c-main .c-header-topRow .navbar-left {
        padding-right: calc(5px + 27 * (100vw - 768px)/ 1033)
    }

    header.c-main .c-header-topRow .navbar-nav>li>a {
        padding-left: calc(5px + 10 * (100vw - 768px)/ 1033)
    }

    header.c-main .c-header-topRow .navbar-nav>li>a {
        padding-right: calc(5px + 10 * (100vw - 768px)/ 1033)
    }

    header.c-main .c-header-topRow .c-divider {
        margin-left: calc(5px + 10 * (100vw - 768px)/ 1033)
    }

    header.c-main .c-header-topRow .c-divider {
        margin-right: calc(5px + 10 * (100vw - 768px)/ 1033)
    }

    header.c-main .c-header-botRow>.navbar-left {
        padding-left: calc(5px + 15 * (100vw - 768px)/ 1033)
    }

    header.c-main .c-header-botRow .navbar-right {
        padding-right: calc(5px + 15 * (100vw - 768px)/ 1033)
    }

    header.c-main .c-header-botRow .navbar-nav>li>a {
        padding-left: calc(15px + 10 * (100vw - 768px)/ 1033)
    }

    header.c-main .c-header-botRow .navbar-nav>li>a {
        padding-right: calc(15px + 10 * (100vw - 768px)/ 1033)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }

    .hidden-sm {
        display: none !important
    }

    .tournament-bracket-wrap .tournament-bracket__content .tournament-bracket__team:first-child {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .tournament-bracket-wrap .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .tournament-bracket-wrap .tournament-bracket__content .tournament-bracket__team:last-child {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .tournament-bracket-wrap .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .tournament-bracket-wrap .tournament-bracket__country {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tournament-bracket-wrap .tournament-bracket__code {
        padding: 0
    }
}

@media screen and (max-width:768px) and (min-width:481px) {

    header.c-main .c-header-botRow,
    header.c-main .c-header-botRow .btn {
        font-size: calc(12px + 2 * (100vw - 481px)/ 1320)
    }

    header.c-main .c-header-botRow .navbar-left {
        font-size: calc(13px + 3 * (100vw - 481px)/ 1320)
    }
}

@media screen and (max-width:768px) and (min-width:1801px) {

    header.c-main .c-header-botRow,
    header.c-main .c-header-botRow .btn {
        font-size: 14px
    }

    header.c-main .c-header-botRow .navbar-left {
        font-size: 16px
    }
}

@media (min-width:769px) {

    .title--100,
    .title--110,
    .title--120 {
        line-height: .95
    }

    .container--800 {
        padding-left: 50px;
        padding-right: 50px
    }

    .c-viewport-height {
        height: 100vh;
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    header.c-main {
        padding-left: 110px
    }

    header.c-main {
        height: 121px
    }

    header.c-main .c-logo {
        width: 110px
    }

    header.c-main .c-logo img {
        width: 65px
    }

    header.c-main .c-header-topRow .navbar-nav>li>a {
        line-height: 50px
    }

    header.c-main .c-header-topRow,
    header.c-main .c-header-topRow .c-navbar-wrap {
        height: 50px
    }

    header.c-main .c-header-topRow .js-navbarBin__slave {
        padding-top: 50px
    }

    header.c-main .c-header-botRow,
    header.c-main .c-header-botRow .c-navbar-wrap {
        height: 70px
    }

    header.c-main .c-header-botRow .js-navbarBin__slave {
        padding-top: 55px
    }

    .c-header-spacer {
        height: 121px
    }

    .c-header__livescores+header.c-main+.c-header__mobile+.c-header-spacer {
        height: 256px
    }

    .c-social a {
        width: 50px
    }

    .c-social .c-social--VKontakte .icon:before,
    .c-social .c-social--instagram .icon:before,
    .c-social .c-social--youTube .icon:before,
    .c-social .c-socialshare .icon:before {
        line-height: 50px
    }

    .c-social .c-socialcount {
        min-height: 50px;
        min-width: 50px
    }

    .c-social .c-socialcount .well-sm {
        padding: 18px
    }

    .c-card--facebook--img .c-card--twitter__content,
    .c-card--twitter--img .c-card--twitter__content {
        padding-right: 310px
    }

    .c-card--facebook__img,
    .c-card--twitter__img {
        position: absolute;
        right: 0;
        top: 0;
        width: 250px;
        height: auto;
        height: auto;
        display: block
    }

    .c-card--facebook__content,
    .c-card--twitter__content {
        padding: 25px 90px
    }
}

@media screen and (min-width:769px) {
    .c-viewport-height {
        padding-top: 100px
    }

    .c-viewport-height {
        padding-bottom: 100px
    }

    .tournament-bracket-wrap .tournament-bracket__match {
        height: calc(200px + -90 * (100vw - 769px)/ 1032)
    }
}

@media (min-width:769px) and (max-width:1280px) {
    header.c-main .c-header-topRow {
        padding-right: 250px
    }
}

@media screen and (min-width:868px) {

    .alignright,
    a img.alignright {
        margin-right: calc(0px + -135 * (100vw - 868px)/ 253)
    }

    .file-image.alignright {
        margin-right: calc(0px + -135 * (100vw - 868px)/ 253)
    }
}

@media (min-width:901px) {
    .c-mainContent__inner {
        padding-left: 384px
    }
}

@media (min-width:901px) and (max-width:1050px) {
    .c-sharebar .c-sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }
}

@media all and (min-width:960px) {
    .gradient-border.top {
        display: block
    }

    .profile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .profile .athlete-details {
        width: 360px
    }

    .profile .athlete-details h2 {
        font-size: 34px
    }

    .profile .athlete-details h3 {
        color: #03003f;
        font-size: 18px
    }

    .profile .athlete-details h4 {
        font-size: 16px
    }

    .profile .athlete-details p {
        font-size: 14px
    }

    .profile .athlete-details .header {
        width: 351px;
        z-index: 20;
        margin-bottom: 90px;
        min-height: 320px;
        padding-bottom: 25px
    }

    .profile .athlete-details .header:before {
        display: none
    }

    .profile .athlete-details .header:after {
        display: none
    }

    .profile .athlete-details .header .player-image img {
        width: 180px
    }

    .profile .athlete-details .header .player-name {
        width: 84%
    }

    .profile .athlete-details .header .player-name h2 {
        font-size: 24px
    }

    .profile .athlete-details .header .nation-wrapper img {
        height: 70%
    }

    .profile .athlete-details .header .nation-wrapper h4 {
        font-size: 16px
    }

    .profile .athlete-details .header .bottom-triangle {
        width: 100%;
        height: 90px;
        bottom: -89px;
        position: absolute;
        pointer-events: none;
        /* background-image: url(https://uww.org/themes/custom/uww/build/img/orange-triangle.svg); */
        background-size: 352px 90px;
        background-repeat: no-repeat;
        background-position: top center
    }

    .profile .athlete-details .top-triangle {
        display: none;
        border-right: 303px solid transparent
    }

    .profile .athlete-details .information-container {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        padding-top: 80px;
        margin-top: -80px
    }

    .profile .athlete-details .information-container .pagination-wrapper {
        top: 356px
    }

    .profile .athlete-details .information-container .medals-wrapper .medals-container {
        width: 100%;
        display: block
    }

    .profile .athlete-details .information-container .medals-wrapper .medals-container .medals .medal {
        height: 70px
    }

    .profile .athlete-details .information-container .medals-wrapper .medals-container .medals .medal .amount {
        width: 20px;
        height: 20px;
        font-size: 12px;
        left: 5px
    }

    .profile .athlete-details .information-container .medals-wrapper .medals-container .medals .medal .amount:before {
        border-left: 20px solid transparent
    }

    .profile .athlete-details .information-container .information {
        width: 90%
    }

    .profile .athlete-details .information-container .information .row {
        margin-top: .5rem
    }

    .profile .athlete-details .information-container .records {
        width: 80%
    }

    .profile .athlete-details .social-media {
        display: block
    }

    .profile .athlete-details .biography-container {
        display: block
    }

    .profile .athlete-informations section.competition,
    .profile .athlete-informations section.news,
    .profile .athlete-informations section.quote,
    .profile .athlete-informations section.related,
    .profile .athlete-informations section.search,
    .profile .athlete-informations section.social {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .profile .athlete-informations section.social {
        padding-top: 0
    }

    .profile .athlete-informations .container {
        width: 100%
    }

    .profile .athlete-informations .news .mobile-menu .dropdown-menu-wrapper {
        display: none
    }

    .profile .athlete-informations .news .mobile-menu .normal-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .profile .athlete-informations .news .news-list .news-wrapper {
        height: 220px
    }

    .profile .athlete-informations .news .news-list .news-wrapper.highlight {
        height: 280px
    }

    .profile .athlete-informations .news .news-list .news-wrapper.video-left {
        width: 65%
    }

    .profile .athlete-informations .news .news-list .news-wrapper.video-left .image-wrapper {
        height: 100%
    }

    .profile .athlete-informations .news .news-list .news-wrapper.instagram {
        width: 65%;
        height: 280px
    }

    .profile .athlete-informations .news .news-list .right {
        width: 49%
    }

    .profile .athlete-informations .news .news-list .left {
        width: 50%;
        position: relative
    }

    .profile .athlete-informations .news .news-list .left .list-end {
        width: 34%;
        height: 530px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: 0
    }

    .profile .athlete-informations .news .news-list .left .list-end .news-wrapper {
        width: 100%
    }

    .profile .athlete-informations .competition .mobile-menu .dropdown-menu-wrapper {
        display: none
    }

    .profile .athlete-informations .competition .mobile-menu .normal-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-scores {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 40px;
        padding-right: 40px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table p {
        font-size: 12px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table .column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 90px;
        flex: 1 1 90px;
        height: 40px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table .column.thin {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table .column .cell {
        height: 15px;
        width: 100%
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-scores .button-wrapper {
        padding: 0;
        text-align: right
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-scores .button-wrapper button {
        border-radius: 3px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .video-wrapper {
        width: 15%
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result {
        width: 97%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players .player {
        height: 15px;
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players .player.second span {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players .player.second img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 5px;
        margin-right: 0
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players .grey-text {
        padding-left: 0;
        font-size: 12px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .result {
        width: 50%;
        text-align: right
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .result p {
        font-size: 12px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .left {
        display: block;
        width: 43%
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .left .image-wrapper {
        height: 260px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-images .image-list .right {
        width: 56%
    }

    .profile .athlete-informations .related {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .profile .athlete-informations .related .player-profile {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        margin-left: 5rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-left: 1px solid #f4f4f7
    }

    .profile .athlete-informations .related .player-profile .title-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .profile .athlete-informations .related .player-profile .related-profile {
        height: 135px
    }

    .profile .athlete-informations .related .player-profile .related-profile.second {
        display: block
    }

    .profile .athlete-informations .related .player-profile .related-profile .player-image {
        left: 50%;
        margin-left: -45px;
        width: 90px;
        height: 90px
    }

    .profile .athlete-informations .related .player-profile .related-profile .player-name {
        padding-top: 51px;
        padding-left: 29px
    }

    .profile .athlete-informations .related .player-profile .related-profile .player-name h2 {
        font-size: 25px
    }

    .profile .athlete-informations .related .player-profile .related-profile .player-name .nation-wrapper {
        height: 25px;
        margin-top: 0
    }

    .profile .athlete-informations .related .player-profile .related-profile .player-name .nation-wrapper h4 {
        font-size: 14px
    }

    .profile .athlete-informations .related .player-profile .related-informations.second {
        display: block
    }

    .profile .athlete-informations .related .player-profile .related-informations .top-triangle {
        border-bottom: 55px solid #fff;
        border-right: 430px solid transparent;
        left: 0;
        top: -55px;
        display: none
    }

    .profile .athlete-informations .related .player-profile .related-informations .arrow-wrapper {
        display: none
    }

    .profile .athlete-informations .related .player-profile .related-informations p {
        font-size: 14px
    }

    .profile .athlete-informations .related .related-articles {
        padding-top: 4rem;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .profile .athlete-informations .related .related-articles .article-container .article-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-x: initial
    }

    .profile .athlete-informations .related .related-articles .article-container .article-list .article {
        width: 49%;
        margin-right: 0
    }

    .profile .athlete-informations .related .related-articles .button-wrapper button {
        width: 33%
    }

    .profile .athlete-informations .social .social-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 900px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .profile .athlete-informations .social .social-list .social-item {
        width: 25%
    }

    .profile .athlete-informations .social .social-footer .button-wide {
        display: none
    }

    .profile .athlete-informations .social .social-footer .follow-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .profile .athlete-informations .social .social-footer .follow-container .instagram-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .profile .athlete-informations .quote {
        min-height: 274px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .profile .athlete-informations .quote .quote-wrapper {
        width: 70%;
        margin-top: 40px;
        margin-bottom: 150px
    }

    .profile .athlete-informations .quote .share-wrapper {
        padding: 0;
        text-align: left;
        -ms-flex-item-align: center;
        align-self: center
    }

    .profile .athlete-informations .quote .share-wrapper p {
        font-family: rad-bold;
        font-size: 17px
    }

    .profile .athlete-informations .quote .share-wrapper .icons i {
        margin-left: 0
    }
}

@media screen and (min-width:960px) {
    .c-article--video-pending .thumbnail__meta-top {
        top: calc(0px + 10 * (100vw - 960px)/ 841)
    }

    .c-article--video-pending .thumbnail__meta-middle {
        top: 60%
    }

    .c-article--video-pending .thumbnail__meta-middle {
        margin-top: 3%
    }

    .c-article--video-pending .thumbnail__title-refer {
        font-size: calc(14px + 0 * (100vw - 960px)/ 841)
    }

    .c-article--video-pending .thumbnail__meta-bottom {
        padding: calc(0px + 5 * (100vw - 960px)/ 841)
    }
}

@media screen and (min-width:970px) {
    .container--800 .container--breakout {
        margin-left: calc(-65px + -70 * (100vw - 970px)/ 140)
    }

    .container--800 .container--breakout {
        margin-right: calc(-65px + -70 * (100vw - 970px)/ 140)
    }

    .container--800 .container--breakout--left {
        margin-left: calc(-65px + -55 * (100vw - 970px)/ 140)
    }

    .container--800 .container--breakout--right {
        margin-right: calc(-65px + -70 * (100vw - 970px)/ 140)
    }
}

@media (min-width:991px) {
    footer.main--full {
        padding-bottom: 0
    }

    footer.main--full>.container,
    footer.main--full>.container--1080 {
        display: block;
        margin-top: -80px
    }

    footer.main--full .center-block:before {
        width: 160px;
        height: 160px;
        margin-left: -80px;
        margin-top: -30px
    }

    footer.main--full .logo {
        width: 100px;
        height: 140px
    }

    .tournament-bracket-wrap .tournament-bracket {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%
    }

    .table {
        table-layout: fixed
    }

    .table--dynamic {
        table-layout: auto
    }

    .tournament-hero__top-left,
    .tournament-hero__top-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .tournament-hero__top-left {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .tournament-hero__top-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .tournament-hero__top-wrapper {
        margin-bottom: 25px
    }

    .tournament-hero__event-date {
        font-size: 14px;
        line-height: 16.6px;
        letter-spacing: .28px;
        margin-bottom: 10px
    }

    .tournament-hero__quicklinks-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .tournament-hero__quicklink {
        margin-bottom: 0;
        margin-right: 23px;
        font-size: 10px
    }

    .tournament-hero__quicklink:last-child {
        margin-right: 0
    }

    .tournament-matrix__row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 48px
    }

    .tournament-matrix__cell--title {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%
    }

    .tournament-matrix__cell--title:before {
        content: "";
        width: 1px;
        height: 36px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #3a7fca
    }

    .tournament-matrix__cell--date {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%
    }

    .tournament-matrix__cell--trigger {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6%;
        flex: 0 0 6%;
        background-color: #3a7fca;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0
    }

    .tournament-matrix__cell--trigger:before {
        display: none
    }

    .tournament-matrix__trigger-icon--desktop {
        display: inline
    }

    .tournament-matrix__trigger-icon--mobile {
        display: none
    }

    .confetti-background--desktop {
        display: inline
    }

    .confetti-background--top {
        top: 121px
    }

    .confetti-background--mobile {
        display: none
    }

    .accordion-body {
        padding: 54px 15px 15px 15px
    }

    .accordion-body__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .accordion-body__column {
        padding: 0
    }

    .accordion-body__column--left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%
    }

    .accordion-body__column--center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%
    }

    .accordion-body__column--right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .accordion-body__mobile-controls {
        display: none
    }

    .weight-category-preview__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }

    .c-brand--tokyo-2020 .tournament-hero__quicklinks-wrapper span {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .c-brand--tokyo-2020 .tournament-hero__quicklinks-wrapper a {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0
    }

    .c-brand--tokyo-2020 .tournament-hero__quicklinks-wrapper a:last-child {
        margin-bottom: 0
    }

    .c-brand--tokyo-2020 .daily-blog-teaser__meta-action-button,
    .c-brand--tokyo-2020 .weight-category-preview__cta {
        height: 20px
    }

    .c-brand--tokyo-2020 .tournament-matrix__cell--title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%
    }

    .c-brand--tokyo-2020 .tournament-matrix__cell--trigger {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6%;
        flex: 0 0 6%
    }
}

@media screen and (min-width:991px) and (min-width:481px) {
    .tournament-hero__event-date {
        font-size: calc(14px + 2 * (100vw - 481px)/ 1320)
    }

    .tournament-hero__quicklink {
        font-size: calc(10px + 2 * (100vw - 481px)/ 1320)
    }
}

@media screen and (min-width:991px) and (min-width:1801px) {
    .tournament-hero__event-date {
        font-size: 16px
    }

    .tournament-hero__quicklink {
        font-size: 12px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .modal-lg {
        width: 900px
    }

    .panel__live-event {
        max-height: 260px;
        overflow: hidden
    }

    .c-modaal--match .c-column--main {
        width: calc(100% - 384px);
        float: left
    }

    .c-modaal--match .c-column--sidebar {
        width: 384px;
        float: right
    }

    .c-article .thumbnail .icon-icn_09-play-thick,
    .c-article .thumbnail .icon-icn_10-play-thin {
        top: calc(75% - 20%);
        left: calc(63% - 20%)
    }

    .c-video-remote {
        position: absolute;
        left: 50%;
        top: 50%
    }

    .live-score-bar {
        grid-template-columns: calc(100% / 7 * 1.7) calc(100% / 7 * 5.3)
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .hidden-md {
        display: none !important
    }
}

@media (min-width:1025px) {
    .c-header__streaming {
        display: block
    }
}

@media all and (min-width:1060px) {
    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players .player {
        font-size: 13px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .result .p {
        font-size: 13px
    }
}

@media (min-width:1101px) {
    .panel__page-intro--world-championships {
        padding-right: 360px
    }

    .panel__page-intro--world-championships__right {
        position: absolute;
        top: 0;
        right: 0;
        width: 360px
    }

    .panel__page-intro--world-championships__right:after,
    .panel__page-intro--world-championships__right:before {
        display: table;
        content: " "
    }

    .panel__page-intro--world-championships__right:after {
        clear: both
    }

    .panel__page-intro--world-championships__right .c-padding--40--top {
        float: right
    }

    .panel__page-intro--world-championships__right .c-decorative--bar {
        right: 300px;
        display: block
    }
}

@media screen and (min-width:1110px) {
    .container--1080 .container--breakout {
        margin-left: calc(-15px + -120 * (100vw - 1110px)/ 240)
    }

    .container--1080 .container--breakout {
        margin-right: calc(-15px + -120 * (100vw - 1110px)/ 240)
    }

    .container--1080 .container--breakout--left {
        margin-left: calc(-15px + -120 * (100vw - 1110px)/ 240)
    }

    .container--1080 .container--breakout--right {
        margin-right: calc(-15px + -120 * (100vw - 1110px)/ 240)
    }

    .container--800 .container--breakout {
        margin-left: -135px
    }

    .container--800 .container--breakout {
        margin-right: -135px
    }

    .container--800 .container--breakout--left {
        margin-left: -120px
    }

    .container--800 .container--breakout--right {
        margin-right: -135px
    }
}

@media screen and (min-width:1121px) {

    .alignright,
    a img.alignright {
        margin-right: -135px
    }

    .file-image.alignright {
        margin-right: -135px
    }
}

@media (min-width:1121px) and (max-width:1350px) {
    .c-slider--instagram {
        padding-left: calc(50% - 15px)
    }

    .c-slider--instagram .slide__logo {
        left: calc(50% - 15px);
        width: calc(50% + 15px)
    }

    .c-slider--instagram .bg-bin {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(50% - 15px)
    }
}

@media all and (min-width:1200px) {
    .profile .athlete-informations .competition .competition-list .competition-widget .event-scores .score-table p {
        font-size: 14px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players {
        margin-right: 1rem
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .players .player {
        font-size: 14px
    }

    .profile .athlete-informations .competition .competition-list .competition-widget .event-details .event-videos .event-video .game-result .result p {
        font-size: 14px
    }
}

@media (min-width:1200px) {
    .live-score-bar {
        grid-template-columns: calc(100% / 7 * 1.5) calc(100% / 7 * 5.5)
    }
}

@media (min-width:1201px) {
    .container {
        width: 1170px
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }

    .container {
        max-width: 1660px
    }

    .container--content {
        max-width: 1390px
    }
}

@media (min-width:1281px) {
    header.c-main .c-header-topRow {
        padding-right: 356px
    }

    .c-social .c-socialcount .icon {
        padding-right: 15px;
        margin-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, .2)
    }
}

@media screen and (min-width:1350px) {
    .container--1080 .container--breakout {
        margin-left: -135px
    }

    .container--1080 .container--breakout {
        margin-right: -135px
    }

    .container--1080 .container--breakout--left {
        margin-left: -135px
    }

    .container--1080 .container--breakout--right {
        margin-right: -135px
    }
}

@media (min-width:1351px) {
    .c-mainContent__inner {
        padding-right: 384px
    }

    .c-mainContent__sidebars .c-column--sidebar {
        position: absolute;
        top: 0
    }

    .c-mainContent__sidebars .c-column--sidebar--left {
        left: 0
    }

    .c-mainContent__sidebars .c-column--sidebar--right {
        right: 0
    }

    .nav.nav-pills--left [class*=col-],
    .nav.nav-pills--right [class*=col-],
    .toolbar nav.nav-pills--left.toolbar-bar [class*=col-],
    .toolbar nav.nav-pills--right.toolbar-bar [class*=col-] {
        position: relative
    }

    .nav.nav-pills--left [class*=col-]:first-child,
    .nav.nav-pills--right [class*=col-]:first-child,
    .toolbar nav.nav-pills--left.toolbar-bar [class*=col-]:first-child,
    .toolbar nav.nav-pills--right.toolbar-bar [class*=col-]:first-child {
        padding-right: calc(50% - (384px - 25px))
    }

    .nav.nav-pills--left [class*=col-]:last-child,
    .nav.nav-pills--right [class*=col-]:last-child,
    .toolbar nav.nav-pills--left.toolbar-bar [class*=col-]:last-child,
    .toolbar nav.nav-pills--right.toolbar-bar [class*=col-]:last-child {
        padding-left: calc(50% - (384px - 25px))
    }

    .c-column--sidebar--right .c-sidemenu {
        float: right
    }
}

@media (min-width:1351px) and (max-width:1500px) {
    .c-sharebar .c-sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }
}

@media only screen and (min-width:1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px
    }
}

@media all and (min-width:1400px) {
    .profile .athlete-informations .related .player-profile {
        -ms-flex-preferred-size: 270px;
        flex-basis: 270px
    }
}

@media (min-width:1501px) {
    .c-slider--instagram {
        padding-left: calc(50% - 15px)
    }

    .c-slider--instagram .slide__logo {
        left: calc(50% - 15px);
        width: calc(50% + 15px)
    }

    .c-slider--instagram .bg-bin {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(50% - 15px)
    }
}

@media (min-width:1600px) {
    .live-score-bar {
        grid-template-columns: calc(100% / 7) calc(100% / 7 * 6)
    }

    .live-score-bar__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .live-score-bar__content--live {
        display: block
    }

    .live-score-bar__content--live .live-score-bar__content-nav {
        display: none
    }
}

@media screen and (min-width:1801px) {
    .c-margin--150 {
        margin-bottom: 150px
    }

    .c-margin--140 {
        margin-bottom: 140px
    }

    .c-margin--130 {
        margin-bottom: 130px
    }

    .c-margin--120 {
        margin-bottom: 120px
    }

    .c-margin--110 {
        margin-bottom: 110px
    }

    .c-margin--100 {
        margin-bottom: 100px
    }

    .c-margin--90 {
        margin-bottom: 90px
    }

    .c-margin--80 {
        margin-bottom: 80px
    }

    .c-margin--70 {
        margin-bottom: 70px
    }

    .c-margin--60 {
        margin-bottom: 60px
    }

    .c-margin--50 {
        margin-bottom: 50px
    }

    .c-margin--40 {
        margin-bottom: 40px
    }

    .c-margin--30 {
        margin-bottom: 30px
    }

    .c-margin--20 {
        margin-bottom: 20px
    }

    .c-margin--15 {
        margin-bottom: 15px
    }

    .c-margin--10 {
        margin-bottom: 10px
    }

    .c-margin--10--left {
        margin-left: 10px
    }

    .c-margin--10--right {
        margin-right: 10px
    }

    .c-margin--5 {
        margin-bottom: 5px
    }

    .c-margin-top-150 {
        margin-top: 150px
    }

    .c-margin-top-140 {
        margin-top: 140px
    }

    .c-margin-top-130 {
        margin-top: 130px
    }

    .c-margin-top-120 {
        margin-top: 120px
    }

    .c-margin-top-110 {
        margin-top: 110px
    }

    .c-margin-top-100 {
        margin-top: 100px
    }

    .c-margin-top-90 {
        margin-top: 90px
    }

    .c-margin-top-80 {
        margin-top: 80px
    }

    .c-margin-top-70 {
        margin-top: 70px
    }

    .c-margin-top-60 {
        margin-top: 60px
    }

    .c-margin-top-50 {
        margin-top: 50px
    }

    .c-margin-top-40 {
        margin-top: 40px
    }

    .c-margin-top-30 {
        margin-top: 30px
    }

    .c-margin-top-20 {
        margin-top: 20px
    }

    .c-margin-top-15 {
        margin-top: 15px
    }

    .c-margin-top-10 {
        margin-top: 10px
    }

    .c-margin-top-10-top-left {
        margin-left: 10px
    }

    .c-margin-top-10-top-right {
        margin-right: 10px
    }

    .c-margin-top-5 {
        margin-top: 5px
    }

    .c-padding--210 {
        padding-top: 210px
    }

    .c-padding--210 {
        padding-bottom: 210px
    }

    .c-padding--210--top {
        padding-top: 210px
    }

    .c-padding--210--bot {
        padding-bottom: 210px
    }

    .c-padding--200 {
        padding-top: 200px
    }

    .c-padding--200 {
        padding-bottom: 200px
    }

    .c-padding--200--top {
        padding-top: 200px
    }

    .c-padding--200--bot {
        padding-bottom: 200px
    }

    .c-padding--190 {
        padding-top: 190px
    }

    .c-padding--190 {
        padding-bottom: 190px
    }

    .c-padding--190--top {
        padding-top: 190px
    }

    .c-padding--190--bot {
        padding-bottom: 190px
    }

    .c-padding--180 {
        padding-top: 180px
    }

    .c-padding--180 {
        padding-bottom: 180px
    }

    .c-padding--180--top {
        padding-top: 180px
    }

    .c-padding--180--bot {
        padding-bottom: 180px
    }

    .c-padding--170 {
        padding-top: 170px
    }

    .c-padding--170 {
        padding-bottom: 170px
    }

    .c-padding--170--top {
        padding-top: 170px
    }

    .c-padding--170--bot {
        padding-bottom: 170px
    }

    .c-padding--160 {
        padding-top: 160px
    }

    .c-padding--160 {
        padding-bottom: 160px
    }

    .c-padding--160--top {
        padding-top: 160px
    }

    .c-padding--160--bot {
        padding-bottom: 160px
    }

    .c-padding--150 {
        padding-top: 150px
    }

    .c-padding--150 {
        padding-bottom: 150px
    }

    .c-padding--150--top {
        padding-top: 150px
    }

    .c-padding--150--bot {
        padding-bottom: 150px
    }

    .c-padding--140 {
        padding-top: 140px
    }

    .c-padding--140 {
        padding-bottom: 140px
    }

    .c-padding--140--top {
        padding-top: 140px
    }

    .c-padding--140--bot {
        padding-bottom: 140px
    }

    .c-padding--130 {
        padding-top: 130px
    }

    .c-padding--130 {
        padding-bottom: 130px
    }

    .c-padding--130--top {
        padding-top: 130px
    }

    .c-padding--130--bot {
        padding-bottom: 130px
    }

    .c-padding--120 {
        padding-top: 120px
    }

    .c-padding--120 {
        padding-bottom: 120px
    }

    .c-padding--120--top {
        padding-top: 120px
    }

    .c-padding--120--bot {
        padding-bottom: 120px
    }

    .c-padding--110 {
        padding-top: 110px
    }

    .c-padding--110 {
        padding-bottom: 110px
    }

    .c-padding--110--top {
        padding-top: 110px
    }

    .c-padding--110--bot {
        padding-bottom: 110px
    }

    .c-padding--100 {
        padding-top: 100px
    }

    .c-padding--100 {
        padding-bottom: 100px
    }

    .c-padding--100--top {
        padding-top: 100px
    }

    .c-padding--100--bot {
        padding-bottom: 100px
    }

    .c-padding--90 {
        padding-top: 90px
    }

    .c-padding--90 {
        padding-bottom: 90px
    }

    .c-padding--90--top {
        padding-top: 90px
    }

    .c-padding--90--bot {
        padding-bottom: 90px
    }

    .c-padding--80 {
        padding-top: 80px
    }

    .c-padding--80 {
        padding-bottom: 80px
    }

    .c-padding--80--top {
        padding-top: 80px
    }

    .c-padding--80--bot {
        padding-bottom: 80px
    }

    .c-padding--70 {
        padding-top: 70px
    }

    .c-padding--70 {
        padding-bottom: 70px
    }

    .c-padding--70--top {
        padding-top: 70px
    }

    .c-padding--70--bot {
        padding-bottom: 70px
    }

    .c-padding--60 {
        padding-top: 60px
    }

    .c-padding--60 {
        padding-bottom: 60px
    }

    .c-padding--60--top {
        padding-top: 60px
    }

    .c-padding--60--bot {
        padding-bottom: 60px
    }

    .c-padding--50 {
        padding-top: 50px
    }

    .c-padding--50 {
        padding-bottom: 50px
    }

    .c-padding--50--top {
        padding-top: 50px
    }

    .c-padding--50--bot {
        padding-bottom: 50px
    }

    .c-padding--40 {
        padding-top: 40px
    }

    .c-padding--40 {
        padding-bottom: 40px
    }

    .c-padding--40--top {
        padding-top: 40px
    }

    .c-padding--40--bot {
        padding-bottom: 40px
    }

    .c-padding--30 {
        padding-top: 30px
    }

    .c-padding--30 {
        padding-bottom: 30px
    }

    .c-padding--30--top {
        padding-top: 30px
    }

    .c-padding--30--bot {
        padding-bottom: 30px
    }

    .c-padding--25 {
        padding-top: 25px
    }

    .c-padding--25 {
        padding-bottom: 25px
    }

    .c-padding--25--top {
        padding-top: 25px
    }

    .c-padding--25--bot {
        padding-bottom: 25px
    }

    .c-padding--20 {
        padding-top: 20px
    }

    .c-padding--20 {
        padding-bottom: 20px
    }

    .c-padding--20--top {
        padding-top: 20px
    }

    .c-padding--20--bot {
        padding-bottom: 20px
    }

    .c-padding--15 {
        padding-top: 15px
    }

    .c-padding--15 {
        padding-bottom: 15px
    }

    .c-padding--15--top {
        padding-top: 15px
    }

    .c-padding--15--bot {
        padding-bottom: 15px
    }

    .c-padding--10 {
        padding-top: 10px
    }

    .c-padding--10 {
        padding-bottom: 10px
    }

    .c-padding--10--top {
        padding-top: 10px
    }

    .c-padding--10--bot {
        padding-bottom: 10px
    }

    .c-line-height--100 {
        line-height: 100px
    }

    .c-line-height--90 {
        line-height: 90px
    }

    .c-line-height--80 {
        line-height: 80px
    }

    .c-line-height--70 {
        line-height: 70px
    }

    .c-line-height--60 {
        line-height: 60px
    }

    .c-line-height--40 {
        line-height: 40px
    }

    .c-line-height--30 {
        line-height: 30px
    }

    .c-line-height--20 {
        line-height: 20px
    }

    .c-offset--200--top {
        margin-top: -90px
    }

    .c-offset--200--bottom {
        margin-bottom: -90px
    }

    .c-offset--190--top {
        margin-top: -90px
    }

    .c-offset--190--bottom {
        margin-bottom: -90px
    }

    .c-offset--180--top {
        margin-top: -90px
    }

    .c-offset--180--bottom {
        margin-bottom: -90px
    }

    .c-offset--170--top {
        margin-top: -90px
    }

    .c-offset--170--bottom {
        margin-bottom: -90px
    }

    .c-offset--160--top {
        margin-top: -90px
    }

    .c-offset--160--bottom {
        margin-bottom: -90px
    }

    .c-offset--150--top {
        margin-top: -90px
    }

    .c-offset--150--bottom {
        margin-bottom: -90px
    }

    .c-offset--140--top {
        margin-top: -90px
    }

    .c-offset--140--bottom {
        margin-bottom: -90px
    }

    .c-offset--130--top {
        margin-top: -90px
    }

    .c-offset--130--bottom {
        margin-bottom: -90px
    }

    .c-offset--120--top {
        margin-top: -90px
    }

    .c-offset--120--bottom {
        margin-bottom: -90px
    }

    .c-offset--110--top {
        margin-top: -90px
    }

    .c-offset--110--bottom {
        margin-bottom: -90px
    }

    .c-offset--90--top {
        margin-top: -90px
    }

    .c-offset--90--bottom {
        margin-bottom: -90px
    }

    .c-offset--80--top {
        margin-top: -90px
    }

    .c-offset--80--bottom {
        margin-bottom: -90px
    }

    .c-offset--70--top {
        margin-top: -90px
    }

    .c-offset--70--bottom {
        margin-bottom: -90px
    }

    .c-offset--60--top {
        margin-top: -90px
    }

    .c-offset--60--bottom {
        margin-bottom: -90px
    }

    .c-offset--50--top {
        margin-top: -90px
    }

    .c-offset--50--bottom {
        margin-bottom: -90px
    }

    .c-offset--40--top {
        margin-top: -90px
    }

    .c-offset--40--bottom {
        margin-bottom: -90px
    }

    .c-offset--30--top {
        margin-top: -90px
    }

    .c-offset--30--bottom {
        margin-bottom: -90px
    }

    .c-offset--20--top {
        margin-top: -90px
    }

    .c-offset--20--bottom {
        margin-bottom: -90px
    }

    .c-offset--10--top {
        margin-top: -90px
    }

    .c-offset--10--bottom {
        margin-bottom: -90px
    }

    .c-minHeight--900 {
        min-height: 900px
    }

    .c-minHeight--800 {
        min-height: 800px
    }

    .c-minHeight--700 {
        min-height: 700px
    }

    .c-minHeight--600 {
        min-height: 600px
    }

    .c-minHeight--500 {
        min-height: 500px
    }

    .c-minHeight--400 {
        min-height: 400px
    }

    .c-minHeight--300 {
        min-height: 300px
    }

    .c-minHeight--200 {
        min-height: 200px
    }

    .c-minHeight--100 {
        min-height: 100px
    }

    .c-minHeight--950 {
        min-height: 950px
    }

    .c-minHeight--850 {
        min-height: 850px
    }

    .c-minHeight--750 {
        min-height: 750px
    }

    .c-minHeight--650 {
        min-height: 650px
    }

    .c-minHeight--550 {
        min-height: 550px
    }

    .c-minHeight--450 {
        min-height: 450px
    }

    .c-minHeight--350 {
        min-height: 350px
    }

    .c-minHeight--250 {
        min-height: 250px
    }

    .c-minHeight--150 {
        min-height: 150px
    }

    h1 {
        font-size: 60px
    }

    h2 {
        font-size: 40px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px
    }

    h5 {
        font-size: 16px
    }

    h6 {
        font-size: 14px
    }

    .title--120 {
        font-size: 120px
    }

    .title--110 {
        font-size: 110px
    }

    .title--100 {
        font-size: 100px
    }

    .title--90 {
        font-size: 90px
    }

    .title--85 {
        font-size: 85px
    }

    .title--80 {
        font-size: 80px
    }

    .title--70 {
        font-size: 70px
    }

    .title--75 {
        font-size: 75px
    }

    .title--60 {
        font-size: 60px
    }

    .title--50 {
        font-size: 50px
    }

    .title--40 {
        font-size: 40px
    }

    .title--30 {
        font-size: 30px
    }

    .title--22 {
        font-size: 22px
    }

    .title--20 {
        font-size: 20px
    }

    .title--18 {
        font-size: 18px
    }

    .title--16 {
        font-size: 16px
    }

    .title--14 {
        font-size: 14px
    }

    .title--12 {
        font-size: 12px
    }

    p+.btn.btn.read-more {
        margin-top: 50px
    }

    body {
        font-size: 18px
    }

    .c-column--main .well {
        padding-top: 50px
    }

    .c-column--main .well {
        padding-bottom: 50px
    }

    .c-column--main .well {
        padding-left: 60px
    }

    .c-column--main .well {
        padding-right: 60px
    }

    .c-column--main .panel--group {
        padding-left: 50px
    }

    .c-column--main .panel--group .c-decorative--bar {
        width: 5px
    }

    .c-column--main .c-breakout {
        margin-left: -60px
    }

    .c-column--main .c-breakout {
        margin-right: -60px
    }

    .c-column--sidebar .table.table-striped td,
    .c-column--sidebar .table.table-striped td strong {
        font-size: 13px
    }

    .c-column--sidebar .table.table-striped td small {
        font-size: 11px
    }

    .c-decorative--large {
        height: 10px
    }

    .c-decorative--small {
        height: 4px
    }

    .alignright,
    a img.alignright {
        margin-left: 30px
    }

    .alignleft,
    a img.alignleft {
        margin-right: 30px
    }

    .aligncenter {
        margin-top: 30px
    }

    .aligncenter {
        margin-bottom: 30px
    }

    figcaption {
        font-size: 12px
    }

    .cms-content {
        font-size: 18px
    }

    .cms-content>a[href$=".pdf"]:not(.btn) {
        font-size: 14px
    }

    header.c-main .c-header-topRow {
        font-size: 12px
    }

    header.c-main .c-header-topRow .navbar-left {
        padding-left: 32px
    }

    header.c-main .c-header-topRow .navbar-left {
        padding-right: 32px
    }

    header.c-main .c-header-topRow .navbar-nav>li>a {
        padding-left: 15px
    }

    header.c-main .c-header-topRow .navbar-nav>li>a {
        padding-right: 15px
    }

    header.c-main .c-header-topRow .c-divider {
        margin-left: 15px
    }

    header.c-main .c-header-topRow .c-divider {
        margin-right: 15px
    }

    header.c-main .c-header-botRow,
    header.c-main .c-header-botRow .btn {
        font-size: 16px
    }

    header.c-main .c-header-botRow .navbar-left {
        font-size: 18px
    }

    header.c-main .c-header-botRow>.navbar-left {
        padding-left: 20px
    }

    header.c-main .c-header-botRow .navbar-right {
        padding-right: 20px
    }

    header.c-main .c-header-botRow .navbar-nav>li>a {
        padding-left: 25px
    }

    header.c-main .c-header-botRow .navbar-nav>li>a {
        padding-right: 25px
    }

    header.c-main .c-header-botRow .js-navbarBin__slave li:not(.more) {
        font-size: 14px
    }

    .c-header__mobile__nav.navbar-nav {
        font-size: 16px
    }

    .c-header__mobile__nav.navbar-nav li.search input::-webkit-input-placeholder {
        font-size: 16px
    }

    .c-header__mobile__nav.navbar-nav li.search input::-moz-placeholder {
        font-size: 16px
    }

    .c-header__mobile__nav.navbar-nav li.search input::-ms-input-placeholder {
        font-size: 16px
    }

    .c-header__mobile__nav.navbar-nav li.search input::placeholder {
        font-size: 16px
    }

    .c-header__mobile__nav.navbar-nav .c-box--dark a {
        font-size: 14px
    }

    .c-header__streaming .c-article--video-pending .thumbnail__meta-top {
        top: 20px
    }

    .c-header__streaming .c-article--video-pending.c-article--featured .thumbnail .icon,
    .c-header__streaming .c-article--video-pending.c-article--masthead .thumbnail .icon {
        font-size: 70px
    }

    .c-header__streaming .c-article--video-pending.c-article--featured .thumbnail .icon:after,
    .c-header__streaming .c-article--video-pending.c-article--masthead .thumbnail .icon:after {
        margin-top: -35px
    }

    .c-header__streaming .c-article--video-pending.c-article--featured .thumbnail .icon:after,
    .c-header__streaming .c-article--video-pending.c-article--masthead .thumbnail .icon:after {
        margin-left: -35px
    }

    .c-header__streaming .c-article--video-pending.c-article--featured .thumbnail .icon:after,
    .c-header__streaming .c-article--video-pending.c-article--masthead .thumbnail .icon:after {
        width: 70px
    }

    .c-header__streaming .c-article--video-pending.c-article--featured .thumbnail .icon:after,
    .c-header__streaming .c-article--video-pending.c-article--masthead .thumbnail .icon:after {
        height: 70px
    }

    footer.main--full {
        font-size: 14px
    }

    footer.main--full strong {
        font-size: 16px
    }

    .c-brand--beach-wrestling .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
    .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--corporate .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--corporate .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--corporate .c-breakout .c-article--featured .thumbnail {
        border-width: 10px
    }

    .c-brand--beach-wrestling .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--corporate .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--corporate .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--world-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--world-championships .c-breakout .c-article--featured .thumbnail {
        border-width: 10px
    }

    .c-brand--beach-wrestling .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--corporate-championships .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--corporate-championships .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
    .c-brand--corporate-championships .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--continental-championships .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--continental-championships .c-box--dark .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--continental-championships .c-breakout .c-article--featured .thumbnail {
        border-width: 10px
    }

    .c-brand--beach-wrestling .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail,
    .c-brand--corporate-championships .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--corporate-championships .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
    .c-brand--corporate-championships .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--ranking-series .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--ranking-series .c-box--dark .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--ranking-series .c-breakout .c-article--featured .thumbnail {
        border-width: 10px
    }

    .c-brand--beach-wrestling .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
    .c-brand--corporate .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--corporate .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--world-cup .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-cup .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-cup .c-breakout .c-article--featured .thumbnail {
        border-width: 10px
    }

    .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--continental-championships .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
    .c-brand--corporate .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--corporate .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--ranking-series .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-championships .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--beach-wrestling .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--world-cup .c-brand--beach-wrestling .c-breakout .c-article--featured .thumbnail {
        border-width: 10px
    }

    .c-breakout .caption,
    .c-breakout a .caption {
        font-size: 16px
    }

    .c-breakout .c-article:not(.c-article--featured) .thumbnail {
        padding: 10px
    }

    .c-breakout .c-article--featured {
        margin-left: -60px
    }

    .c-breakout .c-article--featured {
        margin-right: -60px
    }

    .c-breakout .c-article--featured .caption {
        padding-left: 60px
    }

    .c-breakout .c-article--featured .caption {
        padding-right: 60px
    }

    .panel__page-intro--world-championships {
        padding-left: 275px
    }

    .panel__page-intro--world-championships__left {
        width: 275px
    }

    .panel__page-intro--world-championships__left .img-responsive {
        width: 140px
    }

    .panel__page-intro--world-championships__left .c-decorative--bar {
        left: 200px
    }

    .card__live-event ul {
        font-size: 12px
    }

    .tournament-bracket-wrap {
        font-size: 14px
    }

    .tournament-bracket-wrap .table-cell--blue {
        font-size: 12px
    }

    .tournament-bracket-wrap .tournament-bracket__round-title {
        font-size: 20px
    }

    .tournament-bracket-wrap .tournament-bracket__round-title {
        line-height: 70px
    }

    .tournament-bracket-wrap .tournament-bracket__round-title {
        padding-left: 40px
    }

    .tournament-bracket-wrap .tournament-bracket__round-title {
        padding-right: 40px
    }

    .tournament-bracket-wrap .tournament-bracket__match {
        height: 110px
    }

    .well-lg {
        padding-left: 24px
    }

    .well-lg {
        padding-right: 24px
    }

    .nav.nav-pills--med,
    .nav.nav-tabs--med,
    .toolbar nav.nav-pills--med.toolbar-bar,
    .toolbar nav.nav-tabs--med.toolbar-bar {
        line-height: 70px
    }

    .nav.nav-pills--med,
    .nav.nav-tabs--med,
    .toolbar nav.nav-pills--med.toolbar-bar,
    .toolbar nav.nav-tabs--med.toolbar-bar {
        height: 70px
    }

    .nav.nav-pills--large,
    .nav.nav-tabs--large,
    .toolbar nav.nav-pills--large.toolbar-bar,
    .toolbar nav.nav-tabs--large.toolbar-bar {
        line-height: 90px
    }

    .nav.nav-pills--large,
    .nav.nav-tabs--large,
    .toolbar nav.nav-pills--large.toolbar-bar,
    .toolbar nav.nav-tabs--large.toolbar-bar {
        height: 90px
    }

    .nav.nav-tabs--large,
    .nav.nav-tabs--med,
    .toolbar nav.nav-tabs--large.toolbar-bar,
    .toolbar nav.nav-tabs--med.toolbar-bar {
        font-size: 16px
    }

    .nav.nav-pills--left,
    .nav.nav-pills--right,
    .toolbar nav.nav-pills--left.toolbar-bar,
    .toolbar nav.nav-pills--right.toolbar-bar {
        line-height: 90px
    }

    .nav.nav-pills--left,
    .nav.nav-pills--right,
    .toolbar nav.nav-pills--left.toolbar-bar,
    .toolbar nav.nav-pills--right.toolbar-bar {
        height: 90px
    }

    .nav.nav-pills--left,
    .nav.nav-pills--right,
    .toolbar nav.nav-pills--left.toolbar-bar,
    .toolbar nav.nav-pills--right.toolbar-bar {
        font-size: 16px
    }

    .nav.nav-pills--left,
    .nav.nav-pills--right,
    .toolbar nav.nav-pills--left.toolbar-bar,
    .toolbar nav.nav-pills--right.toolbar-bar {
        padding-left: 30px
    }

    .nav.nav-pills--left,
    .nav.nav-pills--right,
    .toolbar nav.nav-pills--left.toolbar-bar,
    .toolbar nav.nav-pills--right.toolbar-bar {
        padding-right: 30px
    }

    .nav.nav-pills--med,
    .toolbar nav.nav-pills--med.toolbar-bar {
        font-size: 14px
    }

    .nav.nav-pills--large,
    .toolbar nav.nav-pills--large.toolbar-bar {
        font-size: 16px
    }

    .modaal-inline .container {
        padding: 80px
    }

    .c-modaal--match .table {
        font-size: 14px
    }

    .c-modaal--match .table th {
        font-size: 16px
    }

    .customSelect {
        font-size: 12px
    }

    .list-group__news {
        font-size: 16px
    }

    .btn {
        font-size: 13px
    }

    .btn[href$=".pdf"]:not(.btn-li) {
        font-size: 14px
    }

    .btn--small {
        font-size: 10px
    }

    .btn--large {
        line-height: 70px
    }

    .btn--large {
        font-size: 16px
    }

    .btn--ghost {
        font-size: 14px
    }

    .c-article {
        font-size: 16px
    }

    .c-article .c-article__pre-title,
    .c-article .c-article__timestamp,
    .c-article .caption {
        font-size: 14px
    }

    .c-article .c-article__title {
        font-size: 20px
    }

    .c-article .thumbnail__timestamp {
        font-size: 12px
    }

    .c-article .thumbnail__timestamp {
        right: 10px
    }

    .c-article .thumbnail__timestamp {
        bottom: 10px
    }

    .c-article .thumbnail .icon-icn_09-play-thick,
    .c-article .thumbnail .icon-icn_10-play-thin {
        font-size: 60px
    }

    .c-article .thumbnail .icon-icn_09-play-thick:after,
    .c-article .thumbnail .icon-icn_10-play-thin:after {
        padding: 8px
    }

    .c-article .thumbnail .icon-icn_09-play-thick:after,
    .c-article .thumbnail .icon-icn_10-play-thin:after {
        width: 60px
    }

    .c-article .thumbnail .icon-icn_09-play-thick:after,
    .c-article .thumbnail .icon-icn_10-play-thin:after {
        height: 60px
    }

    .c-article--featured,
    .c-article--masthead {
        font-size: 18px
    }

    .c-article--featured .c-article__pre-title,
    .c-article--masthead .c-article__pre-title {
        font-size: 16px
    }

    .c-article--featured .c-article__title,
    .c-article--masthead .c-article__title {
        font-size: 30px
    }

    .c-article--featured .c-article__timestamp,
    .c-article--masthead .c-article__timestamp {
        font-size: 14px
    }

    .c-article--featured .c-article__timestamp,
    .c-article--masthead .c-article__timestamp {
        padding-top: 20px
    }

    .c-article--featured .c-article__timestamp,
    .c-article--masthead .c-article__timestamp {
        margin-bottom: 30px
    }

    .c-article--featured .thumbnail .icon,
    .c-article--masthead .thumbnail .icon {
        font-size: 120px
    }

    .c-article--featured .thumbnail .icon:after,
    .c-article--masthead .thumbnail .icon:after {
        width: 120px
    }

    .c-article--featured .thumbnail .icon:after,
    .c-article--masthead .thumbnail .icon:after {
        height: 120px
    }

    .c-article--featured .thumbnail .icon:after,
    .c-article--masthead .thumbnail .icon:after {
        margin-left: -68px
    }

    .c-article--featured .thumbnail .icon:after,
    .c-article--masthead .thumbnail .icon:after {
        margin-top: -68px
    }

    .c-article--featured .caption,
    .c-article--masthead .caption {
        font-size: 18px
    }

    .c-article--masthead .c-article__pre-title {
        font-size: 20px
    }

    .c-article--masthead .c-article__title {
        font-size: 40px
    }

    .c-article--masthead .c-article__timestamp {
        font-size: 18px
    }

    .c-article--video-pending .thumbnail__meta-top {
        top: 10px
    }

    .c-article--video-pending .thumbnail__title-refer {
        font-size: 14px
    }

    .c-article--video-pending .thumbnail__meta-bottom {
        padding: 5px
    }

    .c-article--video-pending.c-article--featured .thumbnail .icon,
    .c-article--video-pending.c-article--masthead .thumbnail .icon {
        margin-top: -100px
    }

    .c-box--dark .c-article .caption,
    .c-box--dark .c-article a .caption,
    .c-box--dark--fancy .c-article .caption,
    .c-box--dark--fancy .c-article a .caption,
    .c-breakout .c-article .caption,
    .c-breakout .c-article a .caption {
        font-size: 16px
    }

    .c-box--dark .c-article--featured .caption,
    .c-box--dark--fancy .c-article--featured .caption,
    .c-breakout .c-article--featured .caption {
        font-size: 20px
    }

    .c-sharebar .btn,
    .c-sharebar .title {
        font-size: 14px
    }

    .c-sharebar .btn,
    .c-sharebar .title {
        padding-left: 30px
    }

    .c-sharebar .btn,
    .c-sharebar .title {
        padding-right: 30px
    }

    .c-sharebar--naked li:first-child {
        margin-left: -15px
    }

    .c-sharebar--naked [class*=c-social--] {
        padding-left: 15px
    }

    .c-sharebar--naked [class*=c-social--] {
        padding-right: 15px
    }

    .c-sharebar--naked .c-social--VKontakte .icon:before {
        font-size: 16px
    }

    .c-sharebar--naked .c-social--youTube .icon:before {
        font-size: 32px
    }

    .c-sharebar--naked .c-social--instagram .icon:before {
        font-size: 26px
    }

    .c-sharebar--naked .c-social--twitter .icon:before {
        font-size: 18px
    }

    .c-sharebar--naked .c-social--facebook .icon:before {
        font-size: 22px
    }

    .c-accordian--schedule {
        font-size: 14px
    }

    .c-accordian--schedule .c-accordian__master {
        font-size: 16px
    }

    .c-video-remote a {
        font-size: 12px
    }

    .widget-newsletter-signup input,
    .widget-newsletter-signup input::-webkit-input-placeholder {
        font-size: 14px
    }

    .widget-newsletter-signup input,
    .widget-newsletter-signup input::-moz-placeholder {
        font-size: 14px
    }

    .widget-newsletter-signup input,
    .widget-newsletter-signup input::-ms-input-placeholder {
        font-size: 14px
    }

    .widget-newsletter-signup input,
    .widget-newsletter-signup input::placeholder {
        font-size: 14px
    }

    .c-sidemenu>li>a {
        font-size: 16px
    }

    .c-sidemenu__submenu>li>a {
        font-size: 14px
    }

    .c-column--sidebar--right .c-sidemenu {
        padding: 60px
    }

    .c-column--sidebar--right .c-sidemenu {
        padding-top: 315px
    }

    .table.table-striped td,
    .table.table-striped td strong {
        font-size: 16px
    }

    .table.table-striped td small {
        font-size: 11px
    }

    .live-score-bar__upcoming-items-pagination-item-title {
        font-size: 12px
    }

    .live-score-card {
        font-size: 12px
    }

    .tournament-hero__event-date {
        font-size: 18px
    }

    .tournament-hero__event-title {
        font-size: 53px
    }

    .tournament-hero__quicklink {
        font-size: 11px
    }

    .tournament-matrix__row--top .tournament-matrix__cell--trigger {
        font-size: 16px
    }

    .tournament-matrix__cell--title {
        font-size: 16px
    }

    .tournament-matrix__date {
        font-size: 16px
    }

    .tournament-matrix__day {
        font-size: 10px
    }

    .accordion-body__mobile-control--next,
    .accordion-body__mobile-control--prev {
        font-size: 12px
    }

    .daily-blog-teaser__headline {
        font-size: 18px
    }

    .daily-blog-teaser__hashtag {
        font-size: 11px
    }

    .daily-blog-teaser__meta-action-button {
        font-size: 11px
    }

    .daily-blog-teaser__title {
        font-size: 11px
    }

    .daily-blog-teaser__subtitle {
        font-size: 11px
    }

    .daily-blog-teaser__abstract {
        font-size: 12px
    }

    .schedule-overview__headline {
        font-size: 18px
    }

    .schedule-slot__time {
        font-size: 16px
    }

    .schedule-slot__match-title {
        font-size: 12px
    }

    .schedule-slot__weight-label {
        font-size: 12px
    }

    .schedule-slot__deep-link {
        font-size: 11px
    }

    .athletes-overview__headline {
        font-size: 18px
    }

    .athletes-overview__filter-label {
        font-size: 11px
    }

    .athletes-overview__filter-label {
        line-height: 11px
    }

    .athletes-overview__navigation-item {
        font-size: 11px
    }

    .weight-category-preview__headline {
        font-size: 16px
    }

    .weight-category-preview__abstract {
        font-size: 14px
    }

    .weight-category-preview__cta {
        font-size: 11px
    }

    .weight-category-preview__athlete-name {
        font-size: 12px
    }

    .weight-category-preview__athlete-nation {
        font-size: 11px
    }

    .participating-athletes__headline {
        font-size: 12px
    }

    .participating-athletes__name {
        font-size: 12px
    }

    .participating-athletes__nation {
        font-size: 11px
    }

    .contenders-overview__headline {
        font-size: 18px
    }

    .contenders-overview__sub-headline {
        font-size: 16px
    }

    .contenders-slot__weight-category {
        font-size: 16px
    }

    .contenders-slot__cta {
        font-size: 11px
    }

    .contenders-slot__athlete-name {
        font-size: 12px
    }

    .contenders-slot__athlete-name {
        line-height: 12px
    }

    .contenders-slot__athlete-nation {
        font-size: 11px
    }

    .medalists-overview__headline {
        font-size: 18px
    }

    .medalists-slot__headline {
        font-size: 16px
    }

    .medalists-slot__weight-category {
        font-size: 16px
    }

    .medalists-slot__athlete-rank {
        font-size: 11px
    }

    .medalists-slot__athlete-name {
        font-size: 12px
    }

    .medalists-slot__athlete-nation {
        font-size: 11px
    }

    .media-teaser__headline {
        font-size: 18px
    }

    .media-teaser__hashtag {
        font-size: 11px
    }

    .media-teaser__meta-actions-label {
        font-size: 16px
    }

    .media-teaser__meta-action-button {
        font-size: 11px
    }

    .event-sharer {
        font-size: 12px
    }

    .tournament-schedule__title {
        font-size: 30px
    }

    .tournament-schedule__hashtag {
        font-size: 11px
    }

    .tournament-schedule__meta-item-title {
        font-size: 11px
    }

    .tournament-schedule__day-title {
        font-size: 18px
    }

    .tournament-schedule__day-title span {
        font-size: 11px
    }

    .tournament-schedule__slot-time {
        font-size: 12px
    }

    .tournament-schedule__slot-event-title {
        font-size: 12px
    }

    .tournament-schedule__slot-event-sub-title {
        font-size: 11px
    }

    .partners-list__title {
        font-size: 30px
    }

    .partners-list__items li {
        font-size: 18px
    }

    .c-brand--tokyo-2020 .c-article-block--bg .c-article--featured .thumbnail,
    .c-brand--tokyo-2020 .c-breakout .c-article--featured .thumbnail {
        border-width: 10px
    }

    .c-brand--tokyo-2020 .nav.nav-pills--left,
    .c-brand--tokyo-2020 .nav.nav-pills--right,
    .c-brand--tokyo-2020 .toolbar nav.nav-pills--left.toolbar-bar,
    .c-brand--tokyo-2020 .toolbar nav.nav-pills--right.toolbar-bar,
    .toolbar .c-brand--tokyo-2020 nav.nav-pills--left.toolbar-bar,
    .toolbar .c-brand--tokyo-2020 nav.nav-pills--right.toolbar-bar {
        font-size: 12px
    }

    .c-slider--twitter {
        font-size: 16px
    }

    .c-slider--twitter .slide {
        padding-left: 70px
    }

    .c-slider--twitter .slide {
        padding-right: 70px
    }

    .c-slider--instagram {
        font-size: 16px
    }

    .c-slider--instagram {
        padding-bottom: 125px
    }

    .c-slider--instagram .well {
        padding-top: 50px
    }

    .c-slider--instagram .well {
        padding-bottom: 20px
    }

    .c-slider--instagram .well {
        padding-left: 60px
    }

    .c-slider--instagram .well {
        padding-right: 60px
    }

    .c-slider--instagram .slick-dots {
        padding-left: 60px
    }

    .c-slider--instagram .slick-dots {
        padding-right: 60px
    }

    .c-slider--instagram .slide__logo {
        font-size: 16px
    }

    .c-slider--instagram .slide__logo {
        padding-top: 40px
    }

    .c-slider--instagram .slide__logo {
        padding-bottom: 40px
    }

    .c-slider--instagram .slide__logo {
        padding-left: 120px
    }

    .c-slider--instagram .slide__logo {
        padding-right: 60px
    }

    .c-slider--instagram .slide__logo .icon {
        left: 60px
    }

    .c-slider--instagram .slide__logo .icon {
        font-size: 30px
    }

    .c-slider--instagram .slide__logo .icon {
        margin-top: -15px
    }

    .c-card--facebook,
    .c-card--twitter {
        font-size: 16px
    }

    .c-card--facebook__title,
    .c-card--twitter__title {
        font-size: 14px
    }
}

@media (max-width:1380px) {

    .nav.nav-pills--left .btn--share .sr-only--mob,
    .nav.nav-pills--right .btn--share .sr-only--mob,
    .toolbar nav.nav-pills--left.toolbar-bar .btn--share .sr-only--mob,
    .toolbar nav.nav-pills--right.toolbar-bar .btn--share .sr-only--mob {
        position: absolute;
        left: 100vw;
        width: 1px;
        height: 1px;
        display: block;
        overflow: hidden;
        font-size: 0
    }
}

@media (max-width:1350px) {
    .c-offset--200--top {
        margin-top: 0 !important
    }

    .c-offset--190--top {
        margin-top: 0 !important
    }

    .c-offset--180--top {
        margin-top: 0 !important
    }

    .c-offset--170--top {
        margin-top: 0 !important
    }

    .c-offset--160--top {
        margin-top: 0 !important
    }

    .c-offset--150--top {
        margin-top: 0 !important
    }

    .c-offset--140--top {
        margin-top: 0 !important
    }

    .c-offset--130--top {
        margin-top: 0 !important
    }

    .c-offset--120--top {
        margin-top: 0 !important
    }

    .c-offset--110--top {
        margin-top: 0 !important
    }

    .c-offset--90--top {
        margin-top: 0 !important
    }

    .c-offset--80--top {
        margin-top: 0 !important
    }

    .c-offset--70--top {
        margin-top: 0 !important
    }

    .c-offset--60--top {
        margin-top: 0 !important
    }

    .c-offset--50--top {
        margin-top: 0 !important
    }

    .c-offset--40--top {
        margin-top: 0 !important
    }

    .c-offset--30--top {
        margin-top: 0 !important
    }

    .c-offset--20--top {
        margin-top: 0 !important
    }

    .c-offset--10--top {
        margin-top: 0 !important
    }

    .c-mainContent__sidebars {
        position: absolute;
        left: 0;
        top: 0
    }

    .c-mainContent__sidebars .c-column--sidebar+.c-column--sidebar {
        border-top: 1px solid #fff
    }

    .c-mainContent__inner:after {
        content: none
    }

    .c-column--sidebar--right .c-sidemenu {
        padding: 20px 30px !important
    }
}

@media (max-width:1280px) {
    header.c-main .c-header-topRow .c-sr-only {
        display: none
    }
}

@media only screen and (max-width:1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px
    }

    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: rgba(0, 0, 0, .7)
    }

    .modaal-gallery-control:after,
    .modaal-gallery-control:before {
        background: #fff
    }

    .modaal-gallery-next {
        left: auto;
        right: 20px
    }

    .modaal-gallery-prev {
        left: 20px;
        right: auto
    }
}

@media (max-width:993px) {
    .c-modaal--match .c-column--sidebar {
        width: auto !important
    }
}

@media (max-width:991px) {
    .card__live-event .well-lg {
        padding: 0
    }

    .c-video-remote {
        position: relative;
        margin: 0 auto
    }
}

@media (max-width:990px) {

    footer.main .c-fineprint .text-left,
    footer.main .c-fineprint .text-right {
        text-align: center
    }
}

@media (max-width:960px) {
    header.c-main .c-header-botRow {
        padding-right: 230px
    }

    header.c-main .c-header-botRow .navbar-right {
        padding-right: 90px
    }

    header.c-main .c-header-botRow .navbar-form {
        position: absolute;
        right: 0;
        top: 15px;
        background-color: #fff
    }

    header.c-main .c-header-botRow .navbar-form input {
        padding-right: 70px
    }

    header.c-main .c-header-botRow .navbar-form input:focus {
        width: 250px
    }

    header.c-main .c-header-botRow .navbar-form .btn,
    header.c-main .c-header-botRow .navbar-form input {
        width: 90px
    }

    header.c-main .c-header-botRow .c-sr-only {
        display: none
    }
}

@media screen and (max-width:900px) {
    .modaal-instagram iframe {
        width: 500px !important
    }
}

@media (max-width:900px) {
    .c-mainContent__sidebars {
        display: none
    }

    .c-mainContent__inner:before {
        content: none
    }
}

@media screen and (max-width:800px) {
    .step-in {
        opacity: 1 !important
    }

    .step-up {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .step-down {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .zoom-in {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:769px) {

    .c-article--video-pending .thumbnail__meta-bottom,
    .c-article--video-pending .thumbnail__meta-middle,
    .c-article--video-pending .thumbnail__meta-top {
        height: 100%
    }

    .c-article--video-pending .thumbnail__icon {
        zoom: 1 !important;
        -moz-transform: scale(1)
    }
}

@media (max-width:768px) {

    .alignleft,
    .alignright {
        float: none;
        margin-left: 0;
        margin-right: 0
    }

    header.c-main {
        padding-left: 80px
    }

    header.c-main {
        height: 90px
    }

    header.c-main .c-logo {
        width: 80px
    }

    header.c-main .c-logo img {
        width: 45px
    }

    header.c-main .c-header-topRow .navbar-nav>li>a {
        line-height: 40px
    }

    header.c-main .c-header-topRow,
    header.c-main .c-header-topRow .c-navbar-wrap {
        height: 40px
    }

    header.c-main .c-header-topRow .js-navbarBin__slave {
        padding-top: 40px
    }

    header.c-main .c-header-botRow,
    header.c-main .c-header-botRow .c-navbar-wrap {
        height: 50px
    }

    header.c-main .c-header-botRow .js-navbarBin__slave {
        padding-top: 35px
    }

    header.c-main .c-header-botRow {
        padding-right: 160px
    }

    header.c-main .c-header-botRow,
    header.c-main .c-header-botRow .btn {
        font-family: rad-semi, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 400;
        font-size: 12px
    }

    header.c-main .c-header-botRow .navbar-left {
        font-size: 13px
    }

    header.c-main .c-header-botRow .c-navbar-wrap,
    header.c-main .c-header-botRow .navbar-right {
        padding-top: 6px;
        padding-bottom: 6px
    }

    header.c-main .c-header-botRow .js-navbarBin__slave {
        padding-top: 44px
    }

    header.c-main .c-header-botRow .navbar-form {
        top: 5px
    }

    .c-header__mobile {
        display: block
    }

    header.c-main {
        display: none
    }

    .c-header-spacer {
        height: 60px;
        width: 100%;
        display: block
    }

    .tournament-bracket-wrap .tournament-bracket__item--blank {
        display: none
    }

    .tournament-bracket-wrap .tournament-bracket__list {
        margin-top: 0;
        border-bottom: 0
    }

    .tournament-bracket-wrap .tournament-bracket__match {
        height: auto !important
    }

    .tournament-bracket-wrap .tournament-bracket__item:nth-child(even) {
        margin-left: 0
    }

    .tournament-bracket-wrap .tournament-bracket__item:nth-child(odd) {
        margin-right: 0
    }

    .tournament-bracket-wrap .tournament-bracket__round:not(:first-child):before {
        content: none
    }

    .tournament-bracket-wrap .tournament-bracket__round {
        padding-bottom: 0
    }

    .no-padding--tab {
        padding-left: 0;
        padding-right: 0
    }

    .nav.nav-pills--left,
    .nav.nav-pills--right,
    .toolbar nav.nav-pills--left.toolbar-bar,
    .toolbar nav.nav-pills--right.toolbar-bar {
        text-align: center
    }

    .nav.nav-pills--left .c-decorative--xsmall,
    .nav.nav-pills--right .c-decorative--xsmall,
    .toolbar nav.nav-pills--left.toolbar-bar .c-decorative--xsmall,
    .toolbar nav.nav-pills--right.toolbar-bar .c-decorative--xsmall {
        display: none
    }

    .c-social a {
        width: 40px
    }

    .c-social .c-social--VKontakte .icon:before,
    .c-social .c-social--instagram .icon:before,
    .c-social .c-social--youTube .icon:before,
    .c-social .c-socialshare .icon:before {
        line-height: 40px
    }

    .c-social .c-socialcount {
        min-height: 40px;
        min-width: 40px
    }

    .c-social .c-socialcount .well-sm {
        padding: 14px
    }
}

@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 #ededf1
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }

    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }

    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .hidden-xs {
        display: none !important
    }
}

@media (max-width:660px) {
    .c-article--video-pending .thumbnail__meta-bottom .btn {
        text-align: right;
        padding-left: 0;
        padding-right: 0
    }

    .c-article--video-pending .thumbnail__meta-bottom .btn .icon {
        text-align: center
    }

    .c-article--video-pending .thumbnail__meta-bottom .col-md-4 {
        position: absolute;
        bottom: 0
    }

    .c-article--video-pending .thumbnail__meta-bottom .col-md-4:first-child {
        left: 0
    }

    .c-article--video-pending .thumbnail__meta-bottom .col-md-4:last-child {
        right: 0
    }
}

@media only screen and (max-width:600px) {
    .modaal-instagram iframe {
        width: 280px !important
    }
}

@media (max-width:600px) {
    header.c-main .c-header-topRow {
        padding-right: 40px
    }

    .c-social {
        padding-top: 40px;
        width: 40px
    }

    .c-social li:not(.c-socialshare) {
        display: none
    }

    .c-social li.c-socialshare {
        position: absolute;
        top: 0;
        right: 0
    }

    .c-social.on_press li,
    html:not(.mobile):not(.tablet) .c-social:focus li,
    html:not(.mobile):not(.tablet) .c-social:hover li {
        display: block
    }
}

@media (max-width:480px) {
    .panel__page-intro--world-championships {
        padding-left: 0
    }

    .panel__page-intro--world-championships .img-responsive {
        margin-bottom: 20px
    }

    .tournament-bracket-wrap .tournament-bracket__list {
        padding-bottom: 1em;
        margin-bottom: 1em
    }

    .tournament-bracket-wrap .tournament-bracket__item {
        width: 100%
    }

    .tournament-bracket-wrap .tournament-bracket__item:nth-child(even),
    .tournament-bracket-wrap .tournament-bracket__item:nth-child(odd) {
        margin-left: 0;
        margin-right: 0
    }

    .tournament-bracket-wrap .tournament-bracket__country {
        margin-top: 0
    }

    .tournament-bracket-wrap .tournament-bracket__code {
        padding: 0 .25em
    }

    .no-padding--mob {
        padding-left: 0;
        padding-right: 0
    }

    .c-modaal--gallery .nav.navbar.c-sharebar .navbar-right ul li,
    .c-modaal--gallery .toolbar nav.navbar.c-sharebar.toolbar-bar .navbar-right ul li,
    .toolbar .c-modaal--gallery nav.navbar.c-sharebar.toolbar-bar .navbar-right ul li {
        width: 50px
    }

    .c-article--gallery .c-sharebar {
        padding-top: 50px;
        margin-bottom: 15px
    }

    .c-article--gallery .c-sharebar .title.navbar-right {
        width: 100%
    }

    .c-article--horz .col-xs-6 {
        width: 100%;
        float: none;
        clear: both
    }

    .c-article--horz .col-xs-6+.col-xs-6 {
        margin-top: 1em
    }

    .c-sharebar .navbar-right {
        clear: both
    }

    .c-sharebar .navbar-right ul {
        width: 100%
    }

    .c-sharebar .navbar-right ul li {
        width: 20%
    }

    .c-sharebar .navbar-right ul li a {
        width: 100%
    }

    .c-sharebar .btn.navbar-left,
    .c-sharebar .title.navbar-right {
        width: 50%;
        text-align: center
    }

    .c-sharebar .title.navbar-right {
        position: absolute;
        right: 0;
        top: 0
    }
}

@media screen and (max-height:1100px) {
    .modaal-instagram iframe {
        width: 700px !important
    }
}

@media screen and (max-height:1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .modaal-instagram iframe {
        width: 600px !important
    }
}

@media screen and (max-height:900px) {
    .modaal-instagram iframe {
        width: 500px !important
    }

    .modaal-video-container {
        max-width: 900px;
        max-height: 510px
    }
}

@media only screen and (max-height:820px) {
    .modaal-gallery-label {
        display: none
    }
}

@media only screen and (max-height:760px) {
    .c-header__mobile__nav.navbar-nav {
        height: calc(100vh - 200px);
        min-height: 250px;
        overflow: auto
    }
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-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: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .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 td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }

    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }

    .visible-print-block {
        display: block !important
    }

    .visible-print-inline {
        display: inline !important
    }

    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

@-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
    }
}

@-webkit-keyframes pace-theme-center-circle-spin {
    from {
        -webkit-transform: rotateZ(0)
    }

    to {
        -webkit-transform: rotateZ(360deg)
    }
}

@keyframes pace-theme-center-circle-spin {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes instaReveal {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes pulseText {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

@keyframes pulseText {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes idleAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes idleAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes load7 {

    0%,
    100%,
    80% {
        -webkit-box-shadow: 0 2em 0 -1.3em;
        box-shadow: 0 2em 0 -1.3em
    }

    40% {
        -webkit-box-shadow: 0 2em 0 0;
        box-shadow: 0 2em 0 0
    }
}

@keyframes load7 {

    0%,
    100%,
    80% {
        -webkit-box-shadow: 0 2em 0 -1.3em;
        box-shadow: 0 2em 0 -1.3em
    }

    40% {
        -webkit-box-shadow: 0 2em 0 0;
        box-shadow: 0 2em 0 0
    }
}



/* dropdown perso */

/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (min-width: 601px) {
    /* Dropdown Button */
    .dropbtn {
        background-color: none;
        /* color: white; */
        padding: 0.5em 0 0 3em;
        /* font-size: 16px; */
        border: none;
        cursor: pointer;
        vertical-align: middle
      }
  }

  /* If the screen size is 600px or less, set the font-size of <div> to 30px */
  @media only screen and (max-width: 600px) {
    /* Dropdown Button */
    .dropbtn {
        background-color: none;
        /* color: white; */
        padding: 0.5em 0;
        /* font-size: 16px; */
        border: none;
        cursor: pointer;
        vertical-align: middle
      }
}

      /* The container <div> - needed to position the dropdown content */
      .dropdowns {
        position: relative;
        display: inline-block;
      }

      /* Dropdown Content (Hidden by Default) */
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
      }

      /* Links inside the dropdown */
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }

      /* Change color of dropdown links on hover */
      .dropdown-content:hover  {background-color: #ddd;}

      /* Change color of dropdown links on hover */
      .sub:hover  {background-color: #10da09;}

      /* Show the dropdown menu on hover */
      .dropdowns:hover .dropdown-content {display: block;}

      /* Change the background color of the dropdown button when the dropdown content is shown */
      /* .dropdowns:hover .dropbtn {background-color: #3e8e41;}*/
