footer {
    background: #141414;
    margin-top: 75px;
    padding: 48px 12px 56px;
    position: relative;
    z-index: 1
}

footer li {
    list-style-type: none
}

footer a {
    text-decoration: none
}

footer #section-links {
    clear: both;
    padding-bottom: 24px
}

footer #section-links:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden
}

footer #section-links li {
    float: left;
    width: 50%
}

footer #section-links a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #F1F1F1;
    display: block;
    font-weight: 600;
    overflow: hidden;
    padding: 10px 15px 10px 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

footer #section-links a:hover {
    text-decoration: underline
}

footer .social-links {
    border-bottom: 4px solid #2C2C2C;
    border-top: 4px solid #2C2C2C;
    padding: 24px 0;
    text-align: center
}

footer .social-links h4 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}

footer .social-links ul {
    margin-top: 10px;
    text-align: center
}

footer .social-links li {
    display: inline-block
}

footer .social-links a {
    font-size: 18px;
    height: 40px;
    margin: 0 5px;
    width: 40px
}

footer #utility-links {
    padding-top: 24px
}

footer #utility-links li {
    color: #979797;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    padding-top: 2px
}

footer #utility-links a {
    border-right: 1px solid #2C2C2C;
    color: inherit;
    display: block;
    margin: 0 10px 0 0;
    padding: 2px 10px 2px 0
}

footer #utility-links a:hover {
    color: #fff
}

footer #utility-links [title*='Cookie'] {
    color: #fff;
    font-weight: bold
}

@media all and (min-width: 728px) {
    footer {
        padding-bottom: 24px;
        padding-left: 32px;
        padding-right: 32px
    }

    footer #section-links li {
        width: 33%
    }

    footer #section-links li a {
        font-size: 18px
    }
}

@media all and (min-width: 1024px) {
    footer #section-links li {
        width: 25%
    }
}

@media all and (min-width: 1240px) {
    footer {
        padding-left: 0;
        padding-right: 0
    }

    footer ul, footer div {
        margin: 0 auto;
        width: 1156px
    }
}

.mod-header:not([data-expanded]) #hamburger:before, .mod-header:not([data-expanded]) #hamburger:after, .mod-header:not([data-expanded]) #hamburger > span {
    border-radius: 3px;
    background: #fff;
    content: '';
    height: 3px;
    left: 7px;
    position: absolute;
    width: 20px
}

.no-scroll {
    overflow-y: hidden
}

#header-dropdown {
    background: rgba(20, 20, 20, 0.98);
    border-top: solid 1px #2C2C2C;
    box-sizing: border-box;
    display: none;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 3
}

#header-dropdown * {
    box-sizing: border-box
}

#header-dropdown.active {
    display: block
}

#header-dropdown a {
    display: block;
    text-decoration: none;
    text-transform: uppercase
}

#header-dropdown .has-children {
    position: relative
}

#header-dropdown .has-children a {
    padding-right: 32px
}

#header-dropdown .has-children .toggle {
    border: 0;
    color: #979797;
    display: block;
    font-size: 10px;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 9px;
    width: 24px
}

#header-dropdown .has-children .toggle:before {
    content: ""
}

#header-dropdown .has-children .toggle.expanded:before {
    content: ""
}

#header-dropdown .has-children ul {
    display: none;
    position: relative
}

#header-dropdown .has-children[data-children-visible] ul {
    display: block
}

#header-dropdown .primary, #header-dropdown .secondary, #header-dropdown .footer {
    padding-left: 12px;
    padding-right: 12px
}

#header-dropdown .primary {
    padding-bottom: 10px
}

#header-dropdown .primary a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border-top: solid 1px #2C2C2C;
    color: #fff;
    font-weight: 700
}

#header-dropdown .primary li:first-child a {
    border-top: 0
}

#header-dropdown .primary [data-level='1'] > li > a {
    padding: 15px 0
}

#header-dropdown .primary [data-level='2'] {
    padding-left: 24px
}

#header-dropdown .primary [data-level='2'] a {
    border: 0;
    color: #979797;
    font-weight: 400;
    padding: 10px 0
}

#header-dropdown .primary [data-level='2'] .toggle {
    display: none
}

#header-dropdown .primary .has-children ul {
    margin-top: -10px;
    padding-top: 0
}

#header-dropdown .primary .has-child-group ul {
    display: none
}

#header-dropdown .secondary {
    border-bottom-width: 2px;
    border-style: solid;
    border-top-width: 2px
}

#header-dropdown .secondary ul {
    padding: 5px 0
}

#header-dropdown .secondary a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-top: solid 1px #2C2C2C;
    color: #979797;
    display: block;
    font-weight: 700;
    padding: 10px 0
}

#header-dropdown .secondary li:first-child a {
    border-top: 0
}

#header-dropdown .footer {
    padding-top: 10px
}

#header-dropdown .footer ul {
    clear: both
}

#header-dropdown .footer ul:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden
}

#header-dropdown .footer li {
    float: left;
    margin-right: 15px;
    padding: 5px 0
}

#header-dropdown .footer li:first-child a {
    padding-left: 0
}

#header-dropdown .footer li:last-child a {
    border-right: 0;
    padding-right: 0
}

#header-dropdown .footer a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    border-right: 1px solid #2C2C2C;
    color: #979797;
    display: block;
    padding-right: 15px;
    text-decoration: none;
    text-transform: none
}

#header-dropdown .footer a.active {
    color: #fff
}

#header-dropdown .search-box-dropdown {
    background-color: #494949;
    padding: 10px
}

#header-dropdown .search-box-dropdown * {
    box-sizing: content-box
}

#logo {
    height: 50px;
    width: 150px;
    background-size: 100% 100%;
    display: block;
    margin-left: 38px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%
}

#hamburger {
    cursor: pointer;
    display: block;
    height: 50px;
    left: 0;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 38px
}

.mod-header * {
    box-sizing: border-box
}

.mod-header.animate-menu > div, .mod-header.animate-menu > nav {
    position: absolute;
    transition: .5s linear
}

.mod-header.hide-menu > div, .mod-header.hide-menu > nav {
    transform: translateY(-98px)
}

.mod-header:not([data-expanded]) #hamburger:before {
    top: 17px;
    transform: none
}

.mod-header:not([data-expanded]) #hamburger:after {
    top: 29px
}

.mod-header:not([data-expanded]) #hamburger > span {
    display: block;
    top: 23px
}

.mod-header:not([data-expanded]) .search-box-dropdown {
    display: none
}

.mod-header[data-expanded] #logo {
    display: none
}

.mod-header[data-expanded] #hamburger {
    border-radius: 32px;
    background: #fff;
    color: #141414;
    font-size: 18px;
    height: 32px;
    left: 12px;
    top: 8px;
    transition: none;
    width: 32px
}

.mod-header[data-expanded] #hamburger:before {
    content: ""
}

.mod-header[data-expanded] #hamburger:after {
    display: none
}

.mod-header[data-expanded] #hamburger > span {
    display: none
}

.mod-header[data-expanded] .social-sites {
    display: block
}

.mod-header[data-expanded] .secondary a {
    visibility: hidden
}

.mod-header[data-expanded] .search {
    display: none
}

.mod-header .has-children > .toggle {
    display: none
}

.mod-header > .primary {
    clear: both;
    background: #626262;
    height: 50px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4
}

.mod-header > .primary:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden
}

.mod-header > .primary nav {
    display: none
}

.mod-header .social-sites {
    display: none;
    float: right;
    margin-right: 10px;
    margin-top: 9px
}

.mod-header .social-sites li {
    float: left;
    list-style: none;
    margin: 1px 3px;
    padding: 0
}

.mod-header .social-sites a {
    height: 32px;
    position: relative;
    width: 32px
}

.mod-header .search {
    float: right;
    height: 100%;
    width: 38px
}

.mod-header .search.open:after {
    border-color: transparent transparent #494949;
    border-style: solid;
    border-width: 0 9px 9px;
    content: '';
    display: block;
    height: 0;
    left: calc(50% - 9px);
    position: relative;
    top: -9px;
    width: 0
}

.mod-header .search #search-icon {
    background: transparent;
    border: 0;
    height: 100%;
    outline: none;
    padding: 0;
    width: 100%
}

.mod-header .search #search-icon:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 20px
}

.mod-header .search-box {
    background: #494949;
    box-shadow: 2px 2px 10px #494949;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 50px;
    transition: opacity 1s cubic-bezier(0, 0.42, 0, 1);
    width: 100%;
    z-index: 4
}

.mod-header .search-box * {
    box-sizing: content-box
}

.mod-header > .secondary {
    clear: both;
    background: #2d2d2d;
    height: 36px;
    left: 0;
    position: fixed;
    top: 50px;
    transition: top 225ms linear;
    width: 100%;
    z-index: 3
}

.mod-header > .secondary:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden
}

.mod-header > .secondary ul {
    overflow: hidden;
    white-space: nowrap
}

.mod-header > .secondary ul.no-scroll-x {
    overflow-x: hidden
}

.mod-header > .secondary ul ul {
    display: none
}

.mod-header > .secondary li {
    display: inline-block
}

.mod-header > .secondary li:first-child a {
    padding-left: 16px
}

.mod-header > .secondary a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 36px;
    padding: 11px 16px 0 0;
    text-decoration: none;
    text-transform: uppercase
}

.mod-header > .secondary.footer {
    display: none
}

.mod-header .footer {
    display: none
}

.mod-header.animated > div {
    position: fixed;
    top: 60px
}

.mod-header.animated > nav {
    position: fixed;
    top: 110px
}

.mod-header.animated.sticky > div {
    position: fixed;
    top: 60px
}

.mod-header.animated.sticky > nav {
    position: fixed;
    top: 110px
}

table.gstl_50.gssb_c {
    position: fixed !important
}

span.gscb_a {
    position: relative;
    top: 3px
}

.has-touch .mod-header > .secondary ul {
    overflow-x: auto
}

.processing .mod-header > .primary {
    overflow: hidden
}

.processing .mod-header > .primary nav {
    display: none
}

body[data-scroll-direction='down'] .mod-header > .secondary {
    overflow: hidden
}

@media all and (min-width: 1px) and (max-width: 727px) {
    body[data-scroll-direction='down'] .mod-header > .secondary {
        overflow: hidden;
        top: 14px
    }

    body[data-scroll-direction='down'] body {
        margin-top: 70px
    }
}

@media all and (min-width: 728px) and (max-width: 1023px) {
    body[data-scroll-direction='down'] .mod-header > .secondary {
        overflow: hidden;
        top: 20px
    }

    body[data-scroll-direction='down'] body {
        margin-top: 80px
    }
}

@media all and (min-width: 728px) {
    #header-dropdown {
        width: 375px
    }

    #logo {
        height: 60px;
        width: 180px;
        margin-left: 55px
    }

    .mod-header:not([data-expanded]) #hamburger {
        height: 60px;
        opacity: 1;
        width: 55px
    }

    .mod-header:not([data-expanded]) #hamburger:before {
        left: 15px;
        top: 21px;
        width: 25px
    }

    .mod-header:not([data-expanded]) #hamburger:after {
        left: 15px;
        top: 35px;
        width: 25px
    }

    .mod-header:not([data-expanded]) #hamburger > span {
        left: 15px;
        top: 28px;
        width: 25px
    }

    .mod-header[data-expanded] #hamburger {
        top: 14px
    }

    .mod-header > .primary {
        height: 60px
    }

    .mod-header .social-sites {
        display: block;
        margin-top: 14px
    }

    .mod-header .search {
        width: 45px
    }

    .mod-header .search:before {
        background: #fff;
        content: '';
        height: 50%;
        position: absolute;
        top: 25%;
        width: 1px
    }

    .mod-header .search-box {
        left: 100%;
        margin-left: -450px;
        position: absolute;
        top: 100%;
        width: 450px
    }

    .mod-header > .secondary {
        height: 40px;
        top: 60px
    }

    .mod-header > .secondary a {
        font-size: 14px;
        height: 40px;
        padding-top: 13px
    }

    .mod-header.animated > nav {
        top: 140px
    }

    .mod-header.animated.sticky > nav {
        position: fixed;
        top: 60px
    }
}

@media all and (min-width: 1024px) {
    body #dropdown {
        display: none
    }

    #logo {
        height: 70px;
        width: 210px;
        float: left;
        margin-left: 0;
        position: static
    }

    #hamburger {
        display: none
    }

    .mod-header > .primary {
        height: 70px
    }

    .mod-header > .primary nav {
        display: block;
        float: left
    }

    .mod-header > .primary [data-level='1'] {
        clear: both;
        margin-left: 10px
    }

    .mod-header > .primary [data-level='1']:after {
        clear: both;
        content: '.';
        display: block;
        height: 0;
        visibility: hidden
    }

    .mod-header > .primary [data-level='1'] > li {
        float: left
    }

    .mod-header > .primary [data-level='1'] > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        box-sizing: border-box;
        font-weight: 600;
        height: 70px;
        padding: 29px 8px 0
    }

    .mod-header > .primary [data-level='1'] > li > a:hover {
        color: #E0E0E0
    }

    .mod-header > .primary [data-level='1'] a {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        display: block;
        font-weight: 400;
        position: relative;
        text-decoration: none;
        text-transform: uppercase
    }

    .mod-header > .primary [data-level='1'] .toggle {
        display: none
    }

    .mod-header > .primary [data-level='1'] .has-children {
        position: relative
    }

    .mod-header > .primary [data-level='1'] .has-children:after {
        border-color: #fff transparent transparent;
        border-style: solid;
        border-width: 5px 5px 0;
        content: '';
        font-size: 0;
        height: 0;
        position: absolute;
        right: 10px;
        top: 34px;
        width: 0
    }

    .mod-header > .primary [data-level='1'] .has-children:hover > a {
        color: #E0E0E0
    }

    .mod-header > .primary [data-level='1'] .has-children:hover:after {
        border-color: #E0E0E0 transparent transparent
    }

    .mod-header > .primary [data-level='1'] .has-children.more .has-children:after {
        display: none
    }

    .mod-header > .primary [data-level='1'] .has-children > ul {
        border-radius: 2px;
        background: #fff;
        border: solid 1px #E0E0E0;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        display: none;
        padding: 24px;
        position: absolute;
        width: 240px
    }

    .mod-header > .primary [data-level='1'] .has-children:hover > [data-level='2']{
        display: block;
        z-index: 999
    }

    .mod-header > .primary [data-level='1'] .has-children > ul.open {
        display: block;
        z-index: 999
    }

    .mod-header > .primary [data-level='1'] .has-children > ul.open:before {
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 0 9px 9px;
        content: '';
        display: block;
        height: 0;
        left: calc(50% - 9px);
        position: absolute;
        top: -9px;
        width: 0
    }

    .mod-header > .primary [data-level='1'] .has-children > ul ul {
        padding: 0 0 15px 15px
    }

    .mod-header > .primary [data-level='1'] .has-children > ul ul li a {
        padding: 7px 0
    }

    .mod-header > .primary [data-level='1'] .has-children > a {
        padding-right: 25px
    }

    .mod-header > .primary [data-level='2'] li {
        border-top: solid 1px #F1F1F1;
        float: none
    }

    .mod-header > .primary [data-level='2'] li:first-child {
        border-top: 0
    }

    .mod-header > .primary [data-level='2'] a {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #2C2C2C;
        height: auto;
        padding: 15px 0;
        text-transform: none
    }

    .mod-header > .primary [data-level='2'] a:hover {
        color: #626262
    }

    .mod-header > .primary [data-level='3'] {
        display: none
    }

    .mod-header > .primary [data-level='3'].open {
        display: block
    }

    .mod-header > .primary [data-level='3'] li {
        border-top: 0
    }

    .mod-header > .primary .has-child-group {
        position: relative
    }

    .mod-header > .primary .has-child-group > a {
        font-weight: bold;
        line-height: 1.3;
        padding-right: 32px
    }

    .mod-header > .primary .has-child-group > a.toggle {
        color: #979797;
        display: block;
        font-size: 10px;
        height: 24px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 13px;
        width: 24px
    }

    .mod-header > .primary .has-child-group > a.toggle:before {
        content: ""
    }

    .mod-header > .primary .has-child-group > a.toggle.expanded:before {
        content: ""
    }

    .mod-header .social-sites {
        margin-top: 19px
    }

    .mod-header > .secondary {
        height: 33px;
        position: absolute;
        top: 70px;
        transition: none
    }

    .mod-header > .secondary a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        height: 30px;
        padding-top: 10px
    }

    .mod-header > .secondary a:hover {
        opacity: .85;
        text-decoration: underline
    }

    .mod-header nav.secondary ul {
        float: right
    }

    .mod-header nav.secondary .no-scroll-x {
        overflow-x: auto
    }

    .mod-header.animated > nav {
        top: 150px
    }

    .mod-header.animated.sticky > nav {
        position: absolute;
        top: 70px
    }
}

.social-sites:before {
    border-width: 0 0 80px 32px;
}

@media all and (min-width: 1240px) {
    #logo {
        height: 80px;
        width: 240px
    }

    .mod-header > .primary {
        height: 80px
    }

    .mod-header > .primary [data-level='1'] > li > a {
        font-size: 16px;
        height: 80px;
        padding-top: 34px
    }

    .mod-header > .primary [data-level='1'] .has-children:after {
        top: 40px
    }

    .mod-header .social-sites {
        margin-top: 24px
    }

    .mod-header > .secondary {
        top: 80px
    }

    .mod-header.animated > nav {
        top: 160px
    }

    .mod-header.animated.sticky > nav {
        position: absolute;
        top: 80px
    }
}

.static-content {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 20px
}

.static-content h1 {
    font-size: 36px;
    color: #141414;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0 12px;
    position: relative
}

.static-content h2, .static-content h3, .static-content h4, .static-content h5, .static-content h6 {
    font-size: 24px;
    color: #141414;
    margin-bottom: 23px;
    padding: 0 12px
}

.static-content h2 {
    font-size: 32px
}

.static-content a {
    font-weight: bold;
    text-decoration: none;
    word-wrap: break-word
}

.static-content a:hover {
    text-decoration: underline
}

.static-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    line-height: 1.7;
    margin-bottom: 23px;
    padding: 0 12px
}

.static-content img {
    background-size: cover;
    height: auto;
    max-width: 688px;
    width: 100%
}

.static-content ul, .static-content ol {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 0 12px
}

.static-content ul li, .static-content ol li {
    line-height: 2;
    padding-bottom: 10px;
    position: relative
}

.static-content ul li p, .static-content ol li p {
    margin: 0;
    padding: 0
}

.static-content ul {
    list-style-type: disc
}

.static-content ul > li {
    margin-left: 20px;
    padding-left: 10px
}

.static-content ol > li {
    margin-left: 16px;
    padding-left: 14px
}

.static-content table {
    border-collapse: collapse;
    display: block;
    margin-bottom: 23px;
    overflow-x: auto;
    width: 100%
}

.static-content table tr {
    background-color: #E0E0E0
}

.static-content table tr:nth-child(even) {
    background-color: #F1F1F1
}

.static-content table tr:first-child td, .static-content table tr:first-child th {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 10px 16px
}

.static-content table td, .static-content table th {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    line-height: 20px;
    min-width: 150px;
    padding: 6px 16px
}

.static-content table th {
    font-weight: bold
}

.static-content .no-app {
    display: none
}

@media all and (min-width: 728px) {
    .static-content h1 {
        font-size: 38px;
        padding: 0
    }

    .static-content h2, .static-content h3, .static-content h4, .static-content h5, .static-content h6, .static-content p, .static-content ol {
        padding: 0
    }

    .static-content p {
        line-height: 1.8
    }
}

@media all and (min-width: 1024px) {
    .static-content h1 {
        font-size: 50px;
        padding: 0
    }

    .static-content h2 {
        font-size: 18px;
        line-height: 1.4;
        padding: 0
    }
}

@media all and (min-width: 1240px) {
    .static-content h1 {
        font-size: 53px
    }

    .static-content h1:before {
        content: '';
        height: calc(100% - 25px);
        left: -32px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 8px
    }

    .static-content h2 {
        font-size: 20px;
        line-height: 1.4
    }

    .article-page main .static-content {
        padding-left: 32px;
        padding-right: 32px
    }
}




/*@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700|Raleway:300,400,700|Roboto:300,400,500,700|Saira:300,400,700');
*/
@import url('https://fonts.googleapis.com/css?family=Fjord+One|Francois+One|Gurajada');


p[itemprop="description"]   {
    font-family: 'Fjord One', sans-serif;
    font-weight:300;

}

.article-body p  {
    font-family: 'Fjord One', sans-serif;
    font-weight:300;

}

body, body *  {
    font-family: 'Fjord One', sans-serif;
}



#signin {
    float: right;
    overflow: visible;
    position: relative;
    z-index: 3;
    /*width: 124px;*/
}

#signin:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 0 50px 22px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

#signin .label {
    background: #fff;
    color: #ff6306;
    cursor: pointer;
    display: none;
    font-size: 0;
    height: 50px;
    margin-left: 22px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 34px
}

#signin .label span {
    box-shadow: inset 0 0 0 2px #fff;
    font-size: 38px;
    height: 25px;
    left: 0px;
    position: absolute;
    top: 12px;
    width: 25px
}

#signin .label span:before {
    font-family: FontAwesome;
    content: "\f09e";
}

#signin .label span:before {
}

#signin .label .icon {
    background-color: #ff6306
}

#signin .bubble-wrapper {
    background: #141414;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 50px;
    margin-left: 22px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 34px
}

#signin .bubble-wrapper .name {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #141414;
    height: 32px;
    left: -3px;
    padding-top: 6px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 32px
}

#signin .bubble-wrapper .bubble {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    color: #0065B3;
    display: none;
    list-style-type: none;
    position: absolute;
    right: 12px;
    text-transform: none;
    top: 50px;
    width: 195px;
    z-index: 1
}

#signin .bubble-wrapper .bubble li:first-child a {
    padding-bottom: 10px;
    padding-top: 24px
}

#signin .bubble-wrapper .bubble a {
    display: inline-block;
    padding: 10px 20px 20px 24px;
    text-decoration: none;
    width: 100%
}

#signin .bubble-wrapper .bubble #sso-subscriptions {
    padding: 10px 20px 10px 24px
}

#signin .bubble-wrapper .bubble:before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '\A';
    position: absolute;
    right: 10px;
    top: -9px
}

#signin .bubble-wrapper .bubble.show {
    display: block
}

#signin .bubble-wrapper .bubble p:hover {
    opacity: .7
}

#signin .show {
    display: block
}

#sso-my-account, #sso-subscriptions {
    color: #141414
}

#sso-logout {
    color: #0065B3
}

@media all and (min-width: 728px) {
    #signin:before {
        border-width: 0 0 60px 32px
    }

    #signin .label, #signin .bubble-wrapper {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        font-weight: 600;
        height: 60px;
        margin-left: 32px;
        padding-left: 64px;
        padding-right: 16px;
        padding-top: 21px;
        width: auto
    }

    #signin .label .name, #signin .bubble-wrapper .name {
        left: 16px;
        top: 14px
    }

    #signin .label span, #signin .bubble-wrapper span {
        height: 48px;
        left: 5px;
        top: 17px !important;
        width: 48px
    }

    #signin .label .bubble, #signin .bubble-wrapper .bubble {
        right: 12px;
        top: 60px
    }

    #signin .label .bubble:before, #signin .bubble-wrapper .bubble:before {
        right: 25px
    }
}

@media all and (min-width: 1024px) {
    #signin:before {
        border-width: 0 0 70px 32px
    }

    #signin .label, #signin .bubble-wrapper {
        font-size: 0;
        height: 70px;
        padding-left: 0;
        padding-right: 0;
        width: 64px
    }

    #signin .label span, #signin .label .name, #signin .bubble-wrapper span, #signin .bubble-wrapper .name {
        top: 19px
    }

    #signin .label .name, #signin .bubble-wrapper .name {
        font-size: 15px
    }

    #signin .label .bubble, #signin .bubble-wrapper .bubble {
        right: 12px;
        top: 70px
    }

    #signin .label .bubble:before, #signin .bubble-wrapper .bubble:before {
        right: 10px
    }
}

@media all and (min-width: 1240px) {
    #signin:before {
        border-width: 0 0 80px 32px
    }

    #signin .label, #signin .bubble-wrapper {
        font-size: 16px;
        height: 80px;
        padding-left: 58px;
        padding-right: 16px;
        padding-top: 33px;
        width: auto
    }

    #signin .label span, #signin .label .name, #signin .bubble-wrapper span, #signin .bubble-wrapper .name {
        top: 24px
    }

    #signin .label .name, #signin .bubble-wrapper .name {
        font-size: 16px;
        height: 38px;
        padding-top: 9px;
        width: 38px
    }

    #signin .label .bubble, #signin .bubble-wrapper .bubble {
        right: 20px;
        top: 80px
    }

    #signin .label .bubble:before, #signin .bubble-wrapper .bubble:before {
        right: 8px
    }
}

.gigya-progressive-custom, .gigya-screen-dialog-mobile.gigya-progressive-custom {
    left: 0 !important;
    position: fixed;
    top: 50px !important;
    width: 100%
}

.gigya-progressive-custom .gigya-screen-dialog *, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-screen-dialog * {
    font-size: 16px
}

.gigya-progressive-custom #gigya-screen-dialog-page-overlay, .gigya-screen-dialog-mobile.gigya-progressive-custom #gigya-screen-dialog-page-overlay {
    display: block !important;
    height: 100%;
    opacity: .9 !important
}

.gigya-progressive-custom .gigya-screen-dialog-inner, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-screen-dialog-inner {
    border: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.gigya-progressive-custom .gigya-screen-dialog-top, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-screen-dialog-top {
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 3px 4px 0 #979797;
    overflow: initial;
    padding: 0;
    position: absolute;
    right: 1%;
    top: 5px;
    z-index: 1
}

.gigya-progressive-custom .gigya-screen-dialog-top .gigya-screen-dialog-caption, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-screen-dialog-top .gigya-screen-dialog-caption {
    display: none
}

.gigya-progressive-custom .gigya-screen-dialog-top .gigya-screen-dialog-close, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-screen-dialog-top .gigya-screen-dialog-close {
    background: none;
    background-color: #fff;
    border-radius: 50%;
    height: 48px;
    position: relative;
    width: 48px
}

.gigya-progressive-custom .gigya-screen-dialog-top .gigya-screen-dialog-close:before, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-screen-dialog-top .gigya-screen-dialog-close:before {
    color: #0065B3;
    content: '\e604';
    display: block;
    font-family: icomoon;
    font-size: 22px;
    font-weight: 700;
    height: 20px;
    left: 25%;
    position: absolute;
    top: 18%;
    width: 20px
}

.gigya-progressive-custom .gigya-screen-dialog-content, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-screen-dialog-content {
    overflow: visible
}

.gigya-progressive-custom .gigya-profile-form, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-profile-form {
    background-color: #fff;
    padding: 30px
}

.gigya-progressive-custom .gigya-label, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-label {
    display: block;
    font-weight: 700;
    padding-bottom: 2px;
    padding-top: 10px
}

.gigya-progressive-custom .gigya-label .gigya-label-text, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-label .gigya-label-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-weight: 700
}

.gigya-progressive-custom .gigya-input-text, .gigya-progressive-custom .gigya-composite-control-dropdown select, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-input-text, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-composite-control-dropdown select {
    background-color: #F1F1F1;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 5px 0;
    padding: 5px;
    width: 100%
}

.gigya-progressive-custom .gigya-composite-control-dropdown select, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-composite-control-dropdown select {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #494949;
    line-height: 1.6;
    text-indent: 3px
}

.gigya-progressive-custom .gigya-style-modern .arrow, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-style-modern .arrow {
    float: right;
    font-size: 15px;
    right: 39%
}

.gigya-progressive-custom .gigya-style-modern .arrow:after, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-style-modern .arrow:after {
    color: #0065B3;
    content: '\e605';
    font-family: icomoon;
    margin: 17px 0 0 -25px;
    pointer-events: none;
    position: absolute
}

.gigya-progressive-custom .gigya-style-modern .gigya-screen-dialog-main, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-style-modern .gigya-screen-dialog-main {
    margin: 0 auto;
    width: 440px !important
}

.gigya-progressive-custom .gigya-style-modern .gigya-screen-content, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-style-modern .gigya-screen-content {
    overflow: visible;
    width: 440px
}

.gigya-progressive-custom .gigya-style-modern .gigya-screen.portrait, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-style-modern .gigya-screen.portrait {
    padding: 0 !important;
    width: auto !important
}

.gigya-progressive-custom .gigya-style-modern .top-label, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-style-modern .top-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background: #0065B3;
    display: block;
    height: 80px;
    width: 440px
}

.gigya-progressive-custom .gigya-style-modern .top-label span, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-style-modern .top-label span {
    color: #fff;
    display: block;
    line-height: 1.2;
    padding: 20px 25px 0 50px
}

.gigya-progressive-custom .gigya-style-modern .top-label span:before, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-style-modern .top-label span:before {
    content: '\e900';
    display: inline-block;
    font-family: icomoon;
    font-size: 25px;
    left: 40px;
    position: absolute;
    top: 48px
}

.gigya-progressive-custom .gigya-style-modern .top-label strong, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-style-modern .top-label strong {
    color: #fff;
    font-weight: 700
}

.gigya-progressive-custom .gig-cust-row.gig-cust-row-3 .gigya-layout-cell, .gigya-screen-dialog-mobile.gigya-progressive-custom .gig-cust-row.gig-cust-row-3 .gigya-layout-cell {
    display: inline-block;
    margin-right: 13px;
    width: 31%
}

.gigya-progressive-custom .gigya-composite-control-submit, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-composite-control-submit {
    background-color: #F1F1F1;
    border-top: 1px solid #E0E0E0;
    margin: 30px -30px -32px;
    padding: 25px 0;
    text-align: center
}

.gigya-progressive-custom .gigya-composite-control-submit .gigya-input-submit, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-composite-control-submit .gigya-input-submit {
    -webkit-appearance: none;
    appearance: none;
    background: #0065B3;
    border: 0;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    padding: 0 52px;
    text-transform: none;
    width: auto
}

.gigya-progressive-custom .gigya-composite-control-submit .gigya-input-submit:hover, .gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-composite-control-submit .gigya-input-submit:hover {
    background-color: #fff !important;
    color: #0065B3 !important
}

.gigya-progressive-custom .skip:after, .gigya-screen-dialog-mobile.gigya-progressive-custom .skip:after {
    content: '\00bb';
    margin-left: 5px
}

.gigya-screen-dialog-mobile.gigya-progressive-custom {
    position: absolute !important
}

.gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-screen-dialog-inner {
    left: 0 !important;
    position: initial !important;
    transform: none !important
}

.gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-profile-form {
    padding: 20px !important
}

.gigya-screen-dialog-mobile.gigya-progressive-custom .top-label {
    margin: -20px -20px 20px !important;
    padding-bottom: 20px;
    width: auto !important
}

.gigya-screen-dialog-mobile.gigya-progressive-custom .top-label span {
    padding: 20px 25px 0 50px !important
}

.gigya-screen-dialog-mobile.gigya-progressive-custom .top-label span:before {
    left: 35px !important
}

.gigya-screen-dialog-mobile.gigya-progressive-custom .gig-cust-row-3 .gigya-layout-cell {
    margin-right: 3px !important
}

.gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-composite-control-submit {
    margin: 20px -20px -32px !important
}

.gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-label-skip {
    margin: 30px -20px -30px !important
}

.gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-composite-control-textbox .gigya-input-text {
    height: 36px
}

.gigya-screen-dialog-mobile.gigya-progressive-custom .gigya-screen-dialog-content {
    left: 50%;
    position: relative;
    transform: translateX(-50%)
}

.icon.thumbs-up:before {
    content: ""
}

.icon.thumbs-down:before {
    content: ""
}

.notification {
    padding: 18px 12px
}

#social-follow {
    font-size: 13px;
    margin-bottom: 48px
}

#social-follow:empty {
    margin-bottom: 0
}

#social-headings {
    display: none
}

#social-headings li {
    font-weight: 700
}

#social-methods .icon {
    border-radius: 0;
    font-size: 32px;
    height: 32px;
    width: 32px
}

#social-methods .icon.small {
    font-size: 18px;
    height: 18px;
    width: 18px
}

#social-methods .icon.large {
    cursor: default;
    display: none
}

#social-methods a {
    text-decoration: none
}

#social-methods > div {
    padding: 18px 12px
}

#social-methods > div.facebook-share {
    background: #315C97
}

#social-methods > div.facebook-share strong {
    color: #fff;
    display: block;
    padding-left: 28px;
    position: relative
}

#social-methods > div.facebook-share strong span {
    left: 0;
    position: absolute;
    top: -4px
}

#social-methods > div.facebook-share strong em {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px
}

#social-methods > div.facebook-share .page-name {
    color: #fff;
    font-weight: 700;
    left: 10px;
    position: relative;
    top: -8px
}

@media all and (min-width: 728px) {
    #social-methods > div.facebook-share .page-name {
        left: 0;
        margin-left: 13px;
        margin-top: 45px;
        position: absolute;
        top: calc(50% - 31px)
    }
}

@media all and (min-width: 728px) {
    #social-methods > div.facebook-share .fb-like {
        margin-top: -15px
    }
}

@media all and (min-width: 1240px) {
    #social-methods > div.facebook-share .fb-like {
        margin-top: -18px
    }
}

#social-methods > div.twitter-share {
    background: #39A9E0;
    cursor: pointer
}

#social-methods > div.twitter-share ul {
    overflow: hidden
}

#social-methods > div.twitter-share li {
    box-sizing: border-box;
    float: left;
    line-height: 1.3em;
    list-style-type: none;
    margin-left: 20px;
    min-height: 18px;
    padding-left: 26px;
    position: relative
}

#social-methods > div.twitter-share li:first-child {
    margin-left: 0
}

#social-methods > div.twitter-share li .icon {
    left: 0;
    position: absolute;
    top: -1px
}

#social-methods > div.twitter-share a {
    color: #fff;
    font-weight: 700
}

#social-methods > div.twitter-share span.icon {
    cursor: pointer
}

#social-methods > div.mail-share {
    background: #E90E0E;
    padding-right: 144px;
    position: relative
}

#social-methods > div.mail-share #enter-email {
    cursor: pointer;
    font-weight: 700
}

#social-methods > div.mail-share.textbox {
    padding-bottom: 10px
}

#social-methods > div.mail-share.textbox .icon.large, #social-methods > div.mail-share.textbox #enter-email, #social-methods > div.mail-share.textbox > strong {
    display: none
}

#social-methods > div.mail-share.textbox input {
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    color: #979797;
    display: block;
    font-size: 14px;
    margin-top: -8px;
    padding: 8px;
    width: calc(100% - 24px)
}

#social-methods > div.mail-share.textbox input:focus {
    color: #626262
}

#social-methods > div.mail-share.textbox #subscribe {
    display: block
}

#social-methods > div.mail-share.textbox #subscribe {
    cursor: pointer;
    font-weight: 700
}

#social-methods > div.mail-share.user-message {
    padding: 0
}

#social-methods > div.mail-share.user-message > * {
    display: none
}

#social-methods > div.mail-share.user-message .notification {
    display: block
}

#social-methods > div.mail-share .notification strong {
    display: block;
    font-weight: 700;
    position: relative
}

#social-methods > div.mail-share .notification strong span {
    border-radius: 0;
    font-size: 18px;
    height: 18px;
    top: -1px;
    width: 18px
}

#social-methods > div.mail-share.successful {
    background: #009C33
}

#social-methods > div.mail-share.successful .notification strong {
    color: #fff
}

#social-methods > div.mail-share.successful .notification strong span {
    color: #fff
}

#social-methods > div.mail-share.successful .notification strong span:before {
    content: ""
}

#social-methods > div.mail-share.warning {
    background: gold
}

#social-methods > div.mail-share.warning .notification strong {
    color: #000
}

#social-methods > div.mail-share.warning .notification strong span {
    color: #000
}

#social-methods > div.mail-share.warning .notification strong span:before {
    content: ""
}

#social-methods > div.mail-share.information {
    color: #fff
}

#social-methods > div.mail-share.information .notification strong {
    color: #fff
}

#social-methods > div.mail-share.information .notification strong span {
    color: #fff
}

#social-methods > div.mail-share.information .notification strong span:before {
    content: ""
}

#social-methods > div.mail-share .icon.mail:before {
    font-family: FontAwesome;
    content: "\f003";
}

#social-methods > div.mail-share > strong {
    color: #fff;
    min-height: 19px
}

#social-methods > div.mail-share strong {
    display: block;
    line-height: 1.3em;
    padding-left: 28px;
    position: relative
}

#social-methods > div.mail-share strong span {
    left: 0;
    position: absolute;
    top: -1px
}

#social-methods > div.mail-share a {
    border-radius: 16px;
    background: #fff;
    border-color: #E90E0E;
    border-style: solid;
    border-width: 2px;
    color: #E90E0E;
    display: inline-block;
    padding: 8px 10px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 11px;
    width: 100px
}

#social-methods > div.mail-share a:hover {
    background: #E90E0E;
    border-color: #fff;
    color: #fff
}

#social-methods > div.mail-share input, #social-methods > div.mail-share #subscribe {
    display: none
}

@media all and (min-width: 728px) {
    #social-headings {
        display: flex;
        font-size: 16px
    }

    #social-headings li:first-child:nth-last-child(1) {
        width: calc((100% - 16px) / 1)
    }

    #social-headings li:first-child:nth-last-child(2), #social-headings li:first-child:nth-last-child(2) ~ li {
        width: calc((100% - 16px) / 2)
    }

    #social-headings li:first-child:nth-last-child(3), #social-headings li:first-child:nth-last-child(3) ~ li {
        width: calc((100% - 32px) / 3)
    }

    #social-headings li {
        list-style-type: none;
        padding: 12px;
        background: #F1F1F1
    }

    #social-headings li:not(:last-child) {
        margin-right: 16px
    }

    #social-headings li:nth-child(1) strong {
        color: #315C97
    }

    #social-headings li:nth-child(2) strong {
        color: #39A9E0
    }

    #social-headings li:nth-child(3) strong {
        color: #E90E0E
    }

    #social-methods {
        display: flex
    }

    #social-methods .icon.large {
        display: block;
        position: absolute;
        right: 16px;
        top: calc(50% - 16px)
    }
}

@media all and (min-width: 728px) and (min-width: 1024px) {
    #social-methods .icon.large {
        top: calc(50% - 20px)
    }
}

@media all and (min-width: 728px) and (min-width: 1240px) {
    #social-methods .icon.large {
        top: calc(50% - 16px)
    }
}

@media all and (min-width: 728px) {
    #social-methods div:first-child:nth-last-child(1) {
        width: calc((100% - 16px) / 1)
    }

    #social-methods div:first-child:nth-last-child(2), #social-methods div:first-child:nth-last-child(2) ~ div {
        width: calc((100% - 16px) / 2)
    }

    #social-methods div:first-child:nth-last-child(3), #social-methods div:first-child:nth-last-child(3) ~ div {
        width: calc((100% - 32px) / 3)
    }

    #social-methods > div {
        list-style-type: none;
        padding: 12px;
        align-items: center;
        box-sizing: border-box;
        display: flex;
        position: relative
    }

    #social-methods > div:not(:last-child) {
        margin-right: 16px
    }

    #social-methods > div.facebook-share strong span {
        top: -3px
    }

    #social-methods > div.twitter-share {
        padding-right: 64px
    }

    #social-methods > div.twitter-share li {
        margin-left: 0;
        margin-top: 5px
    }

    #social-methods > div.twitter-share li:first-of-type {
        margin-top: 0
    }

    #social-methods > div.mail-share {
        padding-right: 64px
    }

    #social-methods > div.mail-share.textbox {
        display: block;
        padding: 12px
    }

    #social-methods > div.mail-share.textbox input {
        margin-bottom: 12px;
        margin-top: 0;
        width: calc(100% - 16px)
    }

    #social-methods > div.mail-share.textbox a {
        display: inline-block;
        padding-left: 32px;
        padding-right: 32px;
        width: 80px
    }

    #social-methods > div.mail-share > strong, #social-methods > div.mail-share > .icon.small {
        display: none
    }

    #social-methods > div.mail-share a {
        border-radius: 22px;
        display: block;
        padding: 12px 10px;
        position: relative;
        right: 0;
        top: 0;
        width: 100%
    }

    #social-methods > div.mail-share.user-message {
        padding-right: 64px
    }

    #social-methods > div.mail-share .notification {
        padding-right: 0;
        width: 100%
    }

    #social-methods > div.mail-share .notification strong {
        padding-left: 0
    }

    #social-methods > div.mail-share .notification strong span {
        font-size: 32px;
        height: 32px;
        left: auto;
        right: -48px;
        top: calc(50% - 16px);
        width: 32px
    }
}

@media all and (min-width: 1024px) {
    #social-headings {
        font-size: 14px
    }
}

.blokada-auto .article-wrapper .content-column .article-body *, .blokada .article-wrapper .content-column .article-body * {
    font-family: redacted_scriptbold !important
}

.blokada-auto .article-wrapper .content-column, .blokada .article-wrapper .content-column {
    position: relative;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.blokada-auto .article-wrapper .content-column > *:not(.not-blur), .blokada .article-wrapper .content-column > *:not(.not-blur) {
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
    pointer-events: none;
    position: relative
}

.blokada-auto .article-wrapper .content-column > *:not(.not-blur).side-sharebar, .blokada .article-wrapper .content-column > *:not(.not-blur).side-sharebar {
    display: none
}

.blokada-auto .article-wrapper .content-column:before, .blokada .article-wrapper .content-column:before {
    background: transparent;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.blokada-auto .article-wrapper .content-column .not-blur, .blokada .article-wrapper .content-column .not-blur {
    filter: none;
    pointer-events: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .blokada .article-wrapper .content-column > *:not(.not-blur), .blokada .primary, .blokada-auto .article-wrapper .content-column > *:not(.not-blur), .blokada-auto .primary {
        opacity: .2
    }

    .blokada .article-wrapper .content-column #premium-article-prompt, .blokada-auto .article-wrapper .content-column #premium-article-prompt {
        opacity: 1
    }
}

#top-article-prompt, #premium-article-prompt {
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

#top-article-prompt:empty, #premium-article-prompt:empty {
    margin-bottom: 0
}

#bottom-article-prompt {
    bottom: 0;
    left: 0;
    position: fixed;
    transition: opacity .5s;
    width: 100% !important;
    z-index: 4
}

.active + #bottom-article-prompt, .active + div[class*='mod-']:not(.active) + #bottom-article-prompt {
    bottom: 80px
}

@media all and (min-width: 728px) {
    .active + #bottom-article-prompt, .active + div[class*='mod-']:not(.active) + #bottom-article-prompt {
        bottom: 70px
    }
}

@media all and (min-width: 1240px) {
    .active + #bottom-article-prompt, .active + div[class*='mod-']:not(.active) + #bottom-article-prompt {
        bottom: 60px
    }
}

.active + .active + #bottom-article-prompt {
    bottom: 160px
}

@media all and (min-width: 728px) {
    .active + .active + #bottom-article-prompt {
        bottom: 120px
    }
}

@media all and (min-width: 1240px) {
    .active + .active + #bottom-article-prompt {
        bottom: 110px
    }
}

.premium-content {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    letter-spacing: .2em;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.premium-content:before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 10px 0 10px 3px;
    content: '';
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.premium-content:after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 10px 3px 10px 0;
    content: '';
    display: inline-block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0
}

#bottom-article-message {
    bottom: 0;
    left: 0;
    position: fixed;
    transition: opacity .5s;
    width: 100% !important;
    z-index: 3
}

.active + #bottom-article-message, .active + div[class*="mod-"]:not(.active) + #bottom-article-message {
    bottom: 80px
}

@media all and (min-width: 728px) {
    .active + #bottom-article-message, .active + div[class*="mod-"]:not(.active) + #bottom-article-message {
        bottom: 70px
    }
}

@media all and (min-width: 1024px) {
    .active + #bottom-article-message, .active + div[class*="mod-"]:not(.active) + #bottom-article-message {
        bottom: 82px
    }
}

@media all and (min-width: 1240px) {
    .active + #bottom-article-message, .active + div[class*="mod-"]:not(.active) + #bottom-article-message {
        bottom: 60px
    }
}

.active + .active + #bottom-article-message {
    bottom: 160px
}

@media all and (min-width: 728px) {
    .active + .active + #bottom-article-message {
        bottom: 120px
    }
}

@media all and (min-width: 1024px) {
    .active + .active + #bottom-article-message {
        bottom: 110px
    }
}

.icon.thumbs-up:before {
    content: ""
}

.icon.thumbs-down:before {
    content: ""
}

.notification {
    padding: 18px 12px
}

#social-follow {
    font-size: 13px;
    margin-bottom: 48px
}

#social-follow:empty {
    margin-bottom: 0
}

#social-headings {
    display: none
}

#social-headings li {
    font-weight: 700
}

#social-methods .icon {
    border-radius: 0;
    font-size: 32px;
    height: 32px;
    width: 32px
}

#social-methods .icon.small {
    font-size: 18px;
    height: 18px;
    width: 18px
}

#social-methods .icon.large {
    cursor: default;
    display: none
}

#social-methods a {
    text-decoration: none
}

#social-methods > div {
    padding: 18px 12px
}

#social-methods > div.facebook-share {
    background: #315C97
}

#social-methods > div.facebook-share strong {
    color: #fff;
    display: block;
    padding-left: 28px;
    position: relative
}

#social-methods > div.facebook-share strong span {
    left: 0;
    position: absolute;
    top: -4px
}

#social-methods > div.facebook-share strong em {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px
}

#social-methods > div.facebook-share .page-name {
    color: #fff;
    font-weight: 700;
    left: 10px;
    position: relative;
    top: -8px
}

@media all and (min-width: 728px) {
    #social-methods > div.facebook-share .page-name {
        left: 0;
        margin-left: 13px;
        margin-top: 45px;
        position: absolute;
        top: calc(50% - 31px)
    }
}

@media all and (min-width: 728px) {
    #social-methods > div.facebook-share .fb-like {
        margin-top: -15px
    }
}

@media all and (min-width: 1240px) {
    #social-methods > div.facebook-share .fb-like {
        margin-top: -18px
    }
}

#social-methods > div.twitter-share {
    background: #39A9E0;
    cursor: pointer
}

#social-methods > div.twitter-share ul {
    overflow: hidden
}

#social-methods > div.twitter-share li {
    box-sizing: border-box;
    float: left;
    line-height: 1.3em;
    list-style-type: none;
    margin-left: 20px;
    min-height: 18px;
    padding-left: 26px;
    position: relative
}

#social-methods > div.twitter-share li:first-child {
    margin-left: 0
}

#social-methods > div.twitter-share li .icon {
    left: 0;
    position: absolute;
    top: -1px
}

#social-methods > div.twitter-share a {
    color: #fff;
    font-weight: 700
}

#social-methods > div.twitter-share span.icon {
    cursor: pointer
}

#social-methods > div.mail-share {
    background: #E90E0E;
    padding-right: 144px;
    position: relative
}

#social-methods > div.mail-share #enter-email {
    cursor: pointer;
    font-weight: 700
}

#social-methods > div.mail-share.textbox {
    padding-bottom: 10px
}

#social-methods > div.mail-share.textbox .icon.large, #social-methods > div.mail-share.textbox #enter-email, #social-methods > div.mail-share.textbox > strong {
    display: none
}

#social-methods > div.mail-share.textbox input {
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    color: #979797;
    display: block;
    font-size: 14px;
    margin-top: -8px;
    padding: 8px;
    width: calc(100% - 24px)
}

#social-methods > div.mail-share.textbox input:focus {
    color: #626262
}

#social-methods > div.mail-share.textbox #subscribe {
    display: block
}

#social-methods > div.mail-share.textbox #subscribe {
    cursor: pointer;
    font-weight: 700
}

#social-methods > div.mail-share.user-message {
    padding: 0
}

#social-methods > div.mail-share.user-message > * {
    display: none
}

#social-methods > div.mail-share.user-message .notification {
    display: block
}

#social-methods > div.mail-share .notification strong {
    display: block;
    font-weight: 700;
    position: relative
}

#social-methods > div.mail-share .notification strong span {
    border-radius: 0;
    font-size: 18px;
    height: 18px;
    top: -1px;
    width: 18px
}

#social-methods > div.mail-share.successful {
    background: #009C33
}

#social-methods > div.mail-share.successful .notification strong {
    color: #fff
}

#social-methods > div.mail-share.successful .notification strong span {
    color: #fff
}

#social-methods > div.mail-share.successful .notification strong span:before {
    content: ""
}

#social-methods > div.mail-share.warning {
    background: gold
}

#social-methods > div.mail-share.warning .notification strong {
    color: #000
}

#social-methods > div.mail-share.warning .notification strong span {
    color: #000
}

#social-methods > div.mail-share.warning .notification strong span:before {
    content: ""
}

#social-methods > div.mail-share.information {
    color: #fff
}

#social-methods > div.mail-share.information .notification strong {
    color: #fff
}

#social-methods > div.mail-share.information .notification strong span {
    color: #fff
}

#social-methods > div.mail-share.information .notification strong span:before {
    content: ""
}

#social-methods > div.mail-share .icon.mail:before {
    font-family: FontAwesome;
    content: "\f003";
}

#social-methods > div.mail-share > strong {
    color: #fff;
    min-height: 19px
}

#social-methods > div.mail-share strong {
    display: block;
    line-height: 1.3em;
    padding-left: 28px;
    position: relative
}

#social-methods > div.mail-share strong span {
    left: 0;
    position: absolute;
    top: -1px
}

#social-methods > div.mail-share a {
    border-radius: 16px;
    background: #fff;
    border-color: #E90E0E;
    border-style: solid;
    border-width: 2px;
    color: #E90E0E;
    display: inline-block;
    padding: 8px 10px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 11px;
    width: 100px
}

#social-methods > div.mail-share a:hover {
    background: #E90E0E;
    border-color: #fff;
    color: #fff
}

#social-methods > div.mail-share input, #social-methods > div.mail-share #subscribe {
    display: none
}

@media all and (min-width: 728px) {
    #social-headings {
        display: flex;
        font-size: 16px
    }

    #social-headings li:first-child:nth-last-child(1) {
        width: calc((100% - 16px) / 1)
    }

    #social-headings li:first-child:nth-last-child(2), #social-headings li:first-child:nth-last-child(2) ~ li {
        width: calc((100% - 16px) / 2)
    }

    #social-headings li:first-child:nth-last-child(3), #social-headings li:first-child:nth-last-child(3) ~ li {
        width: calc((100% - 32px) / 3)
    }

    #social-headings li {
        list-style-type: none;
        padding: 12px;
        background: #F1F1F1
    }

    #social-headings li:not(:last-child) {
        margin-right: 16px
    }

    #social-headings li:nth-child(1) strong {
        color: #315C97
    }

    #social-headings li:nth-child(2) strong {
        color: #39A9E0
    }

    #social-headings li:nth-child(3) strong {
        color: #E90E0E
    }

    #social-methods {
        display: flex
    }

    #social-methods .icon.large {
        display: block;
        position: absolute;
        right: 16px;
        top: calc(50% - 16px)
    }
}

@media all and (min-width: 728px) and (min-width: 1024px) {
    #social-methods .icon.large {
        top: calc(50% - 20px)
    }
}

@media all and (min-width: 728px) and (min-width: 1240px) {
    #social-methods .icon.large {
        top: calc(50% - 16px)
    }
}

@media all and (min-width: 728px) {
    #social-methods div:first-child:nth-last-child(1) {
        width: calc((100% - 16px) / 1)
    }

    #social-methods div:first-child:nth-last-child(2), #social-methods div:first-child:nth-last-child(2) ~ div {
        width: calc((100% - 16px) / 2)
    }

    #social-methods div:first-child:nth-last-child(3), #social-methods div:first-child:nth-last-child(3) ~ div {
        width: calc((100% - 32px) / 3)
    }

    #social-methods > div {
        list-style-type: none;
        padding: 12px;
        align-items: center;
        box-sizing: border-box;
        display: flex;
        position: relative
    }

    #social-methods > div:not(:last-child) {
        margin-right: 16px
    }

    #social-methods > div.facebook-share strong span {
        top: -3px
    }

    #social-methods > div.twitter-share {
        padding-right: 64px
    }

    #social-methods > div.twitter-share li {
        margin-left: 0;
        margin-top: 5px
    }

    #social-methods > div.twitter-share li:first-of-type {
        margin-top: 0
    }

    #social-methods > div.mail-share {
        padding-right: 64px
    }

    #social-methods > div.mail-share.textbox {
        display: block;
        padding: 12px
    }

    #social-methods > div.mail-share.textbox input {
        margin-bottom: 12px;
        margin-top: 0;
        width: calc(100% - 16px)
    }

    #social-methods > div.mail-share.textbox a {
        display: inline-block;
        padding-left: 32px;
        padding-right: 32px;
        width: 80px
    }

    #social-methods > div.mail-share > strong, #social-methods > div.mail-share > .icon.small {
        display: none
    }

    #social-methods > div.mail-share a {
        border-radius: 22px;
        display: block;
        padding: 12px 10px;
        position: relative;
        right: 0;
        top: 0;
        width: 100%
    }

    #social-methods > div.mail-share.user-message {
        padding-right: 64px
    }

    #social-methods > div.mail-share .notification {
        padding-right: 0;
        width: 100%
    }

    #social-methods > div.mail-share .notification strong {
        padding-left: 0
    }

    #social-methods > div.mail-share .notification strong span {
        font-size: 32px;
        height: 32px;
        left: auto;
        right: -48px;
        top: calc(50% - 16px);
        width: 32px
    }
}

@media all and (min-width: 1024px) {
    #social-headings {
        font-size: 14px
    }
}

.overflow {
    overflow: hidden
}

.gigya-screen-dialog * {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400
}

.screen-default .gigya-screen .avatar:after {
    background: #0065B3;
    background-image: url("../img/icon-nechronicle.svg");
    border-radius: 5px;
    content: '';
    display: block;
    height: 34px;
    left: 34%;
    margin: 0;
    position: absolute;
    text-indent: 100%;
    top: 84%;
    width: 34px
}

.gigya-screen .gigya-avatar span {
    font-size: 46px
}

.gigya-screen .gigya-composite-control .gigya-label a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #141414
}

.gigya-screen .gigya-error-msg {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400
}

.gigya-screen .gigya-composite-control-submit .gigya-input-submit {
    background-color: #0065B3 !important
}

.gigya-screen .gigya-composite-control-submit .gigya-input-submit:hover {
    background-color: #fff !important;
    color: #0065B3
}

.gigya-native-login-form .gigya-layout-row h2 {
    font-size: 36px
}

.gigya-native-login-form .gigya-layout-row .gigya-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600
}

.gigya-native-login-form .gigya-layout-row .gigya-composite-control.gigya-composite-control-submit .gigya-input-submit {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #0065B3 !important
}

.gigya-reset-password-form .gigya-composite-control-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-weight: 700
}

.gigya-reset-password-form .reset-pswd {
    font-size: 36px
}

#gigya-forgot-password-success-screen .reset-pswd {
    font-size: 36px
}

#gigya-forgot-password-success-screen .reset-pswd .gigya-composite-control-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600
}

#gigya-forgot-password-success-screen .gigya-composite-control.gigya-composite-control-label a {
    background-color: #0065B3 !important
}

#gigya-forgot-password-success-screen .gigya-composite-control.gigya-composite-control-label a:hover {
    color: #0065B3 !important
}

.gigya-register-form h2 {
    font-size: 36px
}

.gigya-register-form .gigya-label-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600
}

.gigya-login-form-customized .gigya-native-login .gigya-composite-control.gigya-composite-control-header {
    font-size: 36px;
    color: #141414;
    padding-bottom: 22px
}

.gigya-login-form-customized .gigya-native-login .gigya-label-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600
}

.gigya-login-form-customized .gigya-native-login .gigya-label-text .forgot-pswd {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #979797;
    float: right;
    font-size: 12px;
    text-decoration: underline
}

.gigya-login-form-customized .gigya-native-login .gigya-label-text .forgot-pswd:hover {
    color: #2C2C2C
}

.gigya-login-form-customized .gigya-native-login .gigya-composite-control.gigya-composite-control-submit {
    background-color: #F1F1F1;
    border-top: 1px solid #E0E0E0;
    margin: 0 -30px -32px;
    padding: 25px 0;
    text-align: center
}

.gigya-login-form-customized .gigya-native-login .gigya-input-password {
    margin-bottom: 20px
}

.gigya-login-form-customized .gigya-native-login .gigya-input-submit {
    background: #0065B3 !important
}

.gigya-login-form-customized .gigya-native-login .gigya-input-submit:hover {
    background-color: #fff !important;
    color: #0065B3 !important
}

.gigya-login-form.gigya-login-form-customized {
    background-color: #fff;
    padding: 30px
}

.gigya-login-form .gigya-login-provider-row .gigya-login-provider {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400
}

.gigya-login-social span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px
}

div.gigya-screen-dialog-top-customized:before {
    color: #0065B3 !important
}

div.gigya-screen-dialog-top-customized .gigya-screen-dialog-close:before {
    content: none
}

.gigya-progressive-custom .top-label {
    background: #0065B3 !important
}

.gigya-progressive-custom.gigya-style-modern .arrow:after, .gigya-progressive-custom div.gigya-screen-dialog-close:before {
    color: #0065B3 !important
}

#comments-wrapper {
    margin-top: 60px;
    overflow: hidden
}

#comments-wrapper.loading {
    height: 150px;
    background-color: #fff;
    background-image: url("../../../../../chameleon-sso/comments/img/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

#comments-wrapper.loading > * {
    display: none
}

#comments-wrapper.state-login .gig-comments-composebox .gig-composebox-photo {
    display: inline-block;
    float: left;
    margin-right: 5px;
    vertical-align: middle
}

#comments-wrapper.state-login .gig-comments-composebox .gig-composebox-photo img {
    border-radius: 50%
}

#comments-wrapper.state-login .gig-composebox-withBadges .gig-composebox-namecontainer {
    margin-top: 6px
}

#comments-wrapper.state-login .gig-composebox-namecontainer {
    display: inline-block;
    float: left;
    margin-left: 5px;
    margin-top: 2px;
    vertical-align: middle
}

#comments-wrapper.state-login .gig-composebox-namecontainer .gig-comment-userBadge {
    bottom: 6px;
    border-color: #fff;
    color: #fff;
    margin-bottom: 0;
    position: relative
}

#comments-wrapper.state-login .gig-composebox-namecontainer .gig-comment-userBadge + .gig-composebox-logout {
    bottom: 5px;
    position: relative
}

#comments-wrapper.state-login .gig-composebox-data {
    margin-top: -30px
}

#comments-wrapper.state-login .gig-comments-container .gig-composebox-data {
    margin-bottom: 10px
}

#comments-wrapper.state-login .gig-comments-container .gig-comments-composebox.gig-composebox-open .gig-composebox-data {
    margin-bottom: 60px
}

#comments-wrapper.state-login .gig-comments-container .gig-comment-replybox .gig-composebox-data {
    margin-bottom: 60px
}

#comments-wrapper.state-login .gig-comments-container .gig-comment-replybox .gig-composebox-logout {
    display: none
}

#comments-wrapper.state-login .gig-comments-container .gig-composebox-data .gig-composebox-footer, #comments-wrapper.state-login .gig-comments-container .gig-composebox-data .gig-composebox-sidebar {
    display: block
}

#comments-wrapper.state-logout .gig-comments-composebox .gig-composebox-photo {
    display: none
}

#comments-wrapper.state-logout .gig-comments-container .gig-composebox-data {
    margin-bottom: 10px
}

#comments-wrapper.state-logout .gig-comment-replybox .gig-composebox-data {
    margin-bottom: 60px
}

#comments-wrapper.state-logout .gig-composebox-header {
    padding-bottom: 18px
}

#comments-wrapper.state-logout .gig-comment-footer .gig-comments-linksContainer:before {
    content: "";
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%
}

#comments-wrapper.state-logout .gig-comments-container .gig-composebox-data .gig-composebox-footer, #comments-wrapper.state-logout .gig-comments-container .gig-composebox-data .gig-composebox-sidebar {
    display: none
}

#comments-wrapper .gig-comment[data-level="2"] .gig-comment-shareLink {
    display: inline-block;
    padding-top: 3px !important
}

#comments-wrapper .comments-header {
    color: #fff;
    position: absolute
}

#comments-wrapper .comments-header .comments-header-title {
    font-size: 32px;
    padding-left: 0;
    position: relative;
    top: 28px;
    z-index: 1
}

#comments-wrapper .comments-header .comment-count {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    z-index: 2
}

#comments-wrapper .comments-header .comment-count:before {
    content: '\e90a';
    font-family: icomoon;
    font-size: 60px;
    height: 45px;
    left: 10px;
    line-height: 1;
    position: absolute;
    top: -10px;
    width: 52px
}

#comments-wrapper .comments-header #comment-num {
    font-size: 17px;
    color: #141414;
    display: inline-block;
    left: -22px;
    position: relative;
    text-align: center;
    top: 23px;
    z-index: 2;
    width: 30px
}

#comments-wrapper .gig-composebox-header {
    padding-bottom: 55px
}

#comments-wrapper .gig-composebox-header .gig-composebox-follow {
    display: none
}

#comments-wrapper .gig-composebox-header .gig-composebox-header-left {
    float: left;
    margin-top: 50px
}

#comments-wrapper .gig-composebox-header .gig-composebox-header-left .gig-composebox-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-weight: 700;
    color: #fff
}

#comments-wrapper .gig-composebox-header .gig-composebox-header-left .gig-composebox-logout {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 700;
    color: #979797;
    display: block
}

#comments-wrapper .gig-composebox-header .gig-composebox-header-left .gig-composebox-logout:hover span {
    text-decoration: none
}

#comments-wrapper .gig-composebox-header .gig-composebox-header-left .gig-composebox-logout span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 700;
    color: #979797;
    position: relative;
    top: 5px
}

#comments-wrapper .gig-composebox-header .gig-composebox-header-left .gig-composebox-logout span:hover {
    text-decoration: underline
}

#comments-wrapper .gig-composebox-header .gig-composebox-header-left .gig-composebox-logout span:after {
    content: '\00bb';
    font-size: 15px;
    right: -14px;
    display: inline;
    margin-left: 5px;
    top: 0
}

#comments-wrapper .gig-comments-container .gig-comments-composebox {
    background: #3A3A3A;
    border-top: 5px solid #2C2C2C;
    padding: 23px 12px
}

#comments-wrapper .gig-comments-container .gig-comments-composebox .gig-composebox-site-login {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-weight: 700;
    background: #0065B3;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    color: #fff;
    float: right;
    margin-top: 1px;
    margin-bottom: 20px;
    padding: 3px 35px;
    position: relative;
    transition: 400ms ease-in-out all;
    text-transform: capitalize
}

#comments-wrapper .gig-comments-container .gig-composebox-data {
    margin-bottom: 50px;
    padding-left: 0
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-editor {
    min-height: 75px;
    padding-bottom: 0
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-editor.gig-composebox-editor-with-sidebar .gig-composebox-sidebar .gig-composebox-sidebar-button {
    background: none;
    box-shadow: none;
    margin-right: 8px;
    margin-top: 3px;
    position: relative
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-editor.gig-composebox-editor-with-sidebar .gig-composebox-sidebar .gig-composebox-sidebar-button:before {
    color: #0065B3;
    content: '\e90d';
    font-family: icomoon;
    font-size: 34px;
    height: 34px;
    position: absolute;
    width: 30px
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-top: 5px;
    min-height: 70px;
    position: relative
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-textarea div {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.1
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-textarea p, #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-textarea span {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.1
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-textarea:empty:not(:focus):before {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #141414;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-textarea + p {
    display: none
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-textarea .gig-usertagging-tag {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 700;
    background: #F1F1F1;
    border: 1px solid #E0E0E0;
    padding: 5px
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer {
    height: 105px;
    overflow: visible
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-left {
    float: none
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right {
    float: left
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-post {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 700;
    background: #0065B3;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    color: #fff;
    display: block;
    padding: 5px 42px;
    position: relative;
    text-align: center;
    top: 14px;
    transition: .4s ease-in-out all
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 700;
    background: none;
    border: 1px solid #494949;
    border-radius: 30px;
    color: #fff;
    display: block;
    padding: 10px 31px;
    position: relative;
    right: 0;
    top: 5px
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following {
    padding: 10px 51px;
    position: relative
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following:before {
    background: #fff;
    border-radius: 50%;
    bottom: 7px;
    content: '';
    height: 20px;
    left: 24px;
    position: absolute;
    width: 20px
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following:after {
    color: #141414;
    content: '\ea10';
    font-family: icomoon;
    font-size: 11px;
    height: 10px;
    left: 28px;
    position: absolute;
    top: 11px;
    width: 10px
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following:hover:after {
    content: '\ea0f';
    font-size: 9px;
    left: 29px;
    top: 12px
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-comments-houserules {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    bottom: 10px;
    color: #fff;
    padding-top: 20px;
    position: relative
}

#comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-comments-houserules a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 700;
    color: #fff;
    text-decoration: underline
}

#comments-wrapper .gig-comments-container .gig-comments-header {
    background-color: #2C2C2C;
    border-bottom: 0;
    margin-bottom: 0;
    overflow: visible;
    padding-bottom: 32px;
    padding-top: 20px
}

#comments-wrapper .gig-comments-container .gig-comments-header .gig-comments-count {
    display: none
}

#comments-wrapper .gig-comments-container .gig-comments-header .gig-comments-header-right .gig-comments-sort {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
    color: #fff;
    margin-right: 12px;
    text-transform: capitalize;
    top: 15px
}

#comments-wrapper .gig-comments-container .gig-comments-header .gig-comments-header-right .gig-comments-sort:after {
    background: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    height: 0;
    margin-left: 6px;
    width: 0
}

#comments-wrapper .gig-comments-container .gig-comments-header .gig-comments-header-right .gig-comments-sort:hover {
    text-decoration: underline
}

#comments-wrapper .gig-comments-container .gig-comments-header .gig-comments-header-right .gig-comments-subscribe, #comments-wrapper .gig-comments-container .gig-comments-header .gig-comments-header-right .gig-comments-rss {
    display: none
}

#comments-wrapper .gig-comments-container .gig-comments-comments {
    padding: 0 12px 30px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment {
    padding-top: 30px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment:nth-child(even) {
    background-color: #F1F1F1;
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    margin-left: -12px;
    padding-left: 12px;
    padding-right: 12px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-photo {
    height: 50px;
    position: relative;
    width: 50px;
    z-index: 1
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-photo .gig-comment-img {
    border: 1px solid #E0E0E0;
    border-radius: 50%
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-photo .gig-comment-providerLogo img {
    border-radius: 50%
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data {
    padding-left: 48px;
    position: relative
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-content {
    height: 100%;
    padding-left: 12px;
    position: relative
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-content.gig-comment-pinned-background {
    background-color: #FDFDEA
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-content.gig-comment-pinned-background:before {
    background: #FDFDEA;
    content: '';
    left: -48px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 48px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-withBadges .gig-comment-header-right .gig-comment-time {
    margin: 2px 0 0 16px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-header {
    display: table;
    margin-bottom: 8px;
    width: 100%
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-header-right {
    display: table-footer-group;
    float: left
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-header-right .gig-comment-time {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #979797;
    float: left;
    line-height: 1.2;
    margin: 8px 0 0 16px;
    position: relative;
    text-transform: uppercase
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-header-right .gig-comment-time:before {
    content: '\e905';
    font-family: icomoon;
    font-size: 13px;
    left: -15px;
    position: absolute;
    top: -1px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-header-left {
    display: table-header-group
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-header-left .gig-comment-username {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-weight: 700;
    display: inline-block;
    padding-top: 8px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-header-left .gig-comment-userBadge {
    bottom: 2px;
    position: relative
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: block;
    left: -60px;
    line-height: 1.6;
    margin-bottom: 25px;
    position: relative;
    top: 20px;
    width: calc(100% + 60px)
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-body div, #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-body p, #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-body span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 700;
    border-bottom: 0;
    left: -48px;
    margin: 0;
    padding: 0 60px 20px 0;
    position: relative;
    top: 20px;
    width: calc(100% + 48px)
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer li:hover {
    text-decoration: none
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-footer-right {
    margin-right: 5px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-footer-right div {
    line-height: 1
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comments-linksContainer-nc, #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comments-linksContainer {
    display: inline-block;
    margin: 0;
    padding-top: 0;
    position: relative
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comments-linksContainer-nc li, #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comments-linksContainer li {
    margin-left: 0;
    padding: 0
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comments-linksContainer-nc li:hover, #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comments-linksContainer li:hover {
    text-decoration: underline
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comments-linksContainer-nc .gig-comment-repliesArrow {
    margin-right: 10px;
    padding-top: 4px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comments-linksContainer li:after {
    border-right: 1px solid #E0E0E0;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comments-linksContainer .gig-comment-repliesArrow-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 700
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comments-linksContainer-nc:hover {
    text-decoration: underline
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-replyLink {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 700;
    color: #0065B3;
    margin-right: 0
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-shareLink, #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-deleteLink {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 700;
    color: #2C2C2C;
    margin-left: 0;
    margin-right: 0
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-flag {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 700;
    background: none;
    bottom: 1px;
    color: #2C2C2C;
    display: inline-block !important;
    height: auto;
    margin: 0 0 0 0;
    padding-top: 4px;
    position: relative;
    visibility: visible;
    width: auto
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-flag:before {
    content: 'Report';
    height: 20px;
    margin-right: 10px;
    padding-bottom: 2px;
    padding-top: 1px;
    width: auto
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-flag:hover {
    text-decoration: underline
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-flag.gig-comment-flag-submitted {
    color: #626262;
    font-weight: 400
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-flag.gig-comment-flag-submitted:before {
    content: 'Reported'
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-flag.gig-comment-flag-submitted:hover {
    text-decoration: none
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-data-removed {
    margin-left: 0
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-replies > .gig-comment {
    background: inherit;
    border-top: 1px solid #E0E0E0;
    margin: 0;
    padding: 23px 0 0 0
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-vote-with-value {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 700;
    background: none;
    color: #2C2C2C;
    padding-left: 6px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-vote-with-value:before {
    font-family: icomoon;
    font-size: 16px;
    position: relative
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-vote-with-value.gig-comment-vote-pos:before {
    color: #009C33;
    content: '\e909';
    margin-right: 5px;
    top: 1px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-vote-with-value.gig-comment-vote-neg {
    border-left: 1px solid #E0E0E0;
    margin-left: 10px;
    padding-left: 10px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-vote-with-value.gig-comment-vote-neg:before {
    color: #E90E0E;
    content: '\e908';
    left: -2px;
    margin-right: 5px;
    top: 4px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox {
    background: #3A3A3A;
    border-top: 5px solid #141414;
    margin-top: 30px;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    right: 48px;
    width: 100%
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox:before {
    border-bottom: 6px solid #141414;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '\A';
    position: absolute;
    left: 17px;
    top: -11px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-header .gig-composebox-header-left {
    float: left;
    margin-top: 10px;
    top: 10px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-header .gig-composebox-header-left .gig-composebox-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-header .gig-composebox-header-left .gig-composebox-username {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-weight: 700;
    color: #fff;
    font-style: normal
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-header .gig-composebox-close {
    background: none;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0 5px #626262;
    height: 35px;
    position: absolute;
    right: 6px;
    top: 3px;
    width: 35px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-header .gig-composebox-close:before {
    color: #0065B3;
    content: '\e604';
    display: block;
    font-family: icomoon;
    font-size: 17px;
    font-weight: 700;
    height: 20px;
    left: 26%;
    pointer-events: none;
    position: absolute;
    top: 24%;
    width: 20px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-photo {
    display: none
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-editor {
    border-radius: 6px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer {
    height: auto;
    padding-bottom: 35px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-left {
    float: none
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right {
    float: left
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-follow {
    display: block;
    left: -3px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-comments-houserules {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    bottom: 10px;
    color: #fff;
    padding-top: 18px;
    position: relative
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-comments-houserules a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 700;
    color: #fff;
    text-decoration: underline
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-textarea:empty:not(:focus):before {
    top: 15px
}

#comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment-replies {
    margin-left: -30px;
    margin-top: 30px
}

@media all and (min-width: 728px) {
    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment-replies {
        margin-left: -15px
    }
}

#comments-wrapper .comments-footer {
    border-top: 2px solid #F1F1F1;
    display: block;
    margin-top: 10px;
    padding-bottom: 30px
}

#comments-wrapper #btn-show-more-comments, #comments-wrapper .gig-comments-more {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
    background: #0065B3;
    border: 2px solid #0065B3;
    border-radius: 30px;
    clear: both;
    color: #fff;
    display: inline-block;
    left: 50%;
    line-height: 1;
    padding: 12px 34px;
    position: relative;
    top: -23px;
    transition: 400ms ease-in-out all;
    transform: translateX(-50%)
}

#comments-wrapper #btn-show-more-comments.gig-comments-more-progress, #comments-wrapper .gig-comments-more.gig-comments-more-progress {
    display: none
}

#comments-wrapper #btn-show-more-comments:before, #comments-wrapper .gig-comments-more:before {
    content: ' + '
}

#comments-wrapper .gig-comments-more:before, #comments-wrapper .gig-comments-more:after {
    border: 1px solid #F1F1F1;
    content: '';
    color: #F1F1F1;
    position: absolute;
    top: 18px;
    width: 120%
}

#comments-wrapper .gig-comments-more:after {
    right: 101%
}

#comments-wrapper .gig-comments-more:before {
    left: 101%
}

#comments-wrapper .gig-comment-data-removed .gig-comment-header {
    display: none !important
}

[id$="_showShareUI"] > table > tbody > tr:nth-child(1), [id$="_showShareUI"] > table > tbody > tr:nth-child(3) {
    display: none
}

[id$="_showShareUI"] > table > tbody > tr:nth-child(2) > td:nth-child(1), [id$="_showShareUI"] > table > tbody > tr:nth-child(2) > td:nth-child(3) {
    display: none
}

[id$="_showShareUI"] > table > tbody > tr:nth-child(2) > td:nth-child(2) {
    border: none !important;
    border-radius: 4px
}

[id$="_showShareUI"] > table > tbody input, [id$="_showShareUI"] > table > tbody textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif !important;
    height: auto !important;
    padding: 5px 10px !important;
    color: #626262 !important
}

.gig-share {
    display: inline-block;
    height: auto !important;
    left: 50% !important;
    max-width: 100% !important;
    transform: translateX(-159px)
}

.gig-share > table {
    position: initial !important;
    width: 100% !important
}

[id$="_showShareUI_emailCanvas"] {
    border-radius: 4px;
    border: none !important;
    font-family: 'Open Sans', sans-serif !important
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(1) > td {
    background-color: #fff !important;
    border-radius: 4px 4px 0 0
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(1) tr > td:nth-child(1) {
    display: none
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(1) tr > td:nth-child(2) {
    font-family: 'Open Sans', sans-serif !important;
    text-align: center !important
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(1) tr > td:nth-child(2)::before {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 400;
    font-weight: 700;
    color: #141414;
    display: inline-block;
    font-family: 'Open Sans', sans-serif !important;
    padding: 45px 0 15px 5px;
    content: 'Email this comment'
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(1) tr > td:nth-child(2) div {
    background-color: #fff !important;
    border-radius: 50%;
    box-shadow: 0px 0 5px #626262;
    float: right !important;
    height: 46px;
    left: 50%;
    padding: 0 !important;
    position: absolute !important;
    overflow: initial;
    text-align: right;
    transform: translateX(158px);
    top: 8px;
    width: 46px !important
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(1) tr > td:nth-child(2) img {
    position: relative;
    right: 16px;
    top: 15px;
    width: 15px
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(2), [id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(3) {
    display: none
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(4) > td {
    padding: 0 30px 30px 30px !important
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(4) > td table {
    padding: 0 25px 0 0 !important;
    width: 100% !important
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(4) > td:before {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    content: 'You are limited to 2 email addresses at a time and a maximum of 5 emails per day';
    display: block;
    color: #141414;
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 20px;
    text-align: center
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(4) > td tr > td:nth-child(1) {
    color: #494949 !important;
    display: block;
    padding: 14px 5px 10px 0 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px !important
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(4) > td tr > td:nth-child(2) {
    display: block
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(4) > td tr > td:nth-child(2) input, [id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(4) > td tr > td:nth-child(2) textarea {
    background-color: #F1F1F1;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    box-shadow: none;
    height: 40px !important;
    margin: 5px 0 !important;
    padding: 5px 5px 5px 15px !important;
    width: 100% !important
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(4) > td tr:nth-child(4) {
    display: none
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(5) > td {
    background-color: #F1F1F1 !important;
    border-top: 1px solid #E0E0E0 !important;
    padding: 25px 0 !important;
    text-align: center !important
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(5) > td table {
    border: none !important;
    background-color: transparent !important
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(5) > td table:hover {
    opacity: 0.85
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(5) > td table tbody {
    text-align: center !important
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(5) > td div {
    float: none !important;
    margin-bottom: 25px !important;
    text-align: center !important
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(5) > td td {
    display: none
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(5) > td tr {
    background: #0065B3 !important;
    border-radius: 30px;
    font-size: 15px !important;
    font-weight: 700;
    left: 32%;
    height: 46px !important;
    padding: 0 52px !important;
    position: absolute !important;
    text-transform: none;
    width: auto
}

[id$="_showShareUI_emailCanvas"] > tbody > tr:nth-child(5) > td tr:before {
    color: #fff;
    content: 'Submit';
    font-size: 15px !important;
    position: relative !important;
    top: 12px
}

[id$="_showShareUI_shareCanvas"] {
    border-radius: 4px;
    width: auto !important;
    height: auto !important
}

[id$="_showShareUI_shareCanvas"] > table {
    max-width: 440px;
    width: 100% !important
}

[id$="_showShareUI_container"] {
    width: auto !important;
    height: auto !important
}

[id$="_showShareUI_workingCanvas"] {
    background: #F1F1F1 !important
}

[id$="_showShareUI_workingCanvas"] tr:nth-child(1) img {
    content: url("http://cdn1.gigya.com/gs/i/accounts/close_dialog.png")
}

[id$="_showShareUI_workingText"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 400;
    color: #141414 !important;
    font-family: 'Open Sans', sans-serif !important
}

.gig-comments-container {
    position: relative !important
}

.gig-comments-container.gig-comments-sortbox {
    position: absolute !important
}

.gig-comments-container.gig-comments-sortbox li {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400
}

.gig-comments-container .gig-comments-dialog {
    border: 0;
    border-radius: 0;
    max-width: 440px
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-caption-container {
    background: none;
    margin-left: 32px;
    margin-right: 32px;
    overflow: initial;
    text-align: center
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-caption-container .gig-comments-dialog-caption {
    font-size: 36px;
    color: #141414;
    float: none;
    padding-top: 65px;
    padding-bottom: 20px;
    position: relative;
    top: 13px;
    text-align: center
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-caption-container .gig-comments-dialog-close {
    background: none;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0 5px #626262;
    height: 48px;
    position: absolute;
    right: 10%;
    top: 25px;
    width: 48px
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-caption-container .gig-comments-dialog-close:before {
    color: #0065B3;
    content: '\e604';
    display: block;
    font-family: icomoon;
    font-size: 22px;
    font-weight: 700;
    height: 22px;
    left: 28%;
    position: absolute;
    top: 28%;
    width: 18px
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-left: 32px;
    margin-right: 32px;
    padding-bottom: 24px;
    padding-top: 0;
    text-align: center
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-body .gig-comments-dialog-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 0 0 24px 0;
    text-align: center
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-body .gig-comments-dialog-textbox-container {
    float: none;
    margin-bottom: -30px
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-body input {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #F1F1F1;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    box-shadow: none;
    height: 40px;
    margin: 5px 0;
    padding: 12px;
    width: 100%
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-body .gig-comments-dialog-textbox-button {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-weight: 700;
    background: #0065B3;
    border: 2px solid #0065B3;
    border-radius: 30px;
    color: #fff;
    height: 46px;
    line-height: 3;
    margin-top: -30px;
    padding: 0 52px;
    position: relative;
    text-transform: none;
    top: 102px;
    width: auto
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-body .gig-comments-dialog-textbox-button:hover {
    background: #fff;
    border: 2px solid #E0E0E0;
    color: #0065B3;
    cursor: pointer
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-buttons {
    background-color: #F1F1F1;
    border-top: 1px solid #E0E0E0;
    display: block;
    height: 44px;
    margin: 0;
    padding: 24px 0;
    text-align: center
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-buttons .gig-comments-dialog-button {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-weight: 700;
    background: #0065B3;
    border: 2px solid #0065B3;
    border-radius: 30px;
    color: #fff;
    height: 42px;
    line-height: 40px;
    padding: 0 45px;
    text-align: center;
    text-transform: none;
    transition: 400ms ease-in-out all;
    width: auto
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-buttons .gig-comments-dialog-button:hover {
    background: #fff;
    border: 2px solid #E0E0E0;
    color: #0065B3;
    cursor: pointer
}

.gig-comments-container .gig-comments-dialog .gig-comments-dialog-buttons .gig-comments-dialog-button-cancel {
    margin-right: 5px
}

.gig-simpleShareUI {
    border: 0 !important;
    z-index: 2 !important
}

.gig-simpleShareUI + iframe {
    z-index: 0 !important
}

.gig-simpleShareUI .gig-simpleShareUI-inner {
    border: 0;
    box-shadow: 2px 1px 5px #626262;
    border-left: 4px solid #0065B3;
    padding-left: 24px;
    padding-right: 24px;
    width: 150px
}

.gig-simpleShareUI .gig-simpleShareUI-caption {
    background: none;
    border: 0;
    display: block
}

.gig-simpleShareUI .gig-simpleShareUI-caption-text {
    display: none
}

.gig-simpleShareUI .gig-simpleShareUI-closeButton {
    background: none;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0 5px #626262;
    height: 30px;
    overflow: initial;
    padding: 0;
    position: absolute;
    right: 21%;
    top: -17px;
    width: 30px
}

.gig-simpleShareUI .gig-simpleShareUI-closeButton:before {
    color: #0065B3;
    content: '\e604';
    display: block;
    font-family: icomoon;
    font-size: 15px;
    font-weight: 700;
    height: 20px;
    left: 25%;
    position: absolute;
    top: 25%;
    width: 20px
}

.gig-simpleShareUI .gig-simpleShareUI-content {
    padding-bottom: 15px;
    width: 100%
}

.gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button {
    height: auto;
    width: 30%
}

.gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button[provider="facebook"] .gig-simpleShareUI-button-inner {
    background-color: #315C97
}

.gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button[provider="facebook"] .gig-simpleShareUI-button-inner:before {
    content: '\e600'
}

.gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button[provider="email"] {
    display: none
}

.gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button[provider="email"] .gig-simpleShareUI-button-inner {
    background-color: #626262
}

.gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button[provider="email"] .gig-simpleShareUI-button-inner:before {
    content: '\e90c';
    font-size: 30px;
    left: 20px
}

.gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button[provider="twitter"] .gig-simpleShareUI-button-inner {
    background-color: #39A9E0
}

.gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button[provider="twitter"] .gig-simpleShareUI-button-inner:before {
    content: '\e602'
}

.gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button[provider="googleplus"] .gig-simpleShareUI-button-inner {
    background-color: #DD4B39
}

.gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button[provider="googleplus"] .gig-simpleShareUI-button-inner:before {
    content: '\e003'
}

.gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button-inner {
    background-image: none !important;
    border-radius: 50%;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-indent: 100%;
    width: 30px;
    white-space: nowrap
}

.gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button-inner:before {
    transform: translate(-50%, -50%);
    font-family: icomoon;
    font-size: 14px;
    left: 50%;
    position: absolute;
    text-indent: 0;
    text-transform: none;
    top: 50%
}

.gig-simpleShareUI .gig-simpleShareUI-content span {
    display: none
}

body > .gig-comments-container:not(.gig-comments-sortbox), body > .gig-share {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 440px !important
}

body > .gig-comments-container:not(.gig-comments-sortbox):after, body > .gig-share:after {
    background: #141414;
    content: "";
    display: block;
    height: 10000px;
    left: -5000px;
    opacity: .9;
    position: absolute;
    top: -5000px;
    width: 10000px;
    z-index: -1
}

body > .gig-share {
    position: absolute !important
}

body > .gig-comments-container:not(.gig-comments-sortbox) {
    position: fixed !important
}

.gig-comments-usertaggingbox {
    border: 0
}

.gig-comments-usertaggingbox .gig-usertagging-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-weight: 700;
    background: #fff;
    border-top: 5px solid #0065B3;
    padding: 10px
}

.gig-comments-usertaggingbox .gig-usertagging-suggestions {
    padding: 0 10px
}

.gig-comments-usertaggingbox .gig-usertagging-suggestions .gig-usertagging-user {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    padding: 10px 0
}

.gig-comments-usertaggingbox .gig-usertagging-suggestions .gig-usertagging-user .gig-usertagging-userimage {
    border-radius: 50%
}

@media all and (min-width: 728px) {
    #comments-wrapper .gig-comments-more:before, #comments-wrapper .gig-comments-more:after {
        width: 150%
    }

    #comments-wrapper .gig-composebox-header .gig-composebox-header-left {
        float: right;
        margin-top: 6px
    }

    #comments-wrapper .gig-composebox-header .gig-composebox-header-left .gig-composebox-title {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        font-weight: 400;
        font-weight: 700
    }

    #comments-wrapper .comments-header .comment-count {
        padding-left: 40px
    }

    #comments-wrapper .comments-header .comment-count:before {
        left: 30px;
        top: -14px
    }

    #comments-wrapper .comments-header #comment-num {
        left: -2px;
        top: 18px
    }

    #comments-wrapper .comments-header .comments-header-title {
        font-size: 40px;
        padding-left: 20px
    }

    #comments-wrapper.state-login .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data {
        margin-bottom: 80px
    }

    #comments-wrapper.state-login .gig-comments-container .gig-composebox-data {
        margin-bottom: 10px
    }

    #comments-wrapper.state-login .gig-comments-container .gig-comments-composebox.gig-composebox-open .gig-composebox-data {
        margin-bottom: 30px
    }

    #comments-wrapper.state-logout .gig-composebox-data {
        margin-bottom: 0
    }

    #comments-wrapper.state-logout .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data {
        margin-bottom: 50px
    }

    #comments-wrapper .gig-comments-container .gig-comments-composebox {
        padding: 23px 30px
    }

    #comments-wrapper .gig-comments-container .gig-comments-composebox .gig-composebox-site-login {
        margin-top: 1px
    }

    #comments-wrapper .gig-comments-container .gig-comments-header .gig-comments-header-right .gig-comments-sort {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-weight: 700;
        margin-right: 30px;
        top: 14px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right {
        float: right
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right .gig-composebox-follow {
        left: -20px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer {
        height: 60px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right {
        float: right
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-comments-houserules {
        padding-top: 20px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        font-weight: 700;
        display: inline-block;
        padding: 14px 34px;
        right: 20px;
        top: -8px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following {
        padding: 14px 57px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following:before {
        bottom: 12px;
        left: 28px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following:after {
        left: 32px;
        top: 16px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following:hover {
        background: none;
        color: #fff
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following:hover:after {
        font-size: 9px;
        left: 33px;
        top: 17px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-post {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        font-weight: 700;
        display: inline-block;
        padding: 7px 44px;
        top: -5px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-follow, #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-post {
        display: inline-block;
        top: 20px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-follow {
        right: 20px
    }

    #comments-wrapper #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right {
        float: right
    }

    #comments-wrapper .gig-comment-footer-right div {
        line-height: 0.4
    }

    [id$=_showShareUI_shareCanvas] > table {
        max-width: 100%
    }

    [id$=_showShareUI_emailCanvas] > tbody > tr:nth-child(1) tr > td:nth-child(2) div {
        top: -22px;
        transform: translateX(200px)
    }

    [id$=_showShareUI_emailCanvas] > tbody > tr:nth-child(1) tr > td:nth-child(2):before {
        padding: 15px 0 15px 5px
    }
}

@media all and (min-width: 1024px) {
    #comments-wrapper .gig-comments-more:before, #comments-wrapper .gig-comments-more:after {
        width: 140%
    }

    #comments-wrapper.state-login .gig-comments-container .gig-composebox-data {
        margin-bottom: 10px
    }

    #comments-wrapper.state-logout .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data {
        margin-bottom: 80px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer {
        height: 60px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right {
        float: right
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow {
        display: inline-block;
        right: 20px;
        top: -5px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following {
        padding: 11px 63px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following:before {
        bottom: 9px;
        left: 32px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following:after {
        left: 36px;
        top: 14px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-follow.gig-composebox-following:hover:after {
        font-size: 9px;
        left: 37px;
        top: 14px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-post {
        display: inline-block;
        top: -5px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right {
        float: right
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right .gig-composebox-follow {
        left: -20px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-follow, #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-post {
        top: 25px
    }

    .gig-comments-container .gig-comments-dialog .gig-comments-dialog-caption-container .gig-comments-dialog-close {
        right: -5%;
        top: -22px
    }

    [id$=_showShareUI_shareCanvas] > table {
        max-width: 100%
    }

    [id$=_showShareUI_emailCanvas] > tbody > tr:nth-child(1) tr > td:nth-child(2) div {
        top: -22px;
        transform: translateX(200px)
    }

    [id$=_showShareUI_emailCanvas] > tbody > tr:nth-child(1) tr > td:nth-child(2):before {
        padding: 15px 0 15px 5px
    }
}

@media all and (min-width: 1240px) {
    #comments-wrapper.state-login .gig-comments-container .gig-composebox-data {
        margin-bottom: 20px
    }

    #comments-wrapper.state-login .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-header .gig-composebox-header-left {
        padding-bottom: 0
    }

    #comments-wrapper.state-login .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data {
        margin-bottom: 20px
    }

    #comments-wrapper.state-login .gig-composebox-withBadges .gig-composebox-namecontainer {
        margin-top: 3px
    }

    #comments-wrapper.state-login .gig-composebox-namecontainer {
        margin-top: 0
    }

    #comments-wrapper.state-login .gig-composebox-namecontainer .gig-comment-userBadge {
        bottom: 9px
    }

    #comments-wrapper.state-logout .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data {
        margin-bottom: 20px
    }

    #comments-wrapper.state-logout .gig-comments-container .gig-composebox-data {
        margin-bottom: 7px;
        margin-top: 5px
    }

    #comments-wrapper .comments-header .comments-header-title {
        font-size: 40px;
        padding-left: 20px;
        top: 32px
    }

    #comments-wrapper .comments-header .comment-count:before {
        font-size: 65px;
        left: 30px;
        line-height: 2;
        top: -45px
    }

    #comments-wrapper .comments-header #comment-num {
        left: -2px;
        top: 22px
    }

    #comments-wrapper .gig-composebox-header .gig-composebox-header-left {
        float: right;
        margign-top: 10px;
        top: 10px
    }

    #comments-wrapper .gig-composebox-header .gig-composebox-header-left .gig-composebox-title {
        font-family: 'Open Sans', sans-serif;
        font-size: 17px;
        font-weight: 400;
        font-weight: 700;
        padding-bottom: 3px;
        padding-top: 2px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer {
        height: 50px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right {
        float: right
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right .gig-composebox-follow {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        font-weight: 700;
        display: inline-block;
        padding: 11px 40px;
        right: 20px;
        top: -12px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right .gig-composebox-follow:hover {
        background: #fff;
        color: #3A3A3A
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right .gig-composebox-follow.gig-composebox-following {
        padding: 11px 63px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right .gig-composebox-follow.gig-composebox-following:before {
        bottom: 8px;
        left: 30px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right .gig-composebox-follow.gig-composebox-following:after {
        left: 34px;
        top: 14px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-footer-right .gig-composebox-follow.gig-composebox-following:hover:after {
        font-size: 9px;
        left: 35px;
        top: 15px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-post {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        font-weight: 700;
        display: inline-block;
        padding: 6px 44px;
        top: -12px
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-composebox-post:hover {
        background: #fff;
        border-color: #E0E0E0;
        color: #0065B3;
        cursor: pointer
    }

    #comments-wrapper .gig-comments-container .gig-composebox-data .gig-composebox-footer .gig-comments-houserules {
        padding-top: 30px
    }

    #comments-wrapper .gig-comments-container .gig-comments-composebox {
        padding: 23px 30px
    }

    #comments-wrapper .gig-comments-container .gig-comments-composebox .gig-composebox-site-login {
        margin-bottom: 14px;
        margin-top: 0;
        padding: 7px 42px
    }

    #comments-wrapper .gig-comments-container .gig-comments-composebox .gig-composebox-site-login:hover {
        background: #fff;
        border-color: #E0E0E0;
        color: #0065B3;
        cursor: pointer
    }

    #comments-wrapper .gig-comments-container .gig-comments-composebox.gig-composebox-open .gig-composebox-data {
        margin-bottom: 30px
    }

    #comments-wrapper .gig-comments-container .gig-comments-header .gig-comments-header-right .gig-comments-sort {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-weight: 700;
        margin-right: 35px;
        top: 17px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments {
        padding: 0 30px 30px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment:nth-child(even) {
        margin-left: -30px;
        padding-left: 30px;
        padding-right: 30px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-footer-right {
        margin-right: 24px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-data .gig-comment-footer .gig-comment-footer-right div {
        line-height: 1
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replies {
        margin-left: 0
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox {
        padding-left: 30px;
        padding-right: 30px;
        right: 48px;
        width: 98%
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-header-right {
        position: relative
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-header-right .gig-composebox-close {
        height: 40px;
        right: 0;
        top: 2px;
        width: 40px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-header-right .gig-composebox-close:before {
        font-size: 20px;
        left: 25%;
        pointer-events: none;
        top: 20%
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-header {
        margin-bottom: 15px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-header .gig-composebox-header-left {
        padding-bottom: 30px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer {
        height: 62px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-follow {
        left: -20px;
        top: 5px
    }

    #comments-wrapper .gig-comments-container .gig-comments-comments .gig-comment .gig-comment-replybox .gig-composebox-data .gig-composebox-footer .gig-composebox-post {
        left: 0;
        top: 5px
    }

    #comments-wrapper #btn-show-more-comments:hover, #comments-wrapper .gig-comments-more:hover {
        background: #fff;
        border-color: #E0E0E0;
        color: #0065B3;
        cursor: pointer
    }

    .gig-comments-dialog .gig-comments-dialog-caption-container .gig-comments-dialog-close {
        right: -4%;
        top: -15px
    }

    .gig-share {
        left: 50% !important;
        transform: translateX(-250px)
    }

    body > .gig-share {
        position: fixed !important
    }

    [id$=_showShareUI_emailCanvas] > tbody > tr:nth-child(1) tr > td:nth-child(2) div {
        transform: translateX(198px);
        top: -15px
    }

    [id$=_showShareUI_emailCanvas] > tbody > tr:nth-child(1) tr > td:nth-child(2):before {
        padding: 15px 0 15px 5px
    }

    [id$=_showShareUI_shareCanvas] > table {
        max-width: 100%
    }

    .gig-simpleShareUI .gig-simpleShareUI-inner {
        width: 200px
    }

    .gig-simpleShareUI .gig-simpleShareUI-closeButton {
        right: 3%
    }

    .gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button {
        width: 22%
    }

    .gig-simpleShareUI .gig-simpleShareUI-content .gig-simpleShareUI-button[provider=email] {
        display: inline-block
    }
}

.icon.thumbs-up:before {
    content: ""
}

.icon.thumbs-down:before {
    content: ""
}

.notification {
    padding: 18px 12px
}

#social-follow {
    font-size: 13px;
    margin-bottom: 48px
}

#social-follow:empty {
    margin-bottom: 0
}

#social-headings {
    display: none
}

#social-headings li {
    font-weight: 700
}

#social-methods .icon {
    border-radius: 0;
    font-size: 32px;
    height: 32px;
    width: 32px
}

#social-methods .icon.small {
    font-size: 18px;
    height: 18px;
    width: 18px
}

#social-methods .icon.large {
    cursor: default;
    display: none
}

#social-methods a {
    text-decoration: none
}

#social-methods > div {
    padding: 18px 12px
}

#social-methods > div.facebook-share {
    background: #315C97
}

#social-methods > div.facebook-share strong {
    color: #fff;
    display: block;
    padding-left: 28px;
    position: relative
}

#social-methods > div.facebook-share strong span {
    left: 0;
    position: absolute;
    top: -4px
}

#social-methods > div.facebook-share strong em {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px
}

#social-methods > div.facebook-share .page-name {
    color: #fff;
    font-weight: 700;
    left: 10px;
    position: relative;
    top: -8px
}

@media all and (min-width: 728px) {
    #social-methods > div.facebook-share .page-name {
        left: 0;
        margin-left: 13px;
        margin-top: 45px;
        position: absolute;
        top: calc(50% - 31px)
    }
}

@media all and (min-width: 728px) {
    #social-methods > div.facebook-share .fb-like {
        margin-top: -15px
    }
}

@media all and (min-width: 1240px) {
    #social-methods > div.facebook-share .fb-like {
        margin-top: -18px
    }
}

#social-methods > div.twitter-share {
    background: #39A9E0;
    cursor: pointer
}

#social-methods > div.twitter-share ul {
    overflow: hidden
}

#social-methods > div.twitter-share li {
    box-sizing: border-box;
    float: left;
    line-height: 1.3em;
    list-style-type: none;
    margin-left: 20px;
    min-height: 18px;
    padding-left: 26px;
    position: relative
}

#social-methods > div.twitter-share li:first-child {
    margin-left: 0
}

#social-methods > div.twitter-share li .icon {
    left: 0;
    position: absolute;
    top: -1px
}

#social-methods > div.twitter-share a {
    color: #fff;
    font-weight: 700
}

#social-methods > div.twitter-share span.icon {
    cursor: pointer
}

#social-methods > div.mail-share {
    background: #E90E0E;
    padding-right: 144px;
    position: relative
}

#social-methods > div.mail-share #enter-email {
    cursor: pointer;
    font-weight: 700
}

#social-methods > div.mail-share.textbox {
    padding-bottom: 10px
}

#social-methods > div.mail-share.textbox .icon.large, #social-methods > div.mail-share.textbox #enter-email, #social-methods > div.mail-share.textbox > strong {
    display: none
}

#social-methods > div.mail-share.textbox input {
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    color: #979797;
    display: block;
    font-size: 14px;
    margin-top: -8px;
    padding: 8px;
    width: calc(100% - 24px)
}

#social-methods > div.mail-share.textbox input:focus {
    color: #626262
}

#social-methods > div.mail-share.textbox #subscribe {
    display: block
}

#social-methods > div.mail-share.textbox #subscribe {
    cursor: pointer;
    font-weight: 700
}

#social-methods > div.mail-share.user-message {
    padding: 0
}

#social-methods > div.mail-share.user-message > * {
    display: none
}

#social-methods > div.mail-share.user-message .notification {
    display: block
}

#social-methods > div.mail-share .notification strong {
    display: block;
    font-weight: 700;
    position: relative
}

#social-methods > div.mail-share .notification strong span {
    border-radius: 0;
    font-size: 18px;
    height: 18px;
    top: -1px;
    width: 18px
}

#social-methods > div.mail-share.successful {
    background: #009C33
}

#social-methods > div.mail-share.successful .notification strong {
    color: #fff
}

#social-methods > div.mail-share.successful .notification strong span {
    color: #fff
}

#social-methods > div.mail-share.successful .notification strong span:before {
    content: ""
}

#social-methods > div.mail-share.warning {
    background: gold
}

#social-methods > div.mail-share.warning .notification strong {
    color: #000
}

#social-methods > div.mail-share.warning .notification strong span {
    color: #000
}

#social-methods > div.mail-share.warning .notification strong span:before {
    content: ""
}

#social-methods > div.mail-share.information {
    color: #fff
}

#social-methods > div.mail-share.information .notification strong {
    color: #fff
}

#social-methods > div.mail-share.information .notification strong span {
    color: #fff
}

#social-methods > div.mail-share.information .notification strong span:before {
    content: ""
}

#social-methods > div.mail-share .icon.mail:before {
    font-family: FontAwesome;
    content: "\f003";
}

#social-methods > div.mail-share > strong {
    color: #fff;
    min-height: 19px
}

#social-methods > div.mail-share strong {
    display: block;
    line-height: 1.3em;
    padding-left: 28px;
    position: relative
}

#social-methods > div.mail-share strong span {
    left: 0;
    position: absolute;
    top: -1px
}

#social-methods > div.mail-share a {
    border-radius: 16px;
    background: #fff;
    border-color: #E90E0E;
    border-style: solid;
    border-width: 2px;
    color: #E90E0E;
    display: inline-block;
    padding: 8px 10px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 11px;
    width: 100px
}

#social-methods > div.mail-share a:hover {
    background: #E90E0E;
    border-color: #fff;
    color: #fff
}

#social-methods > div.mail-share input, #social-methods > div.mail-share #subscribe {
    display: none
}

@media all and (min-width: 728px) {
    #social-headings {
        display: flex;
        font-size: 16px
    }

    #social-headings li:first-child:nth-last-child(1) {
        width: calc((100% - 16px) / 1)
    }

    #social-headings li:first-child:nth-last-child(2), #social-headings li:first-child:nth-last-child(2) ~ li {
        width: calc((100% - 16px) / 2)
    }

    #social-headings li:first-child:nth-last-child(3), #social-headings li:first-child:nth-last-child(3) ~ li {
        width: calc((100% - 32px) / 3)
    }

    #social-headings li {
        list-style-type: none;
        padding: 12px;
        background: #F1F1F1
    }

    #social-headings li:not(:last-child) {
        margin-right: 16px
    }

    #social-headings li:nth-child(1) strong {
        color: #315C97
    }

    #social-headings li:nth-child(2) strong {
        color: #39A9E0
    }

    #social-headings li:nth-child(3) strong {
        color: #E90E0E
    }

    #social-methods {
        display: flex
    }

    #social-methods .icon.large {
        display: block;
        position: absolute;
        right: 16px;
        top: calc(50% - 16px)
    }
}

@media all and (min-width: 728px) and (min-width: 1024px) {
    #social-methods .icon.large {
        top: calc(50% - 20px)
    }
}

@media all and (min-width: 728px) and (min-width: 1240px) {
    #social-methods .icon.large {
        top: calc(50% - 16px)
    }
}

@media all and (min-width: 728px) {
    #social-methods div:first-child:nth-last-child(1) {
        width: calc((100% - 16px) / 1)
    }

    #social-methods div:first-child:nth-last-child(2), #social-methods div:first-child:nth-last-child(2) ~ div {
        width: calc((100% - 16px) / 2)
    }

    #social-methods div:first-child:nth-last-child(3), #social-methods div:first-child:nth-last-child(3) ~ div {
        width: calc((100% - 32px) / 3)
    }

    #social-methods > div {
        list-style-type: none;
        padding: 12px;
        align-items: center;
        box-sizing: border-box;
        display: flex;
        position: relative
    }

    #social-methods > div:not(:last-child) {
        margin-right: 16px
    }

    #social-methods > div.facebook-share strong span {
        top: -3px
    }

    #social-methods > div.twitter-share {
        padding-right: 64px
    }

    #social-methods > div.twitter-share li {
        margin-left: 0;
        margin-top: 5px
    }

    #social-methods > div.twitter-share li:first-of-type {
        margin-top: 0
    }

    #social-methods > div.mail-share {
        padding-right: 64px
    }

    #social-methods > div.mail-share.textbox {
        display: block;
        padding: 12px
    }

    #social-methods > div.mail-share.textbox input {
        margin-bottom: 12px;
        margin-top: 0;
        width: calc(100% - 16px)
    }

    #social-methods > div.mail-share.textbox a {
        display: inline-block;
        padding-left: 32px;
        padding-right: 32px;
        width: 80px
    }

    #social-methods > div.mail-share > strong, #social-methods > div.mail-share > .icon.small {
        display: none
    }

    #social-methods > div.mail-share a {
        border-radius: 22px;
        display: block;
        padding: 12px 10px;
        position: relative;
        right: 0;
        top: 0;
        width: 100%
    }

    #social-methods > div.mail-share.user-message {
        padding-right: 64px
    }

    #social-methods > div.mail-share .notification {
        padding-right: 0;
        width: 100%
    }

    #social-methods > div.mail-share .notification strong {
        padding-left: 0
    }

    #social-methods > div.mail-share .notification strong span {
        font-size: 32px;
        height: 32px;
        left: auto;
        right: -48px;
        top: calc(50% - 16px);
        width: 32px
    }
}

@media all and (min-width: 1024px) {
    #social-headings {
        font-size: 14px
    }
}

.jotform-form {
    border: 1px solid #0065B3;
    margin-bottom: 24px;
    margin-left: 12px;
    margin-right: 12px;
    overflow: hidden;
    padding-bottom: 25px;
    position: relative;
    z-index: 0
}

.jotform-form * {
    box-sizing: border-box
}

.jotform-form .competition-header {
    border-bottom: 1px solid #0065B3;
    color: #494949;
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center
}

.jotform-form .form-line {
    border: none;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.jotform-form .form-line input {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    background-color: #F1F1F1;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    float: left;
    height: 50px;
    line-height: 2.1;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    text-overflow: ellipsis;
    width: 100%
}

.jotform-form .form-line input::-webkit-input-placeholder {
    color: #979797;
    font-size: 12px
}

.jotform-form .form-line input:focus {
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    outline: initial
}

.jotform-form .form-line input[disabled] {
    background: transparent;
    border: 1px solid #F1F1F1;
    color: #494949
}

.jotform-form .form-line input::-ms-clear {
    display: none
}

.jotform-form .form-line .dropdown {
    position: relative
}

.jotform-form .form-line .dropdown:before {
    content: ""
}

.jotform-form .form-line .dropdown:before {
    color: #0065B3;
    font-family: icomoon;
    font-size: 17px;
    margin-top: 20px;
    right: 10px;
    bottom: 25px;
    position: absolute;
    pointer-events: none
}

.jotform-form .form-line .form-dropdown {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    background-color: #F1F1F1;
    border: none;
    border-radius: 4px;
    color: #141414;
    cursor: pointer;
    height: 50px;
    line-height: 2.1;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.jotform-form .form-line .form-dropdown:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    outline: initial
}

.jotform-form .form-line .form-dropdown option {
    color: #141414;
    padding: 0
}

.jotform-form .form-label-top, .jotform-form .form-label-left {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 700;
    color: #494949;
    display: block;
    line-height: 1.3;
    margin-bottom: 10px;
    white-space: normal
}

.jotform-form .form-label-center {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 700;
    color: #0065B3;
    padding-bottom: 17px;
    text-align: center
}

.jotform-form .form-label-auto {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
    color: #494949;
    margin-bottom: 12px
}

.jotform-form .form-input {
    display: inline-block;
    width: 100%
}

.jotform-form .form-sub-label-container-2 {
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
    width: 100%
}

.jotform-form .form-sub-label-container-2:nth-child(2n+1) {
    padding-left: 0;
    width: 100%
}

.jotform-form .form-sub-label-container-2 .form-error-message:after {
    top: 21%
}

.jotform-form .form-sub-label-container-3 {
    float: left;
    padding-left: 0;
    padding-right: 10px;
    width: 33%
}

.jotform-form .form-sub-label-container-3:last-child {
    padding-right: 0
}

.jotform-form .form-sub-label-container-3 .form-error-message {
    width: 205%
}

.jotform-form .form-sub-label-container-3 .form-error-message:after {
    left: 18%;
    top: 50%
}

.jotform-form .form-single-column.form-multiple-column {
    border-bottom: 1px solid #0065B3;
    display: inline-block;
    padding-bottom: 30px;
    padding-top: 10px;
    width: 100%
}

.jotform-form .form-single-column.form-multiple-column .form-radio-item, .jotform-form .form-single-column.form-multiple-column .form-checkbox-item {
    display: block;
    padding-bottom: 5px;
    padding-left: 0;
    width: 100%
}

.jotform-form .form-single-column.form-multiple-column .form-radio-item label, .jotform-form .form-single-column.form-multiple-column .form-checkbox-item label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #494949;
    display: block;
    height: auto;
    line-height: 1.3;
    position: relative
}

.jotform-form .form-single-column.form-multiple-column .form-radio-item label .form-radio, .jotform-form .form-single-column.form-multiple-column .form-radio-item label .form-checkbox, .jotform-form .form-single-column.form-multiple-column .form-checkbox-item label .form-radio, .jotform-form .form-single-column.form-multiple-column .form-checkbox-item label .form-checkbox {
    cursor: pointer;
    float: left;
    position: absolute;
    vertical-align: top;
    width: auto
}

.jotform-form .form-single-column.form-multiple-column .form-radio-item label .label-text, .jotform-form .form-single-column.form-multiple-column .form-checkbox-item label .label-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-left: 23px;
    padding-top: 2px
}

.jotform-form .form-single-column.form-multiple-column input[type="checkbox"] .form-error-message + span.check, .jotform-form .form-single-column.form-multiple-column input[type="radio"] .form-error-message + span.check {
    height: 20px;
    width: 20px
}

.jotform-form .form-single-column.form-multiple-column input[type="checkbox"]:checked + .form-error-message + span.check:before, .jotform-form .form-single-column.form-multiple-column input[type="radio"]:checked + .form-error-message + span.check:before {
    bottom: 2px;
    font-size: 12px;
    right: 4px
}

.jotform-form .form-single-column input[type="checkbox"] + .form-error-message + span.check, .jotform-form .form-single-column input[type="radio"] + .form-error-message + span.check {
    display: none;
    height: 15px;
    width: 15px
}

.jotform-form .form-single-column input[type="checkbox"]:checked + .form-error-message + span.check:before, .jotform-form .form-single-column input[type="radio"]:checked + .form-error-message + span.check:before {
    bottom: 2px;
    font-size: 10px;
    right: 2px
}

.jotform-form .form-single-column .form-radio-item, .jotform-form .form-single-column .form-checkbox-item {
    display: block
}

.jotform-form .form-single-column .form-radio-item .form-checkbox, .jotform-form .form-single-column .form-radio-item .form-radio, .jotform-form .form-single-column .form-checkbox-item .form-checkbox, .jotform-form .form-single-column .form-checkbox-item .form-radio {
    display: inline-block;
    height: 15px;
    margin: 0;
    width: 14px
}

.jotform-form .form-single-column .form-radio-item .form-checkbox:focus, .jotform-form .form-single-column .form-radio-item .form-radio:focus, .jotform-form .form-single-column .form-checkbox-item .form-checkbox:focus, .jotform-form .form-single-column .form-checkbox-item .form-radio:focus {
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.jotform-form .form-single-column .form-radio-item:last-child, .jotform-form .form-single-column .form-checkbox-item:last-child {
    padding-bottom: 0
}

.jotform-form .form-single-column .form-radio-item .label-text, .jotform-form .form-single-column .form-checkbox-item .label-text {
    display: block;
    height: 25px;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
    top: 2px
}

.jotform-form .form-single-column .form-checkbox-item .label-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400
}

.jotform-form .form-single-column .form-radio-item .label-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400
}

.jotform-form .button-row {
    padding-bottom: 30px;
    padding-top: 30px
}

.jotform-form .button-row .btn-submit {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
    background: #0065B3;
    border: 2px solid #0065B3;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    left: 50%;
    line-height: 1;
    padding: 12px 34px;
    position: relative;
    outline: initial;
    transform: translateX(-50%);
    transition: .4s ease-in-out all;
    width: auto
}

.jotform-form .button-row .btn-submit:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.jotform-form .button-legend {
    display: none
}

.jotform-form .form-required {
    padding-left: 5px
}

.jotform-form input[type="checkbox"], .jotform-form input[type="radio"] {
    display: none
}

.jotform-form input[type="checkbox"] + .form-error-message + span.check, .jotform-form input[type="radio"] + .form-error-message + span.check {
    background-color: #F1F1F1;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: -1px 6px 0 0;
    position: relative;
    vertical-align: middle
}

.jotform-form input[type="radio"] + .form-error-message + span.check {
    border-radius: 50%
}

.jotform-form input[type="checkbox"]:checked + .form-error-message + span.check:before, .jotform-form input[type="radio"]:checked + .form-error-message + span.check:before {
    content: "\ea10";
    color: #494949;
    font-family: icomoon;
    pointer-events: none;
    position: absolute
}

.jotform-form .form-file input {
    background: none
}

.jotform-form .form-file input:focus {
    box-shadow: none
}

.jotform-form .form-file input::-webkit-file-upload-button {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
    -webkit-appearance: none;
    background-color: #0065B3;
    border: 2px solid #0065B3;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    line-height: 1.2;
    padding: 8px 20px;
    outline: initial;
    text-transform: capitalize
}

.jotform-form .form-single-column .form-checkbox-item.error-required {
    background: gold;
    margin-left: -15px;
    margin-right: -15px
}

.jotform-form .form-single-column .form-checkbox-item.error-required .form-checkbox {
    margin-left: 15px;
    margin-top: 7px
}

.jotform-form .form-single-column .form-checkbox-item.error-required .label-text {
    display: inline-block;
    padding-left: 10px;
    top: 4px
}

.jotform-form .form-single-column .form-checkbox-item.error-required .form-error-message {
    display: block;
    margin-left: 45px
}

.form-header {
    background-size: cover;
    background-position: bottom center;
    background-image: url("../../../../../chameleon-sso/competition/img/stars.png");
    background-color: #0065B3;
    color: #fff;
    padding-bottom: 12px;
    padding-top: 15px;
    position: relative
}

.form-header .logo {
    background: transparent url("data:image/png;base64,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") no-repeat center center;
    height: 50px;
    width: 175px;
    background-size: 100% 100%;
    display: block;
    height: 50px;
    margin: 0 auto 20px;
    position: relative;
    width: 155px
}

.form-header .logo:after {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
    display: block;
    color: #fff;
    content: "competition";
    font-size: 13px;
    letter-spacing: 3.5px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 33px;
    width: 100%
}

select::-ms-expand {
    display: none
}

.competition-enter, .competition-form {
    display: none
}

.competition-enter.current, .competition-form.current {
    display: block
}

.competition-enter.current .jotform-form, .competition-form.current .jotform-form {
    display: block
}

.jotform-form, .thank-you {
    display: none
}

.thank-you.current {
    display: block
}

.thank-you .message {
    border: 1px solid #0065B3;
    text-align: center
}

.thank-you .message span {
    color: #494949;
    display: block
}

.thank-you .message .first {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-weight: 700;
    padding: 30px 0 20px 0
}

.thank-you .message .second {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 5px
}

.thank-you .message .second:last-child {
    padding-bottom: 30px
}

.competition-wrapper {
    margin-bottom: 24px;
    margin-left: 12px;
    margin-right: 12px;
    position: relative
}

.competition-wrapper .form-logout, .competition-wrapper .form-logout-success {
    bottom: 40%;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-transform: uppercase
}

.form-login-button {
    background-color: #0065B3;
    background-image: url("../../../../../chameleon-sso/competition/img/stars.png");
    background-position: bottom;
    background-size: cover;
    height: 95px;
    padding: 0 20px;
    position: relative
}

.form-login-button .logo {
    background: transparent url("data:image/png;base64,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") no-repeat center center;
    height: 50px;
    width: 175px;
    background-size: contain;
    display: block;
    height: 45px;
    left: 0;
    position: absolute;
    top: 18px;
    width: 140px
}

.form-login-button .logo:after {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    content: "competition";
    display: block;
    left: 21px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 40px
}

.form-login-button .button {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    box-sizing: border-box;
    color: #0065B3;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 30px;
    position: absolute;
    right: 18px;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s ease-in-out all
}

.competition-scrim {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 5
}

.competition-scrim.scrim-visible {
    opacity: 1;
    visibility: visible
}

.form-error-message {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 700;
    color: #626262;
    bottom: 3px;
    display: none;
    line-height: 1;
    margin-bottom: 8px;
    margin-left: 10px;
    position: relative;
    width: 100%
}

.header-error-message {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 700;
    background-color: gold;
    color: #141414;
    display: none;
    line-height: 1.2;
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 18px;
    position: relative;
    text-align: center;
    top: 10px
}

.yellow-background {
    background: gold !important
}

.yellow-background::-webkit-input-placeholder {
    color: #141414 !important
}

.grey-background {
    background: #F1F1F1
}

.display-inline {
    display: inline-block
}

.display-block {
    display: block
}

@media all and (min-width: 728px) {
    .jotform-form {
        margin-left: 0;
        margin-right: 0
    }

    .jotform-form .form-single-column.form-multiple-column .form-radio-item, .jotform-form .form-single-column.form-multiple-column .form-checkbox-item {
        display: inline-block;
        float: left;
        padding-bottom: 0;
        padding-left: 25px;
        width: 32%
    }

    .jotform-form .form-sub-label-container-2 {
        display: block;
        float: left;
        width: 50%
    }

    .jotform-form .form-sub-label-container-2:nth-child(2n+1) {
        padding-right: 5px;
        width: 50%
    }

    .competition-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .competition-wrapper .form-logout, .competition-wrapper .form-logout-success {
        font-size: 15px;
        right: 20px
    }

    .form-login-button {
        padding: 0 30px
    }

    .form-login-button .logo {
        height: 50px;
        left: 7px;
        top: 12px;
        width: 155px
    }

    .form-login-button .logo:after {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: 600;
        left: 23px;
        letter-spacing: 1.5px;
        top: 45px
    }

    .form-login-button .button {
        line-height: 1.5;
        padding: 13px 48px;
        right: 28px
    }

    .header-error-message {
        padding: 10px
    }
}

@media all and (min-width: 1024px) {
    .jotform-form {
        margin-left: 0;
        margin-right: 0
    }

    .jotform-form .form-sub-label-container-2 {
        display: inline-block;
        float: left;
        width: 50%
    }

    .jotform-form .form-sub-label-container-2:nth-child(2n+1) {
        padding-right: 5px;
        width: 50%
    }

    .competition-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .thank-you .message .first {
        font-size: 22px
    }

    .thank-you .message .second {
        font-size: 15px
    }
}

@media all and (min-width: 1240px) {
    .jotform-form {
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0
    }

    .jotform-form .form-line {
        padding-left: 30px;
        padding-right: 30px
    }

    .jotform-form .form-line input, .jotform-form .form-line .form-dropdown {
        height: 40px
    }

    .jotform-form .form-line .dropdown.no-before:before {
        bottom: 45px
    }

    .jotform-form .form-line .dropdown:before {
        bottom: 20px
    }

    .jotform-form .form-sub-label-container-2 {
        display: inline-block;
        float: left;
        width: 50%
    }

    .jotform-form .form-sub-label-container-2:nth-child(2n+1) {
        padding-right: 5px;
        width: 50%
    }

    .jotform-form .form-single-column.form-multiple-column .form-radio-item label .label-text, .jotform-form .form-single-column.form-multiple-column .form-checkbox-item label .label-text {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 400
    }

    .jotform-form .form-single-column.form-multiple-column input[type="checkbox"] + .form-error-message + span.check, .jotform-form .form-single-column.form-multiple-column input[type="radio"] + .form-error-message + span.check {
        height: 25px;
        width: 25px
    }

    .jotform-form .form-single-column.form-multiple-column input[type="checkbox"]:checked + .form-error-message + span.check:before, .jotform-form .form-single-column.form-multiple-column input[type="radio"]:checked + .form-error-message + span.check:before {
        bottom: 4px;
        right: 6px
    }

    .jotform-form .form-single-column .form-checkbox-item .form-radio, .jotform-form .form-single-column .form-radio-item .form-radio {
        margin: 0
    }

    .jotform-form .form-single-column .form-checkbox-item .form-checkbox, .jotform-form .form-single-column .form-radio-item .form-checkbox {
        margin: 3px 3px 0 5px
    }

    .jotform-form .form-single-column .form-checkbox-item .label-text, .jotform-form .form-single-column .form-radio-item .label-text {
        top: 4px
    }

    .jotform-form .form-sub-label-container-3 {
        width: 20%
    }

    .jotform-form .button-row .btn-submit:hover {
        background: #fff;
        border: 2px solid #0065B3;
        color: #0065B3
    }

    .jotform-form .form-single-column .form-checkbox-item.error-required {
        margin-left: -30px;
        margin-right: -30px
    }

    .jotform-form .form-single-column .form-checkbox-item.error-required .form-checkbox {
        margin-left: 35px
    }

    .jotform-form .form-single-column .form-checkbox-item.error-required .label-text {
        width: 40%
    }

    .jotform-form .form-single-column .form-checkbox-item.error-required .form-error-message {
        display: inline-block;
        margin-left: 0;
        top: 5px;
        width: 40%
    }

    .competition-wrapper {
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0
    }

    .form-login-button {
        padding: 0 30px
    }

    .form-login-button .logo {
        height: 60px;
        left: 15px;
        top: 10px
    }

    .form-login-button .logo:after {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 600;
        left: 14px;
        letter-spacing: 2px;
        top: 50px
    }

    .form-login-button .button {
        font-size: 16px;
        line-height: 1;
        padding: 16px 60px
    }

    .form-login-button .button:hover {
        background: #0065B3;
        border: 2px solid #fff;
        color: #fff
    }

    .header-error-message {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-weight: 700
    }

    .thank-you .message .first {
        font-size: 20px
    }

    .thank-you .message .second {
        font-size: 13px
    }
}

.comment-prompt {
    background: #fff;
    float: left;
    margin: 0 12px 30px;
    position: relative;
    text-align: center;
    transition: 50ms ease-in-out;
    width: calc(100% - 24px)
}

.comment-prompt:before, .comment-prompt:after {
    background: #F1F1F1;
    content: '';
    height: 8px;
    left: 0;
    position: absolute;
    transition: 150ms ease-in-out;
    width: 100%
}

.comment-prompt:before {
    top: 0
}

.comment-prompt:after {
    bottom: 0
}

.comment-prompt:hover:before {
    top: -8px
}

.comment-prompt:hover:after {
    bottom: -8px
}

.comment-prompt:hover:before, .comment-prompt:hover:after {
    background: #0065B3
}

.comment-prompt .comment-anchor {
    display: block;
    padding: 24px 12px
}

.comment-prompt .comment-anchor:hover {
    text-decoration: none
}

.comment-prompt .comment-icon {
    background: url("../../../../../chameleon-sso/comments/img/comment.png") no-repeat center center;
    display: inline-block;
    height: 57px;
    margin: 0 auto 8px;
    position: relative;
    width: 86px
}

.comment-prompt .comment-icon:before {
    background-image: url("../img/icon-nechronicle.svg");
    content: '';
    height: 20px;
    position: absolute;
    right: 44px;
    top: 14px;
    width: 20px
}

.comment-prompt .comment-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-weight: 700;
    color: #494949;
    line-height: 1.4;
    margin-bottom: 0
}

.comment-prompt .user-name {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 700;
    color: #141414;
    margin-bottom: 8px
}

.comment-prompt .comment-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 700;
    background: #0065B3;
    border: 2px solid #0065B3;
    border-radius: 30px;
    clear: both;
    color: #fff;
    display: inline-block;
    margin-top: 12px;
    padding: 12px 34px;
    position: relative;
    transition: 400ms ease-in-out all
}

.comment-prompt .comment-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3A3A3A;
    font-style: italic;
    line-height: 1.4;
    margin: 0;
    padding: 0
}

@media all and (min-width: 728px) {
    .comment-prompt {
        margin: 8px 40px 30px 0;
        max-width: 280px
    }

    .comment-prompt .comment-anchor {
        padding: 32px 12px
    }

    .comment-prompt .comment-header {
        font-size: 22px
    }

    .comment-prompt .comment-icon {
        margin: 0 auto 12px
    }
}

@media all and (min-width: 1024px) {
    .comment-prompt {
        max-width: 240px
    }

    .comment-prompt .comment-header {
        font-size: 20px
    }
}

@media all and (min-width: 1240px) {
    .comment-prompt {
        max-width: 300px
    }

    .comment-prompt .comment-header {
        font-size: 24px
    }

    .comment-prompt .comment-btn:hover {
        background: #fff;
        border-color: #0065B3;
        color: #0065B3;
        cursor: pointer
    }
}

#wrapper {
    background-size: cover;
    display: block;
    overflow: hidden;
    width: 100%
}

#wrapper .footer {
    margin: 80px auto 60px auto
}

#wrapper .footer .button {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #0065B3;
    cursor: pointer;
    display: inline-block;
    left: 50%;
    padding: 10px 35px;
    position: relative;
    transform: translatex(-50%);
    transition: 400ms ease-in-out all
}

.content {
    display: block;
    width: 100%
}

.content .header {
    bottom: 10px;
    font-weight: 700;
    margin-bottom: 36px;
    position: relative;
    text-align: center
}

.text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-top: 240px
}

.text ul {
    box-sizing: border-box;
    display: inline-block;
    left: 50%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    transform: translateX(-50%);
    vertical-align: top;
    width: 70%
}

.text ul:first-child {
    padding-right: 0
}

.text ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    background: url("../../../../../chameleon-sso/premium/img/green-tick.png") no-repeat 0 1px;
    background-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 18px;
    padding-left: 25px
}

@media all and (min-width: 728px) {
    .text ul {
        left: 0;
        padding-left: 20px;
        padding-right: 50px;
        transform: inherit;
        width: calc(50% - 4px)
    }

    .text ul:first-child {
        margin-top: 0
    }

    .text ul:first-of-type {
        padding-left: 50px;
        padding-right: 20px
    }

    .text ul li {
        font-size: 18px
    }
}

@media all and (min-width: 1240px) {
    #wrapper .footer .button:hover {
        background-color: #0065B3;
        border-color: #fff;
        color: #fff
    }
}

#premium-article-prompt, #bottom-article-message {
    display: none
}

.blokada-auto #bottom-article-message, .blokada #bottom-article-message {
    display: none
}

.blokada-auto #premium-article-prompt, .blokada #premium-article-prompt {
    display: block
}

.blokada-auto #wrapper-premium, .blokada #wrapper-premium {
    background: transparent;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    display: none
}

.blokada-auto #wrapper-premium .content, .blokada #wrapper-premium .content {
    background-position: 50% 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    width: 100%
}

.blokada-auto #wrapper-premium .text, .blokada #wrapper-premium .text {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding-top: 240px
}

.blokada-auto #wrapper-premium .header, .blokada #wrapper-premium .header {
    font-weight: bold;
    margin-bottom: 36px;
    text-align: center
}

.blokada-auto #wrapper-premium footer, .blokada #wrapper-premium footer {
    margin: 80px auto 60px
}

@media all and (min-width: 728px) {
    .blokada-auto #bottom-article-message, .blokada #bottom-article-message {
        display: block
    }
}

.wip .msg-prompt {
    opacity: 0;
    transition: opacity 0.3s
}

.msg-prompt {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px 15px;
    transition: opacity 0.3s
}

.msg-prompt .lead {
    color: #fff;
    font-weight: 700;
    width: calc(100% - 150px)
}

.msg-prompt .button-container {
    flex-shrink: 0
}

.msg-prompt .logo {
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    height: 60px;
    width: 80px
}

.inline {
    flex: 0 1 auto;
    margin: 0 5px;
    vertical-align: middle
}

.subscribe {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    box-sizing: border-box;
    color: #0065B3;
    cursor: pointer;
    max-width: 170px;
    outline: initial;
    padding: 8px 12px;
    transition: 200ms ease-in-out all
}

#bottom-article-message {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #d62226;
    bottom: 0;
    left: 0;
    position: fixed;
    transition: opacity .5s;
    width: 100%;
    z-index: 3
}

@media all and (min-width: 728px) {
    .inline {
        margin: 0 10px
    }

    .msg-prompt .logo {
        display: block
    }

    .msg-prompt .lead {
        width: auto
    }
}

@media all and (min-width: 1240px) {
    .subscribe:hover {
        background-color: #0065B3;
        border-color: #fff;
        color: #fff
    }
}


@media all and (min-width: 1240px) {
    #agents {
        margin: 0 auto;
        width: 1176px
    }
}



@media all and (min-width: 1024px) {
    .sign-list .star-sign:hover img {
        margin: -5px 0 5px
    }

    .sign-list .star-sign:hover .title {
        text-decoration: underline
    }
}

@media all and (min-width: 1240px) {
    .sign-list .star-sign {
        width: 15.6675%
    }
}



.section-theme {
    color: #0065B3 !important
}

.section-theme-background-with-transparency {
    background: rgba(0, 101, 179, 0.12) !important
}

.section-theme-highlight {
    background-color: #d60000 !important;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

}

.section-theme-indicator:before, .section-theme-indicator:after {
    color: #0065B3 !important
}

.section-theme-background-indicator:before, .section-theme-background-indicator:after, .section-theme-inherit-background-indicator *:not([class*=section-theme-]):before, .section-theme-inherit-background-indicator *:not([class*=section-theme-]):after {
    background: #d60000 !important
}

.section-theme-gradient {
    background: #0065B3 !important;
    background: transparent linear-gradient(to right bottom, rgba(0, 101, 179, 0.7) 49%, #0065b3 50%) !important;
    color: #fff
}

.section-theme-border, .section-theme-border:before, .section-theme-inherit-border *:not([class*=section-theme-]) {
    border-color: #d60000 !important
}

.section-theme-button {
    background-color: #0065B3 !important;
    border: 2px solid #0065B3 !important;
    color: #fff
}

.section-theme-button:hover {
    background-color: #fff !important;
    border-color: #E0E0E0 !important;
    color: #0065B3 !important
}

.section-theme-button-highlight {
    background-color: #fff;
    border-color: #E0E0E0
}

.section-theme-button-highlight:hover {
    background-color: #0065B3 !important;
    border-color: #0065B3 !important;
    color: #fff
}

.section-theme-hover:hover {
    color: #0065B3 !important
}

.live-event-entry[data-type='key-event'] {
    border-bottom: 6px solid #0065B3;
    border-left: 1px solid rgba(0, 101, 179, 0.15);
    border-right: 1px solid rgba(0, 101, 179, 0.15)
}

.live-event-entry[data-type='key-event'] .entry-info {
    background: #0065B3
}

.live-event-entry[data-type='key-event'] .entry-content {
    background: rgba(0, 101, 179, 0.03)
}


#logo {
    background: #ffffff url('../images/insidezim.png') no-repeat left top;
    height: 50px;
    width: 175px;
    background-size: 100% 100%
}

@media all and (min-width: 728px) {
   /* #logo {
        height: 60px;
        width: 210px
    }
    */
}



@media all and (min-width: 1240px) {
    #logo {
        height: 80px;
        width: 175px;
    }


}

.publication-font {
    font-weight: 400
    
}

.static-content h1, .static-content h2, .static-content h3, .static-content h4, .static-content h5, .static-content h6 {
    font-weight: 400
}

.static-content a {
    color: #0065B3
}

.mod-video .suggested-video-failed .suggested-text {
    color: #0065B3
}

.mod-video .vjs-control-bar:not(.vjs-ad-control-bar) .vjs-progress-control .vjs-play-progress, .mod-video .vjs-control-bar:not(.vjs-ad-control-bar) .vjs-volume-level {
    background-color: #0065B3
}

.article-body p a, .article-body li a, .article-body h1 a, .article-body h2 a, .article-body h3 a, .article-body h4 a, .article-body h5 a, .article-body h6 a, .article-body b a, .article-body i a, .article-body strong a {
    color: #0065B3
}

.article-body > a {
    color: #0065B3
}

.chart-container .number-statistic.default {
    background-color: #0065B3
}

.pagination ul li a {
    color: #0065B3
}

.section-head.section-info a, .section-head.section-info p:first-child a {
    color: #0065B3
}

.pagination ul li.active a, .pagination ul li a:hover {
    background-color: #0065B3;
    color: #fff
}

.topic-more-on a {
    color: #0065B3 !important
}

[data-mod='mostRead'] [data-value='mostRead'] .teaser:before, .base-layout [data-mod='mostRead'] [data-value='mostRead'] .teaser-highlight .inner:before {
    font-family: 'Signika Negative Bold', sans-serif !important;
    font-weight: 400
}

.social-sites .facebook {
    color: #315C97
}

.social-sites .facebook:before {
    font-family: FontAwesome;
    content: "\f09a";
}

.social-sites .googleplus {
    color: #DD4B39
}

.social-sites .googleplus:before {
    content: ""
}

.social-sites .instagram {
    color: #517FA3
}

.social-sites .instagram:before {
    font-family: FontAwesome;
    content: "\f16d";
}

.social-sites .linkedin {
    color: #007BB5
}

.social-sites .linkedin:before {
    content: ""
}

.social-sites .pinterest {
    color: #CD1D1F
}

.social-sites .pinterest:before {
    content: ""
}

.social-sites .reddit {
    color: #B2CFEF
}

.social-sites .reddit:before {
    content: ""
}

.social-sites .stumble-upon {
    color: #F74425
}

.social-sites .stumble-upon:before {
    content: ""
}

.social-sites .twitter {
    color: #39A9E0
}

.social-sites .twitter:before {
    font-family: FontAwesome;
    content: "\f099";
}

.social-sites .whatsapp {
    color: #3BB931
}

.social-sites .whatsapp:before {
    content: ""
}

.social-sites .comments {
    color: #009C33
}

.social-sites .comments:before {
    content: ""
}

.social-sites .icon {
    background-color: #2d2d2d;
    color: #fff
}

.has-children:hover > ul.sub-menu {
    display:block !important;
}

#signin.social_sites:before {
    border-width: 0 0 33px 12px;
}


#signin .social-sites {
    width:124px;
}



#signin.social_sites .label .icon {

    background: #ef0000;
    color: #fff;
}
#signin.social_sites:before {
    border-width: 0 0 32px 13px;
    right: 124px;
    border-color: transparent transparent #757575;
}


#signin.social_sites .label{
    background: #757575;
}

#signin.social_sites a {
    width: 28px;
    height: 20px;
    padding: 13px 14px;
    margin-left: 4px;
    margin-top: 3px;
}

.widget_liveblog {
    background: #f9f9f9;
    height:700px;
    padding:5px 2px !important;
    overflow: auto;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

.liveheader {


    background: #d60000; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #d60000, #990008); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #d60000, #990008); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    padding: 20px;  color: #fff;
    border-radius: 5px 5px 0px 0px;
    border-style: solid;
    border-color:#232323;
    border-width:1px 1px 4px 1px;
}

.liveheader h3:before {
  /*  content: '\f0a1';
    font-family: FontAwesome;
    margin-right: 10px;
    animation: blinker 20s linear infinite;
*/

}

.liveheader h3 {

    font-size: 26pt;

}

.liveheader h3 {
  /*  animation: blinker 20s linear infinite;

   */

}

@keyframes blinker {

    2.5% { opacity: 0; }
    5% { opacity: 1; }
    7.5% { opacity: 0; }
    10% { opacity: 1; }
    12.5% { opacity: 0; }
    15% { opacity: 1; }
   100% { opacity: 1; }
}





/*
Breaking news in live widget
 */

.breaking-news-headline {
    display: block;
    position: absolute;
    font-family: arial;
    font-size: 13px;
    margin-top: -22px;
    color: white;
    margin-left: 100px;
}

.breaking-news-title {
    background-color: #FFF;
    display: block;
    height: 20px;
    width: 60px;
    font-family: arial;
    font-size: 11px;
    position: absolute;
    top: 0px;
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 10px;
    padding-left: 3px;
    z-index: 3;
}
.breaking-news-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top: 0;
    left: -12px;
    border-left: 12px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 30px solid #FFF;
}
.breaking-news-title:after {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    right: -12px;
    top: 0;
    border-right: 12px solid transparent;
    border-left: 0px solid transparent;
    border-top: 30px solid #FFF;
}

#breaking-news-colour {
    height: 30px;
    width: 694px;
    background-color: #2d2d2d;
}

#breaking-news-container {
    height: 30px;
    width: 694px;
    overflow: hidden;
    position: absolute;
}
#breaking-news-container:before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #2d2d2d;
    position: absolute;
    z-index: 2;
}

.animated {
    -webkit-animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.2s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
}

.delay-animated {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.4s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.scroll-animated {
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 3s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-animated2 {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.4s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-animated3 {
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 5s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 3s;
}

.fadein {
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -o-animation-name: fadein;
    animation-name: fadein;
}

@-webkit-keyframes fadein {
    from {
        margin-left: 1000px;
    }
}
@-moz-keyframes fadein {
    from {
        margin-left: 1000px;
    }
}
.slidein {
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
    -o-animation-name: slidein;
    animation-name: slidein;
}

@keyframes marquee {
    0% {
        left: 0;
    }
    20% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
.marquee {
    animation: marquee 10s linear infinite;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 3s;
}

@-webkit-keyframes slidein {
    from {
        margin-left: 800px;
    }
    to {
        margin-top: 0px;
    }
}
@-moz-keyframes slidein {
    from {
        margin-left: 800px;
    }
    to {
        margin-top: 0px;
    }
}
.slideup {
    -webkit-animation-name: slideup;
    -moz-animation-name: slideup;
    -o-animation-name: slideup;
    animation-name: slideup;
}

@-webkit-keyframes slideup {
    from {
        margin-top: 30px;
    }
    to {
        margin-top: 0;
    }
}
@-moz-keyframes slideup {
    from {
        margin-top: 30px;
    }
    to {
        margin-top: 0;
    }
}

