/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
hr,
img {
    border: 0
}

#next__footer .row,
#next__header .row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal
}

.user-profile p,
pre {
    word-break: break-all
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

    a:active,
    a:hover {
        outline: 0
    }

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.glyphicon,
address,
cite {
    font-style: normal
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled],
    html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !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
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.form-control,
.navbar-toggle,
.open .dropdown-toggle.btn-danger,
.open .dropdown-toggle.btn-default,
.open .dropdown-toggle.btn-info,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.img-thumbnail,
body {
    background-color: #fff
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.container,
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    text-decoration: none
}

    a:focus,
    a:hover {
        color: #000;
        text-decoration: underline
    }

    a:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

figure {
    margin: 0
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.4;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.img-circle {
    border-radius: 50%
}

hr {
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.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: #999
    }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 19px;
    margin-bottom: 9.5px
}

    .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: 9.5px;
    margin-bottom: 9.5px
}

    .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
}

.lead {
    margin-bottom: 19px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

dt,
label {
    font-weight: 700
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code,
table {
    background-color: transparent
}

.page-header {
    padding-bottom: 8.5px;
    margin: 38px 0 19px;
    border-bottom: 1px solid #eee
}

dl,
ol,
ul {
    margin-top: 0
}

    blockquote ol:last-child,
    blockquote p:last-child,
    blockquote ul:last-child,
    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

address,
dl {
    margin-bottom: 19px
}

ol,
ul {
    margin-bottom: 9.5px
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dd,
dt {
    line-height: 1.4
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .container {
        width: 750px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 9.5px 19px;
    margin: 0 0 19px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote .small,
    blockquote footer,
    blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.4;
        color: #999
    }

legend,
pre {
    display: block;
    color: #333
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

blockquote:after,
blockquote:before {
    content: ""
}

address {
    line-height: 1.4
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

pre {
    padding: 9px;
    margin: 0 0 9.5px;
    font-size: 13px;
    line-height: 1.4;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.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,
.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,
.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,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-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-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-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-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-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-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 19px
}

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding: 8px;
        line-height: 1.4;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td,
    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 14.25px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }

        .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
            }
}

fieldset,
legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    width: 100%;
    margin-bottom: 19px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none
}

#next__footer .col-xs-12,
#next__footer .row,
#next__footer .wrapper,
#next__header .row,
#next__header .wrapper,
.fixture-header,
.hamburger,
.video-header {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control,
output {
    font-size: 14px;
    line-height: 1.4;
    color: #959595;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
    color: #3c763d
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=date] {
    line-height: 33px
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    display: block;
    min-height: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

    .checkbox label,
    .radio label {
        display: inline;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        float: left;
        margin-left: -20px
    }

    .checkbox + .checkbox,
    .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline,
    .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline[disabled],
    .checkbox[disabled],
    .radio-inline[disabled],
    .radio[disabled],
    fieldset[disabled] .checkbox,
    fieldset[disabled] .checkbox-inline,
    fieldset[disabled] .radio,
    fieldset[disabled] .radio-inline,
    fieldset[disabled] input[type=checkbox],
    fieldset[disabled] input[type=radio],
    input[type=checkbox][disabled],
    input[type=radio][disabled] {
        cursor: not-allowed
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 41.25px
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 24px;
        right: 0;
        display: block;
        width: 33px;
        height: 33px;
        line-height: 33px;
        text-align: center
    }

.collapsing,
.dropdown,
.glyphicon {
    position: relative
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #767676
}

@media (min-width:768px) {

    .form-inline .checkbox,
    .form-inline .form-control,
    .form-inline .form-group,
    .form-inline .radio {
        display: inline-block;
        vertical-align: middle
    }

    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .checkbox,
    .form-inline .radio {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

        .form-inline .checkbox input[type=checkbox],
        .form-inline .radio input[type=radio] {
            float: none;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 26px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.4;
    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 {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .btn:focus,
    .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active,
    .btn:active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-default {
    color: #333;
    background-color: #fff
}

    .btn-default.active,
    .btn-default:active,
    .btn-default:focus,
    .btn-default:hover,
    .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad
    }

    .btn-default.disabled,
    .btn-default.disabled.active,
    .btn-default.disabled:active,
    .btn-default.disabled:focus,
    .btn-default.disabled:hover,
    .btn-default[disabled],
    .btn-default[disabled].active,
    .btn-default[disabled]:active,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default,
    fieldset[disabled] .btn-default.active,
    fieldset[disabled] .btn-default:active,
    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
}

    .btn-primary.active,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover,
    .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e
    }

    .btn-primary.disabled,
    .btn-primary.disabled.active,
    .btn-primary.disabled:active,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled],
    .btn-primary[disabled].active,
    .btn-primary[disabled]:active,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary.active,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #428bca;
        border-color: #357ebd
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.active,
    .btn-success:active,
    .btn-success:focus,
    .btn-success:hover,
    .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #47a447;
        border-color: #398439
    }

    .btn-success.active,
    .btn-success:active,
    .open .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled,
    .btn-success.disabled.active,
    .btn-success.disabled:active,
    .btn-success.disabled:focus,
    .btn-success.disabled:hover,
    .btn-success[disabled],
    .btn-success[disabled].active,
    .btn-success[disabled]:active,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success,
    fieldset[disabled] .btn-success.active,
    fieldset[disabled] .btn-success:active,
    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.active,
    .btn-info:active,
    .btn-info:focus,
    .btn-info:hover,
    .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc
    }

    .btn-info.disabled,
    .btn-info.disabled.active,
    .btn-info.disabled:active,
    .btn-info.disabled:focus,
    .btn-info.disabled:hover,
    .btn-info[disabled],
    .btn-info[disabled].active,
    .btn-info[disabled]:active,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info,
    fieldset[disabled] .btn-info.active,
    fieldset[disabled] .btn-info:active,
    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.active,
    .btn-warning:active,
    .btn-warning:focus,
    .btn-warning:hover,
    .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512
    }

    .btn-warning.disabled,
    .btn-warning.disabled.active,
    .btn-warning.disabled:active,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:hover,
    .btn-warning[disabled],
    .btn-warning[disabled].active,
    .btn-warning[disabled]:active,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning,
    fieldset[disabled] .btn-warning.active,
    fieldset[disabled] .btn-warning:active,
    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.active,
    .btn-danger:active,
    .btn-danger:focus,
    .btn-danger:hover,
    .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925
    }

    .btn-danger.disabled,
    .btn-danger.disabled.active,
    .btn-danger.disabled:active,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:hover,
    .btn-danger[disabled],
    .btn-danger[disabled].active,
    .btn-danger[disabled]:active,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger,
    fieldset[disabled] .btn-danger.active,
    fieldset[disabled] .btn-danger:active,
    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 {
    color: #363636;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

    .btn-link,
    .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: #000;
                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: #999;
                text-decoration: none
            }

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    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 {
    padding-left: 0;
    padding-right: 0
}

    .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
    }

.caret,
.glyphicon {
    display: inline-block
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    top: 1px;
    font-family: 'Glyphicons Halflings' !important;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.caret {
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

    .dropdown-menu-right,
    .dropdown-menu.pull-right {
        left: auto;
        right: 0
    }

    .dropdown-header,
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        line-height: 1.4
    }

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.dropdown-menu .divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap
}

    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #999
}

    .dropdown-menu > .disabled > a:focus,
    .dropdown-menu > .disabled > a:hover {
        text-decoration: none;
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: not-allowed
    }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    font-size: 12px;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.modal,
.modal-backdrop {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.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-vertical > .btn:focus,
        .btn-group > .btn:focus {
            outline: 0
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn .caret,
.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:first-child > .btn:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

[data-toggle=buttons] > .btn > input[type=checkbox],
[data-toggle=buttons] > .btn > input[type=radio] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.nav > li,
.nav > li > a {
    display: block;
    position: relative
}

.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: #959595;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        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-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn: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-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn: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
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav > li > a {
        padding: 10px 15px
    }

        .nav > li > a:focus,
        .nav > li > a:hover {
            text-decoration: none;
            background-color: #eee
        }

    .nav > li.disabled > a {
        color: #999
    }

        .nav > li.disabled > a:focus,
        .nav > li.disabled > a:hover {
            color: #999;
            text-decoration: none;
            background-color: transparent;
            cursor: not-allowed
        }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: #eee;
        border-color: #363636
    }

    .nav .nav-divider {
        height: 1px;
        margin: 8.5px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.4;
            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: #959595;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
                margin-right: 0;
                border-radius: 4px
            }

        .nav-tabs.nav-justified > .active > a,
        .nav-tabs.nav-justified > .active > a:focus,
        .nav-tabs.nav-justified > .active > a:hover {
            border: 1px solid #ddd
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0
        }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-justified > li,
.nav-stacked > li {
    float: none
}

.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: #428bca
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

    .nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px
    }

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 19px;
    border: 1px solid transparent
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        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 {
        padding-left: 0;
        padding-right: 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-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15.5px 15px;
    font-size: 18px;
    line-height: 19px;
    height: 50px
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    }

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.breadcrumb > li,
.pagination {
    display: inline-block
}

.navbar-nav {
    margin: 7.75px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 19px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header,
        .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 19px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus,
            .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15.5px;
                padding-bottom: 15.5px
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px
        }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 8.5px -15px
}

@media (min-width:768px) {

    .navbar-form .checkbox,
    .navbar-form .form-control,
    .navbar-form .form-group,
    .navbar-form .radio {
        display: inline-block;
        vertical-align: middle
    }

    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

        .navbar-form .checkbox input[type=checkbox],
        .navbar-form .radio input[type=radio] {
            float: none;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px
        }
}

.btn .badge,
.btn .label {
    top: -1px;
    position: relative
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15.5px;
    margin-bottom: 15.5px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #fff
    }

        .navbar-default .navbar-brand:focus,
        .navbar-default .navbar-brand:hover {
            color: #e6e6e6;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff
    }

        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            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-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-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            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-default .navbar-link,
.navbar-default .navbar-link:hover {
    color: #fff
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #999
    }

        .navbar-inverse .navbar-brand:focus,
        .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-text {
        color: #999
    }

        .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: #080808
    }

    .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-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-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #080808;
        color: #fff
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

        .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: #080808
    }

    .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
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 19px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li + li:before {
        content: "/\00a0";
        padding: 0 5px;
        color: #ccc
    }

    .breadcrumb > .active {
        color: #999
    }

.pagination {
    padding-left: 0;
    margin: 19px 0;
    border-radius: 4px
}

    .pager li,
    .pagination > li {
        display: inline
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.4;
            text-decoration: none;
            color: #363636;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px
        }

.badge,
.label {
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #000;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 19px 0;
    list-style: none;
    text-align: center
}

    .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: #999;
        background-color: #fff;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #b8b8b8;
    border-radius: .25em
}

    .label[href]:focus,
    .label[href]:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer
    }

    .label:empty {
        display: none
    }

.label-default {
    background-color: #999
}

    .label-default[href]:focus,
    .label-default[href]:hover {
        background-color: grey
    }

.label-primary {
    background-color: #428bca
}

    .label-primary[href]:focus,
    .label-primary[href]:hover {
        background-color: #3071a9
    }

.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;
    color: #fff;
    background-color: #999;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.media-object,
.thumbnail {
    display: block
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.nav-pills > .active > a > .badge,
a.list-group-item.active > .badge {
    color: #363636;
    background-color: #fff
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

.alert,
.thumbnail {
    margin-bottom: 19px
}

    .alert .alert-link,
    .close {
        font-weight: 700
    }

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .thumbnail a > img,
    .thumbnail > img {
        margin-left: auto;
        margin-right: auto
    }

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #363636
}

.thumbnail .caption {
    padding: 9px;
    color: #363636
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable {
    padding-right: 35px
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 19px;
    margin-bottom: 19px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.close,
.list-group-item > .badge {
    float: right
}

.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

    .media,
    .media .media {
        margin-top: 15px
    }

        .media:first-child {
            margin-top: 0
        }

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus,
    a.list-group-item:hover {
        text-decoration: none;
        background-color: #f5f5f5
    }

    a.list-group-item.active,
    a.list-group-item.active:focus,
    a.list-group-item.active:hover {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        a.list-group-item.active .list-group-item-heading,
        a.list-group-item.active:focus .list-group-item-heading,
        a.list-group-item.active:hover .list-group-item-heading {
            color: inherit
        }

        a.list-group-item.active .list-group-item-text,
        a.list-group-item.active:focus .list-group-item-text,
        a.list-group-item.active:hover .list-group-item-text {
            color: #e1edf7
        }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus,
    a.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 {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus,
    a.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 {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus,
    a.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 {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus,
    a.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 {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 19px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

    .panel-title,
    .panel > .list-group,
    .panel > .table,
    .panel > .table-responsive > .table {
        margin-bottom: 0
    }

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.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 .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading,
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.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-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 > 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,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-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 > 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 {
    border-top: 1px solid #ddd
}

.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-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 19px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        overflow: hidden
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .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-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #428bca
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca
    }

.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-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-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-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-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.carousel-caption,
.carousel-control {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content,
.popover {
    background-clip: padding-box
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    z-index: 1050;
    -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;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.4px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.4
}

.modal-body {
    position: relative;
    padding: 20px
}

.popover,
.tooltip,
.tooltip-arrow {
    position: absolute
}

.modal-footer {
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    left: 5px
}

.tooltip.top-right .tooltip-arrow {
    right: 5px
}

.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,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    left: 5px
}

.tooltip.bottom-right .tooltip-arrow {
    right: 5px
}

.popover {
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.carousel,
.carousel-inner {
    position: relative
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.left > .arrow:after,
.popover.right > .arrow:after {
    content: " ";
    bottom: -10px
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

    .popover.right > .arrow:after {
        left: 1px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel-inner {
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img,
        .carousel-inner > .item > img {
            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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
    }

    .carousel-control:focus,
    .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .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
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 50%
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 50%
    }

    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0)
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

    .carousel-caption .btn,
    .text-hide {
        text-shadow: none
    }

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.ca-fixture,
.icon-acc,
.icon-ca,
.icon-ca-headers,
.icon-check,
.icon-cross {
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.ca-fixture,
.icon-acc,
.icon-ca,
.icon-ca-headers,
.icon-check,
.icon-cross,
.material-icons,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hidden {
    visibility: hidden !important
}

.affix {
    position: fixed
}

.all-content,
body {
    position: relative
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }

    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?-t0c6h0);
    src: url(../fonts/icomoon.eot?#iefix-t0c6h0) format('embedded-opentype'), url(../fonts/icomoon.ttf?-t0c6h0) format('truetype'), url(../fonts/icomoon.woff?-t0c6h0) format('woff'), url(../fonts/icomoon.svg?-t0c6h0#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

.icon-eye:before {
    content: "\e000"
}

.icon-paper-clip:before {
    content: "\e001"
}

.icon-mail:before {
    content: "\e002"
}

.icon-toggle:before {
    content: "\e003"
}

.icon-layout:before {
    content: "\e004"
}

.icon-link:before {
    content: "\e005"
}

.icon-bell:before {
    content: "\e006"
}

.icon-lock:before {
    content: "\e007"
}

.icon-unlock:before {
    content: "\e008"
}

.icon-ribbon:before {
    content: "\e009"
}

.icon-image:before {
    content: "\e010"
}

.icon-signal:before {
    content: "\e011"
}

.icon-target:before {
    content: "\e012"
}

.icon-clipboard:before {
    content: "\e013"
}

.icon-clock:before {
    content: "\e014"
}

.icon-watch:before {
    content: "\e015"
}

.icon-air-play:before {
    content: "\e016"
}

.icon-camera:before {
    content: "\e017"
}

.icon-video:before {
    content: "\e018"
}

.icon-disc:before {
    content: "\e019"
}

.icon-printer:before {
    content: "\e020"
}

.icon-monitor:before {
    content: "\e021"
}

.icon-server:before {
    content: "\e022"
}

.icon-cog:before {
    content: "\e023"
}

.icon-heart:before {
    content: "\e024"
}

.icon-paragraph:before {
    content: "\e025"
}

.icon-align-justify:before {
    content: "\e026"
}

.icon-align-left:before {
    content: "\e027"
}

.icon-align-center:before {
    content: "\e028"
}

.icon-align-right:before {
    content: "\e029"
}

.icon-book:before {
    content: "\e030"
}

.icon-layers:before {
    content: "\e031"
}

.icon-stack:before {
    content: "\e032"
}

.icon-stack-2:before {
    content: "\e033"
}

.icon-paper:before {
    content: "\e034"
}

.icon-paper-stack:before {
    content: "\e035"
}

.icon-search:before {
    content: "\e036"
}

.icon-zoom-in:before {
    content: "\e037"
}

.icon-zoom-out:before {
    content: "\e038"
}

.icon-reply:before {
    content: "\e039"
}

.icon-circle-plus:before {
    content: "\e040"
}

.icon-circle-minus:before {
    content: "\e041"
}

.icon-circle-check:before {
    content: "\e042"
}

.icon-circle-cross:before {
    content: "\e043"
}

.icon-square-plus:before {
    content: "\e044"
}

.icon-square-minus:before {
    content: "\e045"
}

.icon-square-check:before {
    content: "\e046"
}

.icon-square-cross:before {
    content: "\e047"
}

.icon-microphone:before {
    content: "\e048"
}

.icon-record:before {
    content: "\e049"
}

.icon-skip-back:before {
    content: "\e050"
}

.icon-rewind:before {
    content: "\e051"
}

.icon-play:before {
    content: "\e052"
}

.icon-pause:before {
    content: "\e053"
}

.icon-stop:before {
    content: "\e054"
}

.icon-fast-forward:before {
    content: "\e055"
}

.icon-skip-forward:before {
    content: "\e056"
}

.icon-shuffle:before {
    content: "\e057"
}

.icon-repeat:before {
    content: "\e058"
}

.icon-folder:before {
    content: "\e059"
}

.icon-umbrella:before {
    content: "\e060"
}

.icon-moon:before {
    content: "\e061"
}

.icon-thermometer:before {
    content: "\e062"
}

.icon-drop:before {
    content: "\e063"
}

.icon-sun:before {
    content: "\e064"
}

.icon-cloud:before {
    content: "\e065"
}

.icon-cloud-upload:before {
    content: "\e066"
}

.icon-cloud-download:before {
    content: "\e067"
}

.icon-upload:before {
    content: "\e068"
}

.icon-download:before {
    content: "\e069"
}

.icon-location:before {
    content: "\e070"
}

.icon-location-2:before {
    content: "\e071"
}

.icon-map:before {
    content: "\e072"
}

.icon-battery:before {
    content: "\e073"
}

.icon-head:before {
    content: "\e074"
}

.icon-briefcase:before {
    content: "\e075"
}

.icon-speech-bubble:before {
    content: "\e076"
}

.icon-anchor:before {
    content: "\e077"
}

.icon-globe:before {
    content: "\e078"
}

.icon-box:before {
    content: "\e079"
}

.icon-reload:before {
    content: "\e080"
}

.icon-share:before {
    content: "\e081"
}

.icon-marquee:before {
    content: "\e082"
}

.icon-marquee-plus:before {
    content: "\e083"
}

.icon-marquee-minus:before {
    content: "\e084"
}

.icon-tag:before {
    content: "\e085"
}

.icon-power:before {
    content: "\e086"
}

.icon-command:before {
    content: "\e087"
}

.icon-alt:before {
    content: "\e088"
}

.icon-esc:before {
    content: "\e089"
}

.icon-bar-graph:before {
    content: "\e090"
}

.icon-bar-graph-2:before {
    content: "\e091"
}

.icon-pie-graph:before {
    content: "\e092"
}

.icon-star:before {
    content: "\e093"
}

.icon-arrow-left:before {
    content: "\e094"
}

.icon-arrow-right:before {
    content: "\e095"
}

.icon-arrow-up:before {
    content: "\e096"
}

.icon-arrow-down:before {
    content: "\e097"
}

.icon-volume:before {
    content: "\e098"
}

.icon-mute:before {
    content: "\e099"
}

.icon-content-right:before {
    content: "\e100"
}

.icon-content-left:before {
    content: "\e101"
}

.icon-grid:before {
    content: "\e102"
}

.icon-grid-2:before {
    content: "\e103"
}

.icon-columns:before {
    content: "\e104"
}

.icon-loader:before {
    content: "\e105"
}

.icon-bag:before {
    content: "\e106"
}

.icon-ban:before {
    content: "\e107"
}

.icon-flag:before {
    content: "\e108"
}

.icon-trash:before {
    content: "\e109"
}

.icon-expand:before {
    content: "\e110"
}

.icon-contract:before {
    content: "\e111"
}

.icon-maximize:before {
    content: "\e112"
}

.icon-minimize:before {
    content: "\e113"
}

.icon-plus:before {
    content: "\e114"
}

.icon-minus:before {
    content: "\e115"
}

.icon-check:before {
    content: "\e116"
}

.icon-cross:before {
    content: "\e117"
}

.icon-move:before {
    content: "\e118"
}

.icon-delete:before {
    content: "\e119"
}

.icon-menu:before {
    content: "\e120"
}

.icon-archive:before {
    content: "\e121"
}

.icon-inbox:before {
    content: "\e122"
}

.icon-outbox:before {
    content: "\e123"
}

.icon-file:before {
    content: "\e124"
}

.icon-file-add:before {
    content: "\e125"
}

.icon-file-subtract:before {
    content: "\e126"
}

.icon-help:before {
    content: "\e127"
}

.icon-open:before {
    content: "\e128"
}

.icon-ellipsis:before {
    content: "\e129"
}

.icon-check,
.icon-cross {
    font-family: icomoon;
    font-weight: 400
}

a,
a p,
h1,
h2,
h3,
li,
p,
p a,
ul {
    padding: 0;
    margin: 0
}

p {
    padding: 7px 0
}

    p.disclaimer {
        color: #959595;
        font-size: 11px
    }

a.btn-default-cricket {
    background-color: #00ab4e;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin: 10px 0;
    text-decoration: none
}

    a.btn-default-cricket:hover {
        background-color: #fff;
        border: 1px solid #00ab4e;
        color: #00ab4e;
        text-decoration: none
    }

html {
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%
}

h1,
h1.news-header,
h1.news-main-title {
    font-size: 44px;
    font-weight: 800
}

hr {
    margin-bottom: 0;
    margin-top: 0
}

#column-content .row-top-articles .col-lg-7.col-md-7.col-sm-7 .row.hidden-xs .col-lg-6.col-md-6.col-sm-6 section h3 {
    margin-top: 18px
}

#column-content .row .col-lg-11.col-lg-push-1.col-md-11.col-md-push-1.col-sm-11.col-sm-push-1 h3 {
    padding-top: .5em
}

h1.news-main-title {
    margin: 0
}

h1.news-header {
    margin-top: -6px
}

h1 {
    margin: 15px 0 5px
}

h2 {
    font-size: 24px;
    font-weight: 800
}

h3 {
    font-size: 18px;
    font-weight: 700
}

.ca-fixture,
.icon-acc,
.icon-ca,
.icon-ca-headers {
    font-weight: 400
}

body {
    color: #363636;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.all-content {
    z-index: 1
}

.inverse {
    color: #fff
}

a,
a:hover {
    color: #005b7f
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
p,
table {
    color: #363636
}

.no-dots {
    list-style: none
}

@font-face {
    font-family: ca-fixture;
    src: url(../fonts/ca-fixture.eot?v=3.0.1);
    src: url(../fonts/ca-fixture.eot?#iefix&v=3.0.1) format('embedded-opentype'), url(../fonts/ca-fixture.woff?v=3.0.1) format('woff'), url(../fonts/ca-fixture.ttf?v=3.0.1) format('truetype')
}

@font-face {
    font-family: ca-fixture;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
    font-weight: 400;
    font-style: normal
}

.ca-fixture {
    font-family: ca-fixture
}

.ca-fixture-arrow-left-active:before {
    content: "\e60b"
}

.ca-fixture-arrow-left-default:before {
    content: "\e60c"
}

.ca-fixture-user-logged-in:before {
    content: "\e60a"
}

.ca-fixture-arrow-active:before {
    content: "\e608"
}

.ca-fixture-arrow-default:before {
    content: "\e609"
}

.ca-fixture-audio-active:before {
    content: "\e600"
}

.ca-fixture-audio-default:before {
    content: "\e601"
}

.ca-fixture-gotomatch-active:before {
    content: "\e602"
}

.ca-fixture-gotomatch-default:before {
    content: "\e603"
}

.ca-fixture-tickets-active:before {
    content: "\e604"
}

.ca-fixture-tickets-default:before {
    content: "\e605"
}

.ca-fixture-video-active:before {
    content: "\e606"
}

.ca-fixture-video-default:before {
    content: "\e607"
}

@font-face {
    font-family: ca-headers;
    src: url(../fonts/ca-headers.eot?v=3.0.1);
    src: url(../fonts/ca-headers.eot?#iefix&v=3.0.1) format('embedded-opentype'), url(../fonts/ca-headers.woff?v=3.0.1) format('woff'), url(../fonts/ca-headers.ttf?v=3.0.1) format('truetype')
}

@font-face {
    font-family: ca-headers;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
    font-weight: 400;
    font-style: normal
}

.icon-ca-headers {
    font-family: ca-headers
}

.icon-ca-headers-Most-Popular:before {
    content: "\e600"
}

.icon-ca-headers-Our-Voices:before {
    content: "\e601"
}

.icon-ca-headers-Our-Voices-Quotation:before {
    content: "\e602"
}

.icon-ca-headers-Most-Popular-Star:before {
    content: "\e603"
}

.icon-ca-headers-Video:before {
    content: "\e604"
}

.icon-ca-headers-Video-Circle:before {
    content: "\e605"
}

@font-face {
    font-family: cricket-australia;
    src: url(../fonts/cricket-australia.eot?v=3.0.1);
    src: url(../fonts/cricket-australia.eot?#iefix&v=3.0.1) format('embedded-opentype'), url(../fonts/cricket-australia.woff?v=3.0.1) format('woff'), url(../fonts/cricket-australia.ttf?v=3.0.1) format('truetype')
}

@font-face {
    font-family: cricket-australia;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
    font-weight: 400;
    font-style: normal
}

.icon-ca {
    font-family: cricket-australia
}

.icon-ca-CA-Icon-Arrow-Active:before {
    content: "\e600"
}

.icon-ca-CA-Icon-Arrow-Default:before {
    content: "\e601"
}

.icon-ca-CA-Icon-Audio-Active:before {
    content: "\e602"
}

.icon-ca-CA-Icon-Audio-Default:before {
    content: "\e603"
}

.icon-ca-CA-Icon-BackTop-Active:before {
    content: "\e604"
}

.icon-ca-CA-Icon-BackTop-Default:before {
    content: "\e605"
}

.icon-ca-CA-Icon-BossMode-Active:before {
    content: "\e606"
}

.icon-ca-CA-Icon-BossMode-Default:before {
    content: "\e607"
}

.icon-ca-CA-Icon-Facebook-Active:before {
    content: "\e608"
}

.icon-ca-CA-Icon-Facebook-Default:before {
    content: "\e609"
}

.icon-ca-CA-Icon-Filter-Active:before {
    content: "\e60a"
}

.icon-ca-CA-Icon-Filter-Default:before {
    content: "\e60b"
}

.icon-ca-CA-Icon-Google-Active:before {
    content: "\e60c"
}

.icon-ca-CA-Icon-Google-Default:before {
    content: "\e60d"
}

.icon-ca-CA-Icon-HawkEye-Active:before {
    content: "\e60e"
}

.icon-ca-CA-Icon-HawkEye-Default:before {
    content: "\e60f"
}

.icon-ca-CA-Icon-Instagram-Active:before {
    content: "\e610"
}

.icon-ca-CA-Icon-Instagram-Default:before {
    content: "\e611"
}

.icon-ca-CA-Icon-Like-Active:before {
    content: "\e612"
}

.icon-ca-CA-Icon-Like-Default:before {
    content: "\e613"
}

.icon-ca-CA-Icon-Mail-Active:before {
    content: "\e614"
}

.icon-ca-CA-Icon-Mail-Default:before {
    content: "\e615"
}

.icon-ca-CA-Icon-RSS-Active:before {
    content: "\e616"
}

.icon-ca-CA-Icon-RSS-Default:before {
    content: "\e617"
}

.icon-ca-CA-Icon-ScoreCard-Active:before {
    content: "\e618"
}

.icon-ca-CA-Icon-ScoreCard-Default:before {
    content: "\e619"
}

.icon-ca-CA-Icon-ScrubberNav-Active:before {
    content: "\e61a"
}

.icon-ca-CA-Icon-ScrubberNav-Default:before {
    content: "\e61b"
}

.icon-ca-CA-Icon-Share-Active:before {
    content: "\e61c"
}

.icon-ca-CA-Icon-Share-Default:before {
    content: "\e61d"
}

.icon-ca-CA-Icon-SoundCloud-Active:before {
    content: "\e61e"
}

.icon-ca-CA-Icon-SoundCloud-Default:before {
    content: "\e61f"
}

.icon-ca-CA-Icon-Tickets-Active:before {
    content: "\e620"
}

.icon-ca-CA-Icon-Tickets-Default:before {
    content: "\e621"
}

.icon-ca-CA-Icon-Twitter-Active:before {
    content: "\e622"
}

.icon-ca-CA-Icon-Twitter-Default:before {
    content: "\e623"
}

.icon-ca-CA-Icon-User-Login:before {
    content: "\e624"
}

.icon-ca-CA-Icon-Video-Active:before {
    content: "\e625"
}

.icon-ca-CA-Icon-Video-Default:before {
    content: "\e626"
}

.icon-ca-CA-Icon-Video-Subscription:before {
    content: "\e627"
}

.icon-ca-CA-Icon-YouTube-Active:before {
    content: "\e628"
}

.icon-ca-CA-Icon-YouTube-Default:before {
    content: "\e629"
}

.icon-ca-CA-Icon-Subscription-Active:before {
    content: "\e62a"
}

.icon-ca-CA-Icon-Subscription-Default:before {
    content: "\e62b"
}

.icon-ca-CA-Icon-User-Active:before {
    content: "\e62c"
}

.icon-ca-CA-Icon-User-Default:before {
    content: "\e62d"
}

.icon-ca-CA-Icon-Subscribe-Default:before {
    content: "\e62e"
}

.icon-ca-CA-Icon-Match-Report-Active:before {
    content: "\e62f"
}

@font-face {
    font-family: industrybold;
    src: url(../fonts/industry-bold-webfont.eot);
    src: url(../fonts/industry-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/industry-bold-webfont.woff) format('woff'), url(../fonts/industry-bold-webfont.ttf) format('truetype'), url(../industry-bold-webfont.svg#industrybold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: industrydemi;
    src: url(../fonts/industry-demi-webfont.eot);
    src: url(../fonts/industry-demi-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/industry-demi-webfont.woff) format('woff'), url(../fonts/industry-demi-webfont.ttf) format('truetype'), url(../fonts/industry-demi-webfont.svg#benderbold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bebas_neuebold;
    src: url(../fonts/bebasneuebold-webfont.eot);
    src: url(../fonts/bebasneuebold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/bebasneuebold-webfont.woff) format('woff'), url(../fonts/bebasneuebold-webfont.ttf) format('truetype'), url(../fonts/bebasneuebold-webfont.svg#bebas_neuebold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=3.0.1);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=3.0.1) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=3.0.1) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: tablet-gothic-narrow
}

@font-face {
    font-family: "Tablet Gothic Narrow W01 Bold";
    src: url(../fonts/acc52eaa3ffa9ff3c486d2519ca454ca.eot);
    src: url(../fonts/acc52eaa3ffa9ff3c486d2519ca454ca.eot?#iefix) format("embedded-opentype"), url(../fonts/acc52eaa3ffa9ff3c486d2519ca454ca.woff2) format("woff2"), url(../fonts/acc52eaa3ffa9ff3c486d2519ca454ca.woff) format("woff"), url(../fonts/acc52eaa3ffa9ff3c486d2519ca454ca.ttf) format("truetype"), url("../fonts/acc52eaa3ffa9ff3c486d2519ca454ca.svg#Tablet Gothic Narrow W01 Bold") format("svg")
}

@font-face {
    font-family: Bender;
    src: url(../fonts/2B7AA3_3_0.eot);
    src: url(../fonts/2B7AA3_3_0.eot?#iefix) format('embedded-opentype'), url(../fonts/Bender_Bold.otf) format('woff'), url(../fonts/Bender_Bold.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: icon-acc;
    src: url(../fonts/icon-acc.eot?v=3.0.1);
    src: url(../fonts/icon-acc.eot?#iefix&v=3.0.1) format('embedded-opentype'), url(../fonts/icon-acc.woff?v=3.0.1) format('woff'), url(../fonts/icon-acc.ttf?v=3.0.1) format('truetype')
}

@font-face {
    font-family: icon-acc;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggi/LYAAAC8AAAAYGNtYXAaVcxXAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zgp78EkAAAFwAAABYGhlYWQBba8rAAAC0AAAADZoaGVhA9MB5gAAAwgAAAAkaG10eAMAAA8AAAMsAAAAFGxvY2EAKADEAAADQAAAAAxtYXhwAAkAZQAAA0wAAAAgbmFtZai6/ikAAANsAAABTnBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYA//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAP/+8B8QHRABgASQBiAAABIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgEjFTIWFx4BFRQGBw4BBy4BJy4BJw4BBw4BIyImJy4BJw4BBw4BBy4BJy4BNTQ2Nz4BMxcUBgcOASMiJicuATU0Njc+ATMyFhceARUBADJYICEmJiEgWDIyWCAhJiYhIFgyMFQfICQGBgYRCgQSDQwiEwgUCwsXDA0YCgsUCBMiDA0SBAsRBgYGJCAfVDBUDQsMHhESHgwLDQ0LDB4SER4MCw0B0SYhIFgyMlggISYmISBYMjJYICEmCiQgH1QwEyUREiAODhoLCxIGCAwEBQQEBQQMCAYSCwwaDg8gERIlEzBUHyAkvxEeDAsNDQsMHhESHgsMDQ0MCx4SAAEAAAABAACB7UV3Xw889QALAgAAAAAA0C63NwAAAADQLrc3AAD/7wHxAdEAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAfEAAQAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAABAAAAAgAADwAAAAAACgAUAB4AsAABAAAABQBjAAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEAEAAAAAEAAAAAAAIADgBOAAEAAAAAAAMAEAAmAAEAAAAAAAQAEABcAAEAAAAAAAUAFgAQAAEAAAAAAAYACAA2AAEAAAAAAAoANABsAAMAAQQJAAEAEAAAAAMAAQQJAAIADgBOAAMAAQQJAAMAEAAmAAMAAQQJAAQAEABcAAMAAQQJAAUAFgAQAAMAAQQJAAYAEAA+AAMAAQQJAAoANABsAGkAYwBvAG4ALQBhAGMAYwBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbgAtAGEAYwBjaWNvbi1hY2MAaQBjAG8AbgAtAGEAYwBjAFIAZQBnAHUAbABhAHIAaQBjAG8AbgAtAGEAYwBjAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAASAAAAEgDMBooE9TLzIAAAIUAAAAYAAAAGAIIvy2Y21hcAAAAnQAAABMAAAATBpVzFdnYXNwAAACwAAAAAgAAAAIAAAAEGhlYWQAAALIAAAANgAAADYBba8raGhlYQAAAwAAAAAkAAAAJAPTAeZobXR4AAADJAAAABQAAAAUAwAAD21heHAAAAM4AAAABgAAAAYABVAAbmFtZQAAA0AAAAFOAAABTqi6/ilwb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBCWljb24tYWNjAAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAeQ8dAAAAfhEdAAAACR0AAAEXEgAGAQEJERMVGB1pY29uLWFjY2ljb24tYWNjdTB1MXUyMHVFNjAwAAACAYkAAwAFAQEEBwoNkfyUDvyUDvyUDvuUDveU+GUV+xmL+wD7AIv7GYv7GfcA+wD3GYv3GYv3APcAi/cZi/cZ+wD3APsZiwiLgRX3E4vzI4v7E4tYeltvZYGxZapXnHR2bX9ri2mLbZd1oFd6ZWuBZW6yerqLv4v3E/Pz9xOLCN/7UxWLXWZmXYtci2awi7mLurCwuou5i7Bmi1wIDviUFPiUFYsMCgADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOYAAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAAQAg5gD//f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAvv788V8PPPUACwIAAAAAANAutzcAAAAA0C63NwAA/+8B8QHRAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAHxAAEAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAQAAAAIAAA8AAFAAAAUAAAAAAA4ArgABAAAAAAABABAAAAABAAAAAAACAA4ATgABAAAAAAADABAAJgABAAAAAAAEABAAXAABAAAAAAAFABYAEAABAAAAAAAGAAgANgABAAAAAAAKADQAbAADAAEECQABABAAAAADAAEECQACAA4ATgADAAEECQADABAAJgADAAEECQAEABAAXAADAAEECQAFABYAEAADAAEECQAGABAAPgADAAEECQAKADQAbABpAGMAbwBuAC0AYQBjAGMAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4ALQBhAGMAY2ljb24tYWNjAGkAYwBvAG4ALQBhAGMAYwBSAGUAZwB1AGwAYQByAGkAYwBvAG4ALQBhAGMAYwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
    font-weight: 400;
    font-style: normal
}

.icon-acc {
    font-family: icon-acc
}

    .icon-acc.icon-acc-user-default:before {
        content: "\e600"
    }

.row-leaderboard-only-tablet,
.row.row-ad.row-ad-hide-lg-md-sm {
    display: none
}

    .row-leaderboard-only-tablet .col-lg-12.col-md-12 {
        padding: 0
    }

a {
    outline: 0
}

    a:hover {
        text-decoration: underline
    }

    #row-articles-news-related-stories p.article-tag a:hover,
    #row-articles-news-top-news p.article-tag a:hover,
    .about-the-writer-panel a.author-hashtag:hover,
    .author-social a:hover,
    .btn-filed-under a:hover,
    .btn-more-voices a:hover,
    .btn-show-more-articles a:hover,
    .follow-us-section .follow-us-icons a:hover,
    .footer .social-icons a:hover,
    .footer a:hover,
    .icon-default a:focus,
    .icon-default a:hover,
    .icon-default i:focus,
    .icon-default i:hover,
    .icon-default li:focus,
    .icon-default li:hover,
    .icon-default p:focus,
    .icon-default p:hover,
    .icon-default ul:focus,
    .icon-default ul:hover,
    .intro-panel .btn-close:hover,
    .news-article-author a:focus,
    .our-voices-items a:hover,
    .our-voices-items p a:hover,
    .row-articles-news-writer a:hover .ca-fixture-arrow-default,
    .share a:hover,
    .t-c ul li a:hover,
    a.author-hashtag:hover,
    a.icon-default:focus,
    a.icon-default:hover,
    a.read-more-from-author:hover,
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    i.icon-default:focus,
    i.icon-default:hover,
    li.icon-default:focus,
    li.icon-default:hover,
    p.article-author a:hover,
    p.article-tag a:hover,
    p.icon-default:focus,
    p.icon-default:hover,
    ul.icon-default:focus,
    ul.icon-default:hover {
        text-decoration: none
    }

p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

h1,
h2,
h3,
h4 {
    font-family: tablet-gothic-narrow, serif;
    line-height: 1.1em
}

.icon-default p,
.our-voices-items span,
p.icon-default {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: #000
}

.ads-styled p,
.icon-default a,
.icon-default i,
.icon-default li,
.icon-default p,
.icon-default ul,
a.icon-default,
i.icon-default,
li.icon-default,
p.icon-default,
ul.icon-default {
    color: #959595
}

a.img-link {
    margin-bottom: 10px
}

.row-bottom-padding,
.row-top-16-header,
.row-top-20,
.row-top-bottom-padding {
    margin-bottom: 0 !important
}

a.img-link img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

    a.img-link img:hover {
        opacity: .7;
        filter: alpha(opacity=70);
        transition: opacity .35s ease-in-out;
        -moz-transition: opacity .35s ease-in-out;
        -webkit-transition: opacity .35s ease-in-out
    }

.column-social.column-social-no-affix {
    position: relative;
    top: 0
}

.col-adjust-padding {
    padding-right: 0
}

.row-top-bottom-padding {
    padding: 30px 0
}

.row-top-padding,
.row-top-padding-features {
    padding: 30px 0 0;
    margin-bottom: 0 !important
}

.row-bottom-padding {
    padding: 0 0 30px
}

.row-top-20 {
    padding: 20px 0 30px
}

.row-top-16 {
    padding: 16px 0 30px
}

@media (max-width:767px) {
    .row-top-16-header {
        padding: 0 0 30px
    }
}

.row-top-16-header {
    padding: 16px 0 !important
}

@media (max-width:767px) {
    .row-top-16-header {
        padding: 0 !important
    }
}

.row-bottom-15 {
    padding: 0 0 15px
}

.row-top-15,
.row-top-15-ad {
    padding: 15px 0 0
}

@media (max-width:767px) {
    .row-top-15 {
        padding-top: 15px !important
    }

    .new-margin-0-matter {
        padding-bottom: 30px !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .row-top-15 {
        padding-top: 0 !important
    }
}

.new-margin-7 {
    margin-bottom: 7px !important
}

.new-margin-22 {
    margin-bottom: 22px !important
}

.new-margin-0,
.new-margin-0-matter {
    margin-bottom: 0 !important
}

.new-margin-30 {
    margin-bottom: 30px !important
}

.new-margin-16 {
    margin-bottom: 16px !important
}

@media (max-width:1023px) {
    .new-margin-16 {
        margin-bottom: 30px !important
    }
}

.top-padding-9 {
    padding: 9px 0 0 !important
}

.top-padding-0 {
    padding-top: 0 !important
}

.bottom-padding-0 {
    padding-bottom: 0 !important
}

.margin-2-top {
    margin-top: 2px !important
}

.margin-15-top {
    margin-top: 15px !important
}

.margin-2-top-footer {
    margin-top: 2px !important
}

.margin-top-10 {
    margin-top: 30px !important;
    margin-bottom: 14px !important
}

.margin-0-top-board {
    margin-top: 0 !important
}

@media (min-width:768px) and (max-width:991px) {
    .margin-0-top-board {
        margin-top: 28px !important
    }
}

@media (min-width:992px) and (max-width:1023px) {
    .margin-0-top-board {
        margin-top: 0 !important
    }
}

@media (max-width:767px) {
    .margin-0-top-board {
        margin-top: 16px !important
    }
}

.fixtures-heading {
    padding: 0
}

.news-mobile-add-margin {
    margin-bottom: 1.7em
}

.row-leaderboard-only-desktop .ads-styled.w728,
.row-leaderboard-only-desktop .ads-styled.w980 {
    border-top: none;
    margin: 3px auto 10px;
    padding-top: 10px
}

    .row-leaderboard-only-desktop .ads-styled.w728 p,
    .row-leaderboard-only-desktop .ads-styled.w980 p {
        float: none;
        text-align: left
    }

.btn.btn-primary,
.share {
    float: right
}

.ads-styled {
    display: block;
    margin: 0 auto
}

    .ads-styled p {
        font-size: 11px;
        margin: 1px 0;
        padding: 0
    }

    .ads-styled.w980 {
        max-width: 980px
    }

    .ads-styled.w728 {
        margin: 20px auto;
        max-width: 728px
    }

.footer .container-ca,
.main-content {
    max-width: 990px
}

.ads-styled.w300 {
    width: 300px
}

@media (min-width:992px) {
    .ads-styled.w300 {
        margin-top: -23px
    }
}

.ads-styled.w320 {
    width: 320px
}

.ads-styled.add-border p {
    margin: 4px 6px
}

.icon-ca,
.icon-default .fa {
    margin-right: .2em
}

.ads-styled.add-margin-bottom {
    margin-bottom: 2em
}

    .ads-styled.add-margin-bottom img {
        width: initial
    }

.icon-ca {
    font-size: .9em
}

.icon-ca-medium {
    font-size: 1.6em
}

.icon-ca-large {
    font-size: 2.1em
}

.icon-default p,
p.icon-default {
    font-size: 13px
}

.icon-default-margin-bottom {
    margin-bottom: .6em;
    display: block
}

.icon-shared a,
.icon-shared i,
.icon-shared li,
.icon-shared p,
.icon-shared ul,
a.icon-shared,
li.icon-shared,
p.icon-shared,
ul.icon-shared {
    color: #005b7f
}

.icon-liked a,
.icon-liked i,
.icon-liked li,
.icon-liked p,
.icon-liked ul,
a.icon-liked,
li.icon-liked,
p.icon-liked,
ul.icon-liked {
    color: #e65555
}

.icon-pull {
    margin-top: -2.7em
}

.article,
.modal-footer {
    margin-top: 0
}

.icon-default-first {
    margin-right: .5em
}

button:hover .icon-ca.icon-ca-CA-Icon-Share-Default:before {
    color: #959595;
    content: "\e61c"
}

.modal-dialog-center {
    left: 50%;
    padding: 0 10px;
    position: absolute;
    top: 50%
}

.modal-body .btn.btn-primary,
.modal-footer .btn.btn-default,
.modal-footer .btn.btn-primary {
    padding: .25em 2em
}

.modal-body {
    overflow-y: auto
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background-color: #009242;
    border-color: #009242
}

.btn.btn-default {
    background-color: #959595;
    border-color: #959595;
    color: #fff
}

    .btn.btn-default:focus,
    .btn.btn-default:hover {
        background-color: #7f7f7f;
        border-color: #7f7f7f;
        color: #fff
    }

.row-top-articles {
    margin-bottom: 0
}

.main-content {
    margin-top: 0
}

.article-info {
    margin-top: 7px
}

.article-b h2 a {
    display: block
}

.article-hero {
    margin-bottom: 1em
}

    .article-hero h1,
    .article-hero h1 a {
        letter-spacing: 0
    }

.exclusive-info .plus.news-feature {
    margin-top: 5px
}

.news.news-feature {
    overflow: hidden
}

.news-feature-header {
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
    padding: 3px 0 6px
}

.article-info-news-page,
.share {
    display: inline-block
}

.news-feature-header.exclusive h2 {
    margin-left: 8px
}

.news-feature-header h2 {
    color: #fff;
    margin-left: -8px
}

.row-exclusive {
    margin: 0
}

.feature-client-logo {
    width: 138.8px;
    height: 21.5px
}

.clear-float {
    clear: both
}

.share {
    padding-top: 13px;
    position: relative
}

    .share .btn {
        background-color: #fff !important;
        border: none;
        border-color: #fff !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        float: none;
        height: 30px;
        top: -10px
    }

    .share .btn-default,
    .share .btn-default.active,
    .share .btn-default:active,
    .share .btn-default:focus,
    .share .btn-default:hover,
    .share .btn-group.open .dropdown-toggle,
    .share .open .dropdown-toggle.btn-default {
        background-color: #fff;
        border-color: #fff;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none
    }

    .share .dropdown-menu {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin: 0;
        min-width: 0;
        padding: 0
    }

    .share .icon-ca {
        color: #959595;
        font-size: 30px;
        margin-right: 0
    }

    .share .icon-ca-CA-Icon-Like-Active,
    .share .icon-ca-CA-Icon-Like-Default {
        padding-left: 4px;
        padding-right: 6px
    }

.article-text {
    clear: both
}

.article-text-news-feature {
    padding-bottom: 1.2em
}

.article-social-info {
    display: block
}

.social {
    margin-top: 7px
}

    .social ul li {
        display: inline-block;
        font-size: 13px;
        margin-right: .5em
    }

.btn-show-more-articles a {
    cursor: pointer
}

.btn-show-more-articles .fa {
    margin-left: .35em
}

.feature-widget {
    margin: 0 auto
}

    .feature-widget p {
        padding: 0
    }

.our-voices-header {
    color: #fff;
    display: block;
    margin-bottom: 11px
}

    .our-voices-header span {
        font-size: 3.5em
    }

    .icon-ca-headers,
    .our-voices-header h2 {
        color: #fff
    }

        .icon-ca-headers.icon-ca-headers-Our-Voices {
            display: block;
            font-size: 3.5em;
            text-align: left
        }

.our-voices-items {
    display: inline-block;
    margin-bottom: 11px;
    width: 100%
}

    .our-voices-items span {
        color: #959595;
        display: inline-block;
        font-weight: 400;
        font-size: .7em;
        margin-left: .3em
    }

    .our-voices-items .fa {
        color: #959595;
        margin-right: .2em
    }

    .our-voices-items > a {
        float: left;
        margin-right: 1em
    }

        .our-voices-items > a img {
            float: inherit;
            height: 65px;
            width: 65px
        }

    .our-voices-items p a {
        color: #959595;
        display: block;
        font-size: 1em
    }

        .our-voices-items p a:hover {
            color: #948c68
        }

.btn-more-voices,
.btn-show-more-articles {
    border-top: 1px solid #d5d5d5;
    display: block;
    margin-bottom: 2em;
    padding: 8px 0;
    text-align: left
}

    .btn-more-voices a,
    .btn-show-more-articles a {
        color: #959595
    }

    .btn-more-voices .ca-fixture,
    .btn-show-more-articles .ca-fixture {
        font-size: 1.2em;
        margin-left: 5px;
        vertical-align: sub
    }

    .btn-more-voices .fa,
    .btn-show-more-articles .fa {
        margin-left: .35em
    }

.quick-singles-header {
    background-color: #e9292f;
    display: block;
    height: 80px;
    line-height: 80px;
    padding-left: 15px;
    text-align: left
}

    .quick-singles-header h2 {
        color: #fff;
        display: inline-block;
        font-size: 36px;
        line-height: 72px;
        padding: 0;
        margin: 0
    }

    .quick-singles-header img {
        display: inline-block;
        height: auto;
        margin-right: 12px;
        margin-top: -11px;
        width: 80px
    }

    .quick-singles-header .ddd {
        display: inline-block;
        float: right;
        margin-top: 1.7em;
        height: 20px
    }

        .quick-singles-header .ddd img {
            width: 120px
        }

        .quick-singles-header .ddd.ddd-ad-col {
            margin-top: -3em
        }

    .quick-singles-header.col-ad {
        height: 95px
    }

        .quick-singles-header.col-ad img {
            margin-top: -12px;
            width: 60px
        }

        .quick-singles-header.col-ad h2 {
            font-size: 28px
        }

        .quick-singles-header.col-ad .ddd img {
            width: 120px
        }

.quick-singles-title-block {
    color: #363636;
    font-family: tablet-gothic-narrow, serif;
    text-align: center
}

    .quick-singles-title-block h3 {
        color: #103C93;
        font-size: 28px;
        font-weight: 800;
        margin: .75em 0 .5em
    }

    .quick-singles-title-block p {
        font-weight: 700;
        margin-bottom: .9em
    }

    .quick-singles-title-block.col-ad p {
        margin-top: 0;
        padding: 0
    }

.quick-singles-img {
    position: absolute;
    top: -2.5em
}

#quick-singles-content img {
    margin-left: auto;
    margin-right: auto
}

#quick-singles-content .content-column {
    text-align: center
}

.quick-singles-social-icons {
    height: 30px;
    margin: -31px 0 3em 10px;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 100
}

    .quick-singles-social-icons span.icon-ca {
        font-size: 2.2em;
        margin-left: .2em;
        margin-right: .2em
    }

        .quick-singles-social-icons span.icon-ca:before {
            background-color: #fff;
            border-radius: 30px
        }

    .quick-singles-social-icons .icon-ca-CA-Icon-Google-Default:before {
        content: "\e60d";
        color: #e65555
    }

    .quick-singles-social-icons .icon-ca-CA-Icon-Twitter-Default:before {
        content: "\e623";
        color: #0896e8
    }

    .quick-singles-social-icons .icon-ca-CA-Icon-Facebook-Default:before {
        content: "\e609";
        color: #425ca9
    }

    .quick-singles-social-icons .like-count {
        color: #948c68
    }

    .quick-singles-social-icons .icon-default:hover .icon-ca-CA-Icon-Google-Default:before {
        content: "\e60c"
    }

    .quick-singles-social-icons .icon-default:hover .icon-ca-CA-Icon-Mail-Default:before {
        content: "\e614"
    }

    .quick-singles-social-icons .icon-default:hover .icon-ca-CA-Icon-Twitter-Default:before {
        content: "\e622"
    }

    .quick-singles-social-icons .icon-default:hover .icon-ca-CA-Icon-Facebook-Default:before {
        content: "\e608"
    }

    .quick-singles-social-icons span.like-count {
        display: inline-block;
        position: relative;
        top: -0.5em
    }

.quick-singles {
    padding-top: 1.1em
}

.row-ad .quick-singles-img {
    left: 1.35em
}

.row-ad .quick-singles-title-block {
    padding-bottom: 1em
}

.most-popular-header {
    background-color: #f37053;
    padding-left: 6px;
    text-align: left;
    height: 38px
}

    .most-popular-header span {
        font-size: 3.2em
    }

    .most-popular-header h2 {
        color: #fff;
        font-size: 42px
    }

.most-popular-content {
    padding-top: 0;
    text-align: left
}

    .most-popular-content div {
        display: inline-block;
        vertical-align: top
    }

    .most-popular-content .bullet-wrap {
        width: 98px;
        background: #000
    }

        .most-popular-content .bullet-wrap img {
            width: 100%;
            height: auto
        }

    .most-popular-content ul {
        padding-left: 0
    }

        .most-popular-content ul li:nth-child(2) span.bullet {
            opacity: .9
        }

        .most-popular-content ul li:nth-child(3) span.bullet {
            opacity: .8
        }

        .most-popular-content ul li:nth-child(4) span.bullet {
            opacity: .7
        }

        .most-popular-content ul li:nth-child(5) span.bullet {
            opacity: .6
        }

        .most-popular-content ul > li {
            list-style: none;
            text-align: left;
            line-height: 2em;
            font-weight: 700;
            padding-top: .5em
        }

    .most-popular-content a:hover h3.plus {
        color: #000
    }

    .most-popular-content a:hover img {
        opacity: .7;
        filter: alpha(opacity=70);
        transition: opacity .35s ease-in-out;
        -moz-transition: opacity .35s ease-in-out;
        -webkit-transition: opacity .35s ease-in-out
    }

    .most-popular-content .list-item {
        vertical-align: top;
        padding: 5px 0 0;
        display: block;
        border-bottom: 1px solid #EAC2C2;
        height: 75px
    }

        .most-popular-content .list-item .bullet {
            color: #fff;
            display: inline-block;
            font-size: 14px;
            position: absolute;
            padding-left: 3px;
            background-image: radial-gradient(circle at top left, rgba(0, 0, 0, 0.49) 30%, transparent 70%);
            width: 25px;
            height: 25px;
            z-index: 2;
            font-weight: 700
        }

#row-articles-news-related-stories p.article-tag,
#row-articles-news-top-news p.article-tag,
p.article-tag {
    z-index: 1;
    position: relative
}

.most-popular-content .list-item .item {
    padding-left: 0;
    text-align: left;
    width: 194px;
    margin-left: 10px;
    padding-top: 10px
}

    .most-popular-content .list-item .item h3.plus {
        display: inline-block;
        word-wrap: break-word;
        font-family: inherit;
        font-size: 14px;
        line-height: 1.4em
    }

.desktop-most-popular #news-most-popular .most-popular-header-padding {
    margin-bottom: 10px
}

.more-from-this-writer-header {
    background-color: #eda456;
    margin-top: 1em;
    padding-bottom: .5em;
    padding-left: .5em;
    padding-top: 4px;
    text-align: left
}

    .more-from-this-writer-header h2 {
        color: #fff
    }

.more-from-this-writer-content {
    padding-top: 14px;
    text-align: left
}

    .more-from-this-writer-content div {
        display: inline-block;
        vertical-align: middle
    }

    .more-from-this-writer-content .list-item {
        vertical-align: middle;
        padding: 0 0 5px;
        display: block
    }

        .more-from-this-writer-content .list-item .bullet {
            color: #fff;
            display: inline-block;
            background-color: #eda456;
            font-size: 1.8em;
            height: 40px;
            margin-right: 15px;
            width: 40px;
            padding-top: .45em;
            padding-left: .1em
        }

        .more-from-this-writer-content .list-item .item {
            padding-left: 0;
            text-align: left;
            width: 76%
        }

            .more-from-this-writer-content .list-item .item h3.plus {
                display: inline-block;
                word-wrap: break-word
            }

                .more-from-this-writer-content .list-item .item h3.plus i {
                    font-size: 14px;
                    margin-left: .3em
                }

                    .more-from-this-writer-content .list-item .item h3.plus i span.social-list {
                        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                        margin-left: .2em
                    }

.our-voices-icon-large {
    background-color: #eda456;
    display: inline-block;
    font-size: 6em;
    margin-bottom: .2em;
    padding: 20px 0 6px 8px;
    width: 100%
}

    .our-voices-icon-large h4 {
        color: #fff;
        font-size: .31em;
        margin: 6px 0 0
    }

.about-the-writer-panel {
    background-color: #f3f2eb;
    display: block;
    float: left;
    margin-top: 1em;
    overflow: hidden;
    padding: 10px;
    width: 100%
}

    .about-the-writer-panel .about-the-writer-info {
        float: left;
        display: inline-block;
        width: 70%
    }

    .about-the-writer-panel .about-the-writer-panel-author.show-desktop {
        display: inline-block
    }

        .about-the-writer-panel .about-the-writer-panel-author.show-desktop .article-author {
            display: block;
            margin-bottom: 0
        }

    .about-the-writer-panel .about-the-writer-panel-author.show-only-767 {
        display: none
    }

    .about-the-writer-panel a.author-hashtag {
        display: inline-block;
        margin-bottom: .8em
    }

    .about-the-writer-panel h3 {
        margin-bottom: 15px
    }

    .about-the-writer-panel .about-the-writer-panel-author p,
    .about-the-writer-panel .about-the-writer-panel-short-bio p {
        clear: both;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0
    }

.article-author-short-bio-image {
    display: inline-block;
    float: left
}

.follow-us-section {
    padding-top: 1.5em
}

    .follow-us-section .follow-us-header {
        color: #00ab4e;
        font-family: tablet-gothic-narrow, serif;
        font-weight: 700;
        font-size: 1.25em
    }

        .follow-us-section .follow-us-header img {
            display: block;
            height: 157.89px;
            width: 315.79px;
            margin-left: auto;
            margin-right: auto
        }

.footer .logo-cricket-inverse,
.footer p strong {
    display: inline-block
}

.follow-us-section .follow-us-icons {
    padding-top: .15em;
    font-size: 2.75em
}

    .follow-us-section .follow-us-icons a:hover .icon-ca-CA-Icon-Twitter-Default:before {
        content: "\e622"
    }

    .follow-us-section .follow-us-icons a:hover .icon-ca-CA-Icon-Facebook-Default:before {
        content: "\e608"
    }

    .follow-us-section .follow-us-icons a:hover .icon-ca-CA-Icon-Google-Default:before {
        content: "\e60c"
    }

    .follow-us-section .follow-us-icons a:hover .icon-ca-CA-Icon-Mail-Default:before {
        content: "\e614"
    }

    .follow-us-section .follow-us-icons a:hover .icon-ca-CA-Icon-SoundCloud-Default:before {
        content: "\e61e"
    }

    .follow-us-section .follow-us-icons a:hover .icon-ca-CA-Icon-Instagram-Default:before {
        content: "\e610"
    }

    .follow-us-section .follow-us-icons a:hover .icon-ca-CA-Icon-YouTube-Default:before {
        content: "\e628"
    }

    .follow-us-section .follow-us-icons a.twitter {
        color: #0896e8
    }

    .follow-us-section .follow-us-icons a.facebook {
        color: #425ca9
    }

    .follow-us-section .follow-us-icons a.google {
        color: #e65555
    }

    .follow-us-section .follow-us-icons a.soundcloud {
        color: #eda456
    }

    .follow-us-section .follow-us-icons a.instagram {
        color: #aea57a
    }

    .follow-us-section .follow-us-icons a.youtube {
        color: #e65555
    }

.footer a,
.footer p {
    color: #959595
}

.follow-us-section .follow-us-icons .icon-ca {
    margin-right: 0
}

.feature-widget.feature-widget-limit {
    margin-bottom: 7px;
    margin-top: 7px
}

    .feature-widget.feature-widget-limit .most-popular-header h2 {
        font-size: 24px;
        line-height: 34px
    }

    .feature-widget.feature-widget-limit .most-popular-content .list-item .bullet-wrap .bullet,
    .footer li a,
    .footer p {
        font-size: 11px
    }

    .feature-widget.feature-widget-limit .most-popular-content .list-item {
        height: 60px
    }

        .feature-widget.feature-widget-limit .most-popular-content .list-item .item {
            padding-top: 5px
        }

        .feature-widget.feature-widget-limit .most-popular-content .list-item .bullet-wrap {
            width: 76px;
            background: #000
        }

.column-ad,
.row-ad {
    text-align: center
}

.row-add-margin-leaderboard {
    margin-top: 10px
}

.footer > div {
    padding-bottom: 3em
}

.footer p {
    padding: 0
}

    .footer p strong {
        margin-bottom: 5px
    }

.footer a:hover {
    color: #363636
}

.footer li a {
    color: #00ab4e
}

.footer li .fa,
.footer li .icon-ca {
    color: #959595
}

.footer li a i.fa.fa-ticket {
    margin-right: .1em
}

.footer .icon-ca,
.footer i {
    margin-right: .3em
}

.footer ul {
    list-style-type: none
}

    .footer ul a {
        font-weight: 700
    }

.footer hr {
    padding: 8px 0
}

.footer .logos {
    margin-bottom: 1em
}

.footer #logo-cricket-inverse {
    height: 45px;
    width: 77.5px;
    margin-bottom: 1em;
    margin-top: 0
}

.footer #logo-cricket-australia {
    height: 45px;
    width: 95px;
    margin-right: 2.5em;
    margin-bottom: 1em
}

.footer #logo-play-cricket {
    height: 45px;
    width: 51px;
    margin-bottom: 1em
}

.footer .borders hr {
    border-top: 1px solid #00ab4e
}

    .footer .borders hr.top {
        margin: 0 0 2em
    }

    .footer .borders hr.bottom {
        margin: 0
    }

.footer .social-icons.icon-ca-footer span {
    margin-right: .2em
}

.footer .social-icons.icon-ca-footer a:hover .icon-ca-CA-Icon-Twitter-Default:before {
    color: #0896e8;
    content: "\e622"
}

.footer .social-icons.icon-ca-footer a:hover .icon-ca-CA-Icon-Facebook-Default:before {
    color: #425ca9;
    content: "\e608"
}

.footer .social-icons.icon-ca-footer a:hover .icon-ca-CA-Icon-Google-Default:before {
    color: #e65555;
    content: "\e60c"
}

.footer .social-icons.icon-ca-footer a:hover .icon-ca-CA-Icon-Mail-Default:before {
    color: #e65555;
    content: "\e615"
}

.footer .social-icons.icon-ca-footer a:hover .icon-ca-CA-Icon-SoundCloud-Default:before {
    color: #eda456;
    content: "\e61e"
}

.footer p.social-icons {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: .6em
}

.footer .btn-footer {
    color: #fff;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    padding: .7em .5em .5em;
    text-align: left;
    width: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.4em
}

    .footer .btn-footer i {
        float: right;
        line-height: 1.1em;
        vertical-align: middle
    }

    .footer .btn-footer:hover {
        color: #e6e6e6
    }

    .footer .btn-footer:active {
        color: #d9d9d9
    }

#next__footer .footer,
#next__footer .footer .footer-text-container .footer-text {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px
}

#next__footer .wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 0;
    line-height: normal
}

#next__footer .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

@media (min-width:48em) {
    #next__footer .container-fluid {
        padding-right: 3.2rem;
        padding-left: 3.2rem
    }
}

#next__footer .row {
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

#next__footer .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media only screen and (min-width:64em) {

    #next__footer .col-md-3,
    #next__footer .col-md-9 {
        box-sizing: border-box;
        padding-right: 1rem;
        padding-left: 1rem
    }

    #next__footer .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    #next__footer .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
}

#next__footer .footer {
    clear: both;
    background: #000;
    padding: 24px 0;
    text-align: left
}

    #next__footer .footer .footer-text-container .footer-text {
        margin: 0;
        line-height: 1.5
    }

.news p,
.news ul {
    font-family: Merriweather, serif
}

    .news .webView,
    .news .webView p,
    .news p.intro {
        line-height: 1.6em
    }

#next__footer .footer .footer-logo-cricketAU,
#next__footer .footer .footer-logo-cricketNetwork {
    display: inline-block
}

    #next__footer .footer .footer-logo-cricketAU svg,
    #next__footer .footer .footer-logo-cricketNetwork svg {
        padding-right: 16px;
        margin-top: 32px;
        height: 40px;
        width: 70px
    }

@media (min-width:1024px) {

    #next__footer .footer .footer-logo-cricketAU svg,
    #next__footer .footer .footer-logo-cricketNetwork svg {
        margin-top: 32px;
        padding-right: 24px;
        height: 50px;
        width: 89px
    }
}

#next__footer .footer .divider {
    border-left: 1px solid #333;
    height: 50px;
    display: inline-block;
    top: 8px;
    padding-right: 16px;
    overflow: hidden;
    position: relative
}

@media (min-width:1024px) {
    #next__footer .footer .divider {
        top: 4px;
        padding-right: 20px;
        height: 60px
    }
}

#next__footer .footer .footer-logo-cricketNetwork svg {
    height: 30px;
    width: 65px
}

#next__footer .footer .footer-nav {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 32px 0 0
}

@media (min-width:768px) {
    #next__footer .footer .footer-nav {
        display: flex;
        flex-direction: row
    }
}

@media (min-width:1024px) {
    #next__footer .footer .footer-logo-cricketNetwork svg {
        height: 40px;
        width: 89px
    }

    #next__footer .footer .footer-nav {
        margin: 0;
        display: flex;
        flex-direction: column
    }
}

.cricket-live-link,
.logo-holder {
    display: block
}

#next__footer .footer .footer-nav .footer-nav-list {
    border-top: none;
    font-size: 13px;
    padding: 0 0 8px
}

@media (min-width:768px) {
    #next__footer .footer .footer-nav .footer-nav-list {
        padding: 0 16px 0 0
    }
}

@media (min-width:1024px) {
    #next__footer .footer .footer-nav .footer-nav-list {
        padding: 0 0 8px;
        text-align: right
    }
}

#next__footer .footer .footer-nav .feedback {
    padding-bottom: 0
}

#next__footer .footer .footer-nav .footer-nav-link {
    text-decoration: none;
    color: grey;
    font-weight: 400;
    font-size: 1em
}

    #next__footer .footer .footer-nav .footer-nav-link:hover {
        color: #ccc
    }

@media (min-width:768px) {
    #next__footer .footer {
        padding: 24px 0
    }
}

@media (min-width:1024px) {
    #next__footer .footer {
        padding: 40px 0
    }
}

.green {
    background: #4a8a3e
}

    .green:hover {
        background: #37672e
    }

    .green:active {
        background: #2e5526
    }

.light-green {
    background: #75c100
}

    .light-green:hover {
        background: #568e00
    }

    .light-green:active {
        background: #477500
    }

.lighter-green {
    background: #9ac629
}

    .lighter-green:hover {
        background: #799c20
    }

    .lighter-green:active {
        background: #69871c
    }

.cricket-live-link img {
    height: 50px;
    width: 132.78px
}

.logo-holder {
    height: 5em
}

.store-images a {
    display: inline-block
}

    .store-images a img {
        float: left;
        height: 36px;
        width: 108px
    }

.store-images.itunes {
    margin-right: .7em
}

.shop {
    margin-bottom: 0;
    margin-top: .8em
}

.t-c {
    float: right
}

    .t-c ul {
        text-align: center;
        list-style-type: none;
        margin-top: -5px
    }

        .t-c ul li {
            display: inline;
            margin-left: 1em
        }

.author-social,
.author-social ul li,
.news p {
    display: inline-block
}

.t-c ul li a {
    color: #959595;
    font-weight: 400;
    font-size: 11px
}

p.g1,
p.news-intro {
    font-weight: 700
}

.t-c ul li a:hover {
    color: #005b7f
}

.info-wrapper {
    height: 6em
}

.comm-box {
    margin-bottom: 15px
}

.news .score-loss,
.news .score-win {
    width: 50%;
    margin: -10px auto auto;
    font-size: 16px
}

img.article-author,
img.author-short-bio {
    width: 90px;
    height: 90px
}

.news .score-win {
    text-align: right
}

.news .score-loss {
    text-align: left
}

.news p {
    font-size: 16px
}

    .news p.article-tag {
        padding: 0;
        margin: 0
    }

.news .article-latest-news .share {
    padding-top: .92857143em
}

.news .article-latest-news .share-pop-up {
    top: -3.1em
}

.news ul {
    font-size: 16px;
    list-style: none;
    margin-left: 1.5em
}

    .news ul li {
        padding: .1em 0
    }

        .news ul li:before {
            color: #acacac;
            content: "\2022";
            font-size: 1.5em;
            margin-left: -0.75em;
            padding-right: .35em;
            position: relative;
            top: .1em
        }

.article-latest-news h3 {
    margin-bottom: 5px
}

.video-info .article-latest-news .share-pop-up {
    top: -3.1em
}

.author-social {
    color: #959595;
    float: left;
    margin-bottom: 7px
}

    .author-social a,
    .author-social li,
    .author-social p,
    .author-social ul,
    a.author-social,
    p.author-social {
        color: #959595;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px
    }

    .author-social .fa {
        margin-right: .2em
    }

    .author-social .fa-facebook-square,
    .author-social .fa-play-circle {
        margin-right: .4em
    }

    .author-social p {
        padding: 0
    }

    .author-social ul {
        margin: 0;
        padding: 3px 0
    }

        .author-social ul li.icon-tablet-mobile {
            display: none
        }

        .author-social ul li:before {
            content: "";
            margin: 0;
            padding: 0;
            display: none
        }

.news-article-author,
p.news-intro {
    display: block
}

.match-report-strip {
    background-color: #F68302;
    padding: 10px 15px;
    color: #fff
}

p.article-tag {
    padding: 0
}

    p.article-tag a {
        color: #959595
    }

        p.article-tag a:hover {
            color: #7f7f7f
        }

.article-tag i {
    margin-right: 4px
}

.news-intro {
    margin-bottom: 15px;
    clear: both
}

p.news-intro {
    font-size: 16px
}

.img-news-margins {
    margin-bottom: 2em;
    margin-top: 2em
}

.img-news-margin-top {
    margin-top: 2em
}

.image-caption p {
    color: #959595;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0 !important
}

.image-caption .row hr {
    border-top: 1px solid rgba(174, 165, 122, 0.25);
    margin: .5em 0 2em
}

.row-articles-filed-under hr,
.row-articles-news-writer hr {
    border-bottom: 1px solid rgba(174, 165, 122, 0.25);
    border-top: none
}

.news-article-author a {
    vertical-align: top
}

    .news-article-author a:hover {
        color: #948c68
    }

        .news-article-author a:hover .icon-ca-CA-Icon-Twitter-Default:before {
            color: #0896e8;
            content: "\e622"
        }

        .news-article-author a:hover .icon-ca-CA-Icon-Facebook-Default:before {
            color: #425ca9;
            content: "\e608"
        }

        .news-article-author a:hover .icon-ca-CA-Icon-Google-Default:before {
            color: #e65555;
            content: "\e60c"
        }

        .news-article-author a:hover .icon-ca-CA-Icon-Mail-Default:before {
            color: #005b7f;
            content: "\e614"
        }

ul.news-article-author {
    display: block;
    list-style-type: none;
    margin: 7px 0;
    float: left
}

    ul.news-article-author li:before {
        content: "";
        display: none
    }

    ul.news-article-author:last-child {
        border-right: 1px solid rgba(174, 165, 122, 0.25)
    }

    ul.news-article-author li {
        float: left;
        border-left: 1px solid rgba(174, 165, 122, 0.25);
        padding: 0 3px 0 10px
    }

        ul.news-article-author li a {
            display: block
        }

.desktop-no-padding {
    padding: 0
}

.tablet-mobile-our-voices {
    display: none
}

.social-block-news-page p {
    color: #959595;
    margin-bottom: 10px;
    padding: 0
}

.social-block-news-page ul {
    display: inline-block;
    list-style-type: none;
    margin-top: 7px
}

.row-articles-filed-under,
.row-articles-news-writer {
    margin-top: 1em
}

.social-block-news-page ul li {
    float: left
}

    .social-block-news-page ul li a:hover .icon-ca-CA-Icon-Facebook-Default:before {
        color: #425ca9;
        content: "\e608"
    }

    .social-block-news-page ul li a:hover .icon-ca-CA-Icon-Twitter-Default:before {
        color: #0896e8;
        content: "\e622"
    }

    .social-block-news-page ul li a:hover .icon-ca-CA-Icon-Google-Default:before {
        color: #e65555;
        content: "\e60c"
    }

.row-articles-news-writer a .ca-fixture-arrow-default {
    margin-left: .4em
}

.row-articles-filed-under hr {
    margin: 0
}

h2.about-the-writer,
h2.filed-under,
h2.related-stories,
h2.top-news {
    margin-bottom: .5em;
    margin-top: .5em
}

p.article-author {
    color: #959595;
    padding: 0
}

    p.article-author a {
        color: #959595;
        font-size: 13px
    }

        p.article-author a:hover {
            color: #948c68
        }

img.article-author {
    display: block;
    margin-right: 1em
}

a.author-hashtag {
    color: #0896e8;
    font-size: 12px
}

p.news-page-article-date {
    color: #959595;
    line-height: 1.2em;
    margin-bottom: .5em
}

.author-short-bio .side-handle {
    display: none
}

.author-short-bio .normal-handle {
    display: inline
}

div.author-short-bio {
    margin-top: 1em
}

a.read-more-from-author {
    color: #959595;
    display: block;
    font-weight: 700;
    margin: 1em 1em 1em 0
}

    a.read-more-from-author:hover {
        color: #948c68
    }

.read-more-from-author > i {
    margin-left: .5em
}

.btn-filed-under {
    padding-top: .5em
}

    .btn-filed-under a,
    .btn-filed-under p {
        display: inline-block;
        margin-top: .5em;
        margin-right: .1em;
        padding: .2em .5em .15em;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .btn-filed-under a {
        border: 1px solid #005b7f;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #005b7f
    }

        .btn-filed-under a:hover {
            background-color: #005b7f;
            color: #fff
        }

    .btn-filed-under p {
        border: 1px solid #959595;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #959595;
        margin-bottom: 0;
        opacity: .5
    }

#row-articles-news-related-stories,
#row-articles-news-top-news {
    margin-top: 17px
}

    #row-articles-news-related-stories hr,
    #row-articles-news-top-news hr {
        border-bottom: 1px solid rgba(174, 165, 122, 0.25);
        border-top: none;
        margin-top: 0;
        margin-bottom: 7px
    }

    #row-articles-news-related-stories p.article-tag a,
    #row-articles-news-top-news p.article-tag a {
        color: #959595
    }

        #row-articles-news-related-stories p.article-tag a:hover,
        #row-articles-news-top-news p.article-tag a:hover {
            color: #7f7f7f
        }

    #row-articles-news-related-stories .author-social a,
    #row-articles-news-top-news .author-social a {
        color: #959595
    }

        #row-articles-news-related-stories .author-social a:hover,
        #row-articles-news-top-news .author-social a:hover {
            color: #948c68
        }

    #row-articles-news-related-stories .social a,
    #row-articles-news-top-news .social a {
        color: #959595
    }

        #row-articles-news-related-stories .social a:hover,
        #row-articles-news-top-news .social a:hover {
            color: #948c68
        }

    #row-articles-news-related-stories img,
    #row-articles-news-top-news img {
        display: block
    }

    #row-articles-news-related-stories .article h3,
    #row-articles-news-top-news .article h3 {
        margin-top: 0
    }

    #row-articles-news-related-stories .related-story-article-left,
    #row-articles-news-top-news .related-story-article-left {
        padding: 1em 7.5px 1em 0;
        margin-right: -15px
    }

    #row-articles-news-related-stories .related-story-article-right,
    #row-articles-news-top-news .related-story-article-right {
        padding: 1em 0 1em 7.5px;
        margin-right: -15px
    }

.no-row-margin-right section {
    margin-top: 15px
}

.news table.responsive {
    margin: 7px 0 22px
}

.news .header-content {
    padding-top: 20px
}

.news .athor-small-image {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.news .our-voices {
    padding: 10px 15px;
    background: #959595;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px
}

.news .caption-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 5px 0 8px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 7px
}

.news .heroImage p,
.news .image-with-caption .caption-title {
    bottom: 0;
    z-index: 2;
    padding: 13px 15px;
    background: rgba(255, 255, 255, 0.9);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #8a8985;
    width: 100%;
    left: 0
}

.news .image-with-caption {
    position: relative
}

    .news .image-with-caption .caption-title {
        position: absolute;
        margin-bottom: 0;
        border: 0
    }

.news .about-the-writer-panel a.author-hashtag {
    position: absolute;
    bottom: 0;
    right: 20px;
    margin-bottom: 0 !important
}

.news .heroImage {
    position: relative;
    clear: both
}

    .news .heroImage p {
        position: absolute;
        margin-bottom: 0
    }

#column-content .article-b-wrapper p.article-tag,
#column-content .header-content,
#column-content .latest-news-primary-news-wrapper p.article-tag,
#column-content .latest-news-secondary-news-wrapper p.article-tag {
    padding-top: 0
}

.news .webView img.article-author {
    display: block;
    height: 110px;
    margin-right: 1em;
    width: 110px
}

#column-content .live-match-panel {
    text-align: center
}

#column-content .video-series .article-info,
#column-content .video-series .latest-news-primary-news-wrapper .article-text {
    padding-top: 0;
    margin-top: 0
}

#column-content .widget-match-report-live {
    width: 100%;
    background: #f7f7f7;
    float: left;
    margin-top: 15px;
    margin-bottom: 7px
}

    #column-content .widget-match-report-live .match-wrapper {
        width: 430px;
        margin: 0 auto
    }

        #column-content .widget-match-report-live .match-wrapper .team {
            width: 200px !important
        }

        #column-content .widget-match-report-live .match-wrapper .teamLogo {
            height: 40px !important
        }

            #column-content .widget-match-report-live .match-wrapper .teamLogo img {
                width: 62px !important;
                margin-top: 13px
            }

        #column-content .widget-match-report-live .match-wrapper .teamName {
            font-size: 4em;
            line-height: 1.2em
        }

        #column-content .widget-match-report-live .match-wrapper .n01 .teamName,
        #column-content .widget-match-report-live .match-wrapper .n02 .teamName {
            margin-right: 0
        }

#column-content .author-social p {
    margin: 0
}

#column-content .news .our-voices {
    padding: 10px 15px;
    background: #959595;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px
}

#column-content .article-text {
    padding-top: 1em
}

    #column-content .article-text p {
        line-height: 1.5em;
        margin-bottom: 15px;
        padding: 0
    }

#column-content .athor-small-image {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

#column-content .heroImage p,
#column-content .image-with-caption .caption-title {
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    left: 0;
    bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#column-content p.author-name {
    padding-right: 10px
}

#column-content .hGap16 {
    padding-top: 16px
}

#column-content .heroImage {
    position: relative
}

    #column-content .heroImage p {
        position: absolute;
        padding: 13px 15px;
        margin-bottom: 0;
        font-size: 11px;
        color: #8a8985
    }

#column-content .row-articles-news-top-news h2 {
    font-size: 18px;
    color: rgba(174, 165, 122, 0.25)
}

#column-content .caption-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 5px 0 8px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 7px
}

#column-content .image-with-caption {
    position: relative
}

    #column-content .image-with-caption .caption-title {
        position: absolute;
        padding: 13px 15px;
        margin-bottom: 0;
        font-size: 11px;
        color: #8a8985;
        border: 0
    }

#column-content .news-article-author .count {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #959595;
    margin-left: -8px;
    text-align: center;
    padding-top: 5px
}

#column-content a.writer-name {
    padding-bottom: 5px
}

#column-content .about-the-writer-panel a.author-hashtag {
    position: absolute;
    bottom: 0;
    right: 20px;
    margin-bottom: 0 !important
}

.error-404-panel-floating,
.error-500-panel-floating {
    background-image: url(../img/pix-black.png);
    right: 15px;
    position: absolute
}

#column-content .about-the-writer-panel-short-bio p {
    width: 325px;
    padding-top: 0;
    color: #888
}

.error-404-panel,
.error-500-panel {
    background-color: #363636;
    width: 100%
}

#column-content p.article-tag.padT15 {
    padding-top: 15px
}

#row-articles-news-related-stories h2.about-the-writer,
#row-articles-news-related-stories h2.filed-under,
#row-articles-news-related-stories h2.related-stories,
#row-articles-news-related-stories h2.top-news,
#row-articles-news-top-news h2.about-the-writer,
#row-articles-news-top-news h2.filed-under,
#row-articles-news-top-news h2.related-stories,
#row-articles-news-top-news h2.top-news,
.row-articles-filed-under h2.about-the-writer,
.row-articles-filed-under h2.filed-under,
.row-articles-filed-under h2.related-stories,
.row-articles-filed-under h2.top-news,
.row-articles-news-writer h2.about-the-writer,
.row-articles-news-writer h2.filed-under,
.row-articles-news-writer h2.related-stories,
.row-articles-news-writer h2.top-news {
    font-size: 18px;
    font-weight: 400
}

.error-500-panel-floating {
    display: block;
    max-width: 32em;
    padding: 1em;
    bottom: 0
}

    .error-500-panel-floating h1 {
        color: #fff;
        margin-top: 0
    }

    .error-500-panel-floating p {
        color: #fff;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }

.error-500-panel {
    display: none;
    padding: 1em
}

    .error-500-panel h1 {
        color: #fff;
        margin-top: 0
    }

    .error-500-panel p {
        color: #fff;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }

.image-text {
    bottom: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .8em;
    margin-left: 1em;
    margin-right: 1.5em;
    position: absolute
}

.error-404-panel-floating {
    display: block;
    margin-left: -11em;
    max-width: 17em;
    padding: 1em;
    left: 50%;
    top: 50%
}

    .error-404-panel-floating h1 {
        color: #fff;
        margin-top: 0
    }

    .error-404-panel-floating p {
        color: #fff;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.1em
    }

.error-404-panel {
    display: none;
    padding: 1em
}

    .error-404-panel h1 {
        color: #fff;
        margin-top: 0
    }

    .error-404-panel p {
        color: #fff;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }

.content-error {
    margin: 0 auto;
    padding-top: 1em
}

.error-header-logos {
    padding: 1em 0 0 1em
}

    .error-header-logos a img {
        margin-right: 2em;
        width: 100px
    }

    .error-header-logos img#logo-cricket-inverse {
        width: 83px
    }

.intro-panel {
    background-color: #fff;
    border: 1px solid #66be8e;
    margin: 0;
    position: relative;
    text-align: center
}

    .intro-panel .btn-close {
        color: #fff;
        display: block;
        float: right;
        height: 30px;
        padding: 4px 0 0 1px;
        position: absolute;
        top: 6px;
        right: 4px;
        width: 30px
    }

        .intro-panel .btn-close:hover .fa {
            color: #000
        }

        .intro-panel .btn-close .fa {
            color: #959595;
            display: inline-block;
            font-size: 16px;
            margin: 0 auto
        }

    .intro-panel p {
        color: #00ab4e;
        font-size: 18px;
        line-height: 30px;
        padding: 0;
        margin-bottom: 7px
    }

        .intro-panel p.disclaimer,
        .intro-panel p.disclaimer a {
            color: #959595;
            font-size: 12px;
            margin-bottom: -14px;
            margin-top: 0
        }

            .intro-panel p.disclaimer a,
            .intro-panel p.disclaimer a a {
                text-decoration: underline
            }

                .intro-panel p.disclaimer a a:hover,
                .intro-panel p.disclaimer a:hover {
                    color: #000
                }

#introPanel {
    margin-bottom: 14px
}

.intro-panel-container {
    color: #00ab4e;
    display: block;
    margin: 0;
    padding: 28px 56px
}

    .intro-panel-container h2 {
        color: #00ab4e;
        font-size: 32px;
        line-height: 26px;
        margin: 0 0 15px
    }

.intro-close-wrap {
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: center
}

.nav-overlay {
    display: none;
    opacity: 0;
    visibility: hidden;
    background: #333;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.mobile-header {
    display: none;
    background: #00ab4e
}

.container-nav-ca {
    max-width: 1020px
}

#nav-ca {
    background-color: #00ab4e;
    height: 134px;
    overflow: hidden;
    width: 100%
}

.subscribe-user {
    background-color: #fff;
    height: 30px;
    width: 100%
}

    .subscribe-user a {
        color: #363636
    }

    .subscribe-user .fa {
        color: #363636;
        margin-right: .2em
    }

    .subscribe-user ul {
        float: right;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: .4em
    }

        .subscribe-user ul li {
            float: left;
            list-style-type: none;
            margin-right: 1em
        }

            .subscribe-user ul li:last-child {
                margin-right: 0
            }

.filler {
    height: 4em;
    width: 100%;
    border: none;
    display: block
}

.nav-wrapper {
    background-color: #009242;
    float: left;
    overflow: hidden;
    width: 100%
}

.navbar-ca {
    position: relative;
    width: 100%
}

.navbar-branding-ca {
    display: inline-block;
    margin-bottom: 2em;
    padding-top: .5em
}

.client-logo {
    background-image: url(../img/Cricket-Logo-Header-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 120.47px;
    height: 70.18px;
    margin-top: .4em;
    margin-bottom: -1.3em
}

.nav-list-ca {
    list-style-type: none
}

ul.nav-list-ca {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0
}

    ul.nav-list-ca li {
        display: inline-block;
        margin-left: 0;
        white-space: nowrap
    }

        ul.nav-list-ca li a {
            color: #fff;
            cursor: pointer;
            display: block;
            height: 40px;
            padding: 10px .9em
        }

    .nav-list-ca #nav-sign-in,
    .nav-list-ca .account-info .username,
    ul.nav-list-ca #nav-sm-search,
    ul.nav-list-ca #nav-tickets {
        display: none
    }

    ul.nav-list-ca li a:hover {
        background-color: #007c38;
        text-decoration: none
    }

    ul.nav-list-ca li a:focus {
        text-decoration: none
    }

    ul.nav-list-ca li a.active {
        background-color: #007c38
    }

    ul.nav-list-ca li .ca-fixture,
    ul.nav-list-ca li .fa {
        font-size: 1.2em;
        margin-right: .2em
    }

    ul.nav-list-ca li #nav-search-field {
        width: 97%;
        margin-right: .5em
    }

    ul.nav-list-ca #nav-shop a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    ul.nav-list-ca #nav-shop .fa {
        margin-right: .2em
    }

.nav-list-ca .account-info {
    background: #00622c;
    display: none;
    padding: 1em;
    position: relative;
    text-align: center
}

    .nav-list-ca .account-info li {
        border: none;
        width: 100%;
        margin-right: 3px;
        margin-bottom: 3px
    }

    .nav-list-ca .account-info .fa {
        color: #fff
    }

    .nav-list-ca .account-info .icon-acc {
        color: #fff;
        display: block;
        font-size: 5em;
        margin: 0 auto .25em
    }

    .nav-list-ca .account-info .login-link a,
    .nav-list-ca .account-info .username a {
        padding: .8em 0 .5em
    }

    .nav-list-ca .account-info a {
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        color: #fff;
        display: block;
        padding: .7em 0 .6em;
        width: 100%;
        text-align: center;
        margin-bottom: 1em
    }

    .hamburger,
    .nav-list-ca .account-info #mobile-edit-profile {
        display: none
    }

    .nav-list-ca .account-info a:last-child {
        margin: 0
    }

    .nav-list-ca .account-info a:hover {
        text-decoration: none
    }

    .nav-list-ca .account-info a .icon-controller.btn-subscribe-header {
        position: relative;
        top: -0.15em
    }

        .nav-list-ca .account-info a .icon-controller.btn-subscribe-header .icon-ca-CA-Icon-Subscribe-Default {
            font-size: 1.2em;
            position: relative;
            top: .05em
        }

.navbar-collapse-ca {
    float: left
}

.hamburger {
    background-color: #007c38;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-right: 0;
    text-align: center;
    width: 40px
}

    .hamburger a {
        color: #fff;
        display: block;
        height: 100%
    }

    .hamburger i {
        margin-top: 13px
    }

.mobile-nav-close {
    height: 39px;
    display: none
}

.close-flyout-btn {
    background: 0 0;
    float: right;
    border: none;
    font-size: 2em;
    height: 100%;
    padding: 0 .5em 0 5em
}

    .close-flyout-btn:before {
        content: "\f00d";
        font-family: FontAwesome;
        color: #fff
    }

    .close-flyout-btn:hover:before {
        color: #00ab4e
    }

    .close-flyout-btn:active:before {
        color: #007837
    }

.feature-links {
    display: inline-block;
    float: right;
    overflow: hidden
}

.feature-panel {
    display: block;
    font-family: industrybold;
    float: left;
    text-align: center
}

#next__header .btn,
#next__header .header {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.feature-panel a {
    color: #fff;
    display: inline-block;
    line-height: 2.9em;
    width: 157px
}

    .feature-panel a:focus,
    .feature-panel a:hover {
        text-decoration: none
    }

.tickets a {
    background-color: #959595
}

    .tickets a .fa {
        margin-right: .2em;
        font-size: 1.6em;
        vertical-align: middle
    }

    .tickets a:hover {
        background-color: #948c68
    }

.mobile-menu-lock {
    overflow-y: hidden
}

.match-centre a {
    background-color: #000
}

    .match-centre a:hover {
        background-color: #363636
    }

.search a {
    background-color: #009242;
    width: 40px
}

    .search a:hover {
        background-color: #007c38
    }

.match-centre-sticky {
    position: absolute;
    right: 0;
    top: 0
}

.login-social-gigya {
    display: inline-block;
    float: right;
    margin-top: 1em;
    padding-top: .5em
}

    .login-social-gigya ul {
        list-style-type: none;
        margin: 0
    }

        .login-social-gigya ul li {
            display: inline-block;
            margin-left: 1em;
            width: auto
        }

            .login-social-gigya ul li a {
                color: #fff;
                display: block
            }

                .login-social-gigya ul li a .fa {
                    color: #fff;
                    font-size: 1.15em;
                    padding-top: .3em;
                    vertical-align: baseline
                }

                .login-social-gigya ul li a .icon-ca {
                    color: #fff;
                    display: inline-block;
                    font-size: 1.2em;
                    margin: 0 .3em 0 0;
                    vertical-align: middle
                }

                .login-social-gigya ul li a:hover {
                    opacity: .9;
                    text-decoration: none
                }

                    .login-social-gigya ul li a:hover .icon-controller {
                        border: 1px solid #fff
                    }

                    .login-social-gigya ul li a:hover .fa {
                        opacity: .9
                    }

                .login-social-gigya ul li a.login:hover {
                    text-decoration: none
                }

            .login-social-gigya ul li.username {
                display: none
            }

    .login-social-gigya .icon-controller {
        border: 1px solid #fff;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        margin-right: .35em;
        width: 30px;
        text-align: center;
        vertical-align: middle
    }

        .login-social-gigya .icon-controller:hover {
            border: 1px solid #fff
        }

        .login-social-gigya .icon-controller.btn-subscribe-header {
            padding: .25em;
            width: 8em;
            vertical-align: middle
        }

            .login-social-gigya .icon-controller.btn-subscribe-header:hover {
                background-color: #fff;
                color: #00ab4e
            }

                .login-social-gigya .icon-controller.btn-subscribe-header:hover .icon-ca {
                    color: #00ab4e
                }

    .login-social-gigya .ca-fixture.ca-fixture-user-logged-in {
        display: inline-block;
        font-size: 2.1em;
        height: 30px;
        margin-right: .35em;
        text-align: center;
        width: 30px;
        vertical-align: middle
    }

.navbar-ca-error {
    height: 90px
}

#next__header .wrapper {
    max-width: 1600px;
    margin: 0 auto
}

#next__header .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

@media (min-width:48em) {
    #next__header .container-fluid {
        padding-right: 2rem;
        padding-left: 2rem
    }
}

#next__header .row {
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

    #next__header .row:after,
    #next__header .row:before {
        content: none
    }

#next__header .between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#next__header .middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#next__header .btn {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .25s ease-in-out;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 700
}

@media (max-width:1222px) and (min-width:1024px) {
    next__header .btn {
        font-size: 11px
    }
}

#next__header .header {
    display: flex;
    height: 48px;
    background: #0a4;
    color: #fff;
    align-items: center
}

    #next__header .header > div {
        width: 100%
    }

#next__header .header-logo-container {
    margin-left: 16px
}

    #next__header .header-logo-container .header-hamburger-menu {
        display: inline-block;
        margin: 0 16px 0 0;
        position: relative;
        top: 3px;
        cursor: pointer
    }

@media (min-width:1024px) {
    #next__header .header {
        height: 64px
    }

    #next__header .header-logo-container .header-hamburger-menu {
        display: none
    }
}

#next__header .header-logo-container .header-hamburger-menu svg {
    width: 18px;
    height: 18px
}

@media (min-width:1024px) {
    #next__header .header-logo-container .header-hamburger-menu svg {
        width: 24px;
        height: 24px
    }

    #next__header .sliding-nav-container {
        display: none
    }
}

#next__header .sliding-nav-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    transform: translate3d(-100vw, 0, 0);
    z-index: 1000
}

#next__header .sliding-nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    list-style-type: none;
    padding-left: 40px;
    font-size: 16px
}

#next__header .sliding-nav-close {
    position: absolute;
    top: 24px;
    left: 30px;
    cursor: pointer
}

#next__header .sliding-nav-item {
    position: relative;
    width: 100%;
    padding: 16px 24px 16px 0
}

    #next__header .sliding-nav-item svg {
        position: absolute;
        right: 32px;
        width: 10px
    }

#next__header .sliding-nav-link {
    color: #fff;
    font-size: 1.25em;
    text-decoration: none;
    width: 100%;
    display: block
}

    #next__header .sliding-nav-link.is-highlighted {
        color: gold
    }

#next__header .header-logo-container .cricket-com-logo {
    width: 103px;
    height: auto
}

@media (min-width:64em) {
    #next__header .header-logo-container .cricket-com-logo {
        width: 148px
    }
}

#next__header .header-nav-container {
    display: none
}

@media (min-width:1024px) {
    #next__header .header-nav-container {
        display: block
    }
}

#next__header .hcl-logo a {
    display: flex;
    padding: 12px
}

    #next__header .hcl-logo a img:nth-child(1) {
        width: 33px
    }

    #next__header .hcl-logo a img:nth-child(2) {
        width: 50px;
        margin-left: 5px
    }

#next__header .hcl-logo-desktop {
    display: none
}

@media (min-width:1024px) {
    #next__header .hcl-logo-desktop {
        display: block
    }
}

#next__header .hcl-logo-mob {
    height: 20px;
    display: flex;
    background-color: #000;
    align-items: center;
    justify-content: flex-end
}

@media (min-width:1024px) {
    #next__header .hcl-logo-mob {
        display: none
    }
}

#next__header .header-user-container {
    background-color: #000;
    border-radius: 3px;
    margin-right: 16px
}

#next__header .header-nav-item {
    font-size: 13px;
    padding: 0 8px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap
}

@media (min-width:1222px) {
    #next__header .header-nav-item {
        padding: 0 16px
    }
}

@media (max-width:1222px) and (min-width:1024px) {
    #next__header .header-nav-item {
        padding: 0 8px;
        font-size: 11px
    }

        #next__header .header-nav-item:last-child {
            padding-right: 0
        }
}

#next__header .header-nav-item:last-child {
    padding-right: 0
}

#next__header .header-nav-item .header-nav-link {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    height: 64px;
    display: flex;
    align-items: center;
    position: relative
}

    #next__header .header-nav-item .header-nav-link:after {
        content: '';
        width: 0%;
        height: 2px;
        position: absolute;
        background-color: #fff;
        bottom: 11px;
        left: 0;
        opacity: 0;
        transition: all .24s ease-in-out
    }

#next__header .header-nav-item:hover .header-nav-link:after {
    width: 100%;
    opacity: 1
}

.icon-video-icon-overlay,
.icon-video-text-overlay {
    opacity: .5;
    z-index: 1;
    left: auto;
    top: auto
}

#next__header .live-score {
    margin-right: 16px
}

@media (min-width:1024px) {
    #next__header .live-score {
        display: none
    }

    #next__header .header-nav-link.is-active,
    #next__header .header-nav-link:hover {
        color: #fff
    }
}

#next__header .header-nav {
    padding: 0;
    cursor: pointer
}

@media (max-width:1170px) and (min-width:1024px) {
    #next__header .header-nav .hide-menu-item {
        display: none
    }
}

#next__header .header-nav .tickets-link {
    display: inline-block
}

#next__header .header-tertiary-btn {
    color: #fff;
    border: 1px solid #fff
}

@media (max-width:1222px) and (min-width:1024px) {
    #next__header .header-tertiary-btn {
        font-size: 11px
    }
}

#next__header .header-tertiary-btn:hover {
    background-color: rgba(255, 255, 255, 0.1)
}

@media (min-width:1024px) and (max-width:1360px) {
    #next__header .header-hidden-item {
        display: none
    }
}

#next__header .header-primary-btn {
    background: #fff;
    padding: 8px 16px;
    border-radius: 3px;
    color: #0a4;
    border-bottom: 0
}

    #next__header .header-primary-btn:hover {
        color: #007730;
        border-bottom: 0
    }

#next__header .header-secondary-btn {
    position: relative;
    text-decoration: none;
    background: #007730;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    padding: 8px 16px
}

@media (max-width:1222px) and (min-width:1024px) {
    #next__header .header-secondary-btn {
        font-size: 11px
    }
}

#next__header .header-secondary-btn:hover {
    background: #00441b
}

#next__header .header-hidden-text {
    display: none
}

@media (min-width:1024px) {
    #next__header .header-hidden-text {
        display: inline-block;
        margin: 0 0 0 4px
    }
}

#next__header .slide-right {
    animation: slideRight .5s forwards
}

#next__header .slide-left {
    animation: slideLeft .5s forwards
}

@keyframes slideLeft {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100vw, 0, 0)
    }
}

@keyframes slideRight {
    0% {
        transform: translate3d(-100vw, 0, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

h1.our-voices-list {
    display: inline-block;
    position: relative;
    top: -1em
}

.our-voices-hr {
    border-top: 1px solid #959595;
    margin-bottom: 1.5em;
    margin-top: -4.4em
}

.author-short-bio.our-voices-list {
    border-bottom: 1px solid #959595;
    margin-bottom: 1.5em;
    padding: 0 0 3em
}

.our-voices-quote-header {
    background-color: #eda456;
    display: inline-block;
    margin-bottom: 4.5em;
    margin-right: 1.25em;
    padding: 2em .6em .5em;
    text-align: center
}

    .our-voices-quote-header span {
        font-size: 5em
    }

    .our-voices-quote-header .icon-ca-headers-Video {
        padding-right: .22em
    }

img.our-voices-author-photo {
    float: left;
    width: 92px
}

div.our-voices-author-bio {
    margin-left: 8em
}

    div.our-voices-author-bio.author-articles {
        margin-left: 15.5em
    }

.our-voices-author-bio p {
    margin-top: 10px
}

    .our-voices-author-bio p.article-author.author-short-bio {
        margin-top: 0
    }

.push-down-mobile {
    margin-top: 3em
}

.writer-page-article-img {
    float: left
}

img.writer-page-article-img {
    width: 200px
}

div.our-voices-author-bio.author-articles h3 a {
    display: block;
    margin-top: -1em
}

.our-voices-author-bio.author-articles p.article-tag {
    display: inline-block;
    margin-top: 0;
    position: relative;
    z-index: 1
}

.our-voices-author-bio.author-articles p.news-page-article-date {
    display: inline-block;
    margin-top: 0
}

    .our-voices-author-bio.author-articles p.news-page-article-date i.fa {
        color: #959595;
        margin-right: 1em;
        display: inline-block;
        margin-left: .5em
    }

        .our-voices-author-bio.author-articles p.news-page-article-date i.fa > span {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            padding-left: .3em
        }

.writer-profile-hr {
    border-bottom: 1px solid #959595
}

.row-videographers {
    margin-top: 3em
}

.latest-news-article-left,
.latest-news-article-right {
    margin-bottom: 1em
}

.row-adjust-margin,
.row-latest-news,
.row-players,
.row-tickets-margin-top {
    margin-top: -1em
}

.col-latest-news-secondary-news {
    margin-top: -0.7em
}

.header-latest-news {
    background-color: #00ab4e;
    padding: .5em 0 .8em 15px;
    margin-bottom: 1em
}

    .header-latest-news h2 {
        color: #fff;
        margin: 0
    }

.section-margin-bottom {
    margin-bottom: 2em;
    overflow: hidden;
    padding-top: 1em
}

.row-no-margin-top {
    margin-top: -0.8em
}

.article-latest-news .share {
    padding-top: 6px
}

.article-latest-news .share-pop-up {
    top: -3.6em
}

.col-lg-md-sm-small-gutter,
.col-lg-md-small-gutter {
    padding: 5px
}

.col-lg-md-sm-add-padding {
    padding-left: 10px;
    padding-right: 10px
}

.article-latest-news p {
    padding: 0
}

#news-our-voices .icon-ca-headers-Our-Voices-Quotation {
    color: #eda456;
    font-size: 2.4em
}

#news-our-voices .our-voices-header-padding {
    margin-bottom: 9px;
    display: table;
    width: 100%
}

    #news-our-voices .our-voices-header-padding span {
        display: table-cell;
        padding-right: 10px;
        width: 1em
    }

#news-our-voices .news-our-voices-header {
    background-color: #eda456;
    color: #fff;
    display: table-cell;
    margin-bottom: 1em;
    padding: 0 15px 0 0;
    text-align: left
}

    #news-our-voices .news-our-voices-header h2 {
        color: #fff;
        float: left;
        margin: 0;
        padding: .15em 0 .25em 7px
    }

    #news-our-voices .news-our-voices-header img {
        float: right
    }

#news-our-voices .our-voices-col img {
    width: 65px;
    float: left
}

#news-our-voices .our-voices-col .author-contact-details {
    float: left;
    line-height: 1.4em;
    margin: -3px 0 4px;
    padding-left: .5em;
    width: 65%
}

    #news-our-voices .our-voices-col .author-contact-details p {
        font-family: tablet-gothic-narrow, serif;
        font-size: 18px;
        margin-bottom: 2px;
        word-wrap: break-word
    }

        #news-our-voices .our-voices-col .author-contact-details p a {
            color: #363636
        }

            #news-our-voices .our-voices-col .author-contact-details p a:hover {
                color: #000;
                text-decoration: none
            }

    #news-our-voices .our-voices-col .author-contact-details .author-hashtag {
        font-size: .9em
    }

        #news-our-voices .our-voices-col .author-contact-details .author-hashtag:hover {
            text-decoration: none
        }

#news-our-voices .our-voices-col .author-summary-blog {
    clear: both
}

    #news-our-voices .our-voices-col .author-summary-blog p.article-tag {
        margin-top: .63636364em;
        position: relative;
        z-index: 1
    }

    #news-our-voices .our-voices-col .author-summary-blog .author-social {
        margin-top: 5px
    }

#news-our-voices .our-voices-col .author-articles {
    clear: both;
    font-weight: 700
}

    #news-our-voices .our-voices-col .author-articles ul {
        list-style-type: none;
        margin-bottom: 15px
    }

        #news-our-voices .our-voices-col .author-articles ul li {
            margin: 5px 0
        }

.row-ad-margin-top,
.row-ad-margins,
.row-ad-mobile {
    margin-top: 15px
}

#news-our-voices .our-voices-col .author-articles ul span {
    position: relative;
    left: 0
}

    #news-our-voices .our-voices-col .author-articles ul span a {
        color: #363636
    }

        #news-our-voices .our-voices-col .author-articles ul span a:hover {
            color: #000;
            text-decoration: none
        }

.row-ad-mobile {
    margin-bottom: 15px
}

.row-ad-margins {
    margin-bottom: -20px
}

#news-most-popular {
    margin-bottom: 2em;
    text-align: left
}

    #news-most-popular .icon-ca-headers.icon-ca-headers-Most-Popular-Star {
        float: left;
        font-size: 2.4em
    }

    #news-most-popular .news-most-popular-header img,
    .video .social-block-news-page {
        float: right
    }

    #news-most-popular .most-popular-header-padding {
        display: table;
        width: 100%
    }

        #news-most-popular .most-popular-header-padding span {
            display: table-cell;
            padding-right: 10px;
            width: 1em
        }

    #news-most-popular .news-most-popular-header {
        background-color: #f37053;
        color: #fff;
        display: table-cell;
        height: 38px;
        margin: 0;
        padding-left: 6px;
        text-align: left
    }

        #news-most-popular .news-most-popular-header h2 {
            color: #fff;
            font-size: 24px;
            line-height: 34px;
            margin: 0;
            padding: 0
        }

.share-pop-up {
    background-color: #fff;
    border: 1px solid #aea57a;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    display: none;
    height: 42px;
    left: -86.4px;
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: -3.1em;
    width: 124px;
    z-index: 1000
}

    .share-pop-up .icon-default {
        display: inline-block;
        height: 40px;
        text-align: center;
        width: 40px
    }

    .share-pop-up .icon-ca {
        font-size: 30px;
        margin-right: 0;
        padding-left: 1px;
        position: relative;
        top: 5px
    }

    .share-pop-up .icon-ca-CA-Icon-Twitter-Default {
        color: #0896e8
    }

    .share-pop-up .icon-ca-CA-Icon-Facebook-Default {
        color: #425ca9
    }

    .share-pop-up .icon-ca-CA-Icon-Google-Default {
        color: #e65555
    }

    .share-pop-up a:hover .icon-ca-CA-Icon-Twitter-Default:before {
        content: "\e622"
    }

    .share-pop-up a:hover .icon-ca-CA-Icon-Facebook-Default:before {
        content: "\e608"
    }

    .share-pop-up a:hover .icon-ca-CA-Icon-Google-Default:before {
        content: "\e614"
    }

    .share-pop-up:after,
    .share-pop-up:before {
        top: 100%;
        left: 81.5%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        z-index: 50
    }

    .share-pop-up:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 3px;
        margin-left: -3px
    }

    .share-pop-up:before {
        border-color: rgba(174, 165, 122, 0);
        border-top-color: #aea57a;
        border-width: 4px;
        margin-left: -4px
    }

.desktop-tablet-most-popular {
    display: inline
}

.mobile-most-popular {
    display: none
}

.icon-default.icon-default-margin-bottom.extra-margin-news-main {
    margin-bottom: .5em
}

.video-icon-large {
    background-color: #9f1d51;
    display: inline-block;
    font-size: 6em;
    margin-bottom: .2em;
    padding: 20px 0 6px 8px;
    width: 100%
}

    .video-icon-large h4 {
        color: #fff;
        font-size: .31em;
        margin: 6px 0 0
    }

.video {
    margin-bottom: 1em
}

    .video .intro {
        font-family: Merriweather, serif;
        font-size: 16px;
        line-height: 1.6em
    }

    .video ul.news-article-author .icon-ca-large {
        font-size: 2.4em
    }

    .video ul.news-article-author .count {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        color: #959595;
        margin-left: -8px;
        text-align: center
    }

    .video .brightcove-outer-container {
        margin-bottom: 0
    }

    .video .social-block-news-page .icon-default:focus {
        text-decoration: none
    }

h1.video-head {
    font-size: 30px
}

.video-listing-feature-details-padding {
    background-color: #363636;
    padding: 5px 15px 5px 10px
}

.video-strip {
    background-color: #4B72A9;
    padding: 10px 15px;
    color: #fff;
    font-size: 12px
}

    .video-strip strong {
        font-weight: 700
    }

.no-left-gutter {
    padding-left: 0
}

.no-right-gutter {
    padding-right: 0
}

.no-gutter {
    padding: 0
}

.video-hero {
    margin-top: -15px;
    margin-bottom: 30px;
    padding-top: 15px;
    background: #363636
}

    .video-hero #medium_top-1 {
        float: left
    }

    .video-hero .add-border,
    .video-hero .ads-styled {
        border-top: 1px solid #656565;
        background: #464646;
        float: left
    }

        .video-hero .add-border p,
        .video-hero .ads-styled p {
            color: #787878
        }

    .video-hero h1 {
        font-size: 30px
    }

    .video-hero h2 {
        color: #fff;
        font-size: 36px
    }

    .video-hero .social-block-news-page ul {
        float: right
    }

    .video-hero .video-centre {
        text-align: center;
        padding: 16px 30px 40px
    }

        .video-hero .video-centre a {
            width: 112px;
            display: inline-block;
            border: 1px solid #9b9b9b;
            border-radius: 25px;
            padding: 6px 0;
            color: #fff
        }

            .video-hero .video-centre a:focus,
            .video-hero .video-centre a:hover {
                text-decoration: none
            }

            .video-hero .video-centre a .fa {
                font-size: 18px;
                margin-left: 5px;
                vertical-align: middle
            }

            .video-hero .video-centre a.youtube {
                margin-right: 10px
            }

            .video-hero .video-centre a:hover {
                background: #fff;
                color: #363636
            }

    .video-hero .ads-styled p {
        padding: 0
    }

    .video-hero a.icon-default {
        color: #fff
    }

.rPad15 {
    padding-right: 15px
}

.team-location-filters {
    padding: 10px 0 0;
    display: inline-block;
    width: 100%
}

    .team-location-filters div.btn {
        width: 50%;
        background: 0 0;
        border: 0;
        float: left;
        position: relative
    }

        .team-location-filters div.btn .fa {
            position: absolute;
            right: 14px;
            top: 14px;
            color: #7d7d7d !important
        }

        .team-location-filters div.btn a {
            padding: 10px 30px 10px 10px;
            width: 99%;
            text-align: left;
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border: 1px solid #DEDEDE;
            background: 0 0;
            margin-right: 3px;
            color: #363636;
            text-overflow: ellipsis;
            overflow: hidden;
            position: relative;
            float: left
        }

            .team-location-filters div.btn a:hover {
                text-decoration: none
            }

        .team-location-filters div.btn:active,
        .team-location-filters div.btn:focus,
        .team-location-filters div.btn:hover {
            background: 0 0;
            color: #363636;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            text-decoration: none
        }

.fixture-header,
.marker.video span,
.premium-marker {
    background-color: #00ab4e
}

.video-header {
    display: block;
    padding: 4px 0 6px;
    margin-bottom: .4em
}

    .video-header img {
        float: right;
        margin-right: 15px
    }

    .video-header h2 {
        margin: 0;
        padding: 0
    }

.row-exclusive-fixture {
    margin-left: -5px;
    margin-right: -5px
}

@media (max-width:767px) {
    .row-exclusive-fixture {
        margin: 0 -15px
    }
}

.fixture-header {
    display: block;
    padding: 4px 0 6px;
    margin-bottom: 11px
}

    .fixture-header.logo {
        padding-left: 7px
    }

    .fixture-header h2 {
        color: #fff;
        margin: 0;
        padding: 0
    }

.video-players a.img-link.img-article-c {
    display: block;
    position: relative
}

.tertiary-image-b a.img-link.img-article-c,
a.img-link {
    display: block;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.icon-video-icon-overlay {
    color: #fff;
    opacity: .5;
    position: absolute;
    z-index: 1
}

    .icon-video-icon-overlay .fa {
        color: #fff;
        margin-right: .2em;
        z-index: 1
    }

.icon-video-text-overlay {
    color: #fff;
    opacity: .5;
    position: absolute;
    z-index: 1
}

.premium-marker {
    color: #fff;
    font-family: industrydemi;
    padding: 4px 1px 0 4px;
    position: absolute;
    right: 1px;
    text-transform: uppercase;
    bottom: 7px;
    z-index: 0
}

.marker {
    border: 4px solid #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

    .marker.video {
        border-color: #00ab4e
    }

    .marker.report {
        border-color: #F68302
    }

        .marker.report span {
            background-color: #F68302
        }

.img-link.video-link:hover,
.img-link:hover,
a.match-report-img:hover {
    background-color: #000
}

.marker span {
    color: #fff;
    font-family: inherit;
    padding: 4px 3px 0 7px;
    position: absolute;
    right: 0;
    font-size: 12px;
    text-transform: uppercase;
    bottom: 0;
    z-index: 9
}

.video-col-no-padding,
.video-feature-key-line {
    padding: 0
}

.img-link.video-link,
a.match-report-img {
    display: block;
    position: relative
}

    a.img-link.img-article-c.video-link:hover .icon-video-icon-overlay,
    a.img-link.img-article-c.video-link:hover .icon-video-text-overlay,
    a.img-link.video-link:hover .icon-video-icon-overlay,
    a.img-link.video-link:hover .icon-video-text-overlay,
    a.match-report-img:hover .icon-video-icon-overlay,
    a.match-report-img:hover .icon-video-text-overlay {
        opacity: 1
    }

    a.img-link.img-article-c.video-link:hover img,
    a.img-link.video-link:hover img,
    a.match-report-img:hover img {
        opacity: .7;
        filter: alpha(opacity=70);
        transition: opacity .35s ease-in-out;
        -moz-transition: opacity .35s ease-in-out;
        -webkit-transition: opacity .35s ease-in-out
    }

.article-b.article-b-video.top-stories-video-a,
.article-b.article-b-video.top-stories-video-b {
    margin-top: 7px
}

.video-row-no-margin {
    margin: 0
}

.secondary-article-text {
    clear: both
}

.news-key-line,
.video-primary-key-line,
.video-secondary-key-line {
    display: none
}

.article-b.article-b-video.top-stories-video-a.exclusive-video .exclusive-video-top img {
    margin-top: 0
}

.video-feature-key-line hr {
    border: none;
    border-bottom: 1px solid rgba(174, 165, 122, 0.25);
    margin: 10px 0
}

.exclusive-two-col-margin {
    margin: 0 10px
}

.video-secondary .video-info .article-latest-news .share {
    padding-top: .5em
}

.video-secondary .video-info .article-latest-news .share-pop-up {
    top: -3.5em
}

.video-related {
    padding-top: 15px
}

.video-top,
.video-top.video-article-b {
    overflow: hidden
}

h3.players-tiles-order {
    margin: .5em 0
}

.row-players-tiles {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 2em
}

    .row-players-tiles .col-lg-1,
    .row-players-tiles .col-lg-10,
    .row-players-tiles .col-lg-11,
    .row-players-tiles .col-lg-12,
    .row-players-tiles .col-lg-2,
    .row-players-tiles .col-lg-3,
    .row-players-tiles .col-lg-4,
    .row-players-tiles .col-lg-5,
    .row-players-tiles .col-lg-6,
    .row-players-tiles .col-lg-7,
    .row-players-tiles .col-lg-8,
    .row-players-tiles .col-lg-9,
    .row-players-tiles .col-md-1,
    .row-players-tiles .col-md-10,
    .row-players-tiles .col-md-11,
    .row-players-tiles .col-md-12,
    .row-players-tiles .col-md-2,
    .row-players-tiles .col-md-3,
    .row-players-tiles .col-md-4,
    .row-players-tiles .col-md-5,
    .row-players-tiles .col-md-6,
    .row-players-tiles .col-md-7,
    .row-players-tiles .col-md-8,
    .row-players-tiles .col-md-9,
    .row-players-tiles .col-sm-1,
    .row-players-tiles .col-sm-10,
    .row-players-tiles .col-sm-11,
    .row-players-tiles .col-sm-12,
    .row-players-tiles .col-sm-2,
    .row-players-tiles .col-sm-3,
    .row-players-tiles .col-sm-4,
    .row-players-tiles .col-sm-5,
    .row-players-tiles .col-sm-6,
    .row-players-tiles .col-sm-7,
    .row-players-tiles .col-sm-8,
    .row-players-tiles .col-sm-9,
    .row-players-tiles .col-xs-1,
    .row-players-tiles .col-xs-10,
    .row-players-tiles .col-xs-11,
    .row-players-tiles .col-xs-12,
    .row-players-tiles .col-xs-2,
    .row-players-tiles .col-xs-3,
    .row-players-tiles .col-xs-4,
    .row-players-tiles .col-xs-5,
    .row-players-tiles .col-xs-6,
    .row-players-tiles .col-xs-7,
    .row-players-tiles .col-xs-8,
    .row-players-tiles .col-xs-9 {
        padding: 0 .25em
    }

.players-tiles {
    display: block;
    width: 100%
}

    .players-tiles .players-tiles-container {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlN2UxZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmNiOWI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-radial-gradient(center, ellipse cover, #e7e1dd 0, #bcb9b5 100%);
        background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #e7e1dd), color-stop(100%, #bcb9b5));
        background: -webkit-radial-gradient(center, ellipse cover, #e7e1dd 0, #bcb9b5 100%);
        background: -o-radial-gradient(center, ellipse cover, #e7e1dd 0, #bcb9b5 100%);
        background: -ms-radial-gradient(center, ellipse cover, #e7e1dd 0, #bcb9b5 100%);
        background: radial-gradient(ellipse at center, #e7e1dd 0, #bcb9b5 100%);
        display: block;
        margin-bottom: 2em;
        position: relative;
        width: 100%
    }

        .players-tiles .players-tiles-container .players-tiles-overlay {
            background-color: #00ab4e;
            display: block;
            padding: .15em .5em .5em;
            position: absolute;
            bottom: -20px;
            width: 100%
        }

            .players-tiles .players-tiles-container .players-tiles-overlay p {
                color: #fff;
                margin: 0
            }

                .players-tiles .players-tiles-container .players-tiles-overlay p.firstname,
                .players-tiles .players-tiles-container .players-tiles-overlay p.lastname {
                    color: #fff;
                    font-family: tablet-gothic-narrow, serif
                }

                .players-tiles .players-tiles-container .players-tiles-overlay p.firstname {
                    font-size: 1.2em;
                    margin: 0
                }

                .players-tiles .players-tiles-container .players-tiles-overlay p.lastname {
                    font-size: 1.6em;
                    margin-top: -0.2em
                }

            .players-tiles .players-tiles-container .players-tiles-overlay .captain {
                background-color: rgba(255, 255, 255, 0.9);
                display: block;
                color: #00ab4e;
                margin: -1.8em -7px 0;
                padding: .2em .5em .1em;
                vertical-align: middle
            }

                .players-tiles .players-tiles-container .players-tiles-overlay .captain p {
                    color: #00ab4e;
                    font-family: tablet-gothic-narrow, serif;
                    float: right;
                    margin-top: -0.18em
                }

        .players-tiles .players-tiles-container:hover img {
            opacity: .5
        }

        .players-tiles .players-tiles-container img {
            padding-top: .5em
        }

    .players-tiles.mobile {
        display: none
    }

        .players-tiles.mobile .col-lg-12.col-md-12.col-sm-12.mobile-no-gutter .row.row-players-tiles #wrapper #scroller .col-lg-3.col-md-3.col-sm-3.players-slide .players-tiles-container:hover img {
            opacity: 1
        }

.players-search .form-control {
    width: 50%;
    height: 40px;
    padding: 6px 12px;
    color: #c9c9c9;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.players-search input[type=text] {
    background-image: url(/cricket/shared/img/search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 96% 53%;
    margin-top: 1em
}

    .players-search input[type=text]:focus {
        border: 1px solid #c9c9c9
    }

hr.form-divider {
    margin-bottom: -0.2em
}

#viewport,
#viewport2 {
    position: relative;
    width: 100%;
    height: 365px;
    margin: 15px auto;
    background: #fff;
    overflow: hidden
}

#wrapper,
#wrapper2 {
    width: 240px;
    height: 365px;
    margin: 0 auto
}

#scroller,
#scroller2 {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    width: 4000px;
    height: 365px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    background-color: #fff
}

.players-slide {
    float: left;
    height: 365px;
    margin-bottom: 0;
    width: 240px
}

th {
    border-bottom: 1px solid #acacac;
    border-top: 1px solid #acacac;
    line-height: 1em;
    vertical-align: bottom
}

tbody tr:nth-child(odd) {
    background: rgba(149, 149, 149, 0.15)
}

tbody tr:nth-child(even) {
    background: rgba(149, 149, 149, 0.05)
}

.account-registration h2 {
    margin-bottom: .7em;
    margin-top: 1.5em
}

.account-registration .form-group.email {
    width: 70%
}

.account-registration .btn-subscribe {
    background-color: #fff;
    border: 1px solid #00ab4e;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #00ab4e;
    padding: .5em 1em;
    vertical-align: middle
}

    .account-registration .btn-subscribe .icon-ca {
        font-size: 1.4em;
        vertical-align: middle
    }

.account-registration .privacy-policy {
    color: #00ab4e
}

.btn {
    padding: 0;
    margin: 0
}

.btn-primary {
    background-color: #00ab4e;
    border: 1px solid #00ab4e;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

    .btn-primary:hover {
        background-color: #959595;
        border: 1px solid #959595
    }

.btn-default {
    border: 1px solid #959595;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.buy-now {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    color: #fff;
    display: inline-block;
    font-family: tablet-gothic-narrow, serif;
    font-size: 1.2em;
    font-weight: 800;
    line-height: 2em;
    padding: .4em 1em .5em;
    text-align: center;
    width: 100%
}

    .buy-now:hover {
        text-decoration: none;
        color: #e6e6e6
    }

    .buy-now:active {
        text-decoration: none;
        color: #d9d9d9
    }

    .buy-now.green {
        background-color: #00ab4e
    }

        .buy-now.green:hover {
            background-color: #009242
        }

        .buy-now.green:active {
            background-color: #007936
        }

    .buy-now.optus-btn,
    .buy-now.optus-btn:hover {
        background-color: #00A3AD
    }

        .buy-now.optus-btn:hover {
            color: #fff
        }

    .buy-now.gray {
        background-color: #959595
    }

        .buy-now.gray:hover {
            background-color: #7c7c7c
        }

        .buy-now.gray:active {
            background-color: #6f6f6f
        }

.disclaimer-subscribe-main {
    margin: 2em 2em 1em
}

    .disclaimer-subscribe-main p {
        color: #636363
    }

.match-report-icon-large {
    background-color: #f37053;
    display: inline-block;
    font-size: 4.8em;
    margin-bottom: .2em;
    padding: 20px 0 6px 8px;
    width: 100%
}

    .match-report-icon-large h4 {
        color: #fff;
        font-size: .31em;
        margin: 6px 0 0
    }

.icon-ca.icon-ca-CA-Icon-Match-Report-Active.match-report-icon-large {
    color: #fff
}

.live-match-panel {
    display: block;
    float: left;
    margin-bottom: 1em;
    margin-top: 1em;
    overflow: hidden;
    padding: 1em;
    width: 100%
}

    .live-match-panel p.match {
        color: #363636;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        margin: 0;
        padding: 0;
        text-align: center
    }

    .live-match-panel .btn-wrapper {
        clear: both;
        display: block;
        text-align: center;
        vertical-align: middle;
        width: 100%
    }

        .live-match-panel .btn-wrapper a {
            border: 1px solid #00ab4e;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            color: #00ab4e;
            display: inline-block;
            font-size: 1.2em;
            margin: 0 .5em;
            padding: 6px 23px 6px 15px;
            vertical-align: middle;
            font-weight: 700
        }

            .live-match-panel .btn-wrapper a:focus,
            .live-match-panel .btn-wrapper a:hover {
                color: #fff;
                text-decoration: none
            }

            .live-match-panel .btn-wrapper a .fa {
                display: inline-block;
                margin-right: 15px
            }

            .live-match-panel .btn-wrapper a.btn-disabled {
                border: 1px solid #959595;
                color: #959595
            }

                .live-match-panel .btn-wrapper a.btn-disabled:hover {
                    background-color: transparent;
                    color: #959595
                }

    .live-match-panel .match-wrapper {
        line-height: 1.42857143;
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 90%
    }

.awards-content ul > li,
.teams-content ul > li {
    line-height: 2em;
    font-weight: 700;
    list-style: none
}

.live-match-panel .match-wrapper .team {
    display: inline-block
}

    .live-match-panel .match-wrapper .team.n01 {
        float: left;
        min-height: 76px;
        padding: 0 30px;
        text-align: center
    }

    .live-match-panel .match-wrapper .team.n02 {
        float: right;
        padding: 0 30px;
        text-align: center
    }

.live-match-panel .match-wrapper .team-wrapper {
    padding-top: 10px;
    vertical-align: middle
}

    .live-match-panel .match-wrapper .team-wrapper p.teamName {
        display: inline-block;
        font-family: bebas_neuebold;
        font-size: 3.5em;
        margin: 0;
        padding: 0;
        vertical-align: middle
    }

        .live-match-panel .match-wrapper .team-wrapper p.teamName.n01 {
            color: #000838
        }

        .live-match-panel .match-wrapper .team-wrapper p.teamName.n02 {
            color: #d2232a
        }

    .live-match-panel .match-wrapper .team-wrapper img {
        border: 1px solid #959595
    }

    .live-match-panel .match-wrapper .team-wrapper .teamLogo {
        display: inline-block
    }

    .live-match-panel .match-wrapper .team-wrapper .teamName {
        display: inline-block;
        font-family: bebas_neuebold;
        font-size: 2.71em;
        margin: 0;
        padding: 0;
        vertical-align: baseline
    }

.awards-content .list-item .bullet,
.teams-content .list-item .bullet {
    color: #fff;
    font-family: tablet-gothic-narrow, serif;
    height: 40px;
    margin-right: 15px
}

.teams-header {
    background-color: #005b7f;
    padding-top: 1em;
    padding-left: .5em;
    padding-bottom: .2em;
    text-align: left
}

    .teams-header span {
        color: #fff;
        font-family: tablet-gothic-narrow, serif;
        font-size: 3em;
        padding-left: .1em
    }

.teams-content {
    padding-left: 5px;
    padding-top: 14px;
    text-align: left
}

    .teams-content.wide {
        padding-top: 2px
    }

    .teams-content div {
        display: inline-block;
        vertical-align: middle
    }

    .teams-content ul {
        padding-left: 0
    }

        .teams-content ul li:nth-child(2) span.bullet {
            opacity: .9
        }

        .teams-content ul li:nth-child(3) span.bullet {
            opacity: .8
        }

        .teams-content ul li:nth-child(4) span.bullet {
            opacity: .7
        }

        .teams-content ul li:nth-child(5) span.bullet {
            opacity: .6
        }

        .teams-content ul > li {
            text-align: left;
            padding-top: .5em
        }

    .teams-content .list-item {
        vertical-align: middle;
        padding: 0 0 15px;
        display: block
    }

        .teams-content .list-item .bullet {
            background-color: #005b7f;
            display: inline-block;
            font-size: 28px;
            padding-top: 0;
            text-align: center;
            width: 40px
        }

        .teams-content .list-item .item {
            padding-left: 0;
            text-align: left;
            width: 76%
        }

            .teams-content .list-item .item h3.plus {
                display: inline-block;
                font-size: 18px;
                word-wrap: break-word
            }

.awards-header {
    background-color: #959595;
    padding-top: 1em;
    padding-left: .5em;
    padding-bottom: .2em;
    text-align: left
}

    .awards-header span {
        color: #fff;
        font-family: tablet-gothic-narrow, serif;
        font-size: 3em;
        padding-left: .1em
    }

.awards-content {
    padding-left: 5px;
    padding-top: 14px;
    text-align: left
}

    .awards-content.wide {
        padding-top: 2px
    }

    .awards-content div {
        display: inline-block;
        vertical-align: middle
    }

    .awards-content ul {
        padding-left: 0
    }

        .awards-content ul li:nth-child(2) span.bullet {
            opacity: .9
        }

        .awards-content ul li:nth-child(3) span.bullet {
            opacity: .8
        }

        .awards-content ul li:nth-child(4) span.bullet {
            opacity: .7
        }

        .awards-content ul li:nth-child(5) span.bullet {
            opacity: .6
        }

        .awards-content ul > li {
            text-align: left;
            padding-top: .5em
        }

    .awards-content .list-item {
        vertical-align: middle;
        padding: 0 0 15px;
        display: block
    }

        .awards-content .list-item .bullet {
            background-color: #959595;
            display: inline-block;
            font-size: 28px;
            padding-top: 0;
            text-align: center;
            width: 40px
        }

        .awards-content .list-item .item {
            padding-left: 0;
            text-align: left;
            width: 76%
        }

            .awards-content .list-item .item h3.plus {
                display: inline-block;
                font-size: 18px;
                word-wrap: break-word
            }

                .awards-content .list-item .item h3.plus a > span {
                    color: #959595
                }

.awards-header,
.teams-header {
    margin-top: 2em
}

.awards-content,
.teams-content {
    margin-bottom: 1em
}

.player-stats {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

    .player-stats .nav-tabs {
        border-bottom: none
    }

        .player-stats .nav-tabs > li {
            margin-bottom: 0
        }

            .player-stats .nav-tabs > li.mobile {
                display: none
            }

            .player-stats .nav-tabs > li a {
                border: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                color: #b7b7b7;
                font-family: Arial;
                font-size: 1.1em;
                margin: 0;
                padding: .25em 2.2em
            }

            .player-stats .nav-tabs > li.active > a {
                background-color: #a5a29b;
                border: none;
                color: #fff
            }

    .player-stats .player-physical-bio {
        padding-right: .5em
    }

        .player-stats .player-cricket-bio .col-padding-right,
        .player-stats .player-physical-bio .col-padding-right {
            padding: .5em
        }

        .player-stats .player-cricket-bio .stats-header,
        .player-stats .player-physical-bio .stats-header {
            background-color: #363636;
            color: #fff;
            font-size: .9em;
            height: 25px;
            padding: 4px 0 0 10px
        }

            .player-stats .player-cricket-bio .stats-header.tab,
            .player-stats .player-physical-bio .stats-header.tab {
                padding-left: 10px
            }

            .player-stats .player-cricket-bio .stats-header p,
            .player-stats .player-physical-bio .stats-header p {
                color: #fff
            }

        .player-stats .player-cricket-bio .stats-container,
        .player-stats .player-physical-bio .stats-container {
            background-color: rgba(255, 255, 255, 0.6);
            color: #363636;
            font-family: bebas_neuebold;
            font-size: 2em;
            height: 50px;
            padding-left: 10px;
            padding-top: 5px
        }

            .player-stats .player-cricket-bio .stats-container span,
            .player-stats .player-physical-bio .stats-container span {
                font-size: .5em
            }

                .player-stats .player-cricket-bio .stats-container span.superscript,
                .player-stats .player-physical-bio .stats-container span.superscript {
                    vertical-align: text-top
                }

            .player-stats .player-cricket-bio .stats-container .location-text,
            .player-stats .player-physical-bio .stats-container .location-text {
                height: 3.3em
            }

                .player-stats .player-cricket-bio .stats-container .location-text p,
                .player-stats .player-physical-bio .stats-container .location-text p {
                    font-family: bebas_neuebold
                }

        .player-stats .player-cricket-bio .player-sharing,
        .player-stats .player-physical-bio .player-sharing {
            height: 89px;
            line-height: 89px;
            vertical-align: middle
        }

            .player-stats .player-cricket-bio .player-sharing a:hover,
            .player-stats .player-physical-bio .player-sharing a:hover {
                text-decoration: none
            }

                .player-stats .player-cricket-bio .player-sharing a:hover .fa-twitter,
                .player-stats .player-physical-bio .player-sharing a:hover .fa-twitter {
                    color: #0896e8
                }

        .player-stats .player-cricket-bio .local-club-col,
        .player-stats .player-physical-bio .local-club-col {
            display: inline-block;
            float: left;
            width: 48%
        }

            .player-stats .player-cricket-bio .local-club-col p,
            .player-stats .player-physical-bio .local-club-col p {
                font-family: bebas_neuebold;
                text-align: center
            }

            .player-stats .player-cricket-bio .local-club-col .location-text,
            .player-stats .player-physical-bio .local-club-col .location-text {
                height: 3.3em
            }

            .player-stats .player-cricket-bio .local-club-col .img-centered,
            .player-stats .player-physical-bio .local-club-col .img-centered {
                margin: 0 auto;
                width: 69px
            }

            .player-stats .player-cricket-bio .local-club-col .my-cricket-logo-link,
            .player-stats .player-physical-bio .local-club-col .my-cricket-logo-link {
                display: block;
                padding-top: 8px;
                text-align: center
            }

    .player-stats .player-cricket-bio .stats-container {
        font-size: .9em;
        height: 103px;
        padding-bottom: 1em;
        padding-right: 15px;
        padding-top: .5em
    }

        .player-stats .player-cricket-bio .stats-container img {
            width: initial
        }

    .player-stats .tab-content {
        margin: 0
    }

        .player-stats .tab-content .tab-pane .tab-content-wrapper {
            background-size: cover;
            display: block;
            height: 400px;
            margin: 0;
            overflow: hidden;
            padding: 0;
            position: relative;
            width: 100%
        }

            .player-stats .tab-content .tab-pane .tab-content-wrapper .player-img {
                right: 117px;
                position: absolute;
                width: 240px;
                bottom: 0
            }

            .player-stats .tab-content .tab-pane .tab-content-wrapper .shield-player-name {
                display: inline-block;
                margin: 2em 2em 2em 1.5em;
                vertical-align: top
            }

                .player-stats .tab-content .tab-pane .tab-content-wrapper .shield-player-name img {
                    margin-right: 1em;
                    padding-top: .25em;
                    vertical-align: top;
                    width: 70px
                }

                .player-stats .tab-content .tab-pane .tab-content-wrapper .shield-player-name .player-name {
                    display: inline-block;
                    font-family: tablet-gothic-narrow, serif;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 1.4;
                    margin: 0;
                    vertical-align: middle
                }

                    .player-stats .tab-content .tab-pane .tab-content-wrapper .shield-player-name .player-name span {
                        display: block
                    }

                        .player-stats .tab-content .tab-pane .tab-content-wrapper .shield-player-name .player-name span:nth-of-type(1) {
                            font-size: 2em;
                            line-height: .9em
                        }

                        .player-stats .tab-content .tab-pane .tab-content-wrapper .shield-player-name .player-name span:nth-of-type(2) {
                            font-size: 2.8em;
                            line-height: .9em
                        }

            .player-stats .tab-content .tab-pane .tab-content-wrapper .stats-tiles-wrapper {
                position: absolute;
                top: 0;
                right: 0;
                width: 150px
            }

                .player-stats .tab-content .tab-pane .tab-content-wrapper .stats-tiles-wrapper .stats-tiles.second {
                    margin-top: 1em
                }

                .player-stats .tab-content .tab-pane .tab-content-wrapper .stats-tiles-wrapper .stats-tiles .stats-header {
                    background-color: #363636;
                    color: #fff;
                    font-size: 1em;
                    height: 25px;
                    padding: 3px 0 0 15px
                }

                    .player-stats .tab-content .tab-pane .tab-content-wrapper .stats-tiles-wrapper .stats-tiles .stats-header.tab {
                        padding-left: 10px
                    }

                    .player-stats .tab-content .tab-pane .tab-content-wrapper .stats-tiles-wrapper .stats-tiles .stats-header p {
                        color: #fff
                    }

                .player-stats .tab-content .tab-pane .tab-content-wrapper .stats-tiles-wrapper .stats-tiles .stats-container.tab {
                    background-color: rgba(255, 255, 255, 0.4);
                    color: #007c38;
                    font-family: bebas_neuebold;
                    font-size: 5em;
                    line-height: 1em;
                    padding-left: 10px
                }

                .player-stats .tab-content .tab-pane .tab-content-wrapper .stats-tiles-wrapper .stats-tiles .stats-container.strike-rate-average {
                    background-color: rgba(255, 255, 255, 0.4);
                    font-family: bebas_neuebold;
                    font-size: 2em;
                    padding-left: 10px
                }

        .player-stats .tab-content .tab-pane .player-type-wrapper {
            width: 250px
        }

        .player-stats .tab-content .tab-pane .player-facts-wrapper {
            background-color: rgba(255, 255, 255, 0.4);
            width: 250px
        }

        .player-stats .tab-content .tab-pane .player-facts-wrapper,
        .player-stats .tab-content .tab-pane .player-type-wrapper {
            padding: .7em 1.5em;
            position: relative;
            z-index: 3
        }

            .player-stats .tab-content .tab-pane .player-facts-wrapper p,
            .player-stats .tab-content .tab-pane .player-type-wrapper p {
                margin: 0;
                padding: 0
            }

                .player-stats .tab-content .tab-pane .player-facts-wrapper p.player-type,
                .player-stats .tab-content .tab-pane .player-type-wrapper p.player-type {
                    font-family: tablet-gothic-narrow, serif;
                    font-size: 1.2em;
                    margin-bottom: .1em
                }

    .player-stats .stats-wrapper .stats-header {
        background-color: #363636;
        color: #fff;
        font-size: .9em;
        height: 25px;
        padding: 4px 0 0 10px
    }

        .player-stats .stats-wrapper .stats-header.tab {
            padding-left: 10px
        }

        .player-stats .stats-wrapper .stats-header p {
            color: #fff
        }

    .player-stats .stats-wrapper .stats-container {
        background-color: rgba(255, 255, 255, 0.6);
        color: #363636;
        font-family: bebas_neuebold;
        font-size: 2em;
        padding-left: 10px
    }

        .player-stats .stats-wrapper .stats-container span {
            font-size: .5em
        }

            .player-stats .stats-wrapper .stats-container span.superscript {
                vertical-align: super
            }

        .player-stats .stats-wrapper .stats-container p {
            font-family: bebas_neuebold;
            font-size: 1em;
            margin: 0
        }

.player-info-mobile .player-type-wrapper p.player-type,
.row.secondary .heading-secondary,
.series-h2h a span.series-result,
.series-page-header .series-name p {
    font-family: tablet-gothic-narrow, serif
}

.player-stats .stats-wrapper .stats-container.icons .icon-controller {
    border: 1px solid #363636;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    font-size: .8em;
    height: 35px;
    text-align: center;
    width: 35px
}

    .player-stats .stats-wrapper .stats-container.icons .icon-controller .fa {
        color: #363636;
        padding-top: .3em
    }

.player-stats .stats-wrapper .stats-container.icons .stats-inner-wrapper {
    float: left;
    margin: -0.1em 0 -0.3em
}

    .player-stats .stats-wrapper .stats-container.icons .stats-inner-wrapper div:nth-child(1) {
        float: left;
        margin: -0.1em 0 -0.4em;
        width: 50%
    }

    .player-stats .stats-wrapper .stats-container.icons .stats-inner-wrapper .vs {
        float: left;
        font-size: .5em
    }

.player-stats .stats-wrapper .stats-container.icons .match-report {
    float: right;
    padding-right: .3em
}

.player-stats .general-stats {
    padding-top: 2em
}

    .player-stats .general-stats .icon-ca-CA-Icon-Like-Default:before,
    .player-stats .general-stats .icon-ca-CA-Icon-Share-Default:before {
        background-color: #fff;
        border-radius: 50px
    }

    .player-stats .general-stats .player-sharing .share-pop-up {
        line-height: 1.4;
        top: -1.8em
    }

    .player-stats .general-stats .share {
        height: 89px;
        padding-top: .5em
    }

        .player-stats .general-stats .share .btn {
            background-color: transparent !important
        }

.player-stats .row {
    margin: 0 0 2em
}

.player-stats .video-players .row {
    margin: 0 -15px
}

.player-stats .row.row-background-color.player-cricket-bio p,
.player-stats .video-players .row-exclusive {
    margin: 0
}

.player-stats .row-background-color {
    background-color: #eee
}

.player-stats .row.row-background-color.player-cricket-bio {
    margin-bottom: 0
}

.player-stats .player-share-column {
    color: #363636;
    font-size: 1.4em;
    vertical-align: middle
}

    .player-stats .player-share-column .fa-twitter {
        color: #c8c4c0
    }

    .player-stats .player-share-column:hover {
        color: #000
    }

.player-stats .col-no-padding {
    padding: 0
}

.player-stats .recent-matches table > tbody > tr > td:nth-last-child(1) {
    text-align: center
}

    .player-stats .recent-matches table > tbody > tr > td:nth-last-child(1) span {
        border: 1px solid #363636;
        border-radius: 65%;
        color: #363636;
        font-size: 1.5em;
        padding: 4px
    }

.row.row-player-ad-opsm {
    display: none;
    margin: 1em auto -2em;
    text-align: center
}

.col-lg-12.col-push-opsm-ad {
    margin-top: 1em;
    margin-bottom: 2em
}

.row.row-no-player-no-margin {
    margin: 0 auto -1em
}

.player-info-mobile {
    display: none;
    padding-top: 1em
}

    .player-info-mobile .player-type-wrapper {
        display: inline-block;
        overflow: hidden
    }

        .player-info-mobile .player-type-wrapper p.player-type {
            font-size: 1.2em;
            margin-bottom: .1em;
            text-transform: uppercase
        }

.panel.panel-default.panel-bio {
    margin-bottom: 2em
}

.accordion-stats .panel,
.accordion-stats .panel-group .panel {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

    .accordion-stats .panel-group .panel.panel-default {
        border: 1px solid #ccc;
        margin-bottom: 0;
        margin-top: 0
    }

    .accordion-stats .panel-group .panel .panel-heading {
        background-color: #f0eeec;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        display: block;
        width: 100%
    }

        .accordion-stats .panel-group .panel .panel-heading span {
            float: right
        }

            .accordion-stats .panel-group .panel .panel-heading span .fa {
                color: #c8c4c0
            }

            .accordion-stats .panel-group .panel .panel-heading span i:before {
                color: #c8c4c0;
                content: "\f0d7"
            }

        .accordion-stats .panel-group .panel .panel-heading.collapsed span i:before {
            content: "\f0da"
        }

        .accordion-stats .panel-group .panel .panel-heading:hover {
            text-decoration: none
        }

    .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats {
        background-color: #f0eeec;
        padding: 0
    }

        .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .row {
            margin: 0;
            padding: 0
        }

            .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .row.row-odd {
                padding-top: 1em
            }

        .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .stats-wrapper .stats-header {
            height: 25px
        }

        .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .stats-wrapper .stats-container {
            height: 50px;
            padding-top: 5px
        }

            .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .stats-wrapper .stats-container .wrapper1 div:nth-child(1) {
                float: left
            }

            .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .stats-wrapper .stats-container .wrapper1 .counter-wrapper {
                color: #f10505;
                float: left;
                line-height: 1;
                margin-top: -0.4em;
                text-align: center;
                width: 30px
            }

                .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .stats-wrapper .stats-container .wrapper1 .counter-wrapper div {
                    font-size: .8em;
                    margin-top: -0.1em
                }

            .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .stats-wrapper .stats-container .wrapper1 .fa {
                font-size: 2em
            }

            .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .stats-wrapper .stats-container .wrapper2 {
                float: right;
                margin-top: -0.2em;
                padding-right: 1em
            }

                .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .stats-wrapper .stats-container .wrapper2 div {
                    display: inline-block
                }

                    .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .stats-wrapper .stats-container .wrapper2 div.inner-wrapper {
                        font-size: .5em;
                        padding-top: .7em
                    }

                    .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .stats-wrapper .stats-container .wrapper2 div div {
                        display: block;
                        line-height: 1
                    }

                    .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .stats-wrapper .stats-container .wrapper2 div.ranking {
                        margin-top: -0.1em
                    }

    .accordion-stats .panel-group .panel .panel-collapse .panel-body .col-padding-right {
        padding: .5em
    }

        .accordion-stats .panel-group .panel .panel-collapse .panel-body .col-padding-right.col-end {
            padding-right: 0
        }

    .accordion-stats .panel-group .panel .panel-collapse .panel-body .no-padding-top {
        padding-top: 0
    }

.row.secondary .heading-secondary {
    color: #363636;
    display: block;
    font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 1em;
    padding: 1em 0 .5em 1em;
    width: 100%
}

.user-profile {
    padding-bottom: 2em
}

    .user-profile .vertical-line {
        border-right: 1px solid rgba(174, 165, 122, 0.25)
    }

    .user-profile label {
        color: #b7b7b7;
        font-size: .75em;
        margin-bottom: 0;
        margin-top: 15px
    }

    .user-profile p {
        font-size: 1.4em
    }

        .user-profile p.description,
        .user-profile p.normal {
            font-size: 1em;
            word-break: normal
        }

        .user-profile p.normal {
            padding-bottom: 15px
        }

            .user-profile p.normal a {
                color: #005b7f
            }

                .user-profile p.normal a:hover {
                    text-decoration: underline
                }

        .user-profile p .fa-check {
            color: #00ab4e;
            font-size: .9em;
            margin-right: .4em
        }

        .user-profile p .fa-times {
            color: #e78b04;
            font-size: .9em;
            margin-right: .4em
        }

    .user-profile .button {
        background-color: #00ab4e;
        border: 1px solid rgba(0, 171, 78, 0.5);
        border-radius: 45px;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding: .5em 0;
        text-align: center;
        width: 60%
    }

        .user-profile .button:hover {
            background-color: #007c38;
            border: 1px solid rgba(255, 255, 255, 0.5);
            color: #fff;
            text-decoration: none
        }

        .user-profile .button.logout {
            background-color: #c9c9c9;
            border: 1px solid #c9c9c9;
            color: #fff;
            margin-top: .5em
        }

            .user-profile .button.logout:hover {
                background-color: #acacac;
                color: #fff;
                text-decoration: none
            }

    .user-profile #view-options {
        margin-top: 15px
    }

    .user-profile .subscription-packages .packages {
        border: none;
        width: 100%
    }

        .user-profile .subscription-packages .packages .sections .package {
            padding: 15px 0 0
        }

            .user-profile .subscription-packages .packages .sections .package ul li div {
                font-size: 14px
            }

            .user-profile .subscription-packages .packages .sections .package ul li:nth-child(1) {
                border-top: 1px solid #d2d2d2
            }

    .user-profile .icon-ca-CA-Icon-Subscribe-Default {
        font-size: 17px;
        vertical-align: middle
    }

.row-series-tiles {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 2em
}

    .row-series-tiles .col-lg-1,
    .row-series-tiles .col-lg-10,
    .row-series-tiles .col-lg-11,
    .row-series-tiles .col-lg-12,
    .row-series-tiles .col-lg-2,
    .row-series-tiles .col-lg-3,
    .row-series-tiles .col-lg-4,
    .row-series-tiles .col-lg-5,
    .row-series-tiles .col-lg-6,
    .row-series-tiles .col-lg-7,
    .row-series-tiles .col-lg-8,
    .row-series-tiles .col-lg-9,
    .row-series-tiles .col-md-1,
    .row-series-tiles .col-md-10,
    .row-series-tiles .col-md-11,
    .row-series-tiles .col-md-12,
    .row-series-tiles .col-md-2,
    .row-series-tiles .col-md-3,
    .row-series-tiles .col-md-4,
    .row-series-tiles .col-md-5,
    .row-series-tiles .col-md-6,
    .row-series-tiles .col-md-7,
    .row-series-tiles .col-md-8,
    .row-series-tiles .col-md-9,
    .row-series-tiles .col-sm-1,
    .row-series-tiles .col-sm-10,
    .row-series-tiles .col-sm-11,
    .row-series-tiles .col-sm-12,
    .row-series-tiles .col-sm-2,
    .row-series-tiles .col-sm-3,
    .row-series-tiles .col-sm-4,
    .row-series-tiles .col-sm-5,
    .row-series-tiles .col-sm-6,
    .row-series-tiles .col-sm-7,
    .row-series-tiles .col-sm-8,
    .row-series-tiles .col-sm-9,
    .row-series-tiles .col-xs-1,
    .row-series-tiles .col-xs-10,
    .row-series-tiles .col-xs-11,
    .row-series-tiles .col-xs-12,
    .row-series-tiles .col-xs-2,
    .row-series-tiles .col-xs-3,
    .row-series-tiles .col-xs-4,
    .row-series-tiles .col-xs-5,
    .row-series-tiles .col-xs-6,
    .row-series-tiles .col-xs-7,
    .row-series-tiles .col-xs-8,
    .row-series-tiles .col-xs-9 {
        padding: 0 .25em
    }

.series-tiles {
    display: block;
    width: 100%
}

    .series-tiles .series-tiles-container {
        background-color: #f7f7f7;
        box-sizing: border-box;
        display: block;
        height: 18em;
        margin-bottom: 1em;
        position: relative;
        text-align: center;
        width: 100%
    }

        .series-tiles .series-tiles-container .series-tiles-overlay {
            background-color: #00ab4e;
            bottom: 0;
            display: block;
            height: 5em;
            padding: .3em .5em .5em;
            position: absolute;
            text-align: left;
            width: 100%
        }

            .series-tiles .series-tiles-container .series-tiles-overlay p {
                color: #fff;
                font-size: 12px;
                margin: 0;
                text-transform: uppercase
            }

                .series-tiles .series-tiles-container .series-tiles-overlay p.series {
                    color: #fff;
                    font-family: tablet-gothic-narrow, serif;
                    font-size: 1.2em;
                    text-transform: none
                }

.series-h2h a span,
.series-page-header .series-name p:nth-of-type(1) {
    text-transform: uppercase
}

.series-tiles .series-tiles-container .series-tiles-overlay .status {
    background-color: #009242;
    color: #fff;
    display: block;
    font-size: 12px;
    left: 0;
    margin: 0;
    padding: .2em .6em;
    position: absolute;
    text-transform: uppercase;
    top: -20px;
    width: 100%
}

.series-tiles .series-tiles-container:hover img {
    opacity: .5
}

.series-tiles .series-tiles-container img {
    padding: 1.3em 0;
    width: 140px
}

.series-tiles.mobile {
    display: none
}

    .series-tiles.mobile .col-lg-12.col-md-12.col-sm-12.mobile-no-gutter .row.row-series-tiles #wrapper #scroller .col-lg-3.col-md-3.col-sm-3.series-slide .series-tiles-container:hover img {
        opacity: 1
    }

.live-match-panel.completed .match-wrapper .team-wrapper.lose,
.live-match-panel.today .match-wrapper .team-wrapper.lose,
.live-match-panel.upcoming .match-wrapper .team-wrapper.lose {
    opacity: .6
}

.series-slide {
    float: left;
    height: 365px;
    margin-bottom: 0;
    width: 240px
}

.ad-bg-color,
.ad-bg-container {
    height: 100%;
    width: 100%;
    background-color: #e8e9e3
}

.ad-bg-container {
    position: fixed;
    top: 0;
    z-index: -1
}

.left-side-link,
.right-side-link {
    display: block;
    height: 1000px;
    position: fixed;
    z-index: 3
}

.right-side-link {
    right: 0
}

.ad-container {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1339px;
    z-index: 0
}

.content-container {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2
}

.white-bg {
    background: #fff;
    padding-top: 1em
}

.container {
    box-sizing: border-box
}

.sidebar-ads {
    position: absolute;
    width: 100%;
    z-index: 0
}

.element-300x125,
.follow-us-section .full-img img {
    width: 300px;
    height: 125px
}

.left-banner {
    float: left
}

.right-banner {
    float: right
}

.element-300x125 {
    overflow: hidden
}

.follow-us-section .half-img img {
    width: 150px;
    height: 125px
}

.follow-us-section .one-third-img img {
    width: 100px;
    height: 125px
}

[class*=block-grid-] > li {
    list-style: none;
    display: inline;
    float: left;
    height: auto;
    padding: 0 .2em 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

[class*=block-grid-] {
    list-style: none;
    display: block;
    margin: 0 -0.625em;
    padding: 0
}

    [class*=block-grid-]:after {
        clear: both
    }

    [class*=block-grid-]:after,
    [class*=block-grid-]:before {
        content: " ";
        display: table
    }

.large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both
}

.large-block-grid-2 > li {
    padding: 0 .625em .25em;
    width: 50%
}

.large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both
}

.large-block-grid-3 > li {
    padding: 0 .625em 1.25em;
    width: 33.33%
}

.large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both
}

.large-block-grid-4 > li {
    padding: 0 .625em 1.25em;
    width: 25%
}

.large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both
}

.large-block-grid-5 > li {
    padding: 0 .625em 1.25em;
    width: 20%
}

.large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both
}

.large-block-grid-6 > li {
    padding: 0 .625em 1.25em;
    width: 16.6%
}

.large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both
}

.large-block-grid-7 > li {
    padding: 0 0 .25em;
    width: 14.15%
}

.large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both
}

.large-block-grid-10 > li {
    padding: 0 .2em 1.25em;
    width: 10%
}

.standings {
    color: #363636
}

.row-series-headers {
    margin: 0
}

    .row-series-headers .series-header h2 {
        font-size: 24px;
        margin: 0;
        padding: 1em 0 .15em
    }

    .row-series-headers hr {
        border-top: 1px solid #acacac;
        margin: 0 0 .5em;
        width: 100%
    }

    .row-series-headers.teams hr {
        margin-bottom: .7em
    }

.series-page-header {
    margin-bottom: 2em;
    vertical-align: middle
}

    .series-page-header .series-logo {
        display: inline-block;
        float: left;
        margin-right: 1em;
        vertical-align: middle
    }

        .series-page-header .series-logo img {
            display: inline-block;
            width: 60px
        }

    .series-page-header .series-name {
        display: inline-block;
        float: left;
        vertical-align: middle;
        width: 70%
    }

        .series-page-header .series-name p {
            margin: 0
        }

        .series-page-header .series-name h1 {
            margin: -0.1em 0 .1em
        }

.series-winner {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 1em;
    padding: .5em;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

    .series-winner .img-wrapper {
        display: inline-block
    }

        .series-winner .img-wrapper img {
            margin-right: .3em;
            width: auto
        }

    .series-winner .info-wrapper {
        display: inline-block;
        height: auto;
        text-align: left;
        vertical-align: middle
    }

        .series-winner .info-wrapper h3 {
            color: #fff
        }

.series-h2h a {
    display: block
}

    .series-h2h a:focus,
    .series-h2h a:hover {
        text-decoration: none
    }

    .series-h2h a.panel-heading {
        padding: 0
    }

    .series-h2h a.collapsed {
        border-bottom: 1px solid #ccc;
        margin-bottom: .3em
    }

        .series-h2h a.collapsed .fa-minus:before {
            content: '\f067'
        }

.live-match-panel.completed .btn-wrapper a:hover .ca-fixture-arrow-default:before,
.live-match-panel.today .btn-wrapper a:hover .ca-fixture-arrow-default:before {
    content: "\e608"
}

.series-h2h a span {
    background-color: #00ab4e;
    color: #fff;
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    padding: 11px 0 9px 15px;
    width: 10%
}

    .series-h2h a span.series-result {
        background-color: #002776;
        font-size: 1.2em;
        padding: 5px 0 10px;
        text-align: center;
        text-transform: none;
        width: 90%
    }

    .series-h2h a span .fa {
        color: #fff;
        float: right;
        padding-right: 10px;
        padding-top: 6px
    }

.series-h2h a .fa {
    color: #ccc;
    float: right;
    padding-right: 10px;
    padding-top: 12px
}

.series-h2h .panel-group .panel-heading {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

    .series-h2h .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 0
    }

.series-h2h .panel-group .panel {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.series-h2h .panel-body {
    padding: 0
}

.series-h2h .series-count {
    background-color: #f7f7f7;
    display: inline-block;
    margin-bottom: .5em;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

    .series-h2h .series-count .wrapper {
        display: inline-block;
        margin: 0 auto;
        vertical-align: middle
    }

        .series-h2h .series-count .wrapper img {
            margin: 0 .1em;
            width: 40px
        }

        .series-h2h .series-count .wrapper .team {
            display: inline-block;
            font-family: bebas_neuebold;
            font-size: 2.5em;
            margin: 0 .1em;
            vertical-align: middle
        }

        .series-h2h .series-count .wrapper .count {
            color: #fff;
            display: inline-block;
            font-family: bebas_neuebold;
            font-size: 4em;
            vertical-align: middle
        }

            .series-h2h .series-count .wrapper .count .day {
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                margin: 0 .1em;
                padding: .1em .3em
            }

.btn-back-to-series {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 1em;
    text-align: left
}

    .btn-back-to-series a {
        color: #959595;
        cursor: pointer;
        font-weight: 700
    }

        .btn-back-to-series a:hover {
            color: #948c68;
            text-decoration: none
        }

    .btn-back-to-series .fa {
        margin-right: .35em
    }

    .btn-back-to-series .ca-fixture {
        margin-right: .25em;
        vertical-align: middle
    }

.row.row-players-tiles .players-tiles-container.teams:hover .players-tiles-overlay.teams .player-stats {
    display: block
}

.row.row-players-tiles .players-tiles-container.teams .players-tiles-overlay .player-stats {
    display: none;
    line-height: 1.2em;
    padding-top: .4em
}

.row.row-players-tiles .players-tiles-container.teams .players-tiles-overlay.teams {
    height: 77px;
    overflow: hidden
}

    .row.row-players-tiles .players-tiles-container.teams .players-tiles-overlay.teams.t01 {
        background-color: #002776
    }

    .row.row-players-tiles .players-tiles-container.teams .players-tiles-overlay.teams.t02 {
        background-color: #d60818
    }

.teams-competing {
    margin-top: 2em
}

    .teams-competing img {
        display: inline;
        height: 40px;
        width: 62px
    }

.live-match-panel.completed .match-wrapper .fix-logo img,
.live-match-panel.today .match-wrapper .fix-logo img {
    height: 100%
}

.teams-competing .teams-container {
    background-color: #f7f7f7;
    padding-top: 1em;
    text-align: center
}

    .teams-competing .teams-container div {
        display: inline-block;
        font-family: bebas_neuebold;
        font-size: 2em;
        padding: 0 5px;
        text-align: center
    }

        .teams-competing .teams-container div .aus-colors {
            color: #204286
        }

        .teams-competing .teams-container div .eng-colors {
            color: #D60818
        }

        .teams-competing .teams-container div .sri-colors {
            color: #A51F3A
        }

        .teams-competing .teams-container div .ind-colors {
            color: #00A2E8
        }

        .teams-competing .teams-container div .bng-colors {
            color: #006A4E
        }

        .teams-competing .teams-container div .nz-colors {
            color: #002776
        }

        .teams-competing .teams-container div .afg-colors {
            color: #090
        }

        .teams-competing .teams-container div .sct-colors {
            color: #0065BD
        }

.live-match-panel .live-now-soon {
    color: #fff;
    font-family: Arial, sans-serif;
    position: absolute;
    right: 15px;
    top: -7px;
    text-align: center;
    text-transform: uppercase;
    width: 100px
}

    .live-match-panel .live-now-soon.live {
        background-color: #00ab4e
    }

    .live-match-panel .live-now-soon.soon {
        background-color: #959595
    }

.live-match-panel:hover {
    cursor: pointer
}

.cricket-schedule p {
    padding: 0
}

.cricket-schedule ul.nav-tabs li {
    background: #F4F4F4;
    float: left
}

    .cricket-schedule ul.nav-tabs li.active a {
        background: #fff;
        color: #00ab4e;
        font-weight: 700
    }

    .cricket-schedule ul.nav-tabs li a .badge {
        background: #f0971f;
        font-size: 9px;
        font-weight: 700;
        padding: 6px 8px 4px;
        position: absolute;
        right: -20px;
        top: -8px
    }

.cricket-schedule ul li > a,
.cricket-schedule ul li > a:hover {
    border-color: #eee #eee #ddd;
    border-radius: 0;
    color: #000;
    text-decoration: none
}

.cricket-schedule ul.nav-tabs {
    margin: 0;
    padding: 30px 15px 0
}

    .cricket-schedule ul.nav-tabs li {
        margin: 0 0 -1px;
        width: 154px
    }

.cricket-schedule ul {
    margin: 0;
    padding: 1.5em 0
}

    .cricket-schedule ul li {
        display: inline-block;
        margin: 0 1%
    }

        .cricket-schedule ul li a {
            color: #004e21;
            position: relative;
            text-align: center;
            margin-right: 0
        }

            .cricket-schedule ul li a:hover {
                color: #000;
                text-decoration: none
            }

.filter-section {
    overflow: visible
}

    .filter-section ul li > a,
    .filter-section ul li > a:hover {
        border-color: #eee #eee #ddd;
        border-radius: 0;
        color: #000;
        text-decoration: none
    }

    .filter-section ul.nav-tabs {
        padding: 30px 15px 0
    }

        .filter-section ul.nav-tabs li {
            margin: 0 0 -1px;
            width: 154px
        }

    .filter-section ul {
        margin: 0;
        padding: 1.5em 0
    }

        .filter-section ul li {
            display: inline-block;
            margin: 0 1%
        }

            .filter-section ul li a {
                color: #004e21;
                position: relative;
                text-align: center;
                margin-right: 0
            }

                .filter-section ul li a:hover {
                    color: #000;
                    text-decoration: none
                }

    .filter-section.dropdown {
        padding: .5em 0 .3em
    }

.row-style {
    border-top: 1px solid rgba(149, 149, 149, 0.3);
    margin: 0
}

    .row-style.today {
        border-top: 1px solid #00ab4e;
        margin: 0
    }

.completed,
.upcoming {
    background-color: #fff
}

.live-match-panel.completed {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

    .live-match-panel.completed p.match-result {
        color: #363636;
        font-weight: 700;
        margin: 0;
        padding: 10px 0 10px 10px;
        text-align: left
    }

    .live-match-panel.completed p.match-date {
        color: #363636;
        font-weight: 700;
        margin: 0;
        padding: 19px 0 10px;
        text-align: left
    }

        .live-match-panel.completed p.match-date span {
            font-size: .8em;
            font-weight: 400
        }

    .live-match-panel.completed p.match-header {
        font-size: 14px;
        font-weight: 700;
        padding: 19px 15px 10px;
        text-align: center
    }

        .live-match-panel.completed p.match-header.live {
            color: #00ab4e
        }

        .live-match-panel.completed p.match-header.live-today {
            color: #959595
        }

        .live-match-panel.completed p.match-header:hover {
            text-decoration: none
        }

    .live-match-panel.completed div.match-details {
        padding-bottom: 25px;
        padding-left: 0;
        padding-top: 16px
    }

        .live-match-panel.completed div.match-details p {
            color: #959595;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.4em
        }

        .live-match-panel.completed div.match-details span {
            font-size: .8em
        }

    .live-match-panel.completed p.match {
        color: #363636;
        font-weight: 700;
        margin: 0;
        padding: 0;
        text-align: center
    }

    .live-match-panel.completed p.match-time {
        color: #363636;
        font-weight: 700;
        margin: 0;
        padding: 0;
        text-align: right
    }

    .live-match-panel.completed .live-now-soon,
    .live-match-panel.completed .live-now-soon.live {
        font-weight: 700;
        position: absolute;
        right: 15px;
        text-align: left;
        text-transform: uppercase;
        top: 0;
        margin-top: 15px;
        width: 147px;
        padding: 5px 0 4px 10px
    }

        .live-match-panel.completed .live-now-soon.soon {
            background-color: #959595;
            color: #fff
        }

            .live-match-panel.completed .live-now-soon.live.mobile,
            .live-match-panel.completed .live-now-soon.soon.mobile {
                display: none
            }

    .live-match-panel.completed .btn-wrapper {
        display: block;
        padding-right: 10px;
        text-align: right;
        width: 100%
    }

        .live-match-panel.completed .btn-wrapper a {
            border: none;
            color: #00ab4e;
            display: inline-block;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 1.1em;
            font-weight: 700;
            margin: .55em 0 0;
            padding: .5em 0
        }

            .live-match-panel.completed .btn-wrapper a span.text {
                display: inline-block
            }

            .live-match-panel.completed .btn-wrapper a:hover {
                background-color: transparent;
                text-decoration: none
            }

                .live-match-panel.completed .btn-wrapper a:hover span.text {
                    text-decoration: underline
                }

                .live-match-panel.completed .btn-wrapper a:hover .ca-fixture {
                    color: #00ab4e;
                    text-decoration: none
                }

            .live-match-panel.completed .btn-wrapper a .ca-fixture {
                display: inline-block;
                font-size: 2.6em;
                padding: 0 .1em 0 0
            }

    .live-match-panel.completed .match-wrapper {
        line-height: 1.42857143;
        position: relative;
        text-align: center;
        width: 400px
    }

        .live-match-panel.completed .match-wrapper .team {
            display: inline-block
        }

            .live-match-panel.completed .match-wrapper .team.n01,
            .live-match-panel.completed .match-wrapper .team.n02 {
                min-height: 76px
            }

                .live-match-panel.completed .match-wrapper .team.n01 .score-loss,
                .live-match-panel.completed .match-wrapper .team.n01 .score-win,
                .live-match-panel.completed .match-wrapper .team.n02 .score-loss,
                .live-match-panel.completed .match-wrapper .team.n02 .score-win {
                    font-size: 14px;
                    line-height: 14px;
                    margin: 0;
                    min-height: 38px;
                    padding: 4px 0 25px;
                    position: relative;
                    font-weight: 700
                }

                    .live-match-panel.completed .match-wrapper .team.n01 .score-loss .over,
                    .live-match-panel.completed .match-wrapper .team.n01 .score-win .over,
                    .live-match-panel.completed .match-wrapper .team.n02 .score-loss .over,
                    .live-match-panel.completed .match-wrapper .team.n02 .score-win .over {
                        color: #7f7f7f
                    }

                    .live-match-panel.completed .match-wrapper .team.n01 .score-loss span,
                    .live-match-panel.completed .match-wrapper .team.n01 .score-win span,
                    .live-match-panel.completed .match-wrapper .team.n02 .score-loss span,
                    .live-match-panel.completed .match-wrapper .team.n02 .score-win span {
                        font-size: 14px;
                        font-weight: 400
                    }

                .live-match-panel.completed .match-wrapper .team.n01 .overs {
                    float: left;
                    color: #959595
                }

                .live-match-panel.completed .match-wrapper .team.n01 .score-loss,
                .live-match-panel.completed .match-wrapper .team.n01 .score-win {
                    text-align: right
                }

                .live-match-panel.completed .match-wrapper .team.n02 .overs {
                    float: right;
                    color: #959595
                }

                .live-match-panel.completed .match-wrapper .team.n02 .score-loss,
                .live-match-panel.completed .match-wrapper .team.n02 .score-win {
                    text-align: left
                }

        .live-match-panel.completed .match-wrapper .team-wrapper {
            border-bottom: 0 solid #cdcdcd;
            display: inline-block;
            padding-top: 0
        }

            .live-match-panel.completed .match-wrapper .team-wrapper span.overs {
                font-size: .7em
            }

            .live-match-panel.completed .match-wrapper .team-wrapper.left p.teamName {
                padding: 0 50px 0 10px
            }

            .live-match-panel.completed .match-wrapper .team-wrapper.right p.teamName {
                padding: 0 10px 0 50px
            }

            .live-match-panel.completed .match-wrapper .team-wrapper img {
                border: 1px solid #959595
            }

            .live-match-panel.completed .match-wrapper .team-wrapper .teamLogo {
                display: inline-block
            }

            .live-match-panel.completed .match-wrapper .team-wrapper .teamName {
                display: inline-block;
                font-family: bebas_neuebold;
                font-size: 3em;
                margin: 0;
                padding: 0;
                vertical-align: baseline;
                line-height: 32px
            }

    .live-match-panel.completed .div-scorecard {
        text-align: center;
        width: 100%
    }

        .live-match-panel.completed .div-scorecard .btn-scorecard {
            border: 1px solid #00ab4e;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            color: #00ab4e;
            display: inline-block;
            font-family: industrybold;
            font-size: 1.4em;
            margin: .5em auto;
            padding: .2em .7em;
            vertical-align: middle
        }

            .live-match-panel.completed .div-scorecard .btn-scorecard .fa {
                display: inline-block;
                margin-right: .2em
            }

            .live-match-panel.completed .div-scorecard .btn-scorecard:hover {
                background-color: #00ab4e;
                color: #fff;
                text-decoration: none
            }

.live-match-panel.today {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative
}

    .live-match-panel.today p.match-result {
        color: #363636;
        font-weight: 700;
        margin: 0;
        padding: 10px 0 10px 10px;
        text-align: left
    }

    .live-match-panel.today p.match-date {
        color: #363636;
        font-weight: 700;
        margin: 0;
        padding: 19px 0 10px;
        text-align: left
    }

        .live-match-panel.today p.match-date span {
            font-size: .8em;
            font-weight: 400
        }

    .live-match-panel.today p.match-header {
        font-size: 14px;
        font-weight: 700;
        padding: 19px 15px 10px;
        text-align: center
    }

        .live-match-panel.today p.match-header.live {
            color: #00ab4e
        }

        .live-match-panel.today p.match-header.live-today {
            color: #959595
        }

        .live-match-panel.today p.match-header:hover {
            text-decoration: none
        }

    .live-match-panel.today div.match-details {
        padding-bottom: 25px;
        padding-left: 0;
        padding-top: 16px
    }

        .live-match-panel.today div.match-details p {
            color: #959595;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.4em
        }

    .live-match-panel.today p.match {
        color: #363636;
        font-weight: 700;
        margin: 0;
        padding: 0;
        text-align: center
    }

    .live-match-panel.today p.match-time {
        color: #363636;
        font-weight: 700;
        margin: 0;
        padding: 0;
        text-align: right
    }

    .live-match-panel.today .live-now-soon,
    .live-match-panel.today .live-now-soon.live {
        font-weight: 700;
        position: absolute;
        right: 15px;
        text-align: left;
        text-transform: uppercase;
        top: 0;
        margin-top: 15px;
        width: 147px;
        padding: 5px 0 4px 10px
    }

        .live-match-panel.today .live-now-soon.soon {
            background-color: #959595;
            color: #fff
        }

            .live-match-panel.today .live-now-soon.live.mobile,
            .live-match-panel.today .live-now-soon.soon.mobile {
                display: none
            }

    .live-match-panel.today .btn-wrapper {
        display: block;
        padding-right: 10px;
        text-align: right;
        width: 100%
    }

        .live-match-panel.today .btn-wrapper a {
            font-weight: 700
        }

            .live-match-panel.today .btn-wrapper a span.text {
                display: inline-block
            }

            .live-match-panel.today .btn-wrapper a:hover span.text {
                text-decoration: underline
            }

    .live-match-panel.today .match-wrapper {
        line-height: 1.42857143;
        position: relative;
        text-align: center;
        width: 400px
    }

        .live-match-panel.today .match-wrapper .team.n01,
        .live-match-panel.today .match-wrapper .team.n02 {
            min-height: 76px
        }

            .live-match-panel.today .match-wrapper .team.n01 .score-loss,
            .live-match-panel.today .match-wrapper .team.n01 .score-win,
            .live-match-panel.today .match-wrapper .team.n02 .score-loss,
            .live-match-panel.today .match-wrapper .team.n02 .score-win {
                font-size: 14px;
                line-height: 14px;
                margin: 0;
                min-height: 38px;
                padding: 4px 0 25px;
                position: relative;
                font-weight: 700
            }

                .live-match-panel.today .match-wrapper .team.n01 .score-loss .over,
                .live-match-panel.today .match-wrapper .team.n01 .score-win .over,
                .live-match-panel.today .match-wrapper .team.n02 .score-loss .over,
                .live-match-panel.today .match-wrapper .team.n02 .score-win .over {
                    color: #7f7f7f
                }

                .live-match-panel.today .match-wrapper .team.n01 .score-loss span,
                .live-match-panel.today .match-wrapper .team.n01 .score-win span,
                .live-match-panel.today .match-wrapper .team.n02 .score-loss span,
                .live-match-panel.today .match-wrapper .team.n02 .score-win span {
                    font-size: 14px;
                    font-weight: 400
                }

            .live-match-panel.today .match-wrapper .team.n01 .overs {
                float: left;
                color: #959595
            }

            .live-match-panel.today .match-wrapper .team.n01 .score-loss,
            .live-match-panel.today .match-wrapper .team.n01 .score-win {
                text-align: right
            }

            .live-match-panel.today .match-wrapper .team.n02 .overs {
                float: right;
                color: #959595
            }

            .live-match-panel.today .match-wrapper .team.n02 .score-loss,
            .live-match-panel.today .match-wrapper .team.n02 .score-win {
                text-align: left
            }

        .live-match-panel.today .match-wrapper .team-wrapper {
            border-bottom: 0 solid #cdcdcd;
            display: inline-block;
            padding-top: 0
        }

            .live-match-panel.today .match-wrapper .team-wrapper span.overs {
                font-size: .7em
            }

            .live-match-panel.today .match-wrapper .team-wrapper.left p.teamName {
                padding: 0 50px 0 10px
            }

            .live-match-panel.today .match-wrapper .team-wrapper.right p.teamName {
                padding: 0 10px 0 50px
            }

            .live-match-panel.today .match-wrapper .team-wrapper img {
                border: 1px solid #959595
            }

            .live-match-panel.today .match-wrapper .team-wrapper .teamLogo {
                display: inline-block
            }

            .live-match-panel.today .match-wrapper .team-wrapper .teamName {
                display: inline-block;
                font-family: bebas_neuebold;
                font-size: 3em;
                margin: 0;
                padding: 0;
                vertical-align: baseline;
                line-height: 32px
            }

    .live-match-panel.today .div-scorecard {
        text-align: center;
        width: 100%
    }

        .live-match-panel.today .div-scorecard .btn-scorecard {
            border: 1px solid #00ab4e;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            color: #00ab4e;
            display: inline-block;
            font-family: industrybold;
            font-size: 1.4em;
            margin: .5em auto;
            padding: .2em .7em;
            vertical-align: middle
        }

            .live-match-panel.today .div-scorecard .btn-scorecard .fa {
                display: inline-block;
                margin-right: .2em
            }

            .live-match-panel.today .div-scorecard .btn-scorecard:hover {
                background-color: #00ab4e;
                color: #fff;
                text-decoration: none
            }

    .live-match-panel.today div.match-details span {
        font-size: .8em
    }

    .live-match-panel.today .match-wrapper .team {
        display: inline-block;
        width: 165px
    }

        .live-match-panel.today .match-wrapper .team .score-loss,
        .live-match-panel.today .match-wrapper .team .score-win {
            padding: 4px 0 25px
        }

        .live-match-panel.today .match-wrapper .team.n01 .teamLogo {
            float: left !important
        }

        .live-match-panel.today .match-wrapper .team.n01 .score-loss,
        .live-match-panel.today .match-wrapper .team.n01 .score-win {
            float: right !important;
            width: 100% !important
        }

        .live-match-panel.today .match-wrapper .team.n02 .teamLogo {
            float: right !important
        }

        .live-match-panel.today .match-wrapper .team.n02 .score-loss,
        .live-match-panel.today .match-wrapper .team.n02 .score-win {
            float: left !important;
            width: 100% !important
        }

        .live-match-panel.today .match-wrapper .team .team-wrapper {
            width: 100% !important
        }

            .live-match-panel.today .match-wrapper .team .team-wrapper .teamLogo {
                height: 30px
            }

            .live-match-panel.today .match-wrapper .team .team-wrapper > p:nth-of-type(2) {
                margin-top: -28px
            }

    .live-match-panel.today .match-date {
        color: #00ab4e !important
    }

    .live-match-panel.today .btn-wrapper a {
        border: none;
        color: #00ab4e;
        display: inline-block;
        font-family: industrybold;
        font-size: 1.4em;
        margin: 0 0 .55em;
        padding: .5em 0;
        vertical-align: middle
    }

        .live-match-panel.today .btn-wrapper a .ca-fixture-tickets-default {
            color: #959595
        }

        .live-match-panel.today .btn-wrapper a:hover {
            border: none;
            background-color: transparent;
            color: #fff;
            text-decoration: none
        }

            .live-match-panel.today .btn-wrapper a:hover .ca-fixture {
                text-decoration: none;
                color: #00ab4e
            }

                .live-match-panel.today .btn-wrapper a:hover .ca-fixture.ca-fixture-tickets-default {
                    color: #959595
                }

                    .live-match-panel.today .btn-wrapper a:hover .ca-fixture.ca-fixture-tickets-default:before {
                        content: '\e604'
                    }

            .live-match-panel.today .btn-wrapper a:hover .fa.fa-plane {
                background-color: #959595;
                color: #fff
            }

            .live-match-panel.today .btn-wrapper a:hover .fa.fa-play {
                background-color: #00ab4e;
                color: #fff
            }

            .live-match-panel.today .btn-wrapper a:hover .ca-fixture-audio-default:before {
                content: "\e600"
            }

            .live-match-panel.today .btn-wrapper a:hover .ca-fixture-video-default:before {
                content: "\e606"
            }

        .live-match-panel.today .btn-wrapper a .ca-fixture {
            display: inline-block;
            font-size: 2em;
            padding: 0 .1em 0 0
        }

        .live-match-panel.today .btn-wrapper a .fa {
            border: 2px solid;
            border-radius: 50%
        }

            .live-match-panel.today .btn-wrapper a .fa.fa-plane {
                color: #959595;
                font-size: 22px;
                padding: 8px 9.5px 6px;
                border-color: #959595;
                margin: 0 0 7px
            }

            .live-match-panel.today .btn-wrapper a .fa.fa-play {
                font-size: 16px;
                color: #00ab4e;
                padding: 11px 12px 10px 14px;
                border-color: #00ab4e;
                margin: 0 3px 5px 0
            }

.live-match-panel.upcoming {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

    .live-match-panel.upcoming p.match-result {
        color: #363636;
        font-weight: 700;
        margin: 0;
        padding: 10px 0 10px 10px;
        text-align: left
    }

    .live-match-panel.upcoming p.match-date {
        color: #363636;
        font-weight: 700;
        margin: 0;
        padding: 19px 0 10px;
        text-align: left
    }

        .live-match-panel.upcoming p.match-date span {
            font-size: .8em;
            font-weight: 400
        }

    .live-match-panel.upcoming p.match-header {
        font-size: 14px;
        font-weight: 700;
        padding: 19px 15px 10px;
        text-align: center
    }

        .live-match-panel.upcoming p.match-header.live {
            color: #00ab4e
        }

        .live-match-panel.upcoming p.match-header.live-today {
            color: #959595
        }

        .live-match-panel.upcoming p.match-header:hover {
            text-decoration: none
        }

    .live-match-panel.upcoming div.match-details {
        padding-bottom: 25px;
        padding-left: 0;
        padding-top: 16px
    }

        .live-match-panel.upcoming div.match-details p {
            color: #959595;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.4em
        }

    .live-match-panel.upcoming p.match {
        color: #363636;
        font-weight: 700;
        margin: 0;
        padding: 0;
        text-align: center
    }

    .live-match-panel.upcoming p.match-time {
        color: #363636;
        font-weight: 700;
        margin: 0;
        padding: 0;
        text-align: right
    }

    .live-match-panel.upcoming .live-now-soon,
    .live-match-panel.upcoming .live-now-soon.live {
        font-weight: 700;
        position: absolute;
        right: 15px;
        text-align: left;
        text-transform: uppercase;
        top: 0;
        margin-top: 15px;
        width: 147px;
        padding: 5px 0 4px 10px
    }

        .live-match-panel.upcoming .live-now-soon.soon {
            background-color: #959595;
            color: #fff
        }

            .live-match-panel.upcoming .live-now-soon.live.mobile,
            .live-match-panel.upcoming .live-now-soon.soon.mobile {
                display: none
            }

    .live-match-panel.upcoming .btn-wrapper {
        display: block;
        padding-right: 10px;
        text-align: right;
        width: 100%
    }

        .live-match-panel.upcoming .btn-wrapper a {
            font-weight: 700
        }

            .live-match-panel.upcoming .btn-wrapper a span.text {
                display: inline-block
            }

            .live-match-panel.upcoming .btn-wrapper a:hover span.text {
                text-decoration: underline
            }

            .live-match-panel.upcoming .btn-wrapper a:hover .ca-fixture-arrow-default:before {
                content: "\e608"
            }

            .live-match-panel.upcoming .btn-wrapper a .ca-fixture {
                display: inline-block;
                padding: 0 .1em 0 0
            }

    .live-match-panel.upcoming .match-wrapper {
        line-height: 1.42857143;
        position: relative;
        text-align: center;
        width: 400px
    }

        .live-match-panel.upcoming .match-wrapper .fix-logo img {
            height: 100%
        }

        .live-match-panel.upcoming .match-wrapper .team.n01,
        .live-match-panel.upcoming .match-wrapper .team.n02 {
            min-height: 76px
        }

            .live-match-panel.upcoming .match-wrapper .team.n01 .score-loss,
            .live-match-panel.upcoming .match-wrapper .team.n01 .score-win,
            .live-match-panel.upcoming .match-wrapper .team.n02 .score-loss,
            .live-match-panel.upcoming .match-wrapper .team.n02 .score-win {
                font-size: 14px;
                line-height: 14px;
                margin: 0;
                min-height: 38px;
                padding: 4px 0 25px;
                position: relative;
                font-weight: 700
            }

                .live-match-panel.upcoming .match-wrapper .team.n01 .score-loss .over,
                .live-match-panel.upcoming .match-wrapper .team.n01 .score-win .over,
                .live-match-panel.upcoming .match-wrapper .team.n02 .score-loss .over,
                .live-match-panel.upcoming .match-wrapper .team.n02 .score-win .over {
                    color: #7f7f7f
                }

                .live-match-panel.upcoming .match-wrapper .team.n01 .score-loss span,
                .live-match-panel.upcoming .match-wrapper .team.n01 .score-win span,
                .live-match-panel.upcoming .match-wrapper .team.n02 .score-loss span,
                .live-match-panel.upcoming .match-wrapper .team.n02 .score-win span {
                    font-size: 14px;
                    font-weight: 400
                }

            .live-match-panel.upcoming .match-wrapper .team.n01 .overs {
                float: left;
                color: #959595
            }

            .live-match-panel.upcoming .match-wrapper .team.n01 .score-loss,
            .live-match-panel.upcoming .match-wrapper .team.n01 .score-win {
                text-align: right
            }

            .live-match-panel.upcoming .match-wrapper .team.n02 .overs {
                float: right;
                color: #959595
            }

            .live-match-panel.upcoming .match-wrapper .team.n02 .score-loss,
            .live-match-panel.upcoming .match-wrapper .team.n02 .score-win {
                text-align: left
            }

.btn-load-more,
.btn-row {
    text-align: center
}

.live-match-panel.upcoming .match-wrapper .team-wrapper {
    border-bottom: 0 solid #cdcdcd;
    display: inline-block;
    padding-top: 0
}

    .live-match-panel.upcoming .match-wrapper .team-wrapper span.overs {
        font-size: .7em
    }

    .live-match-panel.upcoming .match-wrapper .team-wrapper.left p.teamName {
        padding: 0 50px 0 10px
    }

    .live-match-panel.upcoming .match-wrapper .team-wrapper.right p.teamName {
        padding: 0 10px 0 50px
    }

    .live-match-panel.upcoming .match-wrapper .team-wrapper img {
        border: 1px solid #959595
    }

    .live-match-panel.upcoming .match-wrapper .team-wrapper .teamLogo {
        display: inline-block
    }

    .live-match-panel.upcoming .match-wrapper .team-wrapper .teamName {
        display: inline-block;
        font-family: bebas_neuebold;
        font-size: 3em;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        line-height: 32px
    }

.live-match-panel.upcoming .div-scorecard {
    text-align: center;
    width: 100%
}

    .live-match-panel.upcoming .div-scorecard .btn-scorecard {
        border: 1px solid #00ab4e;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        color: #00ab4e;
        display: inline-block;
        font-family: industrybold;
        font-size: 1.4em;
        margin: .5em auto;
        padding: .2em .7em;
        vertical-align: middle
    }

        .live-match-panel.upcoming .div-scorecard .btn-scorecard .fa {
            display: inline-block;
            margin-right: .2em
        }

        .live-match-panel.upcoming .div-scorecard .btn-scorecard:hover {
            background-color: #00ab4e;
            color: #fff;
            text-decoration: none
        }

.live-match-panel.upcoming div.match-details span {
    font-size: .8em
}

.live-match-panel.upcoming .match-wrapper .team {
    display: inline-block;
    width: 165px
}

    .live-match-panel.upcoming .match-wrapper .team .score-loss,
    .live-match-panel.upcoming .match-wrapper .team .score-win {
        padding: 4px 0 25px
    }

    .live-match-panel.upcoming .match-wrapper .team.n01 .teamLogo {
        float: left !important
    }

    .live-match-panel.upcoming .match-wrapper .team.n01 .score-loss,
    .live-match-panel.upcoming .match-wrapper .team.n01 .score-win {
        float: right !important;
        width: 100% !important
    }

    .live-match-panel.upcoming .match-wrapper .team.n02 .teamLogo {
        float: right !important
    }

    .live-match-panel.upcoming .match-wrapper .team.n02 .score-loss,
    .live-match-panel.upcoming .match-wrapper .team.n02 .score-win {
        float: left !important;
        width: 100% !important
    }

    .live-match-panel.upcoming .match-wrapper .team .team-wrapper {
        width: 100% !important
    }

        .live-match-panel.upcoming .match-wrapper .team .team-wrapper .teamLogo {
            height: 30px
        }

        .live-match-panel.upcoming .match-wrapper .team .team-wrapper > p:nth-of-type(2) {
            margin-top: -28px
        }

.live-match-panel.upcoming .btn-wrapper a {
    border: none;
    color: #00ab4e;
    display: inline-block;
    font-family: industrybold;
    font-size: 1.4em;
    margin: 0;
    padding: 15px 0 0;
    vertical-align: middle
}

    .live-match-panel.upcoming .btn-wrapper a .ca-fixture-tickets-default {
        color: #959595
    }

    .live-match-panel.upcoming .btn-wrapper a:hover {
        border: none;
        background-color: transparent;
        color: #fff;
        text-decoration: none
    }

        .live-match-panel.upcoming .btn-wrapper a:hover .ca-fixture {
            text-decoration: none;
            color: #00ab4e
        }

        .live-match-panel.upcoming .btn-wrapper a:hover .ca-fixture-tickets-default {
            color: #959595
        }

        .live-match-panel.upcoming .btn-wrapper a:hover .fa.fa-plane {
            color: #fff;
            background-color: #959595
        }

        .live-match-panel.upcoming .btn-wrapper a:hover .fa.fa-play {
            color: #fff;
            background-color: #00ab4e
        }

        .live-match-panel.upcoming .btn-wrapper a:hover .ca-fixture-tickets-default:before {
            content: "\e604"
        }

        .live-match-panel.upcoming .btn-wrapper a:hover .ca-fixture-audio-default:before {
            content: "\e600"
        }

        .live-match-panel.upcoming .btn-wrapper a:hover .ca-fixture-video-default:before {
            content: "\e606"
        }

    .live-match-panel.upcoming .btn-wrapper a .ca-fixture {
        font-size: 2em
    }

    .live-match-panel.upcoming .btn-wrapper a .fa {
        border: 2px solid;
        border-radius: 50%
    }

        .live-match-panel.upcoming .btn-wrapper a .fa.fa-plane {
            color: #959595;
            font-size: 22px;
            padding: 8px 9.5px 6px;
            border-color: #959595;
            margin: 0 .19em 7px 0
        }

        .live-match-panel.upcoming .btn-wrapper a .fa.fa-play {
            font-size: 14px;
            color: #00ab4e;
            padding: 11px 12px 10px 14px;
            border-color: #00ab4e;
            margin: 0 3px 5px 0
        }

.btn-col-padding {
    padding: 0 15px
}

.btn-load-more {
    background-color: #f8f8f8;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #959595;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin: 1em 0 2em;
    padding: .75em .4em;
    text-decoration: none
}

    .btn-load-more:hover {
        background-color: #acacac;
        color: #fff;
        text-decoration: none
    }

.hidden-desktop-mobile {
    display: none
}

    .hidden-desktop-mobile .btn-wrapper:first-child a {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }

    .hidden-desktop-mobile .btn-wrapper:last-child:not(:only-child) a {
        margin: 0 !important;
        padding: 0 !important
    }

.secondary-menu.dropdown {
    padding: .5em 0 .3em
}

.fixtures .row-ad-mobile {
    float: left;
    width: 100%
}

.fixtures .live-match-panel.today .btn-wrapper a {
    padding: 15px 0 10px
}

.fixtures .live-match-panel.completed .btn-wrapper a {
    padding: 13px 0 10px
}

    .fixtures .live-match-panel.completed .btn-wrapper a:focus {
        background: 0 0
    }

.fixtures h1 {
    margin: 0;
    font-size: 30px
}

.series-form {
    width: 50%
}

.modal-backdrop {
    z-index: 1
}

.series-forms.fixture-filter {
    float: left;
    padding: 0;
    width: 100%;
    margin: 0;
    position: relative
}

    .series-forms.fixture-filter .filterToggle {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        border: 1px solid #BCBCBC;
        color: #363636;
        cursor: pointer;
        display: block;
        font-size: 1em;
        font-weight: 700;
        margin: 1.4em 0 2em;
        padding: .5em 1em;
        text-align: left;
        text-decoration: none;
        position: absolute;
        top: -50px;
        right: 20px;
        background: #fff;
        outline: 0
    }

        .series-forms.fixture-filter .filterToggle.active,
        .series-forms.fixture-filter .filterToggle:hover {
            color: #00ab4e;
            text-decoration: none;
            border: 1px solid #00ab4e
        }

    .series-forms.fixture-filter label {
        padding: 10px;
        float: left;
        text-align: left;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        background: #fff;
        border: 1px solid #DEDEDE;
        color: #4F4F4F;
        font-size: 14px
    }

        .series-forms.fixture-filter label.active,
        .series-forms.fixture-filter label:focus,
        .series-forms.fixture-filter label:hover {
            border: 1px solid #DEDEDE;
            color: #fff !important;
            background: #00ab4e
        }

        .series-forms.fixture-filter label:nth-child(1) {
            padding-left: 14px
        }

        .series-forms.fixture-filter label:nth-child(2) {
            padding-right: 14px
        }

    .series-forms.fixture-filter .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px
    }

    .series-forms.fixture-filter .btn-group:first-child > .btn:last-child {
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px
    }

    .series-forms.fixture-filter .btn-group.collapse,
    .series-forms.fixture-filter .btn-group.in,
    .series-forms.fixture-filter .filter.collapse {
        display: block
    }

    .series-forms.fixture-filter div.btn {
        float: left;
        width: 33.3%;
        background: 0 0;
        border: 0;
        position: relative
    }

        .series-forms.fixture-filter div.btn .fa {
            position: absolute;
            right: 14px;
            top: 14px;
            color: #7d7d7d !important
        }

        .series-forms.fixture-filter div.btn a {
            padding: 10px 30px 10px 10px;
            width: 99%;
            text-align: left;
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            background: 0 0;
            margin-right: 1%;
            border: 1px solid #DEDEDE;
            color: #363636;
            text-overflow: ellipsis;
            overflow: hidden;
            position: relative;
            float: left
        }

            .series-forms.fixture-filter div.btn a:focus,
            .series-forms.fixture-filter div.btn a:hover {
                background: 0 0;
                border: 1px solid #d1d1d1;
                text-decoration: none
            }

        .series-forms.fixture-filter div.btn:hover {
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .series-forms.fixture-filter .filter-control .fa-times.btn {
        border: 0;
        line-height: normal
    }

    .series-forms.fixture-filter .filter-control a.btn:last-child div {
        margin-left: 0;
        width: 100%
    }

.dropdown-menus-filter {
    display: inline-block;
    margin: 0 auto 1em;
    width: 100%
}

    .dropdown-menus-filter .dropdown-filter-menu {
        float: left;
        margin: 0 .1em;
        width: 100%
    }

        .dropdown-menus-filter .dropdown-filter-menu .fa.fa-chevron-down {
            display: inline-block;
            float: right;
            font-size: .6em;
            margin-left: 2em;
            padding-top: .5em;
            position: absolute;
            right: 1.5em
        }

        .dropdown-menus-filter .dropdown-filter-menu button {
            color: #999;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 1em;
            height: 40px;
            text-align: left;
            width: 100%
        }

    .dropdown-menus-filter ul.dropdown-menu.filter {
        text-align: left
    }

.dropdown.dropdown-filter-menu.open ul.dropdown-menu.filter {
    padding: .6em 0
}

    .dropdown.dropdown-filter-menu.open ul.dropdown-menu.filter li {
        padding: 0;
        margin: 0;
        text-align: left;
        width: 100%
    }

        .dropdown.dropdown-filter-menu.open ul.dropdown-menu.filter li a {
            color: #363636;
            padding: .6em .8em;
            margin: 0
        }

.dropdown-menus-filter .dropdown-filter-menu button {
    background-color: #f7f7f7;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0;
    padding: .8em .7em
}

    .dropdown-menus-filter .dropdown-filter-menu button:focus {
        border: 1px solid rgba(149, 149, 149, 0.3)
    }

.container.main-content.gigya-pwd-reset div.gigya-screen {
    margin-left: -9px;
    width: 350px
}

.standings.standings-app-native {
    font-family: Helvetica;
    font-size: 14px
}

.standings .row-content-standings {
    background-color: #f7f7f7;
    line-height: 33px;
    margin: 0 15px 5px
}

    .standings .row-content-standings .col-lg-1,
    .standings .row-content-standings .col-lg-10,
    .standings .row-content-standings .col-lg-11,
    .standings .row-content-standings .col-lg-12,
    .standings .row-content-standings .col-lg-2,
    .standings .row-content-standings .col-lg-3,
    .standings .row-content-standings .col-lg-4,
    .standings .row-content-standings .col-lg-5,
    .standings .row-content-standings .col-lg-6,
    .standings .row-content-standings .col-lg-7,
    .standings .row-content-standings .col-lg-8,
    .standings .row-content-standings .col-lg-9,
    .standings .row-content-standings .col-md-1,
    .standings .row-content-standings .col-md-10,
    .standings .row-content-standings .col-md-11,
    .standings .row-content-standings .col-md-12,
    .standings .row-content-standings .col-md-2,
    .standings .row-content-standings .col-md-3,
    .standings .row-content-standings .col-md-4,
    .standings .row-content-standings .col-md-5,
    .standings .row-content-standings .col-md-6,
    .standings .row-content-standings .col-md-7,
    .standings .row-content-standings .col-md-8,
    .standings .row-content-standings .col-md-9,
    .standings .row-content-standings .col-sm-1,
    .standings .row-content-standings .col-sm-10,
    .standings .row-content-standings .col-sm-11,
    .standings .row-content-standings .col-sm-12,
    .standings .row-content-standings .col-sm-2,
    .standings .row-content-standings .col-sm-3,
    .standings .row-content-standings .col-sm-4,
    .standings .row-content-standings .col-sm-5,
    .standings .row-content-standings .col-sm-6,
    .standings .row-content-standings .col-sm-7,
    .standings .row-content-standings .col-sm-8,
    .standings .row-content-standings .col-sm-9,
    .standings .row-content-standings .col-xs-1,
    .standings .row-content-standings .col-xs-10,
    .standings .row-content-standings .col-xs-11,
    .standings .row-content-standings .col-xs-12,
    .standings .row-content-standings .col-xs-2,
    .standings .row-content-standings .col-xs-3,
    .standings .row-content-standings .col-xs-4,
    .standings .row-content-standings .col-xs-5,
    .standings .row-content-standings .col-xs-6,
    .standings .row-content-standings .col-xs-7,
    .standings .row-content-standings .col-xs-8,
    .standings .row-content-standings .col-xs-9 {
        padding: 5px
    }

    .standings .row-content-standings .col-table-header {
        font-weight: 700
    }

    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-6 span:nth-of-type(1) {
        display: inline-block;
        width: 1em
    }

    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-6 span:nth-of-type(2),
    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-6 span:nth-of-type(3) {
        display: inline-block;
        line-height: 1em;
        vertical-align: middle;
        width: 8.5em
    }

.standings img {
    width: 50px;
    margin: 0 5px
}

.standings-disclaimer {
    display: none;
    margin-top: 1em;
    text-align: center
}

    .standings-disclaimer p {
        color: #363636;
        font-family: Helvetica, Arial;
        font-size: 26px
    }

.tickets-landing {
    padding-top: 0
}

    .tickets-landing .filter-section.dropdown {
        padding: 0
    }

.tickets .filter-error h1 {
    margin: 0;
    font-size: 30px
}

.tickets .filter-error .message a {
    background: 0 0;
    color: #363636
}

.tickets .series-disclaimer p {
    color: #959595;
    font-size: 11px;
    margin-bottom: 0;
    padding: 1em 0
}

.tickets .row-tickets {
    margin-top: .5em
}

.tickets .panel-group .panel {
    background-color: #f5f5f5;
    box-shadow: inherit;
    border-radius: inherit;
    border: none
}

    .tickets .panel-group .panel + .panel {
        margin-top: 2px
    }

.tickets .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none
}

.tickets a.panel-heading {
    background-color: transparent;
    color: #000;
    display: block;
    padding: 1px 0
}

    .tickets a.panel-heading .series-header {
        background: 0 0;
        padding: 0 25px 0 30px
    }

    .tickets a.panel-heading:focus,
    .tickets a.panel-heading:hover {
        background-color: transparent;
        text-decoration: none
    }

.tickets .series-header img {
    width: 70px
}

.tickets .series-header .title {
    display: inline-block;
    margin-bottom: 26px;
    margin-left: 15px;
    margin-top: 28px;
    vertical-align: middle;
    width: 80%
}

.tickets .panel-body {
    padding: 0 25px
}

    .tickets .panel-body .panel-content {
        background-color: #fff;
        margin-bottom: 2px
    }

        .tickets .panel-body .panel-content .extra-arr-title {
            font-size: 12px;
            font-weight: 700;
            line-height: 2em;
            padding: 23px 10px
        }

        .tickets .panel-body .panel-content .ad-logo {
            padding: 15px 0 25px;
            text-align: right;
            width: 285px
        }

            .tickets .panel-body .panel-content .ad-logo a {
                background-color: transparent;
                line-height: 20px;
                text-decoration: none
            }

                .tickets .panel-body .panel-content .ad-logo a img {
                    display: inline-block;
                    float: left;
                    margin-right: 20px;
                    width: 127px
                }

                .tickets .panel-body .panel-content .ad-logo a div {
                    text-align: left;
                    display: inline-block;
                    vertical-align: -webkit-baseline-middle
                }

                    .tickets .panel-body .panel-content .ad-logo a div p {
                        color: #df0021;
                        font-size: 12px;
                        font-weight: 700;
                        line-height: 14px
                    }

                        .tickets .panel-body .panel-content .ad-logo a div p span {
                            color: #4a4a4a
                        }

        .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options {
            display: inline-block;
            font-size: 12px;
            line-height: 2em;
            margin-left: 1em;
            padding: 20px 0;
            position: relative
        }

            .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a {
                background-color: #fff;
                color: #000
            }

                .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a .fa {
                    border: 1px solid #e9e8e3;
                    border-radius: 50%;
                    color: #959595;
                    font-size: 14px;
                    margin-right: .5em
                }

                .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a .fa-users {
                    padding: 7px 6.5px
                }

                .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a .circle {
                    border: 1px solid #e9e8e3;
                    border-radius: 50%;
                    height: 30px;
                    left: -2px;
                    position: absolute;
                    top: 19px;
                    width: 30px
                }

                .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a .vip {
                    border-radius: 50%;
                    color: #959595;
                    font-family: bebas_neuebold;
                    font-size: 14px;
                    font-weight: 600;
                    margin-right: .5em;
                    padding: 6px;
                    position: relative;
                    top: 2px;
                    z-index: 1
                }

                .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a .fa-glass {
                    padding: 7px
                }

                .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a .fa-plane {
                    padding: 7px 9px 7px 8px
                }

                .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a:active,
                .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a:focus,
                .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a:hover {
                    text-decoration: none
                }

                    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a:active .fa,
                    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a:focus .fa,
                    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a:hover .fa {
                        background-color: #959595;
                        color: #fff
                    }

                    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a:active .circle,
                    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a:focus .circle,
                    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a:hover .circle {
                        background-color: #959595
                    }

                    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a:active .vip,
                    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a:focus .vip,
                    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a:hover .vip {
                        color: #fff
                    }

.tickets div.match-details {
    padding: 23px 50px
}

    .tickets div.match-details p {
        font-size: 12px;
        line-height: 1.4em;
        padding: 0;
        color: #000
    }

.tickets .match-wrapper {
    margin: 0 auto;
    padding-top: 29px;
    position: relative;
    text-align: center;
    width: 340px;
    display: inline-block
}

    .tickets .match-wrapper .team.n01 .score-win,
    .tickets .match-wrapper .team.n02 .score-loss {
        font-size: 14px;
        line-height: 14px;
        min-height: 38px;
        padding: 4px 0 25px;
        position: relative;
        font-weight: 700;
        width: 100% !important;
        margin: 0
    }

    .tickets .match-wrapper .team.n01 .score-win {
        float: right !important;
        text-align: right
    }

    .tickets .match-wrapper .team.n02 .score-loss {
        float: left !important;
        text-align: left
    }

    .tickets .match-wrapper .team {
        display: inline-block
    }

        .tickets .match-wrapper .team.n01 {
            float: left;
            padding: 0 50px 0 10px;
            text-align: center;
            min-height: 76px;
            width: 165px
        }

        .tickets .match-wrapper .team.n02 {
            float: right;
            padding: 0 30px;
            text-align: center;
            min-height: 76px;
            width: 165px
        }

    .tickets .match-wrapper .team-wrapper .teamName {
        display: inline-block;
        font-family: bebas_neuebold;
        font-size: 3em;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        line-height: 32px
    }

    .tickets .match-wrapper .team-wrapper {
        border-bottom: 0 solid #CDCDCD;
        display: inline-block;
        padding-top: 0;
        vertical-align: middle;
        width: 100% !important
    }

    .tickets .match-wrapper .team .team-wrapper .teamLogo {
        height: 30px;
        float: left !important;
        display: inline-block
    }

        .tickets .match-wrapper .team .team-wrapper .teamLogo img {
            height: 100% !important;
            width: 40px !important;
            border: 1px solid #959595
        }

    .tickets .match-wrapper .team hr {
        float: left;
        width: 100%;
        margin-top: 3px
    }

    .tickets .match-wrapper .fix-logo {
        height: 70px;
        left: -45px;
        margin: 0 50%;
        position: absolute;
        text-align: center;
        width: 70px
    }

        .tickets .match-wrapper .fix-logo img {
            height: 100%
        }

    .tickets .match-wrapper .team.n01 .teamName {
        float: right !important;
        margin-right: -3px
    }

    .tickets .match-wrapper .team.n02 .teamLogo {
        float: right !important
    }

    .tickets .match-wrapper .team.n02 .teamName {
        float: left !important;
        margin-left: -2px
    }

.tickets .btn-wrapper {
    margin: 36px 0 36px 5px;
    text-align: right
}

    .tickets .btn-wrapper a {
        background-color: #AEA57A;
        border-radius: 25px;
        color: #FFF;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 34px;
        vertical-align: middle
    }

        .tickets .btn-wrapper a:hover {
            background: #948c68;
            text-decoration: none
        }

.tickets .collapsed .series-header .fa-chevron-up::before,
.tickets .series-header.collapsed .fa-chevron-up::before {
    content: "\f078"
}

.tickets .series-header .fa {
    margin: 50px 0;
    font-size: 18px;
    float: right
}

.tickets a.panel-heading .series-header h2 {
    font-size: 30px
}

.tickets a.panel-heading .series-header h3 {
    font-size: 12px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 30px
}

.tickets-landing .row-top-margin {
    margin-top: -1em
}

    .tickets-landing .row-top-margin .filter-section.dropdown {
        padding: 20px 0 0
    }

    .tickets-landing .row-top-margin .panel-tickets {
        padding: 0 5px
    }

.tickets-landing .series-bg img {
    height: 180px
}

.tickets-landing .tickets-header ul {
    float: right;
    margin-top: -44px;
    font-size: 18px;
    font-weight: 700;
    color: #FFF
}

    .tickets-landing .tickets-header ul li {
        list-style: none;
        float: left;
        padding: 0 10px
    }

        .tickets-landing .tickets-header ul li::before {
            content: "\f054";
            padding-right: 10px
        }

        .tickets-landing .tickets-header ul li:last-child {
            padding-right: 5px
        }

        .tickets-landing .tickets-header ul li a {
            font-family: tablet-gothic-narrow, serif;
            color: #FFF;
            font-weight: 700
        }

.tickets-landing .tickets-header h1 {
    color: #FFF;
    margin-top: -76px;
    font-weight: 400;
    margin-left: 5px;
    font-size: 50px
}

.series-forms.tickets-filter {
    float: left;
    padding: 20px 0;
    width: 100%
}

    .series-forms.tickets-filter .filterToggle {
        border-radius: 25px;
        border: 1px solid #BCBCBC;
        color: #363636;
        cursor: pointer;
        display: block;
        font-size: 1em;
        font-weight: 700;
        margin: 1.4em 0 2em;
        padding: .5em 1em;
        text-align: left;
        text-decoration: none;
        position: absolute;
        top: -55px;
        right: 20px;
        background: #FFF;
        outline: 0
    }

    .series-forms.tickets-filter div.btn {
        float: left;
        width: 33.3%;
        background: 0 0;
        border: 0;
        position: relative
    }

        .series-forms.tickets-filter div.btn a {
            padding: 10px 30px 10px 10px;
            width: 99%;
            text-align: left;
            border-radius: 8px;
            background: 0 0;
            margin-right: 1%;
            border: 1px solid #DEDEDE;
            color: #363636;
            text-overflow: ellipsis;
            overflow: hidden;
            position: relative;
            float: left
        }

            .series-forms.tickets-filter div.btn a:focus,
            .series-forms.tickets-filter div.btn a:hover {
                background: 0 0;
                border: 1px solid #d1d1d1;
                text-decoration: none
            }

        .series-forms.tickets-filter div.btn .fa {
            position: absolute;
            right: 14px;
            top: 14px;
            color: #7D7D7D !important
        }

.row-buy-tickets-add-margin {
    margin-top: 3em !important
}

.series-panel,
.series-panel.series-panel-top {
    margin-top: 0
}

    .series-panel .series-header {
        background-color: #f7f7f7;
        display: block;
        padding: 1em;
        vertical-align: middle
    }

        .series-panel .series-header img {
            width: 50px
        }

        .series-panel .series-header h2 {
            display: inline-block;
            margin: 0;
            vertical-align: middle;
            width: 80%
        }

    .series-panel .event-panel {
        border-bottom: 1px solid #959595;
        display: table;
        padding: 1em 0;
        vertical-align: middle;
        width: 100%
    }

        .series-panel .event-panel .info {
            display: table-cell;
            vertical-align: middle;
            width: 80%
        }

            .series-panel .event-panel .info p.location {
                font-weight: 700;
                margin: 0
            }

            .series-panel .event-panel .info p.date {
                display: inline-block;
                margin: 0
            }

            .series-panel .event-panel .info p.promotion {
                color: #959595;
                display: inline-block;
                margin: 0
            }

            .series-panel .event-panel .info p.important {
                color: red
            }

        .series-panel .event-panel .btn-wrapper {
            display: table-cell;
            text-align: right;
            vertical-align: middle;
            width: 20%
        }

            .series-panel .event-panel .btn-wrapper a {
                background-color: #959595;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                border-radius: 25px;
                color: #fff;
                display: inline-block;
                height: 30px;
                line-height: 30px;
                padding: 0 20px;
                vertical-align: middle
            }

                .series-panel .event-panel .btn-wrapper a:hover {
                    background: #948c68;
                    text-decoration: none
                }

                .series-panel .event-panel .btn-wrapper a.disabled {
                    background-color: rgba(149, 149, 149, 0.3);
                    cursor: default
                }

        .series-panel .event-panel .cricket-team-logos {
            line-height: 7em;
            text-align: center
        }

        .series-panel .event-panel .cricket-info-wrapper {
            padding-top: 1em
        }

.tickets-more {
    margin-top: 5em;
    text-align: center
}

    .tickets-more .row.odd {
        background-color: rgba(149, 149, 149, 0.15);
        margin: 0;
        padding: .5em 0
    }

    .tickets-more .row.even {
        background-color: rgba(149, 149, 149, 0.05);
        margin: 0;
        padding: .5em 0
    }

    .tickets-more .travel-panel {
        background-color: #f2f0eb;
        margin-top: 1em;
        padding: 2em 1em;
        text-align: center
    }

        .tickets-more .travel-panel img {
            padding-top: 1em
        }

        .tickets-more .travel-panel .section-1 {
            margin-top: .5em
        }

            .tickets-more .travel-panel .section-1 ul {
                list-style: none;
                padding: 1em
            }

                .tickets-more .travel-panel .section-1 ul .fa {
                    font-size: 1.5em;
                    margin-right: .2em
                }

        .tickets-more .travel-panel .enquire {
            background-color: #00ab4e;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            color: #fff;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            padding: 0 20px;
            vertical-align: middle
        }

            .tickets-more .travel-panel .enquire:hover {
                background: #007c38;
                text-decoration: none
            }

    .tickets-more.standard-content {
        padding-top: 2em;
        text-align: left
    }

        .tickets-more.standard-content h2 {
            font-size: 16px;
            margin-bottom: 1em;
            margin-top: 3.6em
        }

        .tickets-more.standard-content h3 {
            font-style: italic;
            font-weight: 400;
            margin-bottom: 1em
        }

        .tickets-more.standard-content p {
            margin-bottom: 1em
        }

        .tickets-more.standard-content ul {
            margin-bottom: 1em;
            margin-left: 1.2em
        }

        .tickets-more.standard-content .download h2 {
            margin-top: 0
        }

        .tickets-more.standard-content .download ul {
            list-style: none
        }

            .tickets-more.standard-content .download ul li {
                padding: .5em 0;
                text-indent: -9px
            }

            .tickets-more.standard-content .download ul .fa {
                margin-right: .4em
            }

            .tickets-more.standard-content .download ul hr {
                border-top: 1px solid rgba(174, 165, 122, 0.25)
            }

        .tickets-more.standard-content .flight-widget {
            border-bottom: 2px solid #e0001b;
            border-top: 2px solid #e0001b;
            margin-top: 2em;
            padding-top: .5em
        }

            .tickets-more.standard-content .flight-widget p {
                font-family: tablet-gothic-narrow, serif;
                font-size: 26px;
                font-weight: 700;
                line-height: 1.1em;
                margin-bottom: 0
            }

                .tickets-more.standard-content .flight-widget p:nth-of-type(1) {
                    color: #e0001b
                }

                .tickets-more.standard-content .flight-widget p:nth-of-type(2) {
                    color: #363636
                }

            .tickets-more.standard-content .flight-widget iframe {
                margin-top: .5em
            }

            .tickets-more.standard-content .flight-widget img {
                display: block;
                margin-bottom: 1em;
                width: 150px
            }

    .tickets-more .series-disclaimer p {
        color: #959595;
        font-size: 11px;
        margin-bottom: 0;
        padding: 1em 0
    }

.download {
    background-color: #f2f0eb;
    padding: 15px
}

.ad-top-padding {
    padding-top: 1em
}

.ad-bottom-padding {
    padding-bottom: 1em
}

section.tickets-more.standard-content > div,
section.tickets-more > div,
section.tickets > div {
    padding: 0 15px
}

.legendary-moments {
    display: block;
    margin-bottom: 14px;
    margin-top: 49px
}

    .legendary-moments .wrapper {
        background-color: #000;
        padding: 0 1em;
        width: 300px
    }

        .legendary-moments .wrapper .col-legendary-header {
            padding: 0
        }

        .legendary-moments .wrapper .img-wrapper {
            display: block;
            margin-bottom: 1em;
            overflow: hidden;
            position: relative;
            width: 100%;
            max-width: 480px;
            margin-left: auto;
            margin-right: auto
        }

            .legendary-moments .wrapper .img-wrapper:hover {
                background-color: #000
            }

                .legendary-moments .wrapper .img-wrapper:hover img {
                    filter: alpha(opacity=70);
                    opacity: .7;
                    transition: opacity .35s ease-in-out;
                    -moz-transition: opacity .35s ease-in-out;
                    -webkit-transition: opacity .35s ease-in-out
                }

            .legendary-moments .wrapper .img-wrapper .number {
                background-color: #ee2b33;
                color: #fff;
                font-family: tablet-gothic-narrow, serif;
                font-size: 18px;
                height: 40px;
                padding-top: .3em;
                position: absolute;
                text-align: center;
                top: 0;
                left: 0;
                vertical-align: middle;
                width: 40px;
                z-index: 1
            }

            .legendary-moments .wrapper .img-wrapper .info-wrapper {
                background-color: rgba(0, 0, 0, 0.5);
                bottom: 0;
                display: block;
                height: 45%;
                padding: 1em;
                position: absolute;
                text-align: left;
                width: 100%;
                z-index: 1
            }

                .legendary-moments .wrapper .img-wrapper .info-wrapper .info {
                    z-index: 20
                }

                    .legendary-moments .wrapper .img-wrapper .info-wrapper .info h3 {
                        color: #fff;
                        margin: 0
                    }

            .legendary-moments .wrapper .img-wrapper .time-wrapper {
                position: absolute;
                top: 0;
                right: 70px
            }

                .legendary-moments .wrapper .img-wrapper .time-wrapper .fa,
                .legendary-moments .wrapper .img-wrapper .time-wrapper .icon-video-text-overlay {
                    text-shadow: 0 1px #000;
                    opacity: 1
                }

        .legendary-moments .wrapper .header {
            margin-bottom: 1em;
            padding: 0 1em
        }

            .legendary-moments .wrapper .header img {
                width: 300px
            }

.standings-widget.standings-app-native {
    font-family: Helvetica;
    font-size: 14px
}

.hcg-promotion-section-1 h1,
.hcg-promotion-section-1 p,
.promotion-section-1 p,
.promotion-section-2 p,
.promotion-section-3 p {
    font-family: Helvetica, Arial, sans-serif
}

.standings-widget .row-content-standings {
    background-color: #f7f7f7;
    line-height: 33px;
    margin: 0 15px 5px
}

    .standings-widget .row-content-standings .col-lg-1,
    .standings-widget .row-content-standings .col-lg-10,
    .standings-widget .row-content-standings .col-lg-11,
    .standings-widget .row-content-standings .col-lg-12,
    .standings-widget .row-content-standings .col-lg-2,
    .standings-widget .row-content-standings .col-lg-3,
    .standings-widget .row-content-standings .col-lg-4,
    .standings-widget .row-content-standings .col-lg-5,
    .standings-widget .row-content-standings .col-lg-6,
    .standings-widget .row-content-standings .col-lg-7,
    .standings-widget .row-content-standings .col-lg-8,
    .standings-widget .row-content-standings .col-lg-9,
    .standings-widget .row-content-standings .col-md-1,
    .standings-widget .row-content-standings .col-md-10,
    .standings-widget .row-content-standings .col-md-11,
    .standings-widget .row-content-standings .col-md-12,
    .standings-widget .row-content-standings .col-md-2,
    .standings-widget .row-content-standings .col-md-3,
    .standings-widget .row-content-standings .col-md-4,
    .standings-widget .row-content-standings .col-md-5,
    .standings-widget .row-content-standings .col-md-6,
    .standings-widget .row-content-standings .col-md-7,
    .standings-widget .row-content-standings .col-md-8,
    .standings-widget .row-content-standings .col-md-9,
    .standings-widget .row-content-standings .col-sm-1,
    .standings-widget .row-content-standings .col-sm-10,
    .standings-widget .row-content-standings .col-sm-11,
    .standings-widget .row-content-standings .col-sm-12,
    .standings-widget .row-content-standings .col-sm-2,
    .standings-widget .row-content-standings .col-sm-3,
    .standings-widget .row-content-standings .col-sm-4,
    .standings-widget .row-content-standings .col-sm-5,
    .standings-widget .row-content-standings .col-sm-6,
    .standings-widget .row-content-standings .col-sm-7,
    .standings-widget .row-content-standings .col-sm-8,
    .standings-widget .row-content-standings .col-sm-9,
    .standings-widget .row-content-standings .col-xs-1,
    .standings-widget .row-content-standings .col-xs-10,
    .standings-widget .row-content-standings .col-xs-11,
    .standings-widget .row-content-standings .col-xs-12,
    .standings-widget .row-content-standings .col-xs-2,
    .standings-widget .row-content-standings .col-xs-3,
    .standings-widget .row-content-standings .col-xs-4,
    .standings-widget .row-content-standings .col-xs-5,
    .standings-widget .row-content-standings .col-xs-6,
    .standings-widget .row-content-standings .col-xs-7,
    .standings-widget .row-content-standings .col-xs-8,
    .standings-widget .row-content-standings .col-xs-9 {
        padding: 5px
    }

    .standings-widget .row-content-standings .col-table-header {
        font-weight: 700
    }

.standings-widget img {
    width: 50px;
    margin: 0 5px
}

.standings-widget > .row .col-lg-10 > div:nth-child(1),
.standings-widget > .row .col-lg-11 > div:nth-child(1),
.standings-widget > .row .col-lg-12 > div:nth-child(1),
.standings-widget > .row .col-lg-1 > div:nth-child(1),
.standings-widget > .row .col-lg-2 > div:nth-child(1),
.standings-widget > .row .col-lg-3 > div:nth-child(1),
.standings-widget > .row .col-lg-4 > div:nth-child(1),
.standings-widget > .row .col-lg-5 > div:nth-child(1),
.standings-widget > .row .col-lg-6 > div:nth-child(1),
.standings-widget > .row .col-lg-7 > div:nth-child(1),
.standings-widget > .row .col-lg-8 > div:nth-child(1),
.standings-widget > .row .col-lg-9 > div:nth-child(1),
.standings-widget > .row .col-md-10 > div:nth-child(1),
.standings-widget > .row .col-md-11 > div:nth-child(1),
.standings-widget > .row .col-md-12 > div:nth-child(1),
.standings-widget > .row .col-md-1 > div:nth-child(1),
.standings-widget > .row .col-md-2 > div:nth-child(1),
.standings-widget > .row .col-md-3 > div:nth-child(1),
.standings-widget > .row .col-md-4 > div:nth-child(1),
.standings-widget > .row .col-md-5 > div:nth-child(1),
.standings-widget > .row .col-md-6 > div:nth-child(1),
.standings-widget > .row .col-md-7 > div:nth-child(1),
.standings-widget > .row .col-md-8 > div:nth-child(1),
.standings-widget > .row .col-md-9 > div:nth-child(1),
.standings-widget > .row .col-sm-10 > div:nth-child(1),
.standings-widget > .row .col-sm-11 > div:nth-child(1),
.standings-widget > .row .col-sm-12 > div:nth-child(1),
.standings-widget > .row .col-sm-1 > div:nth-child(1),
.standings-widget > .row .col-sm-2 > div:nth-child(1),
.standings-widget > .row .col-sm-3 > div:nth-child(1),
.standings-widget > .row .col-sm-4 > div:nth-child(1),
.standings-widget > .row .col-sm-5 > div:nth-child(1),
.standings-widget > .row .col-sm-6 > div:nth-child(1),
.standings-widget > .row .col-sm-7 > div:nth-child(1),
.standings-widget > .row .col-sm-8 > div:nth-child(1),
.standings-widget > .row .col-sm-9 > div:nth-child(1),
.standings-widget > .row .col-xs-10 > div:nth-child(1),
.standings-widget > .row .col-xs-11 > div:nth-child(1),
.standings-widget > .row .col-xs-12 > div:nth-child(1),
.standings-widget > .row .col-xs-1 > div:nth-child(1),
.standings-widget > .row .col-xs-2 > div:nth-child(1),
.standings-widget > .row .col-xs-3 > div:nth-child(1),
.standings-widget > .row .col-xs-4 > div:nth-child(1),
.standings-widget > .row .col-xs-5 > div:nth-child(1),
.standings-widget > .row .col-xs-6 > div:nth-child(1),
.standings-widget > .row .col-xs-7 > div:nth-child(1),
.standings-widget > .row .col-xs-8 > div:nth-child(1),
.standings-widget > .row .col-xs-9 > div:nth-child(1) {
    padding: 0 15px
}

.column-social {
    width: 142px
}

    .column-social.affix {
        background-color: #fff;
        top: 15px;
        z-index: 100
    }

    .column-social.affix-bottom {
        left: 0 !important
    }

    .column-social p.article-author {
        margin: 7px 0 0
    }

    .column-social a.author-hashtag {
        display: inline-block;
        margin: 0 0 7px
    }

#paymentdiv {
    width: 450px
}

    #paymentdiv a {
        color: #00ab4e
    }

    #paymentdiv .form-group {
        margin: 2em 0
    }

    #paymentdiv .form-control {
        font-size: 19px;
        height: 40px
    }

    #paymentdiv .expiry-date {
        margin-bottom: 2em
    }

    #paymentdiv h1 {
        margin-bottom: .6em
    }

    #paymentdiv label {
        color: #b7b7b7;
        font-size: .75em;
        margin-bottom: 5px
    }

    #paymentdiv input.form-control {
        margin-bottom: 1em
    }

    #paymentdiv select.form-control {
        display: inline-block;
        margin-bottom: 1em;
        width: 5em
    }

    #paymentdiv select#ddlYear {
        display: inline-block;
        margin-bottom: 1em;
        width: 8em
    }

    #paymentdiv .cvv {
        padding-left: 2em
    }

    #paymentdiv input#cvv {
        display: inline-block;
        width: 4.5em
    }

    #paymentdiv #t-c-section {
        line-height: 1.4em;
        margin-bottom: 2em;
        position: relative
    }

        #paymentdiv #t-c-section input {
            margin-top: 0;
            position: absolute;
            top: 4px
        }

            #paymentdiv #t-c-section input[type=checkbox] {
                transform: scale(1.3);
                -webkit-transform: scale(1.3)
            }

        #paymentdiv #t-c-section .t-c-label {
            color: #363636;
            font-size: 12px;
            font-weight: 400;
            padding-left: 2em
        }

    #paymentdiv .button {
        background-color: #00ab4e;
        border: 1px solid rgba(0, 171, 78, 0.5);
        border-radius: 45px;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        font-size: 14px;
        padding: .5em 0;
        text-align: center;
        width: 60%
    }

        #paymentdiv .button:hover {
            background-color: #007c38;
            color: #fff;
            text-decoration: none
        }

.promo-content {
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%
}

.hcg-row-rel,
.promo,
.row-rel {
    position: relative
}

.row-rel {
    height: 600px;
    overflow: hidden
}

.promo-nav-wrapper {
    background-color: #00ab4e;
    display: block;
    margin: 0;
    padding: .2em 0;
    width: 100%
}

    .promo-nav-wrapper .logo-promotion {
        background-image: url(/Content/cricketcomau/img/Cricket-Logo-Banner-Tablet-Mobile.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        height: 24.09px;
        margin: 0;
        width: 154.55px
    }

.promotion-section-1,
.promotion-section-2,
.promotion-section-3 {
    height: 600px
}

.hcg-promotion-section-1 {
    background-image: url(/Content/cricketcomau/img/bg-grass.jpg);
    background-position: center bottom;
    display: block;
    padding-bottom: 60px
}

    .hcg-promotion-section-1 h1 {
        color: #8cb919;
        font-weight: 400;
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 1em
    }

    .hcg-promotion-section-1 .panel-content-1 {
        display: inline;
        position: relative;
        top: 5em;
        width: 362px;
        text-align: center;
        z-index: 20
    }

        .hcg-promotion-section-1 .panel-content-1 .hcg-logo {
            margin-bottom: 20px;
            display: inline-block;
            clear: both;
            max-width: 244px
        }

        .hcg-promotion-section-1 .panel-content-1 .hcg-hashtag {
            display: inline-block;
            clear: both;
            margin-bottom: 20px;
            max-width: 162px
        }

        .hcg-promotion-section-1 .panel-content-1 .kfc-logo {
            display: inline-block;
            clear: both;
            max-width: 142px
        }

        .hcg-promotion-section-1 .panel-content-1 .img-reponsive,
        .promotion-section-1 .panel-content-1 .img-reponsive {
            max-width: 80%
        }

        .hcg-promotion-section-1 .panel-content-1 .promo-btn-wrapper a {
            display: table-cell;
            height: 45px;
            margin-right: .5em;
            width: 135px
        }

            .hcg-promotion-section-1 .panel-content-1 .promo-btn-wrapper a.app-store {
                background-image: url(/Content/cricketcomau/img/Button-App-Store-Default.png);
                background-repeat: no-repeat;
                background-size: 100%
            }

                .hcg-promotion-section-1 .panel-content-1 .promo-btn-wrapper a.app-store:hover {
                    background-image: url(/Content/cricketcomau/img/Button-App-Store-Active.png)
                }

            .hcg-promotion-section-1 .panel-content-1 .promo-btn-wrapper a.play-store {
                background-image: url(/Content/cricketcomau/img/Button-Google-Play-Default.png);
                background-repeat: no-repeat;
                background-size: 100%
            }

                .hcg-promotion-section-1 .panel-content-1 .promo-btn-wrapper a.play-store:hover {
                    background-image: url(/Content/cricketcomau/img/Button-Google-Play-Active.png)
                }

        .hcg-promotion-section-1 .panel-content-1 .img-wrapper {
            display: inline-block;
            width: 50%
        }

    .hcg-promotion-section-1 .hcg-main {
        text-align: center;
        top: 4em
    }

        .hcg-promotion-section-1 .hcg-main .details {
            font-size: 16px
        }

        .hcg-promotion-section-1 .hcg-main .disclaimer {
            font-size: 12px
        }

            .hcg-promotion-section-1 .hcg-main .disclaimer a {
                color: #fff
            }

        .hcg-promotion-section-1 .hcg-main .heading-sm {
            display: block;
            text-transform: uppercase;
            font-size: 18px;
            margin-top: 20px
        }

        .hcg-promotion-section-1 .hcg-main .lg {
            margin-top: 20px;
            font-size: 24px
        }

        .hcg-promotion-section-1 .hcg-main .margin-top-0 {
            margin-top: 0
        }

        .hcg-promotion-section-1 .hcg-main hr {
            display: inline-block;
            width: 80%
        }

        .hcg-promotion-section-1 .hcg-main .block {
            display: block
        }

        .hcg-promotion-section-1 .hcg-main h2 {
            color: #fff;
            font-size: 18px;
            font-family: Helvetica, Arial, Sans-Serif
        }

        .hcg-promotion-section-1 .hcg-main h3,
        .hcg-promotion-section-1 .hcg-main p {
            color: #fff;
            font-size: 16px;
            font-family: Helvetica, Arial, Sans-Serif
        }

        .hcg-promotion-section-1 .hcg-main h3 {
            text-transform: uppercase
        }

        .hcg-promotion-section-1 .hcg-main .huge {
            font-size: 64px !important;
            margin-top: 0;
            margin-bottom: 20px
        }

        .hcg-promotion-section-1 .hcg-main .hcg-heading {
            font-family: tablet-gothic-narrow, serif;
            line-height: 1.1em;
            font-size: 36px;
            font-weight: 800;
            background: -webkit-linear-gradient(#f1d200, #ffba00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #f1d200;
            text-transform: uppercase
        }

.promotion-section-1 h1,
.promotion-section-2 .panel-content h2,
.promotion-section-2 .panel-content h3,
.promotion-section-3 .panel-content h2 {
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif
}

.promotion-section-1 {
    background-image: url(/Content/cricketcomau/img/promo-01-bck.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
    display: block
}

    .promotion-section-1 h1 {
        color: #8cb919;
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 1em
    }

    .promotion-section-1 .panel-content-1 {
        display: inline-block;
        margin: 8em 0 0;
        width: 362px;
        text-align: left;
        z-index: 20
    }

        .promotion-section-1 .panel-content-1 .promo-btn-wrapper a {
            display: inline-block;
            height: 45px;
            margin-right: .5em;
            width: 135px
        }

            .promotion-section-1 .panel-content-1 .promo-btn-wrapper a.app-store {
                background-image: url(/Content/cricketcomau/img/Button-App-Store-Default.png);
                background-repeat: no-repeat;
                background-size: 100%
            }

                .promotion-section-1 .panel-content-1 .promo-btn-wrapper a.app-store:hover {
                    background-image: url(/Content/cricketcomau/img/Button-App-Store-Active.png)
                }

            .promotion-section-1 .panel-content-1 .promo-btn-wrapper a.play-store {
                background-image: url(/Content/cricketcomau/img/Button-Google-Play-Default.png);
                background-repeat: no-repeat;
                background-size: 100%
            }

                .promotion-section-1 .panel-content-1 .promo-btn-wrapper a.play-store:hover {
                    background-image: url(/Content/cricketcomau/img/Button-Google-Play-Active.png)
                }

        .promotion-section-1 .panel-content-1 .img-wrapper {
            display: inline-block;
            width: 50%
        }

    .promotion-section-1 .col-img-container {
        background-image: url(/Content/cricketcomau/img/promo-img-01.png);
        background-repeat: no-repeat;
        background-size: 670px;
        height: 600px;
        left: 40%;
        position: absolute;
        top: 4em
    }

.promotion-section-2 {
    background-image: url(/Content/cricketcomau/img/promo-bck-img.jpg);
    background-position: center bottom;
    background-size: cover;
    display: block;
    position: relative
}

    .promotion-section-2 .color-panel {
        background-color: rgba(0, 0, 0, 0.4);
        display: inline-block;
        height: 600px;
        width: 40%;
        position: absolute;
        left: 0
    }

    .promotion-section-2 .panel-content {
        display: inline-block;
        margin-top: 4.5em;
        width: 306px
    }

        .promotion-section-2 .panel-content img {
            display: block;
            margin: 0 0 10px;
            width: 35px
        }

        .promotion-section-2 .panel-content .content {
            margin-bottom: 40px
        }

            .promotion-section-2 .panel-content .content .promo-icon-1 {
                width: 42px
            }

        .promotion-section-2 .panel-content h2 {
            color: #fff;
            font-size: 25px;
            margin-bottom: 1em
        }

        .promotion-section-2 .panel-content h3 {
            color: #8cb919;
            font-size: 20px;
            margin: 0 0 5px
        }

        .promotion-section-2 .panel-content p {
            color: #fff;
            font-size: 20px
        }

    .promotion-section-2 .main-img {
        display: inline-block
    }

    .promotion-section-2 .col-img-container {
        background-image: url(/Content/cricketcomau/img/promo-img-02.png);
        background-repeat: no-repeat;
        height: 600px;
        left: 48%;
        position: absolute;
        top: 5em
    }

.promotion-section-3 {
    background-color: #8cb919;
    padding: 4em 1em;
    width: 100%
}

    .promotion-section-3 .panel-content {
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center
    }

        .promotion-section-3 .panel-content h2 {
            color: #fff;
            font-size: 25px;
            margin-bottom: 2em
        }

        .promotion-section-3 .panel-content .side-01,
        .promotion-section-3 .panel-content .side-02 {
            display: inline-block;
            width: 40%
        }

        .promotion-section-3 .panel-content .wrapper {
            margin: 0 auto;
            display: inline-block
        }

    .promotion-section-3 .tile {
        background-color: #fff;
        display: inline-block;
        float: left;
        height: 166px;
        margin: 0 1em;
        padding: 5px;
        position: relative;
        width: 166px
    }

        .promotion-section-3 .tile span {
            color: #959595;
            font-size: 25px
        }

        .promotion-section-3 .tile:hover {
            background-color: #6e940c;
            text-decoration: none
        }

            .promotion-section-3 .tile:hover h3,
            .promotion-section-3 .tile:hover h3 span {
                color: #fff
            }

            .promotion-section-3 .tile:hover div {
                background-color: #fff;
                color: #8cb919
            }

        .promotion-section-3 .tile div {
            background-color: #f2f2f2;
            color: #8cb919;
            display: block;
            font-weight: 700;
            margin-top: 1em;
            line-height: 2em
        }

        .promotion-section-3 .tile .best-value {
            background-color: #363636;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            color: #fff;
            display: inline-block;
            font-size: 10px;
            height: 40px;
            line-height: 1;
            padding-top: .9em;
            position: absolute;
            top: -20px;
            right: -17px;
            width: 40px
        }

    .promotion-section-3 h3 {
        color: #8cb919;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 38px;
        line-height: .9em;
        margin: 7px 0
    }

    .promotion-section-3 .side-2 .outer-wrapper {
        text-align: center
    }

        .promotion-section-3 .side-2 .outer-wrapper .inner-wrapper {
            display: inline-block
        }

            .promotion-section-3 .side-2 .outer-wrapper .inner-wrapper img {
                margin-right: 2em;
                width: 200px
            }

            .promotion-section-3 .side-2 .outer-wrapper .inner-wrapper .promo-btn-wrapper {
                display: inline-block;
                margin: 0;
                vertical-align: top
            }

                .promotion-section-3 .side-2 .outer-wrapper .inner-wrapper .promo-btn-wrapper a {
                    display: block;
                    height: 45px;
                    margin-bottom: 1em;
                    width: 135px
                }

                    .promotion-section-3 .side-2 .outer-wrapper .inner-wrapper .promo-btn-wrapper a.app-store {
                        background-image: url(/Content/cricketcomau/img/Button-App-Store-Promo-Default.png);
                        background-repeat: no-repeat;
                        background-size: 100%
                    }

                        .promotion-section-3 .side-2 .outer-wrapper .inner-wrapper .promo-btn-wrapper a.app-store:hover {
                            background-image: url(/Content/cricketcomau/img/Button-App-Store-Active.png)
                        }

                    .promotion-section-3 .side-2 .outer-wrapper .inner-wrapper .promo-btn-wrapper a.play-store {
                        background-image: url(/Content/cricketcomau/img/Button-Google-Play-Promo-Default.png);
                        background-repeat: no-repeat;
                        background-size: 100%
                    }

                        .promotion-section-3 .side-2 .outer-wrapper .inner-wrapper .promo-btn-wrapper a.play-store:hover {
                            background-image: url(/Content/cricketcomau/img/Button-Google-Play-Active.png)
                        }

        .promotion-section-3 .side-2 .outer-wrapper p {
            color: #fff;
            font-weight: 700;
            margin-top: 1em
        }

.promotion-disclaimer {
    margin: 0 auto;
    width: 80%
}

    .promotion-disclaimer p {
        color: #fff;
        font-size: 12px;
        line-height: 1.8;
        margin-top: 4em;
        text-align: center
    }

    .promotion-disclaimer a {
        color: #fff
    }

.stats-content .stats-form {
    width: 60%
}

    .stats-content .stats-form ul {
        width: 100%
    }

.stats-content .row-series-headers hr {
    border-top: 1px solid rgba(149, 149, 149, 0.3);
    margin: 0;
    width: 100%
}

.stats-content .table-separator {
    margin-top: 2em
}

    .stats-content .table-separator table {
        width: 100%
    }

    .stats-content .table-separator .stats-table {
        display: table;
        font-size: .9em;
        width: 100%
    }

        .stats-content .table-separator .stats-table .row:nth-child(odd) {
            background: rgba(149, 149, 149, 0.15);
            display: table-row;
            margin: 0
        }

            .stats-content .table-separator .stats-table .row:nth-child(odd) div:nth-child(1) {
                font-weight: 700
            }

            .stats-content .table-separator .stats-table .row:nth-child(odd) div.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
                font-weight: 400
            }

            .stats-content .table-separator .stats-table .row:nth-child(odd) div {
                display: table-cell;
                padding: .75em .5em
            }

        .stats-content .table-separator .stats-table .row:nth-child(even) {
            background: rgba(149, 149, 149, 0.05);
            display: table-row;
            margin: 0
        }

            .stats-content .table-separator .stats-table .row:nth-child(even) div:nth-child(1) {
                font-weight: 700
            }

            .stats-content .table-separator .stats-table .row:nth-child(even) div.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
                font-weight: 400
            }

            .stats-content .table-separator .stats-table .row:nth-child(even) div {
                display: table-cell;
                padding: .75em .5em
            }

.cricket-schedule-row-ad-fixture.fixture-ad-homepage .panel-group .panel.panel-default .panel-heading,
.cricket-schedule-row-ad-fixture.fixture-ad-homepage .panel-group .panel.panel-default .panel-heading .panel-title .live-match-panel.today {
    padding: 0
}

.cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group {
    margin-bottom: 0
}

    .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel {
        box-shadow: none;
        -webkit-box-shadow: none
    }

        .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel.panel-fixture {
            border: none;
            border-radius: 0;
            margin: 0
        }

        .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel .live-match-panel {
            border-bottom: 2px solid #fff
        }

            .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel .live-match-panel:hover {
                background-color: #e8e9e3;
                text-decoration: none
            }

            .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel .live-match-panel.completed .match-wrapper .team.n01,
            .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel .live-match-panel.today .match-wrapper .team.n01,
            .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel .live-match-panel.upcoming .match-wrapper .team.n01 {
                padding: 0 30px 0 10px
            }

            .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel .live-match-panel.completed .match-wrapper .team.n02,
            .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel .live-match-panel.today .match-wrapper .team.n02,
            .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel .live-match-panel.upcoming .match-wrapper .team.n02 {
                padding: 0 10px 0 30px
            }

    .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-heading {
        background-color: #fff;
        border-radius: 0;
        border-top: 1px solid #d5d5d5;
        display: block;
        font-size: 13px;
        font-weight: 700;
        padding: 10px 0;
        text-transform: uppercase;
        text-decoration: none;
        width: 100%
    }

        .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-heading.live-now {
            color: #00ab4e
        }

        .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-heading.default {
            color: #363636
        }

        .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-heading .fa {
            color: #d5d5d5;
            float: right;
            margin-top: 3px
        }

        .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-heading.collapsed .fa-minus:before {
            content: "\f067"
        }

        .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-heading:hover .fa {
            color: grey
        }

    .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-body {
        border: none;
        padding: 0
    }

        .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-body .live-match-panel {
            margin-bottom: 0;
            margin-top: 0;
            background-color: #f4f4f4
        }

            .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-body .live-match-panel .match-details {
                padding-top: 2px;
                text-align: center
            }

                .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-body .live-match-panel .match-details p {
                    font-size: 12px
                }

                    .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-body .live-match-panel .match-details p span {
                        display: block
                    }

        .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-body .btn-scorecard.btn-disabled {
            border: 1px solid #959595;
            color: #959595
        }

            .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel-body .btn-scorecard.btn-disabled:hover {
                background-color: transparent;
                color: #959595
            }

.live-match-panel.completed div.match-details span,
.live-match-panel.today div.match-details span,
.live-match-panel.upcoming div.match-details span {
    font-size: .8em
}

    .live-match-panel.completed div.match-details span img,
    .live-match-panel.today div.match-details span img,
    .live-match-panel.upcoming div.match-details span img {
        height: 30px;
        margin-right: 10px;
        width: auto;
        display: inline;
        margin-top: 10px
    }

.cricket-schedule-row-ad-fixture .live-match-panel p.match {
    color: #363636;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center
}

.cricket-schedule-row-ad-fixture .live-match-panel.completed .match-wrapper,
.cricket-schedule-row-ad-fixture .live-match-panel.today .match-wrapper,
.cricket-schedule-row-ad-fixture .live-match-panel.upcoming .match-wrapper {
    width: 300px
}

.cricket-schedule-row-ad-fixture .live-match-panel.completed p.match-result,
.cricket-schedule-row-ad-fixture .live-match-panel.completed p.match-time,
.cricket-schedule-row-ad-fixture .live-match-panel.today p.match-result,
.cricket-schedule-row-ad-fixture .live-match-panel.today p.match-time,
.cricket-schedule-row-ad-fixture .live-match-panel.upcoming p.match-result,
.cricket-schedule-row-ad-fixture .live-match-panel.upcoming p.match-time {
    text-align: center
}

.cricket-schedule-row-ad-fixture .live-match-panel.completed div.match-details,
.cricket-schedule-row-ad-fixture .live-match-panel.today div.match-details,
.cricket-schedule-row-ad-fixture .live-match-panel.upcoming div.match-details {
    padding-top: 1em;
    text-align: center
}

.cricket-schedule-row-ad-fixture .live-match-panel .btn-wrapper {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

    .cricket-schedule-row-ad-fixture .live-match-panel .btn-wrapper a {
        border: none;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        color: #00ab4e;
        display: inline-block;
        font-family: industrybold;
        font-size: 1.4em;
        margin: .55em 0 0;
        padding: 0 .25em .5em;
        vertical-align: middle
    }

        .cricket-schedule-row-ad-fixture .live-match-panel .btn-wrapper a:hover {
            color: #00ab4e;
            background-color: transparent
        }

        .cricket-schedule-row-ad-fixture .live-match-panel .btn-wrapper a .fa {
            display: inline-block;
            margin-right: .2em
        }

        .cricket-schedule-row-ad-fixture .live-match-panel .btn-wrapper a.btn-disabled {
            border: 1px solid #959595;
            color: #959595
        }

            .cricket-schedule-row-ad-fixture .live-match-panel .btn-wrapper a.btn-disabled:hover {
                background-color: transparent;
                color: #959595
            }

.cricket-schedule-row-ad-fixture .live-match-panel .match-wrapper .team-wrapper p.teamName {
    display: inline-block;
    font-family: bebas_neuebold;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

    .cricket-schedule-row-ad-fixture .live-match-panel .match-wrapper .team-wrapper p.teamName.n01 {
        color: #000838
    }

    .cricket-schedule-row-ad-fixture .live-match-panel .match-wrapper .team-wrapper p.teamName.n02 {
        color: #d2232a
    }

.cricket-schedule-row-ad-fixture .live-match-panel.completed .match-wrapper .team.n01 .score-loss,
.cricket-schedule-row-ad-fixture .live-match-panel.completed .match-wrapper .team.n01 .score-win,
.cricket-schedule-row-ad-fixture .live-match-panel.completed .match-wrapper .team.n02 .score-loss,
.cricket-schedule-row-ad-fixture .live-match-panel.completed .match-wrapper .team.n02 .score-win,
.cricket-schedule-row-ad-fixture .live-match-panel.today .match-wrapper .team.n01 .score-loss,
.cricket-schedule-row-ad-fixture .live-match-panel.today .match-wrapper .team.n01 .score-win,
.cricket-schedule-row-ad-fixture .live-match-panel.today .match-wrapper .team.n02 .score-loss,
.cricket-schedule-row-ad-fixture .live-match-panel.today .match-wrapper .team.n02 .score-win,
.cricket-schedule-row-ad-fixture .live-match-panel.upcoming .match-wrapper .team.n01 .score-loss,
.cricket-schedule-row-ad-fixture .live-match-panel.upcoming .match-wrapper .team.n01 .score-win,
.cricket-schedule-row-ad-fixture .live-match-panel.upcoming .match-wrapper .team.n02 .score-loss,
.cricket-schedule-row-ad-fixture .live-match-panel.upcoming .match-wrapper .team.n02 .score-win {
    font-size: 1.5em
}

.fixture-ad-homepage {
    margin-top: -1em
}

    .fixture-ad-homepage .completed,
    .fixture-ad-homepage .today,
    .fixture-ad-homepage .upcoming {
        background-color: #fff
    }

        .fixture-ad-homepage .completed.live-match-panel .btn-wrapper a .ca-fixture.ca-fixture-arrow-default,
        .fixture-ad-homepage .today.live-match-panel .btn-wrapper a .ca-fixture.ca-fixture-arrow-default,
        .fixture-ad-homepage .upcoming.live-match-panel .btn-wrapper a .ca-fixture.ca-fixture-arrow-default {
            padding-left: .25em
        }

.col-fixture-adjust-padding {
    padding: 0
}

img {
    width: 100%
}

#score-module-fat {
    display: none
}

.container-live-scores-fat .live-scores-fat {
    background-size: 666.4px 280px;
    background-color: #000;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    width: 100%
}

    .container-live-scores-fat .live-scores-fat .stats-wrapper .match-status {
        color: #fff;
        display: inline-block;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        height: 30px;
        line-height: 29.9px;
        margin-right: 10px;
        margin-top: 10px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        padding: 0 10px
    }

        .container-live-scores-fat .live-scores-fat .stats-wrapper .match-status.live {
            background-color: #00ab4e
        }

    .container-live-scores-fat .live-scores-fat .sections-wrapper {
        display: block;
        margin-top: 25px
    }

    .container-live-scores-fat .live-scores-fat .section-content-wrapper {
        width: 100%
    }

    .container-live-scores-fat .live-scores-fat .section-1 {
        line-height: 39px;
        margin: 0;
        vertical-align: top
    }

        .container-live-scores-fat .live-scores-fat .section-1 img {
            height: 76.58px;
            vertical-align: top;
            width: 76.58px
        }

        .container-live-scores-fat .live-scores-fat .section-1 .team {
            display: inline-block;
            margin: 0;
            padding: 0;
            vertical-align: top;
            width: 40%
        }

            .container-live-scores-fat .live-scores-fat .section-1 .team .team-wrapper {
                vertical-align: top
            }

                .container-live-scores-fat .live-scores-fat .section-1 .team .team-wrapper img {
                    border: 1px solid #363636;
                    display: inline-block;
                    height: 40px;
                    margin: 0;
                    vertical-align: top;
                    width: 62px
                }

                .container-live-scores-fat .live-scores-fat .section-1 .team .team-wrapper .teamName {
                    color: #fff;
                    display: inline-block;
                    font-family: bebas_neuebold;
                    font-size: 3.8em;
                    margin: 0;
                    padding: 0;
                    vertical-align: top
                }

                .container-live-scores-fat .live-scores-fat .section-1 .team .team-wrapper .stats {
                    color: #fff;
                    display: inline-block;
                    font-family: bebas_neuebold;
                    font-size: 3em;
                    margin: 5px 0;
                    padding: 0;
                    vertical-align: top
                }

                    .container-live-scores-fat .live-scores-fat .section-1 .team .team-wrapper .stats span {
                        font-size: .5em;
                        line-height: 26px;
                        vertical-align: text-top
                    }

                .container-live-scores-fat .live-scores-fat .section-1 .team .team-wrapper p.overs {
                    color: #fff;
                    margin-top: -1em;
                    margin-bottom: 0
                }

            .container-live-scores-fat .live-scores-fat .section-1 .team.n01 {
                text-align: left
            }

                .container-live-scores-fat .live-scores-fat .section-1 .team.n01 .team-wrapper img {
                    margin-right: 10px
                }

            .container-live-scores-fat .live-scores-fat .section-1 .team.n02 {
                text-align: right
            }

                .container-live-scores-fat .live-scores-fat .section-1 .team.n02 .team-wrapper img {
                    margin-left: 10px
                }

            .container-live-scores-fat .live-scores-fat .section-1 .team.lose {
                opacity: .5
            }

        .container-live-scores-fat .live-scores-fat .section-1 .img-wrapper {
            display: inline-block;
            text-align: center;
            width: 17.8%
        }

        .container-live-scores-fat .live-scores-fat .section-1 .info {
            margin-top: 10px;
            text-align: center;
            width: 100%
        }

            .container-live-scores-fat .live-scores-fat .section-1 .info p {
                color: #7f7f7f;
                line-height: 10px
            }

                .container-live-scores-fat .live-scores-fat .section-1 .info p.main {
                    color: #fff;
                    font-weight: 700
                }

    .container-live-scores-fat .live-scores-fat .section-2 {
        line-height: 39px;
        margin: 0;
        text-align: center;
        vertical-align: top
    }

        .container-live-scores-fat .live-scores-fat .section-2 a {
            text-decoration: none
        }

        .container-live-scores-fat .live-scores-fat .section-2 .img-wrapper {
            display: block;
            margin-bottom: 0;
            overflow: hidden;
            position: relative;
            width: 100%;
            max-width: 480px;
            margin-left: auto;
            margin-right: auto
        }

            .container-live-scores-fat .live-scores-fat .section-2 .img-wrapper .info-wrapper {
                background-color: rgba(0, 0, 0, 0.5);
                display: none;
                height: 100%;
                padding: 1em;
                position: absolute;
                text-align: left;
                width: 100%
            }

                .container-live-scores-fat .live-scores-fat .section-2 .img-wrapper .info-wrapper .info {
                    z-index: 20
                }

                    .container-live-scores-fat .live-scores-fat .section-2 .img-wrapper .info-wrapper .info h3 {
                        color: #fff;
                        margin: 0
                    }

            .container-live-scores-fat .live-scores-fat .section-2 .img-wrapper .time-wrapper {
                position: absolute;
                bottom: 40px;
                line-height: 12px;
                right: 80px;
                vertical-align: middle
            }

                .container-live-scores-fat .live-scores-fat .section-2 .img-wrapper .time-wrapper .fa,
                .container-live-scores-fat .live-scores-fat .section-2 .img-wrapper .time-wrapper .icon-video-text-overlay {
                    text-shadow: 0 1px #000;
                    opacity: 1;
                    line-height: 12px;
                    top: 10px;
                    vertical-align: middle
                }

            .container-live-scores-fat .live-scores-fat .section-2 .img-wrapper:hover .info-wrapper {
                display: block
            }

        .container-live-scores-fat .live-scores-fat .section-2 .icon-controller {
            border: 1px solid #00ab4e;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            color: #00ab4e;
            font-family: industrybold;
            padding: .35em 1em;
            text-align: center
        }

            .container-live-scores-fat .live-scores-fat .section-2 .icon-controller .fa {
                font-size: 1em;
                margin-right: 10px
            }

            .container-live-scores-fat .live-scores-fat .section-2 .icon-controller:hover {
                background-color: #00ab4e;
                color: #000;
                text-decoration: none
            }

        .container-live-scores-fat .live-scores-fat .section-2 .highlights {
            display: block;
            margin-bottom: 1.8em
        }

    .container-live-scores-fat .live-scores-fat .section-3 {
        margin-top: -0.61em;
        text-align: center
    }

        .container-live-scores-fat .live-scores-fat .section-3 p {
            color: #fff;
            margin: 0
        }

            .container-live-scores-fat .live-scores-fat .section-3 p.main {
                color: #00ab4e;
                font-family: industrybold;
                margin-bottom: 1em
            }

        .container-live-scores-fat .live-scores-fat .section-3 .ca-fixture {
            color: #00ab4e;
            display: inline-block;
            font-size: 4.5em;
            margin: 0
        }

        .container-live-scores-fat .live-scores-fat .section-3 .btn-wrapper {
            list-style-type: none;
            margin: 0;
            padding: 0
        }

            .container-live-scores-fat .live-scores-fat .section-3 .btn-wrapper li {
                display: inline-block;
                width: 30%
            }

                .container-live-scores-fat .live-scores-fat .section-3 .btn-wrapper li p {
                    color: #959595
                }

            .container-live-scores-fat .live-scores-fat .section-3 .btn-wrapper a {
                display: inline-block;
                margin-bottom: 5px
            }

                .container-live-scores-fat .live-scores-fat .section-3 .btn-wrapper a:hover .ca-fixture-video-default:before {
                    content: "\e606"
                }

                .container-live-scores-fat .live-scores-fat .section-3 .btn-wrapper a:hover .ca-fixture-audio-default:before {
                    content: "\e600"
                }

                .container-live-scores-fat .live-scores-fat .section-3 .btn-wrapper a:hover .ca-fixture-arrow-default:before {
                    content: "\e608"
                }

.btn-wrapper .score-switcher,
.stats-wrapper .score-switcher {
    position: relative;
    top: -6px;
    left: -3px;
    color: #959595;
    display: inline-block;
    font-size: 18px;
    margin-left: 10px
}

    .btn-wrapper .score-switcher:hover,
    .stats-wrapper .score-switcher:hover {
        color: #fff
    }

    .stats-wrapper .score-switcher.fat {
        float: right;
        padding: 22px 15px
    }

#searchOverlay {
    overflow-y: scroll;
    padding-left: 15%;
    padding-right: 15%
}

html.hasOverlay body {
    position: fixed
}

html.hasOverlay #full-content {
    -webkit-filter: blur(12px)
}

#full-content {
    position: relative;
    z-index: 0;
    -webkit-filter: blur(0)
}

.overlay {
    background-color: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    filter: alpha(opacity=90);
    height: 0;
    left: 0;
    opacity: .9;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    -moz-opacity: .9;
    -khtml-opacity: .9;
    -ms-transform-origin: top left;
    z-index: 1000000000000
}

    .overlay .clearOverlay {
        left: 30px;
        position: fixed;
        top: 24px
    }

        .overlay .clearOverlay.right {
            left: auto;
            right: 16%
        }

    .overlay .icon-close {
        color: #009141;
        font-size: 2em;
        position: fixed
    }

        .overlay .icon-close:before {
            content: "\f00d";
            font-family: FontAwesome
        }

        .overlay .icon-close:hover {
            text-decoration: none
        }

    .overlay.open-search {
        height: 100%;
        padding-bottom: 75px;
        padding-top: 75px
    }

    .overlay article {
        border-bottom: 0;
        min-height: 80px;
        width: 100%
    }

        .overlay article .inner {
            overflow: hidden
        }

            .overlay article .inner p {
                padding: 0
            }

        .overlay article .postLink {
            color: #363636;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.4em;
            text-decoration: none
        }

        .overlay article img {
            border: 0;
            float: right;
            height: 80px;
            vertical-align: middle;
            width: 140px
        }

        .overlay article:after {
            background: #d4d4d4;
            content: '';
            display: block;
            height: 1px;
            margin-top: 18px
        }

.searchOverlayFormContainer {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative
}

    .searchOverlayFormContainer .icon-search {
        color: #c3c5c0;
        cursor: pointer;
        display: block;
        float: left;
        left: 0;
        position: absolute;
        top: 2px
    }

        .searchOverlayFormContainer .icon-search:before {
            content: "\f002";
            font-family: FontAwesome
        }

    .searchOverlayFormContainer .fa {
        color: #c3c5c0;
        display: inline;
        float: left;
        right: 10px;
        position: absolute;
        top: 7px
    }

#searchOverlayForm {
    box-sizing: border-box;
    font-size: 22px;
    height: 24px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

    #searchOverlayForm input[type=text] {
        background: #fff;
        border: none;
        border: 1px solid #b7b7b7;
        border-radius: 7px;
        box-shadow: none;
        color: #363636;
        display: block;
        line-height: 1;
        letter-spacing: 0;
        margin: 0;
        outline: 0;
        padding: 5px 10px;
        width: 100%
    }

.pageControl a,
.pageControl a.disabled {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}

#searchOverlayForm input[type=submit],
#searchOverlayForm input[type=text] + .search-error {
    display: none
}

#clearSearchOverlay {
    height: 25px;
    width: 25px
}

    #clearSearchOverlay:focus {
        text-decoration: none
    }

#searchOverlayResults article:nth-child(1n) .inner {
    padding-top: 20px
}

#searchOverlayResults article:nth-child(1n) span {
    display: block;
    padding-top: 10px
}

    #searchOverlayResults article:nth-child(1n) span a:nth-child(1n) {
        border-left: 1px solid #aca878;
        margin-left: 10px;
        padding-left: 10px;
        color: #aca878;
        text-decoration: none;
        display: inline-block
    }

    #searchOverlayResults article:nth-child(1n) span a:nth-child(1) {
        border-left: 0 solid #aca878;
        margin-left: 0;
        padding-left: 0;
        color: #aca878;
        text-decoration: none
    }

#searchOverlayResults article:nth-child(1),
#searchOverlayResults article:nth-child(1) .inner {
    padding-top: 0
}

    #searchOverlayResults article:nth-child(1) a:hover {
        text-decoration: underline
    }

.pageControl {
    margin-top: 15px
}

    .pageControl .pull-right-m {
        float: left
    }

    .pageControl a {
        border-radius: 20px;
        border: 1px solid #18aa52;
        color: #18aa52;
        display: block;
        padding: .5em 2em;
        margin-right: 10px
    }

        .pageControl a:focus,
        .pageControl a:hover {
            background: #18aa52;
            cursor: pointer;
            color: #fff;
            text-decoration: none
        }

        .pageControl a.disabled {
            border-radius: 20px;
            border: 1px solid #D4D4D4;
            color: #D4D4D4
        }

            .pageControl a.disabled:focus,
            .pageControl a.disabled:hover {
                text-decoration: none;
                cursor: not-allowed;
                background: 0 0
            }

#show-more {
    background-color: #3f3f3f;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-bottom: 200px;
    margin-top: 25px;
    padding: 15px;
    text-decoration: none
}

    #show-more.hide-button {
        display: none
    }

#pollGraph ul.poll-answers li {
    font-size: 14px
}

    #pollGraph ul.poll-answers li .answer:focus,
    #pollGraph ul.poll-answers li .answer:hover {
        background: #18aa52;
        cursor: pointer;
        color: #fff
    }

#pollGraph {
    padding-top: 1em;
    background-color: #f7f7f7;
    margin-bottom: 1em;
    text-align: center
}

    #pollGraph .toggle-button {
        width: 100%;
        padding: .8em;
        background: #f0eeec;
        border-top: 1px solid #c2c1c0;
        clear: both;
        float: left;
        display: block;
        cursor: pointer
    }

        #pollGraph .toggle-button .colap,
        #pollGraph .toggle-button.colap .expnd {
            display: none
        }

            #pollGraph .toggle-button.colap .colap {
                display: block
            }

    #pollGraph .poll-details {
        width: 100%;
        line-height: 25px;
        font-weight: 700
    }

        #pollGraph .poll-details .vote {
            color: #000
        }

        #pollGraph .poll-details .voted {
            display: none
        }

        #pollGraph .poll-details .date {
            color: #959595;
            margin-left: 10px;
            border-left: 1px solid #959595;
            padding-left: 10px;
            font-weight: 400
        }

    #pollGraph .poll-question {
        font-family: tablet-gothic-narrow, serif;
        font-weight: 800;
        font-size: 1.5em;
        color: inherit;
        width: 100%
    }

    #pollGraph ul.poll-answers li,
    .default-content h4,
    .header-content .name-of-series,
    .header-content .publishDate {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    #pollGraph ul.poll-answers {
        padding: .7em 1.8em 1.8em;
        margin-left: 0
    }

        #pollGraph ul.poll-answers li:before {
            content: " ";
            display: none
        }

        #pollGraph ul.poll-answers li {
            display: block;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            height: 34px
        }

            #pollGraph ul.poll-answers li .answer {
                background-color: #fff;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                border: 1px solid #18aa52;
                color: #000;
                display: block;
                padding: .5em 0 .35em
            }

            #pollGraph ul.poll-answers li .ansScore,
            .author-and-socials .social-block-news-page li:before,
            .filter-modal-windows .modal-content .modal-body ul li:before,
            .hideme {
                display: none
            }

            #pollGraph ul.poll-answers li .answer:hover {
                background: #18aa52;
                cursor: pointer;
                color: #fff
            }

            #pollGraph ul.poll-answers li .ansScore .title {
                text-align: left;
                color: #18aa52;
                font-weight: 700
            }

            #pollGraph ul.poll-answers li .ansScore .scoreS {
                width: 100%;
                background: #d2d2d2;
                position: relative
            }

                #pollGraph ul.poll-answers li .ansScore .scoreS .progres {
                    width: 10%;
                    background: #18aa52;
                    height: 20px
                }

                #pollGraph ul.poll-answers li .ansScore .scoreS .progressText {
                    position: absolute;
                    z-index: 3;
                    top: 1px;
                    left: 5px;
                    color: #fff
                }

            #pollGraph ul.poll-answers li.active .answer {
                background: #18aa52;
                cursor: pointer;
                color: #fff
            }

    #pollGraph ul.showAns {
        overflow: hidden;
        height: 196px
    }

.glimpse-nowrap {
    z-index: 1000
}

.default-content h2 {
    margin: 15px 0 5px
}

.default-content h3 {
    margin: 10px 0 5px
}

.default-content h4 {
    font-weight: 700;
    font-size: 14px;
    margin: 10px 0 0
}

.default-content p,
.default-content ul {
    margin: 0
}

.default-content ul {
    margin-left: 2em
}

.live-match-panel .match-details,
.news .match-details {
    padding-bottom: 25px
}

.live-match-panel div .match-wrapper,
.live-match-panel.completed .match-wrapper,
.live-match-panel.today .match-wrapper,
.live-match-panel.upcoming .match-wrapper,
.news div .match-wrapper,
.news.completed .match-wrapper,
.news.today .match-wrapper,
.news.upcoming .match-wrapper {
    margin: 0 auto;
    padding-top: 20px
}

    .live-match-panel div .match-wrapper .fix-logo,
    .live-match-panel.completed .match-wrapper .fix-logo,
    .live-match-panel.today .match-wrapper .fix-logo,
    .live-match-panel.upcoming .match-wrapper .fix-logo,
    .news div .match-wrapper .fix-logo,
    .news.completed .match-wrapper .fix-logo,
    .news.today .match-wrapper .fix-logo,
    .news.upcoming .match-wrapper .fix-logo {
        height: 70px;
        left: -35px;
        margin: 0 50%;
        position: absolute;
        text-align: center;
        width: 70px
    }

    .live-match-panel div .match-wrapper .team,
    .live-match-panel.completed .match-wrapper .team,
    .live-match-panel.today .match-wrapper .team,
    .live-match-panel.upcoming .match-wrapper .team,
    .news div .match-wrapper .team,
    .news.completed .match-wrapper .team,
    .news.today .match-wrapper .team,
    .news.upcoming .match-wrapper .team {
        width: 165px
    }

        .live-match-panel div .match-wrapper .team hr,
        .live-match-panel.completed .match-wrapper .team hr,
        .live-match-panel.today .match-wrapper .team hr,
        .live-match-panel.upcoming .match-wrapper .team hr,
        .news div .match-wrapper .team hr,
        .news.completed .match-wrapper .team hr,
        .news.today .match-wrapper .team hr,
        .news.upcoming .match-wrapper .team hr {
            float: left;
            margin-top: 3px;
            width: 100%
        }

        .live-match-panel div .match-wrapper .team .score-loss,
        .live-match-panel div .match-wrapper .team .score-win,
        .live-match-panel.completed .match-wrapper .team .score-loss,
        .live-match-panel.completed .match-wrapper .team .score-win,
        .live-match-panel.today .match-wrapper .team .score-loss,
        .live-match-panel.today .match-wrapper .team .score-win,
        .live-match-panel.upcoming .match-wrapper .team .score-loss,
        .live-match-panel.upcoming .match-wrapper .team .score-win,
        .news div .match-wrapper .team .score-loss,
        .news div .match-wrapper .team .score-win,
        .news.completed .match-wrapper .team .score-loss,
        .news.completed .match-wrapper .team .score-win,
        .news.today .match-wrapper .team .score-loss,
        .news.today .match-wrapper .team .score-win,
        .news.upcoming .match-wrapper .team .score-loss,
        .news.upcoming .match-wrapper .team .score-win {
            padding: 4px 0 25px
        }

        .live-match-panel div .match-wrapper .team.n01,
        .live-match-panel.completed .match-wrapper .team.n01,
        .live-match-panel.today .match-wrapper .team.n01,
        .live-match-panel.upcoming .match-wrapper .team.n01,
        .news div .match-wrapper .team.n01,
        .news.completed .match-wrapper .team.n01,
        .news.today .match-wrapper .team.n01,
        .news.upcoming .match-wrapper .team.n01 {
            float: left;
            padding: 0 30px;
            text-align: center
        }

            .live-match-panel div .match-wrapper .team.n01 .teamName,
            .live-match-panel.completed .match-wrapper .team.n01 .teamName,
            .live-match-panel.today .match-wrapper .team.n01 .teamName,
            .live-match-panel.upcoming .match-wrapper .team.n01 .teamName,
            .news div .match-wrapper .team.n01 .teamName,
            .news.completed .match-wrapper .team.n01 .teamName,
            .news.today .match-wrapper .team.n01 .teamName,
            .news.upcoming .match-wrapper .team.n01 .teamName {
                float: right !important;
                margin-right: -3px
            }

            .live-match-panel div .match-wrapper .team.n01 .teamLogo,
            .live-match-panel.completed .match-wrapper .team.n01 .teamLogo,
            .live-match-panel.today .match-wrapper .team.n01 .teamLogo,
            .live-match-panel.upcoming .match-wrapper .team.n01 .teamLogo,
            .news div .match-wrapper .team.n01 .teamLogo,
            .news.completed .match-wrapper .team.n01 .teamLogo,
            .news.today .match-wrapper .team.n01 .teamLogo,
            .news.upcoming .match-wrapper .team.n01 .teamLogo {
                float: left !important
            }

            .live-match-panel div .match-wrapper .team.n01 .score-loss,
            .live-match-panel div .match-wrapper .team.n01 .score-win,
            .live-match-panel.completed .match-wrapper .team.n01 .score-loss,
            .live-match-panel.completed .match-wrapper .team.n01 .score-win,
            .live-match-panel.today .match-wrapper .team.n01 .score-loss,
            .live-match-panel.today .match-wrapper .team.n01 .score-win,
            .live-match-panel.upcoming .match-wrapper .team.n01 .score-loss,
            .live-match-panel.upcoming .match-wrapper .team.n01 .score-win,
            .news div .match-wrapper .team.n01 .score-loss,
            .news div .match-wrapper .team.n01 .score-win,
            .news.completed .match-wrapper .team.n01 .score-loss,
            .news.completed .match-wrapper .team.n01 .score-win,
            .news.today .match-wrapper .team.n01 .score-loss,
            .news.today .match-wrapper .team.n01 .score-win,
            .news.upcoming .match-wrapper .team.n01 .score-loss,
            .news.upcoming .match-wrapper .team.n01 .score-win {
                float: right !important;
                width: 100% !important
            }

        .live-match-panel div .match-wrapper .team.n02,
        .live-match-panel.completed .match-wrapper .team.n02,
        .live-match-panel.today .match-wrapper .team.n02,
        .live-match-panel.upcoming .match-wrapper .team.n02,
        .news div .match-wrapper .team.n02,
        .news.completed .match-wrapper .team.n02,
        .news.today .match-wrapper .team.n02,
        .news.upcoming .match-wrapper .team.n02 {
            float: right;
            padding: 0 30px;
            text-align: center
        }

            .live-match-panel div .match-wrapper .team.n02 .teamName,
            .live-match-panel.completed .match-wrapper .team.n02 .teamName,
            .live-match-panel.today .match-wrapper .team.n02 .teamName,
            .live-match-panel.upcoming .match-wrapper .team.n02 .teamName,
            .news div .match-wrapper .team.n02 .teamName,
            .news.completed .match-wrapper .team.n02 .teamName,
            .news.today .match-wrapper .team.n02 .teamName,
            .news.upcoming .match-wrapper .team.n02 .teamName {
                float: left !important;
                margin-left: -2px
            }

            .live-match-panel div .match-wrapper .team.n02 .teamLogo,
            .live-match-panel.completed .match-wrapper .team.n02 .teamLogo,
            .live-match-panel.today .match-wrapper .team.n02 .teamLogo,
            .live-match-panel.upcoming .match-wrapper .team.n02 .teamLogo,
            .news div .match-wrapper .team.n02 .teamLogo,
            .news.completed .match-wrapper .team.n02 .teamLogo,
            .news.today .match-wrapper .team.n02 .teamLogo,
            .news.upcoming .match-wrapper .team.n02 .teamLogo {
                float: right !important
            }

            .live-match-panel div .match-wrapper .team.n02 .score-loss,
            .live-match-panel div .match-wrapper .team.n02 .score-win,
            .live-match-panel.completed .match-wrapper .team.n02 .score-loss,
            .live-match-panel.completed .match-wrapper .team.n02 .score-win,
            .live-match-panel.today .match-wrapper .team.n02 .score-loss,
            .live-match-panel.today .match-wrapper .team.n02 .score-win,
            .live-match-panel.upcoming .match-wrapper .team.n02 .score-loss,
            .live-match-panel.upcoming .match-wrapper .team.n02 .score-win,
            .news div .match-wrapper .team.n02 .score-loss,
            .news div .match-wrapper .team.n02 .score-win,
            .news.completed .match-wrapper .team.n02 .score-loss,
            .news.completed .match-wrapper .team.n02 .score-win,
            .news.today .match-wrapper .team.n02 .score-loss,
            .news.today .match-wrapper .team.n02 .score-win,
            .news.upcoming .match-wrapper .team.n02 .score-loss,
            .news.upcoming .match-wrapper .team.n02 .score-win {
                float: left !important;
                width: 100% !important
            }

        .live-match-panel div .match-wrapper .team .team-wrapper,
        .live-match-panel.completed .match-wrapper .team .team-wrapper,
        .live-match-panel.today .match-wrapper .team .team-wrapper,
        .live-match-panel.upcoming .match-wrapper .team .team-wrapper,
        .news div .match-wrapper .team .team-wrapper,
        .news.completed .match-wrapper .team .team-wrapper,
        .news.today .match-wrapper .team .team-wrapper,
        .news.upcoming .match-wrapper .team .team-wrapper {
            width: 100% !important
        }

            .live-match-panel div .match-wrapper .team .team-wrapper .teamLogo,
            .live-match-panel.completed .match-wrapper .team .team-wrapper .teamLogo,
            .live-match-panel.today .match-wrapper .team .team-wrapper .teamLogo,
            .live-match-panel.upcoming .match-wrapper .team .team-wrapper .teamLogo,
            .news div .match-wrapper .team .team-wrapper .teamLogo,
            .news.completed .match-wrapper .team .team-wrapper .teamLogo,
            .news.today .match-wrapper .team .team-wrapper .teamLogo,
            .news.upcoming .match-wrapper .team .team-wrapper .teamLogo {
                height: 30px
            }

                .live-match-panel div .match-wrapper .team .team-wrapper .teamLogo img,
                .live-match-panel.completed .match-wrapper .team .team-wrapper .teamLogo img,
                .live-match-panel.today .match-wrapper .team .team-wrapper .teamLogo img,
                .live-match-panel.upcoming .match-wrapper .team .team-wrapper .teamLogo img,
                .news div .match-wrapper .team .team-wrapper .teamLogo img,
                .news.completed .match-wrapper .team .team-wrapper .teamLogo img,
                .news.today .match-wrapper .team .team-wrapper .teamLogo img,
                .news.upcoming .match-wrapper .team .team-wrapper .teamLogo img {
                    border: 1px solid #959595;
                    height: 100% !important;
                    width: 42px !important
                }

            .live-match-panel div .match-wrapper .team .team-wrapper > p:nth-of-type(2),
            .live-match-panel.completed .match-wrapper .team .team-wrapper > p:nth-of-type(2),
            .live-match-panel.today .match-wrapper .team .team-wrapper > p:nth-of-type(2),
            .live-match-panel.upcoming .match-wrapper .team .team-wrapper > p:nth-of-type(2),
            .news div .match-wrapper .team .team-wrapper > p:nth-of-type(2),
            .news.completed .match-wrapper .team .team-wrapper > p:nth-of-type(2),
            .news.today .match-wrapper .team .team-wrapper > p:nth-of-type(2),
            .news.upcoming .match-wrapper .team .team-wrapper > p:nth-of-type(2) {
                margin-top: -28px
            }

.live-match-panel .team.n01 .teamName,
.live-match-panel .team.n02 .teamName,
.news .team.n01 .teamName,
.news .team.n02 .teamName {
    margin: 0
}

.panel-body .live-match-panel.completed .match-wrapper .team,
.panel-body .live-match-panel.today .match-wrapper .team,
.panel-body .live-match-panel.upcoming .match-wrapper .team {
    width: 135px
}

.header-content .name-of-series,
.header-content .publishDate {
    font-size: 11px;
    color: #979797;
    float: left
}

    .header-content .name-of-series .author-social li,
    .header-content .name-of-series .icon-default i,
    .header-content .publishDate .author-social li,
    .header-content .publishDate .icon-default i {
        color: #979797
    }

    .header-content .name-of-series.name-of-series,
    .header-content .publishDate.name-of-series {
        padding: 3px 0
    }

    .header-content .name-of-series.publishDate,
    .header-content .publishDate.publishDate {
        padding: 17px 0 18px
    }

.header-content h1 {
    font-size: 44px;
    padding: 0;
    margin: 0;
    line-height: 50px;
    clear: both
}

.orphan-para {
    padding-top: 20px
}

.author-and-socials {
    padding-top: 20px;
    padding-bottom: 4px
}

    .author-and-socials .author-name-wrapper {
        margin: -5px 0 0 40px
    }

    .author-and-socials .article-info {
        margin: 0
    }

    .author-and-socials ul {
        margin: 0 -0.3em 0 0;
        padding: 0;
        float: right
    }

    .author-and-socials p.intro {
        padding-top: 0
    }

    .author-and-socials .social-block-news-page li a span.icon-ca-large {
        font-size: 30px
    }

.video-hero-left,
.video-hero-right {
    min-height: 565px
}

    .video-hero-left.video-hero-right,
    .video-hero-right.video-hero-right {
        margin-bottom: 45px
    }

.video-hero .row-ad {
    padding-top: 41px
}

    .video-hero .row-ad #dapIfM1 {
        float: left
    }

.video-hero .header-content h1 {
    font-size: 24px;
    line-height: 30px
}

.video-hero .header-content .name-of-series {
    padding-bottom: 4px
}

.video-hero .header-content .publishDate {
    padding-top: 5px;
    padding-bottom: 0
}

.video-hero p {
    color: #959595;
    padding-top: 6px;
    padding-bottom: 10px
}

.video-hero .article-info,
.video-hero .author-social {
    margin: 0
}

.video-hero .video-socials .social-block-news-page ul {
    margin-right: -5px
}

.video-hero .video-left {
    padding-left: 0;
    padding-right: 12px
}

#column-content .news .news-intro {
    margin-bottom: 0
}

#column-content .news .brightcove-outer-container {
    margin-top: 8px;
    margin-bottom: 6px
}

#column-content .news .heroImage .brightcove-outer-container {
    margin: 0;
    width: 100%
}

#column-content .news .about-the-writer-panel {
    margin-top: 15px;
    margin-bottom: 9px
}

.filter-error {
    float: left;
    width: 100%;
    background: #f4f4f4;
    margin-top: 15px;
    padding: 60px 100px;
    text-align: center;
    position: relative
}

    .filter-error .filter-guide {
        position: absolute;
        top: 23px
    }

    .filter-error .message {
        padding-top: 22px;
        font-family: Merriweather, serif;
        font-size: 17px;
        line-height: 1.8em;
        color: #363636
    }

        .filter-error .message a {
            color: #00ab4e
        }

.filter-modal-windows .modal-content .modal-body {
    padding: 0;
    max-height: 400px !important
}

    .filter-modal-windows .modal-content .modal-body ul {
        float: left;
        width: 100%;
        padding: 0;
        list-style: none
    }

        .filter-modal-windows .modal-content .modal-body ul li {
            width: 100%;
            cursor: pointer;
            float: left;
            border-bottom: 1px solid #e4e4e4
        }

            .filter-modal-windows .modal-content .modal-body ul li div {
                padding: 20px 25px;
                font-weight: 700;
                float: left
            }

            .filter-modal-windows .modal-content .modal-body ul li .fa {
                width: 40px;
                height: auto;
                margin-right: 10px;
                vertical-align: middle
            }

                .filter-modal-windows .modal-content .modal-body ul li .fa:before {
                    font-size: 40px
                }

            .filter-modal-windows .modal-content .modal-body ul li .teamLogo {
                width: 34px;
                height: 24px;
                margin-right: 10px;
                border: 1px solid #959595
            }

            .filter-modal-windows .modal-content .modal-body ul li .seriesLogo {
                width: 50px;
                height: 50px;
                padding: 0;
                float: left;
                margin-right: 10px
            }

                .filter-modal-windows .modal-content .modal-body ul li .seriesLogo img {
                    width: 100%
                }

            .filter-modal-windows .modal-content .modal-body ul li .seriesName {
                padding: 3px 0 0;
                float: left
            }

                .filter-modal-windows .modal-content .modal-body ul li .seriesName span {
                    text-transform: uppercase;
                    font-size: 12px;
                    float: left
                }

                .filter-modal-windows .modal-content .modal-body ul li .seriesName strong {
                    clear: both;
                    float: left
                }

            .filter-modal-windows .modal-content .modal-body ul li:hover {
                background: #00ab4e;
                color: #fff
            }

            .filter-modal-windows .modal-content .modal-body ul li:last-child {
                border: 0
            }

.filter-modal-windows h4 {
    font-size: 28px;
    padding: 3px 0 0 10px
}

.filter-modal-windows .close {
    box-shadow: none;
    filter: alpha(opacity=100);
    margin-right: 5px;
    margin-top: 0;
    opacity: 1
}

    .filter-modal-windows .close span {
        color: #5b5b5b;
        font-size: 45px
    }

.news-landing {
    padding: 13px 0 15px
}

    .news-landing h1 {
        padding-bottom: 8px
    }

.teams-tiles-landing .fixture-filter {
    padding-bottom: 25px
}

    .teams-tiles-landing .fixture-filter .filter-control .btn-default {
        width: 50% !important
    }

.teams-tiles-landing ul.teams-tiles {
    float: left;
    padding-bottom: 30px
}

    .teams-tiles-landing ul.teams-tiles li {
        background: #f7f7f7;
        width: 25%;
        margin-bottom: 5px;
        text-align: center;
        list-style: none;
        float: left;
        border: 2px solid #fff;
        cursor: pointer
    }

        .teams-tiles-landing ul.teams-tiles li img {
            margin: 20px 0;
            width: 105px
        }

        .teams-tiles-landing ul.teams-tiles li .team-type {
            height: 19px;
            font-size: 11px;
            text-transform: uppercase;
            background: #e7e7e7;
            line-height: 19px;
            text-align: left;
            padding: 0 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .teams-tiles-landing ul.teams-tiles li .team-name {
            font-family: tablet-gothic-narrow, serif;
            color: #fff;
            font-size: 18px;
            line-height: 18px;
            background: #767676;
            text-align: left;
            padding: 7px 12px 11px;
            height: 75px
        }

        .teams-tiles-landing ul.teams-tiles li:hover {
            border: 2px solid #c2c2c2;
            opacity: .7;
            filter: alpha(opacity=70)
        }

.modal-open {
    overflow: inherit
}

    .modal-open .modal {
        overflow: hidden
    }

.brand {
    padding: 6px 0;
    background-color: rgba(0, 0, 0, 0.1);
    height: auto
}

.brandImg {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding-left: 12px
}

.brand .brandImg img {
    width: 185px
}

.animated-top {
    transition: all 350ms ease-in-out
}

@media (max-width:1023px) {

    #nav-ca,
    #score-module {
        position: relative;
        z-index: 10000
    }

    .score-module-40 {
        position: fixed;
        top: 40px !important
    }

    .brand {
        position: relative
    }

        .brand .brandImg img {
            width: 135px
        }
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga'
}

.wings-ad {
    display: inline-block;
    width: 120px;
    height: 600px;
    background-color: #d0d0d0
}

.news-feature-header,
.our-voices-header,
.video-header {
    background-color: transparent
}

.wings-ad#left-wings {
    float: left;
    margin-left: -120px
}

.wings-ad#right-wings {
    float: right;
    margin-right: -120px
}

.wings-ad.sticky#right-wings {
    margin-left: 990px
}

@media (max-width:1229px) {
    .wings-ad {
        display: none
    }
}

.billboard-alignment-fix,
.teams-block,
.teams-block .hidden-small-mobile,
.teams-block .team-content {
    display: flex
}

.billboard-no-padding {
    padding-top: 0;
    padding-bottom: 0
}

.billboard-alignment-fix {
    align-items: center;
    justify-content: center
}

.js-next__header {
    width: 100%;
    z-index: 100
}

.video-js {
    width: 100% !important;
    padding-bottom: 56.25%
}

.teams-block {
    justify-content: space-between;
    margin: 16px auto 0;
    max-width: 450px;
    padding: 0 15px 15px;
    line-height: 1.2
}

@media (max-width:767px) {
    .js-next__header {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }

    .teams-block {
        padding-top: 15px
    }
}

.teams-block .team-block {
    flex: 1 1 0
}

.teams-block .team-logo-wrapper {
    flex: 0 0 54px
}

.teams-block .team-logo-left {
    padding-right: 5px;
    text-align: center
}

.teams-block .team-logo-right {
    padding-left: 5px;
    text-align: center
}

.teams-block .team-info-wrapper {
    flex: 1 1 auto;
    font-size: 14px
}

.teams-block .info-score {
    font-family: tablet-gothic-narrow, serif;
    font-size: 26px;
    line-height: .8;
    font-weight: 700
}

@media (min-width:768px) and (max-width:860px) {
    .teams-block .info-score {
        font-size: 20px
    }
}

.teams-block .team-name-text {
    display: flex;
    font-weight: 700;
    height: 100%;
    align-items: center
}

.teams-block .info-left {
    padding-right: 5px
}

.teams-block .info-right {
    padding-left: 5px;
    text-align: right
}

.teams-block .text-right {
    justify-content: flex-end
}

.teams-block .team-logo {
    align-self: flex-start;
    width: 58px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08)
}

.teams-block .fixture-logo-wrapper {
    align-content: center;
    margin-top: -10px
}

.teams-block .fixture-logo {
    width: 60px
}

.teams-block .team-name {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2em;
    padding-top: 5px
}

.teams-block .small-score {
    font-family: tablet-gothic-narrow, serif;
    font-size: 16px;
    line-height: 1.2em
}

.teams-block .score-wrapper {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
    height: 46px
}

.teams-block .show-small-mobile {
    display: none
}

@media (max-width:374px) {
    .teams-block .hidden-small-mobile {
        display: none
    }

    .teams-block .show-small-mobile {
        display: block
    }
}

h1.news-header {
    font-size: 39px;
    margin: 0
}

.author-social a,
.author-social p,
.our-voices-items p,
p.article-tag {
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.our-voices-items p,
p.article-tag {
    text-decoration: none;
    font-weight: 400;
    color: #4d4d4d;
    text-transform: none
}

p.article-tag {
    margin-top: 4px;
    margin-bottom: 8px;
    display: none
}

.video-info p.article-tag {
    display: block
}

.article-info .share,
.btn-more-voices,
.btn-more-voices a span,
.btn-show-more-articles a span,
.social ul,
span.icon-ca.icon-ca-CA-Icon-Share-Default {
    display: none
}

p.article-tag a {
    color: rgba(0, 0, 0, 0.7)
}

.article-b {
    clear: both;
    margin-bottom: 29px
}

@media (min-width:767px) {
    .row-articles-small {
        padding-left: 15px
    }

    .row.row-exclusive .btn-group-vertical > .btn-group,
    .row.row-exclusive .btn-toolbar,
    .row.row-exclusive .clearfix,
    .row.row-exclusive .container,
    .row.row-exclusive .container-fluid,
    .row.row-exclusive .form-horizontal .form-group,
    .row.row-exclusive .modal-footer,
    .row.row-exclusive .nav,
    .row.row-exclusive .navbar,
    .row.row-exclusive .navbar-collapse,
    .row.row-exclusive .navbar-header,
    .row.row-exclusive .pager,
    .row.row-exclusive .panel-body,
    .row.row-exclusive .row {
        margin-bottom: 16px
    }

    .news.news-feature {
        padding-right: 40px
    }

    .ads-styled.w728 {
        max-width: none !important
    }
}

.author-social a,
.author-social p {
    color: #000;
    line-height: 19px;
    margin-top: 8px
}

    .author-social a:hover {
        color: #000
    }

.video-header.logo {
    padding-left: 0 !important
}

.article-latest-news .author-social a,
.article-latest-news .author-social i,
.article-latest-news .author-social li,
.article-latest-news .author-social p {
    color: rgba(0, 0, 0, 0.5)
}

.news-feature-header .col-lg-12 h2,
.our-voices-header h2 {
    color: initial
}

.social {
    margin-bottom: 24px
}

.our-voices-header {
    padding: .31em 0
}

.news-feature-header .col-lg-12 {
    padding-left: 8px
}

h1:not(.news-header),
h1:not(.news-header) a {
    color: #000;
    font-weight: 700
}

.our-voices-header h2,
.row .row-exclusive h2 {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700
}

h1:not(.news-header) {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 24px
}

.series-landing .series-landing-header h1 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 44px
}

.players-new .players-h1 {
    font-size: 24px !important;
    font-weight: 700 !important
}

.video-hero h1 {
    text-transform: initial;
    letter-spacing: initial;
    font-weight: 800;
    color: #fff
}

.row-top-articles.row-top-16 .row.hidden-xs {
    margin-top: 24px
}

.row-top-articles {
    padding-bottom: 0
}

.video-header h2 {
    color: initial
}

.feature-widget.our-voices,
.news.news-feature {
    margin-top: 40px;
    margin-bottom: 32px !important
}

.btn-show-more-articles.new-margin-7 {
    padding-bottom: 20px
}

.our-voices-items p a {
    margin-bottom: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.4
}

.btn-more-voices a,
.btn-show-more-articles a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400
}

    .btn-more-voices a:hover,
    .btn-show-more-articles a:hover {
        color: #0A4
    }

.ads-styled.w980 {
    margin: 40px auto
}

.icon-video-icon-overlay {
    bottom: 11px !important;
    right: 40px
}

.icon-video-text-overlay {
    bottom: 8px !important;
    right: 10px
}

@media (max-width:767px) {

    .col-articles-small .news-key-line:last-of-type,
    .video-players .btn-group-vertical > .btn-group:last-of-type .news-key-line,
    .video-players .btn-toolbar:last-of-type .news-key-line,
    .video-players .clearfix:last-of-type .news-key-line,
    .video-players .container-fluid:last-of-type .news-key-line,
    .video-players .container:last-of-type .news-key-line,
    .video-players .form-horizontal .form-group:last-of-type .news-key-line,
    .video-players .modal-footer:last-of-type .news-key-line,
    .video-players .nav:last-of-type .news-key-line,
    .video-players .navbar-collapse:last-of-type .news-key-line,
    .video-players .navbar-header:last-of-type .news-key-line,
    .video-players .navbar:last-of-type .news-key-line,
    .video-players .pager:last-of-type .news-key-line,
    .video-players .panel-body:last-of-type .news-key-line,
    .video-players .row:last-of-type .news-key-line {
        display: none
    }

    .video-players .btn-group-vertical > .btn-group:last-of-type,
    .video-players .btn-toolbar:last-of-type,
    .video-players .clearfix:last-of-type,
    .video-players .container-fluid:last-of-type,
    .video-players .container:last-of-type,
    .video-players .form-horizontal .form-group:last-of-type,
    .video-players .modal-footer:last-of-type,
    .video-players .nav:last-of-type,
    .video-players .navbar-collapse:last-of-type,
    .video-players .navbar-header:last-of-type,
    .video-players .navbar:last-of-type,
    .video-players .pager:last-of-type,
    .video-players .panel-body:last-of-type,
    .video-players .row:last-of-type {
        margin-bottom: 8px
    }

    .video-players .video-top {
        margin-top: .4em
    }

    .ads-styled.w980 {
        margin: 10px auto !important
    }

    .article-b {
        margin-bottom: 0
    }

        .article-b h2 a {
            font-size: 18px;
            line-height: 1.1em;
            font-weight: 700;
            margin-top: 14px
        }

    .our-voices-header h2,
    .row .row-exclusive h2 {
        padding-left: 15px;
        margin-bottom: 8px
    }

    .col-articles-small {
        padding-top: 2.5em
    }

        .col-articles-small .video-top {
            margin-top: 0
        }
}

.article-text.article-text-news-feature,
.news.clear-float.hidden-xs {
    margin-top: 16px
}

.article-hero .article-info,
.article-hero .author-social,
.article-hero p.article-tag {
    display: block
}

body.ad-bg-color,
body.ad-bg-container {
    background-color: #fff
}

.row-add-margin-leaderboard {
    margin-bottom: 32px
}

.all-content {
    overflow-x: hidden
}

.row-ad .col-lg-12 {
    padding: 0
}

@media (min-width:1024px) {
    .buy-text-wrapper {
        display: none
    }
}

@media (min-width:1360px) {
    .buy-text-wrapper {
        display: initial
    }
}

@media (max-width:1366px) {
    .sidebar-ads {
        display: none
    }
}

@media (min-width:1200px) {

    .container.container-live-scores-fat.mobile,
    .feature-panel.match-centre.match-centre-sticky {
        display: none
    }
}

@media (min-width:480px) and (max-width:992px) {

    .news .score-loss,
    .news .score-win {
        width: 100%
    }

    .video-hero .social-block-news-page ul {
        padding-right: 15px
    }
}

@media (max-width:1200px) {

    .all-content.block-scroll,
    body.block-scroll {
        overflow-y: auto
    }

    .container {
        width: 100%
    }

    #row-articles-news-related-stories .no-row-margin-right,
    #row-articles-news-top-news .no-row-margin-right,
    #writer-articles > .row {
        margin-right: 0
    }
}

@media (min-width:1025px) {
    .client-logo {
        margin-top: .5em;
        margin-bottom: -1.6em
    }

    ul.teams-tiles li:nth-child(12),
    ul.teams-tiles li:nth-child(16),
    ul.teams-tiles li:nth-child(4),
    ul.teams-tiles li:nth-child(8) {
        margin-right: 0
    }
}

@media (max-width:1199px) {
    .news .brightcove-outer-container {
        max-width: 100%;
        height: auto
    }

    .tickets .panel-body .panel-content .ad-logo {
        width: 290px
    }
}

@media (max-width:1024px) {
    .promotion-section-1 .panel-content .img-wrapper {
        display: inline-block
    }

    .follow-us-overflow .follow-us-section .follow-us-icons {
        margin-bottom: -1.25em
    }

    .hidden-desktop-mobile {
        display: block
    }

    .hidden-tablet {
        display: none
    }
}

@media (max-width:1023px) {
    .row-tickets-margin-top {
        margin-top: 2em
    }

    .intro-panel-container {
        padding: 2em
    }

    .hero-full-width {
        padding-top: 3em
    }

        .hero-full-width .ad-img-wrap {
            height: 30em;
            overflow: hidden
        }

    .act-on > li {
        display: block;
        float: none;
        width: 50%
    }

    .white-bg {
        padding-top: 0
    }

    .feature-panel a {
        line-height: 2.9em
    }

    .container.main-content.error-header-logos {
        padding-top: 1em
    }

    .ad-container {
        background: #fff;
        display: none
    }

    .login-social-gigya {
        display: none
    }

    body {
        width: 100%;
        height: 100%
    }

    .all-content {
        height: 100%;
        width: 100%
    }

        .all-content.block-scroll,
        body.block-scroll {
            overflow: hidden
        }

    #nav-ca {
        backface-visibility: hidden;
        height: auto;
        overflow: visible;
        z-index: 10
    }

    .nav-overlay {
        display: block
    }

    #score-module {
        position: relative;
        width: 100%;
        z-index: 100000
    }

    .row-leaderboard-only-desktop {
        display: none
    }

    .row-leaderboard-only-tablet {
        background-color: #fff;
        display: block;
        margin-top: 0
    }

    .container-live-scores-fat,
    .container-nav-ca {
        padding-left: 0;
        padding-right: 0
    }

    .hamburger {
        display: block
    }

    .subscribe-user {
        display: none
    }

    .mobile-nav-close,
    .nav-list-ca .account-info,
    ul.nav-list-ca #nav-sm-search,
    ul.nav-list-ca #nav-tickets {
        display: block
    }

    .navbar-branding-ca {
        margin-bottom: 0;
        padding-top: 0
    }

    .container-nav-ca .all-content.fix {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .nav-wrapper {
        float: none;
        position: fixed;
        top: 0;
        z-index: 1000;
        height: 100%;
        width: 300px;
        left: -100%;
        overflow: visible
    }

    .navbar-collapse-ca {
        float: none;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

    ul.nav-list-ca {
        padding-bottom: 4em;
        width: 100%
    }

        ul.nav-list-ca li {
            border-bottom: 1px solid #00ab4e;
            display: block
        }

        ul.nav-list-ca #nav-tickets a {
            background-color: #959595
        }

            ul.nav-list-ca #nav-tickets a:hover {
                background-color: #948c68
            }

    .nav-list-ca #nav-search {
        display: none
    }

    .nav-list-ca #nav-sign-in {
        display: block
    }

    .feature-links,
    .live-match-panel.completed .btn-wrapper a span.text,
    .live-match-panel.today .btn-wrapper a span.text,
    .live-match-panel.upcoming .btn-wrapper a span.text {
        display: none
    }

    .hamburger.active {
        background: #00622c
    }

    .client-logo {
        background-image: url(../img/Cricket-Logo-Banner-Tablet-Mobile.png);
        height: 28px;
        margin-top: 3px;
        margin-left: 9px;
        width: 180px
    }

    .main-content {
        margin-top: 0
    }

    .user-profile .subscription-packages {
        margin: 0
    }

    .container.main-content.gigya-pwd-reset h1 {
        margin-top: .5em
    }

    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-7 span:nth-of-type(2),
    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-7 span:nth-of-type(3) {
        width: 14em
    }

    .tickets-landing .row-top-margin .filter-section.dropdown {
        padding: 0
    }

        .tickets-landing .row-top-margin .filter-section.dropdown .series-forms .filter-control {
            padding: 10px 0;
            overflow: hidden
        }

    .tickets-landing .row-top-margin .panel-tickets {
        padding: 0
    }

    .tickets-landing #menu-content .panel-group {
        padding: 0;
        margin: 0
    }

        .tickets-landing #menu-content .panel-group .panel-body {
            margin: 0;
            padding: 0 0 16px
        }

        .tickets-landing #menu-content .panel-group .panel.highlight {
            background-color: #A0A0A0;
            padding-bottom: 0
        }

        .tickets-landing #menu-content .panel-group .panel.dimlight {
            background-color: #afa675
        }

        .tickets-landing #menu-content .panel-group a.panel-heading {
            padding: 36px 25px
        }

            .tickets-landing #menu-content .panel-group a.panel-heading .series-header h2 {
                font-size: 18px;
                color: #FFF
            }

            .tickets-landing #menu-content .panel-group a.panel-heading .series-header .fa {
                margin: -18px 0;
                color: #FFF
            }

        .tickets-landing #menu-content .panel-group .panel + .panel {
            margin-top: 1px
        }

        .tickets-landing #menu-content .panel-group .panel-group {
            padding: 0 8px
        }

            .tickets-landing #menu-content .panel-group .panel-group .panel {
                background-color: #FFF;
                padding-bottom: 0
            }

            .tickets-landing #menu-content .panel-group .panel-group a.panel-heading {
                padding: 10px
            }

                .tickets-landing #menu-content .panel-group .panel-group a.panel-heading .series-header h2 {
                    font-size: 18px;
                    color: #afa675
                }

                .tickets-landing #menu-content .panel-group .panel-group a.panel-heading .series-header .fa {
                    margin: -18px 0;
                    color: #afa675
                }

                .tickets-landing #menu-content .panel-group .panel-group a.panel-heading.collapsed {
                    background-color: #a0a0a0
                }

    .tickets-landing .tickets-header h1 {
        color: #000;
        margin-top: 60px;
        font-size: 30px
    }

    .tickets .tablet-mobile-no-gutter {
        overflow: hidden
    }

    .tickets .btn-wrapper a {
        padding: 0 24px;
        height: 34px;
        line-height: 34px
    }

    .tickets .btn-wrapper {
        margin: 40px 5px
    }

    .tickets .panel-group {
        padding: 0;
        margin: 0
    }

        .tickets .panel-group .panel-body {
            padding: 0 23px
        }

        .tickets .panel-group a.panel-heading {
            padding: 0
        }

            .tickets .panel-group a.panel-heading .series-header {
                padding: 0 25px 0 30px
            }

        .tickets .panel-group .panel {
            background-color: #f5f5f5
        }

        .tickets .panel-group .match-wrapper {
            margin: 13px 0;
            display: inline-block;
            width: 290px
        }

            .tickets .panel-group .match-wrapper .team.n01 {
                float: left;
                padding: 0 30px 0 5px;
                text-align: center;
                min-height: 76px;
                width: 135px
            }

            .tickets .panel-group .match-wrapper .fix-logo {
                height: 70px;
                left: -35px;
                margin: 0 50%;
                position: absolute;
                text-align: center;
                width: 70px
            }

            .tickets .panel-group .match-wrapper .team.n02 {
                float: right;
                padding: 0 5px 0 40px;
                text-align: center;
                min-height: 76px;
                width: 145px
            }

        .tickets .panel-group div.match-details {
            padding: 0 8px 13px
        }

            .tickets .panel-group div.match-details p {
                font-size: 14px;
                margin: 38px 0 0
            }

        .tickets .panel-group .panel-collapse.collapsing {
            overflow: initial
        }

    .series-bg {
        display: none
    }
}

@media (min-width:1024px) {
    #menu-content {
        display: none
    }
}

@media all and (max-width:1250px) and (min-width:0) {
    .sidebar-ads {
        display: none
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 600px
    }
}

@media (max-width:992px) {

    #column-content .about-the-writer-panel a.author-hashtag,
    .news .about-the-writer-panel a.author-hashtag {
        position: relative !important;
        left: 0;
        display: block
    }

    #column-content .about-the-writer-panel-short-bio p {
        width: 100%
    }

    #quick-singles .quick-singles-header.col-ad {
        height: 80px
    }

        #quick-singles .quick-singles-header.col-ad .ddd.ddd-ad-col {
            margin-top: 1.7em
        }

    .hero-full-width {
        padding-top: 3em
    }

        .hero-full-width .t-c-link {
            line-height: 1em;
            font-size: 90%
        }

    .act-on > li {
        display: block;
        float: none;
        width: 50%
    }

    .info-wrapper {
        height: 5em
    }

    .author-short-bio.our-voices-list.our-videographers {
        padding-bottom: 4em
    }

    .main-content.container-live-scores-fat.desktop .row-mobile-no-margin {
        margin: 0
    }

        .main-content.container-live-scores-fat.desktop .row-mobile-no-margin .col-adjust-padding {
            padding-right: 15px
        }

    .promotion-section-1 .panel-content-1 {
        width: 268px
    }

        .promotion-section-1 .panel-content-1 h1 {
            font-size: 21px;
            line-height: 1.4
        }

        .promotion-section-1 .panel-content-1 .img-responsive {
            max-width: 90%
        }

        .promotion-section-1 .panel-content-1 .promo-btn-wrapper a {
            height: 39.13px;
            width: 117.39px
        }

    .promotion-section-3 {
        height: auto
    }

        .promotion-section-3 .panel-content .wrapper {
            margin-bottom: 2em
        }

    .legendary-moments .wrapper {
        width: auto
    }

    .row.row-widget-teams {
        margin-top: -4em
    }

    .row.row-widget-awards {
        margin-top: -2em
    }

    body {
        background: #fff
    }

    .feature-widget.feature-widget-limit.widget-full-width {
        max-width: 100%
    }

    .row.row-player-ad-opsm {
        display: block
    }

    .row.row-ad.row-OPSM-hide-md,
    .row.row-ad.row-ad-hide-md,
    .row.row-ad.row-ad-hide-md-xs {
        display: none
    }

    .packages .row.subsribe-row-no-margin .col-lg-1,
    .packages .row.subsribe-row-no-margin .col-lg-10,
    .packages .row.subsribe-row-no-margin .col-lg-11,
    .packages .row.subsribe-row-no-margin .col-lg-12,
    .packages .row.subsribe-row-no-margin .col-lg-2,
    .packages .row.subsribe-row-no-margin .col-lg-3,
    .packages .row.subsribe-row-no-margin .col-lg-4,
    .packages .row.subsribe-row-no-margin .col-lg-5,
    .packages .row.subsribe-row-no-margin .col-lg-6,
    .packages .row.subsribe-row-no-margin .col-lg-7,
    .packages .row.subsribe-row-no-margin .col-lg-8,
    .packages .row.subsribe-row-no-margin .col-lg-9,
    .packages .row.subsribe-row-no-margin .col-md-1,
    .packages .row.subsribe-row-no-margin .col-md-10,
    .packages .row.subsribe-row-no-margin .col-md-11,
    .packages .row.subsribe-row-no-margin .col-md-12,
    .packages .row.subsribe-row-no-margin .col-md-2,
    .packages .row.subsribe-row-no-margin .col-md-3,
    .packages .row.subsribe-row-no-margin .col-md-4,
    .packages .row.subsribe-row-no-margin .col-md-5,
    .packages .row.subsribe-row-no-margin .col-md-6,
    .packages .row.subsribe-row-no-margin .col-md-7,
    .packages .row.subsribe-row-no-margin .col-md-8,
    .packages .row.subsribe-row-no-margin .col-md-9,
    .packages .row.subsribe-row-no-margin .col-sm-1,
    .packages .row.subsribe-row-no-margin .col-sm-10,
    .packages .row.subsribe-row-no-margin .col-sm-11,
    .packages .row.subsribe-row-no-margin .col-sm-12,
    .packages .row.subsribe-row-no-margin .col-sm-2,
    .packages .row.subsribe-row-no-margin .col-sm-3,
    .packages .row.subsribe-row-no-margin .col-sm-4,
    .packages .row.subsribe-row-no-margin .col-sm-5,
    .packages .row.subsribe-row-no-margin .col-sm-6,
    .packages .row.subsribe-row-no-margin .col-sm-7,
    .packages .row.subsribe-row-no-margin .col-sm-8,
    .packages .row.subsribe-row-no-margin .col-sm-9,
    .packages .row.subsribe-row-no-margin .col-xs-1,
    .packages .row.subsribe-row-no-margin .col-xs-10,
    .packages .row.subsribe-row-no-margin .col-xs-11,
    .packages .row.subsribe-row-no-margin .col-xs-12,
    .packages .row.subsribe-row-no-margin .col-xs-2,
    .packages .row.subsribe-row-no-margin .col-xs-3,
    .packages .row.subsribe-row-no-margin .col-xs-4,
    .packages .row.subsribe-row-no-margin .col-xs-5,
    .packages .row.subsribe-row-no-margin .col-xs-6,
    .packages .row.subsribe-row-no-margin .col-xs-7,
    .packages .row.subsribe-row-no-margin .col-xs-8,
    .packages .row.subsribe-row-no-margin .col-xs-9 {
        padding: 15px
    }

    .packages .row.subsribe-row-no-margin .sections,
    .packages .row.subsribe-row-no-margin .sections.active {
        border: 1px solid #aaaaa8
    }

    .disclaimer {
        margin-bottom: 1em
    }

    .player-quote-news-page {
        margin-bottom: 2em;
        margin-top: 2em
    }

    ul.nav-list-ca li #nav-search-field {
        width: 94%
    }

    .article-info-news-page {
        display: block
    }

    .our-voices-hr {
        margin-top: 2em
    }

    .our-voices-quote-header {
        margin-bottom: 0
    }

    .feature-widget.feature-widget-limit {
        width: 100%
    }

    .player-stats .player-cricket-bio .stats-container {
        height: 112px
    }

    .player-stats .player-cricket-bio .local-club-col .my-cricket-logo-link {
        padding-top: 1.8em
    }

    .player-stats .player-cricket-bio .local-club-col .img-centered {
        width: 99px
    }

    .player-stats .tab-content .tab-pane .tab-content-wrapper .player-img {
        right: 166px;
        width: 257px
    }

    .player-stats .player-cricket-bio .stats-container img {
        margin-top: -12px;
        max-width: 99px
    }

    .player-stats .player-cricket-bio .local-club .stats-container img {
        margin-top: 0
    }
}

@media (max-width:991px) {
    #news-most-popular {
        margin-top: 15px
    }

    .homepage .article-b-wrapper h2 {
        margin-top: -0.04166667em
    }

    #column-content {
        padding-right: 15px
    }

    .article-b.article-b-video.top-stories-video-a,
    .article-b.article-b-video.top-stories-video-b {
        margin-right: 0
    }

    p.news-page-article-date {
        font-weight: 400
    }

    #row-articles-news-related-stories .article.related-story-article-left,
    #row-articles-news-related-stories .article.related-story-article-right.feature-related-article-b,
    #row-articles-news-top-news .article.related-story-article-left,
    #row-articles-news-top-news .article.related-story-article-right.feature-related-article-b {
        margin-right: 0;
        padding: 0
    }

    h2.about-the-writer,
    h2.filed-under {
        border-top: 1px solid rgba(174, 165, 122, 0.25);
        padding-top: .5em
    }

    h2.related-stories,
    h2.top-news {
        background-color: #00ab4e;
        color: #fff !important;
        margin-bottom: 15px;
        padding: .4em 0 .6em .5em
    }

    #row-articles-news-related-stories,
    #row-articles-news-top-news,
    .row-articles-filed-under,
    .row-articles-news-top-news,
    .row-articles-news-writer {
        border-top: none
    }

        #row-articles-news-related-stories .no-row-margin-right,
        #row-articles-news-top-news .no-row-margin-right {
            margin-right: -15px
        }

    .tablet-mobile-no-gutter {
        padding: 0
    }

    .main-content-no-gap {
        margin-top: -1px
    }

    .quick-singles-social-icons {
        padding-bottom: 3em
    }

    .row-ad .quick-singles-img {
        left: 1em
    }

    div.author-short-bio {
        margin-top: 0
    }

    .author-short-bio .side-handle {
        display: inline-block
    }

    .ads-hide,
    .author-short-bio .normal-handle,
    .column-social,
    .footer-hide {
        display: none
    }

    img.author-short-bio {
        margin-bottom: .5em;
        vertical-align: top
    }

    #row-articles-news-related-stories .related-story-article-right,
    #row-articles-news-top-news .related-story-article-right {
        padding: 1em 7.5px 1em 0
    }

    #row-articles-news-related-stories .right,
    #row-articles-news-top-news .right {
        padding: 0
    }

    .image-caption p {
        margin-left: 15px;
        margin-right: 15px
    }

    .about-the-writer-panel .about-the-writer-panel-short-bio {
        padding-left: 0
    }

    div.btn-filed-under {
        margin-top: -0.7em
    }

    #writer-articles > .row {
        margin-right: -15px
    }

    .live-match-panel .match-wrapper {
        width: 330px
    }

    .live-match-panel.completed .btn-wrapper > a,
    .live-match-panel.today .btn-wrapper > a,
    .live-match-panel.upcoming .btn-wrapper > a {
        padding: .5em 0
    }

    .tablet-ad-bottom-padding {
        padding-bottom: 3em
    }

    .fixture-ad-homepage {
        margin-top: 0
    }

    .player-stats .player-cricket-bio .stats-container .location-text,
    .player-stats .player-physical-bio .stats-container .location-text {
        height: initial;
        margin-bottom: 17px
    }

    .image-caption .row,
    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options {
        margin: 0
    }

    .cricket-schedule-row-ad-fixture .live-match-panel.completed .match-wrapper,
    .cricket-schedule-row-ad-fixture .live-match-panel.today .match-wrapper,
    .cricket-schedule-row-ad-fixture .live-match-panel.upcoming .match-wrapper {
        overflow: hidden
    }

    .tickets .panel-body .panel-content .extra-arr-options-container {
        text-align: center
    }

        .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options:first-child {
            float: left
        }

        .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options:nth-child(2) {
            position: relative;
            top: 2px
        }

        .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options:last-child {
            float: right
        }

    .tickets .panel-body .panel-content .ad-logo {
        padding: 20px 0 30px 5px;
        position: relative;
        text-align: center;
        width: 100%
    }

        .tickets .panel-body .panel-content .ad-logo a img {
            float: none
        }

        .tickets .panel-body .panel-content .ad-logo a div {
            text-align: left;
            vertical-align: middle;
            display: inline-block
        }

            .tickets .panel-body .panel-content .ad-logo a div p {
                font-size: 14px;
                line-height: 17px
            }
}

@media (max-width:920px) {

    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-7 span:nth-of-type(2),
    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-7 span:nth-of-type(3) {
        width: 10em
    }
}

@media (min-width:765px) and (max-width:768px) {
    .tickets div.match-details {
        padding: 23px 0
    }

    .tickets a.panel-heading .series-header {
        padding: 0 17px 0 20px
    }

        .tickets a.panel-heading .series-header .fa {
            margin: 50px 0
        }

    .tickets .panel-group a.panel-heading + .panel-collapse .panel-body {
        padding: 0 30px
    }

    .tickets-landing .row-top-margin .filter-section.dropdown {
        padding: .5em 0 .3em
    }

    .tickets-landing #menu-content .panel-group,
    .tickets-landing .row-top-margin .panel-tickets {
        padding: 0
    }

        .tickets-landing #menu-content .panel-group .series-header h2 {
            color: #FFF
        }

        .tickets-landing #menu-content .panel-group .panel-body {
            margin: 0 8px;
            padding: 0 0 16px
        }

        .tickets-landing #menu-content .panel-group .panel.highlight {
            background-color: #A0A0A0
        }

        .tickets-landing #menu-content .panel-group .panel.dimlight {
            background-color: #afa675
        }

        .tickets-landing #menu-content .panel-group .series-header .fa {
            margin: -18px 0;
            color: #FFF
        }

        .tickets-landing #menu-content .panel-group a.panel-heading {
            padding: 36px 25px
        }

        .tickets-landing #menu-content .panel-group .panel + .panel {
            margin-top: 1px
        }

        .tickets-landing #menu-content .panel-group .panel-group {
            padding: 0 8px
        }

            .tickets-landing #menu-content .panel-group .panel-group .series-header h2 {
                font-weight: 400;
                color: #afa675
            }

            .tickets-landing #menu-content .panel-group .panel-group .panel {
                background-color: #FFF
            }

            .tickets-landing #menu-content .panel-group .panel-group a.panel-heading {
                padding: 24px 10px
            }

                .tickets-landing #menu-content .panel-group .panel-group a.panel-heading.collapsed {
                    background-color: #a0a0a0
                }

            .tickets-landing #menu-content .panel-group .panel-group .series-header .fa {
                margin: -18px 0;
                color: #afa675
            }
}

@media (max-width:768px) {

    .error-404-panel p,
    .error-500-panel p {
        line-height: 1.1em
    }

    .intro-panel {
        display: none
    }

    .hero-full-width {
        padding-top: 3em
    }

        .hero-full-width .act-on > li {
            float: left;
            width: 50%;
            display: inline
        }

    .shop {
        margin-bottom: 2em
    }

    .info-wrapper {
        height: 4.5em;
        display: block;
        margin: 0 0 1em
    }

    .logo-holder {
        height: 4.5em
    }

    .social-icons.icon-ca-footer {
        margin: 0;
        width: 15em
    }

    .author-short-bio.our-voices-list.our-videographers {
        padding-bottom: 2em
    }

    .our-voices-quote-header {
        margin-top: 15px
    }

    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-7 span:nth-of-type(2),
    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-7 span:nth-of-type(3) {
        width: 18em
    }

    .promotion-section-1 {
        height: auto
    }

        .promotion-section-1 h1 {
            font-size: 20px;
            padding: 0 4em
        }

        .promotion-section-1 .row-rel {
            height: 700px
        }

        .promotion-section-1 .panel-content-1 {
            display: block;
            margin: 4em auto 0;
            width: 70%;
            text-align: center
        }

            .promotion-section-1 .panel-content-1 .img-responsive {
                max-width: 80%;
                margin-bottom: 1em
            }

        .promotion-section-1 .col-img-container {
            position: relative;
            background-size: 80%;
            background-position: center top;
            left: 0
        }

    .promotion-section-2 .color-panel {
        width: 100%
    }

    .promotion-section-2 .col-img-container {
        display: none
    }

    .promotion-section-2 .panel-content {
        text-align: center;
        width: 100%
    }

        .promotion-section-2 .panel-content .content {
            width: 63%;
            margin-left: auto;
            margin-right: auto
        }

            .promotion-section-2 .panel-content .content img {
                display: inline-block
            }

    .account-registration .form-group.email {
        width: 100%
    }

    .disclaimer {
        text-align: left
    }

    #footer p.disclaimer {
        margin-bottom: 1em
    }

    .error-500-panel-floating {
        display: none
    }

    .error-500-panel {
        display: block
    }

    .error-404-panel-floating {
        display: none
    }

    .error-404-panel {
        display: block
    }

    .feature-panel a {
        width: 138px
    }

    .more-from-this-writer-content,
    .more-from-this-writer-header,
    .most-popular-content,
    .most-popular-header {
        margin-left: 0;
        margin-right: 0
    }

    .add-margin-sm-xs {
        margin-bottom: 2em;
        margin-top: 2em
    }
}

@media (max-width:767px) {
    #score-module {
        top: 0
    }

    .tickets-landing #menu-content {
        padding: 30px 0 0
    }

        .tickets-landing #menu-content .panel-group {
            padding: 10px 0 0;
            margin: 0
        }

            .tickets-landing #menu-content .panel-group .panel {
                padding-bottom: 0
            }

            .tickets-landing #menu-content .panel-group a.panel-heading {
                padding: 20px 0;
                display: block
            }

                .tickets-landing #menu-content .panel-group a.panel-heading .series-header {
                    padding: 0 17px 0 20px;
                    background: 0 0
                }

                    .tickets-landing #menu-content .panel-group a.panel-heading .series-header h2 {
                        font-size: 14px;
                        color: #FFF;
                        font-family: Helvetica, Arial, sans-serif
                    }

            .tickets-landing #menu-content .panel-group .panel-body {
                margin: 0;
                padding: 0 0 8px
            }

            .tickets-landing #menu-content .panel-group .series-header .fa {
                margin: -18px 0;
                color: #FFF
            }

            .tickets-landing #menu-content .panel-group .panel + .panel {
                margin-top: 1px
            }

            .tickets-landing #menu-content .panel-group .panel-group {
                padding: 0 8px
            }

                .tickets-landing #menu-content .panel-group .panel-group .panel {
                    background-color: #FFF;
                    padding: 10px 0
                }

                .tickets-landing #menu-content .panel-group .panel-group a.panel-heading {
                    padding: 10px
                }

                    .tickets-landing #column-content,
                    .tickets-landing #menu-content .panel-group .panel-group a.panel-heading .series-header,
                    .tickets-landing .series-forms.tickets-filter {
                        padding: 0
                    }

                        .tickets-landing #menu-content .panel-group .panel-group a.panel-heading .series-header h2 {
                            font-size: 14px;
                            color: #afa675
                        }

                        .tickets-landing #menu-content .panel-group .panel-group a.panel-heading .series-header .fa {
                            margin: -18px 0;
                            color: #afa675
                        }

                    .tickets-landing #menu-content .panel-group .panel-group a.panel-heading.collapsed {
                        background-color: #a0a0a0
                    }

    .tickets-landing #column-content .series-forms.tickets-filter .filterMob {
        padding: 10px 20px
    }

    .tickets-landing #column-content .series-forms.tickets-filter .filterToggle {
        right: 39px;
        top: -55px
    }

    .tickets-landing #column-content .tickets-more.standard-content {
        padding: 0 20px
    }

    .tickets-landing .tickets-header h1 {
        color: #000;
        margin-top: 20px;
        font-size: 30px
    }

    .tickets .btn-wrapper a {
        padding: 0 24px;
        height: 34px;
        line-height: 34px
    }

    .tickets .btn-wrapper {
        margin: 13px 8px
    }

    .tickets .series-header .fa {
        margin: 50px 0
    }

    .tickets .panel-group {
        padding: 0;
        margin: 0
    }

        .tickets .panel-group a.panel-heading {
            padding: 0;
            display: block
        }

            .tickets .panel-group a.panel-heading .series-header {
                padding: 0 17px 0 20px;
                background: 0 0
            }

                .tickets .panel-group a.panel-heading .series-header .title {
                    display: inline-block;
                    width: 75%;
                    vertical-align: middle;
                    margin-bottom: 28px;
                    margin-top: 28px
                }

                .tickets .panel-group a.panel-heading .series-header h2 {
                    font-size: 38px;
                    color: #363636
                }

                .tickets .panel-group a.panel-heading .series-header h3 {
                    font-size: 22px;
                    font-weight: 400;
                    color: #363636;
                    font-family: Helvetica, Arial, sans-serif
                }

        .tickets .panel-group .panel {
            background-color: #f5f5f5
        }

        .tickets .panel-group .match-wrapper {
            margin: 13px 8px;
            display: inline-block;
            width: 310px;
            padding-top: 0
        }

        .tickets .panel-group div.match-details {
            padding: 0 8px 13px
        }

            .tickets .panel-group div.match-details p {
                font-size: 22px;
                margin: 0 8px
            }

    .cricket-schedule .desktop-no-padding {
        float: left;
        padding: 0
    }

    .cricket-schedule ul.nav-tabs li {
        width: 50%
    }

        .cricket-schedule ul.nav-tabs li a {
            text-align: center;
            padding: 10px
        }

            .cricket-schedule ul.nav-tabs li a .badge {
                right: -8px
            }

    .series-forms.fixture-filter .filter.collapse,
    .series-forms.fixture-filter .filterToggle .in,
    .series-forms.fixture-filter .filterToggle.collapsed .out {
        display: none
    }

    .series-forms.fixture-filter .collapse.in,
    .series-forms.fixture-filter .filterToggle.collapsed .in {
        display: inline-block
    }

    .series-forms.fixture-filter .filterMob {
        padding-top: 20px;
        width: 100%
    }

    .series-forms.fixture-filter ul.nav-tabs {
        clear: both;
        padding-top: 20px
    }

    .series-forms.fixture-filter .btn-group {
        width: 100%;
        margin-top: -2px
    }

        .series-forms.fixture-filter .btn-group label {
            width: 50%
        }

    .series-forms.fixture-filter a.btn {
        width: 100%;
        margin-bottom: 1px
    }

    .series-forms.fixture-filter .mobile-fixture-filter {
        width: 100%
    }

        .series-forms.fixture-filter .mobile-fixture-filter a.btn {
            padding: 10px 30px 10px 10px;
            width: 99%;
            float: left;
            text-align: left;
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border: 1px solid #DEDEDE;
            background: 0 0;
            margin-right: 3px;
            color: #363636;
            text-overflow: ellipsis;
            overflow: hidden;
            position: relative
        }

            .series-forms.fixture-filter .mobile-fixture-filter a.btn .fa {
                position: absolute;
                right: 14px;
                top: 12px;
                color: #7d7d7d !important
            }

                .series-forms.fixture-filter .mobile-fixture-filter a.btn .fa.fa-times.btn {
                    border: 0;
                    line-height: normal
                }

            .series-forms.fixture-filter .mobile-fixture-filter a.btn select {
                border: 0;
                background: 0 0;
                width: 90%;
                line-height: 20px;
                opacity: 0;
                position: absolute;
                left: -1px;
                height: 42px;
                top: -1px
            }

    .series-forms.tickets-filter .filter.collapse,
    .series-forms.tickets-filter .filterToggle .in,
    .series-forms.tickets-filter .filterToggle.collapsed .out {
        display: none
    }

    .series-forms.tickets-filter .collapse.in,
    .series-forms.tickets-filter .filterToggle.collapsed .in {
        display: inline-block
    }

    .series-forms.tickets-filter .filterMob {
        padding-top: 20px;
        width: 100%
    }

    .series-forms.tickets-filter ul.nav-tabs {
        clear: both;
        padding-top: 20px
    }

    .series-forms.tickets-filter .btn-group {
        width: 100%;
        margin-top: -2px
    }

        .series-forms.tickets-filter .btn-group label {
            width: 50%
        }

    .series-forms.tickets-filter a.btn {
        width: 100%;
        margin-bottom: 1px
    }

    .series-forms.tickets-filter .mobile-tickets-filter {
        width: 100%
    }

        .series-forms.tickets-filter .mobile-tickets-filter a.btn {
            padding: 10px 30px 10px 10px;
            width: 99%;
            float: left;
            text-align: left;
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border: 1px solid #DEDEDE;
            background: 0 0;
            margin-right: 3px;
            color: #363636;
            text-overflow: ellipsis;
            overflow: hidden;
            position: relative
        }

            .series-forms.tickets-filter .mobile-tickets-filter a.btn .fa {
                position: absolute;
                right: 14px;
                top: 12px;
                color: #7d7d7d !important
            }

                .series-forms.tickets-filter .mobile-tickets-filter a.btn .fa.fa-times.btn {
                    border: 0;
                    line-height: normal
                }

            .series-forms.tickets-filter .mobile-tickets-filter a.btn select {
                border: 0;
                background: 0 0;
                width: 90%;
                line-height: 20px;
                opacity: 0;
                position: absolute;
                left: -1px;
                height: 42px;
                top: -1px
            }

    .teams-tiles-landing {
        padding: 0 !important
    }

        .teams-tiles-landing .fixture-filter {
            padding-bottom: 25px
        }

            .teams-tiles-landing .fixture-filter .filter-control .btn-default {
                width: 50% !important
            }

        .teams-tiles-landing ul.teams-tiles {
            float: left;
            padding-bottom: 30px;
            margin-top: -6px
        }

            .teams-tiles-landing ul.teams-tiles li {
                background: 0 0;
                width: 100%;
                text-align: left;
                border: 0;
                border-bottom: 1px solid #dfdfdf;
                padding: 8px 0;
                margin: 0
            }

                .teams-tiles-landing ul.teams-tiles li img {
                    margin: 0 10px 0 0;
                    width: 44px;
                    float: left;
                    border: 1px solid #e2e2e2
                }

                .teams-tiles-landing ul.teams-tiles li .team-type {
                    height: auto;
                    font-size: 11px;
                    text-transform: uppercase;
                    background: 0 0;
                    line-height: 12px;
                    text-align: left;
                    padding: 0 0 3px
                }

                .teams-tiles-landing ul.teams-tiles li .team-name {
                    font-family: inherit;
                    color: #363636;
                    font-size: 14px;
                    line-height: 14px;
                    background: 0 0;
                    text-align: left;
                    padding: 1px 12px;
                    height: auto;
                    font-weight: 700
                }

    .hero-full-width .ad-img-wrap,
    .hero-full-width .hero-section,
    .live-match-panel.completed div.match-details,
    .live-match-panel.completed p.match-result,
    .live-match-panel.completed p.match-time,
    .live-match-panel.today div.match-details,
    .live-match-panel.today p.match-result,
    .live-match-panel.today p.match-time,
    .live-match-panel.upcoming div.match-details,
    .live-match-panel.upcoming p.match-result,
    .live-match-panel.upcoming p.match-time {
        text-align: center
    }

    .teams-tiles-landing ul.teams-tiles li:hover {
        border: 0;
        border-bottom: 1px solid #dfdfdf;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .teams-tiles-landing ul.teams-tiles li:nth-child(12),
    .teams-tiles-landing ul.teams-tiles li:nth-child(16),
    .teams-tiles-landing ul.teams-tiles li:nth-child(4),
    .teams-tiles-landing ul.teams-tiles li:nth-child(8) {
        margin-right: 0
    }

    .hidden-desktop-mobile {
        display: none
    }

    .hidden-tablet {
        display: block
    }

    #newsVideoIdGoesHere audio,
    #newsVideoIdGoesHere canvas,
    #newsVideoIdGoesHere progress,
    #newsVideoIdGoesHere video {
        width: 100% !important;
        height: 100% !important;
        background: red
    }

    .row-buy-tickets-add-margin {
        margin-top: 1em !important
    }

    .all-content.all-content-webview,
    .all-content.all-content-webview .row-latest-news,
    .row-tickets {
        margin-top: 0
    }

    .player-stats .player-cricket-bio .local-club-col .my-cricket-logo-link {
        padding-top: 1.3em
    }

    #nextPlayerList {
        margin: 0 -15px
    }

    .article-b-article-info p.article-tag,
    .article-b.article-b-video.top-stories-video-a,
    .article-b.article-b-video.top-stories-video-b,
    .video-info p.article-tag {
        margin-top: 0
    }

    .news table.responsive {
        margin: 0
    }

    .intro-panel {
        display: none
    }

    .container.container-live-scores-fat.mobile {
        display: block
    }

    .hero-full-width {
        padding-top: 3em
    }

        .hero-full-width .ad-img-wrap {
            display: block;
            height: 15em;
            margin-bottom: 1em;
            overflow: hidden;
            padding: 1em 1em 3em
        }

    .row-series-headers .series-header.series-add-padding,
    .row-series-headers.series-headerseries-add-padding,
    .row.row-series-headers.series-header-neg-margin .series-header {
        padding-left: 15px
    }

    .hero-full-width .ad-img-wrap img {
        width: 90%
    }

    .hero-full-width .act-on > li {
        display: inline;
        float: left;
        width: 33.33%
    }

    .three-cols > li {
        border-width: 1px 0 0;
        display: block;
        float: left;
        width: 50%
    }

        .three-cols > li:nth-child(2n) {
            border-width: 1px 0 0 1px
        }

        .three-cols > li:nth-child(3n) {
            border-width: 1px 0;
            width: 100%
        }

    .news.news-feature {
        overflow: visible
    }

        .news.news-feature .row.row-exclusive .news-feature-header {
            margin-bottom: -14px
        }

            .news-feature-header,
            .news.news-feature .row.row-exclusive .news-feature-header.exclusive,
            .video-header {
                margin-bottom: 0
            }

    .btn-back-to-series,
    .live-match-panel.completed p.match-date span,
    .live-match-panel.today p.match-date span,
    .live-match-panel.upcoming p.match-date span {
        display: none
    }

    .modal-dialog-center {
        width: 100%
    }

    .row.row-adjust-margin.row-fixture-adjust {
        margin-left: -15px;
        margin-right: -15px
    }

    .promotion-section-3 {
        height: auto
    }

        .promotion-section-3 .tiles .tile {
            margin-bottom: 1em
        }

    #column-content,
    .col-adjust-padding {
        padding-right: 15px
    }

    .ad-bg-container {
        background-color: #eaeaea;
        background-image: none
    }

    .series-panel {
        margin-top: 2em
    }

    .series-page-header .series-logo {
        display: block;
        float: none;
        margin: 0 auto 1em;
        text-align: center
    }

    .series-page-header .series-name {
        float: none;
        width: auto
    }

    .row.row-series-headers.series-header-neg-margin {
        margin: 0 -15px
    }

    .series-tiles.mobile #viewport {
        height: 300px
    }

    .row.row-widget-awards {
        margin-top: 0
    }

    .row.row-widget-teams {
        margin-top: -0.5em
    }

    .awards-content,
    .teams-content {
        padding-left: 0
    }

    .player-info-mobile {
        display: block
    }

    .row-adjust-margin,
    .row-players {
        margin: 0
    }

    .player-stats .row-exclusive {
        margin: 0 -15px -14px
    }

    .player-stats .player-cricket-bio .stats-container,
    .player-stats .player-physical-bio .stats-container {
        height: 103px
    }

        .player-stats .player-cricket-bio .stats-container .location-text,
        .player-stats .player-physical-bio .stats-container .location-text {
            height: initial;
            margin-bottom: 17px
        }

    .player-stats .player-physical-bio .stats-container {
        height: 50px
    }

    .player-stats .video-players .row {
        margin-bottom: 0
    }

    .player-stats .video-players .row-exclusive {
        margin: 0 -15px -14px
    }

    .player-stats .nav.nav-tabs li a {
        font-size: 1em;
        padding: .6em 1em
    }

    .player-stats .tab-content .tab-pane .tab-content-wrapper {
        height: 420px
    }

        .player-stats .tab-content .tab-pane .tab-content-wrapper .player-img {
            right: 28%
        }

        .player-stats .tab-content .tab-pane .tab-content-wrapper .shield-player-name {
            background-color: rgba(255, 255, 255, 0.4);
            bottom: 0;
            left: 0;
            margin: 0;
            padding: 1em;
            position: absolute;
            width: 100%;
            z-index: 300
        }

        .player-stats .tab-content .tab-pane .tab-content-wrapper .player-facts-wrapper,
        .player-stats .tab-content .tab-pane .tab-content-wrapper .player-type-wrapper {
            display: none
        }

        .player-stats .tab-content .tab-pane .tab-content-wrapper a.btn-buy {
            background-color: #00ab4e;
            color: #fff;
            cursor: pointer;
            text-align: left;
            text-decoration: none;
            font-size: .8em;
            font-weight: 600;
            margin: 0;
            padding: 10px 20px;
            width: 100% !important;
            display: block;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
            line-height: 1.4em;
            position: absolute;
            bottom: 0
        }

    .player-stats .recent-matches .row {
        padding-top: .8em;
        margin-bottom: -1em
    }

    .player-stats .recent-matches table > tbody > tr > td:nth-last-child(1) {
        padding: 0 10px
    }

        .player-stats .recent-matches table > tbody > tr > td:nth-last-child(1) span {
            font-size: 1em
        }

    .cricket-live-link {
        display: block;
        margin-bottom: .5em;
        margin-top: .5em
    }

    .players-tiles.desktop,
    .series-tiles.desktop {
        display: none
    }

    .players-tiles.mobile,
    .series-tiles.mobile {
        display: block
    }

    .latest-news-primary-news-wrapper .article-latest-news h2.plus,
    .latest-news-primary-news-wrapper .article-latest-news h3 {
        font-size: 27px
    }

    .article-b.article-b-video .article-b-wrapper.wrapper-video {
        padding-bottom: 1em
    }

    .article-b.article-b-video.top-stories-video-a .article-b-wrapper.wrapper-video {
        padding-bottom: 0;
        border-bottom: none
    }

        .article-b.article-b-video.top-stories-video-a .article-b-wrapper.wrapper-video .exclusive-video-top.video-article-b a.img-link.img-article-c.video-link span.icon-ca-headers.icon-ca-headers-Video-Circle,
        .article-b.article-b-video.top-stories-video-a .article-b-wrapper.wrapper-video .video-top.video-article-b a.img-link.img-article-c.video-link span.icon-ca-headers.icon-ca-headers-Video-Circle {
            font-size: 6em
        }

        .article-b.article-b-video.top-stories-video-a .article-b-wrapper.wrapper-video .article-b-article-info {
            margin: 0;
            padding: 10px 15px 0;
            width: 100%
        }

    .article-b.article-b-video.top-stories-video-a .share {
        display: inline-block
    }

    .latest-news-primary-news-wrapper.video-extra-margin,
    .latest-news-secondary-news-wrapper.video-extra-margin {
        margin-bottom: 1.1em
    }

    .latest-news-primary-news-wrapper.no-borders,
    .latest-news-secondary-news-wrapper.no-borders {
        border: none
    }

    .article-b.article-b-right,
    .article-text.article-text-news-feature,
    .related-article-b {
        border-bottom: 1px solid rgba(174, 165, 122, 0.25)
    }

    .video-top.video-article-b,
    .video-top.video-article-c {
        display: inline-block;
        float: left;
        margin-right: 1em;
        width: 100px
    }

        .video-top.video-article-b.list-img-margin-bottom,
        .video-top.video-article-b.list-video-margin-bottom,
        .video-top.video-article-c.list-img-margin-bottom,
        .video-top.video-article-c.list-video-margin-bottom {
            margin-bottom: 1em
        }

        .video-top.video-article-b .premium-marker,
        .video-top.video-article-c .premium-marker {
            font-size: .9em;
            height: 22px;
            line-height: 25px;
            padding: 0 3px;
            top: 0
        }

        .video-top.video-article-b .marker .premium-marker,
        .video-top.video-article-c .marker .premium-marker {
            bottom: 0;
            top: auto
        }

    .article-b.article-b-video.top-stories-video-a .article-b-wrapper.wrapper-video .video-top.video-article-b,
    .article-b.article-b-video.top-stories-video-a .article-b-wrapper.wrapper-video .video-top.video-article-c {
        display: block;
        float: none;
        margin-right: 0;
        width: 100%
    }

    .video-top .img-link.video-link .img-video-frame {
        width: 100%
    }

    .article-info.article-info-news-page .author-social.news-article p {
        margin-bottom: 0
    }

    .btn-filed-under {
        margin-bottom: .5em
    }

    h2.related-stories,
    h2.top-news {
        margin-bottom: -14px;
        padding: .25em 0 .25em .5em
    }

    .article-b-article-info {
        display: block;
        float: left;
        margin-top: -3px;
        width: 58%
    }

    .article-mini-last-four,
    .latest-news-primary-news-wrapper .article-latest-news .author-social p,
    .latest-news-primary-news-wrapper .article-latest-news .share,
    .latest-news-secondary-news-wrapper .article-latest-news .author-social p,
    .latest-news-secondary-news-wrapper .article-latest-news .share,
    .logos,
    .row-leaderboard-only-tablet {
        display: none
    }

    .news .latest-news-article-left .article-text {
        margin-bottom: .2em;
        padding-bottom: .4em
    }

    .article-text.article-text-news-feature {
        margin-bottom: 1.4em;
        padding-bottom: .5em
    }

    .latest-news-primary-news-wrapper .article-latest-news .author-social,
    .latest-news-secondary-news-wrapper .article-latest-news .author-social {
        float: none
    }

    .article-b.article-b-right {
        height: 84px;
        margin-bottom: -1.9em
    }

    .col-img-article-b-right img {
        padding-bottom: 1em
    }

    .row-latest-news {
        margin-top: -2.5em
    }

        .row-latest-news.news-landing {
            margin-top: 0;
            padding-top: 0
        }

    .article-b h2.plus,
    .article-b h2.plus.news-feature {
        margin-top: -1em;
        font-size: 18px
    }

    .row-latest-news.news-landing .filterMob {
        padding-top: 0;
        padding-bottom: 10px
    }

    .disclaimer {
        text-align: center
    }

    .header-latest-news {
        background-color: #00ab4e;
        margin-left: -15px;
        margin-right: -15px;
        padding: 1.1em 0 .1em 15px
    }

        .header-latest-news h2 {
            color: #fff
        }

    h1 {
        font-size: 30px
    }

    .live-app {
        text-align: center
    }

    .img-article-b {
        display: inline-block;
        float: left;
        margin-bottom: 1em;
        margin-right: 1em;
        width: 100px
    }

    article.article-a.article-b-video.top-stories-video-a.exclusive-video {
        padding-top: 0
    }

    .article-b {
        display: block;
        width: 100%
    }

        .article-b .article-b-wrapper {
            display: block;
            overflow: hidden
        }

        .article-b .author-social > p,
        .article-b .share,
        .article-b div.article-text,
        .desktop-most-popular,
        .desktop-our-voices {
            display: none
        }

        .article-b .article-b-wrapper.article-b-video {
            padding-bottom: 1.1em
        }

        .article-b.exclusive {
            padding-bottom: 2.5em
        }

    .col-articles-small {
        padding-bottom: 1em;
        padding-top: .5em
    }

    .mobile-no-gutter {
        padding: 0
    }

    .desktop-no-padding {
        padding: 0 15px
    }

    .tablet-mobile-our-voices {
        display: inline
    }

    #row-articles-news-related-stories .related-story-article-left,
    #row-articles-news-top-news .related-story-article-left {
        padding-bottom: 0;
        padding-right: 0;
        margin-right: 0
    }

    #row-articles-news-related-stories .related-story-article-right .article-tag,
    #row-articles-news-top-news .related-story-article-right .article-tag {
        display: none
    }

    #row-articles-news-related-stories .right,
    #row-articles-news-top-news .right {
        padding: 0
    }

    .related-article-b {
        padding-bottom: 1.5em;
        padding-top: 1em;
        width: 100%
    }

        .related-article-b img {
            display: inline-block;
            float: left;
            margin-right: 1em;
            width: 100px
        }

        .related-article-b .author-social p,
        .related-article-b .share {
            display: none
        }

    .article-b-right-info {
        display: block;
        float: left;
        width: 57%
    }

    .img-article-c,
    .img-article-c .icon-video-text-overlay {
        display: none
    }

    .row-exclusive {
        margin: 0 -15px
    }

    .most-popular-header,
    .our-voices-header {
        margin-left: -15px;
        margin-right: -15px
    }

    .our-voices-header {
        padding: .5em 0 .6em .6em
    }

    .awards-header,
    .teams-header {
        margin: 0 -15px;
        padding-left: .8em
    }

    .article.article-hero {
        margin-bottom: -1.3em
    }

    .img-article-c .icon-video-icon-overlay {
        top: 5px;
        left: 5px
    }

    .more-from-this-writer-header {
        margin-left: -15px;
        margin-right: -15px
    }

    .article-author-short-bio-image {
        margin-bottom: 1em
    }

    .about-the-writer-panel .about-the-writer-panel-author.show-only-767 {
        display: block;
        float: left
    }

    .about-the-writer-panel .about-the-writer-panel-author.show-desktop {
        display: none
    }

    .article-info.article-info-news-page .author-social p {
        margin-bottom: .7em
    }

    #row-articles-news-top-news .article.related-story-article-right.feature-related-article-b {
        border-bottom: 1px solid rgba(174, 165, 122, 0.25);
        border-top: 1px solid rgba(174, 165, 122, 0.25);
        overflow: hidden;
        padding-bottom: 1em;
        padding-top: 1em;
        width: 100%
    }

        #row-articles-news-top-news .article.related-story-article-right.feature-related-article-b img {
            display: inline-block;
            float: left;
            margin-right: 1em;
            width: 100px
        }

        #row-articles-news-top-news .article.related-story-article-right.feature-related-article-b .author-social p,
        #row-articles-news-top-news .article.related-story-article-right.feature-related-article-b .share {
            display: none
        }

    #row-articles-news-related-stories .article.related-story-article-right.feature-related-article-b {
        border-top: 1px solid rgba(174, 165, 122, 0.25);
        overflow: hidden;
        padding-bottom: .2em;
        padding-top: 1em;
        width: 100%
    }

        #row-articles-news-related-stories .article.related-story-article-right.feature-related-article-b img {
            display: inline-block;
            float: left;
            margin-right: 1em;
            width: 100px
        }

        #row-articles-news-related-stories .article.related-story-article-right.feature-related-article-b .author-social p,
        #row-articles-news-related-stories .article.related-story-article-right.feature-related-article-b .share {
            display: none
        }

    .mobile-most-popular {
        display: inline-block;
        margin-bottom: 1em;
        width: 100%
    }

    .desktop-tablet-most-popular,
    .secondary-article-text {
        display: none
    }

    .row-videos {
        margin-left: 0;
        margin-right: 0
    }

    .col-lg-md-sm-add-padding {
        padding: 0
    }

    .video-col-padding {
        padding: 0 15px
    }

    .latest-news-article-left,
    .latest-news-article-right {
        margin: 0
    }

    .article-latest-news h2 {
        font-size: 18px
    }

    #row-articles-news-related-stories .video-primary-key-line,
    #row-articles-news-top-news .video-primary-key-line {
        display: block;
        padding: 0 15px
    }

        #row-articles-news-related-stories .video-primary-key-line hr,
        #row-articles-news-top-news .video-primary-key-line hr {
            border: none;
            border-bottom: 1px solid rgba(174, 165, 122, 0.25);
            margin: 10px 0
        }

    .news-key-line,
    .video-secondary-key-line {
        clear: both;
        display: block;
        padding: 7px 0
    }

        .news-key-line hr,
        .video-secondary-key-line hr {
            border: none;
            border-bottom: 1px solid rgba(174, 165, 122, 0.25);
            margin: 7px 0
        }

    .video-latest .video-info .article-info,
    .video-related .video-info .article-info,
    .video-secondary .video-info .article-info,
    .video-series .video-info .article-info {
        display: none
    }

    .video-latest.video-latest .video-info .article-info,
    .video-latest.video-related .video-info .article-info,
    .video-latest.video-series .video-info .article-info,
    .video-related.video-latest .video-info .article-info,
    .video-related.video-related .video-info .article-info,
    .video-related.video-series .video-info .article-info,
    .video-secondary.video-latest .video-info .article-info,
    .video-secondary.video-related .video-info .article-info,
    .video-secondary.video-series .video-info .article-info,
    .video-series.video-latest .video-info .article-info,
    .video-series.video-related .video-info .article-info,
    .video-series.video-series .video-info .article-info {
        display: block
    }

    .video-latest .video-top,
    .video-related .video-top,
    .video-secondary .video-top,
    .video-series .video-top {
        margin-top: 5px !important
    }

        .video-latest .video-top.list-img-margin-bottom,
        .video-related .video-top.list-img-margin-bottom,
        .video-secondary .video-top.list-img-margin-bottom,
        .video-series .video-top.list-img-margin-bottom {
            margin-bottom: 1em
        }

        .video-latest .video-top.list-video-margin-bottom,
        .video-related .video-top.list-video-margin-bottom,
        .video-secondary .video-top.list-video-margin-bottom,
        .video-series .video-top.list-video-margin-bottom {
            margin-bottom: 6px
        }

            .video-latest .video-top.list-video-margin-bottom a,
            .video-related .video-top.list-video-margin-bottom a,
            .video-secondary .video-top.list-video-margin-bottom a,
            .video-series .video-top.list-video-margin-bottom a {
                margin-bottom: 0
            }

    .video-landing .filter-error {
        padding: 20px 10px;
        margin-bottom: 15px;
        margin-top: 0 !important
    }

    .video-landing .team-location-filters {
        padding-bottom: 10px
    }

    .video-latest .video-secondary-key-line,
    .video-secondary-key-line {
        padding: 0 !important
    }

        .video-latest .video-secondary-key-line hr,
        .video-secondary-key-line hr {
            margin: 5px 0
        }

    .article-b-video > .phablet-bottom-padding > .video-article-b > .video-link > .icon-video-overlay,
    .article-b-video > .wrapper-video > .video-article-b > .video-link > .icon-video-overlay,
    .col-video-2 > .video-top > .img-link.video-link > .icon-video-overlay {
        display: none
    }

    .top-stories-video-a > .wrapper-video > .video-article-b > .video-link > .icon-video-text-overlay {
        display: inline-block;
        top: 3px
    }

    .top-stories-video-a > .wrapper-video > .exclusive-video-top > .video-link > .icon-video-text-overlay {
        display: inline-block;
        top: 8px
    }

    .top-stories-video-a > .wrapper-video > .article-b-article-info > .article-info > .author-social > ul > .icon-tablet-mobile {
        display: none
    }

    .col-latest-news-secondary-news {
        padding: 0 15px
    }

    .tertiary-image-b {
        display: none !important;
        margin-bottom: 0 !important
    }

    .tertiary-image-col {
        padding: 0 10px
    }

    .col-lg-md-small-gutter,
    .exclusive-info {
        padding: 0 15px
    }

    .author-social ul li.icon-tablet-mobile {
        display: inline-block;
        margin-right: .5em
    }

    .exclusive-info h2.plus.news-feature {
        font-size: 27px;
        margin-top: .1em
    }

    .exclusive-info .author-social > p,
    .exclusive-info div.article-text {
        display: block
    }

    .col-video-2 > .video-article-c > .video-link > .icon-video-text-overlay,
    .video-header .feature-client-logo {
        display: none
    }

    .video-header-no-bottom-margin,
    .video-top.video-article-b.list-img-margin-bottom.featured-video-margin-bottom {
        margin-bottom: 0
    }

    .video-related-latest-top-no-margin,
    .video-related-latest-top-no-margin.video-top img {
        margin-top: 0
    }

    .video-row-spacer {
        margin: 1em 0 0
    }

    .exclusive-video-no-key-line {
        border-bottom: none !important
    }

    .exclusive-two-col-margin {
        margin: 0
    }

        .exclusive-two-col-margin .article-a .article-b-wrapper .exclusive-video-top a img {
            margin-top: .2em
        }

        .exclusive-two-col-margin .article-a .article-b-wrapper .exclusive-video-top a.img-link.img-article-a.video-link img,
        .player-stats .player-cricket-bio .local-club .stats-container img {
            margin-top: 0
        }

    .player-cricket-bio,
    .player-stats .general-stats .desktop-no-padding .row-background-color .col-padding:nth-last-child(2),
    .player-stats .player-physical-bio,
    .player-stats .row-background-color .col-padding:nth-last-child(2) {
        padding-right: 0
    }

    .col-video-2 > .video-article-c > .video-link > .icon-video-icon-overlay {
        left: 5px;
        top: 5px
    }

    .player-stats .general-stats .row:nth-last-child(2) {
        margin-bottom: 0
    }

    .player-cricket-bio .col-xs-12 .stats-header {
        text-align: center
    }

    .local-club {
        text-align: center
    }

        .local-club .stats-container {
            margin-top: .5em
        }

    #viewport3,
    #wrapper3 {
        margin: 0 auto;
        height: 100px
    }

    .local-club.col-padding-right {
        padding: 0 !important
    }

    #viewport3 {
        background-color: #f7f7f7;
        overflow: hidden;
        position: relative;
        width: 100%
    }

    #wrapper3 {
        width: 92px
    }

    #scroller3 {
        height: 100px;
        position: absolute;
        width: 4000px;
        z-index: 1;
        -webkit-tap-highlight-color: transparent;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -o-text-size-adjust: none;
        text-size-adjust: none
    }

    .teams-slide {
        float: left;
        height: 100px;
        width: 92px
    }

    .live-match-panel.completed .btn-wrapper a span.text {
        display: inline-block
    }

    .live-match-panel.completed p.match-date,
    .live-match-panel.today p.match-date,
    .live-match-panel.upcoming p.match-date {
        text-align: center;
        padding-bottom: 0
    }

    .live-match-panel.completed div.match-details,
    .live-match-panel.today div.match-details,
    .live-match-panel.upcoming div.match-details {
        padding-top: 1em;
        padding-bottom: 0
    }

    .live-match-panel.completed .btn-wrapper,
    .live-match-panel.today .btn-wrapper,
    .live-match-panel.upcoming .btn-wrapper {
        padding-right: 0;
        text-align: center
    }

        .live-match-panel.completed .btn-wrapper a,
        .live-match-panel.today .btn-wrapper a,
        .live-match-panel.upcoming .btn-wrapper a {
            margin-top: 0;
            padding-top: 0
        }

        .live-match-panel.today .btn-wrapper > a,
        .live-match-panel.upcoming .btn-wrapper > a {
            padding: .5em .04em
        }

    .live-match-panel.today .live-now-soon.live.mobile,
    .live-match-panel.today .live-now-soon.soon.mobile {
        display: block;
        position: relative;
        right: auto;
        width: 100%;
        text-align: center
    }

    .live-match-panel.today .live-now-soon.live,
    .live-match-panel.today .live-now-soon.soon {
        display: none
    }

    .cricket-schedule-row-ad-fixture .live-match-panel.completed .btn-wrapper a,
    .cricket-schedule-row-ad-fixture .live-match-panel.today .btn-wrapper a,
    .cricket-schedule-row-ad-fixture .live-match-panel.upcoming .btn-wrapper a {
        padding: 0 .5em .5em
    }

        .cricket-schedule-row-ad-fixture .live-match-panel.completed .btn-wrapper a span.text,
        .cricket-schedule-row-ad-fixture .live-match-panel.today .btn-wrapper a span.text,
        .cricket-schedule-row-ad-fixture .live-match-panel.upcoming .btn-wrapper a span.text {
            display: inline-block;
            padding-right: .5em
        }

    .comm-box,
    .footer .cricket-live-link {
        display: block
    }

    .mobile-ad-top-padding {
        padding-top: 1em
    }

    .series-form {
        width: 100%
    }

    .dropdown-menus-filter {
        text-align: center;
        width: 100%
    }

    .dropdown.dropdown-filter-menu.open ul.dropdown-menu.filter {
        left: 2.5%
    }

    .dropdown-menus-filter .dropdown-filter-menu button,
    .dropdown-menus-filter ul.dropdown-menu.filter {
        width: 95%
    }

    .dropdown-menus-filter .dropdown-filter-menu .fa.fa-chevron-down {
        right: 3.5em
    }

    .mobile-opsm-margins {
        margin-bottom: -2em;
        margin-top: 2em
    }

    .quick-singles-header {
        margin-left: -15px;
        margin-right: -15px
    }

    .row-ad .quick-singles-img {
        left: 1.2em
    }

    .info-wrapper,
    .logo-holder {
        height: auto
    }

    .comm-box {
        border-top: 1px solid #e2e2e2;
        clear: both;
        margin: 0;
        padding: 1.5em 20%;
        width: 100%
    }

        .comm-box.no-border {
            border-top: none
        }

        .comm-box > a {
            text-align: center;
            vertical-align: middle
        }

    .t-c {
        float: none
    }

        .t-c ul li {
            margin-left: .3em
        }

    .footer {
        text-align: center
    }

        .footer #logo-cricket-inverse {
            height: 81.82px;
            width: 140.91px;
            margin-bottom: 1em;
            margin-top: 0
        }

        .footer #logo-cricket-australia {
            height: 69.23px;
            width: 146.15px
        }

        .footer #logo-play-cricket {
            height: 69.23px;
            width: 78.46px
        }

        .footer .cricket-live-link img {
            height: 69.23px;
            width: 183.85px
        }

        .footer .btn-footer {
            display: inline-block;
            width: 16em;
            padding: 1em;
            font-size: .9em;
            text-align: center
        }

            .footer .btn-footer i {
                display: none
            }

    .footer-nav > li {
        border-top: 1px solid #e2e2e2;
        padding: 1em 0 1em 1em;
        text-align: left
    }

    .social-icons.icon-ca-footer {
        margin: 0 auto;
        width: 15em;
        padding-top: 2em
    }

    .article-b.article-b-video.top-stories-video-a.exclusive-video.homepage .video-top.video-article-b .article-tag {
        padding-left: 15px
    }

    .mobile-most-popular .most-popular-header h2 {
        font-size: 24px
    }

    .mobile-most-popular .most-popular-content .list-item .bullet {
        height: 30px;
        width: 30px;
        padding-top: 1px
    }

    .mobile-most-popular .most-popular-content .list-item {
        padding: 8px 0
    }

        .mobile-most-popular .most-popular-content .list-item .item {
            margin-left: 15px;
            padding: 16px 0;
            width: 175px
        }

    .mobile-most-popular .feature-widget.feature-widget-limit .most-popular-content .list-item .bullet-wrap {
        width: 100px
    }

    .mobile-most-popular .feature-widget.feature-widget-limit .most-popular-content .list-item {
        height: 81px
    }

    .mobile-most-popular .feature-widget.feature-widget-limit .most-popular-header {
        margin-bottom: 7px;
        margin-top: 37px
    }

    .ads-styled.add-border.w320 {
        height: 80px;
        margin-bottom: 1.4em;
        margin-top: 2em
    }

    .topAdd .ads-styled.add-border.w320 {
        height: 80px;
        margin-bottom: 1.4em;
        margin-top: 0
    }

    .ads-styled.w300.add-border {
        height: 280px
    }

    .ad-bottom-padding {
        padding-bottom: 2em
    }

    .legendary-moments {
        margin-bottom: 2em
    }

    .feature-widget.feature-widget-limit .most-popular-header {
        margin-bottom: 10px;
        margin-top: 2em
    }

    .video-top {
        margin-top: 1em
    }

    .secondary-video .video-top {
        margin-top: 0
    }

    .recent-matches div.table-wrapper {
        margin-top: 1.1em
    }

    .video-players .row-exclusive .col-lg-12.col-md-12.col-sm-12.mobile-no-gutter .video-header.logo {
        margin-bottom: -1em
    }

    .news .article-info.article-info-news-page .author-social.news-article ul {
        line-height: 0
    }

    section.tickets-more.standard-content > div,
    section.tickets-more > div {
        padding: 0
    }

    .cricket-schedule-row-ad-fixture.row-fixture-accordion .panel-group .panel .panel-body .live-match-panel p.match-header {
        margin-top: 0
    }

    .tickets .panel-body .panel-content .ad-logo {
        padding: 15px 0
    }

    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options:first-child {
        margin-left: 0
    }

    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options:last-child {
        margin-right: 0
    }

    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options a .fa-plane:before {
        position: relative;
        top: 2px
    }

    a.img-link img {
        position: relative;
        z-index: -1
    }
}

@media (max-width:660px) {
    .promotion-section-1 .row-rel {
        height: 650px
    }
}

@media (max-width:640px) {

    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-7 span:nth-of-type(2),
    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-7 span:nth-of-type(3) {
        width: 70%
    }

    .tickets-landing #menu-content .panel-group a.panel-heading .series-header {
        padding: 0 17px 0 20px
    }

    .tickets .panel-group a.panel-heading,
    .tickets .tablet-mobile-no-gutter,
    .tickets-landing #menu-content .panel-group .panel-group a.panel-heading .series-header {
        padding: 0
    }

    .tickets .panel-group div.match-details p {
        font-size: 20px
    }

    .tickets .panel-group a.panel-heading .series-header {
        padding: 0 17px 0 20px;
        background: 0 0
    }

        .tickets .panel-group a.panel-heading .series-header h2 {
            font-size: 28px
        }

        .tickets .panel-group a.panel-heading .series-header h3 {
            font-size: 18px
        }

        .tickets .panel-group a.panel-heading .series-header .fa {
            margin: 50px 0
        }

    .tickets-landing #menu-content .panel-group .series-header h2 {
        font-size: 27px
    }
}

@media (max-width:620px) {
    .tertiary-image-b {
        margin-bottom: 0 !important
    }
}

@media (max-width:540px) {

    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-7 span:nth-of-type(2),
    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-7 span:nth-of-type(3) {
        width: 60%
    }
}

@media (max-width:500px) {
    .nav-wrapper {
        width: 200px
    }

    .overlay .clearOverlay.right {
        right: 18%;
        z-index: 10
    }

    .pageControl .pull-right-m {
        float: right;
        margin-right: 0
    }

    .nav-list-ca .account-info li {
        float: none;
        width: 100%;
        margin-bottom: 3px
    }

        .nav-list-ca .account-info li:first-child {
            margin-bottom: 3px
        }

    .latest-news-primary-news-wrapper.no-borders,
    .latest-news-secondary-news-wrapper.no-borders {
        float: left;
        width: 70%
    }

    #paymentdiv {
        width: auto
    }

    .promotion-section-3 .tile {
        float: none
    }

    .promotion-section-3 .panel-content .wrapper,
    .promotion-section-3 .panel-content .wrapper a:first-child {
        margin-bottom: 2em
    }

    .tickets .tablet-mobile-no-gutter {
        padding: 0
    }

    .tickets .panel-group a.panel-heading .series-header {
        padding: 0 17px 0 20px;
        background: 0 0
    }

        .tickets .panel-group a.panel-heading .series-header h2 {
            font-size: 19px;
            color: #363636
        }

        .tickets .panel-group a.panel-heading .series-header h3 {
            font-size: 11px;
            font-weight: 400
        }

        .tickets .panel-group a.panel-heading .series-header .fa {
            margin: 40px 0
        }

    .tickets .panel-group a.panel-heading series-header img {
        width: 45px;
        height: 45px
    }

    .tickets .panel-group a.panel-heading .series-header .title {
        display: inline-block;
        width: 70%;
        vertical-align: middle;
        margin-bottom: 28px;
        margin-top: 28px
    }
}

@media (max-width:480px) {

    .live-match-panel.completed .match-wrapper,
    .live-match-panel.today .match-wrapper,
    .live-match-panel.upcoming .match-wrapper,
    .three-cols {
        overflow: hidden
    }

    .series-forms.fixture-filter .filter.collapse,
    .series-forms.fixture-filter .filterToggle .in,
    .series-forms.fixture-filter .filterToggle.collapsed .out {
        display: none
    }

    .series-forms.fixture-filter .collapse.in,
    .series-forms.fixture-filter .filterToggle.collapsed .in {
        display: inline-block
    }

    .series-forms.tickets-filter .filter.collapse,
    .series-forms.tickets-filter .filterToggle .in,
    .series-forms.tickets-filter .filterToggle.collapsed .out {
        display: none
    }

    .series-forms.tickets-filter .collapse.in,
    .series-forms.tickets-filter .filterToggle.collapsed .in {
        display: inline-block
    }

    .player-stats .player-cricket-bio .local-club-col .my-cricket-logo-link {
        padding-top: 1.5em
    }

    .marker.report {
        border: 2px solid #F68302
    }

    .marker.video {
        border: 2px solid #00ab4e
    }

        .marker.report .premium-marker,
        .marker.video .premium-marker {
            font-size: 10px
        }

    .intro-panel {
        display: none
    }

    .hero-full-width {
        padding-top: 0
    }

        .hero-full-width h3 {
            font-size: 15px
        }

        .hero-full-width .ad-img-wrap {
            padding: 1em 1em 3em;
            display: block;
            text-align: center;
            height: 10em;
            overflow: hidden;
            margin-bottom: 1em
        }

            .hero-full-width .ad-img-wrap img {
                width: 100%
            }

        .hero-full-width .act-on > li {
            float: left;
            width: 50%;
            display: inline
        }

            .hero-full-width .act-on > li:nth-child(3n) {
                width: 100%;
                text-align: center;
                padding-bottom: 0
            }

        .hero-full-width .t-c-link {
            width: 100%;
            height: 2em
        }

            .hero-full-width .t-c-link a {
                width: 40%;
                text-align: center
            }

    .buy-now {
        line-height: 1.4em
    }

    .three-cols {
        display: inline
    }

    .row.row-ad.row-ad-hide-lg-md-sm,
    .row.row-ad.row-ad-hide-md {
        display: block
    }

    .three-cols > li {
        width: 100%;
        display: block;
        vertical-align: top;
        border: none;
        background: #e8e9e3
    }

        .three-cols > li:first-child {
            border-top: 1px solid #aaaaa8
        }

        .three-cols > li:last-child {
            border-bottom: 1px solid #aaaaa8
        }

    .live-match-panel.completed .btn-wrapper,
    .live-match-panel.today .btn-wrapper,
    .live-match-panel.upcoming .btn-wrapper {
        padding-top: 1.3em
    }

    .live-match-panel .match-details p {
        padding: 0 1em
    }

    .live-match-panel .col-lg-1,
    .live-match-panel .col-lg-10,
    .live-match-panel .col-lg-11,
    .live-match-panel .col-lg-12,
    .live-match-panel .col-lg-2,
    .live-match-panel .col-lg-3,
    .live-match-panel .col-lg-4,
    .live-match-panel .col-lg-5,
    .live-match-panel .col-lg-6,
    .live-match-panel .col-lg-7,
    .live-match-panel .col-lg-8,
    .live-match-panel .col-lg-9,
    .live-match-panel .col-md-1,
    .live-match-panel .col-md-10,
    .live-match-panel .col-md-11,
    .live-match-panel .col-md-12,
    .live-match-panel .col-md-2,
    .live-match-panel .col-md-3,
    .live-match-panel .col-md-4,
    .live-match-panel .col-md-5,
    .live-match-panel .col-md-6,
    .live-match-panel .col-md-7,
    .live-match-panel .col-md-8,
    .live-match-panel .col-md-9,
    .live-match-panel .col-sm-1,
    .live-match-panel .col-sm-10,
    .live-match-panel .col-sm-11,
    .live-match-panel .col-sm-12,
    .live-match-panel .col-sm-2,
    .live-match-panel .col-sm-3,
    .live-match-panel .col-sm-4,
    .live-match-panel .col-sm-5,
    .live-match-panel .col-sm-6,
    .live-match-panel .col-sm-7,
    .live-match-panel .col-sm-8,
    .live-match-panel .col-sm-9,
    .live-match-panel .col-xs-1,
    .live-match-panel .col-xs-10,
    .live-match-panel .col-xs-11,
    .live-match-panel .col-xs-12,
    .live-match-panel .col-xs-2,
    .live-match-panel .col-xs-3,
    .live-match-panel .col-xs-4,
    .live-match-panel .col-xs-5,
    .live-match-panel .col-xs-6,
    .live-match-panel .col-xs-7,
    .live-match-panel .col-xs-8,
    .live-match-panel .col-xs-9,
    .promotion-section-1 .panel-content-1 h1 {
        padding: 0
    }

    .promotion-section-1 .row-rel {
        height: 590px
    }

    .promotion-section-1 .col-img-container {
        background-size: 100%
    }

    .promotion-section-1 .panel-content-1 {
        width: 90%
    }

    .promotion-section-2 .panel-content {
        margin-top: 2.5em
    }

        .promotion-section-2 .panel-content .content {
            width: 80%
        }

    .series-panel .series-header h2 {
        word-break: break-word;
        width: 70%
    }

    .standings img {
        width: 30px
    }

    .series-count .wrapper .team {
        min-width: 263px
    }

    .awards-header,
    .teams-header {
        margin: 2em -15px 0;
        padding-left: .8em
    }

    .row.row-widget-teams {
        margin-top: -2em
    }

    .players-search .form-control {
        width: 100%
    }

    .logos {
        display: none
    }

    ul.nav-list-ca li #nav-search-field {
        width: 88%
    }

    .feature-panel a {
        width: 100px
    }

    span.live-match-counter {
        font-size: 1.4em;
        position: absolute;
        top: 5px;
        padding: 6px 5px
    }

    .client-logo {
        background-image: url(../img/Cricket-Logo-Banner-Tablet-Mobile-Small.png);
        height: 28px;
        margin-top: 3px;
        margin-left: 9px;
        width: 111px
    }

    .col-xs-12 {
        float: none;
        width: 100%
    }

    .player-cricket-bio .col-xs-12 {
        float: left
    }

    h1.our-voices-list {
        font-size: 2em;
        width: 42%
    }

    img.our-voices-author-photo {
        width: 75px
    }

    div.our-voices-author-bio {
        margin-left: 6em
    }

    .our-voices-quote-header span {
        font-size: 3.8em
    }

    .our-voices-quote-header {
        margin-right: .4em
    }

    a.img-link img.writer-page-article-img {
        width: 100%
    }

    div.our-voices-author-bio.author-articles {
        display: inline-block;
        margin-left: 0;
        margin-top: .7em
    }

    .ad-offset-mobile {
        margin-left: -5px
    }

    .player-stats .player-cricket-bio .stats-container img {
        max-width: 100%
    }
}

@media (max-width:450px) {

    .accordion-stats .panel-group .panel .panel-collapse .panel-body.stats .stats-wrapper .stats-container .wrapper2,
    .player-stats .stats-container.icons div:nth-child(2) {
        padding-right: .5em
    }

    .player-stats .nav.nav-tabs li a {
        font-size: .9em;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .player-stats .nav.nav-tabs li.desktop {
        display: none
    }

    .player-stats .nav.nav-tabs li.mobile {
        display: inline-block
    }

    .live-match-panel .btn-wrapper a {
        margin: .2em
    }

    .phablet-bottom-padding {
        padding-bottom: 0
    }
}

@media (max-width:400px) {
    .container.main-content.gigya-pwd-reset div.gigya-screen {
        width: auto
    }

    #paymentdiv .cvv-block {
        display: block
    }

    #paymentdiv .cvv {
        padding-left: 0
    }
}

@media (max-width:380px) {

    .latest-news-primary-news-wrapper.no-borders,
    .latest-news-secondary-news-wrapper.no-borders {
        float: left;
        width: 55%
    }

    .live-match-panel .match-wrapper {
        width: 300px
    }

    .live-match-panel .btn-wrapper a {
        font-size: 1em;
        padding-top: .4em
    }
}

@media (max-width:362px) {
    #quick-singles .quick-singles-header.col-ad {
        height: 95px
    }

        #quick-singles .quick-singles-header.col-ad .ddd.ddd-ad-col {
            margin-top: -3em
        }
}

@media (max-width:350px) {

    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-7 span:nth-of-type(2),
    .standings .row-content-standings .col-lg-4.col-md-4.col-sm-4.col-xs-7 span:nth-of-type(3) {
        width: 50%
    }
}

@media (max-width:340px) {
    .tickets-more.standard-content .flight-widget iframe {
        margin-left: -15px
    }
}

@media (min-width:320px) and (max-width:430px) {
    #column-content .article-text p {
        width: auto
    }

    .tickets-landing #menu-content .panel-group a.panel-heading .series-header {
        padding: 0 17px 0 20px;
        background: 0 0
    }

    .tickets-landing #menu-content .panel-group .series-header h2 {
        font-size: 18px;
        color: #FFF
    }

    .tickets-landing #menu-content .panel-group .panel-body {
        padding: 0 0 8px
    }

    .tickets-landing #menu-content .panel-group .panel-group {
        padding: 0 8px
    }

        .tickets-landing #menu-content .panel-group .panel-group .panel {
            background-color: #FFF
        }

        .tickets-landing #menu-content .panel-group .panel-group a.panel-heading {
            padding: 10px
        }

            .tickets-landing #menu-content .panel-group .panel-group a.panel-heading .series-header {
                padding: 0
            }

                .tickets-landing #menu-content .panel-group .panel-group a.panel-heading .series-header h2 {
                    font-size: 14px;
                    color: #afa675
                }

                .tickets-landing #menu-content .panel-group .panel-group a.panel-heading .series-header .fa {
                    margin: -18px 0;
                    color: #afa675
                }

            .tickets-landing #menu-content .panel-group .panel-group a.panel-heading.collapsed {
                background-color: #a0a0a0
            }

    .tickets-landing .tickets-header h1 {
        color: #000;
        margin-top: 20px;
        font-size: 30px
    }

    .tickets-landing #column-content,
    .tickets-landing .series-forms.tickets-filter {
        padding: 0
    }

    .tickets .tablet-mobile-no-gutter.col-xs-12 {
        float: none;
        padding: 0
    }

    .tickets .panel-group {
        padding: 0;
        margin: 0
    }

        .tickets .panel-group a.panel-heading {
            padding: 0;
            display: block
        }

            .tickets .panel-group a.panel-heading .series-header {
                padding: 0 17px 0 20px
            }

                .tickets .panel-group a.panel-heading .series-header h2 {
                    font-size: 19px;
                    color: #363636
                }

                .tickets .panel-group a.panel-heading .series-header h3 {
                    font-size: 11px;
                    font-weight: 400;
                    color: #363636;
                    font-family: Helvetica, Arial, sans-serif
                }

                .tickets .panel-group a.panel-heading .series-header .fa {
                    margin: 40px 0
                }

                .tickets .panel-group a.panel-heading .series-header img {
                    width: 45px;
                    height: 45px
                }

                .tickets .panel-group a.panel-heading .series-header .title {
                    display: inline-block;
                    width: 70%;
                    vertical-align: middle;
                    margin-left: 5px
                }

        .tickets .panel-group .panel {
            background-color: #f5f5f5
        }

        .tickets .panel-group .match-wrapper {
            margin: 13px 15px;
            display: inline-block;
            width: 165px;
            padding-top: 0
        }

            .tickets .panel-group .match-wrapper .team.n01 {
                min-height: initial;
                width: 65px;
                padding: 0
            }

            .tickets .panel-group .match-wrapper .fix-logo {
                left: 70px;
                margin: 0;
                width: 32px;
                height: auto !important
            }

            .tickets .panel-group .match-wrapper .team.n01 .teamName,
            .tickets .panel-group .match-wrapper .team.n02 .teamName {
                font-size: 24px;
                line-height: 22px
            }

            .tickets .panel-group .match-wrapper .team.n02 {
                padding: 0 0 0 40px;
                float: left;
                min-height: initial;
                width: 100px
            }

            .tickets .panel-group .match-wrapper .team .team-wrapper .teamLogo {
                height: auto
            }

                .tickets .panel-group .match-wrapper .team .team-wrapper .teamLogo img {
                    width: 28px !important;
                    height: auto !important
                }

        .tickets .panel-group .btn-wrapper a {
            padding: 0 14px;
            font-weight: 700;
            font-size: 11px
        }

        .tickets .panel-group .btn-wrapper {
            margin: 10px 8px 0 0;
            text-align: right
        }

        .tickets .panel-group div.match-details {
            padding: 0 15px 13px
        }

            .tickets .panel-group div.match-details p {
                font-size: 12px;
                margin: 0
            }

    .live-match-panel div .match-wrapper .team .team-wrapper > p:nth-of-type(2),
    .live-match-panel.completed .match-wrapper .team .team-wrapper > p:nth-of-type(2),
    .live-match-panel.today .match-wrapper .team .team-wrapper > p:nth-of-type(2),
    .live-match-panel.upcoming .match-wrapper .team .team-wrapper > p:nth-of-type(2) {
        margin-top: -24px
    }

    .tickets .panel-group .panel-collapse.collapsing {
        overflow: initial
    }

    .video-hero-left {
        min-height: initial
    }

    .live-match-panel .btn-wrapper a {
        font-size: .9em
    }

    .live-match-panel.completed p.match-header,
    .live-match-panel.today p.match-header,
    .live-match-panel.upcoming p.match-header {
        padding: 0
    }

    .live-match-panel.completed .match-wrapper,
    .live-match-panel.today .match-wrapper,
    .live-match-panel.upcoming .match-wrapper {
        width: 310px
    }

        .live-match-panel.completed .match-wrapper .team.n01,
        .live-match-panel.completed .match-wrapper .team.n02,
        .live-match-panel.today .match-wrapper .team.n01,
        .live-match-panel.today .match-wrapper .team.n02,
        .live-match-panel.upcoming .match-wrapper .team.n01,
        .live-match-panel.upcoming .match-wrapper .team.n02 {
            padding: 0 20px
        }

            .live-match-panel.completed .match-wrapper .team.n01 .score-loss,
            .live-match-panel.completed .match-wrapper .team.n01 .score-win,
            .live-match-panel.completed .match-wrapper .team.n02 .score-loss,
            .live-match-panel.completed .match-wrapper .team.n02 .score-win,
            .live-match-panel.today .match-wrapper .team.n01 .score-loss,
            .live-match-panel.today .match-wrapper .team.n01 .score-win,
            .live-match-panel.today .match-wrapper .team.n02 .score-loss,
            .live-match-panel.today .match-wrapper .team.n02 .score-win,
            .live-match-panel.upcoming .match-wrapper .team.n01 .score-loss,
            .live-match-panel.upcoming .match-wrapper .team.n01 .score-win,
            .live-match-panel.upcoming .match-wrapper .team.n02 .score-loss,
            .live-match-panel.upcoming .match-wrapper .team.n02 .score-win {
                font-size: 14px;
                margin-bottom: 0
            }

        .live-match-panel.completed .match-wrapper .team-wrapper .teamName,
        .live-match-panel.today .match-wrapper .team-wrapper .teamName,
        .live-match-panel.upcoming .match-wrapper .team-wrapper .teamName {
            font-size: 2.4em;
            line-height: 30px
        }

        .live-match-panel.completed .match-wrapper .team-wrapper img,
        .live-match-panel.today .match-wrapper .team-wrapper img,
        .live-match-panel.upcoming .match-wrapper .team-wrapper img {
            height: 26px
        }

    .cricket-schedule-row-ad-fixture.row-fixture-accordion .live-match-panel.completed .match-wrapper .team.n01,
    .cricket-schedule-row-ad-fixture.row-fixture-accordion .live-match-panel.completed .match-wrapper .team.n02,
    .cricket-schedule-row-ad-fixture.row-fixture-accordion .live-match-panel.today .match-wrapper .team.n01,
    .cricket-schedule-row-ad-fixture.row-fixture-accordion .live-match-panel.today .match-wrapper .team.n02,
    .cricket-schedule-row-ad-fixture.row-fixture-accordion .live-match-panel.upcoming .match-wrapper .team.n01,
    .cricket-schedule-row-ad-fixture.row-fixture-accordion .live-match-panel.upcoming .match-wrapper .team.n02 {
        padding-top: 10px
    }
}

@media (min-width:1024px) {
    .feature-panel.match-centre.match-centre-sticky {
        display: none
    }
}

@media (min-width:1023px) and (max-width:1023px) {
    .feature-panel.match-centre.match-centre-sticky {
        display: inline
    }

    .match-centre-sticky {
        position: absolute;
        top: 0;
        right: 0
    }

    #footer p.disclaimer {
        margin-bottom: 1em
    }

    .live-app {
        text-align: center
    }
}

@media (max-width:424px) {
    .quick-singles-header {
        height: 100px
    }

        .quick-singles-header .ddd {
            margin-top: -3em
        }
}

@media (max-width:422px) {
    .about-the-writer-panel .about-the-writer-info {
        width: 57%
    }
}

@media (max-width:403px) {

    .video-top.video-article-b.list-img-margin-bottom.featured-video-margin-bottom,
    .video-top.video-article-c.list-img-margin-bottom.featured-video-margin-bottom {
        margin-bottom: 0
    }
}

@media (max-width:357px) {
    .news-feature img {
        margin-top: 0
    }

    .about-the-writer-panel .about-the-writer-info {
        width: 100%
    }
}

@media (max-width:320px) {

    h2.related-stories,
    h2.top-news {
        margin-bottom: -16px
    }

    .promotion-section-2 .panel-content .content {
        width: 90%
    }

    .player-stats .tab-content .tab-pane .tab-content-wrapper .stats-tiles-wrapper .stats-container {
        font-size: 3em
    }

    .player-stats .tab-content .tab-pane .tab-content-wrapper .stats-tiles-wrapper .strike-rate-average {
        font-size: 2em
    }

    .player-stats .tab-content .tab-pane .tab-content-wrapper img.player-img {
        right: 40px;
        width: 100%
    }

    .article-b {
        padding-bottom: .2em;
        padding-top: 1.1em
    }

    .row-ad-mobile {
        display: block
    }

    .t-c ul li {
        margin: 0
    }

    .tertiary-image-col.latest-news-secondary-news-wrapper.no-borders > .video-info > .article-latest-news > .article-info > .author-social {
        padding-left: 0
    }

    .news-feature img {
        margin-top: 2px
    }

    .news-feature .exclusive-video.homepage img {
        margin-top: 0
    }

    h1.our-voices-list {
        top: 0
    }

    .top-stories-video-a > .wrapper-video > .video-top {
        margin-top: 1px
    }

    .article-b.article-b-video.top-stories-video-a.exclusive-video.homepage {
        margin-top: -4px
    }

    .comm-box {
        padding: 1.5em 0
    }
}

@media (min-width:320px) and (max-width:430px) {

    .live-match-panel.completed .match-wrapper,
    .live-match-panel.today .match-wrapper,
    .live-match-panel.upcoming .match-wrapper {
        margin: 0 auto;
        padding-top: 30px
    }

        .live-match-panel.completed .match-wrapper .team,
        .live-match-panel.today .match-wrapper .team,
        .live-match-panel.upcoming .match-wrapper .team {
            width: 120px
        }

            .live-match-panel.completed .match-wrapper .team hr,
            .live-match-panel.today .match-wrapper .team hr,
            .live-match-panel.upcoming .match-wrapper .team hr {
                float: left;
                width: 100%;
                margin-top: 2px
            }

            .live-match-panel.completed .match-wrapper .team .score-loss,
            .live-match-panel.completed .match-wrapper .team .score-win,
            .live-match-panel.today .match-wrapper .team .score-loss,
            .live-match-panel.today .match-wrapper .team .score-win,
            .live-match-panel.upcoming .match-wrapper .team .score-loss,
            .live-match-panel.upcoming .match-wrapper .team .score-win {
                padding-bottom: 0 !important
            }

            .live-match-panel.completed .match-wrapper .team.n01,
            .live-match-panel.today .match-wrapper .team.n01,
            .live-match-panel.upcoming .match-wrapper .team.n01 {
                float: left;
                padding: 0 10px;
                text-align: center
            }

                .live-match-panel.completed .match-wrapper .team.n01 .teamName,
                .live-match-panel.today .match-wrapper .team.n01 .teamName,
                .live-match-panel.upcoming .match-wrapper .team.n01 .teamName {
                    float: right !important
                }

                .live-match-panel.completed .match-wrapper .team.n01 .teamLogo,
                .live-match-panel.today .match-wrapper .team.n01 .teamLogo,
                .live-match-panel.upcoming .match-wrapper .team.n01 .teamLogo {
                    float: left !important
                }

                .live-match-panel.completed .match-wrapper .team.n01 .score-loss,
                .live-match-panel.completed .match-wrapper .team.n01 .score-win,
                .live-match-panel.today .match-wrapper .team.n01 .score-loss,
                .live-match-panel.today .match-wrapper .team.n01 .score-win,
                .live-match-panel.upcoming .match-wrapper .team.n01 .score-loss,
                .live-match-panel.upcoming .match-wrapper .team.n01 .score-win {
                    float: right !important;
                    width: 100% !important
                }

            .live-match-panel.completed .match-wrapper .team.n02,
            .live-match-panel.today .match-wrapper .team.n02,
            .live-match-panel.upcoming .match-wrapper .team.n02 {
                float: right;
                padding: 0 10px;
                text-align: center
            }

                .live-match-panel.completed .match-wrapper .team.n02 .teamName,
                .live-match-panel.today .match-wrapper .team.n02 .teamName,
                .live-match-panel.upcoming .match-wrapper .team.n02 .teamName {
                    float: left !important
                }

                .live-match-panel.completed .match-wrapper .team.n02 .teamLogo,
                .live-match-panel.today .match-wrapper .team.n02 .teamLogo,
                .live-match-panel.upcoming .match-wrapper .team.n02 .teamLogo {
                    float: right !important
                }

                .live-match-panel.completed .match-wrapper .team.n02 .score-loss,
                .live-match-panel.completed .match-wrapper .team.n02 .score-win,
                .live-match-panel.today .match-wrapper .team.n02 .score-loss,
                .live-match-panel.today .match-wrapper .team.n02 .score-win,
                .live-match-panel.upcoming .match-wrapper .team.n02 .score-loss,
                .live-match-panel.upcoming .match-wrapper .team.n02 .score-win {
                    float: left !important;
                    width: 100% !important
                }

            .live-match-panel.completed .match-wrapper .team .teamName,
            .live-match-panel.today .match-wrapper .team .teamName,
            .live-match-panel.upcoming .match-wrapper .team .teamName {
                font-size: 2.8em;
                margin-top: 2px;
                line-height: 28px
            }

            .live-match-panel.completed .match-wrapper .team .team-wrapper,
            .live-match-panel.today .match-wrapper .team .team-wrapper,
            .live-match-panel.upcoming .match-wrapper .team .team-wrapper {
                width: 100% !important
            }

                .live-match-panel.completed .match-wrapper .team .team-wrapper .teamLogo,
                .live-match-panel.today .match-wrapper .team .team-wrapper .teamLogo,
                .live-match-panel.upcoming .match-wrapper .team .team-wrapper .teamLogo {
                    height: 30px
                }

                    .live-match-panel.completed .match-wrapper .team .team-wrapper .teamLogo img,
                    .live-match-panel.today .match-wrapper .team .team-wrapper .teamLogo img,
                    .live-match-panel.upcoming .match-wrapper .team .team-wrapper .teamLogo img {
                        height: 100% !important;
                        border: 1px solid #959595;
                        margin: 0
                    }
}

@media (min-width:320px) and (max-width:374px) {
    .author-and-socials .col-xs-4 {
        padding-left: 0;
        padding-right: 0
    }

    .author-and-socials .col-xs-8 {
        padding-right: 0;
        width: 200px
    }

    .author-and-socials .social-block-news-page li:before {
        display: none
    }

    .tickets .panel-body .panel-content .ad-logo a img {
        margin-right: 10px
    }

    .tickets .panel-body .panel-content .ad-logo a div p {
        font-size: 11px
    }
}

@media (min-width:375px) and (max-width:430px) {
    .col-xs-8 {
        padding-right: 0;
        width: 66.66666667%
    }

    .col-xs-4 {
        padding-left: 0;
        padding-right: 15px
    }
}

@media (min-width:320px) and (max-width:430px) {

    #column-content .author-and-socials.without-author ul,
    #column-content .col-xs-12 {
        float: left
    }

    #column-content .about-the-writer-panel .article-author,
    .news .article-author-short-bio-image .article-author {
        display: block
    }

    .legendary-moments {
        margin-top: 0
    }

    .news .article-author-short-bio-image {
        width: 75px;
        height: 60px
    }

        .news .article-author-short-bio-image img {
            width: 60px;
            height: 60px
        }

    .news .webView .writer-name {
        line-height: 1.4em
    }

    .news .webView .article-author-short-bio-image {
        width: 75px;
        height: 60px
    }

        .news .webView .article-author-short-bio-image img {
            width: 60px;
            height: 60px
        }

    .news .about-the-writer-info {
        width: 100%;
        clear: both
    }

        .news .about-the-writer-info .about-the-writer-panel-short-bio p {
            width: 100%
        }

    #column-content .orphan-para {
        padding-top: 7px
    }

    #column-content .about-the-writer-panel .about-the-writer-info {
        width: 100%;
        clear: both
    }

        #column-content .about-the-writer-panel .about-the-writer-info .about-the-writer-panel-short-bio p {
            width: 100%
        }

    #column-content .article-author-short-bio-image {
        width: 75px;
        height: 60px
    }

        #column-content .article-author-short-bio-image img {
            width: 60px;
            height: 60px
        }

    .header-content h1 {
        font-size: 36px;
        line-height: 40px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .news .heroImage p {
        padding: 5px 15px;
        position: relative;
        border-bottom: 1px solid rgba(174, 165, 122, 0.25)
    }

    .news .orphan-para {
        padding-top: 7px
    }

    .news .image-with-caption .caption-title {
        position: relative;
        border-bottom: 1px solid #eaeaea;
        padding: 5px 15px
    }

    #column-content .orphan-para {
        padding-top: 7px
    }

    #column-content .heroImage p {
        padding: 5px 15px;
        position: relative;
        border-bottom: 1px solid rgba(174, 165, 122, 0.25)
    }

    #column-content .image-with-caption .caption-title {
        position: relative;
        border-bottom: 1px solid #eaeaea;
        padding: 5px 15px
    }

    #column-content .news .heroImage .brightcove-outer-container {
        display: inline-block;
        max-width: 100%;
        height: auto;
        margin-bottom: -5px
    }

    .video .header-content a.name-of-series {
        padding-top: 16px
    }

    .without-author .social-block-news-page {
        float: left
    }

    .video-hero.video-hero-left {
        padding-top: 0
    }

    .video-hero .video-left {
        padding-right: 0
    }

    .video-hero .social-block-news-page ul {
        float: left;
        padding-bottom: 10px
    }

    .video-hero h1 {
        font-size: 35px;
        line-height: 35px
    }

    .video-hero .header-content .publishDate {
        padding-bottom: 0
    }

    .video-hero .article-info,
    .video-hero .author-social {
        margin: 0
    }

    .author-and-socials.without-author ul {
        float: left
    }

    .filter-error {
        padding: 70px 10px 20px;
        margin-top: 15px
    }

        .filter-error .filter-guide {
            position: absolute;
            right: 20%;
            top: 8px
        }

            .filter-error .filter-guide img {
                width: 80%
            }

        .filter-error .message {
            font-size: 12px
        }

        .filter-error.without-guide {
            padding: 30px 6px
        }

    .news-landing .filter-error {
        padding-top: 20px;
        float: left;
        width: 100%
    }

    .news-landing .series-forms.fixture-filter .filterToggle {
        margin: 0;
        top: 0;
        right: 20px
    }

    .news-landing .mobile-fixture-filter {
        float: left
    }

        .news-landing .mobile-fixture-filter .filterMob {
            padding-top: 19px
        }

    .team-location-filters a.btn {
        padding: 10px 30px 10px 10px;
        width: 49%;
        float: left;
        text-align: left;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        background: 0 0;
        margin-right: 1%;
        border: 1px solid #DEDEDE;
        color: #363636;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative
    }

        .team-location-filters a.btn .fa {
            position: absolute;
            right: 14px;
            top: 12px;
            color: #7d7d7d !important
        }

        .team-location-filters a.btn select {
            border: 0;
            background: 0 0;
            width: 105%;
            line-height: 20px;
            opacity: 0;
            position: absolute;
            left: -1px;
            height: 42px;
            top: -1px
        }

        .team-location-filters a.btn:active,
        .team-location-filters a.btn:focus,
        .team-location-filters a.btn:hover {
            background: #fff;
            border: 1px solid #DEDEDE;
            color: #363636;
            -webkit-box-shadow: none;
            box-shadow: none
        }
}

@media (max-width:568px) {

    .latest-news-primary-news-wrapper.no-borders,
    .latest-news-secondary-news-wrapper.no-borders {
        float: left;
        width: 55%
    }

    .promotion-section-3 .panel-content .side-2 .outer-wrapper .inner-wrapper img {
        display: block;
        margin-bottom: 2em
    }

    .live-match-panel .btn-wrapper a {
        font-size: 1.2em;
        padding-top: .3em
    }

    .live-match-panel.completed .match-wrapper .fix-logo,
    .live-match-panel.today .match-wrapper .fix-logo,
    .live-match-panel.upcoming .match-wrapper .fix-logo {
        height: 60px;
        left: -30px;
        top: 30px;
        width: 60px
    }

    #column-content .widget-match-report-live .match-wrapper {
        width: 280px
    }

        #column-content .widget-match-report-live .match-wrapper .team-wrapper {
            padding-top: 0
        }

        #column-content .widget-match-report-live .match-wrapper .team {
            width: 95px !important;
            padding: 0
        }

        #column-content .widget-match-report-live .match-wrapper .teamLogo {
            height: 30px !important
        }

            #column-content .widget-match-report-live .match-wrapper .teamLogo img {
                width: 42px !important;
                margin-top: 10px
            }

        #column-content .widget-match-report-live .match-wrapper .teamName {
            font-size: 3em;
            padding-bottom: 5px
        }
}

.fixtures .col-xs-12 {
    float: left
}

@media (max-width:479px) {

    .news .score-loss,
    .news .score-win {
        width: 80%
    }

    .tickets .panel-body .panel-content .extra-arr-options-container .extra-arr-options {
        margin: 0 1px
    }
}

.ashes-series-sec {
    padding: 0
}

    .ashes-series-sec #ashes-series-banner {
        background-position: center top;
        background-repeat: no-repeat;
        position: relative;
        height: 350px;
        width: 100%;
        padding: 0
    }

        .ashes-series-sec #ashes-series-banner .ashes-overlay {
            content: '';
            position: absolute left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            background: rgba(0, 0, 0, 0.2);
            height: 350px
        }

        .ashes-series-sec #ashes-series-banner .series-sec {
            position: absolute;
            max-width: 560px;
            margin: 0 auto;
            bottom: 21px;
            left: 0;
            right: 0;
            clear: both
        }

            .ashes-series-sec #ashes-series-banner .series-sec img.logo-sec {
                width: 89px;
                height: auto;
                float: left
            }

            .ashes-series-sec #ashes-series-banner .series-sec h1.series-title {
                font-family: tablet-gothic-narrow, serif;
                font-size: 44px;
                font-weight: 800;
                font-style: normal;
                font-stretch: normal;
                letter-spacing: -0.9px;
                text-align: center;
                color: #fff;
                margin-top: 35px;
                margin-left: 16px;
                float: left
            }

    .ashes-series-sec .ashes-fixtures {
        padding: 35px;
        border-bottom: 1px solid #e8e9e3
    }

        .ashes-series-sec .ashes-fixtures h2.fixture-title {
            font-family: tablet-gothic-narrow, serif;
            font-size: 30px;
            font-weight: 800;
            font-style: normal;
            font-stretch: normal;
            text-align: center;
            color: #393636;
            width: 70%;
            margin: 26px auto 23px
        }

        .ashes-series-sec .ashes-fixtures .fixture-list {
            max-width: 797px;
            margin: 15px auto
        }

            .ashes-series-sec .ashes-fixtures .fixture-list li {
                border: 1px solid #ccc;
                width: 155px;
                float: left;
                padding: 0;
                margin-right: 5px
            }

                .ashes-series-sec .ashes-fixtures .fixture-list li:last-child {
                    margin-right: 0
                }

                .ashes-series-sec .ashes-fixtures .fixture-list li img {
                    height: 136px;
                    cursor: pointer
                }

                .ashes-series-sec .ashes-fixtures .fixture-list li p.list-title {
                    font-size: 14px;
                    font-weight: 700;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.5;
                    color: #393636;
                    padding: 10px 10px 5px;
                    cursor: pointer
                }

                .ashes-series-sec .ashes-fixtures .fixture-list li p.list-place {
                    font-size: 14px;
                    font-weight: 400;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.14;
                    color: #393636;
                    padding: 0 10px 15px
                }

        .ashes-series-sec .ashes-fixtures .fixture-overlay {
            position: relative;
            display: inline-block
        }

            .ashes-series-sec .ashes-fixtures .fixture-overlay::hover .fixture-overlay-inside {
                background: rgba(0, 0, 0, 0.2);
                position: absolute;
                height: 100%;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%
            }

        .ashes-series-sec .ashes-fixtures .fixture-btn {
            text-align: center
        }

            .ashes-series-sec .ashes-fixtures .fixture-btn input[type=button].see-fixture-btn {
                border-radius: 4px;
                background-color: #19aa52;
                font-family: ArialMT;
                font-size: 14px;
                font-weight: 400;
                font-style: normal;
                font-stretch: normal;
                text-align: center;
                color: #fff;
                padding: 9px 14px;
                margin: 12px 0;
                width: 153px;
                border: 0
            }

    .ashes-series-sec .ashes-experience {
        max-width: 631px;
        margin: 0 auto;
        padding: 38px 15px
    }

        .ashes-series-sec .ashes-experience h2.experience-title {
            font-family: tablet-gothic-narrow, serif;
            font-size: 30px;
            font-weight: 800;
            font-style: normal;
            font-stretch: normal;
            text-align: center;
            color: #393636;
            margin: 10px 0
        }

        .ashes-series-sec .ashes-experience p.experience-content {
            font-size: 16px;
            font-weight: 400;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.69;
            letter-spacing: -0.3px;
            text-align: center;
            color: #393636;
            margin: 10px 0
        }

@media (max-width:991px) {
    .ashes-container {
        padding: 0 44px
    }

    .ashes-series-sec #ashes-series-banner {
        background-position: center center;
        background-repeat: no-repeat
    }

        .ashes-series-sec #ashes-series-banner .series-sec {
            clear: none;
            text-align: center;
            max-width: 100%
        }

            .ashes-series-sec #ashes-series-banner .series-sec img.logo-sec {
                float: left;
                margin-bottom: 15px
            }

            .ashes-series-sec #ashes-series-banner .series-sec h1.series-title {
                float: left;
                font-size: 30px;
                margin: 0 auto;
                width: 100%;
                text-align: left
            }

    .ashes-series-sec .ashes-fixtures .fixture-list {
        max-width: 100%
    }

        .ashes-series-sec .ashes-fixtures .fixture-list li {
            width: 100%;
            padding: 0;
            margin: 2px 0;
            display: inline-block
        }

            .ashes-series-sec .ashes-fixtures .fixture-list li img {
                width: 300px
            }

            .ashes-series-sec .ashes-fixtures .fixture-list li .fixture-details {
                display: inline-block;
                margin-left: 20px
            }

            .ashes-series-sec .ashes-fixtures .fixture-list li p.list-title {
                font-size: 21px
            }

    .ashes-series-sec .ashes-fixtures h2.fixture-title {
        font-size: 30px;
        font-weight: 800;
        text-align: left;
        margin: 0;
        width: 100%
    }

    .ashes-series-sec .ashes-experience {
        padding: 38px 44px;
        max-width: 100%
    }

        .ashes-series-sec .ashes-experience h2.experience-title {
            font-size: 21px;
            font-weight: 800;
            text-align: left
        }

        .ashes-series-sec .ashes-experience p.experience-content {
            text-align: left
        }
}

@media (min-width:481px) and (max-width:767px) {
    .ashes-series-sec .ashes-fixtures h2.fixture-title {
        font-size: 21px
    }

    .ashes-series-sec .ashes-fixtures .fixture-list.list-inline li .fixture-details {
        display: inline-block;
        max-width: 44%;
        margin-left: 0
    }

    .ashes-series-sec .ashes-fixtures .fixture-list.list-inline li img {
        max-width: 215px;
        display: inline-block
    }

    .ashes-series-sec .ashes-fixtures .fixture-list.list-inline p.list-title {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .ashes-container {
        padding: 0
    }

    .ashes-series-sec #ashes-series-banner .series-sec {
        clear: none;
        text-align: center
    }

        .ashes-series-sec #ashes-series-banner .series-sec img.logo-sec {
            float: none;
            margin-bottom: 15px
        }

        .ashes-series-sec #ashes-series-banner .series-sec h1.series-title {
            float: none;
            font-size: 30px;
            margin: 0 auto;
            width: 100%;
            text-align: center
        }

    .ashes-series-sec .ashes-fixtures {
        padding: 0 15px
    }

        .ashes-series-sec .ashes-fixtures h2.fixture-title {
            text-align: left;
            margin: 26px auto 23px;
            width: 100%;
            font-size: 21px
        }

        .ashes-series-sec .ashes-fixtures .fixture-list.list-inline li {
            width: 100%;
            margin: 2px 0
        }

            .ashes-series-sec .ashes-fixtures .fixture-list.list-inline li img {
                max-width: 155px;
                display: inline-block
            }

            .ashes-series-sec .ashes-fixtures .fixture-list.list-inline li .fixture-details {
                display: inline-block;
                max-width: 44%;
                margin-left: 0
            }

            .ashes-series-sec .ashes-fixtures .fixture-list.list-inline li p.list-title {
                font-size: 14px
            }

        .ashes-series-sec .ashes-fixtures .fixture-list .fixture-overlay {
            position: relative;
            display: inline-block
        }

            .ashes-series-sec .ashes-fixtures .fixture-list .fixture-overlay::hover .fixture-overlay-inside {
                background: rgba(0, 0, 0, 0.2);
                position: absolute;
                height: 100%;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%
            }

        .ashes-series-sec .ashes-fixtures .fixture-btn input[type=button].see-fixture-btn {
            width: 100%
        }

    .ashes-series-sec .ashes-experience {
        padding: 38px 15px
    }

        .ashes-series-sec .ashes-experience h2.experience-title,
        .ashes-series-sec .ashes-experience p.experience-content {
            text-align: left
        }
}

.main-content .mobile-line {
    display: none
}

.main-content .accordion-holder {
    max-width: 826px;
    background-color: #e8e9e3;
    margin: 0 auto
}

    .main-content .accordion-holder .panel-group {
        background-color: #e8e9e3;
        border: none
    }

        .main-content .accordion-holder .panel-group .panel-default {
            border-top: 2px solid #fff !important;
            background-color: #e8e9e3;
            border: none;
            margin: 5px 0
        }

            .main-content .accordion-holder .panel-group .panel-default .panel-heading {
                background-color: #e8e9e3;
                border: none
            }

                .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title {
                    margin-top: 30px
                }

                    .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-icon {
                        width: 86px;
                        object-fit: contain
                    }

                    .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-label {
                        font-family: tablet-gothic-narrow, serif;
                        font-size: 24px;
                        font-weight: 800;
                        font-style: normal;
                        font-stretch: normal;
                        color: #393636;
                        line-height: 1
                    }

                        .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-label :focus,
                        .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-label :visited,
                        .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-label a,
                        .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-label:hover {
                            text-decoration: none
                        }

                        .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-label .accordion-label-text {
                            margin: 10px 0 0;
                            font-size: 14px;
                            font-weight: 400;
                            font-style: normal;
                            font-stretch: normal;
                            line-height: 1.5;
                            letter-spacing: -0.3px;
                            color: #393636
                        }

                    .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-toggle:after {
                        font-family: 'Glyphicons Halflings';
                        font-size: 14px;
                        font-weight: 400;
                        content: "\e113";
                        float: right;
                        color: grey
                    }

                    .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed:after {
                        content: "\e114"
                    }

            .main-content .accordion-holder .panel-group .panel-default .panel-body {
                border: none
            }

                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text {
                    margin: 0 auto;
                    padding: 0 15px
                }

                    .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .a-mobile-only {
                        font-family: tablet-gothic-narrow, serif;
                        font-size: 16px;
                        font-weight: 800;
                        font-style: normal;
                        font-stretch: normal;
                        text-align: center;
                        color: #393636
                    }

                    .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text p {
                        text-align: center
                    }

                    .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .social-buttons {
                        text-align: center;
                        display: block;
                        position: relative;
                        float: none;
                        padding: 10px 0
                    }

                        .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .social-buttons ul {
                            margin: 0 auto !important
                        }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .social-buttons ul li {
                                list-style-type: none;
                                margin: 0 5px;
                                display: inline-block
                            }

                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .social-buttons ul li a {
                                    text-decoration: none
                                }

                                    .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .social-buttons ul li a .ash-img {
                                        margin-right: 9px;
                                        width: 16px
                                    }

                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .social-buttons ul li .logo_text {
                                    position: relative;
                                    display: block;
                                    font-family: 'Open Sans', serif;
                                    font-size: 12px;
                                    font-weight: 400;
                                    font-style: normal;
                                    font-stretch: normal;
                                    text-align: center;
                                    color: #fff;
                                    padding: 9px 0;
                                    margin: 0
                                }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .social-buttons ul .ashes-btn {
                                width: 100px;
                                height: 32px;
                                border-radius: 16px;
                                position: relative;
                                margin: 5px 0
                            }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .social-buttons ul .logo_1 {
                                background-color: #3865a4
                            }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .social-buttons ul .logo_2 {
                                background-color: #06b8f6
                            }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .social-buttons ul .logo_3 {
                                background-color: #d74532
                            }

                    .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .acc_color {
                        color: #00ab4e
                    }

                    .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one {
                        position: relative;
                        width: 320px;
                        margin: 0 auto
                    }

                        .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form {
                            width: 100%;
                            box-sizing: border-box;
                            padding: 10px 0
                        }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form .textbox {
                                width: 100%;
                                border-radius: 2px;
                                background-color: #fff;
                                border: 1px solid #e2e4dc;
                                margin-bottom: 10px;
                                padding: 11px 18px
                            }

                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form .textbox:focus {
                                    outline: 0;
                                    border: 1px solid #00ab4e;
                                    color: #000
                                }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form .checkbox-label {
                                font-size: 10px;
                                font-weight: 400;
                                font-style: normal;
                                font-stretch: normal;
                                color: #363636
                            }

                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form .checkbox-label input {
                                    width: 16px;
                                    height: 16px;
                                    border-radius: 2px;
                                    border: 1px solid #363636
                                }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form span.pull-left {
                                max-width: 90%;
                                padding-left: 9px;
                                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                                font-size: 10px;
                                font-weight: 400;
                                font-style: normal;
                                font-stretch: normal;
                                color: #363636
                            }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form input[type=checkbox] {
                                visibility: hidden
                            }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form .ticket-check {
                                width: 16px;
                                position: relative
                            }

                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form .ticket-check label {
                                    cursor: pointer;
                                    position: absolute;
                                    width: 16px;
                                    height: 16px;
                                    top: 0;
                                    border-radius: 2px;
                                    background: #e8e9e3;
                                    border: 1px solid #363636
                                }

                                    .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form .ticket-check label:after {
                                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                                        filter: alpha(opacity=0);
                                        opacity: 0;
                                        content: '';
                                        position: absolute;
                                        width: 11px;
                                        height: 6px;
                                        background: 0 0;
                                        top: 3px;
                                        left: 2px;
                                        border: 3px solid #333;
                                        border-top: none;
                                        border-right: none;
                                        -webkit-transform: rotate(-45deg);
                                        -moz-transform: rotate(-45deg);
                                        -o-transform: rotate(-45deg);
                                        -ms-transform: rotate(-45deg);
                                        transform: rotate(-45deg)
                                    }

                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form .ticket-check input[type=checkbox]:checked + label:after {
                                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                                    filter: alpha(opacity=100);
                                    opacity: 1
                                }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form .button {
                                border-radius: 4px;
                                background-color: #00ab4e;
                                padding: 10px;
                                margin: 20px 0;
                                cursor: pointer;
                                width: 320px;
                                height: 52px;
                                font-size: 21px;
                                font-weight: 600;
                                text-align: center;
                                color: #fff;
                                outline: 0;
                                border: none
                            }

                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form .button:hover,
                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form :active,
                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form :focus {
                                    border: none;
                                    outline: 0
                                }

                    .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two {
                        position: relative;
                        width: 320px;
                        margin: 0 !important
                    }

                        .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two .form-heading {
                            font-family: tablet-gothic-narrow, serif;
                            font-size: 18px;
                            font-weight: 800;
                            font-style: normal;
                            font-stretch: normal;
                            line-height: 1;
                            color: #393636;
                            text-align: left
                        }

                        .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two .form {
                            width: 100%;
                            box-sizing: border-box;
                            padding: 10px 0
                        }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two .form .textbox {
                                width: 100%;
                                border-radius: 2px;
                                background-color: #fff;
                                border: 1px solid #e2e4dc;
                                margin-bottom: 10px;
                                padding: 11px 18px
                            }

                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two .form .textbox:focus {
                                    outline: 0;
                                    border: 1px solid #00ab4e;
                                    color: #000
                                }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two .form .checkbox-label {
                                font-size: 10px;
                                font-weight: 400;
                                font-style: normal;
                                font-stretch: normal;
                                color: #363636
                            }

                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two .form .checkbox-label span {
                                    padding-left: 20px;
                                    float: right;
                                    margin-top: -20px
                                }

                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two .form .checkbox-label input {
                                    width: 16px;
                                    height: 16px;
                                    border-radius: 2px;
                                    border: 1px solid #363636
                                }

                            .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two .form .button {
                                border-radius: 4px;
                                background-color: #00ab4e;
                                padding: 10px;
                                margin: 20px 0;
                                cursor: pointer;
                                width: 320px;
                                height: 52px;
                                font-size: 21px;
                                font-weight: 600;
                                text-align: center;
                                color: #fff;
                                outline: 0;
                                border: none
                            }

                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two .form .button:hover,
                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two .form :active,
                                .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two .form :focus {
                                    border: none;
                                    outline: 0
                                }

                    .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .text {
                        margin-bottom: 26px
                    }

                        .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .text .text-heading {
                            font-size: 18px;
                            font-weight: 800;
                            font-style: normal;
                            font-stretch: normal;
                            color: #393636;
                            text-align: left
                        }

                        .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .text .text-body {
                            font-size: 14px;
                            font-weight: 400;
                            font-style: normal;
                            font-stretch: normal;
                            line-height: 1.5;
                            letter-spacing: -0.3px;
                            color: #393636;
                            text-align: left
                        }

                .main-content .accordion-holder .panel-group .panel-default .panel-body .form-submit-btn {
                    width: 100px;
                    height: 34px;
                    border-radius: 4px;
                    background-color: #19aa52;
                    font-family: ArialMT;
                    font-size: 14px;
                    font-weight: 400;
                    font-style: normal;
                    font-stretch: normal;
                    text-align: center;
                    color: #fff;
                    border: none;
                    outline: 0
                }

                .main-content .accordion-holder .panel-group .panel-default .panel-body :active,
                .main-content .accordion-holder .panel-group .panel-default .panel-body :focus,
                .main-content .accordion-holder .panel-group .panel-default .panel-body:hover {
                    border: none;
                    outline: 0
                }

@media (max-width:991px) {
    .main-content .accordion-holder {
        max-width: 100%;
        background-color: #fff
    }

        .main-content .accordion-holder .panel-group .panel-default .panel-heading {
            text-align: center;
            position: relative
        }

            .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-label {
                padding: 30px 0;
                font-size: 18px
            }

            .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-arrow {
                position: absolute;
                top: 30px;
                right: 30px
            }

            .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-label .accordion-label-text {
                width: 60%;
                margin: 0 auto
            }
}

@media (max-width:480px) {
    .main-content .mobile-line {
        display: block;
        border-top: 1px solid #ddd;
        margin-bottom: 10px
    }

    .main-content .accordion-holder .panel-group .panel-default .panel-heading {
        text-align: center;
        position: relative
    }

        .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-label {
            padding: 30px 0
        }

        .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-arrow {
            position: absolute;
            top: 30px;
            right: 30px
        }

        .main-content .accordion-holder .panel-group .panel-default .panel-heading .panel-title .accordion-label .accordion-label-text {
            width: 80%;
            margin: 0 auto
        }

    .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text {
        padding: 0
    }

        .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one,
        .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-one .form .button,
        .main-content .accordion-holder .panel-group .panel-default .panel-body .panel-body-text .form-module-two {
            width: 100%
        }

    .main-content .accordion-holder .panel-group .panel-default .panel-body .form-submit-btn {
        width: 100%;
        margin-top: 10px
    }
}

.inside {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff
}

.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%
}

.col-top {
    vertical-align: top
}

.col-middle {
    vertical-align: middle
}

.col-bottom {
    vertical-align: bottom
}

@media (min-width:480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%
    }

    .col-xs-top {
        vertical-align: top
    }

    .col-xs-middle {
        vertical-align: middle
    }

    .col-xs-bottom {
        vertical-align: bottom
    }
}

@media (min-width:768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%
    }

    .col-sm-top {
        vertical-align: top
    }

    .col-sm-middle {
        vertical-align: middle
    }

    .col-sm-bottom {
        vertical-align: bottom
    }
}

@media (min-width:992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%
    }

    .col-md-top {
        vertical-align: top
    }

    .col-md-middle {
        vertical-align: middle
    }

    .col-md-bottom {
        vertical-align: bottom
    }
}

@media (min-width:1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%
    }

    .col-lg-top {
        vertical-align: top
    }

    .col-lg-middle {
        vertical-align: middle
    }

    .col-lg-bottom {
        vertical-align: bottom
    }
}

.live-scores-skinny .double-stack,
.live-scores-skinny .stats-wrapper {
    display: inline-block;
    line-height: 30px
}

.container-live-scores {
    max-width: 1020px
}

    .container-live-scores img {
        margin: 0 7px;
        width: 32px
    }

        .container-live-scores img.score {
            margin-left: 10px
        }

    .container-live-scores .row-no-margin {
        margin: 0
    }

.live-scores-skinny {
    background-color: #000;
    display: inline-block;
    font-family: bebas_neuebold;
    height: 50px;
    line-height: 50px;
    padding: 0;
    vertical-align: middle;
    width: 100%
}

    .live-scores-skinny a {
        color: transparent
    }

    .live-scores-skinny .stats-wrapper .match-status {
        backface-visibility: hidden;
        color: #fff;
        display: inline-block;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: 700;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        padding: 0 10px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle
    }

        .live-scores-skinny .stats-wrapper .match-status.live {
            background-color: #00ab4e
        }

    .live-scores-skinny .stats-wrapper .stats {
        font-size: 39px;
        line-height: 30px;
        margin: 0 8px 0 0;
        vertical-align: middle
    }

        .live-scores-skinny .stats-wrapper .stats.score {
            margin: 0
        }

        .live-scores-skinny .stats-wrapper .stats.active {
            color: #fff
        }

        .live-scores-skinny .stats-wrapper .stats.inactive {
            color: #acacac
        }

    .live-scores-skinny .stats-wrapper .vs {
        color: #acacac;
        font-size: 24px;
        margin: 0 5px;
        position: relative;
        top: 8px
    }

    .live-scores-skinny .double-stack {
        color: #fff;
        font-size: 18px;
        position: relative;
        top: 10px
    }

        .live-scores-skinny .double-stack.super-over {
            margin-right: 8px
        }

        .live-scores-skinny .double-stack.ticker .top {
            line-height: 18px;
            overflow: hidden;
            position: absolute;
            text-overflow: ellipsis;
            top: -33px;
            white-space: nowrap;
            width: 400px
        }

        .live-scores-skinny .double-stack.ticker .bottom {
            overflow: hidden;
            position: absolute;
            text-overflow: ellipsis;
            top: -21px;
            white-space: nowrap;
            width: 400px
        }

        .live-scores-skinny .double-stack .top {
            display: block;
            line-height: 4px
        }

            .live-scores-skinny .double-stack .top.active {
                color: #fff
            }

            .live-scores-skinny .double-stack .top.inactive {
                color: #acacac
            }

                .live-scores-skinny .double-stack .top .stats.active,
                .live-scores-skinny .double-stack .top.inactive .active {
                    color: #fff
                }

            .live-scores-skinny .double-stack .top .stats.inactive {
                color: #acacac
            }

                .live-scores-skinny .double-stack .bottom.active,
                .live-scores-skinny .double-stack .top .stats.inactive .active {
                    color: #fff
                }

        .live-scores-skinny .double-stack .bottom.inactive {
            color: #acacac
        }

        .live-scores-skinny .double-stack span.bottom span {
            color: transparent;
            margin: 0;
            padding: 0;
            position: absolute;
            text-shadow: none;
            -ms-transform: rotateX(180deg);
            -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
        }

            .live-scores-skinny .double-stack span.bottom span.active {
                color: #fff;
                overflow: hidden;
                position: relative;
                transform: rotate(0);
                -ms-transform: rotate(0);
                -webkit-transform: rotate(0);
                filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
                transition: .5s;
                -webkit-transition: .5s
            }

#most-popular-videos .popular-videos .popular-videos-container a:hover img,
.news-container-update .related-videos .related-videos-container a:hover img {
    opacity: .7;
    filter: alpha(opacity=70)
}

.live-scores-skinny .double-stack.overs {
    margin-left: 10px
}

.live-scores-skinny .overs {
    color: #fff;
    font-size: 18px;
    margin-left: 7px;
    position: relative;
    top: 8px;
    width: 35px
}

    .live-scores-skinny .overs.inactive {
        color: #acacac
    }

.live-scores-skinny .btn-wrapper {
    background-color: #000;
    display: inline-block;
    float: right;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 13px;
    position: relative;
    z-index: 1
}

    .live-scores-skinny .btn-wrapper a {
        text-decoration: none
    }

        .live-scores-skinny .btn-wrapper a span {
            height: 50px
        }

            .live-scores-skinny .btn-wrapper a span.ca-fixture {
                color: #00ab4e;
                font-size: 30px;
                line-height: 50px;
                margin: 0 2px
            }

        .live-scores-skinny .btn-wrapper a:hover .ca-fixture-video-default:before {
            content: "\e606"
        }

        .live-scores-skinny .btn-wrapper a:hover .ca-fixture-audio-default:before {
            content: "\e600"
        }

        .live-scores-skinny .btn-wrapper a:hover .ca-fixture-arrow-default:before {
            content: "\e608"
        }

        .live-scores-skinny .btn-wrapper a:focus {
            background: 0 0
        }

.live-scores-skinny.around-the-grounds,
.live-scores-skinny.around-the-grounds.hidden-lg.hidden-md.hidden-sm {
    border-top: 1px solid #363636;
    height: auto;
    line-height: 1
}

    .live-scores-skinny.around-the-grounds p,
    .live-scores-skinny.around-the-grounds.hidden-lg.hidden-md.hidden-sm p {
        color: #acacac;
        display: inline-block;
        font-family: bebas_neuebold;
        font-size: 1.25em;
        margin-right: 1em;
        padding-left: 15px
    }

    .live-scores-skinny.around-the-grounds span a,
    .live-scores-skinny.around-the-grounds.hidden-lg.hidden-md.hidden-sm span a {
        color: #fff;
        font-size: 18px;
        text-decoration: none
    }

        .live-scores-skinny.around-the-grounds span a em,
        .live-scores-skinny.around-the-grounds.hidden-lg.hidden-md.hidden-sm span a em {
            font-size: 14px;
            font-style: normal
        }

    .live-scores-skinny.around-the-grounds span.ca-fixture,
    .live-scores-skinny.around-the-grounds.hidden-lg.hidden-md.hidden-sm span.ca-fixture {
        color: #00ab4e;
        font-size: 16px;
        margin: 0 1em 0 .5em
    }

    .live-scores-skinny.around-the-grounds span a:hover .ca-fixture-video-default:before,
    .live-scores-skinny.around-the-grounds.hidden-lg.hidden-md.hidden-sm span a:hover .ca-fixture-video-default:before {
        content: "\e606"
    }

    .live-scores-skinny.around-the-grounds span a:hover .ca-fixture-audio-default:before,
    .live-scores-skinny.around-the-grounds.hidden-lg.hidden-md.hidden-sm span a:hover .ca-fixture-audio-default:before {
        content: "\e600"
    }

    .live-scores-skinny.around-the-grounds span a:hover .ca-fixture-arrow-default:before,
    .live-scores-skinny.around-the-grounds.hidden-lg.hidden-md.hidden-sm span a:hover .ca-fixture-arrow-default:before {
        content: "\e608"
    }

@media (max-width:1199px) {
    .live-scores-skinny {
        backface-visibility: hidden
    }

        .live-scores-skinny .double-stack.ticker .bottom,
        .live-scores-skinny .double-stack.ticker .top {
            width: auto
        }
}

@media (max-width:1024px) {
    .live-scores-skinny .score-switcher {
        display: none
    }
}

@media (max-width:1023px) {

    .live-scores-skinny .ca-fixture-audio-default,
    .live-scores-skinny .ca-fixture-video-default {
        display: none
    }

    .container-live-scores {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .container-live-scores .desktop-no-padding.mobile-no-gutter {
        padding: 0
    }

    .live-scores-skinny .stats-wrapper .double-stack,
    .live-scores-skinny .stats-wrapper .overs,
    .live-scores-skinny .stats-wrapper .stats,
    .live-scores-skinny .stats-wrapper .vs {
        display: none
    }

        .live-scores-skinny .stats-wrapper .double-stack.super-over {
            display: inline-block;
            margin-left: 10px;
            margin-right: 0
        }

    .live-scores-skinny .stats-wrapper .match-status.live {
        margin-right: 0
    }

    .live-scores-skinny img.score {
        margin-left: 0
    }

    .live-scores-skinny .double-stack.ticker .bottom,
    .live-scores-skinny .double-stack.ticker .top {
        width: auto
    }

    .live-scores-skinny.around-the-grounds p {
        padding-left: 7px
    }
}

body,
html {
    padding: 0;
    margin: 0;
    cursor: default !important
}

    body .author-hashtag-amp,
    html .author-hashtag-amp {
        position: static !important
    }

    body .about-the-writer-panel-amp,
    html .about-the-writer-panel-amp {
        margin-bottom: 10px
    }

    body .about-the-writer-panel-short-bio-amp p,
    html .about-the-writer-panel-short-bio-amp p {
        color: #888
    }

    body .mb-no-gutter,
    html .mb-no-gutter {
        margin-left: -15px;
        margin-right: -15px
    }

    body .article-author-amp,
    body .article-author-amp a,
    html .article-author-amp,
    html .article-author-amp a {
        font-size: 14px;
        font-weight: 700;
        color: #363636
    }

    body .author-and-socials.amp ul,
    html .author-and-socials.amp ul {
        float: left
    }

    body .author-short-bio-amp .side-handle-amp,
    html .author-short-bio-amp .side-handle-amp {
        display: inline-block;
        vertical-align: top
    }

    body .rm-col-gap,
    html .rm-col-gap {
        padding-left: 0;
        padding-right: 0
    }

    body .amp-ad-style,
    html .amp-ad-style {
        margin: 0 auto;
        background-color: #f6f6f6;
        border-top: 1px solid #ddd
    }

        body .amp-ad-style p,
        html .amp-ad-style p {
            color: #959595;
            float: left;
            font-size: 11px;
            margin: 4px 6px;
            padding: 0
        }

        body .amp-ad-style.w300,
        html .amp-ad-style.w300 {
            width: 300px
        }

        body .amp-ad-style.w320,
        html .amp-ad-style.w320 {
            max-width: 320px
        }

        body .amp-ad-style.w728,
        html .amp-ad-style.w728 {
            max-width: 728px
        }

    body .bottom-margin,
    html .bottom-margin {
        margin-bottom: 10px
    }

    body .amp-header,
    html .amp-header {
        background-color: #00ab4e;
        height: auto;
        width: 100%;
        text-align: justify
    }

        body .amp-header #backToTop,
        html .amp-header #backToTop {
            position: fixed;
            top: 0;
            z-index: 5;
            display: block;
            text-align: center;
            width: 100%;
            height: 32px;
            line-height: 30px;
            background-color: #00ab4e;
            font-family: Helvetica;
            font-size: 16px;
            text-decoration: none;
            color: #fff
        }

        body .amp-header div.nielsen-brand,
        html .amp-header div.nielsen-brand {
            height: auto;
            display: block;
            position: relative;
            z-index: 10;
            background-color: #00ab4e
        }

            body .amp-header div.nielsen-brand .nielsen-brand-background,
            html .amp-header div.nielsen-brand .nielsen-brand-background {
                padding: 2px 0;
                background: rgba(0, 0, 0, 0.2)
            }

                body .amp-header div.nielsen-brand .nielsen-brand-background .brand-image-container,
                html .amp-header div.nielsen-brand .nielsen-brand-background .brand-image-container {
                    margin: 0 auto;
                    padding: 0 15px
                }

                    body .amp-header div.nielsen-brand .nielsen-brand-background .brand-image-container img,
                    html .amp-header div.nielsen-brand .nielsen-brand-background .brand-image-container img {
                        width: 130px;
                        height: 25px
                    }

        body .amp-header div.container,
        html .amp-header div.container {
            padding: 15px 15px 10px;
            position: relative;
            z-index: 10;
            background-color: #00ab4e
        }

            body .amp-header div.container .cricket-logo,
            html .amp-header div.container .cricket-logo {
                font-family: Helvetica;
                color: #fff;
                height: auto;
                overflow: hidden;
                float: left
            }

                body .amp-header div.container .cricket-logo img,
                html .amp-header div.container .cricket-logo img {
                    object-fit: contain
                }

            body .amp-header div.container .btn-login,
            html .amp-header div.container .btn-login {
                font-size: 10px;
                float: right;
                margin-top: 3px
            }

                body .amp-header div.container .btn-login a,
                html .amp-header div.container .btn-login a {
                    text-decoration: none;
                    font-size: 14px;
                    color: #fff;
                    display: inline-block;
                    cursor: pointer;
                    padding: 5px 10px;
                    background: #00ab4e;
                    outline: 0;
                    border-radius: 3px;
                    border: 1px solid #fff
                }

                    body .amp-header div.container .btn-login a :active,
                    body .amp-header div.container .btn-login a :focus,
                    body .amp-header div.container .btn-login a :link,
                    body .amp-header div.container .btn-login a :visited,
                    body .amp-header div.container .btn-login a:hover,
                    html .amp-header div.container .btn-login a :active,
                    html .amp-header div.container .btn-login a :focus,
                    html .amp-header div.container .btn-login a :link,
                    html .amp-header div.container .btn-login a :visited,
                    html .amp-header div.container .btn-login a:hover {
                        text-decoration: none;
                        background-color: #fff;
                        color: #00ab4e
                    }

                    body .amp-header div.container .btn-login a i,
                    html .amp-header div.container .btn-login a i {
                        font-size: 14px;
                        padding: 0 5px
                    }

            body .amp-header div.container ul,
            html .amp-header div.container ul {
                list-style-type: none;
                clear: both;
                height: auto;
                overflow: hidden;
                margin: 0;
                padding-top: 30px
            }

                body .amp-header div.container ul li,
                html .amp-header div.container ul li {
                    float: left;
                    padding-right: 20px
                }

                    body .amp-header div.container ul li a,
                    html .amp-header div.container ul li a {
                        text-decoration: none;
                        font-size: 16px;
                        color: #fff
                    }

                        body .amp-header div.container ul li a :link,
                        body .amp-header div.container ul li a :visited,
                        body .amp-header div.container ul li a:hover,
                        html .amp-header div.container ul li a :link,
                        html .amp-header div.container ul li a :visited,
                        html .amp-header div.container ul li a:hover {
                            text-decoration: none
                        }

    body .news-page-body .header-content h1,
    html .news-page-body .header-content h1 {
        font-family: "Tablet Gothic Narrow W01 Bold"
    }

    body .news-page-body .ad-section,
    html .news-page-body .ad-section {
        padding: 20px 0
    }

        body .news-page-body .ad-section p,
        html .news-page-body .ad-section p {
            font-family: Helvetica;
            font-size: 10px;
            text-align: left;
            color: #979797
        }

    body .news-page-body .news-heading,
    html .news-page-body .news-heading {
        padding-bottom: 30px
    }

        body .news-page-body .news-heading p,
        html .news-page-body .news-heading p {
            text-align: left;
            padding: 7px 0;
            font-family: Helvetica;
            font-size: 12px;
            letter-spacing: 0;
            color: #858585
        }

            body .news-page-body .news-heading p:nth-child(2),
            html .news-page-body .news-heading p:nth-child(2) {
                font-family: "Tablet Gothic Narrow W01 Bold";
                font-size: 36px;
                font-weight: 800;
                line-height: 1.08;
                color: #363636
            }

    body .news-page-body .main-video-container,
    html .news-page-body .main-video-container {
        width: 100%
    }

@media (max-width:1200px) {

    body .news-page-body .main-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default,
    html .news-page-body .main-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default {
        height: 580px
    }
}

@media (max-width:1024px) {

    body .news-page-body .main-video-container,
    html .news-page-body .main-video-container {
        margin-left: -15px;
        margin-right: -15px
    }

        body .news-page-body .main-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default,
        html .news-page-body .main-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default {
            height: 500px
        }
}

@media (max-width:768px) {

    body .news-page-body .main-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default,
    html .news-page-body .main-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default {
        height: 270px
    }
}

@media (max-width:480px) {

    body .news-page-body .main-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default,
    html .news-page-body .main-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default {
        height: 160px
    }
}

body .news-page-body .main-video-container .match-report-caption,
html .news-page-body .main-video-container .match-report-caption {
    height: 36px;
    background-color: #f68302
}

    body .news-page-body .main-video-container .match-report-caption P,
    html .news-page-body .main-video-container .match-report-caption P {
        color: #fff;
        font-family: Helvetica;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0;
        padding: 10px;
        margin: 0
    }

@media (max-width:1024px) {

    body .news-page-body .main-video-container .match-report-caption P,
    html .news-page-body .main-video-container .match-report-caption P {
        padding-left: 15px
    }
}

body .news-page-body .news-article .news-article-body,
html .news-page-body .news-article .news-article-body {
    margin: 0 auto
}

    body .news-page-body .news-article .news-article-body .news-reporter-info,
    html .news-page-body .news-article .news-article-body .news-reporter-info {
        padding: 15px 0;
        height: auto;
        overflow: hidden
    }

        body .news-page-body .news-article .news-article-body .news-reporter-info .social-icons,
        html .news-page-body .news-article .news-article-body .news-reporter-info .social-icons {
            float: left
        }

            body .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul,
            html .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul {
                list-style-type: none;
                clear: both;
                height: auto;
                overflow: hidden;
                padding: 2px 0
            }

                body .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul li,
                html .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul li {
                    float: left
                }

                    body .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul li a,
                    html .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul li a {
                        text-decoration: none;
                        color: #aea57a
                    }

                        body .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul li a :link,
                        body .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul li a :visited,
                        body .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul li a:hover,
                        html .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul li a :link,
                        html .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul li a :visited,
                        html .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul li a:hover {
                            text-decoration: none
                        }

                        body .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul li a i,
                        html .news-page-body .news-article .news-article-body .news-reporter-info .social-icons ul li a i {
                            font-size: 30px;
                            padding: 0 2px
                        }

        body .news-page-body .news-article .news-article-body .news-reporter-info .social-block-news-page,
        html .news-page-body .news-article .news-article-body .news-reporter-info .social-block-news-page {
            float: left
        }

        body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob,
        body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab,
        html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob,
        html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab {
            padding-left: 10px;
            float: left;
            display: none
        }

            body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob img,
            body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab img,
            html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob img,
            html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab img {
                width: 30px;
                height: 30px;
                float: left;
                margin: 5px 10px
            }

            body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob p,
            body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab p,
            html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob p,
            html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab p {
                font-family: Helvetica;
                font-size: 12px;
                text-align: left;
                margin: 0;
                padding: 0;
                display: inline;
                line-height: 1;
                letter-spacing: 0;
                color: #9e9567
            }

                body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob p:last-child,
                body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab p:last-child,
                html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob p:last-child,
                html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab p:last-child {
                    line-height: 1;
                    letter-spacing: normal
                }

                    body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob p:last-child a,
                    body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab p:last-child a,
                    html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob p:last-child a,
                    html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab p:last-child a {
                        color: #0896e8
                    }

                        body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob p:last-child a:hover,
                        body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab p:last-child a:hover,
                        html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob p:last-child a:hover,
                        html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab p:last-child a:hover {
                            color: #948c68
                        }

@media (min-width:768px) {

    body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab,
    html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-tab {
        display: block
    }
}

body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob,
html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob {
    padding-left: 0;
    margin-bottom: 15px
}

    body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob img,
    html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob img {
        margin: 5px 10px 5px 0
    }

@media (max-width:767px) {

    body .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob,
    html .news-page-body .news-article .news-article-body .news-reporter-info .profile-dtl-mob {
        display: block;
        float: none
    }
}

body .news-page-body .news-article .news-article-body .heroImage p,
html .news-page-body .news-article .news-article-body .heroImage p {
    font-size: 11px !important
}

body .news-page-body .news-article .news-article-body p,
html .news-page-body .news-article .news-article-body p {
    font-family: Merriweather;
    font-size: 16px;
    line-height: 1.63;
    color: #292929
}

    body .news-page-body .news-article .news-article-body p.news-intro,
    html .news-page-body .news-article .news-article-body p.news-intro {
        font-weight: 700;
        clear: both;
        padding: 0
    }

@media (max-width:1200px) {

    body .news-page-body .news-article .news-article-body .article-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default,
    html .news-page-body .news-article .news-article-body .article-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default {
        height: 400px
    }
}

@media (max-width:1024px) {

    body .news-page-body .news-article .news-article-body .article-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default,
    html .news-page-body .news-article .news-article-body .article-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default {
        height: 370px
    }
}

@media (max-width:768px) {

    body .news-page-body .news-article .news-article-body .article-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default,
    html .news-page-body .news-article .news-article-body .article-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default {
        height: 220px
    }
}

@media (max-width:480px) {

    body .news-page-body .news-article .news-article-body .article-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default,
    html .news-page-body .news-article .news-article-body .article-video-container .brightcove-outer-container div.bc-player-rJAPHnz4_default {
        height: 160px
    }
}

body .news-page-body .news-article .news-article-body .article-video-container p.article-video-caption,
html .news-page-body .news-article .news-article-body .article-video-container p.article-video-caption {
    height: 36px;
    line-height: 3;
    background-color: #f2f0eb;
    padding: 0 10px;
    font-family: Merriweather;
    font-size: 13px;
    font-style: italic;
    color: #3b3b3b
}

body .news-page-body .news-article .news-article-body .article-ad,
html .news-page-body .news-article .news-article-body .article-ad {
    margin-top: 7px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
    clear: left;
    display: none
}

body .news-page-body .news-article .about-the-writer-amp,
body .news-page-body .news-article .ca-disclaimer,
html .news-page-body .news-article .about-the-writer-amp,
html .news-page-body .news-article .ca-disclaimer {
    margin: 0 auto
}

body .news-page-body .news-article .news-article-body .article-ad p,
html .news-page-body .news-article .news-article-body .article-ad p {
    font-family: Helvetica;
    font-size: 10px;
    text-align: left;
    color: #979797
}

body .news-page-body .news-article .news-article-body.article-ad-mobile,
body .news-page-body .news-article .news-article-body.article-ad-tablet,
html .news-page-body .news-article .news-article-body.article-ad-mobile,
html .news-page-body .news-article .news-article-body.article-ad-tablet {
    display: none !important
}

body .news-page-body .news-article .ca-disclaimer .social-block-news-page,
html .news-page-body .news-article .ca-disclaimer .social-block-news-page {
    width: 100%;
    padding-top: 20px
}

@media (min-width:768px) and (max-width:1200px) {

    .about-the-writer-amp,
    .ca-disclaimer,
    .news-article-body {
        max-width: 85%
    }
}

@media (min-width:1200px) {
    .brand-image-container {
        width: 1170px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .article-ad-tablet {
        display: block !important
    }

    .article-ad-mobile {
        display: none !important
    }
}

@media (max-width:767px) {
    .article-ad {
        float: none !important;
        margin-top: 10px !important;
        margin-left: 0 !important;
        display: none !important
    }

    .article-ad-tablet {
        display: block !important
    }
}

.news-container-update {
    max-width: 85%;
    margin-left: 16px;
    padding: 0 16px
}

@media (max-width:991px) {
    .news-container-update {
        max-width: 72%
    }
}

@media (max-width:767px) {
    .news-container-update {
        max-width: 100%;
        margin-left: 8px;
        margin-right: 8px
    }
}

.news-container-update .news-container-update-left-align {
    margin-right: -16px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.02)
}

@media (max-width:767px) {
    .news-container-update .news-container-update-left-align {
        max-width: calc(116%);
        margin-left: 0;
        margin-right: 0
    }
}

.news-container-update .news-container-update-left-align.bg-none {
    background-color: transparent
}

.news-container-update.left-align {
    padding: 0 0 0 16px;
    margin-left: -1px
}

@media (max-width:767px) {
    .news-container-update.left-align {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:991px) {
    .news-container-update.left-align {
        padding-left: 0
    }

    .news-container-update.justify-both {
        padding: 0;
        margin-left: 0;
        max-width: 100%
    }

        .news-container-update.justify-both .news-container-update-left-align {
            margin-right: 0
        }
}

.hero-image .hero-image-caption {
    max-width: 85%;
    position: relative;
    background: #fff;
    margin-top: -55px;
    margin-left: 16px
}

    .hero-image .hero-image-caption label {
        position: relative;
        top: -12px;
        background: #0a4;
        font-size: 10px;
        font-weight: 500;
        padding: 5px 16px;
        text-align: left;
        color: #fff;
        margin-bottom: 0
    }

        .hero-image .hero-image-caption label a {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #fff;
            text-decoration: none
        }

            .hero-image .hero-image-caption label a:active,
            .hero-image .hero-image-caption label a:focus,
            .hero-image .hero-image-caption label a:hover,
            .hero-image .hero-image-caption label a:visited {
                text-decoration: underline
            }

    .hero-image .hero-image-caption h1 {
        font-family: tablet-gothic-narrow, serif;
        font-size: 39px;
        font-weight: 800;
        letter-spacing: .3px;
        text-align: left;
        color: #000;
        padding: 0 16px;
        margin: 0
    }

@media (max-width:991px) {
    .hero-image .hero-image-caption {
        max-width: 72%
    }
}

@media (max-width:767px) {
    .hero-image .hero-image-caption h1 {
        font-size: 31px
    }

    .hero-image .hero-image-caption {
        max-width: 100%;
        margin-left: 8px;
        margin-right: 8px
    }
}

.stand-first p {
    font-family: Merriweather, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
    padding: 16px 0
}

.hero-video h1 {
    font-family: tablet-gothic-narrow, serif;
    font-size: 39px;
    font-weight: 800;
    letter-spacing: .3px;
    text-align: left;
    color: #000;
    padding: 4px 16px 8px;
    margin: 0
}

@media (max-width:767px) {
    .hero-video h1 {
        font-size: 31px;
        padding: 32px 16px 8px
    }
}

.brightcove-outer-container-update {
    position: relative;
    padding-bottom: 52.8%;
    margin-bottom: 59px;
    max-width: 100%;
    height: auto;
    margin-top: 28px
}

    .brightcove-outer-container-update .hero-video-caption-label {
        position: relative;
        top: -12px;
        background: #0a4;
        font-size: 10px;
        font-weight: 500;
        padding: 5px 16px;
        text-align: left;
        margin-bottom: 0;
        z-index: 5
    }

        .brightcove-outer-container-update .hero-video-caption-label a {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #fff;
            text-decoration: none
        }

            .brightcove-outer-container-update .hero-video-caption-label a:active,
            .brightcove-outer-container-update .hero-video-caption-label a:focus,
            .brightcove-outer-container-update .hero-video-caption-label a:hover,
            .brightcove-outer-container-update .hero-video-caption-label a:visited,
            .quick-single div p a {
                text-decoration: underline
            }

    .brightcove-outer-container-update .hero-video-bottom-caption-label {
        position: absolute;
        padding: 12px 16px;
        bottom: -48px;
        left: 0;
        right: 0;
        height: 43px;
        font-size: 13px;
        font-weight: 500;
        text-align: left;
        color: #fff;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.8)
    }

        .brightcove-outer-container-update .hero-video-bottom-caption-label span {
            float: right
        }

            .brightcove-outer-container-update .hero-video-bottom-caption-label span i {
                position: relative;
                top: 1px;
                right: 4px;
                font-size: 13px
            }

@media (max-width:767px) {
    .brightcove-outer-container-update .hero-video-bottom-caption-label span i {
        font-size: 13px
    }

    .brightcove-outer-container-update .hero-video-bottom-caption-label {
        font-size: 13px;
        bottom: -37px;
        height: 32px;
        padding: 8px 8px 9px
    }
}

.brightcove-outer-container-update .video-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

    .brightcove-outer-container-update .video-js .vjs-dock-text {
        display: none
    }

.brightcove-outer-container-update .vjs-big-play-button {
    background: 0 0 !important
}

    .brightcove-outer-container-update .vjs-big-play-button:after {
        font-family: 'Material Icons';
        content: 'play_circle_filled';
        font-size: 110px;
        color: rgba(255, 255, 255, 0.8);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
    }

    .brightcove-outer-container-update .vjs-big-play-button:before {
        content: ''
    }

.brightcove-outer-container-update.adjust-margin {
    margin-bottom: 75px;
    margin-top: 32px
}

@media (max-width:767px) {
    .brightcove-outer-container-update .vjs-big-play-button:after {
        font-size: 64px
    }

    .brightcove-outer-container-update.adjust-margin {
        margin-top: 24px;
        margin-bottom: 56px
    }

    .brightcove-outer-container-update {
        margin-bottom: 48px
    }
}

.play-icon {
    z-index: 11;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

    .play-icon i {
        font-size: 30px;
        color: rgba(255, 255, 255, 0.8);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        display: inline-block;
        vertical-align: middle
    }

.Opta table.colchart.horizontal tbody tr td span.rating,
.opta-widget-container table.colchart.horizontal tbody tr td span.rating {
    text-shadow: -1px -1px 0 #959595, 1px -1px 0 #959595, -1px 1px 0 #959595, 1px 1px 0 #959595
}

.article-info-top {
    float: left
}

    .article-info-top .author-social {
        width: 100%
    }

        .article-info-top .author-social .author-small-image {
            width: 44px;
            height: 44px;
            margin-right: 11px
        }

        .article-info-top .author-social .author-name-wrapper {
            display: inline-block;
            padding-right: 10px;
            margin-top: 5px
        }

            .article-info-top .author-social .author-name-wrapper .author-name {
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 13px;
                text-align: left;
                color: #000
            }

                .article-info-top .author-social .author-name-wrapper .author-name span {
                    color: rgba(0, 0, 0, 0.5)
                }

@media (max-width:767px) {
    .article-info-top .author-social .author-name-wrapper.remove-top-margin {
        margin-top: 0
    }
}

.article-info-bottom {
    margin-top: 24px;
    padding: 17px 0 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

    .article-info-bottom p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        text-align: left;
        color: #363636
    }

        .article-info-bottom p .author-hashtag {
            font-size: 13px;
            color: #55acee;
            display: inline-block
        }

            .article-info-bottom p .author-hashtag i {
                font-size: 14px;
                margin-right: 3px
            }

        .article-info-bottom p.gray {
            text-align: left;
            color: rgba(54, 54, 54, 0.5)
        }

@media (min-width:768px) {
    .article-info-top .author-social.remove-bottom-margin {
        margin-bottom: 0
    }

    .article-info-bottom p.gray {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .article-info-bottom {
        margin-top: 16px;
        padding: 9px 0
    }
}

.line {
    padding-top: 17px;
    margin-bottom: 32px;
    clear: both;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.social-block-news-page-update {
    float: right;
    margin-top: 8px
}

    .social-block-news-page-update ul {
        list-style-type: none
    }

        .social-block-news-page-update ul li {
            float: left;
            margin-right: 12px
        }

            .social-block-news-page-update ul li a {
                width: 26px;
                height: 26px;
                border-radius: 50%;
                text-align: center;
                display: inline-block
            }

            .social-block-news-page-update ul li:last-child {
                margin-right: 0
            }

@media (max-width:767px) {
    .line {
        padding-top: 16px
    }

    .social-block-news-page-update {
        display: block;
        float: left;
        width: 100%;
        margin-top: 9px
    }
}

@media (min-width:768px) {
    .social-block-news-page-update.remove-top-margin {
        margin-top: 0
    }
}

.article-text-update {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: left
}

    .article-text-update p {
        font-family: Merriweather, serif;
        color: rgba(0, 0, 0, 0.8)
    }

.ads-styled.add-update-style,
.quick-single label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.article-text-update p:first-child {
    padding-top: 0
}

.article-text-update p:last-child {
    padding-bottom: 0
}

.ads-styled.add-update-style {
    background-color: rgba(0, 0, 0, 0.02);
    text-align: center
}

    .ads-styled.add-update-style p {
        font-size: 10px;
        text-align: center;
        color: rgba(54, 54, 54, 0.4);
        float: none;
        padding-top: 1px;
        padding-bottom: 6px;
        text-transform: uppercase
    }

@media (max-width:991px) {
    .ads-styled.add-update-style {
        padding-top: 16px;
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.ads-styled.bg-none {
    background-color: transparent
}

.quick-single {
    margin: 24px 0
}

    .quick-single label {
        position: relative;
        background: #0a4;
        font-size: 10px;
        font-weight: 500;
        padding: 6px 16px 5px;
        text-align: left;
        color: #fff;
        margin-bottom: 0;
        float: left
    }

@media (max-width:991px) {
    .quick-single label {
        padding: 6px 16px 5px 32px
    }
}

@media (max-width:767px) {
    .quick-single label {
        padding: 6px 16px 5px 24px
    }
}

.quick-single div {
    display: flex;
    clear: both;
    padding: 0 16px
}

    .quick-single div .material-icons {
        font-size: 20px;
        display: inline-block;
        position: relative;
        top: 16px;
        left: -2px;
        width: 20px;
        height: 20px
    }

    .quick-single div p {
        padding: 16px 0 16px 12px;
        text-align: left;
        clear: both
    }

        .quick-single div p a {
            font-family: Merriweather, serif;
            font-size: 16px;
            text-align: left;
            color: #000
        }

#most-popular-videos .popular-videos .popular-videos-container a:hover,
.news-container-update .related-videos .related-videos-container a:hover {
    text-decoration: none
}

@media (max-width:991px) {
    .quick-single div {
        padding: 0 32px
    }
}

@media (max-width:767px) {
    .quick-single div {
        padding: 0 24px
    }
}

.news-container-update .match-report {
    margin: 24px 0 16px
}

    .news-container-update .match-report label {
        position: relative;
        background: #fb8824;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 10px;
        font-weight: 500;
        padding: 5px 16px;
        text-align: left;
        color: #fff;
        margin-bottom: 0;
        float: left
    }

@media (max-width:991px) {
    .news-container-update .match-report label {
        padding: 5px 16px 5px 32px
    }
}

@media (max-width:767px) {
    .news-container-update .match-report label {
        padding: 5px 16px 5px 24px
    }
}

.news-container-update .match-report div {
    display: flex;
    clear: both;
    padding: 0 16px
}

    .news-container-update .match-report div span {
        font-family: Merriweather, serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        text-align: left;
        color: #363636;
        padding: 16px 0
    }

.news-container-update .match-report-scorecard-module .score-btn,
.news-container-update .match-report-scorecard-module h3,
.news-container-update .match-report-scorecard-module label,
.news-container-update .match-report-scorecard-module span,
.news-container-update .our-voices .author-module span,
.news-container-update .our-voices label,
.news-container-update .related-videos label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (max-width:991px) {
    .news-container-update .match-report div {
        padding: 0 32px
    }
}

@media (max-width:767px) {
    .news-container-update .match-report div {
        padding: 0 24px
    }
}

.news-container-update .match-report-scorecard-module {
    margin-bottom: 32px;
    padding: 20px 32px 16px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), inset 0 5px 0 0 #fb8824
}

    .news-container-update .match-report-scorecard-module .p-tb-16 {
        padding-top: 16px;
        padding-bottom: 16px
    }

        .news-container-update .match-report-scorecard-module .p-tb-16:first-child {
            padding-top: 0;
            padding-bottom: 16px
        }

        .news-container-update .match-report-scorecard-module .p-tb-16:last-child {
            padding-top: 16px;
            padding-bottom: 0
        }

    .news-container-update .match-report-scorecard-module .bottom-line {
        height: 1px;
        background: rgba(0, 0, 0, 0.1);
        margin: 3px 0 14px
    }

@media (max-width:767px) {
    .news-container-update .match-report-scorecard-module .p-tb-16 {
        padding-top: 12px;
        padding-bottom: 12px
    }

        .news-container-update .match-report-scorecard-module .p-tb-16:first-child {
            padding-top: 0;
            padding-bottom: 12px
        }

        .news-container-update .match-report-scorecard-module .p-tb-16:last-child {
            padding-top: 12px;
            padding-bottom: 0
        }

    .news-container-update .match-report-scorecard-module .bottom-line {
        margin: 3px 0 4px
    }
}

@media (max-width:375px) {
    .news-container-update .match-report-scorecard-module .bottom-line {
        margin: 3px -16px 4px
    }
}

.news-container-update .match-report-scorecard-module .line-hr hr {
    border: none;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 4px 0
}

.news-container-update .match-report-scorecard-module label {
    font-size: 13px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 3px;
    font-weight: 400
}

.news-container-update .match-report-scorecard-module h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: left;
    color: #000;
    margin-bottom: 8px
}

    .news-container-update .match-report-scorecard-module h3.center {
        text-align: center
    }

@media (max-width:767px) {
    .news-container-update .match-report-scorecard-module h3 {
        margin-bottom: 4px;
        padding-top: 4px;
        font-size: 13px
    }
}

.news-container-update .match-report-scorecard-module span {
    font-size: 16px;
    text-align: left;
    color: #000;
    line-height: 23px
}

@media (max-width:767px) {
    .news-container-update .match-report-scorecard-module span {
        font-size: 13px
    }
}

.news-container-update .match-report-scorecard-module .score-btn {
    display: block;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #fb8824;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fb8824;
    padding-top: 8px;
    padding-bottom: 8px
}

    .news-container-update .match-report-scorecard-module .score-btn:active,
    .news-container-update .match-report-scorecard-module .score-btn:focus,
    .news-container-update .match-report-scorecard-module .score-btn:hover {
        background-color: #fb8824;
        color: #fff;
        text-decoration: none
    }

@media (max-width:767px) {
    .news-container-update .match-report-scorecard-module {
        padding: 16px
    }
}

.news-container-update .our-voices {
    margin: 36px 0 16px;
    background-color: rgba(174, 164, 124, 0.1);
    border-bottom: 1px solid rgba(174, 164, 124, 0.2)
}

    .news-container-update .our-voices label {
        top: -12px;
        position: relative;
        background: #aea47c;
        font-size: 10px;
        font-weight: 500;
        padding: 5px 16px;
        text-align: left;
        color: #fff;
        margin-bottom: 0;
        float: left
    }

@media (max-width:991px) {
    .news-container-update .our-voices label {
        padding: 5px 16px 5px 32px
    }
}

@media (max-width:767px) {
    .news-container-update .our-voices label {
        padding: 5px 16px 5px 24px
    }
}

.news-container-update .our-voices .author-module {
    clear: both;
    padding: 0 32px 25px;
    display: flex
}

    .news-container-update .our-voices .author-module img {
        width: 78px;
        height: 78px;
        margin-right: 24px;
        top: 3px;
        position: relative
    }

@media (max-width:767px) {
    .news-container-update .our-voices .author-module img {
        margin-right: 16px
    }
}

.news-container-update .our-voices .author-module span {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #363636
}

    .news-container-update .our-voices .author-module span.bold {
        font-weight: 700
    }

.news-container-update .our-voices .author-module .author-hashtag {
    display: block;
    padding: 6px 0 0
}

    .news-container-update .our-voices .author-module .author-hashtag span {
        font-size: 13px;
        color: #55acee;
        display: inline-block;
        padding: 0
    }

    .news-container-update .our-voices .author-module .author-hashtag i {
        font-size: 14px;
        margin-right: 3px
    }

.news-container-update .our-voices .author-module .author-content {
    line-height: 1.2
}

@media (max-width:767px) {
    .news-container-update .our-voices .author-module {
        padding: 0 24px 16px
    }
}

.news-container-update .related-videos {
    margin: 24px 0
}

    .news-container-update .related-videos label {
        position: relative;
        background: #0a4;
        font-size: 10px;
        font-weight: 500;
        padding: 6px 16px 5px;
        text-align: left;
        color: #fff;
        margin-bottom: 0;
        float: left
    }

@media (max-width:991px) {
    .news-container-update .related-videos label {
        padding: 6px 16px 5px 32px
    }
}

@media (max-width:767px) {
    .news-container-update .related-videos label {
        padding: 6px 16px 5px 24px
    }
}

.news-container-update .related-videos .related-videos-container {
    padding: 8px 16px;
    clear: both;
    list-style-type: none
}

    .news-container-update .related-videos .related-videos-container .list-item-update {
        display: table;
        padding: 8px 0
    }

        .news-container-update .related-videos .related-videos-container .list-item-update .bullet-wrap-container {
            display: table-cell;
            vertical-align: top
        }

            .news-container-update .related-videos .related-videos-container .list-item-update .bullet-wrap-container .bullet-wrap-update {
                width: 96px;
                height: 64px;
                background: #000;
                position: relative;
                overflow: hidden
            }

                .news-container-update .related-videos .related-videos-container .list-item-update .bullet-wrap-container .bullet-wrap-update img {
                    width: auto;
                    height: 100%
                }

        .news-container-update .related-videos .related-videos-container .list-item-update .video-details {
            display: table-cell;
            vertical-align: middle;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-align: left;
            padding-left: 16px
        }

            .news-container-update .related-videos .related-videos-container .list-item-update .video-details h3.video-text {
                display: inline-block;
                word-wrap: break-word;
                font-family: inherit;
                font-size: 16px;
                font-weight: 600;
                line-height: 1.25;
                text-align: left
            }

            .news-container-update .related-videos .related-videos-container .list-item-update .video-details span {
                color: rgba(0, 0, 0, 0.5);
                display: block;
                text-align: left;
                font-weight: 500
            }

                .news-container-update .related-videos .related-videos-container .list-item-update .video-details span i {
                    position: relative;
                    top: 1px;
                    margin-right: 4px;
                    font-size: 13px;
                    font-weight: 500
                }

    .news-container-update .related-videos .related-videos-container li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05)
    }

        .news-container-update .related-videos .related-videos-container li:last-child {
            border-bottom: none
        }

@media (max-width:991px) {
    .news-container-update .related-videos .related-videos-container {
        padding: 8px 32px
    }
}

@media (max-width:767px) {
    .news-container-update .related-videos .related-videos-container .list-item-update .bullet-wrap-container .bullet-wrap-update {
        width: 64px;
        height: 64px
    }

    .news-container-update .related-videos .related-videos-container {
        padding: 8px 24px
    }

    .news-container-update .inline-image .inline-image-caption span i {
        font-size: 13px
    }
}

.news-container-update .inline-image {
    margin: 32px 0;
    position: relative
}

    .news-container-update .inline-image .inline-image-caption {
        position: absolute;
        padding: 12px 16px;
        bottom: 0;
        left: 0;
        right: 0;
        height: 43px;
        font-size: 13px;
        font-weight: 500;
        text-align: left;
        color: #fff;
        z-index: 5;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.8)
    }

        .news-container-update .inline-image .inline-image-caption span {
            float: right
        }

            .news-container-update .inline-image .inline-image-caption span i {
                position: relative;
                top: 2px;
                right: 4px
            }

@media (max-width:767px) {
    .news-container-update .inline-image .inline-image-caption {
        font-size: 13px;
        height: 32px;
        padding: 8px 8px 9px
    }
}

.pull-quote {
    margin: 32px 0
}

    .pull-quote blockquote {
        border-left: 3px solid #0a4;
        font-family: Merriweather, serif;
        font-size: 18px;
        font-weight: 700;
        font-style: italic;
        line-height: 1.5;
        text-align: left;
        color: #0a4;
        padding: 0 19px 0 32px
    }

        .custom-ad p,
        .pull-quote blockquote p {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 13px
        }

        .pull-quote blockquote p {
            font-weight: 400;
            font-style: normal;
            text-align: left;
            color: #000;
            padding: 4px 0 0
        }

        .pull-quote blockquote:before {
            content: "Ã¢â‚¬Å“";
            position: absolute;
            margin-left: -17px
        }

.sticky-sidebar.sticky {
    float: none;
    position: fixed;
    top: 20px;
    z-index: 6;
    left: auto
}

.custom-ad {
    margin-top: 24px;
    background-color: #d0d0d0
}

    .custom-ad.h-114 {
        height: 114px;
        display: table;
        width: 100%
    }

    .custom-ad p {
        text-align: center;
        color: #000;
        display: table-cell;
        vertical-align: middle
    }

#most-popular-videos {
    background-color: #e8e9e3;
    padding: 24px 0
}

    #most-popular-videos .popular-videos {
        padding: 16px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), inset 0 5px 0 0 #0a4
    }

        #most-popular-videos .popular-videos .title {
            font-family: tablet-gothic-narrow, serif;
            font-size: 25px;
            font-weight: 800;
            letter-spacing: .5px;
            text-align: left;
            color: #000
        }

        #most-popular-videos .popular-videos .sub-title {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 10px;
            font-weight: 600;
            text-align: left;
            color: #0a4;
            padding-top: 11px;
            padding-bottom: 14px
        }

        #most-popular-videos .popular-videos .popular-videos-container {
            clear: both;
            list-style-type: none
        }

            #most-popular-videos .popular-videos .popular-videos-container .list-item-update {
                display: table;
                padding: 8px 0
            }

                #most-popular-videos .popular-videos .popular-videos-container .list-item-update .bullet-wrap-container {
                    display: table-cell;
                    vertical-align: top
                }

                    #most-popular-videos .popular-videos .popular-videos-container .list-item-update .bullet-wrap-container .bullet-wrap-update {
                        width: 64px;
                        height: 64px;
                        background: #000;
                        position: relative;
                        overflow: hidden
                    }

                        #most-popular-videos .popular-videos .popular-videos-container .list-item-update .bullet-wrap-container .bullet-wrap-update img {
                            width: auto;
                            height: 100%
                        }

                        #most-popular-videos .popular-videos .popular-videos-container .list-item-update .bullet-wrap-container .bullet-wrap-update.most-popular {
                            text-align: center;
                            display: inline-block;
                            vertical-align: top
                        }

                            #most-popular-videos .popular-videos .popular-videos-container .list-item-update .bullet-wrap-container .bullet-wrap-update.most-popular span {
                                position: absolute;
                                font-family: tablet-gothic-narrow, serif;
                                font-size: 14px;
                                font-weight: 800;
                                text-align: center;
                                left: 3px;
                                color: #fff;
                                z-index: 99
                            }

                #most-popular-videos .popular-videos .popular-videos-container .list-item-update .video-details {
                    display: table-cell;
                    vertical-align: middle;
                    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                    font-weight: 600;
                    padding-left: 16px;
                    text-align: left
                }

                    #most-popular-videos .popular-videos .popular-videos-container .list-item-update .video-details h3.video-text {
                        display: inline-block;
                        word-wrap: break-word;
                        font-family: inherit;
                        font-size: 16px;
                        line-height: 1.25
                    }

                    #most-popular-videos .popular-videos .popular-videos-container .list-item-update .video-details span {
                        color: rgba(0, 0, 0, 0.5);
                        display: block;
                        text-align: left;
                        font-weight: 500
                    }

                        #most-popular-videos .popular-videos .popular-videos-container .list-item-update .video-details span i {
                            position: relative;
                            top: 1px;
                            margin-right: 4px;
                            font-size: 13px;
                            font-weight: 500
                        }

                    #most-popular-videos .popular-videos .popular-videos-container .list-item-update .video-details.related-stories {
                        font-family: Merriweather, serif;
                        font-weight: 700;
                        line-height: 1.25
                    }

                    #most-popular-videos .popular-videos .popular-videos-container .list-item-update .video-details.most-popular {
                        font-family: Merriweather, serif
                    }

                        #most-popular-videos .popular-videos .popular-videos-container .list-item-update .video-details.most-popular h3.video-text {
                            font-weight: 400;
                            line-height: 1.25
                        }

                #most-popular-videos .popular-videos .popular-videos-container .list-item-update.most-popular {
                    padding: 8px 0
                }

@media (max-width:767px) {
    #most-popular-videos .popular-videos .popular-videos-container .list-item-update.most-popular {
        padding: 8px 0
    }
}

#most-popular-videos .popular-videos .popular-videos-container li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

    #most-popular-videos .popular-videos .popular-videos-container li:last-child {
        border-bottom: none
    }

#most-popular-videos .popular-videos .popular-videos-container.most-popular {
    padding-top: 39px
}

@media (max-width:767px) {
    #most-popular-videos .popular-videos .popular-videos-container.most-popular {
        padding-top: 9px
    }
}

@media (max-width:992px) and (min-width:768px) {
    #most-popular-videos {
        padding: 32px 16px
    }
}

@media (max-width:767px) {
    #most-popular-videos {
        padding: 16px 0 0
    }
}

.padding-16-left-right {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.padding-16-top {
    padding-top: 16px !important
}

.padding-9-top {
    padding-top: 9px !important
}

.margin-0-top {
    margin-top: 0 !important
}

@media (min-width:992px) {
    .margin-0-left-t-992 {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .mobile-gutter-padding-tblr {
        padding: 0 8px 24px
    }

    .remove-mobile-margin {
        margin-left: 0;
        margin-right: 0
    }
}

.main-content-update {
    max-width: 990px
}

.r-l-r-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (max-width:991px) {
    .r-l-r-padding {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
}

.align-right {
    text-align: right !important
}

@media (min-width:376px) and (max-width:767px) {
    .col-cus-sm-12 {
        width: 100%
    }

    .col-cus-sm-6 {
        width: 50%
    }

    .col-cus-sm-3 {
        width: 25%
    }
}

.ticketek {
    background: #fff !important;
    overflow-x: hidden
}

@media (max-width:767px) {

    .ticketek-body-bg,
    .ticketek-body-bg .rm-padding {
        padding: 0
    }
}

.right-pad-10 {
    padding-right: 10px !important
}

.dropdown-margin {
    top: 26px
}

.show {
    opacity: 1
}

.hide {
    opacity: 0
}

.day-list {
    display: none
}

.big-button {
    padding: 6px 50px !important
}

.expert-landing .expert-page-dropdown {
    padding-left: 0 !important;
    float: left
}

@media (max-width:767px) {
    .expert-landing .expert-page-dropdown {
        float: none
    }

    .expert-landing .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:991px) {
    .expert-landing .expert-page-dropdown {
        padding-left: 20px !important
    }
}

.expert-landing .no-matches-msg .no-matches-text-padding i {
    float: left
}

.expert-landing .no-matches-msg .no-matches-text-padding p {
    display: inline-block;
    font-size: 16px;
    width: 90%;
    padding: 5px
}

@media (max-width:767px) {
    .expert-landing {
        padding: 0
    }
}

.expert-landing .mr-btm {
    margin-bottom: 16px
}

.expert-landing .bbl-btn-mobile {
    width: 100%
}

.expert-landing .headings {
    font-size: 39px;
    font-family: tablet-gothic-narrow, sans-serif;
    font-style: normal;
    letter-spacing: 0;
    font-weight: 800;
    padding: 0 16px;
    margin-top: 24px
}

@media (min-width:768px) {
    .expert-landing .headings {
        padding: 0
    }
}

@media (max-width:767px) {
    .expert-landing .headings {
        font-size: 25px
    }
}

.expert-landing .align-center {
    text-align: center
}

.expert-landing .dropdown {
    margin-top: 30px
}

    .expert-landing .dropdown .btn {
        padding: 2px;
        background: 0 0;
        font-size: 16px
    }

        .expert-landing .dropdown .btn.focus,
        .expert-landing .dropdown .btn:focus,
        .expert-landing .dropdown .btn:hover {
            outline: 0;
            color: #5cb85c
        }

@media (max-width:543px) {
    .dropdown-margin {
        top: 30px
    }

    .expert-landing .dropdown .btn {
        font-size: 20px
    }
}

@media (max-width:320px) {
    .expert-landing .dropdown .btn {
        font-size: 16px
    }
}

.expert-landing .dropdown .dropdown-toggle::after {
    margin-right: 2px;
    margin-left: 1px;
    content: "\f107";
    font-family: FontAwesome
}

.expert-landing .dropdown .dropdown-menu {
    font-size: 16px;
    right: auto
}

    .expert-landing .dropdown .dropdown-menu#type-value {
        left: 124px;
        position: absolute
    }

@media (max-width:543px) {
    .expert-landing .dropdown .dropdown-menu#type-value {
        font-size: 20px;
        text-align: left;
        left: 0
    }
}

@media (max-width:320px) {
    .expert-landing .dropdown .dropdown-menu#type-value {
        font-size: 16px
    }
}

.expert-landing .dropdown .dropdown-menu#state-value {
    left: 88px;
    position: absolute
}

@media (max-width:543px) {
    .expert-landing .dropdown .dropdown-menu#state-value {
        text-align: right;
        min-width: 120px;
        font-size: 20px;
        left: auto;
        right: 0
    }
}

@media (max-width:320px) {
    .expert-landing .dropdown .dropdown-menu#state-value {
        font-size: 16px
    }
}

.expert-landing .dropdown .dropdown-menu a {
    display: block;
    padding: 3px 20px;
    line-height: 1.5;
    white-space: nowrap;
    color: #373a3c;
    font-weight: 400;
    text-align: left
}

@media (max-width:543px) {
    .expert-landing .dropdown .dropdown-menu a {
        padding: 4px 20px
    }
}

.expert-landing .dropdown.open .btn {
    background-color: #f2f2f2
}

@media (max-width:767px) {
    .expert-landing .dropdown {
        margin-top: 5px
    }
}

.expert-landing .badge-container {
    text-align: center;
    background-color: #1f1d14;
    padding: 10px;
    height: 54px;
    color: #fff;
    position: relative
}

    .expert-landing .badge-container .center-block {
        -webkit-filter: drop-shadow(0 7px 7px #000);
        filter: drop-shadow(0 7px 7px #000);
        position: absolute;
        left: 10px;
        top: 0;
        height: 40px;
        width: auto
    }

@media (min-width:768px) {
    .expert-landing .badge-container .center-block {
        height: 58%;
        width: auto;
        margin: 8% auto 4px;
        position: static
    }
}

@media (max-width:767px) {
    .expert-landing .badge-container .center-block {
        display: inline;
        position: absolute;
        top: 6px;
        height: 40px;
        width: auto;
        left: auto
    }
}

@media (min-width:768px) {
    .expert-landing .badge-container {
        width: 22%;
        height: 180px;
        float: left
    }
}

.expert-landing .match-drop-down {
    background-color: #F1F2ED
}

    .expert-landing .match-drop-down .match-pricing-btn-group {
        position: relative
    }

        .expert-landing .match-drop-down .match-pricing-btn-group .pricing {
            font-size: 16px;
            line-height: 1.5;
            color: #000;
            text-align: center;
            width: 100%;
            margin-bottom: 3px
        }

            .expert-landing .match-drop-down .match-pricing-btn-group .pricing span {
                font-weight: 700
            }

@media (min-width:992px) {
    .expert-landing .match-drop-down .match-pricing-btn-group .pricing {
        display: none
    }
}

@media (max-width:767px) {
    .expert-landing .match-drop-down .match-pricing-btn-group .pricing {
        position: relative;
        top: auto;
        margin-bottom: 7px
    }
}

.expert-landing .match-drop-down .match-pricing-btn-group .btn-grp {
    display: inline-block;
    width: 100%
}

    .expert-landing .match-drop-down .match-pricing-btn-group .btn-grp .price-info-label {
        display: none
    }

@media (min-width:992px) {
    .expert-landing .match-drop-down .match-pricing-btn-group .btn-grp .price-info-label {
        position: relative;
        top: 10px;
        font-size: 13px;
        font-weight: 700;
        display: inline-block;
        width: 52%;
        text-align: right
    }

    .expert-landing .match-drop-down .match-pricing-btn-group .btn-grp .price-info-label-lg {
        font-size: 16px
    }
}

.expert-landing .match-drop-down .match-pricing-btn-group .btn {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 10px
}

    .expert-landing .match-drop-down .match-pricing-btn-group .btn.btn-green {
        box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
        border-color: #0A4;
        background: #0A4;
        color: #fff;
        margin-bottom: 25px
    }

    .expert-landing .match-drop-down .match-pricing-btn-group .btn.btn-white {
        color: #0A4;
        background: #fff;
        margin-bottom: 10px;
        border: 1px solid #0A4
    }

@media (min-width:992px) {
    .expert-landing .match-drop-down .match-pricing-btn-group .btn {
        display: inline-block;
        width: 134px;
        float: right;
        clear: both
    }

    .expert-landing .match-drop-down .match-pricing-btn-group {
        width: 45%;
        display: inline-block;
        float: right
    }
}

@media (max-width:991px) {
    .expert-landing .match-drop-down .match-pricing-btn-group {
        width: 35%;
        display: inline-block;
        float: right
    }
}

@media (max-width:767px) {
    .expert-landing .match-drop-down .match-pricing-btn-group {
        width: 100%
    }
}

.expert-landing .match-drop-down .match-pricing-btn-group.visible-mobile {
    display: none
}

@media (max-width:576px) {
    .expert-landing .match-drop-down .match-pricing-btn-group.visible-mobile {
        display: block;
        padding: 40px 5% 5%
    }

    .expert-landing .match-drop-down .match-pricing-btn-group.hidden-mobile {
        display: none
    }

    .expert-landing .match-drop-down .ticket-timing div span.title {
        float: left;
        width: 147px
    }
}

.expert-landing .match-drop-down .ticket-timing {
    background-color: #ECEDE8
}

    .expert-landing .match-drop-down .ticket-timing div {
        font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 1.5;
        color: #000;
        z-index: 5;
        position: relative
    }

        .expert-landing .match-drop-down .ticket-timing div span {
            display: block
        }

            .expert-landing .match-drop-down .ticket-timing div span.title {
                font-weight: 700
            }

@media (max-width:576px) {
    .expert-landing .match-drop-down .ticket-timing div span.info {
        float: left
    }

    .expert-landing .match-drop-down .ticket-timing div span {
        display: inline-block
    }

    .expert-landing .match-drop-down .ticket-timing div.gates-open ul {
        float: left;
        padding-bottom: 15px
    }
}

.expert-landing .match-drop-down .ticket-timing div.gates-open ul {
    list-style-type: none;
    display: block
}

@media (min-width:577px) {
    .expert-landing .match-drop-down .ticket-timing div {
        padding: 10% 10% 0
    }

        .expert-landing .match-drop-down .ticket-timing div:first-child {
            padding-top: 40px
        }

        .expert-landing .match-drop-down .ticket-timing div:last-child {
            padding-bottom: 15%
        }

    .expert-landing .match-drop-down .ticket-timing:after {
        position: absolute;
        content: ' ';
        background: #ECEDE8;
        top: 0;
        bottom: 0;
        left: 0;
        width: 25%;
        z-index: 0
    }
}

@media (min-width:768px) {
    .expert-landing .match-drop-down .ticket-timing:after {
        left: 15px;
        width: 21%
    }

    .expert-landing .match-drop-down .ticket-timing {
        float: left;
        width: 21%
    }
}

@media (max-width:767px) {
    .expert-landing .match-drop-down .ticket-timing {
        float: left;
        width: 25%
    }
}

@media (max-width:576px) {
    .expert-landing .match-drop-down .ticket-timing div.gates-open {
        min-height: auto
    }

    .expert-landing .match-drop-down .ticket-timing div {
        min-height: 21px;
        clear: both;
        font-size: 16px
    }

    .expert-landing .match-drop-down .ticket-timing {
        width: 100%;
        padding: 5%
    }
}

.expert-landing .match-drop-down .ticket-match-info {
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    position: relative;
    overflow: hidden
}

    .expert-landing .match-drop-down .ticket-match-info .match-info-content a i {
        color: #0a4;
        font-size: 19px;
        padding-right: 5px
    }

    .expert-landing .match-drop-down .ticket-match-info .match-info-content a span {
        color: #0a4;
        text-decoration: underline
    }

    .expert-landing .match-drop-down .ticket-match-info .match-info-content label {
        font-weight: 700
    }

@media (max-width:576px) {
    .expert-landing .match-drop-down .ticket-match-info .match-info-content {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .expert-landing .match-drop-down .ticket-match-info .match-info-content {
        width: 50%;
        display: inline-block;
        float: left
    }

    .expert-landing .match-drop-down .ticket-match-info {
        padding: 40px 33px 5% 5%
    }
}

.expert-landing .ticket-container {
    min-height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: auto;
    overflow: hidden
}

    .expert-landing .ticket-container:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }

    .expert-landing .ticket-container .venue-map {
        display: inline;
        color: #fff;
        z-index: 10;
        position: absolute;
        bottom: 19%;
        font-size: 16px
    }

        .expert-landing .ticket-container .venue-map a {
            color: #fff;
            text-decoration: underline;
            margin-left: 7px;
            font-weight: 700;
            font-size: 16px
        }

@media (max-width:767px) {
    .expert-landing .match-drop-down .ticket-match-info .match-info-content {
        width: 100%;
        margin-bottom: 41px
    }

    .expert-landing .match-drop-down .ticket-match-info {
        padding: 40px 5% 5%
    }

    .expert-landing .ticket-container .venue-map a {
        font-size: 13px
    }

    .expert-landing .ticket-container .venue-map {
        bottom: 5%;
        left: 10%;
        font-size: 13px
    }

        .expert-landing .ticket-container .venue-map.pricing-match-dd {
            bottom: 25%;
            left: auto;
            width: 100%;
            text-align: center
        }
}

.expert-landing .ticket-container .pricing {
    display: inline;
    position: absolute;
    bottom: 19%;
    right: 180px;
    z-index: 10
}

    .expert-landing .ticket-container .pricing span {
        font-size: 16px;
        color: #fff;
        float: left;
        font-weight: 700
    }

.expert-landing .ticket-container .ticket-copy {
    position: relative;
    top: 30px;
    color: #fff;
    z-index: 2;
    text-align: center;
    padding: 0 5% 15%
}

    .expert-landing .ticket-container .ticket-copy h3 {
        font-family: tablet-gothic-narrow, sans-serif;
        font-style: normal;
        letter-spacing: 0;
        color: #fff;
        padding-bottom: 8px;
        word-wrap: break-word
    }

@media (max-width:767px) {
    .expert-landing .ticket-container .pricing {
        bottom: 5%;
        right: 10%
    }

        .expert-landing .ticket-container .pricing span {
            font-size: 13px
        }

    .expert-landing .ticket-container .ticket-copy h3 {
        font-size: 25px
    }
}

.expert-landing .ticket-container .ticket-copy h5 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.1
}

@media (min-width:768px) {
    .expert-landing .ticket-container .ticket-copy {
        padding-bottom: 0;
        margin: 0;
        text-align: left
    }
}

@media (max-width:767px) {
    .expert-landing .ticket-container .ticket-copy h5 {
        font-size: 13px
    }

    .expert-landing .ticket-container .ticket-copy {
        width: 100%;
        position: absolute;
        bottom: 40%;
        top: inherit;
        text-align: center;
        padding-bottom: 0
    }
}

.expert-landing .ticket-container .btn-success {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 90%;
    margin: 5%;
    border-color: #0A4;
    background: #0A4;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 2px;
    font-weight: 500
}

@media (min-width:768px) {
    .expert-landing .ticket-container .btn-success {
        margin: 0;
        width: auto;
        right: 33px;
        bottom: 15%;
        left: auto
    }

        .expert-landing .ticket-container .btn-success.with-match-info {
            padding: 6px 3%
        }

    .expert-landing .ticket-container {
        min-height: 180px;
        background-position: left top
    }
}

@media (max-width:767px) {
    .expert-landing .ticket-container .btn-success {
        bottom: 17%;
        margin: 0 5%
    }

        .expert-landing .ticket-container .btn-success.with-match-info {
            bottom: 8%
        }
}

.expert-landing .ticket-container .from-price-btn-more i {
    position: absolute;
    margin: 0;
    width: 134px;
    right: 33px;
    bottom: 15%;
    z-index: 5;
    font-size: 32px;
    color: #fff;
    text-align: center
}

@media (max-width:767px) {
    .expert-landing .ticket-container .from-price-btn-more i {
        width: 100%;
        right: auto;
        text-align: center;
        bottom: 8%
    }
}

.slick-test .s-card:before,
.slick-test .s-card:hover:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ''
}

@media (max-width:768px) {
    .expert-landing .ticket-container {
        box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.75)
    }

    .expert-landing .no-matches-heading {
        text-align: center
    }
}

.expert-landing .help-block {
    margin-top: -14px !important;
    padding: 15%;
    background-color: #e5e5e5;
    text-align: center;
    margin: 0
}

    .expert-landing .help-block .headigs,
    .expert-landing .help-block h4 {
        font-style: normal;
        letter-spacing: 0;
        font-size: 25px;
        font-weight: 800;
        padding: 0
    }

.expert-landing .ticket-filter .help-prompt,
.expert-landing .ticket-filter .text-normal {
    font-weight: 700;
    font-family: 'helvetica neue', Helvetica, Arial, sans-serif
}

.expert-landing .help-block .btn {
    background-color: #0A4;
    border-color: #0A4;
    font-size: 16px;
    padding: 6px 16px;
    line-height: 1.5
}

.expert-landing .help-block .btn-outline {
    background-color: #FFF;
    border: 1px solid #0A4;
    font-size: 16px;
    padding: 6px 16px;
    line-height: 1.5;
    color: #0A4
}

    .expert-landing .help-block .btn-outline:active,
    .expert-landing .help-block .btn-outline:focus,
    .expert-landing .help-block .btn-outline:hover,
    .expert-landing .help-block .btn-outline:visited {
        background-color: #0A4;
        color: #FFF
    }

.expert-landing .pening-copy {
    font-size: 20px;
    text-align: center;
    padding: 0 12%;
    margin-top: 15px
}

.expert-landing .hidden-xs.best-exp {
    height: auto;
    overflow: hidden
}

    .expert-landing .hidden-xs.best-exp .get-help {
        display: block;
        float: right
    }

@media (min-width:768px) {

    .expert-landing .hidden-xs.best-exp .get-help .headings,
    .expert-landing .hidden-xs.best-exp .get-help h5 {
        font-size: 20px
    }

    .expert-landing .hidden-xs.best-exp .get-help .btn {
        background-color: #0A4;
        border-color: #0A4;
        font-size: 16px;
        padding: 6px 16px
    }
}

.expert-landing .hidden-xs.best-exp .get-help .btn-outline {
    background-color: #FFF;
    border: 1px solid #0A4;
    font-size: 16px;
    padding: 6px 16px;
    line-height: 1.5;
    color: #0A4
}

    .expert-landing .hidden-xs.best-exp .get-help .btn-outline:active,
    .expert-landing .hidden-xs.best-exp .get-help .btn-outline:focus,
    .expert-landing .hidden-xs.best-exp .get-help .btn-outline:hover,
    .expert-landing .hidden-xs.best-exp .get-help .btn-outline:visited {
        background-color: #0A4;
        color: #FFF
    }

.expert-landing .hidden-xs.best-exp .get-help .bbl-btn {
    float: right
}

    .expert-landing .hidden-xs.best-exp .get-help .bbl-btn img {
        width: 220px
    }

@media (min-width:768px) {
    .expert-landing .hidden-xs.best-exp .get-help .bbl-btn img {
        width: 300px
    }
}

@media (min-width:768px) and (orientation:portrait) {
    .expert-landing .hidden-xs.best-exp .get-help .bbl-btn img {
        width: 220px
    }
}

@media (max-width:991px) {
    .expert-landing .hidden-xs.best-exp .get-help {
        padding-right: 20px
    }
}

.expert-landing .day-menu {
    padding: 0 15px
}

    .expert-landing .day-menu .select-test-day {
        border-bottom: 2px solid #626262;
        padding: 16px;
        background: #333
    }

        .expert-landing .day-menu .select-test-day p {
            margin: 0;
            padding: 0;
            color: #fff
        }

@media (max-width:767px) {
    .expert-landing .day-menu .select-test-day p {
        font-size: 13px
    }
}

.expert-landing .day-menu .select-test-day .btn-success {
    float: right;
    font-size: 16px;
    padding: 5px 40px;
    line-height: 1;
    border-radius: 2px;
    background-color: #0A4;
    border-color: #0A4
}

@media (min-width:768px) {
    .expert-landing .day-menu .select-test-day p {
        color: #242424
    }

    .expert-landing .day-menu .select-test-day {
        background: #eee;
        border-bottom-color: #fff
    }
}

.expert-landing .day-menu + div.row {
    margin-top: 16px;
    margin-bottom: 16px
}

@media (max-width:767px) {
    .expert-landing .day-menu {
        padding: 0
    }

    .expert-landing .date {
        display: inline;
        line-height: 34px;
        padding-left: 32px
    }
}

.expert-landing .location,
.expert-landing .type {
    color: #0A4;
    border-bottom: 1px solid #0a4
}

.expert-landing .text-success {
    color: #5cb85c
}

.expert-landing .text-normal {
    color: #000;
    font-size: 16px
}

.expert-landing .m-b-1 {
    margin-bottom: 16px
}

.expert-landing .top-0 {
    margin-top: 0 !important
}

.expert-landing .date {
    color: #fff;
    font-size: 16px;
    padding-top: 3px
}

@media (max-width:840px) {
    .expert-landing .date {
        padding-top: 6px
    }
}

.expert-landing .ticket-filter {
    text-align: center
}

@media (max-width:767px) {
    .expert-landing .ticket-filter {
        margin-top: 10px;
        margin-left: 0
    }

        .expert-landing .ticket-filter .help-prompt {
            display: none
        }
}

@media (max-width:543px) {

    .expert-landing .ticket-filter,
    .expert-landing .ticket-filter .text-normal {
        font-size: 20px
    }

        .expert-landing .ticket-filter .looking-for,
        .expert-landing .ticket-filter .matches-in {
            display: none
        }
}

.expert-landing .ticket-filter .help-prompt {
    margin-left: 10px;
    font-size: 16px;
    color: #000
}

@media (max-width:991px) {
    .expert-landing {
        padding-left: 0;
        padding-right: 0
    }

        #mapOptions p,
        .expert-landing .ticket-filter .help-prompt {
            text-align: center
        }
}

.expert-landing .help-btn-small {
    background-color: #0a4;
    padding: 5px 14px;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    font-size: 14px
}

    .expert-landing .help-btn-small:active,
    .expert-landing .help-btn-small:focus,
    .expert-landing .help-btn-small:hover {
        text-decoration: none;
        background-color: #05963f
    }

.ticketek_help {
    background: #fff
}

@-webkit-keyframes scaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.79)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(.79)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.scaleUp {
    -webkit-animation-name: scaleUp;
    animation-name: scaleUp
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.top-60 {
    margin-top: 60px !important
}

.s-background {
    margin-top: 15px;
    font-size: 16px !important
}

@media (max-width:480px) {
    .s-background {
        background: #fff
    }

        .s-background .header {
            margin-bottom: 5%
        }
}

.slick-test .s-card,
.slick-test .s1,
.slick-test .s2,
.slick-test .s3 {
    background-repeat: no-repeat
}

.s-background .btn-success {
    background-color: #0A4;
    border-color: #0A4
}

.s-background .btn {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: .375em 1em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25em
}

.slick-test .s1 {
    position: relative
}

.slick-test .s-card {
    background-size: cover;
    min-height: 450px;
    min-width: 356px;
    white-space: nowrap;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    position: relative;
    margin-right: 25px;
    transition: all .2s ease-in-out
}

    .slick-test .s-card:before {
        position: absolute;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.9) 80%, #000 100%)
    }

    .slick-test .s-card:hover {
        background-size: cover;
        transform: scale(1.04)
    }

        .slick-test .s-card:hover:after {
            position: absolute;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.4) 100%)
        }

@media screen and (min-width:768px) and (max-width:991px) {
    .slick-test .s-card:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.4) 100%)
    }
}

.slick-test .s-card:last-child {
    margin-right: 0
}

.slick-test .slick-track {
    width: 1000px !important
}

.slick-test .desc {
    display: none;
    white-space: normal;
    font-weight: 300;
    font-size: 16px;
    padding: 48px 24px
}

@media (max-width:1023) {
    .slick-test .desc {
        padding: 100px 24px
    }
}

.slick-test .desc.unhidden {
    display: block;
    position: absolute;
    z-index: 5
}

    .slick-test .desc.unhidden p {
        position: relative;
        z-index: 5;
        color: #fff
    }

.slick-test .title-wrapper {
    position: absolute;
    bottom: 33%;
    left: 0;
    right: 0;
    z-index: 5
}

    .slick-test .title-wrapper .event-headings {
        font-weight: 800;
        color: #fff;
        letter-spacing: .04em;
        font-size: 1.75em
    }

.slick-test .icon-btn-wrapper {
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0
}

    .slick-test .icon-btn-wrapper .help-btn {
        width: 80%;
        margin: 0 auto 10%;
        display: none;
        position: relative;
        z-index: 5
    }

    .slick-test .icon-btn-wrapper .help-btn-touch {
        display: none
    }

    .slick-test .icon-btn-wrapper .icons {
        display: flex;
        justify-content: space-between;
        margin: 0 3em
    }

        .slick-test .icon-btn-wrapper .icons img {
            width: 40px;
            height: 40px
        }

        .slick-test .icon-btn-wrapper .icons p {
            font-size: 13px;
            color: #fff;
            line-height: 1.2em;
            font-weight: 400;
            letter-spacing: .05em;
            margin-top: .5em
        }

@media screen and (min-width:768px) {
    .slick-test .icon-btn-wrapper {
        z-index: 9
    }
}

@media (max-width:1144px) {
    .slick-test .slick-track {
        width: 2000px !important
    }

    .slick-test .s-card {
        display: block;
        min-width: 650px;
        min-height: 500px;
        margin: 5px auto;
        transition: none
    }

        .slick-test .s-card:hover {
            transform: none
        }

        .slick-test .s-card .desc {
            display: block;
            position: absolute;
            z-index: 10;
            top: 11%;
            margin: 0 20%
        }

            .slick-test .s-card .desc p {
                color: #fff
            }

        .slick-test .s-card:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.4) 100%)
        }

    .slick-test .s1,
    .slick-test .s2,
    .slick-test .s3 {
        background-size: cover;
        background-repeat: no-repeat
    }

    .slick-test .s-card:last-child {
        margin: 5px auto
    }

    .slick-test .s3 {
        background-position: center
    }

    .slick-test .title-wrapper {
        position: absolute;
        top: 5%;
        left: 0;
        right: 0;
        z-index: 5
    }

        .slick-test .title-wrapper .event-headings {
            font-weight: 700;
            color: #fff;
            letter-spacing: .04em;
            font-size: 1.75em
        }

    .slick-test .icon-btn-wrapper {
        bottom: 15%;
        width: 400px;
        margin: 0 auto;
        z-index: 5
    }

        .slick-test .icon-btn-wrapper .icons img {
            width: 50px;
            height: 50px
        }

        .slick-test .icon-btn-wrapper .icons p {
            margin-bottom: 15px
        }

        .slick-test .icon-btn-wrapper .help-btn {
            width: 90%;
            display: none;
            margin-bottom: -10%
        }

        .slick-test .icon-btn-wrapper .help-btn-touch {
            width: 90%;
            margin: 0 auto -10%;
            display: block
        }
}

@media (max-width:820px) {
    .slick-test .slick-track {
        width: 100% !important;
        overflow-x: hidden;
        margin: 0 auto
    }

    .slick-test .s1 {
        margin-left: 10px
    }

    .slick-test .s-card {
        min-width: 86%;
        margin: 10px 7%;
        min-height: 500px
    }

        .slick-test .s-card .desc {
            top: 7%;
            margin: 0
        }

        .slick-test .s-card:last-child {
            margin: 10px 7%
        }

    .slick-test .slick-test {
        white-space: nowrap
    }
}

@media (max-width:480px) {
    .slick-test .slick-track {
        width: 1200px !important
    }

    .slick-test .s-card {
        min-height: 460px;
        min-width: 250px;
        margin-left: 5px;
        box-shadow: 5px 4px 10px -4px rgba(0, 0, 0, 0.75);
        margin-right: .5em
    }

        .slick-test .s-card:last-child {
            margin-left: 5px
        }

    .slick-test .icon-btn-wrapper {
        position: absolute;
        width: 320px;
        bottom: 12%;
        left: 0;
        right: 0
    }

        .slick-test .icon-btn-wrapper .icons {
            margin: 0 1.5em 1em
        }

            .slick-test .icon-btn-wrapper .icons img {
                display: inline;
                width: 40px;
                height: 40px
            }

            .slick-test .icon-btn-wrapper .icons p {
                color: #fff;
                line-height: 1em;
                font-weight: 300;
                letter-spacing: .05em;
                margin-top: .5em;
                margin-bottom: 1em
            }
}

@media (max-width:375px) {
    .slick-test .icon-btn-wrapper {
        width: 300px
    }

        .slick-test .icon-btn-wrapper .icons p {
            margin-bottom: .8em
        }
}

@media (max-width:320px) {
    .slick-test .icon-btn-wrapper {
        width: 250px
    }

        .slick-test .icon-btn-wrapper .icons img {
            width: 30px;
            height: 30px
        }
}

.headings.header {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 2.5em;
    margin-bottom: 8px
}

.text-bottom {
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

.btn-block {
    display: block;
    width: 100%
}

.opening-copy {
    max-width: 1140px;
    padding: 0 12% 1rem;
    margin: 0 auto
}

#buyNowContainer {
    position: relative
}

    #buyNowContainer .buyNowContainer {
        position: absolute;
        bottom: -89px;
        height: auto;
        display: none;
        left: 0;
        right: 0
    }

#mapOptions {
    display: none;
    padding: 25px 15px
}

    #mapOptions p {
        font-weight: 700;
        font-size: 14px
    }

#map-container {
    background-color: #e3e4d7;
    margin: 0 auto
}

@media (max-width:767px) {
    #map-container {
        width: 100%;
        overflow: auto;
        padding-right: 16px;
        padding-bottom: 16px
    }

    .buyNowContainer {
        text-align: center
    }
}

.map-holder {
    background-color: #d8d8cb
}

@media (max-width:991px) {
    #mapOptions {
        padding-bottom: 0
    }

    .map-holder {
        padding-bottom: 25px
    }
}

.buyNowContainer {
    background: #333;
    padding: 25px
}

    .buyNowContainer span {
        color: #fff;
        font-size: 20px;
        line-height: normal;
        font-weight: 700;
        margin-top: 10px;
        float: left;
        margin-right: 5px
    }

.ticketek-seatmap-page {
    padding: 0 15px
}

    .ticketek-seatmap-page .back-bar p {
        padding: 25px 0
    }

        .ticketek-seatmap-page .back-bar p a {
            color: #000;
            font-weight: 600;
            font-size: 16px
        }

            .ticketek-seatmap-page .back-bar p a:hover {
                text-decoration: none;
                color: #333
            }

    .ticketek-seatmap-page .back-bar .fa-ctm-size {
        font-size: 20px
    }

    .ticketek-seatmap-page .match-details p {
        font-size: 16px
    }

        .ticketek-seatmap-page .match-details p .selected {
            font-size: 18px;
            font-weight: 700
        }

        .ticketek-seatmap-page .match-details p .selected-match {
            color: #0A4;
            font-size: 20px;
            font-weight: 700
        }

    .ticketek-seatmap-page .seat-map-container {
        padding: 0 15px;
        overflow: hidden
    }

@media (max-width:767px) {
    .buyNowContainer span {
        float: none;
        display: block;
        margin-top: 0
    }

    .ticketek-seatmap-page .seat-map-container {
        padding: 0
    }
}

.ticketek-seatmap-page .seat-map-container .rm-space {
    padding-left: 0;
    padding-right: 0
}

.ticketek-seatmap-page .seat-map-container h1 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 7px;
    font-family: tablet-gothic-narrow, sans-serif
}

.ticketek-seatmap-page .seat-map-container #buy-now-container a {
    background: #01aa44;
    color: #fff;
    padding: 10px 50px;
    float: right;
    border-radius: 4px;
    font-weight: 700
}

.ticketek-seatmap-page input[type=radio]:checked ~ label,
.ticketek-seatmap-page ul li:hover label {
    color: #000
}

.ticketek-seatmap-page .seat-map-container #buy-now-container a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .ticketek-seatmap-page .seat-map-container #buy-now-container a {
        float: none;
        clear: both;
        margin-top: 15px;
        display: inline-block
    }
}

.ticketek-seatmap-page ul {
    list-style: none;
    min-height: 100px;
    width: 100%;
    margin: 0;
    padding: 0
}

    .ticketek-seatmap-page ul li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        min-height: 20px
    }

        .ticketek-seatmap-page ul li input[type=radio] {
            position: absolute;
            visibility: hidden
        }

        .ticketek-seatmap-page ul li label {
            font-weight: 400;
            display: block;
            position: relative;
            padding: 3px 0 0 30px;
            margin: 10px auto;
            z-index: 9;
            cursor: pointer;
            -webkit-transition: all .25s linear
        }

        .ticketek-seatmap-page ul li:hover .check {
            border: 1px solid #000
        }

        .ticketek-seatmap-page ul li .check {
            background: #fff;
            display: block;
            position: absolute;
            border: 1px solid #000;
            border-radius: 100%;
            height: 22px;
            width: 22px;
            top: 11px;
            z-index: 5;
            transition: border .25s linear;
            -webkit-transition: border .25s linear
        }

            .ticketek-seatmap-page ul li .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 10px;
                width: 10px;
                top: 5px;
                left: 5px;
                margin: auto;
                transition: background .25s linear;
                -webkit-transition: background .25s linear
            }

.ticketek-seatmap-page input[type=radio]:checked ~ .check {
    border: 1px solid #000
}

    .ticketek-seatmap-page input[type=radio]:checked ~ .check::before {
        background: #0A4
    }

@media (max-width:991px) {
    .ticketek-seatmap-page ul li {
        width: 49%
    }

    .ticketek-seatmap-page .form-group {
        margin-bottom: 0
    }
}

.expert-landing .ticketek-body-bg {
    padding-top: 20px
}

.expert-landing .ticket-container:after {
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.46) 0, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.92) 88%, rgba(0, 0, 0, 0.92) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.46) 0, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.92) 88%, rgba(0, 0, 0, 0.92) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.46) 0, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.92) 88%, rgba(0, 0, 0, 0.92) 100%)
}

.expert-landing .ticket-container .btn-success {
    padding: 6px 25px
}

@media (max-width:960px) {
    .expert-landing .ticket-container .btn-success {
        padding: 6px 20px
    }
}

@media (min-width:768px) {
    .expert-landing .ticket-container .ticket-copy {
        top: 40px;
        padding: 0 6% 15%
    }

    .expert-landing .badge-container {
        width: 21%
    }
}

.expert-landing .ticket-container .ticket-copy h3 {
    font-size: 25px;
    font-weight: 800
}

.expert-landing .ticket-container .ticket-copy h5 {
    font-family: tablet-gothic;
    font-weight: 400
}

.expert-landing .ticket-container .venue-map {
    left: 6%
}

.expert-landing .date {
    font-weight: 600
}

.expert-landing .no-matches-heading {
    font-weight: 800
}

.expert-landing .no-matches-msg {
    display: none;
    background-color: #d9edf7;
    margin-bottom: 65px;
    margin-top: 15px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'helvetica neue'
}

    .expert-landing .no-matches-msg p:not(.info-primary) {
        display: block;
        margin-left: 38px
    }

@media (min-width:960px) {
    .expert-landing .no-matches-msg p:not(.info-primary) {
        margin-left: 70px
    }
}

.expert-landing .no-matches-msg p:not(.info-primary) a {
    color: #31708f;
    text-decoration: underline
}

    .expert-landing .no-matches-msg p:not(.info-primary) a:hover {
        color: #255269;
        cursor: pointer
    }

.expert-landing .no-matches-msg .no-matches-text-padding {
    padding: 10px
}

    .expert-landing .no-matches-msg .no-matches-text-padding .flex-container {
        display: flex;
        align-items: center
    }

    .expert-landing .no-matches-msg .no-matches-text-padding i {
        color: #363636;
        margin: 5px 10px 5px 0;
        display: inline-block
    }

@media (min-width:960px) {
    .expert-landing .no-matches-msg .no-matches-text-padding i {
        margin: -5px 13px;
        font-size: 50px
    }

    .expert-landing .no-matches-msg .no-matches-text-padding p {
        padding: .5px
    }
}

.expert-landing .pening-copy {
    line-height: 32px;
    margin-bottom: 65px
}

.ticket-link {
    color: #0A4;
    border-bottom: 1px solid #0a4
}

    .ticket-link:focus,
    .ticket-link:hover {
        color: #008836;
        text-decoration: none
    }

    .ticket-link:hover {
        border-bottom: 1px solid #008836
    }

.ticket-disclaimer {
    font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
    margin: 10px 0 65px
}

@media (max-width:1023px) {
    .ticket-disclaimer {
        margin: 22px 20px 32px;
        line-height: 1.6
    }
}

.ticket-disclaimer .bold {
    font-weight: 700
}

.match-info-venue-details .heading {
    font-family: tablet-gothic-narrow, serif;
    font-size: 39px;
    font-weight: 800;
    letter-spacing: .3px;
    text-align: center;
    color: #000;
    padding-top: 40px;
    padding-bottom: 8px
}

.match-info-venue-details .intro {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #000;
    padding: 7px 167px 57px
}

@media (max-width:991px) {
    .match-info-venue-details {
        margin-right: -15px
    }

        .match-info-venue-details .intro {
            padding: 7px 80px 57px
        }
}

@media (max-width:767px) {
    .match-info-venue-details .intro {
        font-size: 16px;
        padding: 7px 0 48px
    }
}

.match-info-venue-details .venues {
    padding-bottom: 48px
}

@media (max-width:577px) {
    .match-info-venue-details .venues {
        padding-left: 0;
        padding-right: 0
    }
}

.match-info-venue-details .venues .venue-name {
    height: 26px;
    font-family: tablet-gothic-narrow, serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .5px;
    text-align: left;
    color: #000;
    padding-left: 16px;
    margin-bottom: 16px
}

@media (max-width:991px) {
    .match-info-venue-details .venues {
        padding-bottom: 26px
    }

        .match-info-venue-details .venues .venue-name {
            font-size: 16px;
            letter-spacing: .4px
        }
}

.match-info-venue-details .venues .venue-details {
    list-style-type: none
}

    .match-info-venue-details .venues .venue-details li {
        background-color: #f5f5f5;
        padding: 7px 16px;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -ms-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all
    }

@media (max-width:767px) {
    .match-info-venue-details .venues .venue-details li {
        padding: 5px 8px 5px 16px
    }
}

.match-info-venue-details .venues .venue-details li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

    .match-info-venue-details .venues .venue-details li a img {
        height: 46px;
        width: auto;
        padding-left: 5px;
        padding-right: 24px
    }

@media (max-width:577px) {
    .match-info-venue-details .venues .venue-details li a img {
        padding-right: 16px
    }
}

@media (max-width:767px) {
    .match-info-venue-details .venues .venue-details li a .teams-group {
        display: inline-block;
        font-size: 13px
    }
}

.match-info-venue-details .venues .venue-details li a .teams-group .teams {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #000;
    padding-right: 16px
}

@media (max-width:767px) {
    .match-info-venue-details .venues .venue-details li a .teams-group .teams {
        font-size: 13px;
        line-height: 1.23
    }
}

.match-info-venue-details .venues .venue-details li a .teams-group .date {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000
}

@media (max-width:767px) {
    .match-info-venue-details .venues .venue-details li a .teams-group .date {
        display: block;
        font-size: 13px;
        line-height: 1.23
    }
}

.match-info-venue-details .venues .venue-details li a .next {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

    .match-info-venue-details .venues .venue-details li a .next i {
        width: 24px;
        height: 24px;
        font-size: 24px;
        line-height: 1;
        color: #000
    }

.match-info-venue-details .venues .venue-details li a:active,
.match-info-venue-details .venues .venue-details li a:focus,
.match-info-venue-details .venues .venue-details li a:hover,
.match-info-venue-details .venues .venue-details li a:visited {
    text-decoration: none
}

.match-info-venue-details .venues .venue-details li:hover {
    background-color: #c6c6c6
}

.match-info-venue-details .venues .venue-details li:not(:last-child) {
    margin-bottom: 1px
}

@media (max-width:991px) {
    .match-info-venue-details .venues .venue-details li a img {
        padding-left: 0
    }

    .match-info-accordion {
        margin-right: -15px
    }
}

.match-info-accordion .heading {
    font-family: tablet-gothic-narrow, serif;
    font-size: 39px;
    font-weight: 800;
    letter-spacing: .3px;
    text-align: center;
    color: #000;
    padding-top: 40px;
    padding-bottom: 8px
}

.match-info-accordion .intro {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #000;
    padding: 7px 167px 57px
}

@media (max-width:991px) {
    .match-info-accordion .intro {
        padding: 7px 80px 57px
    }
}

@media (max-width:767px) {
    .match-info-accordion .intro {
        font-size: 16px;
        padding: 7px 0 48px
    }

    .match-info-accordion .match-info-accordion {
        padding-left: 0;
        padding-right: 0
    }
}

.match-info-accordion .match-info-accordion {
    padding-bottom: 48px
}

    .match-info-accordion .match-info-accordion .panel-group {
        max-width: 655px;
        margin: 0 auto
    }

@media (max-width:375px) {
    .match-info-accordion .match-info-accordion .panel-group {
        width: 100%;
        max-width: 100%
    }
}

.match-info-accordion .match-info-accordion .panel-group .panel {
    border-radius: 0;
    margin-top: 0;
    border: none;
    border-bottom: 1px solid #c8c7cc;
    box-shadow: none
}

    .match-info-accordion .match-info-accordion .panel-group .panel .panel-heading {
        padding: 0
    }

        .match-info-accordion .match-info-accordion .panel-group .panel .panel-heading .accordion-toggle {
            font-family: tablet-gothic-narrow, serif;
            font-size: 20px;
            font-weight: 800;
            letter-spacing: .5px;
            text-align: left;
            background-color: #0a4;
            width: 100%;
            display: block;
            padding: 20px 16px 19px;
            color: #fff
        }

            .match-info-accordion .match-info-accordion .panel-group .panel .panel-heading .accordion-toggle:after {
                font-family: 'Material Icons';
                content: "keyboard_arrow_up";
                float: right;
                font-size: 24px;
                color: #fff;
                font-weight: 400;
                -webkit-font-feature-settings: "liga";
                -moz-font-feature-settings: "liga";
                -ms-font-feature-settings: "liga";
                font-feature-settings: "liga"
            }

            .match-info-accordion .match-info-accordion .panel-group .panel .panel-heading .accordion-toggle:active,
            .match-info-accordion .match-info-accordion .panel-group .panel .panel-heading .accordion-toggle:focus,
            .match-info-accordion .match-info-accordion .panel-group .panel .panel-heading .accordion-toggle:hover,
            .match-info-accordion .match-info-accordion .panel-group .panel .panel-heading .accordion-toggle:visited {
                text-decoration: none
            }

            .match-info-accordion .match-info-accordion .panel-group .panel .panel-heading .accordion-toggle.collapsed {
                color: #000;
                background-color: #fff
            }

                .match-info-accordion .match-info-accordion .panel-group .panel .panel-heading .accordion-toggle.collapsed:after {
                    content: "keyboard_arrow_down";
                    color: rgba(0, 0, 0, 0.5);
                    font-weight: 400
                }

    .match-info-accordion .match-info-accordion .panel-group .panel .panel-body {
        background-color: #f9f9f9;
        border-top: 0;
        padding: 27px 0 29px 16px
    }

@media (max-width:991px) {
    .match-info-accordion .match-info-accordion .panel-group .panel .panel-body {
        padding: 11px 16px 19px
    }
}

.match-info-accordion .match-info-accordion .panel-group .panel .panel-body .content {
    max-width: 510px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #000
}

    .match-info-accordion .match-info-accordion .panel-group .panel .panel-body .content ul {
        list-style-type: none
    }

        .match-info-accordion .match-info-accordion .panel-group .panel .panel-body .content ul li p {
            padding-bottom: 18px
        }

        .match-info-accordion .match-info-accordion .panel-group .panel .panel-body .content ul li label {
            margin-bottom: 0;
            font-weight: 700
        }

@media (max-width:767px) {
    .match-info-accordion .match-info-accordion .panel-group .panel .panel-body .content ul li label {
        display: block
    }
}

.match-info-accordion .match-info-accordion .panel-group .panel .panel-body .content ul li .details {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 16px
}

    .match-info-accordion .match-info-accordion .panel-group .panel .panel-body .content ul li .details span:first-child {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .match-info-accordion .match-info-accordion .panel-group .panel .panel-body .content ul li .details span:last-child {
        -webkit-flex: 4;
        -ms-flex: 4;
        flex: 4;
        padding-left: 6px
    }

@media (max-width:767px) {
    .match-info-accordion .match-info-accordion .panel-group .panel .panel-body .content ul li .details {
        display: block
    }

        .match-info-accordion .match-info-accordion .panel-group .panel .panel-body .content ul li .details span:first-child {
            font-weight: 700
        }

        .match-info-accordion .match-info-accordion .panel-group .panel .panel-body .content ul li .details span:last-child {
            padding-left: 0
        }

    .match-info-accordion .match-info-accordion .panel-group .panel .panel-body .content ul li:first-child label {
        padding-bottom: 16px
    }
}

.series-landing {
    color: #292929
}

    .series-landing .btn-load-more {
        margin-bottom: 40px
    }

    .series-landing .View-full-fixtures {
        padding-bottom: 40px
    }

        .series-landing .View-full-fixtures a {
            color: #363636
        }

            .series-landing .View-full-fixtures a:hover {
                color: #aea47c;
                text-decoration: none
            }

    .series-landing .divpad40 {
        padding-top: 40px;
        width: 100%;
        float: left
    }

    .series-landing .series-content {
        top: 33px;
        position: relative;
        z-index: 2
    }

        .series-landing .series-content h1 {
            margin-top: 29px
        }

    .series-landing .series-fixture-tabs {
        padding-top: 14px
    }

    .series-landing .series-bg {
        height: 306px;
        width: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        background: #393b2d
    }

    .series-landing .row-top-margin {
        margin-top: -1em
    }

    .series-landing #column-content {
        padding-right: 15px
    }

    .series-landing ul.nav-tabs {
        padding: 0 15px;
        margin: 0;
        border-bottom: 0;
        float: left
    }

        .series-landing ul.nav-tabs li {
            margin: 0 1px 0 0;
            float: left;
            width: 130px;
            text-align: center;
            background: #00ab4e
        }

            .series-landing ul.nav-tabs li a {
                color: #fff;
                border-radius: 0;
                margin: 0
            }

            .series-landing ul.nav-tabs li.active a {
                color: #00ab4e;
                background: #fff;
                font-weight: 700;
                border-color: #fff
            }

            .series-landing ul.nav-tabs li a:focus,
            .series-landing ul.nav-tabs li a:hover {
                margin: 0;
                color: #00ab4e
            }

    .series-landing ul.fix-tab-group {
        padding: 0;
        margin: -42px auto 0;
        border: 0;
        display: table;
        float: none;
        background: #fff !important
    }

        .series-landing ul.fix-tab-group li.fix-tab {
            border: 1px solid #cdcdcd;
            margin: 0;
            float: left;
            padding: 0;
            border-left: 0;
            background: #f8f8f8;
            width: 155px;
            text-align: center
        }

            .series-landing ul.fix-tab-group li.fix-tab img {
                border: 1px solid #909090;
                width: 32px
            }

            .series-landing ul.fix-tab-group li.fix-tab a {
                margin: 0;
                padding: 9px 15px;
                font-weight: 400;
                color: #363636;
                border: 0;
                border-radius: 30px;
                background: #f8f8f8;
                cursor: pointer
            }

                .series-landing ul.fix-tab-group li.fix-tab a:hover {
                    border: 0;
                    color: #363636
                }

            .series-landing ul.fix-tab-group li.fix-tab.active,
            .series-landing ul.fix-tab-group li.fix-tab.active a {
                background: #fff;
                color: #363636;
                font-weight: 700
            }

        .series-landing ul.fix-tab-group li:first-child {
            border-bottom-left-radius: 25px;
            border-top-left-radius: 25px;
            padding-left: 5px;
            border-left: 1px solid #ddd
        }

            .series-landing ul.fix-tab-group li:first-child img {
                margin-right: 10px
            }

        .series-landing ul.fix-tab-group li:last-child {
            border-bottom-right-radius: 25px;
            border-top-right-radius: 25px;
            padding-right: 5px;
            border-left: 0
        }

            .series-landing ul.fix-tab-group li:last-child img {
                margin-left: 10px
            }

    .series-landing .live-match-panel .match-details {
        text-align: left
    }

    .series-landing.teams-landing ul.fix-tab-group.fix-tab-sub {
        margin-top: 11px !important;
        float: right
    }

        .series-landing.teams-landing ul.fix-tab-group.fix-tab-sub li.fix-tab {
            width: 160px
        }

            .series-landing.teams-landing ul.fix-tab-group.fix-tab-sub li.fix-tab span.badge {
                font-size: 11px;
                background: #f0971f;
                float: right;
                line-height: 14px;
                margin-right: -10px
            }

    .series-landing.teams-landing .series-played-list ul {
        padding-top: 10px
    }

        .series-landing.teams-landing .series-played-list ul li {
            width: 112px;
            background: #f7f7f7;
            float: left;
            list-style: none;
            margin: 0 8px 8px 0;
            padding-top: 20px
        }

            .series-landing.teams-landing .series-played-list ul li img {
                padding: 0 5px 25px
            }

            .series-landing.teams-landing .series-played-list ul li .player-name {
                height: 115px;
                background: #363636;
                color: #fff;
                font-weight: 700;
                padding: 10px;
                position: relative;
                font-size: 14px
            }

                .series-landing.teams-landing .series-played-list ul li .player-name .series-year {
                    display: block;
                    padding-right: 4px;
                    font-weight: 400
                }

                .series-landing.teams-landing .series-played-list ul li .player-name .last-name {
                    float: left;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    width: 98px
                }

                .series-landing.teams-landing .series-played-list ul li .player-name .tag {
                    position: absolute;
                    top: -20px;
                    left: 0;
                    line-height: 20px;
                    width: 100%;
                    text-transform: uppercase;
                    padding-left: 10px;
                    font-size: 11px;
                    background: #caa202
                }

    .series-landing .teams-standings .flexi-tabs {
        display: table;
        float: none;
        width: 65%;
        margin: -42px auto 0
    }

        .series-landing .teams-standings .flexi-tabs .fix-tab-group {
            display: table-row
        }

            .series-landing .teams-standings .flexi-tabs .fix-tab-group li.fix-tab {
                display: table-cell;
                float: none
            }

                .series-landing .teams-standings .flexi-tabs .fix-tab-group li.fix-tab img {
                    display: none
                }

    .series-landing .teams-landing-header {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 21px 0 0
    }

        .series-landing .teams-landing-header a.back {
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            font-size: 14px
        }

            .series-landing .teams-landing-header a.back:hover {
                text-decoration: none
            }

        .series-landing .teams-landing-header img {
            height: 67px;
            width: auto;
            margin-top: 105px;
            margin-left: 0
        }

        .series-landing .teams-landing-header h1 {
            color: #fff;
            margin-top: 10px
        }

        .series-landing .teams-landing-header .duration-dates {
            font-family: tablet-gothic-narrow, serif;
            color: #fff;
            padding-top: 83px;
            text-align: right
        }

    .series-landing .series-landing-header {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 19px 0 0;
        display: inline-block
    }

        .series-landing .series-landing-header a.back {
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            font-size: 14px
        }

            .series-landing .series-landing-header a.back:hover {
                text-decoration: none
            }

        .series-landing .series-landing-header img {
            height: 80px;
            width: 80px;
            margin-left: -10px
        }

        .series-landing .series-landing-header h1 {
            color: #fff;
            margin-top: 10px;
            display: table-cell;
            vertical-align: bottom;
            height: 107px
        }

        .series-landing .series-landing-header .duration-dates {
            font-family: tablet-gothic-narrow, serif;
            color: #fff;
            padding-top: 83px;
            text-align: right
        }

    .series-landing .series-standings {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-bottom: 30px
    }

        .series-landing .series-standings .standings-row-header {
            font-weight: 700;
            margin: 0 0 2px
        }

            .series-landing .series-standings .standings-row-header div:first-child {
                text-align: left;
                padding-left: 0
            }

            .series-landing .series-standings .standings-row-header div:nth-child(2) {
                text-align: left
            }

        .series-landing .series-standings .standings-row-result {
            background-color: #f7f7f7;
            margin: 0 0 1.5px
        }

            .series-landing .series-standings .standings-row-result div:first-child {
                text-align: left;
                padding-left: 10px
            }

            .series-landing .series-standings .standings-row-result div:nth-child(2) {
                text-align: left
            }

        .series-landing .series-standings .row-content-standings img {
            height: 33px;
            width: 50px;
            margin: 5px 0
        }

        .series-landing .series-standings .row-content-standings [class^=col-] {
            text-align: center
        }

            .series-landing .series-standings .row-content-standings [class^=col-].col-lg-3,
            .series-landing .series-standings .row-content-standings [class^=col-].col-lg-4 {
                text-align: left
            }

        .series-landing .series-standings .row-content-standings.standings-row-result .series-standings-padding {
            line-height: 44px
        }

        .series-landing .series-standings .row-content-standings .team-Name {
            display: inline-block;
            font-size: 14px;
            padding-left: 5px;
            vertical-align: middle;
            width: 70%
        }

            .series-landing .series-standings .row-content-standings .team-Name.noimage {
                line-height: 44px;
                margin-left: 58px;
                padding-left: 0
            }

        .series-landing .series-standings .standings-row-header [class^=col-] {
            line-height: 34px
        }

    .series-landing .teams-standings {
        padding-bottom: 40px;
        float: left
    }

        .series-landing .teams-standings .fix-tab-group li.fix-tab {
            width: 115px
        }

        .series-landing .teams-standings .teams-players {
            padding-top: 15px
        }

            .series-landing .teams-standings .teams-players li {
                width: 112px;
                background: #f7f7f7;
                float: left;
                list-style: none;
                margin: 0 8px 8px 0;
                padding-top: 10px
            }

                .series-landing .teams-standings .teams-players li img {
                    padding: 0 5px
                }

                .series-landing .teams-standings .teams-players li .player-name {
                    height: 55px;
                    background: #363636;
                    color: #fff;
                    font-weight: 700;
                    padding: 10px;
                    position: relative
                }

                    .series-landing .teams-standings .teams-players li .player-name .last-name {
                        float: left;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        width: 98px
                    }

                    .series-landing .teams-standings .teams-players li .player-name .tag {
                        position: absolute;
                        top: -20px;
                        left: 0;
                        line-height: 20px;
                        width: 100%;
                        text-transform: uppercase;
                        padding-left: 10px;
                        font-size: 11px;
                        background: #caa202
                    }

        .series-landing .teams-standings ul.flags {
            clear: both;
            display: none
        }

            .series-landing .teams-standings ul.flags li {
                padding: 17px 0;
                width: 234px;
                margin: 0 8px 8px 0;
                text-align: center
            }

                .series-landing .teams-standings ul.flags li img {
                    width: 90px;
                    height: 60px;
                    border: 1px solid #bbb;
                    padding: 0
                }

                .series-landing .teams-standings ul.flags li .team-name {
                    padding-top: 7px;
                    color: #363636;
                    font-family: tablet-gothic-narrow, serif;
                    line-height: 1.1em;
                    font-size: 22px;
                    font-weight: 900
                }

                .series-landing .teams-standings ul.flags li:nth-child(12),
                .series-landing .teams-standings ul.flags li:nth-child(16),
                .series-landing .teams-standings ul.flags li:nth-child(4),
                .series-landing .teams-standings ul.flags li:nth-child(8) {
                    margin-right: 0
                }

        .series-landing .multi .teams-standings h1,
        .series-landing .series-videos .author-social p,
        .series-landing .series-videos .marker,
        .series-landing .teams-standings .multiH1 {
            display: none
        }

            .series-landing .multi .teams-standings h1.multiH1 {
                display: block
            }

    .series-landing .multi .row-series-headers,
    .series-landing .multi .row-series-headers h1,
    .series-landing .multi .teams-players,
    .series-landing .multi .teams-standings ul.fix-tab-group {
        display: none
    }

    .series-landing .multi .teams-standings .flexi-tabs {
        float: left
    }

    .series-landing .multi .desktop-fixture .col-lg-8 .series-standings .col-lg-4 {
        width: 31.5%
    }

    .series-landing .multi .series-bg {
        height: auto
    }

    .series-landing .multi .teams-standings .teams-players.flags {
        display: block
    }

    .series-landing .multi .pools {
        margin: 0;
        padding-bottom: 40px
    }

        .series-landing .multi .pools .pointsHeading {
            padding: 0;
            margin: 0
        }

        .series-landing .multi .pools .row-series-headers {
            padding: 10px 0;
            display: block
        }

        .series-landing .multi .pools h2 {
            font-size: 24px
        }

        .series-landing .multi .pools .series-standings div.row [class^=col-]:first-child {
            padding-right: 0
        }

            .series-landing .multi .pools .series-standings div.row [class^=col-]:first-child span.team-Nane {
                font-size: 30px;
                padding-left: 4px
            }

    .series-landing .multi .series-landing-header {
        padding-bottom: 56px;
        float: left
    }

    .series-landing.margin-lt-desktop {
        margin: -15px 0 0 -15px
    }

.teams-landing .series-landing-header img {
    height: 67px;
    width: auto;
    margin-top: 105px;
    margin-left: 0
}

.series-socre-card {
    padding: 36px 0 9px
}

    .series-socre-card .win-team {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        padding-bottom: 24px
    }

    .series-socre-card .match-wrapper {
        margin: 0 auto
    }

        .series-socre-card .match-wrapper .row-style {
            margin-top: 7px
        }

        .series-socre-card .match-wrapper .team {
            width: 170px;
            text-align: center
        }

            .series-socre-card .match-wrapper .team .score {
                font-family: bebas_neuebold;
                font-size: 76px;
                line-height: 60px;
                text-align: right
            }

            .series-socre-card .match-wrapper .team .teamLogo img {
                width: 72px !important;
                height: 48px;
                border: 1px solid #e2e2e2
            }

            .series-socre-card .match-wrapper .team.n01 {
                float: left;
                text-align: left
            }

                .series-socre-card .match-wrapper .team.n01 .teamName {
                    float: right;
                    margin-right: -4px
                }

                .series-socre-card .match-wrapper .team.n01 .score {
                    margin-right: -2px
                }

            .series-socre-card .match-wrapper .team.n02 {
                float: right;
                text-align: right
            }

                .series-socre-card .match-wrapper .team.n02 .teamName {
                    float: left;
                    margin-left: -4px
                }

                .series-socre-card .match-wrapper .team.n02 .score {
                    text-align: left;
                    margin-left: -2px
                }

            .series-socre-card .match-wrapper .team .teamName {
                display: inline-block;
                font-family: bebas_neuebold;
                font-size: 56px;
                margin: 0;
                padding: 0 2px;
                line-height: 51px
            }

    .series-socre-card .fix-logo {
        height: auto;
        left: -53px;
        margin: 6px 50% 0;
        position: absolute;
        text-align: center;
        width: 106px
    }

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height .5s ease-in-out;
            -moz-transition: height .5s ease-in-out;
            -ms-transition: height .5s ease-in-out;
            -o-transition: height .5s ease-in-out;
            transition: height .5s ease-in-out
        }

    .owl-carousel .owl-item {
        float: left
    }

    .owl-carousel .owl-controls .owl-buttons div,
    .owl-carousel .owl-controls .owl-page {
        cursor: pointer
    }

    .owl-carousel .owl-controls {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent
    }

    .owl-carousel .grabbing {
        cursor: url(grabbing.png) 8 8, move
    }

    .owl-carousel .owl-item,
    .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0)
    }

@media (max-width:320px) {

    .series-dudation,
    .series-title {
        width: 70%
    }

        .series-title h1 {
            font-size: 28px
        }
}

@media (max-width:1023px) {

    .back-btn,
    .series-landing .series-bg {
        display: none
    }

    .series-logo {
        width: 85px
    }

    .series-landing .teams-standings ul.flags li:nth-child(12),
    .series-landing .teams-standings ul.flags li:nth-child(16),
    .series-landing .teams-standings ul.flags li:nth-child(4),
    .series-landing .teams-standings ul.flags li:nth-child(8) {
        margin-right: 8px
    }

    .series-landing .series-content {
        top: 0
    }

    .series-landing .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        border: 1px solid #c2c2c2
    }

    .series-landing .owl-controls {
        text-align: center
    }

        .series-landing .owl-controls .owl-buttons {
            position: absolute;
            width: 100%
        }

            .series-landing .owl-controls .owl-buttons .owl-next,
            .series-landing .owl-controls .owl-buttons .owl-prev {
                top: -159px;
                color: #00ab4e;
                position: relative;
                width: 40px;
                height: 50px;
                font-size: 30px;
                background: #e8e8e8;
                border: 1px solid #aaa;
                line-height: 50px
            }

                .series-landing .owl-controls .owl-buttons .owl-next.owl-prev,
                .series-landing .owl-controls .owl-buttons .owl-prev.owl-prev {
                    left: 1px
                }

                .series-landing .owl-controls .owl-buttons .owl-next.owl-next,
                .series-landing .owl-controls .owl-buttons .owl-prev.owl-next {
                    right: 1px;
                    float: right;
                    top: -209px
                }

        .series-landing .owl-controls .owl-pagination .owl-page {
            cursor: pointer;
            display: inline-block;
            zoom: 1
        }

            .series-landing .owl-controls .owl-pagination .owl-page span {
                display: block;
                width: 9px;
                height: 9px;
                margin: 13px 3px;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                background: #e3e3e3
            }

            .series-landing .owl-controls .owl-pagination .owl-page.active span {
                background: #00ab4e
            }

    .series-landing .owl-item .item {
        border-right: 1px solid #c2c2c2;
        height: 245px
    }

        .series-landing .owl-item .item .live-match-panel,
        .series-landing .owl-item .item .live-match-panel .btn-wrapper a {
            margin: 0;
            padding: 0
        }

            .series-landing .owl-item .item .live-match-panel.completed .match-wrapper,
            .series-landing .owl-item .item .live-match-panel.today .match-wrapper,
            .series-landing .owl-item .item .live-match-panel.upcoming .match-wrapper {
                padding-top: 20px
            }

                .series-landing .owl-item .item .live-match-panel.completed .match-wrapper .fix-logo,
                .series-landing .owl-item .item .live-match-panel.today .match-wrapper .fix-logo,
                .series-landing .owl-item .item .live-match-panel.upcoming .match-wrapper .fix-logo {
                    top: auto
                }

                .series-landing .owl-item .item .live-match-panel.completed .match-wrapper .n01,
                .series-landing .owl-item .item .live-match-panel.today .match-wrapper .n01,
                .series-landing .owl-item .item .live-match-panel.upcoming .match-wrapper .n01 {
                    padding-right: 20px !important
                }

                .series-landing .owl-item .item .live-match-panel.completed .match-wrapper .n02,
                .series-landing .owl-item .item .live-match-panel.today .match-wrapper .n02,
                .series-landing .owl-item .item .live-match-panel.upcoming .match-wrapper .n02 {
                    padding-left: 20px !important
                }

        .series-landing .owl-item .item .match-date,
        .series-landing .owl-item .item .match-header {
            padding-top: 15px
        }

        .series-landing .owl-item .item .live-now-soon.mobile {
            position: absolute;
            top: 15px;
            height: 20px;
            width: 74px;
            padding: 3px 5px;
            text-align: left;
            font-size: 12px;
            right: 15px;
            margin-top: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .series-landing .owl-item .item.fixture-launcher {
            display: none
        }

        .series-landing .owl-item .item .fixture-launch {
            text-align: left
        }

            .series-landing .owl-item .item .fixture-launch .view-series-fixtures {
                padding: 40px 0 30px;
                display: block;
                width: 100%;
                text-align: center
            }

                .series-landing .owl-item .item .fixture-launch .view-series-fixtures a {
                    text-decoration: underline;
                    color: #00ab4e;
                    font-size: 11px;
                    font-weight: 700
                }

                .series-landing .owl-item .item .fixture-launch .view-series-fixtures .discription {
                    color: #363636;
                    font-size: 12px;
                    padding: 28px 0
                }

                .series-landing .owl-item .item .fixture-launch .view-series-fixtures h2 {
                    font-family: bebas_neuebold;
                    font-size: 2.7em;
                    vertical-align: baseline;
                    line-height: 33px;
                    color: #00ab4e;
                    font-weight: 400
                }

    .series-landing .series-landing-header .duration-dates,
    .series-landing .teams-landing-header .duration-dates {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: left;
        text-transform: uppercase
    }

    .series-landing .owl-item .item .fixture-launch .ca-fixture {
        font-size: 44px;
        margin-top: 90px;
        float: left;
        margin-left: 10px;
        color: #00ab4e
    }

    .series-landing .series-landing-header a.back,
    .series-landing .series-landing-header h1,
    .series-landing .teams-landing-header .duration-dates,
    .series-landing .teams-landing-header a.back,
    .series-landing .teams-landing-header h1 {
        color: #363636
    }

    .series-landing .series-landing-header {
        background: #eaeaea;
        padding-top: 0;
        margin-top: 8px;
        padding-bottom: 20px;
        float: left
    }

        .series-landing .series-landing-header img {
            margin-top: 16px
        }

        .series-landing .series-landing-header .duration-dates {
            color: #363636;
            padding-top: 7px;
            font-weight: 700
        }

    .series-landing .teams-landing-header {
        background: #eaeaea;
        padding-top: 0;
        margin-top: 8px;
        padding-bottom: 20px;
        float: left
    }

        .series-landing .teams-landing-header img {
            margin-top: 16px
        }

        .series-landing .teams-landing-header .duration-dates {
            padding-top: 7px;
            font-weight: 700
        }

    .series-landing ul.nav-tabs {
        padding: 0 15px;
        margin: 0;
        border-bottom: 0;
        background: #eaeaea;
        width: 100%
    }

        .series-landing ul.nav-tabs li {
            width: auto !important
        }

            .series-landing ul.nav-tabs li a:hover,
            .series-landing ul.nav-tabs li.active a {
                color: #00ab4e;
                background: #fff;
                font-weight: 700;
                margin: 0
            }
}

@media (min-width:320px) and (max-width:430px) {

    .series-landing .item .live-match-panel.completed div.match-details,
    .series-landing .item .live-match-panel.today div.match-details,
    .series-landing .item .live-match-panel.upcoming div.match-details {
        padding-top: 6px !important
    }

    .series-landing .item .live-match-panel.completed .btn-wrapper,
    .series-landing .item .live-match-panel.today .btn-wrapper,
    .series-landing .item .live-match-panel.upcoming .btn-wrapper {
        padding-top: 15px
    }

    .series-landing .mobile-no-gutter h1 {
        padding-left: 15px
    }

    .series-landing .series-socre-card {
        padding-top: 27px;
        padding-bottom: 25px
    }

    .series-landing .owl-carousel {
        padding-bottom: 20px
    }

        .series-landing .owl-carousel .launcher-box {
            background: #efefef
        }

        .series-landing .owl-carousel .right-arw {
            padding-right: 20px
        }

            .series-landing .owl-carousel .right-arw.launcher-box .ca-fixture-arrow-default {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg)
            }

        .series-landing .owl-carousel .live-match-panel {
            padding: 0 15px
        }

            .series-landing .owl-carousel .live-match-panel .match-wrapper {
                width: 290px
            }
}

@media (min-width:320px) and (max-width:414px) {
    .series-standings .mobile-col-3 {
        width: 65px !important;
        padding: 0
    }

    .series-standings .mobile-col-1 {
        width: 40px !important;
        padding: 0 !important
    }

    .series-socre-card .match-wrapper {
        width: 290px;
        position: relative
    }

        .series-socre-card .match-wrapper .team {
            width: 115px
        }

            .series-socre-card .match-wrapper .team .teamLogo img {
                width: 55px !important;
                height: 37px
            }

            .series-socre-card .match-wrapper .team .teamName {
                font-size: 44px;
                line-height: 40px
            }

            .series-socre-card .match-wrapper .team .score {
                font-size: 50px;
                line-height: 44px
            }

            .series-socre-card .match-wrapper .team.n01 .teamName {
                margin-right: -3px
            }

            .series-socre-card .match-wrapper .team.n01 .score {
                margin-right: 0
            }

            .series-socre-card .match-wrapper .team.n02 .teamName {
                margin-left: -3px
            }

            .series-socre-card .match-wrapper .team.n02 .score {
                margin-left: -1px
            }

        .series-socre-card .match-wrapper .fix-logo {
            left: -23px;
            width: 46px
        }
}

@media (min-width:414px) and (max-width:736px) {
    .series-landing ul.fix-tab-group {
        margin-top: 0
    }

    .series-socre-card .match-wrapper {
        width: 330px
    }

    .owl-item .live-match-panel.completed .match-wrapper .team .score-loss,
    .owl-item .live-match-panel.completed .match-wrapper .team .score-win,
    .owl-item .live-match-panel.today .match-wrapper .team .score-loss,
    .owl-item .live-match-panel.today .match-wrapper .team .score-win,
    .owl-item .live-match-panel.upcoming .match-wrapper .team .score-loss,
    .owl-item .live-match-panel.upcoming .match-wrapper .team .score-win {
        padding-bottom: 0
    }

    .owl-item .live-match-panel.completed div.match-details,
    .owl-item .live-match-panel.today div.match-details,
    .owl-item .live-match-panel.upcoming div.match-details {
        padding-top: 6px !important
    }

        .owl-item .live-match-panel.completed div.match-details p,
        .owl-item .live-match-panel.today div.match-details p,
        .owl-item .live-match-panel.upcoming div.match-details p {
            padding: 0
        }

    .owl-item .live-match-panel.completed .btn-wrapper,
    .owl-item .live-match-panel.today .btn-wrapper,
    .owl-item .live-match-panel.upcoming .btn-wrapper {
        padding-top: 15px
    }
}

@media (min-width:415px) and (max-width:997px) {
    .series-content .series-socre-card .match-wrapper {
        width: 500px;
        position: relative
    }

        .series-content .series-socre-card .match-wrapper .team {
            width: 170px
        }

            .series-content .series-socre-card .match-wrapper .team .teamLogo img {
                width: 74px !important;
                height: 48px
            }

    .series-content .launcher-box {
        background: #efefef
    }
}

@media (min-width:992px) {
    .pools .col-lg-6 .col-lg-4 {
        width: 27.7%
    }

    .series-landing .series-landing-header .duration-dates {
        font-size: 18px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .series-standings .col-lg-4 {
        width: 32.5%
    }
}

@media (min-width:320px) and (max-width:767px) {
    .series-landing .series-standings .row-content-standings img {
        height: 14px;
        width: 21px;
        margin: 15px 0
    }

    .series-landing .series-standings .row-content-standings .team-Name.noimage {
        line-height: 44px;
        margin-left: 30px;
        padding-left: 0
    }

    .series-landing ul.fix-tab-group {
        margin-top: 15px
    }

    .series-landing.margin-lt-desktop,
    .series-no-row-margin {
        margin: 0
    }

    .divpad40 {
        display: none
    }

    .series-landing-header .duration-dates {
        font-size: 11px
    }

    .series-no-gutter {
        padding: 0
    }

    .series-landing .series-standings .standings-row-result {
        margin: 0 0 4px
    }

    .series-landing .teams-standings ul.flags li:nth-child(12),
    .series-landing .teams-standings ul.flags li:nth-child(16),
    .series-landing .teams-standings ul.flags li:nth-child(4),
    .series-landing .teams-standings ul.flags li:nth-child(8) {
        margin-right: 0
    }

    .series-landing ul.fix-tab-group li.fix-tab {
        width: 145px
    }

    .series-landing.teams-landing ul.fix-tab-group {
        margin: 15px auto 0;
        float: none
    }

        .series-landing.teams-landing ul.fix-tab-group li.fix-tab {
            width: 115px
        }

    .series-landing.teams-landing .series-played-list ul li {
        background: 0 0;
        width: 50%;
        margin-right: 0;
        border-bottom: 1px solid #f0f0f0;
        padding: 5px 0;
        margin-bottom: 0;
        overflow: hidden
    }

        .series-landing.teams-landing .series-played-list ul li span.imgs {
            background: 0 0;
            border: 0 solid #f1f1f1;
            width: 28px;
            height: 28px;
            overflow: hidden;
            float: left
        }

            .series-landing.teams-landing .series-played-list ul li span.imgs img {
                width: 100%;
                padding: 0
            }

        .series-landing.teams-landing .series-played-list ul li .player-name {
            color: #363636;
            background: 0 0;
            height: auto;
            width: 80%;
            padding: 0 0 0 5px;
            position: initial;
            font-size: 13px;
            white-space: nowrap;
            display: inline-block;
            line-height: 28px;
            vertical-align: middle
        }

            .series-landing.teams-landing .series-played-list ul li .player-name span {
                float: left
            }

            .series-landing.teams-landing .series-played-list ul li .player-name .series-year {
                display: block;
                float: right;
                padding-right: 4px
            }

            .series-landing.teams-landing .series-played-list ul li .player-name .series-name {
                overflow: hidden;
                text-overflow: ellipsis;
                width: 70%
            }

            .series-landing.teams-landing .series-played-list ul li .player-name .last-name {
                width: 80px;
                overflow: hidden
            }

            .series-landing.teams-landing .series-played-list ul li .player-name .tag {
                background: 0 0;
                color: #caa202;
                position: initial;
                padding-left: 3px;
                font-size: 13px;
                line-height: 10px;
                display: none
            }

    .series-landing .series-fixture-tabs {
        padding-top: 0
    }

    .series-landing .series-news .col-lg-4:first-child .col-lg-md-sm-small-gutter,
    .series-landing .series-videos .col-lg-4:first-child .col-lg-md-sm-small-gutter {
        padding: 0
    }

    .series-landing .series-news .col-lg-4:first-child .tertiary-image-b,
    .series-landing .series-videos .col-lg-4:first-child .tertiary-image-b {
        display: block !important;
        margin: 0;
        width: 100%
    }

    .series-landing .series-news .col-lg-4:first-child .latest-news-secondary-news-wrapper,
    .series-landing .series-videos .col-lg-4:first-child .latest-news-secondary-news-wrapper {
        padding: 0 15px;
        width: 100%
    }

    .series-landing .series-news .col-lg-4:first-child .secondary-article-text,
    .series-landing .series-videos .col-lg-4:first-child .secondary-article-text {
        display: block
    }

    .series-landing .col-lg-md-sm-small-gutter {
        padding: 0 15px
    }

    .series-landing .tertiary-image-b {
        display: block !important;
        margin-top: 0;
        margin-right: 1em;
        width: 100px;
        float: left
    }

    .series-landing .latest-news-secondary-news-wrapper {
        width: 60%;
        padding: 0
    }

    .series-landing .series-videos .author-social,
    .series-landing .series-videos .marker {
        display: none
    }

    .series-landing .series-videos .secondary-article-text {
        display: block
    }

    .series-landing .series-content h1.pointsHeading {
        padding: 10px 0 5px !important
    }

    .series-landing .series-content h2 {
        font-size: 18px !important
    }

    .series-landing .series-content .series-standings h1,
    .series-landing .series-content .teams-standings h1 {
        margin-bottom: 0
    }

    .series-landing .teams-standings ul.teams-players li {
        background: 0 0;
        width: 50%;
        margin-right: 0;
        border-bottom: 1px solid #f0f0f0;
        padding: 5px 0;
        margin-bottom: 0;
        overflow: hidden
    }

        .series-landing .teams-standings ul.teams-players li span.imgs {
            background: #f7f7f7;
            border: 1px solid #f1f1f1;
            width: 28px;
            height: 28px;
            overflow: hidden;
            float: left
        }

            .series-landing .teams-standings ul.teams-players li span.imgs img {
                width: 98%;
                padding: 0 1%
            }

        .series-landing .teams-standings ul.teams-players li .player-name {
            color: #363636;
            background: 0 0;
            height: auto;
            padding: 0 0 0 5px;
            position: initial;
            font-size: 13px;
            white-space: nowrap;
            display: inline-block;
            line-height: 28px;
            vertical-align: middle
        }

            .series-landing .teams-standings ul.teams-players li .player-name span {
                float: left
            }

            .series-landing .teams-standings ul.teams-players li .player-name .last-name {
                width: 80px;
                overflow: hidden
            }

            .series-landing .teams-standings ul.teams-players li .player-name .tag {
                display: inline-block;
                background: 0 0;
                color: #caa202;
                position: initial;
                padding-left: 3px;
                font-size: 13px;
                line-height: 10px
            }

    .series-landing ul.teams-players.flags {
        padding-top: 0
    }

        .series-landing ul.teams-players.flags li {
            width: 50%;
            padding: 10px 0
        }

            .series-landing ul.teams-players.flags li span.imgs {
                width: 32px;
                height: 22px
            }

                .series-landing ul.teams-players.flags li span.imgs img {
                    border: 0;
                    width: 30px;
                    height: 20px
                }

    .teams-landing .series-landing-header,
    .teams-landing .teams-landing-header {
        border-bottom: 4px solid #d69b03
    }

    .series-landing ul.teams-players.flags li .team-name {
        font-size: 14px;
        font-family: inherit;
        text-align: left;
        line-height: 22px;
        padding: 0 0 0 8px;
        float: left;
        font-weight: 700
    }

    .teams-landing .series-landing-header .series-title h1,
    .teams-landing .teams-landing-header .series-title h1 {
        font-size: 22px
    }

    .series-landing .multi .row-series-headers {
        display: block
    }

    .series-landing .multi .pools {
        margin-top: 0
    }

        .series-landing .multi .pools .series-standings-padding,
        .series-standings .series-standings-padding {
            padding: 0 15px
        }

    .series-standings .col-sm-2,
    .teams-landing .series-landing-header .series-title,
    .teams-landing .teams-landing-header .series-title {
        padding-left: 0
    }

    .teams-landing .series-landing-header .series-landing-header,
    .teams-landing .teams-landing-header .teams-landing-header {
        padding-top: 0
    }

    .series-standings .col-lg-6 .col-lg-3 {
        width: 38%
    }

    .series-standings .col-lg-6 .col-lg-1 {
        width: 6%
    }

    .series-standings .col-lg-6 .col-lg-2 {
        width: 15%
    }

    .series-standings .col-lg-6 .col-xs-6 {
        width: 43%
    }

    .teams-landing .series-landing-header img,
    .teams-landing .teams-landing-header img {
        height: 36px;
        width: auto;
        margin-left: 0
    }

    .teams-standings .flexi-tabs {
        float: none !important;
        width: 100%;
        margin-top: 15px !important
    }

    .multi .desktop-fixture .col-lg-8 .series-standings .col-lg-4 {
        width: 50% !important
    }
}

@media (max-width:991px) {
    .series-landing .series-standings .row-content-standings .team-Name {
        width: 65%
    }
}

@media (min-width:767px) and (max-width:997px) {
    .series-landing .multi .pools {
        margin-top: 0
    }

        .series-landing .multi .pools .col-lg-6 .col-lg-4 {
            width: 32.5%
        }

    .owl-item .live-match-panel.today div.match-details p,
    .owl-item .live-match-panel.today p.match-date {
        padding-left: 15px
    }
}

#acf a.green-pill-btn {
    background-color: #00ab4e;
    border: 1px solid transparent;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 10px 0;
    padding: 10px 50px;
    text-transform: uppercase
}

#acf #viewpane #acf-content .join a,
#acf #viewpane #gigya-register .gigya-register-form a {
    text-transform: none
}

#acf a.green-pill-btn:active,
#acf a.green-pill-btn:focus,
#acf a.green-pill-btn:hover {
    background-color: #fff;
    border: 1px solid #00ab4e;
    color: #00ab4e;
    text-decoration: none
}

#acf #viewpane {
    position: relative
}

    #acf #viewpane #gigya-login {
        background-color: #2f2f2f;
        overflow: hidden
    }

        #acf #viewpane #gigya-login .gigya-social-login {
            text-align: center
        }

        #acf #viewpane #gigya-login .gigya-login-providers-list {
            border-right: 1px solid #7f7f7f;
            display: inline-block;
            margin-right: 10px;
            padding: 4px 0;
            vertical-align: middle
        }

            #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li {
                margin-right: 10px
            }

                #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider a {
                    border-radius: 2px;
                    color: #fff;
                    display: inline-block;
                    font-family: 'Open Sans', serif;
                    font-size: 11px;
                    line-height: 30px;
                    width: 78px
                }

                    #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider a .fa {
                        font-size: 1.5em;
                        margin-right: .2em;
                        position: relative;
                        top: 2px
                    }

                    #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider a:active,
                    #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider a:focus,
                    #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider a:hover {
                        text-decoration: none
                    }

                #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider.facebook a {
                    background-color: #425ca9
                }

                #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider.twitter a {
                    background-color: #0896e8
                }

                #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider.googleplus a {
                    background-color: #e65555
                }

        #acf #viewpane #gigya-login .gigya-login-form {
            display: inline-block;
            margin-left: -4px
        }

            #acf #viewpane #gigya-login .gigya-login-form .form-group {
                margin-right: 10px;
                position: relative
            }

                #acf #viewpane #gigya-login .gigya-login-form .form-group .form-control {
                    border-radius: 2px
                }

                #acf #viewpane #gigya-login .gigya-login-form .form-group .forgot-link {
                    color: #00ab4e;
                    font-size: 12px;
                    position: absolute;
                    right: 12px;
                    top: 8px
                }

        #acf #viewpane #gigya-login p {
            color: #fff;
            text-align: center
        }

            #acf #viewpane #gigya-login p.gigya-login-header {
                font-size: 20px;
                font-weight: 700;
                padding: 20px 0
            }

                #acf #viewpane #gigya-login p.gigya-login-header span {
                    font-weight: 400
                }

                #acf #viewpane #gigya-login p.gigya-login-header a {
                    display: none
                }

            #acf #viewpane #gigya-login p.gigya-login-footer {
                font-size: 14px;
                padding: 20px 0 15px
            }

                #acf #viewpane #gigya-login p.gigya-login-footer a {
                    color: #00ab4e;
                    text-decoration: underline
                }

    #acf #viewpane #gigya-register .gigya-register-providers-list .nav-pills > li .gigya-register-provider a:active,
    #acf #viewpane #gigya-register .gigya-register-providers-list .nav-pills > li .gigya-register-provider a:focus,
    #acf #viewpane #gigya-register .gigya-register-providers-list .nav-pills > li .gigya-register-provider a:hover,
    .players-new-tiles-container .players-new-tiles-overlay span.full-name-new:hover,
    .players-new-tiles-container:hover {
        text-decoration: none
    }

    #acf #viewpane #gigya-register {
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 0;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        z-index: -1
    }

        #acf #viewpane #gigya-register.appear {
            opacity: 1;
            position: static;
            top: auto;
            z-index: auto
        }

        #acf #viewpane #gigya-register h1,
        #acf #viewpane #gigya-register h2 {
            font-weight: 400;
            margin: 20px auto;
            text-align: center
        }

        #acf #viewpane #gigya-register .gigya-register-providers-list {
            display: inline-block;
            padding: 4px 0 24px;
            vertical-align: middle
        }

            #acf #viewpane #gigya-register .gigya-register-providers-list .nav-pills > li {
                margin: 0 5px
            }

                #acf #viewpane #gigya-register .gigya-register-providers-list .nav-pills > li .gigya-register-provider a {
                    border-radius: 25px;
                    color: #fff;
                    display: inline-block;
                    font-family: 'Open Sans', serif;
                    font-size: 11px;
                    line-height: 30px;
                    width: 88px
                }

                    #acf #viewpane #gigya-register .gigya-register-providers-list .nav-pills > li .gigya-register-provider a span {
                        font-size: 1.5em;
                        margin-right: .2em;
                        position: relative;
                        top: 2px
                    }

                #acf #viewpane #gigya-register .gigya-register-providers-list .nav-pills > li .gigya-register-provider.facebook a {
                    background-color: #425ca9
                }

                #acf #viewpane #gigya-register .gigya-register-providers-list .nav-pills > li .gigya-register-provider.twitter a {
                    background-color: #0896e8
                }

                #acf #viewpane #gigya-register .gigya-register-providers-list .nav-pills > li .gigya-register-provider.googleplus a {
                    background-color: #e65555
                }

        #acf #viewpane #gigya-register .gigya-register-form {
            margin: 0 auto;
            padding-top: 10px;
            width: 300px
        }

            #acf #viewpane #gigya-register .gigya-register-form .form-control {
                font-family: 'Open Sans', serif;
                font-size: 1.25em
            }

                #acf #viewpane #gigya-register .gigya-register-form .form-control:focus {
                    border-color: #00ab4e;
                    box-shadow: none;
                    -webkit-box-shadow: none
                }

            #acf #viewpane #gigya-register .gigya-register-form .checkbox {
                line-height: 1.2;
                text-align: left
            }

                #acf #viewpane #gigya-register .gigya-register-form .checkbox label {
                    font-size: 11px
                }

            #acf #viewpane #gigya-register .gigya-register-form select option:disabled {
                display: none
            }

            #acf #viewpane #gigya-register .gigya-register-form .error {
                color: #dd4b39;
                display: inline-block;
                font-size: 11px;
                padding-top: 5px;
                text-align: left;
                width: 100%
            }

        #acf #viewpane #acf-content .acf-box .acf-box-content a,
        #acf #viewpane #gigya-register p a {
            color: #00ab4e;
            text-decoration: underline
        }

    #acf #viewpane #acf-content h1,
    #acf #viewpane #acf-content h2 {
        font-weight: 400;
        margin: 40px auto;
        text-align: center
    }

    #acf #viewpane #acf-content h2 {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 21px;
        width: 80%
    }

    #acf #viewpane #acf-content .acf-box {
        margin-bottom: 20px
    }

        #acf #viewpane #acf-content .acf-box img {
            float: left;
            width: 48px
        }

        #acf #viewpane #acf-content .acf-box .acf-box-content {
            margin-left: 75px
        }

    #acf #viewpane #acf-content .join {
        text-align: center
    }

        #acf #viewpane #acf-content .join h4 {
            font-size: 1.5em;
            margin: 20px 0 5px
        }

    #acf #viewpane #acf-content .disclaimer-section {
        margin: 0 auto;
        text-align: center;
        width: 80%
    }

        #acf #viewpane #acf-content .disclaimer-section p {
            color: #959595;
            font-size: 11px
        }

        #acf #viewpane #acf-content .disclaimer-section a {
            color: #00ab4e
        }

    #acf #viewpane #acf-content.disappear,
    #acf #viewpane #gigya-login.disappear {
        display: none
    }

@media (max-width:992px) {
    #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider a {
        width: 30px
    }

        #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider a span {
            display: none
        }

        #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider a .fa {
            display: inline;
            margin-right: 0;
            position: relative
        }

        #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider a .fa-facebook-square {
            left: 1px
        }

        #acf #viewpane #gigya-login .gigya-login-providers-list .nav-pills > li .gigya-login-provider a .fa-google-plus {
            left: 1px;
            top: 3px
        }
}

@media (max-width:767px) {

    #acf #viewpane #gigya-login .gigya-social-login,
    #acf #viewpane #gigya-login p.gigya-login-header span {
        display: none
    }

    #acf {
        margin: 0 -15px
    }

        #acf #viewpane #gigya-login p.gigya-login-header {
            padding: 10px 0 0
        }

            #acf #viewpane #gigya-login p.gigya-login-header a {
                display: block;
                margin: 10px 20px;
                text-transform: uppercase
            }

        #acf #viewpane #gigya-login p.gigya-login-footer {
            padding: 5px 0 20px
        }

        #acf #viewpane #gigya-register .gigya-register-form {
            padding: 10px 10px 0
        }

        #acf #viewpane #acf-content h1 {
            width: 80%
        }

        #acf #viewpane #acf-content h2 {
            font-size: 18px;
            line-height: 1.4;
            width: 90%
        }

        #acf #viewpane #acf-content .acf-box {
            text-align: center
        }

            #acf #viewpane #acf-content .acf-box img {
                float: none;
                padding-bottom: 10px;
                width: auto
            }

            #acf #viewpane #acf-content .acf-box .acf-box-content {
                margin: 0 30px
            }

                #acf #viewpane #acf-content .acf-box .acf-box-content p {
                    font-family: 'Open Sans', serif
                }
}

.players-new .search-nav li .filter-elements:hover,
.search-nav-active {
    border-bottom: 1px solid #0a4;
    width: auto;
    background-color: transparent !important
}

.search-nav-active {
    color: #0a4 !important;
    padding-bottom: 8px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    opacity: 1 !important
}

@media (min-width:1024px) {
    .players-new .players-col {
        padding-left: 0;
        padding-right: 0
    }
}

.players-new .players-h1 {
    display: inline-block;
    font-family: tablet-gothic-narrow, serif
}

@media (max-width:767px) {
    .players-new .players-h1 {
        display: block;
        margin-bottom: 32px;
        margin-top: 32px
    }
}

@media (max-width:1023px) {
    .players-new .players-h1 {
        margin-top: 32px
    }
}

.players-new .search-nav {
    display: inline-block
}

@media (max-width:599px) {
    .players-new .search-nav {
        display: block;
        margin-bottom: 48px
    }
}

.players-new .search-nav li {
    margin-left: 0
}

@media (min-width:768px) {
    .players-new .search-nav li {
        display: inline-block;
        margin-left: 28px
    }

        .players-new .search-nav li:nth-child(2) {
            margin-left: 30px
        }

        .players-new .search-nav li:nth-child(3),
        .players-new .search-nav li:nth-child(4) {
            margin-left: 12px
        }
}

.players-new .search-nav li .filter-elements {
    padding: 0;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .5;
    color: #363636;
    padding-right: 8px !important;
    padding-left: 8px !important
}

    .players-new .search-nav li .filter-elements:hover {
        cursor: pointer;
        color: #0a4;
        padding-bottom: 8px !important;
        opacity: 1 !important
    }

.players-new .search-nav .searchdiv {
    border-bottom: 1px solid rgba(54, 54, 54, 0.3)
}

    .players-new .search-nav .searchdiv .club-search-input {
        padding: 0 8px 8px;
        border: none;
        font-size: 16px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #363636
    }

@media (min-width:992px) {
    .players-new .search-nav .searchdiv .club-search-input {
        width: 367px
    }
}

@media (min-width:613px) and (max-width:991px) {
    .players-new .search-nav .searchdiv .club-search-input {
        width: 327px
    }
}

@media (min-width:600px) and (max-width:612px) {
    .players-new .search-nav .searchdiv .club-search-input {
        width: 305px
    }
}

@media (max-width:599px) {
    .players-new .search-nav .searchdiv .club-search-input {
        width: 100%;
        padding: 0 36px 8px 8px
    }

    .players-new .search-nav .searchdiv .sub-search .sub-search-icon {
        position: absolute;
        bottom: 10px;
        right: 0
    }
}

.players-new .search-nav .searchdiv .club-search-input:focus {
    outline: 0
}

    .players-new .search-nav .searchdiv .club-search-input:focus::-webkit-input-placeholder {
        color: transparent !important
    }

    .players-new .search-nav .searchdiv .club-search-input:focus::-moz-placeholder {
        color: transparent !important
    }

    .players-new .search-nav .searchdiv .club-search-input:focus:-moz-placeholder {
        color: transparent !important
    }

.players-new .search-nav .searchdiv .sub-search {
    float: right;
    color: #363636
}

@media (max-width:767px) {
    .players-new .search-nav li {
        margin-left: -8px;
        display: inline-block
    }

        .players-new .search-nav li .filter-elements {
            margin-right: 20px
        }

    .players-new .search-nav .searchdiv .sub-search {
        padding-left: 0
    }
}

.players-new .search-nav .searchdiv .sub-search .sub-search-icon {
    font-size: 20px;
    padding-right: 8px
}

@media (min-width:600px) and (max-width:767px) {
    .players-new .search-nav .search-li {
        display: inline-block;
        margin-left: -8px;
        margin-bottom: 32px;
        margin-right: 36px
    }
}

@media (max-width:599px) {
    .players-new .search-nav .search-li {
        display: block;
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: 32px
    }
}

.new-no-gutter {
    padding: 0
}

.players-new-tiles-container .players-new-tiles-overlay {
    margin-bottom: 9px;
    cursor: default
}

    .players-new-tiles-container .players-new-tiles-overlay span.full-name-new {
        cursor: pointer;
        color: #000 !important
    }

        .players-new-tiles-container .players-new-tiles-overlay span.full-name-new .firstname-new,
        .players-new-tiles-container .players-new-tiles-overlay span.full-name-new .lastname-new {
            font-size: 16px;
            color: #000;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
        }

        .players-new-tiles-container .players-new-tiles-overlay span.full-name-new .country-name {
            font-size: 16px;
            opacity: .5;
            color: #363636;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            margin-left: 3px
        }

@media (min-width:1024px) {
    .new-no-gutter {
        padding: 0
    }

    .players-new-tiles {
        margin-left: 0
    }
}

.players-new-tiles .new-persist-area {
    display: inline-block
}

    .players-new-tiles .new-persist-area .new-persist-header {
        margin-left: 8px;
        font-family: tablet-gothic-narrow, serif;
        font-size: 25px;
        font-weight: 800;
        color: #000;
        margin-top: 48px
    }

@media (max-width:767px) {
    .players-new-tiles .new-persist-area {
        margin-bottom: 33px;
        display: block
    }

        .players-new-tiles .new-persist-area .new-persist-header {
            margin-top: 0;
            margin-left: 0
        }
}

.players-new-tiles .new-persist-area .new-row-style {
    margin-top: 8px;
    margin-bottom: 17px
}

@media (max-width:991px) {
    .players-new-tiles .new-persist-area .new-row-style {
        margin: 8px -15px 17px
    }
}

.container.main-content.gigya-pwd-reset {
    margin-top: 0;
    background: #fff !important
}

    .container.main-content.gigya-pwd-reset h1 {
        color: #363636;
        display: block;
        font-family: tablet-gothic-narrow, serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.1em;
        margin-bottom: 9.5px;
        margin-top: -0.5em
    }

    .container.main-content.gigya-pwd-reset div.gigya-screen-pwd-reset {
        max-width: 300px;
        margin: 90px auto
    }

    .container.main-content.gigya-pwd-reset input[type=password],
    .container.main-content.gigya-pwd-reset input[type=text] {
        padding-left: 13px;
        padding-right: 13px
    }

.error-field-icon {
    border-right: 2px solid !important;
    border-top: 2px solid !important;
    border-bottom: 2px solid !important;
    border-color: #dd4b39 !important
}

.error-field {
    border-color: #dd4b39 !important
}

.error-label {
    color: #dd4b39 !important
}

div.gigya-screen-pwd-reset-pwd-reset-dialog {
    border: none !important;
    border-radius: 0 !important
}

div.gigya-screen-pwd-reset-dialog-inner {
    border: none !important
}

div.gigya-screen-pwd-reset-dialog-top {
    background-color: #fff !important
}

    div.gigya-screen-pwd-reset-dialog-top div.gigya-screen-pwd-reset-dialog-caption {
        font-size: 36px !important;
        font-family: tablet-gothic-narrow, serif !important;
        line-height: 1.4em !important;
        padding-left: .65em;
        padding-top: .5em
    }

.gigya-social-login tbody tr:nth-child(odd) {
    background: 0 0 !important
}

.gigya-screen-pwd-reset .gigya-composite-control-label {
    line-height: 1.4em
}

.gigya-screen-pwd-reset a,
.gigya-screen-pwd-reset a:active,
.gigya-screen-pwd-reset a:link,
.gigya-screen-pwd-reset a:visited {
    font-size: 1em !important
}

.gigya-screen-pwd-reset h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5em !important
}

.gigya-screen-pwd-reset * .closebutton,
.gigya-screen-pwd-reset a:active .closebutton,
.gigya-screen-pwd-reset a:hover .closebutton,
.gigya-screen-pwd-reset a:link .closebutton,
.gigya-screen-pwd-reset a:visited .closebutton,
.gigya-screen-pwd-reset span .closebutton,
div.gigya-screen-pwd-reset .closebutton {
    color: #959595 !important;
    font-family: FontAwesome !important;
    font-size: 2em !important;
    position: absolute;
    right: 10px;
    text-decoration: none !important;
    top: 17px
}

    .gigya-screen-pwd-reset * .closebutton:hover,
    .gigya-screen-pwd-reset a:active .closebutton:hover,
    .gigya-screen-pwd-reset a:hover .closebutton:hover,
    .gigya-screen-pwd-reset a:link .closebutton:hover,
    .gigya-screen-pwd-reset a:visited .closebutton:hover,
    .gigya-screen-pwd-reset span .closebutton:hover,
    div.gigya-screen-pwd-reset .closebutton:hover {
        color: #000
    }

.gigya-input-button,
.gigya-input-submit,
.gigya-reset-password-submit {
    background: #00ab4e !important;
    color: #fff !important;
    filter: none !important
}

#gigya-login-screen .gigya-composite-control-social-login,
#gigya-register-screen .gigya-composite-control-social-login {
    border-right: none !important;
    height: 85px !important;
    margin-top: -1.5em !important;
    padding-top: 0 !important
}

.gigya-composite-control.gigya-spacer {
    height: 11px !important
}

.gigya-label-text {
    font-size: 14px !important;
    font-weight: 400 !important
}

    .gigya-label-text a {
        text-decoration: none !important
    }

        .gigya-label-text a:hover {
            text-decoration: underline !important
        }

.gigya-input-button,
.gigya-input-submit {
    border: none !important;
    border-radius: 45px !important;
    font-size: 18px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important
}

    .gigya-input-button:hover,
    .gigya-input-submit:hover {
        filter: none !important
    }

.gigya-reset-password-submit {
    border: none !important;
    border-radius: 4px !important;
    padding: 10px 0 !important;
    width: 100% !important;
    height: 42px !important;
    text-align: center !important
}

    .gigya-reset-password-submit:hover {
        filter: none !important
    }

.gigya-login-form .gigya-layout-row:nth-child(1) {
    padding-top: 5px
}

.gigya-login-form .gigya-layout-row:nth-child(3) .gigya-layout-cell .gigya-layout-row .gigya-layout-cell:nth-child(2) .gigya-composite-control:nth-child(10) span.normal hr,
.gigya-login-form > div:nth-child(4) > label:nth-child(1) > span > hr {
    border-top: 1px solid #d5d5d5;
    padding-top: 2px
}

.gigya-login-form .gigya-layout-row:nth-child(2) {
    margin-top: -3px
}

.gigya-login-form .gigya-layout-row:nth-child(3) .gigya-layout-cell {
    min-width: 100% !important;
    max-width: 100% !important
}

    .gigya-login-form .gigya-layout-row:nth-child(3) .gigya-layout-cell .gigya-layout-row .gigya-layout-cell:nth-child(1) {
        max-width: 40% !important;
        min-width: 40% !important
    }

    .gigya-login-form .gigya-layout-row:nth-child(3) .gigya-layout-cell .gigya-layout-row .gigya-layout-cell:nth-child(2) {
        max-width: 60% !important;
        min-width: 60% !important
    }

.gigya-link-accounts-form input.gigya-input-password,
.gigya-link-accounts-form input.gigya-input-text,
.gigya-link-accounts-form select,
.gigya-login-form input.gigya-input-password,
.gigya-login-form input.gigya-input-text,
.gigya-login-form select,
.gigya-profile-form input.gigya-input-password,
.gigya-profile-form input.gigya-input-text,
.gigya-profile-form select,
.gigya-register-form input.gigya-input-password,
.gigya-register-form input.gigya-input-text,
.gigya-register-form select,
.gigya-reset-password-form input.gigya-input-password,
.gigya-reset-password-form input.gigya-input-text,
.gigya-reset-password-form select {
    height: 40px !important;
    font-size: 19px
}

.gigya-link-accounts-form label {
    font-weight: 400
}

.gigya-profile-form input[type=checkbox],
.gigya-profile-form input[type=radio],
.gigya-register-form input[type=checkbox],
.gigya-register-form input[type=radio] {
    margin: 0;
    position: relative;
    top: -3px
}

.gigya-profile-form div:nth-child(2) > div:nth-child(1) > div:nth-child(4) {
    display: block
}

div.gigya-screen-pwd-reset-dialog-close {
    background-position: 0 10px !important
}

span.section-label {
    font-size: 14px !important
}

div.gigya-screen-pwd-reset-dialog-content {
    padding-top: 0 !important;
    text-align: center
}

.gigya-profile-form .gigya-layout-row:nth-child(5) .gigya-layout-cell:nth-child(2) a {
    margin-right: 14px !important
}

#gigya-update-profile-screen {
    margin: 0 auto
}

.gigya-composite-control.gigya-composite-control-label span.normal {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400
}

    .gigya-composite-control.gigya-composite-control-label span.normal a {
        text-decoration: none
    }

        .gigya-composite-control.gigya-composite-control-label span.normal a:hover {
            text-decoration: underline
        }

.gigya-composite-control.gigya-composite-control-label p.disclaimer,
.gigya-composite-control.gigya-composite-control-label span.disclaimer {
    color: #959595;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4em
}

    .gigya-composite-control.gigya-composite-control-label p.disclaimer a,
    .gigya-composite-control.gigya-composite-control-label span.disclaimer a {
        text-decoration: none
    }

        .gigya-composite-control.gigya-composite-control-label p.disclaimer a:hover,
        .gigya-composite-control.gigya-composite-control-label span.disclaimer a:hover {
            text-decoration: underline
        }

h2.gigya-composite-control.gigya-composite-control-header {
    margin-top: -4px !important;
    padding-top: 0 !important
}

.gigya-composite-control.gigya-composite-control-header span.registration-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400
}

.gigya-composite-control.gigya-composite-control-header span.social-registration-text {
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5em;
    margin-bottom: 1.5em !important
}

.gigya-screen-pwd-reset-dialog-mobile {
    overflow: auto !important;
    position: relative !important;
    right: 0;
    top: 50px;
    width: 100% !important
}

    .gigya-screen-pwd-reset-dialog-mobile .gigya-screen-pwd-reset-caption {
        border-bottom: none;
        font-family: tablet-gothic-narrow, serif;
        font-size: 36px !important;
        line-height: 1.4em !important;
        margin: 0;
        padding-left: .22222222em;
        padding-top: .22222222em
    }

    .gigya-screen-pwd-reset-dialog-mobile .gigya-layout-row .gigya-composite-control.gigya-composite-control-dropdown,
    .gigya-screen-pwd-reset-dialog-mobile .gigya-layout-row .gigya-composite-control.gigya-composite-control-label,
    .gigya-screen-pwd-reset-dialog-mobile .gigya-layout-row .gigya-composite-control.gigya-composite-control-textbox {
        display: block
    }

    .gigya-screen-pwd-reset-dialog-mobile .gigya-input-button,
    .gigya-screen-pwd-reset-dialog-mobile .gigya-input-submit {
        background: #00ab4e !important;
        border: none !important;
        border-radius: 45px !important;
        color: #fff !important;
        filter: none !important;
        padding: 0 2em !important
    }

        .gigya-screen-pwd-reset-dialog-mobile .gigya-input-button:hover,
        .gigya-screen-pwd-reset-dialog-mobile .gigya-input-submit:hover {
            filter: none !important
        }

.eye-ico-style {
    color: #555;
    height: 40px;
    margin-top: 3px !important;
    line-height: 40px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    padding: 0 10px !important
}

.gray-border {
    border: 2px solid #CCC !important;
    border-left: 0 !important
}

div[id$=-mobile] + div div.gigya-screen-pwd-reset-dialog-close {
    display: none
}

.gigya-screen-pwd-reset *,
.gigya-screen-pwd-reset span,
div.gigya-screen-pwd-reset {
    background: 0 0;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    float: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    outline: 0
}

.gigya-screen-pwd-reset h1 {
    color: #363636;
    display: block;
    font-family: tablet-gothic-narrow, serif !important;
    height: 43px;
    font-size: 30px !important;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    text-align: center
}

.gigya-screen-pwd-reset {
    float: left;
    width: 100%;
    zoom: 1
}

    .gigya-screen-pwd-reset select {
        background-color: #FFF;
        border: 1px solid #CCC;
        border-radius: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 5px 0;
        padding: 5px;
        width: 100%
    }

    .gigya-screen-pwd-reset .gigya-label {
        color: #5b5b5b;
        display: block;
        font-weight: 400;
        font-size: 14px
    }

    .gigya-screen-pwd-reset .gigya-required {
        color: red;
        font-size: 12px;
        font-weight: 700;
        margin-left: 5px
    }

.gigya-input-password {
    background-color: #fff;
    border: 2px solid #CCC;
    border-right: none;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #555;
    margin: 5px 0;
    padding: 0 5px;
    width: 100%;
    outline: 0
}

.gigya-input-password,
.gigya-input-submit,
.gigya-screen-pwd-reset select {
    height: 28px
}

    .gigya-input-password:focus {
        border: 2px solid #CCC;
        box-shadow: none;
        outline: 0
    }

.error-field:focus {
    border-color: #dd4b39 !important
}

.gigya-input-submit {
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #FFF, #F2F2F2);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F2F2F2));
    border: 1px solid #CECECE;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    font-weight: 700;
    line-height: 26px;
    padding: 0 12px;
    text-align: right
}

    .gigya-input-submit:hover {
        background: #FFF;
        background: -moz-linear-gradient(top, #F2F2F2, #FFF);
        background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#FFF))
    }

input.gigya-input-password {
    display: block
}

.gigya-screen-pwd-reset .gigya-composite-control {
    display: inline;
    padding: 5px 13px 5px 0
}

.gigya-screen-pwd-reset .gigya-composite-control-submit {
    padding-bottom: 5px;
    padding-right: 13px;
    text-align: right
}

.gigya-composite-control-form-error {
    padding-bottom: 5px;
    padding-right: 5px
}

.gigya-screen-pwd-reset .gigya-composite-control-label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    color: #5b5b5b;
    text-align: center;
    display: block;
    visibility: visible
}

.gigya-screen-pwd-reset .gigya-form-error-msg {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #dd4b39;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 1px;
    min-height: 26px;
    padding: 5px 0;
    text-align: left
}

.gigya-screen-pwd-reset .gigya-message {
    color: #333;
    display: block;
    font-size: 14px;
    text-align: left
}

@media (max-width:1023px) {

    .gigya-screen-pwd-reset-dialog-inner,
    div.gigya-screen-pwd-reset-dialog-content {
        width: auto !important
    }

    div.gigya-screen-pwd-reset-dialog {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important
    }

    .gigya-screen-pwd-reset .gigya-composite-control-label {
        text-align: left;
        margin-bottom: 10px
    }

    div.gigya-composite-control.gigya-composite-control-textbox > label {
        padding-top: .2em
    }
}

@media (max-width:767px) {
    .gigya-screen-pwd-reset h1 {
        text-align: left;
        padding-left: 0
    }

    .gigya-screen-pwd-reset .gigya-composite-control {
        padding: 5px 0
    }

    .gigya-screen-pwd-reset .gigya-composite-control-submit {
        padding-right: 0
    }

    .gigya-screen-pwd-reset .gigya-composite-control-label {
        text-align: left
    }
}

@media (max-width:500px) {
    .gigya-login-form {
        height: 700px;
        overflow-y: scroll
    }

    .gigya-screen-pwd-reset-dialog-close {
        display: none
    }
}

@media (max-width:480px) {
    div.gigya-screen-pwd-reset-dialog-top div.gigya-screen-pwd-reset-dialog-caption {
        width: 90% !important
    }
}

@media (max-width:320px) {
    .gigya-login-form {
        height: 400px;
        overflow-y: scroll
    }

    .gigya-screen-pwd-reset-dialog-inner div.gigya-screen-pwd-reset-dialog-content {
        padding: 0 0 0 5px !important
    }

    .gigya-screen-pwd-reset .gigya-composite-control {
        text-align: left
    }
}

#cricket-id-header .nav-bar {
    background-color: #00ab4e;
    display: block;
    margin: 0;
    padding: 3px 0;
    width: 100%
}

    #cricket-id-header .nav-bar .logo-promotion {
        background-image: url(/Content/cricketcomau/img/Cricket-Logo-Banner-Tablet-Mobile.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        height: 24.09px;
        margin: 0;
        width: 154.55px
    }

#cricket-id-img-carousel .carousel-inner {
    max-height: 565px;
    overflow: hidden
}

    #cricket-id-img-carousel .carousel-inner .item {
        left: 0 !important;
        -webkit-transform: translateZ(0);
        transition: .5s ease-in-out opacity;
        -moz-transition: .5s ease-in-out opacity;
        -o-transition: .5s ease-in-out opacity;
        -webkit-transition: .5s ease-in-out opacity
    }

    #cricket-id-img-carousel .carousel-inner .active {
        opacity: 1
    }

        #cricket-id-img-carousel .carousel-inner .active.left,
        #cricket-id-img-carousel .carousel-inner .active.right {
            opacity: 0;
            z-index: 2
        }

    #cricket-id-img-carousel .carousel-inner .next.left,
    #cricket-id-img-carousel .carousel-inner .prev.right {
        opacity: 1;
        z-index: 1
    }

#cricket-id-intro-overlay {
    position: absolute;
    text-align: center;
    top: 35px;
    width: 100%;
    z-index: 100
}

    #cricket-id-intro-overlay #mobile-bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: none
    }

    #cricket-id-intro-overlay .fa-user {
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 90px;
        margin-top: 80px;
        padding: 24px 33.5px
    }

    #cricket-id-intro-overlay h1,
    #cricket-id-intro-overlay p {
        font-family: 'Open Sans';
        font-size: 32px;
        font-weight: 600;
        color: #fff
    }

    #cricket-id-intro-overlay h1 {
        line-height: 1.4;
        margin: 0;
        padding: 2px 0 7px
    }

    #cricket-id-intro-overlay p.cta-btn {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase
    }

        #cricket-id-intro-overlay p.cta-btn a {
            background-color: #00ac48;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            color: #fff;
            display: inline-block;
            padding: 14.5px 0;
            width: 225px
        }

            #cricket-id-intro-overlay p.cta-btn a:active,
            #cricket-id-intro-overlay p.cta-btn a:focus,
            #cricket-id-intro-overlay p.cta-btn a:hover {
                background-color: #00c953;
                text-decoration: none
            }

    #cricket-id-intro-overlay p:last-child {
        font-size: 16px;
        font-weight: 400;
        padding: 12px 0
    }

        #cricket-id-intro-overlay p:last-child a {
            color: #fff;
            text-decoration: underline
        }

#cricket-id-card-panel .card p,
#cricket-id-card-panel h2 {
    color: #7d7d7d;
    font-family: 'Open Sans'
}

#cricket-id-intro-overlay p:last-child a:active,
#cricket-id-intro-overlay p:last-child a:focus,
#cricket-id-intro-overlay p:last-child a:hover {
    text-decoration: none
}

#cricket-id-card-panel {
    padding-bottom: 105px
}

    #cricket-id-card-panel h2 {
        font-size: 32px;
        font-weight: 600;
        padding: 33px 0 35px;
        text-align: center
    }

    #cricket-id-card-panel .card {
        border: 1px solid #c3c3c3;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        margin: 40px 0;
        padding: 0 50px 20px;
        position: relative;
        text-align: center
    }

        #cricket-id-card-panel .card .img-container {
            text-align: center
        }

            #cricket-id-card-panel .card .img-container img {
                margin-top: -55px;
                width: auto;
                background-color: #fff
            }

        #cricket-id-card-panel .card .content ul {
            margin: 0 auto;
            width: 80%
        }

        #cricket-id-card-panel .card p {
            font-size: 20px;
            padding-bottom: 15px
        }

            #cricket-id-card-panel .card p.disclaimer {
                font-size: .8em
            }

        #cricket-id-card-panel .card i.fa {
            color: #00ab4e
        }

        #cricket-id-card-panel .card a {
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            color: #fff;
            display: block;
            margin: 0 auto;
            padding: 14.5px 0;
            text-transform: uppercase;
            width: 195px
        }

footer .copyright-section p,
footer .disclaimers,
footer .disclaimers a {
    color: #959595;
    font-family: 'Open Sans'
}

#cricket-id-card-panel .card.main-site a {
    background-color: #00ac48
}

#cricket-id-card-panel .card.acf-site a {
    background-color: #183f2c
}

#cricket-id-card-panel .card.mycricket-site a {
    background-color: #ffa600
}

#cricket-id-card-panel .card ul {
    list-style-type: none;
    text-align: left
}

footer {
    padding: 0 30px
}

    footer .copyright-section {
        border-bottom: 1px solid #c9c9c9;
        border-top: 1px solid #c9c9c9;
        overflow: hidden;
        padding: 20px 0
    }

        footer .copyright-section img {
            float: left;
            margin-left: 10px;
            width: 100px
        }

        footer .copyright-section p {
            float: left;
            font-size: 11px;
            padding: 0 0 0 40px;
            margin: 9px 0
        }

    footer .disclaimers {
        font-size: 11px;
        margin-bottom: 20px;
        padding-top: 5px;
        text-align: right
    }

.Opta,
.Opta a,
.Opta abbr,
.Opta acronym,
.Opta address,
.Opta article,
.Opta aside,
.Opta audio,
.Opta b,
.Opta big,
.Opta blockquote,
.Opta canvas,
.Opta caption,
.Opta center,
.Opta cite,
.Opta code,
.Opta dd,
.Opta del,
.Opta details,
.Opta dfn,
.Opta div,
.Opta dl,
.Opta dt,
.Opta em,
.Opta embed,
.Opta fieldset,
.Opta figcaption,
.Opta figure,
.Opta footer,
.Opta form,
.Opta h2,
.Opta h3,
.Opta h4,
.Opta h5,
.Opta h6,
.Opta header,
.Opta hgroup,
.Opta i,
.Opta img,
.Opta ins,
.Opta kbd,
.Opta label,
.Opta legend,
.Opta li,
.Opta mark,
.Opta menu,
.Opta nav,
.Opta ol,
.Opta output,
.Opta p,
.Opta pre,
.Opta q,
.Opta ruby,
.Opta s,
.Opta samp,
.Opta section,
.Opta small,
.Opta span,
.Opta strike,
.Opta strong,
.Opta sub,
.Opta summary,
.Opta sup,
.Opta table,
.Opta tbody,
.Opta td,
.Opta tfoot,
.Opta th,
.Opta thead,
.Opta time,
.Opta tr,
.Opta tt,
.Opta u,
.Opta ul,
.Opta var,
.Opta video,
.opta-widget-container,
.opta-widget-container a,
.opta-widget-container abbr,
.opta-widget-container acronym,
.opta-widget-container address,
.opta-widget-container article,
.opta-widget-container aside,
.opta-widget-container audio,
.opta-widget-container b,
.opta-widget-container big,
.opta-widget-container blockquote,
.opta-widget-container canvas,
.opta-widget-container caption,
.opta-widget-container center,
.opta-widget-container cite,
.opta-widget-container code,
.opta-widget-container dd,
.opta-widget-container del,
.opta-widget-container details,
.opta-widget-container dfn,
.opta-widget-container div,
.opta-widget-container dl,
.opta-widget-container dt,
.opta-widget-container em,
.opta-widget-container embed,
.opta-widget-container fieldset,
.opta-widget-container figcaption,
.opta-widget-container figure,
.opta-widget-container footer,
.opta-widget-container form,
.opta-widget-container h2,
.opta-widget-container h3,
.opta-widget-container h4,
.opta-widget-container h5,
.opta-widget-container h6,
.opta-widget-container header,
.opta-widget-container hgroup,
.opta-widget-container i,
.opta-widget-container img,
.opta-widget-container ins,
.opta-widget-container kbd,
.opta-widget-container label,
.opta-widget-container legend,
.opta-widget-container li,
.opta-widget-container mark,
.opta-widget-container menu,
.opta-widget-container nav,
.opta-widget-container ol,
.opta-widget-container output,
.opta-widget-container p,
.opta-widget-container pre,
.opta-widget-container q,
.opta-widget-container ruby,
.opta-widget-container s,
.opta-widget-container samp,
.opta-widget-container section,
.opta-widget-container small,
.opta-widget-container span,
.opta-widget-container strike,
.opta-widget-container strong,
.opta-widget-container sub,
.opta-widget-container summary,
.opta-widget-container sup,
.opta-widget-container table,
.opta-widget-container tbody,
.opta-widget-container td,
.opta-widget-container tfoot,
.opta-widget-container th,
.opta-widget-container thead,
.opta-widget-container time,
.opta-widget-container tr,
.opta-widget-container tt,
.opta-widget-container u,
.opta-widget-container ul,
.opta-widget-container var,
.opta-widget-container video {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

footer .disclaimers a:active,
footer .disclaimers a:focus,
footer .disclaimers a:hover {
    text-decoration: underline
}

@media (max-width:1200px) {
    #cricket-id-intro-overlay .fa-user {
        margin-top: 40px
    }

    #cricket-id-card-panel .card .content ul {
        margin: 0 auto;
        width: 100%
    }

    #cricket-id-card-panel .card p {
        font-size: 18px
    }
}

@media (max-width:991px) {
    #cricket-id-intro-overlay .fa-user {
        font-size: 45px;
        margin-top: 20px;
        padding: 16.5px 21.5px
    }

    #cricket-id-intro-overlay h1,
    #cricket-id-intro-overlay p {
        font-size: 28px
    }

    #cricket-id-card-panel .card {
        margin: 40px auto;
        width: 80%
    }

        #cricket-id-card-panel .card .content ul {
            margin: 0 auto;
            width: 50%
        }

        #cricket-id-card-panel .card p.disclaimer {
            text-align: center
        }

    #mobile-container {
        height: 100%;
        position: fixed;
        overflow-y: auto
    }

    footer .copyright-section {
        border: none;
        padding-bottom: 0;
        text-align: center
    }

        footer .copyright-section img {
            float: none;
            margin-left: 0;
            width: 120px
        }

        footer .copyright-section p {
            float: none;
            padding: 0;
            text-align: center
        }

    footer .disclaimers {
        margin: 0 0 20px;
        padding: 5px 16px 0;
        text-align: center
    }
}

@media (max-width:767px) {
    #cricket-id-intro-overlay .fa-user {
        display: none
    }

    #cricket-id-intro-overlay h1 {
        font-size: 28px;
        padding: 35px 0 7px
    }

    #cricket-id-intro-overlay p {
        font-size: 20px
    }

    #cricket-id-card-panel h2 {
        font-size: 26px;
        padding: 35px 20px
    }

    #cricket-id-card-panel .card {
        margin: 40px auto 120px;
        width: 100%
    }

        #cricket-id-card-panel .card .content ul {
            margin: 0 auto;
            width: 90%
        }
}

@media (max-width:480px) {
    #cricket-id-img-carousel #image-carousel-home {
        display: none
    }

    #cricket-id-intro-overlay {
        min-height: 255px
    }

        #cricket-id-intro-overlay #mobile-bg {
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: -1
        }

        #cricket-id-intro-overlay p {
            font-size: 16px
        }

    #cricket-id-card-panel {
        padding-top: 255px
    }

        #cricket-id-card-panel .card {
            padding: 0 25px 20px;
            width: 100%
        }

            #cricket-id-card-panel .card .content ul {
                margin: 0 auto;
                width: 90%
            }
}

.opta-box {
    -webkit-box-shadow: 0 0 5px 0 rgba(85, 85, 85, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(85, 85, 85, 0.1);
    box-shadow: 0 0 5px 0 rgba(85, 85, 85, 0.1);
    margin: 20px 0
}

    .opta-box .Opta-Title {
        font-size: 17px;
        font-weight: 100
    }

    .opta-box table {
        width: 100%;
        color: #363636;
        font-weight: 700;
        font-size: 16px
    }

        .opta-box table tbody tr {
            border-bottom: 1px solid rgba(149, 149, 149, 0.3)
        }

            .opta-box table tbody tr:last-child {
                border-bottom-width: 0
            }

.Opta .c_scorecard,
.Opta .fixtures,
.Opta .ranking-container,
.Opta .standings-container,
.Opta .stats,
.Opta .wagonwheel,
.opta-widget-container .c_scorecard,
.opta-widget-container .fixtures,
.opta-widget-container .ranking-container,
.opta-widget-container .standings-container,
.opta-widget-container .stats,
.opta-widget-container .wagonwheel {
    border-bottom: 8px solid #e6e6e6;
    border-radius: 0
}

.opta-box table tbody .Opta-FeatureHeader td,
.opta-box table tbody .Opta-FeatureHeader th {
    background: rgba(0, 170, 68, 0.05) !important
}

.opta-box table tbody td.Opta-Games div,
.opta-box table tbody td.Opta-Score div {
    margin-bottom: 10px
}

.opta-box table tbody .Opta-PlayerName {
    width: 200px
}

.opta-box table tbody .Opta-Team {
    color: rgba(54, 54, 54, 0.5);
    font-size: 13px;
    font-weight: 100
}

.opta-widget-container h2 {
    background-color: #28a952;
    border-radius: 0;
    font-size: 20px;
    height: auto
}

    .opta-widget-container h2.opta-v3 {
        color: #28a952;
        height: 40px;
        line-height: 40px;
        padding: 0
    }

        .opta-widget-container h2.opta-v3 span {
            display: inline;
            font-size: 20px
        }

    .opta-widget-container h2 span {
        display: inline-block;
        padding: 7.5px 10px
    }

.opta-widget-container table.colchart tbody td div {
    background-color: #959595
}

.opta-widget-container tbody tr:nth-child(even),
.opta-widget-container tbody tr:nth-child(odd) {
    background: #fff
}

.opta-widget-container ul li {
    padding: 6px
}

    .opta-widget-container ul li:before {
        content: none
    }

.opta-widget-container .c_scorecard .summary dl dt {
    color: #28a952
}

.opta-widget-container .c_scorecard li.teamName {
    background-color: #959595;
    color: #fff
}

.opta-widget-container .c_scorecard table thead th {
    color: #fff
}

.opta-widget-container .c_scorecard table tfoot td {
    background-color: #e2e2e2
}

.opta-widget-container .c_scorecard table.lite thead th,
.opta-widget-container .c_scorecard table.minor thead th {
    background-color: #959595
}

.opta-widget-container .competitionstats .ts-stat {
    color: #000
}

.opta-widget-container .competitionstats table colgroup col:nth-child(2) {
    width: 5px !important
}

.opta-widget-container .competitionstats .ts-overlay-close,
.opta-widget-container .competitionstats .ts-overlay-pos,
.opta-widget-container .competitionstats .ts-overlay-stat,
.opta-widget-container .competitionstats .ts-overlay-title,
.opta-widget-container .competitionstats .ts-type-title {
    color: #28a952
}

.opta-widget-container .competitionstats .ts-overlay-img img {
    height: 0;
    visibility: hidden;
    width: 0
}

.opta-widget-container .competitionstats .ts-overlay-player {
    color: #000
}

.opta-widget-container .cricket-playerstats form.ranking-category,
.opta-widget-container .cricket-playerstats ul.tabs-nav {
    margin-left: 0;
    width: 100%
}

.opta-widget-container .fixtures-plus-list tbody.grouping td {
    background-color: #28a952
}

.opta-widget-container .fixtures-plus-list td.standout,
.opta-widget-container .fixtures-plus-list td.standout a.external-link {
    color: #28a952
}

.opta-widget-container .player-comparison fieldset ul {
    margin-left: 0
}

.opta-widget-container .c_scorecard p.innings,
.opta-widget-container .fixtures p.innings,
.opta-widget-container .ranking-container p.innings,
.opta-widget-container .standings-container p.innings,
.opta-widget-container .stats p.innings,
.opta-widget-container .wagonwheel p.innings {
    display: block
}

.opta-widget-container .c_scorecard .team li.teamName,
.opta-widget-container .c_scorecard .team li:last-child,
.opta-widget-container .fixtures .team li.teamName,
.opta-widget-container .fixtures .team li:last-child,
.opta-widget-container .ranking-container .team li.teamName,
.opta-widget-container .ranking-container .team li:last-child,
.opta-widget-container .standings-container .team li.teamName,
.opta-widget-container .standings-container .team li:last-child,
.opta-widget-container .stats .team li.teamName,
.opta-widget-container .stats .team li:last-child,
.opta-widget-container .wagonwheel .team li.teamName,
.opta-widget-container .wagonwheel .team li:last-child {
    border-radius: 0
}

.Opta h2 {
    background-color: #0A4;
    border-radius: 0;
    font-size: 20px;
    height: auto;
    padding: 0 10px
}

    .Opta h2 .Opta-Title {
        color: #fff;
        height: 40px;
        line-height: 40px;
        padding: 0;
        display: inline;
        font-size: 20px
    }

.Opta .Opta_C .Opta-CricketStateOfPlay div {
    background-color: transparent
}

.Opta .Opta_C_W_N .Opta-Innings .Opta-On {
    background: #0A4
}

    .Opta .Opta_C_W_N .Opta-Innings .Opta-On:after {
        content: ' ';
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

.Opta .Opta_C_W_N .Opta-Innings .Opta-Inning {
    position: relative;
    width: calc(49%);
    margin: 10px 1% 10px 0
}

    .Opta .Opta_C_W_N .Opta-Innings .Opta-Inning:last-child {
        margin: 10px 0 10px 1%
    }

.Opta .Opta-Nav ul,
.Opta .Opta-Nav.Opta-Tabs.Opta-TabsMore ul,
.Opta .Opta-Striped,
.Opta .player-comparison fieldset ul,
.Opta ul {
    margin-left: 0
}

.Opta .Opta_C_W_N .Opta-pitch-container {
    margin: 0
}

.Opta .Opta_C_W_N .Opta-third-width:first-child {
    padding-left: 0
}

.Opta .Opta_C_W_N .Opta-third-width:last-child {
    padding-right: 0
}

.Opta .Opta-MatchHeader tr.Opta-MatchHeader-Details td div {
    background-color: transparent
}

.Opta .Opta-TimeControls .Opta-Dragger path {
    fill: #0A4
}

.Opta .Opta-TimeControls .Opta-TimeSpan {
    fill: #00983D
}

.Opta .Opta_C_CS_N .Opta-Flex-Item {
    width: auto
}

.Opta .Opta-Stat .Opta-Label {
    padding-top: 5px
}

.Opta .Opta-Stat .Opta-Value {
    fill: #000;
    color: #000;
    font-size: 30px;
    font-weight: 700
}

.Opta .Opta-Nav ul li.Opta-On a,
.Opta .Opta-Nav ul li.Opta-On a:active,
.Opta .Opta-Nav ul li.Opta-On a:hover,
.Opta .Opta-Nav ul.Opta-Overflowed,
.Opta .Opta-Nav ul.Opta-Overflowed:hover {
    background: #0A4
}

.Opta .Opta-Nav ul.Opta-Cf {
    margin-top: 1px
}

.Opta .Opta-Ranking .Opta-FeatureHeader td,
.Opta .Opta-Ranking .Opta-FeatureHeader th {
    background: #00983D;
    font-weight: 700
}

    .Opta .Opta-Ranking .Opta-FeatureHeader td .Opta-PlayerName,
    .Opta .Opta-Ranking .Opta-FeatureHeader th .Opta-PlayerName {
        font-weight: 700
    }

.Opta .Opta_C_CS_N .Opta-stats-active .Opta-Label:after {
    color: #000
}

.Opta.Opta-Wide .Opta_C_W_N .Opta-pitch-section-holder {
    margin: 0
}

.Opta table.colchart tbody td div {
    background-color: #959595
}

.Opta tbody tr:nth-child(even),
.Opta tbody tr:nth-child(odd) {
    background: #fff
}

.Opta ul li {
    padding: 0
}

    .Opta ul li:before {
        content: none
    }

.Opta .c_scorecard .summary dl dt {
    color: #0A4
}

.Opta .c_scorecard li.teamName {
    background-color: #959595;
    color: #fff
}

.Opta .c_scorecard table thead th {
    color: #fff
}

.Opta .c_scorecard table tfoot td {
    background-color: #e2e2e2
}

.Opta .c_scorecard table.lite thead th,
.Opta .c_scorecard table.minor thead th {
    background-color: #959595
}

.Opta .competitionstats .ts-stat {
    color: #000
}

.Opta .competitionstats table colgroup col:nth-child(2) {
    width: 5px !important
}

.Opta .competitionstats .ts-overlay-close,
.Opta .competitionstats .ts-overlay-pos,
.Opta .competitionstats .ts-overlay-stat,
.Opta .competitionstats .ts-overlay-title,
.Opta .competitionstats .ts-type-title {
    color: #0A4
}

.Opta .competitionstats .ts-overlay-img img {
    height: 0;
    visibility: hidden;
    width: 0
}

.Opta .competitionstats .ts-overlay-player {
    color: #000
}

.Opta .cricket-playerstats form.ranking-category,
.Opta .cricket-playerstats ul.tabs-nav {
    margin-left: 0;
    width: 100%
}

.Opta .fixtures-plus-list tbody.grouping td {
    background-color: #0A4
}

.Opta .fixtures-plus-list td.standout,
.Opta .fixtures-plus-list td.standout a.external-link {
    color: #0A4
}

.Opta .c_scorecard p.innings,
.Opta .fixtures p.innings,
.Opta .ranking-container p.innings,
.Opta .standings-container p.innings,
.Opta .stats p.innings,
.Opta .wagonwheel p.innings {
    display: block
}

.Opta .c_scorecard .team li.teamName,
.Opta .c_scorecard .team li:last-child,
.Opta .fixtures .team li.teamName,
.Opta .fixtures .team li:last-child,
.Opta .ranking-container .team li.teamName,
.Opta .ranking-container .team li:last-child,
.Opta .standings-container .team li.teamName,
.Opta .standings-container .team li:last-child,
.Opta .stats .team li.teamName,
.Opta .stats .team li:last-child,
.Opta .wagonwheel .team li.teamName,
.Opta .wagonwheel .team li:last-child {
    border-radius: 0
}

.hero-full-width {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: 100%
}

    .hero-full-width .hero-section {
        background: #fff;
        height: auto;
        width: 100%
    }

    .hero-full-width h1 {
        font-size: 47px;
        font-weight: 800;
        margin: .5em 0 .4em
    }

    .hero-full-width h3 {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        margin-bottom: 1em
    }

    .hero-full-width .ad-img-wrap {
        display: table-cell;
        height: 100%;
        padding: 1em;
        vertical-align: middle
    }

    .hero-full-width .renewal-reminder,
    .hero-full-width .renewal-reminder-expired,
    .hero-full-width .renewal-reminder-warning {
        background-color: #e8e9e3;
        clear: both;
        margin-bottom: 1em;
        overflow: hidden;
        padding: 0 1em;
        text-align: center;
        width: 100%
    }

        .hero-full-width .renewal-reminder .fa,
        .hero-full-width .renewal-reminder-expired .fa,
        .hero-full-width .renewal-reminder-warning .fa {
            float: left;
            font-size: 64px;
            margin: .3em 0;
            width: 100%
        }

        .hero-full-width .renewal-reminder div,
        .hero-full-width .renewal-reminder-expired div,
        .hero-full-width .renewal-reminder-warning div {
            padding: 1.3em 0
        }

            .hero-full-width .renewal-reminder div p,
            .hero-full-width .renewal-reminder-expired div p,
            .hero-full-width .renewal-reminder-warning div p {
                line-height: 1.5em;
                margin: 0;
                padding: 0
            }

                .hero-full-width .renewal-reminder .fa,
                .hero-full-width .renewal-reminder div p:nth-child(2) {
                    color: #00ab4e
                }

                .hero-full-width .renewal-reminder-warning .fa,
                .hero-full-width .renewal-reminder-warning div p:nth-child(2) {
                    color: #eda456
                }

                .hero-full-width .renewal-reminder-expired .fa,
                .hero-full-width .renewal-reminder-expired div p:nth-child(2) {
                    color: #e65555
                }

    .hero-full-width .t-c-link {
        display: table-row;
        height: 3.6em;
        vertical-align: middle
    }

        .hero-full-width .t-c-link a {
            height: 2em;
            display: table-cell;
            vertical-align: middle
        }

    .hero-full-width .unavailable {
        border: 1px solid #333;
        text-align: center;
        margin: 20px;
        padding: 60px 20px
    }

        .hero-full-width .unavailable p {
            width: 600px;
            margin: 0 auto;
            font-size: 24px;
            color: #636370
        }

            .hero-full-width .unavailable p.error {
                font-size: 18px
            }

            .hero-full-width .unavailable p a {
                color: #00ab4e;
                text-decoration: underline
            }

.subscription-packages {
    margin: 0;
    padding: 0;
    position: relative
}

    .subscription-packages .disclaimer-subscribe {
        color: #959595;
        font-size: 11px;
        margin: 3em 0
    }

    .subscription-packages .packages {
        border-collapse: collapse;
        display: table
    }

        .subscription-packages .packages .three-cols {
            display: table-row;
            overflow: hidden
        }

            .subscription-packages .packages .three-cols > li {
                border: 2px solid #00ab4e;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                display: table-cell;
                float: left;
                margin-right: 1%;
                min-height: 730px;
                position: relative;
                vertical-align: top;
                width: 32.666%
            }

                .subscription-packages .packages .three-cols > li:last-child {
                    margin-right: 0
                }

        .subscription-packages .packages .disclaimer-subscribe-main {
            margin: .5em auto 0;
            text-align: left
        }

            .subscription-packages .packages .disclaimer-subscribe-main p {
                color: #959595;
                font-size: 11px;
                margin-bottom: 0;
                padding: 1em 0;
                word-break: normal
            }

        .subscription-packages .packages .best-value {
            background-color: #00ab4e;
            height: 32px;
            width: 100%;
            text-align: center
        }

            .subscription-packages .packages .best-value p {
                color: #fff;
                font-family: tablet-gothic-narrow, serif;
                font-size: 1em;
                line-height: 1em;
                margin: 0
            }

        .subscription-packages .packages h2,
        .subscription-packages .packages p,
        .subscription-packages .packages ul {
            color: #636363
        }

        .subscription-packages .packages h2 {
            font-size: 3.5em;
            margin: 0;
            text-align: center
        }

        .subscription-packages .packages p {
            margin: 0
        }

            .subscription-packages .packages p span {
                color: #00ab4e;
                font-weight: 700
            }

        .subscription-packages .packages .price {
            color: #636363;
            font-family: tablet-gothic-narrow, serif;
            font-size: 3em;
            text-align: center
        }

        .subscription-packages .packages .value .price {
            color: #00ab4e
        }

        .subscription-packages .packages .value h2 {
            color: #00ab4e;
            font-size: 3em
        }

        .subscription-packages .packages .value p {
            font-size: 1em
        }

        .subscription-packages .packages .optus-pass .section-1 h2 {
            color: #00A3AD;
            margin-top: .75em
        }

        .subscription-packages .packages .optus-pass .section-1 p span {
            color: #00A3AD;
            text-transform: uppercase
        }

        .subscription-packages .packages .optus-pass .section-2 ul li .icon-check {
            color: #FFD100
        }

        .subscription-packages .packages .optus-pass .section-3 h3 {
            color: #FFD100;
            text-transform: uppercase
        }

        .subscription-packages .packages .optus-pass .section-3 a.buy-now {
            background-color: #00A3AD
        }

        .subscription-packages .packages li.day-pass {
            border: 2px solid #9B9B9B
        }

        .subscription-packages .packages li.optus-pass {
            border: 2px solid #00A3AD
        }

        .subscription-packages .packages .day-pass .section-1 h2 {
            font-size: 3em;
            margin-top: .75em
        }

        .subscription-packages .packages .day-pass .icon {
            text-align: center
        }

            .subscription-packages .packages .day-pass .icon i {
                -ms-transform: rotate(7deg);
                -webkit-transform: rotate(7deg);
                transform: rotate(7deg)
            }

                .subscription-packages .packages .day-pass .icon i.icon-reload {
                    font-size: 200px
                }

                .subscription-packages .packages .day-pass .icon i p {
                    font-size: 120px
                }

        .subscription-packages .packages .day-pass .section-2 {
            text-align: center
        }

            .subscription-packages .packages .day-pass .section-2 img {
                width: 184px;
                height: 199px
            }

            .subscription-packages .packages .day-pass .section-2 .not-include {
                position: absolute;
                bottom: 180px;
                width: 100%
            }

                .subscription-packages .packages .day-pass .section-2 .not-include p {
                    text-align: left
                }

        .subscription-packages .packages .day-pass a.buy-now {
            background-color: #9B9B9B
        }

        .subscription-packages .packages .disclaimer-subscribe {
            margin: 1em 0
        }

        .subscription-packages .packages .sections .package {
            display: block;
            width: 100%
        }

        .subscription-packages .packages .sections ul {
            font-size: 12px;
            list-style-type: none;
            text-align: left;
            margin-bottom: 1em
        }

            .subscription-packages .packages .sections ul li {
                border-bottom: 1px solid #d2d2d2;
                min-height: 45px;
                padding: 0 1em;
                position: relative
            }

                .subscription-packages .packages .sections ul li div {
                    color: #5b5b5b;
                    font-size: 1em;
                    line-height: 1.2em;
                    left: 45px;
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    -ms-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                    .subscription-packages .packages .sections ul li div.check {
                        color: #636363
                    }

                .subscription-packages .packages .sections ul li .icon-check {
                    color: #00ab4e;
                    font-size: 1.5em;
                    position: absolute;
                    top: 50%;
                    -ms-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                .subscription-packages .packages .sections ul li .icon-cross {
                    color: #e78b04;
                    font-size: 1.5em;
                    position: absolute;
                    top: 50%;
                    -ms-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

        .subscription-packages .packages .section-1 {
            padding: 1em .8em
        }

            .subscription-packages .packages .section-1 p {
                color: #5b5b5b;
                margin: 1em 0;
                padding: 0;
                text-align: center
            }

        .subscription-packages .packages .section-2 p {
            font-weight: 700;
            margin: 0 1em;
            padding: 0;
            text-transform: capitalize
        }

        .subscription-packages .packages .section-3 {
            bottom: 2em;
            position: absolute;
            text-align: center;
            width: 100%
        }

            .subscription-packages .packages .section-3 p {
                font-weight: 700;
                margin: 0 1em;
                text-transform: capitalize;
                text-align: left
            }

                .subscription-packages .packages .section-3 p.price-add-on {
                    font-weight: 400;
                    text-transform: none;
                    text-align: center
                }

    .subscription-packages .subsribe-row-no-margin {
        margin: 0
    }

    .subscription-packages .buy-now {
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        border-radius: 45px;
        color: #fff;
        display: inline-block;
        font-family: tablet-gothic-narrow, serif;
        font-size: 1.5em;
        font-weight: 800;
        line-height: 2em;
        margin-top: .3em;
        max-height: 50px;
        max-width: 260px;
        padding: .1em 1em .3em;
        text-align: center;
        width: 100%
    }

        .subscription-packages .buy-now:hover {
            text-decoration: none;
            color: #e6e6e6
        }

        .subscription-packages .buy-now:active {
            text-decoration: none;
            color: #d9d9d9
        }

        .subscription-packages .buy-now.green {
            background-color: #00ab4e
        }

            .subscription-packages .buy-now.green:hover {
                background-color: #009242
            }

            .subscription-packages .buy-now.green:active {
                background-color: #007936
            }

        .subscription-packages .buy-now.gray {
            background-color: #959595
        }

            .subscription-packages .buy-now.gray:hover {
                background-color: #7c7c7c
            }

            .subscription-packages .buy-now.gray:active {
                background-color: #6f6f6f
            }

@media (max-width:992px) {
    .hero-full-width .unavailable {
        margin: 20px 17px
    }

    .subscription-packages .packages .three-cols > li {
        min-height: 750px
    }

    .subscription-packages .packages .day-pass .section-1 h2,
    .subscription-packages .packages .value h2 {
        font-size: 2.5em
    }

    .subscription-packages .packages .day-pass .section-1 h2,
    .subscription-packages .packages .optus-pass .section-1 h2 {
        margin-top: .9em
    }

    .subscription-packages .buy-now {
        max-width: 200px
    }
}

@media (max-width:767px) {
    .hero-full-width .unavailable {
        margin: 20px 0;
        padding: 40px 20px;
        width: 100%
    }

        .hero-full-width .unavailable p {
            font-size: 18px;
            width: 100%
        }

            .hero-full-width .unavailable p.error {
                font-size: 14px
            }

    .subscription-packages .packages .three-cols > li {
        margin-bottom: 20px;
        margin-right: 1em;
        min-height: 730px;
        min-width: inherit;
        max-width: none;
        width: 100%
    }

    .subscription-packages .buy-now {
        max-width: 260px
    }
}

@media (max-width:480px) {
    .subscription-packages .packages .sections {
        background: #fff;
        border: 0 solid #ccc
    }

    .subscription-packages .packages .icon {
        display: block
    }

    .subscription-packages .packages .day-pass ul li {
        border-top: none
    }

    .subscription-packages .packages .three-cols > li {
        margin: 0 0 20px;
        min-width: inherit;
        max-width: none;
        width: 100%;
        background: #fff
    }
}

.optus-marker,
.video-optus-strip {
    background-color: #FFD100;
    color: #006685;
    font-size: 12px;
    text-transform: uppercase
}

.optus-marker {
    bottom: 0;
    padding: 4px 3px 0 7px;
    position: absolute;
    right: 0;
    z-index: 9
}

.optus {
    border: 4px solid #FFF;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

    .optus.video {
        border-color: #FFD100
    }

.video-optus-strip {
    font-weight: 700;
    padding: 10px 15px
}

.optus-error-message {
    text-align: center;
    padding: 40px
}

    .optus-error-message h2 {
        color: #00A3AD;
        margin-bottom: 1em
    }

    .optus-error-message p {
        font-size: 14px;
        padding: 0
    }

    .optus-error-message a {
        margin: 1em 0;
        color: #00ab4e
    }

        .optus-error-message a.activate {
            background-color: #00ab4e;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            color: #fff;
            display: inline-block;
            line-height: 30px;
            padding: .5em 4em;
            vertical-align: middle;
            text-transform: uppercase
        }

        .optus-error-message a:hover {
            text-decoration: none
        }

.optus-error .modal-dialog {
    width: 440px
}

.optus-error i.icon-cross {
    position: absolute;
    top: 15px;
    right: 15px
}

.optus-registration .hidded-div form,
.optus-registration form {
    position: relative
}

.optus-registration {
    text-align: center;
    margin-top: 3em
}

    .optus-registration h1 {
        color: #00A3AD;
        font-size: 44px;
        line-height: 54px;
        margin-top: 0;
        margin-bottom: 24px
    }

    .optus-registration p {
        color: #5B5B5B;
        font-size: 1.3em;
        line-height: 27px;
        margin: 0 auto;
        text-align: center;
        width: 58%
    }

        .optus-registration p span {
            color: #00A3AD;
            font-weight: 700;
            text-transform: uppercase
        }

    .optus-registration h2 {
        color: #5B5B5B;
        font-size: 18px;
        line-height: 24px;
        margin-top: 2em
    }

    .optus-registration form input {
        text-align: center;
        width: 340px;
        color: #00A3AD;
        margin: .5em 0 !important;
        background-color: #FFF;
        background-image: none;
        border: 2px solid #CCC;
        border-radius: 4px;
        box-shadow: none;
        font-family: 'Open Sans' !important;
        font-size: 15px;
        height: auto;
        line-height: 18px;
        outline: 0;
        padding: 9px 12px;
        transition: border-color ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s
    }

    .optus-registration form .icon-check {
        color: #00ab4e;
        display: inline-block;
        font-size: 1.5em;
        height: 1.5em;
        margin-right: 1em;
        text-align: center;
        width: 1.5em;
        vertical-align: middle;
        position: absolute;
        bottom: 0;
        top: 18px
    }

    .optus-registration a.btn-register {
        background-color: #00ab4e;
        border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        color: #FFF;
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        height: 42px;
        line-height: 24px;
        margin-top: 30px;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        width: 340px
    }

        .optus-registration a.btn-register.disabled {
            background-color: #ccc;
            color: #e2e2e2;
            cursor: default !important;
            pointer-events: none;
            text-shadow: 1px 1px #fff
        }

    .optus-registration .reg-info {
        margin: 0 auto;
        font-size: 1em;
        line-height: 21px;
        color: #5B5B5B
    }

        .optus-registration .reg-info a {
            color: #00ab4e;
            text-decoration: underline;
            font-size: 1em
        }

    .optus-registration .hidded-div {
        display: block;
        margin-top: 2em
    }

        .optus-registration .hidded-div form input {
            border: 2px solid red;
            color: red
        }

        .optus-registration .hidded-div form .icon-cross {
            color: red;
            display: inline-block;
            font-size: 1.5em;
            height: 1.5em;
            margin-right: 1em;
            text-align: center;
            width: 1.5em;
            vertical-align: middle;
            position: absolute;
            bottom: 0;
            top: 18px
        }

        .optus-registration .hidded-div .error-message {
            width: 34%;
            margin: 0 auto;
            color: red;
            text-align: center;
            font-size: 1em
        }

            .optus-registration .hidded-div .error-message a {
                color: red;
                text-decoration: underline
            }

    .optus-registration .subscription {
        color: #5B5B5B;
        font-size: 1em;
        line-height: 27px;
        width: 100%;
        margin-top: 30px;
        text-align: center;
        margin-bottom: 2em
    }

        .optus-registration .subscription a {
            color: #00ab4e;
            text-decoration: underline
        }

.optus-maincontent .content {
    background-color: #f5f5f5;
    padding: 20px 30px
}

    .optus-maincontent .content h1 {
        color: #00A3AD;
        font-size: 32px
    }

    .optus-maincontent .content ul li {
        margin: 10px 0;
        position: relative;
        padding: 0 0 10px;
        list-style: none;
        font-size: 14px
    }

        .optus-maincontent .content ul li .icon-check {
            color: #FFD100;
            display: inline-block;
            font-size: 1.5em;
            margin-right: .5em;
            text-align: center;
            width: 1.5em;
            vertical-align: middle
        }

        .optus-maincontent .content ul li div {
            left: 35px;
            position: absolute;
            top: 0
        }

    .optus-maincontent .content p {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px
    }

        .optus-maincontent .content p.not-include {
            font-size: 13px;
            font-weight: 400;
            margin-top: 2em
        }

            .optus-maincontent .content p.not-include span {
                font-weight: 700
            }

        .optus-maincontent .content p.btn-container {
            text-align: center;
            width: 100%
        }

            .optus-maincontent .content p.btn-container a.btn-cricketid {
                background-color: #00A3AD;
                color: #FFF;
                cursor: pointer;
                text-align: center;
                text-decoration: none;
                padding: 10px 25px;
                display: inline-block;
                -webkit-border-radius: 25px !important;
                -moz-border-radius: 25px !important;
                border-radius: 25px !important;
                font-size: 18px;
                margin: 20px 0;
                font-weight: 700
            }

.optus-maincontent .movedown {
    margin-top: 20px
}

.optus-maincontent .optus-title {
    background-color: #00A3AD;
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
    padding: 3px 0 6px
}

    .optus-maincontent .optus-title h2 {
        color: #FFF;
        padding-left: 15px
    }

.optus-maincontent .marker {
    border: none;
    border-bottom: 5px solid #FFF;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

    .optus-maincontent .marker.report,
    .optus-maincontent .marker.video {
        border-color: #FFD100
    }

.optus-customer-videos {
    background-color: #f5f5f5;
    margin: 0 0 2em
}

    .optus-customer-videos .removepadding {
        padding: 0
    }

    .optus-customer-videos .optus-title {
        background-color: #00A3AD;
        display: block;
        margin-bottom: 3px;
        overflow: hidden;
        padding: 3px 0 6px
    }

        .optus-customer-videos .optus-title h2 {
            color: #FFF;
            padding-left: 15px
        }

    .optus-customer-videos .marginadjust {
        margin: 0 -4px
    }

    .optus-customer-videos .create-id {
        border-top: 1px solid #CCC;
        clear: both;
        margin: 0 4px;
        padding: 25px 0;
        text-align: center
    }

        .optus-customer-videos .create-id .remove-rightpadding {
            padding-right: 0
        }

        .optus-customer-videos .create-id .remove-leftpadding {
            padding-left: 0
        }

        .optus-customer-videos .create-id h3 {
            font-size: 18px;
            color: #363636;
            display: inline-block;
            margin-right: 5px
        }

        .optus-customer-videos .create-id a.btn-cricketid {
            background-color: #00A3AD;
            -webkit-border-radius: 25px !important;
            -moz-border-radius: 25px !important;
            border-radius: 25px !important;
            color: #FFF;
            cursor: pointer;
            font-size: 18px;
            font-weight: 700;
            margin-left: 5px;
            padding: .5em 1.5em;
            text-align: center;
            text-decoration: none
        }

    .optus-customer-videos .share .btn-default {
        background-color: transparent !important
    }

.thankyou {
    text-align: center;
    margin-top: 2em
}

    .thankyou h1 {
        color: #00A3AD;
        font-size: 32px
    }

    .thankyou p {
        margin: .5em 0 1em
    }

        .thankyou p span {
            color: #00A3AD;
            font-weight: 700;
            text-transform: uppercase
        }

        .thankyou p.account {
            font-size: 13px;
            margin-bottom: 2em
        }

            .thankyou p.account a {
                text-decoration: underline;
                color: #00ab4e
            }

@media (max-width:991px) {
    .optus-registration p {
        color: #5b5b5b;
        font-size: 1.3em;
        line-height: 27px;
        width: 68%;
        margin: 0 auto
    }

    .optus-registration .hidded-div {
        display: block;
        margin-top: 2em
    }

        .optus-registration .hidded-div .error-message {
            width: 45%;
            margin: 0 auto;
            color: red;
            font-size: 1em
        }

            .optus-registration .hidded-div .error-message a {
                color: red;
                text-decoration: underline
            }
}

@media (max-width:767px) {
    .optus-maincontent .content {
        padding: 1em 1.7em
    }

        .optus-maincontent .content ul li {
            padding: 0 0 30px
        }

    .optus-registration form input {
        margin: .5em 0 !important;
        background-color: #FFF;
        background-image: none;
        border: 2px solid #CCC;
        border-radius: 4px;
        box-shadow: none;
        display: block;
        font-family: 'Open Sans' !important;
        font-size: 15px;
        height: auto;
        line-height: 18px;
        outline: 0;
        padding: 9px 12px;
        transition: border-color ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s;
        width: 100%
    }

    .optus-registration h1 {
        color: #00A3AD;
        font-size: 30px;
        line-height: 38px;
        margin-top: 0;
        margin-bottom: 24px
    }

    .optus-registration p {
        color: #5B5B5B;
        font-size: 1.3em;
        line-height: 1.3em;
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

        .optus-registration p span {
            color: #00A3AD;
            font-weight: 700
        }

    .optus-registration .reg-info {
        width: 100%;
        margin: 0 auto;
        font-size: 1em;
        line-height: 28px;
        color: #5B5B5B
    }

        .optus-registration .reg-info a {
            font-weight: 700;
            font-size: 1em
        }

    .optus-registration .hidded-div {
        display: block;
        margin-top: 2em
    }

        .optus-registration .hidded-div .error-message {
            color: red;
            width: 100%;
            margin: 0 auto;
            text-align: center;
            font-size: 1em
        }

            .optus-registration .hidded-div .error-message a {
                color: red;
                text-decoration: underline;
                font-weight: 700
            }

    .optus-registration a.btn-register {
        width: 100%;
        margin-bottom: 30px
    }

    .optus-registration .subscription {
        margin-top: 0
    }

    .optus-customer-videos {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px
    }

        .optus-customer-videos .optus-title {
            background-color: #00a3ad;
            display: block;
            margin-bottom: 3px;
            overflow: hidden;
            padding: 3px 0 6px;
            margin-left: -15px;
            margin-right: -15px
        }

        .optus-customer-videos .marginadjust {
            margin: 0 -15px
        }

        .optus-customer-videos .create-id {
            margin: 0 15px
        }

            .optus-customer-videos .create-id h3 {
                font-size: 18px;
                color: #363636;
                margin: 0 0 25px;
                text-align: center;
                display: inherit
            }

            .optus-customer-videos .create-id .remove-leftpadding {
                padding-left: 15px;
                text-align: center
            }

            .optus-customer-videos .create-id .remove-rightpadding {
                padding-right: 15px;
                text-align: center
            }

    .optus-maincontent .optus-title {
        margin: 0 -15px 15px
    }
}

.optus-activate .optus-intro h1,
.optus-activate .optus-step-1 h2 {
    font-weight: 800;
    color: #363636;
    font-style: normal;
    font-stretch: normal;
    text-align: center
}

@media (max-width:374px) {
    .optus-maincontent .content p.btn a.btn-cricketid {
        padding: 10px 20px;
        font-size: 16px
    }
}

.optus-activate .optus-intro {
    padding: 20px 0;
    margin: 0 auto;
    position: relative
}

    .optus-activate .optus-intro:after {
        position: absolute;
        content: " ";
        height: 1px;
        left: 20px;
        right: 20px;
        background-color: #ddd;
        bottom: 0
    }

    .optus-activate .optus-intro h1 {
        font-size: 44px;
        line-height: 1.08;
        letter-spacing: -0.4px;
        padding: 18px 300px
    }

    .optus-activate .optus-intro p {
        padding: 0 250px
    }

.optus-activate .optus-step-1 {
    padding: 20px 220px;
    margin: 0 auto
}

    .optus-activate .optus-step-1 h2 {
        font-size: 30px;
        padding: 21px 0
    }

    .optus-activate .optus-step-1 p {
        font-family: Helvetica;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0;
        text-align: center;
        color: #494949;
        padding: 13px 0
    }

.optus-activate .optus-step-2 {
    padding: 20px 220px;
    margin: 0 auto
}

    .optus-activate .optus-step-2 h2 {
        font-size: 30px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        text-align: center;
        color: #363636;
        padding: 21px 0
    }

    .optus-activate .optus-step-2 .optus-sport-logo {
        padding-bottom: 20px;
        padding-top: 10px
    }

        .optus-activate .optus-step-2 .optus-sport-logo .optus- {
            font-size: 22px;
            font-weight: 700;
            background-color: #1f9d9e;
            padding: 5px 7px;
            color: #fff
        }

        .optus-activate .optus-step-2 .optus-sport-logo .-sport {
            font-size: 22px;
            font-weight: 500;
            background-color: #1b5c71;
            padding: 5px 7px;
            color: #fff
        }

        .optus-activate .optus-step-2 .optus-sport-logo a,
        .optus-activate .optus-step-2 .optus-sport-logo a :hover,
        .optus-activate .optus-step-2 .optus-sport-logo a :visited,
        .optus-activate .optus-step-2 .optus-sport-logo a:link {
            text-decoration: none;
            color: #fff
        }

    .optus-activate .optus-step-2 form div {
        max-width: 340px;
        margin: 0 auto;
        padding: 10px 0
    }

        .optus-activate .optus-step-2 form div label {
            font-family: Helvetica;
            font-size: 14px;
            font-weight: 400;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: 0;
            float: left;
            color: #5b5b5b
        }

        .optus-activate .optus-step-2 form div input {
            height: 42px
        }

.optus-activate .disable-area {
    box-sizing: padding-box;
    position: relative
}

    .optus-activate .disable-area:after {
        content: ' ';
        background: #d8d8d8;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: .3
    }

    .optus-activate .disable-area h2 {
        color: #d8d8d8
    }

    .optus-activate .disable-area a,
    .optus-activate .disable-area a a,
    .optus-activate .disable-area form div label,
    .optus-activate .disable-area p,
    .optus-activate .disable-area p a {
        color: #ccc
    }

    .optus-activate .disable-area input[type=submit] {
        background: #ccc;
        color: #fff
    }

.optus-activate .form-button {
    border-radius: 4px;
    background-color: #00ab4e;
    cursor: pointer;
    width: 100%;
    height: 42px;
    outline: 0;
    border: none;
    font-family: Helvetica;
    font-size: 18px;
    text-align: center;
    color: #fff
}

.optus-activate a,
.optus-activate a :link,
.optus-activate a :visited,
.optus-activate a:hover {
    text-decoration: underline;
    color: #00ab4e
}

.optus-activate .error-message {
    color: #c73535;
    padding: 23px 0 20px
}

@media (max-width:1023px) {
    .optus-activate .optus-intro h1 {
        font-size: 36px;
        padding: 18px 200px
    }

    .optus-activate .optus-intro p {
        padding: 0 150px
    }

    .optus-activate .optus-step-1 h2,
    .optus-activate .optus-step-2 h2 {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .optus-activate .optus-intro h1 {
        font-size: 26px;
        padding: 18px 35px
    }

    .optus-activate .optus-step-1 h2,
    .optus-activate .optus-step-2 h2 {
        font-size: 20px
    }

    .optus-activate .optus-intro p {
        padding: 0 35px
    }

    .optus-activate .optus-step-1,
    .optus-activate .optus-step-2 {
        padding: 20px 35px !important
    }

        .optus-activate .optus-step-2 form div {
            width: 240px
        }
}

.error-modal .modal-dialog .modal-content .modal-header {
    border: none
}

.error-modal .modal-dialog .modal-content .modal-body {
    height: auto;
    width: 100%
}

    .error-modal .modal-dialog .modal-content .modal-body .optus-sport-logo {
        padding-bottom: 20px;
        padding-top: 10px;
        text-align: center;
        height: auto;
        overflow: hidden
    }

        .error-modal .modal-dialog .modal-content .modal-body .optus-sport-logo .optus- {
            font-size: 22px;
            font-weight: 700;
            background-color: #1f9d9e;
            padding: 5px 7px;
            color: #fff;
            display: block
        }

        .error-modal .modal-dialog .modal-content .modal-body .optus-sport-logo .-sport {
            font-size: 22px;
            font-weight: 500;
            background-color: #1b5c71;
            padding: 5px 7px;
            color: #fff;
            display: block
        }

        .error-modal .modal-dialog .modal-content .modal-body .optus-sport-logo a {
            display: inline-block;
            text-decoration: none;
            color: #fff
        }

            .error-modal .modal-dialog .modal-content .modal-body .optus-sport-logo a :hover,
            .error-modal .modal-dialog .modal-content .modal-body .optus-sport-logo a :visited,
            .error-modal .modal-dialog .modal-content .modal-body .optus-sport-logo a:link {
                text-decoration: none;
                color: #fff
            }

    .error-modal .modal-dialog .modal-content .modal-body .error-message-1 p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        text-align: center;
        color: #000;
        margin: 0;
        padding: 0
    }

.error-modal .modal-dialog .modal-content .modal-footer {
    border: none;
    padding-top: 15px
}

    .error-modal .modal-dialog .modal-content .modal-footer .error-message-2 p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        text-align: center;
        color: #959595
    }

        .error-modal .modal-dialog .modal-content .modal-footer .error-message-2 p a {
            color: #00a2ac;
            text-decoration: underline
        }

            .error-modal .modal-dialog .modal-content .modal-footer .error-message-2 p a:hover {
                text-decoration: none
            }

.subscription-packages .row-height > div {
    padding: 0 5px
}

.subscription-packages .package-intro {
    border: 2px solid #00ab4e;
    border-bottom: 0;
    height: 100%;
    padding: 3em .8em 1em;
    position: relative
}

    .subscription-packages .package-intro p {
        color: #5B5B5B;
        margin: 1em 0;
        padding: 0;
        text-align: center
    }

        .subscription-packages .package-intro p.package-label {
            background-color: #00ab4e;
            color: #fff;
            font-family: tablet-gothic-narrow, serif;
            left: 0;
            line-height: 1em;
            margin: 0;
            padding: 7px 0;
            position: absolute;
            text-transform: uppercase;
            top: 0;
            width: 100%
        }

    .subscription-packages .package-intro h2 {
        color: #00ab4e;
        font-size: 2.5em;
        text-align: center
    }

    .subscription-packages .package-intro.optus-pass {
        border-color: #00A3AD
    }

        .subscription-packages .package-intro.optus-pass h2 {
            color: #00A3AD
        }

    .subscription-packages .package-intro.day-pass {
        border-color: #636363
    }

        .subscription-packages .package-intro.day-pass h2 {
            color: #636363
        }

.subscription-packages .package-list {
    border: 2px solid #00ab4e;
    border-bottom: 0;
    border-top: 0;
    height: 100%;
    position: relative
}

    .subscription-packages .package-list p {
        color: #636363;
        font-weight: 700;
        margin: 0;
        padding: 0 1em;
        text-transform: capitalize
    }

    .subscription-packages .package-list ul {
        list-style-type: none;
        margin-bottom: 1em
    }

        .subscription-packages .package-list ul li {
            border-bottom: 1px solid #d2d2d2;
            min-height: 45px;
            padding: 0 1em;
            position: relative
        }

            .subscription-packages .package-list ul li span {
                color: #636363;
                font-size: 12px;
                line-height: 1.2em;
                left: 45px;
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%)
            }

                .subscription-packages .package-list ul li span.icon-check {
                    color: #00ab4e;
                    font-size: 1.3em;
                    left: auto;
                    line-height: 1em;
                    right: auto
                }

    .subscription-packages .package-list img {
        height: 199px;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 184px
    }

    .subscription-packages .package-list.optus-pass {
        border-color: #00A3AD
    }

        .subscription-packages .package-list.optus-pass ul li span.icon-check {
            color: #FFD100
        }

    .subscription-packages .package-list.day-pass {
        border-color: #636363
    }

.subscription-packages .package-does-not-list {
    border: 2px solid #00ab4e;
    border-bottom: 0;
    border-top: 0;
    height: 100%;
    padding: 2em 0 0;
    position: relative
}

    .subscription-packages .package-does-not-list p {
        color: #636363;
        font-weight: 700;
        margin: 0;
        padding: 0 1em;
        text-transform: capitalize
    }

    .subscription-packages .package-does-not-list ul {
        list-style-type: none;
        margin-bottom: 1em
    }

        .subscription-packages .package-does-not-list ul li {
            border-bottom: 1px solid #d2d2d2;
            min-height: 45px;
            padding: 0 1em;
            position: relative
        }

            .subscription-packages .package-does-not-list ul li span {
                color: #636363;
                font-size: 12px;
                line-height: 1.2em;
                left: 45px;
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%)
            }

                .subscription-packages .package-does-not-list ul li span.icon-cross {
                    color: #e78b04;
                    font-size: 1.3em;
                    left: auto;
                    line-height: 1em;
                    right: auto
                }

    .subscription-packages .package-does-not-list.optus-pass {
        border-color: #00A3AD
    }

    .subscription-packages .package-does-not-list.day-pass {
        border-color: #636363
    }

.subscription-packages .package-pricing {
    border: 2px solid #00ab4e;
    border-bottom: 0;
    border-top: 0;
    height: 100%;
    position: relative
}

    .subscription-packages .package-pricing p {
        color: #636363;
        font-weight: 400;
        padding: 60px 1em 7px;
        text-align: center
    }

        .subscription-packages .package-pricing p.price {
            color: #00ab4e;
            font-family: tablet-gothic-narrow, serif;
            font-size: 3em;
            font-weight: 700;
            margin: 0;
            padding: 0;
            position: absolute;
            text-align: center;
            width: 100%
        }

    .subscription-packages .package-pricing.optus-pass {
        border-color: #00A3AD
    }

        .subscription-packages .package-pricing.optus-pass p.price {
            color: #FFD100
        }

    .subscription-packages .package-pricing.day-pass {
        border-color: #636363
    }

        .subscription-packages .package-pricing.day-pass p.price {
            color: #636363
        }

.subscription-packages .package-cta {
    border: 2px solid #00ab4e;
    border-top: 0;
    height: 100%;
    padding-bottom: 2em;
    position: relative;
    text-align: center
}

    .subscription-packages .package-cta a {
        background-color: #00ab4e;
        border-radius: 45px;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
        color: #fff;
        display: inline-block;
        font-family: tablet-gothic-narrow, serif;
        font-size: 1.5em;
        font-weight: 800;
        line-height: 2em;
        margin-top: .3em;
        max-height: 50px;
        max-width: 260px;
        padding: .1em 1em .3em;
        text-align: center;
        width: 100%
    }

        .subscription-packages .package-cta a:hover {
            background-color: #009242;
            color: #e6e6e6;
            text-decoration: none
        }

    .subscription-packages .package-cta.optus-pass {
        border-color: #00A3AD
    }

        .subscription-packages .package-cta.optus-pass a {
            background-color: #00A3AD
        }

    .subscription-packages .package-cta.day-pass {
        border-color: #636363
    }

        .subscription-packages .package-cta.day-pass a {
            background-color: #9B9B9B
        }

@media (max-width:991px) {
    .subscription-packages .package-cta a {
        max-width: 200px
    }
}

@media (max-width:767px) {
    .subscription-packages .package-list img {
        left: auto;
        position: static;
        top: auto;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none
    }

    .subscription-packages .package-list.day-pass {
        text-align: center
    }

    .subscription-packages .package-cta {
        margin-bottom: 20px
    }
}

#user-account ul.nav-tabs {
    border-color: #e8e9e3;
    margin: -60px -15px 0;
    padding: 0 30px
}

    #user-account ul.nav-tabs > li > a {
        border: 0;
        color: #000;
        margin: 0 15px;
        padding: 10px 0
    }

        #user-account ul.nav-tabs > li > a:focus,
        #user-account ul.nav-tabs > li > a:hover {
            background-color: #fff;
            border-bottom: 2px solid #00ab4e
        }

    #user-account ul.nav-tabs > li.active > a {
        border-bottom: 2px solid #00ab4e;
        color: #00ab4e
    }

#user-account .user-account-tabs {
    margin: 0 15px;
    padding-top: 60px
}

    #user-account .user-account-tabs .tab-content {
        padding: 20px 0 0 30px
    }

        #user-account .user-account-tabs .tab-content .panel-body {
            padding: 0
        }

            #user-account .user-account-tabs .tab-content .panel-body p {
                font-size: 16px
            }

                #user-account .user-account-tabs .tab-content .panel-body p a {
                    color: #00ab4e;
                    font-size: 18px;
                    text-decoration: underline
                }

                    #user-account .user-account-tabs .tab-content .panel-body p a:active,
                    #user-account .user-account-tabs .tab-content .panel-body p a:focus,
                    #user-account .user-account-tabs .tab-content .panel-body p a:hover {
                        text-decoration: none
                    }

            #user-account .user-account-tabs .tab-content .panel-body form legend {
                border: 0;
                font-family: tablet-gothic-narrow, serif;
                font-size: 14px;
                font-weight: 700;
                padding-top: 30px;
                text-transform: uppercase
            }

            #user-account .user-account-tabs .tab-content .panel-body form .form-group {
                position: relative
            }

                #user-account .user-account-tabs .tab-content .panel-body form .form-group.active label,
                #user-account .user-account-tabs .tab-content .panel-body form .form-group.complete label {
                    font-size: 11px;
                    text-transform: uppercase
                }

                #user-account .user-account-tabs .tab-content .panel-body form .form-group.select {
                    padding-bottom: 24px
                }

                #user-account .user-account-tabs .tab-content .panel-body form .form-group input {
                    background-color: transparent;
                    border: 0;
                    border-bottom: 1px solid #fff;
                    display: block;
                    font-size: 18px;
                    padding-top: 20px;
                    position: relative;
                    transition: all .3s linear;
                    -ms-transition: all .3s linear;
                    -webkit-transition: all .3s linear;
                    width: 10em;
                    z-index: 1
                }

                    #user-account .user-account-tabs .tab-content .panel-body form .form-group input:focus {
                        border-color: #00ab4e;
                        outline: 0
                    }

                        #user-account .user-account-tabs .tab-content .panel-body form .form-group input:focus + label {
                            color: #00ab4e !important;
                            font-size: 11px;
                            text-transform: uppercase;
                            top: 0
                        }

                    #user-account .user-account-tabs .tab-content .panel-body form .form-group input:valid + label {
                        font-size: 11px;
                        text-transform: uppercase;
                        top: 0
                    }

                #user-account .user-account-tabs .tab-content .panel-body form .form-group select {
                    border: 0;
                    display: block;
                    font-size: 18px;
                    width: 10em
                }

                    #user-account .user-account-tabs .tab-content .panel-body form .form-group select:focus {
                        outline: 0
                    }

                        #user-account .user-account-tabs .tab-content .panel-body form .form-group select:focus + label {
                            color: #00ab4e !important;
                            text-transform: uppercase;
                            top: 0
                        }

                    #user-account .user-account-tabs .tab-content .panel-body form .form-group select:valid {
                        position: relative;
                        top: 20px
                    }

                        #user-account .user-account-tabs .tab-content .panel-body form .form-group p + label,
                        #user-account .user-account-tabs .tab-content .panel-body form .form-group select:valid + label {
                            font-size: 11px;
                            top: 0;
                            text-transform: uppercase
                        }

                    #user-account .user-account-tabs .tab-content .panel-body form .form-group select option:checked,
                    #user-account .user-account-tabs .tab-content .panel-body form .form-group select option:hover {
                        color: #00ab4e
                    }

                #user-account .user-account-tabs .tab-content .panel-body form .form-group p {
                    padding-top: 20px
                }

                #user-account .user-account-tabs .tab-content .panel-body form .form-group label {
                    color: #b8b8b8;
                    font-size: 18px;
                    margin: 0;
                    position: absolute;
                    top: 20px;
                    transition: all .1s ease-in-out;
                    -ms-transition: all .1s ease-in-out;
                    -webkit-transition: all .1s ease-in-out
                }

                #user-account .user-account-tabs .tab-content .panel-body form .form-group .flag-select > div {
                    cursor: pointer;
                    display: inline-block;
                    width: 100px
                }

                    #user-account .user-account-tabs .tab-content .panel-body form .form-group .flag-select > div.selected img {
                        border-color: #00ab4e;
                        border-width: 2px
                    }

                    #user-account .user-account-tabs .tab-content .panel-body form .form-group .flag-select > div.selected p {
                        color: #00ab4e
                    }

                    #user-account .user-account-tabs .tab-content .panel-body form .form-group .flag-select > div img {
                        border: 1px solid #ccc;
                        max-width: 100px;
                        margin-top: 10px
                    }

                    #user-account .user-account-tabs .tab-content .panel-body form .form-group .flag-select > div p {
                        font-size: 12px;
                        padding: 5px 0;
                        text-align: center
                    }

            #user-account .user-account-tabs .tab-content .panel-body form .form-group-radio {
                padding-top: 10px;
                position: relative
            }

                #user-account .user-account-tabs .tab-content .panel-body form .form-group-radio label {
                    color: #b8b8b8;
                    font-size: 11px;
                    margin: 0;
                    position: absolute;
                    text-transform: uppercase;
                    top: 0
                }

                #user-account .user-account-tabs .tab-content .panel-body form .form-group-radio .radio label {
                    color: #000;
                    font-size: 14px;
                    margin-top: 10px;
                    position: static;
                    text-transform: none;
                    top: auto
                }

                #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:checked + label,
                #user-account .user-account-tabs .tab-content .panel-body form .form-group-radio .radio [type=radio]:checked + label {
                    color: #00ab4e
                }

            #user-account .user-account-tabs .tab-content .panel-body form .checkbox {
                padding-left: 0
            }

                #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:checked,
                #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:not(:checked) {
                    left: -9999px;
                    position: absolute
                }

                    #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:checked + label,
                    #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:not(:checked) + label {
                        cursor: pointer;
                        padding-left: 25px;
                        position: relative
                    }

                        #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:checked + label:before,
                        #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:not(:checked) + label:before {
                            background: #f8f8f8;
                            border: 1px solid #aaa;
                            content: '';
                            height: 17px;
                            left: 0;
                            position: absolute;
                            top: -1px;
                            width: 17px
                        }

                        #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:checked + label:after,
                        #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:not(:checked) + label:after {
                            border-color: #00ab4e;
                            color: #00ab4e;
                            content: 'Ã¢Å“â€';
                            font-size: 18px;
                            line-height: .8;
                            left: 1px;
                            position: absolute;
                            top: 1px;
                            transition: all .2s
                        }

                        #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:not(:checked) + label:after {
                            opacity: 0;
                            transform: scale(0)
                        }

                        #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:checked + label:after {
                            opacity: 1;
                            transform: scale(1)
                        }

                #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:disabled:checked + label:before,
                #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:disabled:not(:checked) + label:before {
                    background-color: #ddd;
                    border-color: #bbb;
                    box-shadow: none
                }

                #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:disabled:checked + label:after {
                    color: #999
                }

                #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:disabled + label {
                    color: #aaa
                }

                #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:checked:focus + label:before,
                #user-account .user-account-tabs .tab-content .panel-body form .checkbox [type=checkbox]:not(:checked):focus + label:before {
                    border: 1px dotted #00f
                }

                #user-account .user-account-tabs .tab-content .panel-body form .checkbox label:hover:before {
                    border: 1px solid #4778d9 !important
                }

            #user-account .user-account-tabs .tab-content .panel-body form input[type=submit] {
                background-color: #00ab4e;
                border: 0;
                border-radius: 25px;
                color: #fff;
                font-family: tablet-gothic-narrow, serif;
                font-weight: 700;
                padding: 10px 40px;
                text-transform: uppercase
            }

                #user-account .user-account-tabs .tab-content .panel-body form input[type=submit]:hover {
                    background-color: #00c953
                }

            #user-account .user-account-tabs .tab-content .panel-body form label {
                margin-top: 10px
            }

                #user-account .user-account-tabs .tab-content .panel-body form label + .form-group.select {
                    margin-bottom: 0;
                    position: relative;
                    top: -24px
                }

            #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions legend {
                border: 0;
                font-family: tablet-gothic-narrow, serif;
                font-size: 14px;
                font-weight: 700;
                padding-top: 30px;
                text-transform: uppercase
            }

            #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions label {
                color: #b8b8b8;
                font-size: 11px;
                margin: 0;
                padding-bottom: 5px;
                text-transform: uppercase
            }

            #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions p {
                font-size: 1.4em;
                text-align: left
            }

                #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions p.description {
                    font-size: 1em;
                    word-break: normal
                }

            #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions .packages {
                width: 100%
            }

                #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions .packages ul li {
                    border: 0
                }

                    #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions .packages ul li .icon-cross {
                        color: #e65555
                    }

                #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions .packages ul.three-cols > li {
                    border: 2px solid #00ab4e;
                    width: 49%
                }

                    #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions .packages ul.three-cols > li.day-pass {
                        border: 2px solid #9b9b9b
                    }

                    #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions .packages ul.three-cols > li .section-1 p,
                    #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions .packages ul.three-cols > li .section-2 p,
                    #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions .packages ul.three-cols > li .section-3 p {
                        font-size: 1em
                    }

                    #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions .packages ul.three-cols > li .section-2 li,
                    #user-account .user-account-tabs .tab-content .panel-body #paid-subscriptions .packages ul.three-cols > li .section-3 li {
                        border-bottom: 1px solid #d2d2d2
                    }

@media (max-width:768px) {

    #user-account,
    #user-account .user-account-tabs .tab-content .panel-body form .form-group select,
    #user-account .user-account-tabs .tab-content .tab-pane {
        background-color: #f5f5f5
    }

    #user-account {
        margin: 0 -15px
    }

        #user-account .user-account-tabs {
            padding-top: 0
        }

            #user-account .user-account-tabs .tab-content {
                padding: 0
            }

                #user-account .user-account-tabs .tab-content .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
                    border-bottom: 2px solid #00ab4e;
                    color: #00ab4e;
                    display: inline-block;
                    padding: 10px 0
                }

                    #user-account .user-account-tabs .tab-content .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
                        content: ''
                    }

                #user-account .user-account-tabs .tab-content .r-tabs-accordion-title .r-tabs-anchor {
                    display: block;
                    font-size: 21px;
                    position: relative
                }

                    #user-account .user-account-tabs .tab-content .r-tabs-accordion-title .r-tabs-anchor:after {
                        color: #00ab4e;
                        content: '\f0dd';
                        font-family: FontAwesome;
                        position: absolute;
                        right: 0;
                        top: 5px
                    }

                #user-account .user-account-tabs .tab-content .panel-body p {
                    font-size: 21px;
                    line-height: 28px;
                    text-align: center
                }

                #user-account .user-account-tabs .tab-content .panel-body form .form-group p {
                    font-size: 16px;
                    line-height: 1.4;
                    text-align: left
                }

                #user-account .user-account-tabs .tab-content .panel-body form .form-group input {
                    border-bottom: 1px solid #f5f5f5
                }
}

@media (min-width:992px) {
    .youtubevid {
        width: 640px;
        height: 360px
    }
}

@media (min-width:767px) and (max-width:991px) {
    .youtubevid {
        width: 100%;
        height: 600px
    }
}

@media (min-width:481px) and (max-width:766px) {
    .youtubevid {
        width: 100%;
        height: 550px
    }
}

@media (max-width:480px) {
    .youtubevid {
        width: 100%;
        height: 315px
    }
}

@media (min-width:320px) and (max-width:991px) {
    #column-content .article-text p {
        width: 100% !important
    }
}
