.wp-block-archives {
    box-sizing: border-box
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    line-height: 0
}

.wp-block-avatar, .wp-block-avatar img {
    box-sizing: border-box
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    box-sizing: border-box
}

.wp-block-audio :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-audio audio {
    min-width: 300px;
    width: 100%
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em) * .75)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em) * .5)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em) * .25)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
    border: 2px solid;
    padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
    color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
    background-color: initial;
    background-image: none
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter, .wp-block-calendar {
    text-align: center
}

.wp-block-calendar td, .wp-block-calendar th {
    border: 1px solid;
    padding: .25em
}

.wp-block-calendar th {
    font-weight: 400
}

.wp-block-calendar caption {
    background-color: inherit
}

.wp-block-calendar table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
    color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #ddd
}

.wp-block-calendar table.has-background th {
    background-color: inherit
}

.wp-block-calendar table.has-text-color th {
    color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.wp-block-categories {
    box-sizing: border-box
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
    text-align: center
}

.wp-block-code {
    box-sizing: border-box
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
    align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-post-comments {
    box-sizing: border-box
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    clear: both;
    content: "";
    display: table
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    margin-top: .5em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 2rem
}

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

.wp-block-cover, .wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient, .wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: initial
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: ""
}

.wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 100%;
    z-index: 1
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-touch-callout:inherit) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)) {
    color: inherit
}

.wp-block-details {
    box-sizing: border-box
}

.wp-block-details summary {
    cursor: pointer
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-height: 240px;
    min-width: 320px
}

.wp-block-embed {
    overflow-wrap: break-word
}

.wp-block-embed :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
    font-size: .8em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file * + .wp-block-file__button {
    margin-left: .75em
}

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-form-input__label {
    display: flex;
    flex-direction: column;
    gap: .25em;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-form-input__label.is-label-inline {
    align-items: center;
    flex-direction: row;
    gap: .5em
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
    margin-bottom: .5em
}

.wp-block-form-input__label:has(input[type=checkbox]) {
    flex-direction: row-reverse;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-form-input__label-content {
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-form-input__input {
    font-size: 1em;
    margin-bottom: .5em;
    padding: 0 .5em
}

.wp-block-form-input__input[type=date], .wp-block-form-input__input[type=datetime-local], .wp-block-form-input__input[type=datetime], .wp-block-form-input__input[type=email], .wp-block-form-input__input[type=month], .wp-block-form-input__input[type=number], .wp-block-form-input__input[type=password], .wp-block-form-input__input[type=search], .wp-block-form-input__input[type=tel], .wp-block-form-input__input[type=text], .wp-block-form-input__input[type=time], .wp-block-form-input__input[type=url], .wp-block-form-input__input[type=week] {
    border: 1px solid;
    line-height: 2;
    min-height: 2em
}

textarea.wp-block-form-input__input {
    min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    flex: 1;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(33.33333% - .66667em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    width: 100%;
    will-change: transform
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
    background-color: initial
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: initial;
    border: 3px solid #0000;
    border-radius: 8px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
    background-color: #fffc
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
    scrollbar-color: #fffc #0000
}

@media (hover: none) {
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        scrollbar-color: #fffc #0000
    }
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: 0 0;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * .66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * .75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * .8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * .83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * .85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * .875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * .5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
    rotate: 180deg
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image[style*=border-radius] img, .wp-block-image[style*=border-radius] > a {
    border-radius: inherit
}

.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
    display: table
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image.alignright > figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-image.is-style-circle-mask img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius: 0;
        -webkit-mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
        mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 9999px
}

.wp-block-image figure {
    margin: 0
}

.wp-lightbox-container {
    display: flex;
    flex-direction: column;
    position: relative
}

.wp-lightbox-container img {
    cursor: zoom-in
}

.wp-lightbox-container img:hover + button {
    opacity: 1
}

.wp-lightbox-container button {
    align-items: center;
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    background-color: #5a5a5a40;
    border: none;
    border-radius: 4px;
    cursor: zoom-in;
    display: flex;
    height: 20px;
    justify-content: center;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 16px;
    transition: opacity .2s ease;
    width: 20px;
    z-index: 100
}

.wp-lightbox-container button:focus-visible {
    outline: 3px auto #5a5a5a40;
    outline: 3px auto -webkit-focus-ring-color;
    outline-offset: 3px
}

.wp-lightbox-container button:hover {
    cursor: pointer;
    opacity: 1
}

.wp-lightbox-container button:focus {
    opacity: 1
}

.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
    background-color: #5a5a5a40;
    border: none
}

.wp-lightbox-overlay {
    box-sizing: border-box;
    cursor: zoom-out;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100000
}

.wp-lightbox-overlay .close-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 0;
    position: absolute;
    right: calc(env(safe-area-inset-right) + 16px);
    top: calc(env(safe-area-inset-top) + 16px);
    z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
    background: 0 0;
    border: none
}

.wp-lightbox-overlay .lightbox-image-container {
    height: var(--wp--lightbox-container-height);
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: top left;
    width: var(--wp--lightbox-container-width);
    z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: relative;
    transform-origin: 0 0;
    width: 100%;
    z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
    height: var(--wp--lightbox-image-height);
    min-height: var(--wp--lightbox-image-height);
    min-width: var(--wp--lightbox-image-width);
    width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
    display: none
}

.wp-lightbox-overlay button {
    background: 0 0;
    border: none
}

.wp-lightbox-overlay .scrim {
    background-color: #fff;
    height: 100%;
    opacity: .9;
    position: absolute;
    width: 100%;
    z-index: 2000000
}

.wp-lightbox-overlay.active {
    animation: turn-on-visibility .25s both;
    visibility: visible
}

.wp-lightbox-overlay.active img {
    animation: turn-on-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) {
    animation: turn-off-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) img {
    animation: turn-off-visibility .25s both
}

@media (prefers-reduced-motion: no-preference) {
    .wp-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container {
        animation: lightbox-zoom-in .4s
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
        animation: none
    }

    .wp-lightbox-overlay.zoom.active .scrim {
        animation: turn-on-visibility .4s forwards
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
        animation: none
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
        animation: lightbox-zoom-out .4s
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
        animation: none
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
        animation: turn-off-visibility .4s forwards
    }
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }
    99% {
        opacity: 0;
        visibility: visible
    }
    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
    }
    to {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%, -50%) scale(1);
        visibility: visible
    }
    99% {
        visibility: visible
    }
    to {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden
    }
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])), .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
    line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a, .wp-block-latest-comments[style*=font-size] a {
    font-size: inherit
}

.wp-block-latest-posts {
    box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    overflow-wrap: break-word
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

:root :where(.wp-block-latest-posts.is-grid) {
    padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
    padding-left: 0
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol, ul {
    box-sizing: border-box
}

:root :where(ul.has-background,ol.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    box-sizing: border-box;
    direction: ltr;
    display: grid;
    grid-template-columns:50% 1fr;
    grid-template-rows:auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns:1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media, .wp-block-media-text > .wp-block-media-text__content, .wp-block-media-text > .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text > .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

.wp-block-navigation ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0
}

.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    display: flex;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation :where(a), .wp-block-navigation :where(a:active), .wp-block-navigation :where(a:focus) {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: none;
    color: currentColor;
    display: inline-block;
    font-size: inherit;
    height: .6em;
    line-height: 0;
    margin-left: .25em;
    padding: 0;
    width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    height: inherit;
    margin-top: .075em;
    width: inherit
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 0;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        background: #0000;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: .5em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width: 782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    display: flex;
    position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: initial;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-left: 0;
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
    padding: 0
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
    background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
    color: #000
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
    flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
    color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    background-color: inherit !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
    z-index: 100000
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting, inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    border: none;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    visibility: visible;
    width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: var(--navigation-layout-justification-setting, initial);
    display: flex;
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: #0000 !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    background: #0000;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 24px;
    pointer-events: none;
    width: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size, 100%)
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width: 782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.link-ui-tools {
    border-top: 1px solid #f0f0f0;
    padding: 8px
}

.link-ui-block-inserter {
    padding-top: 8px
}

.link-ui-block-inserter__back {
    margin-left: 8px;
    text-transform: uppercase
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align, initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.wp-block-post-author__content {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-post-author__name {
    margin: 0
}

:where(.wp-block-post-comments-form) input:not([type=submit]), :where(.wp-block-post-comments-form) textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])), :where(.wp-block-post-comments-form) textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: break-word;
    text-align: center
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .wp-block-post-comments-form .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-date {
    box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block;
    height: 100%
}

.wp-block-post-featured-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: #000;
    inset: 0;
    position: absolute
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: initial
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-featured-image:where(.alignleft,.alignright) {
    width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"], .wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-terms {
    box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-time-to-read, .wp-block-post-title {
    box-sizing: border-box
}

.wp-block-post-title {
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    box-sizing: border-box;
    white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    box-sizing: border-box;
    margin: 0 0 1em;
    overflow-wrap: break-word;
    padding: 4em 0;
    text-align: center
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote blockquote {
    margin: 0
}

.wp-block-pullquote p {
    margin-top: 0
}

.wp-block-pullquote p:last-child {
    margin-bottom: 0
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: normal;
    text-transform: none
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-post-template.is-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container > li {
    margin: 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }
}

@media (max-width: 600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns:1fr
    }
}

.wp-block-post-template-is-layout-constrained > li > .alignright, .wp-block-post-template-is-layout-flow > li > .alignright {
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained > li > .alignleft, .wp-block-post-template-is-layout-flow > li > .alignleft {
    float: left;
    margin-inline-end: 2em;
    margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained > li > .aligncenter, .wp-block-post-template-is-layout-flow > li > .aligncenter {
    margin-inline-end: auto;
    margin-inline-start: auto
}

.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title, .wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-quote > cite {
    display: block
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
    text-decoration: none
}

.wp-block-read-more:where(:not([style*=text-decoration])):active, .wp-block-read-more:where(:not([style*=text-decoration])):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: 10px;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    height: 1.25em;
    min-height: 24px;
    min-width: 24px;
    width: 1.25em;
    fill: currentColor;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    flex-shrink: 0;
    margin-left: 0;
    max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
    max-width: calc(100% - 100px)
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    min-width: 0 !important;
    transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
    flex-basis: 100%;
    transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden, .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
    overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    flex-basis: 0;
    flex-grow: 0;
    margin: 0;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 0 !important
}

:where(.wp-block-search__input) {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    float: right
}

.wp-block-separator {
    border: none;
    border-top: 2px solid
}

:root :where(.wp-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-separator.is-style-dots {
    background: 0 0 !important;
    border: none !important
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block;
    line-height: 0
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

.wp-block-site-logo a, .wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

:root :where(.wp-block-site-logo.is-style-rounded) {
    border-radius: 9999px
}

:root :where(.wp-block-site-title a) {
    color: inherit
}

.wp-block-social-links {
    background: 0 0;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: .65em;
    margin-left: .5em;
    margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    display: flex;
    justify-content: center
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
    display: inline-block;
    margin: 0;
    padding: 0
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
    color: currentColor;
    fill: currentColor
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
    background-color: #0a7aff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
    background-color: #1d4fc4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
    background: 0 0
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
    color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
    color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
    color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
    color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
    color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
    color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
    color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
    color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
    color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
    color: #1778f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
    color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
    color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
    color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
    color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
    color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
    color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
    color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
    color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
    color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
    color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
    color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
    color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
    color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
    color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
    color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
    color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
    color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
    color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
    color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
    color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
    color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
    color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
    color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
    color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
    color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
    color: #d32422
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

:root :where(.wp-block-social-links .wp-social-link a) {
    padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
    padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
    color: #000
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
    justify-content: center;
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: initial;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: #0000
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] > * {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] > * {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style] > * {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
    border-style: inherit;
    border-width: inherit
}

:where(.wp-block-term-description) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    vertical-align: middle;
    width: 100%
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.editor-styles-wrapper, .entry-content {
    counter-reset: footnotes
}

a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super
}

a[data-fn].fn:after {
    content: "[" counter(footnotes) "]";
    float: left;
    text-indent: 0
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

#review-statistics {
    width: 100%;
    margin: auto
}

#review-statistics div {
    box-sizing: border-box
}

.cwp-item-price {
    float: right;
    font-size: 1.75em
}

#review-statistics h1, #review-statistics h2, #review-statistics h3, #review-statistics h4, #review-statistics h5, #review-statistics h6 {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 400
}

.rev-option h3 {
    width: auto !important
}

#review-statistics .photo-wrapup {
    width: 100%
}

#review-statistics .sec-top {
    margin: 40px 0 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

#review-statistics .sec-top h2 {
    margin: 0;
    padding: 20px 0;
    padding-left: 20px;
    border-right: 4px solid #d8d8d8;
    border-left: 4px solid #d8d8d8;
    font-size: 1.643em;
    font-weight: 400;
    font-style: italic;
    line-height: 0;
    letter-spacing: -1px;
    text-transform: uppercase
}

#review-statistics .sec-top h2 i {
    margin-right: 10px;
    color: #d9d9d9
}

#review-statistics .container .edit-article {
    padding-right: 35px;
    text-align: right
}

#review-statistics .container .edit-article a {
    padding: 5px 10px;
    border-radius: 4px;
    color: #7d7d7d;
    background: #f3f3f3;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase
}

#review-statistics .container .edit-article a:hover {
    background: #ddd
}

#review-statistics .article-meta {
    margin: 20px 0
}

#review-statistics .icon-bar-chart:before {
    content: "\f080"
}

#review-statistics .review-wu-right .cons {
    margin-top: 15px
}

#review-statistics .sec-top h2 i {
    margin-right: 10px;
    color: #d9d9d9
}

#review-statistics .cwpr_clearfix:after {
    display: block;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    content: "\0020"
}

#review-statistics .cwpr_clearfix:after {
    clear: both
}

#review-statistics .cwpr_clearfix {
    zoom: 1
}

#review-statistics .cwp-review-chart {
    float: left;
    position: relative !important;
    top: 0;
    right: 0;
    border-radius: 50%
}

#review-statistics .cwp-review-percentage span {
    display: block;
    border-radius: 50%;
    background: #fff;
    font-size: 17px;
    font-weight: 900
}

.cwp-review-rating {
    line-height: inherit !important
}

#review-statistics .review-wrap-up {
    margin-top: 20px
}

#review-statistics .review-wu-bars h3, .review-wu-bars span {
    margin: 0;
    padding: 0;
    font-size: 13px !important;
    font-style: italic;
    line-height: 2;
    text-transform: uppercase
}

#review-statistics .review-wu-bars h3 {
    float: left
}

#review-statistics .review-wu-bars span {
    line-height: 2;
    text-align: right
}

#review-statistics .review-wu-bars {
    float: left;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #e6e6e6
}

#review-statistics .review-wu-bars ul {
    width: 100% !important;
    margin: 0;
    margin-left: 0 !important;
    padding-left: 0 !important
}

#review-statistics .review-wu-bars ul li {
    display: inline-block;
    float: left;
    width: 8.2%;
    height: 6px;
    margin-right: 2%
}

#review-statistics .rev-option.customBarIcon ul li {
    width: 28px;
    height: auto !important;
    margin: 0;
    background: 0 0;
    font-size: 15px
}

#review-statistics .rev-option.customBarIcon ul li i {
    font-size: 22px;
    font-style: normal !important;
    line-height: 1;
    text-align: center
}

#review-statistics .review-wu-bars ul.wppr-custom-icon li {
    display: inline-block;
    height: auto;
    background: 0 0 !important;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-rendering: auto
}

#review-statistics .review-wu-bars ul li:nth-child(10) {
    margin: 0 !important
}

#review-statistics .review-wu-bars .rev-option div > * {
    display: inline-block
}

#review-statistics .review-wrap-up .cwpr-review-top {
    padding: 20px;
    border-top: 5px solid #3baeda;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6
}

#review-statistics .review-wrap-up .review-wu-content {
    display: table;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6
}

#review-statistics .review-wrap-up .cwpr-review-top .cwp-item {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1
}

#review-statistics .review-wrap-up .cwpr-review-top h2.cwp-item {
    float: left;
    width: auto !important;
    letter-spacing: 1px
}

#review-statistics .review-wrap-up .cwpr-review-top .cwp-item-category a {
    font-weight: 500;
    font-style: italic;
    text-decoration: none;
    letter-spacing: 1px
}

#review-statistics .review-wrap-up .cwpr-review-top .cwp-item-category a:hover {
    text-decoration: underline
}

#review-statistics .review-wrap-up .cwpr-review-top .cwp-item-category i {
    margin-right: 5px;
    color: #e3e3e3
}

#review-statistics .review-wrap-up .review-wu-left {
    display: table-cell;
    width: 50%;
    border-right: 1px solid #e6e6e6;
    vertical-align: top
}

#review-statistics .review-wrap-up .review-wu-left-top {
    display: table;
    width: 100%
}

.wppr-review-container.wppr-review-no-pros.wppr-review-no-cons #review-statistics .review-wrap-up .review-wu-left {
    width: 100%
}

#review-statistics .review-wrap-up .review-wu-left .rev-wu-image {
    display: table-cell;
    overflow: hidden;
    width: auto;
    padding: 15px;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    vertical-align: middle
}

#review-statistics .review-wrap-up .review-wu-left .rev-wu-image a {
    display: inline-block
}

#review-statistics .review-wrap-up .review-wu-left .rev-wu-image img {
    display: inline-block;
    width: 100%;
    height: auto;
    box-shadow: none
}

#review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
    display: table-cell;
    width: auto;
    min-width: 120px;
    max-width: 50%;
    padding: 15px;
    text-align: center;
    vertical-align: middle
}

#review-statistics .review-wrap-up .review-wu-left .review-wu-grade-content {
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

#review-statistics .review-wrap-up .review-wu-left .review-wu-grade .cwp-review-chart {
    display: inline-block;
    float: none;
    position: relative;
    margin: 0
}

#review-statistics .review-wrap-up .review-wu-left .review-wu-grade .cwp-review-chart .cwp-review-percentage {
    width: 150px
}

#review-statistics .review-wrap-up .review-wu-right {
    display: table-cell;
    width: 50%;
    height: 100%;
    padding: 15px;
    border-right: 1px solid #e6e6e6;
    vertical-align: top
}

#review-statistics .review-wrap-up .review-wu-right h2 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase
}

#review-statistics .review-wrap-up .review-wu-right ul li {
    margin: 0 0 2%;
    padding-left: 0;
    font-size: 16px;
    line-height: 1
}

#review-statistics .review-wrap-up .review-wu-right ul li:before {
    margin-right: 5px;
    content: "-"
}

.review-wu-right ul li {
    background: 0 0 !important
}

.wppr-comment-form-meta input {
    background: 0 0 !important
}

.rev-wu-image img {
    margin: 0 !important;
    padding: 0 !important;
    background: 0 0 !important
}

.rev-option ul li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important
}

#review-statistics .rev-option {
    margin-top: 10px
}

#review-statistics .rev-option ul > li {
    font-family: dashicons
}

#review-statistics .review-wrap-up .review-wu-right ul {
    margin-top: 10px !important;
    margin-left: 0;
    padding-left: 0 !important;
    list-style: none
}

.review-wu-right ul li, .review-wu-right ol li {
    list-style: none !important
}

.wppr-template-default #review-statistics .review-wrap-up .review-wu-content .review-wu-left .review-wu-bars .rev-option span:first-of-type {
    float: left
}

.wppr-template-default #review-statistics .review-wrap-up .review-wu-content .review-wu-left .review-wu-bars .rev-option span:last-of-type {
    float: right
}

.wppr-template-default.rtl #review-statistics .review-wrap-up .cwpr-review-top span:first-of-type {
    float: right
}

.wppr-template-default.rtl #review-statistics .review-wrap-up .cwpr-review-top span:last-of-type {
    float: left
}

.wppr-template-default.rtl #review-statistics .review-wrap-up .review-wu-content .review-wu-left .review-wu-bars .rev-option span:first-of-type {
    float: right
}

.wppr-template-default.rtl #review-statistics .review-wrap-up .review-wu-content .review-wu-left .review-wu-bars .rev-option span:last-of-type {
    float: left
}

.wppr-template-default.rtl .affiliate-button a span {
    margin-right: -10px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: auto
}

@media (max-width: 440px) {
    #review-statistics .review-wrap-up .review-wu-left {
        width: 100%
    }

    #review-statistics .review-wrap-up .review-wu-right {
        width: 95%;
        padding-left: 5%
    }

    #review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
        border-right: none
    }

    #review-statistics .review-wrap-up .review-wu-left .rev-wu-image, #review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
        height: 130px
    }

    #review-statistics .review-wrap-up .review-wu-left .review-wu-grade .cwp-review-chart .cwp-review-percentage {
        margin-top: 10%
    }

    #review-statistics .review-wrap-up .review-wu-left .review-wu-grade .cwp-review-chart span {
        font-size: 30px
    }
}

@media (max-width: 480px) {
    #review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
        width: 100px
    }

    #review-statistics .review-wrap-up .review-wu-left .review-wu-grade-content {
        width: 100px;
        height: 100px
    }

    #review-statistics .review-wu-grade .wppr-c100 {
        font-size: 100px
    }

    #review-statistics .review-wu-grade .wppr-c100 span {
        font-size: 28px;
        line-height: 100px
    }
}

@media (max-width: 768px) {
    #review-statistics .review-wrap-up .review-wu-left, #review-statistics .review-wrap-up .review-wu-right {
        display: block;
        float: left;
        width: 100%
    }

    #review-statistics .review-wrap-up .review-wu-right {
        border-top: 1px solid #e6e6e6
    }
}

.cwp-review-percentage.cwp_easyPieChart canvas {
    position: absolute;
    left: 0
}

.cwp-review-percentage.cwp_easyPieChart {
    position: relative;
    text-align: center
}

.review-wu-grade .cwp-review-chart {
    float: none;
    position: relative
}

.rect-auto, .wppr-c100.wppr-good .wppr-slice, .wppr-c100.wppr-very-good .wppr-slice {
    clip: rect(auto, auto, auto, auto)
}

.wppr-pie, .wppr-c100 .wppr-bar, .wppr-c100.wppr-good .wppr-fill, .wppr-c100.wppr-very-good .wppr-fill {
    clip: rect(0em, .5em, 1em, 0em);
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 15px solid #333;
    border-radius: 50%
}

.wppr-pie-fill, .wppr-c100.wppr-good .wppr-bar:after, .wppr-c100.wppr-good .wppr-fill, .wppr-c100.wppr-very-good .wppr-bar:after, .wppr-c100.wppr-very-good .wppr-fill {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wppr-c100 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 100px;
    max-width: 120px;
    height: 100%;
    min-height: 100px;
    max-height: 120px;
    border-radius: 50%;
    background-color: #ebebeb;
    font-size: 120px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wppr-c100.center {
    float: none;
    margin: 0 auto
}

.wppr-c100 > span {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    color: #333;
    font-size: 33px;
    font-weight: 900;
    line-height: 120px;
    text-align: center;
    white-space: nowrap;
    transition-timing-function: ease-out;
    transition-duration: .2s;
    transition-property: all
}

.wppr-c100 .wppr-slice-center {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 15px
}

.wppr-c100 .wppr-slice-center:after {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    content: " "
}

.wppr-c100 .wppr-slice {
    clip: rect(0em, 1em, 1em, .5em);
    position: absolute;
    width: 100%;
    height: 100%
}

@font-face {
    font-family: dashicons;
    src: url(https://easyforme.club/wp-includes/css/../fonts/dashicons.eot#1723115998);
    src: url(https://easyforme.club/wp-includes/css/../fonts/dashicons.eot#1723115998) format("embedded-opentype"), url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url(https://easyforme.club/wp-includes/css/../fonts/dashicons.ttf#1723115998) format("truetype");
    font-weight: 400;
    font-style: normal
}

.dashicons, .dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in
}

.dashicons-admin-appearance:before {
    content: "\f100"
}

.dashicons-admin-collapse:before {
    content: "\f148"
}

.dashicons-admin-comments:before {
    content: "\f101"
}

.dashicons-admin-customizer:before {
    content: "\f540"
}

.dashicons-admin-generic:before {
    content: "\f111"
}

.dashicons-admin-home:before {
    content: "\f102"
}

.dashicons-admin-links:before {
    content: "\f103"
}

.dashicons-admin-media:before {
    content: "\f104"
}

.dashicons-admin-multisite:before {
    content: "\f541"
}

.dashicons-admin-network:before {
    content: "\f112"
}

.dashicons-admin-page:before {
    content: "\f105"
}

.dashicons-admin-plugins:before {
    content: "\f106"
}

.dashicons-admin-post:before {
    content: "\f109"
}

.dashicons-admin-settings:before {
    content: "\f108"
}

.dashicons-admin-site-alt:before {
    content: "\f11d"
}

.dashicons-admin-site-alt2:before {
    content: "\f11e"
}

.dashicons-admin-site-alt3:before {
    content: "\f11f"
}

.dashicons-admin-site:before {
    content: "\f319"
}

.dashicons-admin-tools:before {
    content: "\f107"
}

.dashicons-admin-users:before {
    content: "\f110"
}

.dashicons-airplane:before {
    content: "\f15f"
}

.dashicons-album:before {
    content: "\f514"
}

.dashicons-align-center:before {
    content: "\f134"
}

.dashicons-align-full-width:before {
    content: "\f114"
}

.dashicons-align-left:before {
    content: "\f135"
}

.dashicons-align-none:before {
    content: "\f138"
}

.dashicons-align-pull-left:before {
    content: "\f10a"
}

.dashicons-align-pull-right:before {
    content: "\f10b"
}

.dashicons-align-right:before {
    content: "\f136"
}

.dashicons-align-wide:before {
    content: "\f11b"
}

.dashicons-amazon:before {
    content: "\f162"
}

.dashicons-analytics:before {
    content: "\f183"
}

.dashicons-archive:before {
    content: "\f480"
}

.dashicons-arrow-down-alt:before {
    content: "\f346"
}

.dashicons-arrow-down-alt2:before {
    content: "\f347"
}

.dashicons-arrow-down:before {
    content: "\f140"
}

.dashicons-arrow-left-alt:before {
    content: "\f340"
}

.dashicons-arrow-left-alt2:before {
    content: "\f341"
}

.dashicons-arrow-left:before {
    content: "\f141"
}

.dashicons-arrow-right-alt:before {
    content: "\f344"
}

.dashicons-arrow-right-alt2:before {
    content: "\f345"
}

.dashicons-arrow-right:before {
    content: "\f139"
}

.dashicons-arrow-up-alt:before {
    content: "\f342"
}

.dashicons-arrow-up-alt2:before {
    content: "\f343"
}

.dashicons-arrow-up-duplicate:before {
    content: "\f143"
}

.dashicons-arrow-up:before {
    content: "\f142"
}

.dashicons-art:before {
    content: "\f309"
}

.dashicons-awards:before {
    content: "\f313"
}

.dashicons-backup:before {
    content: "\f321"
}

.dashicons-bank:before {
    content: "\f16a"
}

.dashicons-beer:before {
    content: "\f16c"
}

.dashicons-bell:before {
    content: "\f16d"
}

.dashicons-block-default:before {
    content: "\f12b"
}

.dashicons-book-alt:before {
    content: "\f331"
}

.dashicons-book:before {
    content: "\f330"
}

.dashicons-buddicons-activity:before {
    content: "\f452"
}

.dashicons-buddicons-bbpress-logo:before {
    content: "\f477"
}

.dashicons-buddicons-buddypress-logo:before {
    content: "\f448"
}

.dashicons-buddicons-community:before {
    content: "\f453"
}

.dashicons-buddicons-forums:before {
    content: "\f449"
}

.dashicons-buddicons-friends:before {
    content: "\f454"
}

.dashicons-buddicons-groups:before {
    content: "\f456"
}

.dashicons-buddicons-pm:before {
    content: "\f457"
}

.dashicons-buddicons-replies:before {
    content: "\f451"
}

.dashicons-buddicons-topics:before {
    content: "\f450"
}

.dashicons-buddicons-tracking:before {
    content: "\f455"
}

.dashicons-building:before {
    content: "\f512"
}

.dashicons-businessman:before {
    content: "\f338"
}

.dashicons-businessperson:before {
    content: "\f12e"
}

.dashicons-businesswoman:before {
    content: "\f12f"
}

.dashicons-button:before {
    content: "\f11a"
}

.dashicons-calculator:before {
    content: "\f16e"
}

.dashicons-calendar-alt:before {
    content: "\f508"
}

.dashicons-calendar:before {
    content: "\f145"
}

.dashicons-camera-alt:before {
    content: "\f129"
}

.dashicons-camera:before {
    content: "\f306"
}

.dashicons-car:before {
    content: "\f16b"
}

.dashicons-carrot:before {
    content: "\f511"
}

.dashicons-cart:before {
    content: "\f174"
}

.dashicons-category:before {
    content: "\f318"
}

.dashicons-chart-area:before {
    content: "\f239"
}

.dashicons-chart-bar:before {
    content: "\f185"
}

.dashicons-chart-line:before {
    content: "\f238"
}

.dashicons-chart-pie:before {
    content: "\f184"
}

.dashicons-clipboard:before {
    content: "\f481"
}

.dashicons-clock:before {
    content: "\f469"
}

.dashicons-cloud-saved:before {
    content: "\f137"
}

.dashicons-cloud-upload:before {
    content: "\f13b"
}

.dashicons-cloud:before {
    content: "\f176"
}

.dashicons-code-standards:before {
    content: "\f13a"
}

.dashicons-coffee:before {
    content: "\f16f"
}

.dashicons-color-picker:before {
    content: "\f131"
}

.dashicons-columns:before {
    content: "\f13c"
}

.dashicons-controls-back:before {
    content: "\f518"
}

.dashicons-controls-forward:before {
    content: "\f519"
}

.dashicons-controls-pause:before {
    content: "\f523"
}

.dashicons-controls-play:before {
    content: "\f522"
}

.dashicons-controls-repeat:before {
    content: "\f515"
}

.dashicons-controls-skipback:before {
    content: "\f516"
}

.dashicons-controls-skipforward:before {
    content: "\f517"
}

.dashicons-controls-volumeoff:before {
    content: "\f520"
}

.dashicons-controls-volumeon:before {
    content: "\f521"
}

.dashicons-cover-image:before {
    content: "\f13d"
}

.dashicons-dashboard:before {
    content: "\f226"
}

.dashicons-database-add:before {
    content: "\f170"
}

.dashicons-database-export:before {
    content: "\f17a"
}

.dashicons-database-import:before {
    content: "\f17b"
}

.dashicons-database-remove:before {
    content: "\f17c"
}

.dashicons-database-view:before {
    content: "\f17d"
}

.dashicons-database:before {
    content: "\f17e"
}

.dashicons-desktop:before {
    content: "\f472"
}

.dashicons-dismiss:before {
    content: "\f153"
}

.dashicons-download:before {
    content: "\f316"
}

.dashicons-drumstick:before {
    content: "\f17f"
}

.dashicons-edit-large:before {
    content: "\f327"
}

.dashicons-edit-page:before {
    content: "\f186"
}

.dashicons-edit:before {
    content: "\f464"
}

.dashicons-editor-aligncenter:before {
    content: "\f207"
}

.dashicons-editor-alignleft:before {
    content: "\f206"
}

.dashicons-editor-alignright:before {
    content: "\f208"
}

.dashicons-editor-bold:before {
    content: "\f200"
}

.dashicons-editor-break:before {
    content: "\f474"
}

.dashicons-editor-code-duplicate:before {
    content: "\f494"
}

.dashicons-editor-code:before {
    content: "\f475"
}

.dashicons-editor-contract:before {
    content: "\f506"
}

.dashicons-editor-customchar:before {
    content: "\f220"
}

.dashicons-editor-expand:before {
    content: "\f211"
}

.dashicons-editor-help:before {
    content: "\f223"
}

.dashicons-editor-indent:before {
    content: "\f222"
}

.dashicons-editor-insertmore:before {
    content: "\f209"
}

.dashicons-editor-italic:before {
    content: "\f201"
}

.dashicons-editor-justify:before {
    content: "\f214"
}

.dashicons-editor-kitchensink:before {
    content: "\f212"
}

.dashicons-editor-ltr:before {
    content: "\f10c"
}

.dashicons-editor-ol-rtl:before {
    content: "\f12c"
}

.dashicons-editor-ol:before {
    content: "\f204"
}

.dashicons-editor-outdent:before {
    content: "\f221"
}

.dashicons-editor-paragraph:before {
    content: "\f476"
}

.dashicons-editor-paste-text:before {
    content: "\f217"
}

.dashicons-editor-paste-word:before {
    content: "\f216"
}

.dashicons-editor-quote:before {
    content: "\f205"
}

.dashicons-editor-removeformatting:before {
    content: "\f218"
}

.dashicons-editor-rtl:before {
    content: "\f320"
}

.dashicons-editor-spellcheck:before {
    content: "\f210"
}

.dashicons-editor-strikethrough:before {
    content: "\f224"
}

.dashicons-editor-table:before {
    content: "\f535"
}

.dashicons-editor-textcolor:before {
    content: "\f215"
}

.dashicons-editor-ul:before {
    content: "\f203"
}

.dashicons-editor-underline:before {
    content: "\f213"
}

.dashicons-editor-unlink:before {
    content: "\f225"
}

.dashicons-editor-video:before {
    content: "\f219"
}

.dashicons-ellipsis:before {
    content: "\f11c"
}

.dashicons-email-alt:before {
    content: "\f466"
}

.dashicons-email-alt2:before {
    content: "\f467"
}

.dashicons-email:before {
    content: "\f465"
}

.dashicons-embed-audio:before {
    content: "\f13e"
}

.dashicons-embed-generic:before {
    content: "\f13f"
}

.dashicons-embed-photo:before {
    content: "\f144"
}

.dashicons-embed-post:before {
    content: "\f146"
}

.dashicons-embed-video:before {
    content: "\f149"
}

.dashicons-excerpt-view:before {
    content: "\f164"
}

.dashicons-exit:before {
    content: "\f14a"
}

.dashicons-external:before {
    content: "\f504"
}

.dashicons-facebook-alt:before {
    content: "\f305"
}

.dashicons-facebook:before {
    content: "\f304"
}

.dashicons-feedback:before {
    content: "\f175"
}

.dashicons-filter:before {
    content: "\f536"
}

.dashicons-flag:before {
    content: "\f227"
}

.dashicons-food:before {
    content: "\f187"
}

.dashicons-format-aside:before {
    content: "\f123"
}

.dashicons-format-audio:before {
    content: "\f127"
}

.dashicons-format-chat:before {
    content: "\f125"
}

.dashicons-format-gallery:before {
    content: "\f161"
}

.dashicons-format-image:before {
    content: "\f128"
}

.dashicons-format-quote:before {
    content: "\f122"
}

.dashicons-format-status:before {
    content: "\f130"
}

.dashicons-format-video:before {
    content: "\f126"
}

.dashicons-forms:before {
    content: "\f314"
}

.dashicons-fullscreen-alt:before {
    content: "\f188"
}

.dashicons-fullscreen-exit-alt:before {
    content: "\f189"
}

.dashicons-games:before {
    content: "\f18a"
}

.dashicons-google:before {
    content: "\f18b"
}

.dashicons-googleplus:before {
    content: "\f462"
}

.dashicons-grid-view:before {
    content: "\f509"
}

.dashicons-groups:before {
    content: "\f307"
}

.dashicons-hammer:before {
    content: "\f308"
}

.dashicons-heading:before {
    content: "\f10e"
}

.dashicons-heart:before {
    content: "\f487"
}

.dashicons-hidden:before {
    content: "\f530"
}

.dashicons-hourglass:before {
    content: "\f18c"
}

.dashicons-html:before {
    content: "\f14b"
}

.dashicons-id-alt:before {
    content: "\f337"
}

.dashicons-id:before {
    content: "\f336"
}

.dashicons-image-crop:before {
    content: "\f165"
}

.dashicons-image-filter:before {
    content: "\f533"
}

.dashicons-image-flip-horizontal:before {
    content: "\f169"
}

.dashicons-image-flip-vertical:before {
    content: "\f168"
}

.dashicons-image-rotate-left:before {
    content: "\f166"
}

.dashicons-image-rotate-right:before {
    content: "\f167"
}

.dashicons-image-rotate:before {
    content: "\f531"
}

.dashicons-images-alt:before {
    content: "\f232"
}

.dashicons-images-alt2:before {
    content: "\f233"
}

.dashicons-index-card:before {
    content: "\f510"
}

.dashicons-info-outline:before {
    content: "\f14c"
}

.dashicons-info:before {
    content: "\f348"
}

.dashicons-insert-after:before {
    content: "\f14d"
}

.dashicons-insert-before:before {
    content: "\f14e"
}

.dashicons-insert:before {
    content: "\f10f"
}

.dashicons-instagram:before {
    content: "\f12d"
}

.dashicons-laptop:before {
    content: "\f547"
}

.dashicons-layout:before {
    content: "\f538"
}

.dashicons-leftright:before {
    content: "\f229"
}

.dashicons-lightbulb:before {
    content: "\f339"
}

.dashicons-linkedin:before {
    content: "\f18d"
}

.dashicons-list-view:before {
    content: "\f163"
}

.dashicons-location-alt:before {
    content: "\f231"
}

.dashicons-location:before {
    content: "\f230"
}

.dashicons-lock-duplicate:before {
    content: "\f315"
}

.dashicons-lock:before {
    content: "\f160"
}

.dashicons-marker:before {
    content: "\f159"
}

.dashicons-media-archive:before {
    content: "\f501"
}

.dashicons-media-audio:before {
    content: "\f500"
}

.dashicons-media-code:before {
    content: "\f499"
}

.dashicons-media-default:before {
    content: "\f498"
}

.dashicons-media-document:before {
    content: "\f497"
}

.dashicons-media-interactive:before {
    content: "\f496"
}

.dashicons-media-spreadsheet:before {
    content: "\f495"
}

.dashicons-media-text:before {
    content: "\f491"
}

.dashicons-media-video:before {
    content: "\f490"
}

.dashicons-megaphone:before {
    content: "\f488"
}

.dashicons-menu-alt:before {
    content: "\f228"
}

.dashicons-menu-alt2:before {
    content: "\f329"
}

.dashicons-menu-alt3:before {
    content: "\f349"
}

.dashicons-menu:before {
    content: "\f333"
}

.dashicons-microphone:before {
    content: "\f482"
}

.dashicons-migrate:before {
    content: "\f310"
}

.dashicons-minus:before {
    content: "\f460"
}

.dashicons-money-alt:before {
    content: "\f18e"
}

.dashicons-money:before {
    content: "\f526"
}

.dashicons-move:before {
    content: "\f545"
}

.dashicons-nametag:before {
    content: "\f484"
}

.dashicons-networking:before {
    content: "\f325"
}

.dashicons-no-alt:before {
    content: "\f335"
}

.dashicons-no:before {
    content: "\f158"
}

.dashicons-open-folder:before {
    content: "\f18f"
}

.dashicons-palmtree:before {
    content: "\f527"
}

.dashicons-paperclip:before {
    content: "\f546"
}

.dashicons-pdf:before {
    content: "\f190"
}

.dashicons-performance:before {
    content: "\f311"
}

.dashicons-pets:before {
    content: "\f191"
}

.dashicons-phone:before {
    content: "\f525"
}

.dashicons-pinterest:before {
    content: "\f192"
}

.dashicons-playlist-audio:before {
    content: "\f492"
}

.dashicons-playlist-video:before {
    content: "\f493"
}

.dashicons-plugins-checked:before {
    content: "\f485"
}

.dashicons-plus-alt:before {
    content: "\f502"
}

.dashicons-plus-alt2:before {
    content: "\f543"
}

.dashicons-plus:before {
    content: "\f132"
}

.dashicons-podio:before {
    content: "\f19c"
}

.dashicons-portfolio:before {
    content: "\f322"
}

.dashicons-post-status:before {
    content: "\f173"
}

.dashicons-pressthis:before {
    content: "\f157"
}

.dashicons-printer:before {
    content: "\f193"
}

.dashicons-privacy:before {
    content: "\f194"
}

.dashicons-products:before {
    content: "\f312"
}

.dashicons-randomize:before {
    content: "\f503"
}

.dashicons-reddit:before {
    content: "\f195"
}

.dashicons-redo:before {
    content: "\f172"
}

.dashicons-remove:before {
    content: "\f14f"
}

.dashicons-rest-api:before {
    content: "\f124"
}

.dashicons-rss:before {
    content: "\f303"
}

.dashicons-saved:before {
    content: "\f15e"
}

.dashicons-schedule:before {
    content: "\f489"
}

.dashicons-screenoptions:before {
    content: "\f180"
}

.dashicons-search:before {
    content: "\f179"
}

.dashicons-share-alt:before {
    content: "\f240"
}

.dashicons-share-alt2:before {
    content: "\f242"
}

.dashicons-share:before {
    content: "\f237"
}

.dashicons-shield-alt:before {
    content: "\f334"
}

.dashicons-shield:before {
    content: "\f332"
}

.dashicons-shortcode:before {
    content: "\f150"
}

.dashicons-slides:before {
    content: "\f181"
}

.dashicons-smartphone:before {
    content: "\f470"
}

.dashicons-smiley:before {
    content: "\f328"
}

.dashicons-sort:before {
    content: "\f156"
}

.dashicons-sos:before {
    content: "\f468"
}

.dashicons-spotify:before {
    content: "\f196"
}

.dashicons-star-empty:before {
    content: "\f154"
}

.dashicons-star-filled:before {
    content: "\f155"
}

.dashicons-star-half:before {
    content: "\f459"
}

.dashicons-sticky:before {
    content: "\f537"
}

.dashicons-store:before {
    content: "\f513"
}

.dashicons-superhero-alt:before {
    content: "\f197"
}

.dashicons-superhero:before {
    content: "\f198"
}

.dashicons-table-col-after:before {
    content: "\f151"
}

.dashicons-table-col-before:before {
    content: "\f152"
}

.dashicons-table-col-delete:before {
    content: "\f15a"
}

.dashicons-table-row-after:before {
    content: "\f15b"
}

.dashicons-table-row-before:before {
    content: "\f15c"
}

.dashicons-table-row-delete:before {
    content: "\f15d"
}

.dashicons-tablet:before {
    content: "\f471"
}

.dashicons-tag:before {
    content: "\f323"
}

.dashicons-tagcloud:before {
    content: "\f479"
}

.dashicons-testimonial:before {
    content: "\f473"
}

.dashicons-text-page:before {
    content: "\f121"
}

.dashicons-text:before {
    content: "\f478"
}

.dashicons-thumbs-down:before {
    content: "\f542"
}

.dashicons-thumbs-up:before {
    content: "\f529"
}

.dashicons-tickets-alt:before {
    content: "\f524"
}

.dashicons-tickets:before {
    content: "\f486"
}

.dashicons-tide:before {
    content: "\f10d"
}

.dashicons-translation:before {
    content: "\f326"
}

.dashicons-trash:before {
    content: "\f182"
}

.dashicons-twitch:before {
    content: "\f199"
}

.dashicons-twitter-alt:before {
    content: "\f302"
}

.dashicons-twitter:before {
    content: "\f301"
}

.dashicons-undo:before {
    content: "\f171"
}

.dashicons-universal-access-alt:before {
    content: "\f507"
}

.dashicons-universal-access:before {
    content: "\f483"
}

.dashicons-unlock:before {
    content: "\f528"
}

.dashicons-update-alt:before {
    content: "\f113"
}

.dashicons-update:before {
    content: "\f463"
}

.dashicons-upload:before {
    content: "\f317"
}

.dashicons-vault:before {
    content: "\f178"
}

.dashicons-video-alt:before {
    content: "\f234"
}

.dashicons-video-alt2:before {
    content: "\f235"
}

.dashicons-video-alt3:before {
    content: "\f236"
}

.dashicons-visibility:before {
    content: "\f177"
}

.dashicons-warning:before {
    content: "\f534"
}

.dashicons-welcome-add-page:before {
    content: "\f133"
}

.dashicons-welcome-comments:before {
    content: "\f117"
}

.dashicons-welcome-learn-more:before {
    content: "\f118"
}

.dashicons-welcome-view-site:before {
    content: "\f115"
}

.dashicons-welcome-widgets-menus:before {
    content: "\f116"
}

.dashicons-welcome-write-blog:before {
    content: "\f119"
}

.dashicons-whatsapp:before {
    content: "\f19a"
}

.dashicons-wordpress-alt:before {
    content: "\f324"
}

.dashicons-wordpress:before {
    content: "\f120"
}

.dashicons-xing:before {
    content: "\f19d"
}

.dashicons-yes-alt:before {
    content: "\f12a"
}

.dashicons-yes:before {
    content: "\f147"
}

.dashicons-youtube:before {
    content: "\f19b"
}

.dashicons-editor-distractionfree:before {
    content: "\f211"
}

.dashicons-exerpt-view:before {
    content: "\f164"
}

.dashicons-format-links:before {
    content: "\f103"
}

.dashicons-format-standard:before {
    content: "\f109"
}

.dashicons-post-trash:before {
    content: "\f182"
}

.dashicons-share1:before {
    content: "\f237"
}

.dashicons-welcome-edit-page:before {
    content: "\f119"
}

.affiliate-button {
    clear: both;
    width: 100%;
    margin-bottom: 20px
}

.affiliate-button2 {
    float: left;
    clear: none !important;
    width: 50% !important;
    margin-bottom: 20px
}

.affiliate-button a {
    display: table;
    margin: 20px auto 0;
    padding: 10px 35px;
    border: none;
    border-radius: 5px;
    text-decoration: none !important
}

.affiliate-button a:hover span {
    text-decoration: none
}

.affiliate-button a span {
    margin-left: -10px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    text-transform: uppercase
}

.wppr-template .wppr-dashicons {
    height: 47px;
    width: 47px;
    font-size: 47px
}

.review-wu-grade .wppr-c100, .review-grade-widget .wppr-c100 {
    background-color: #f4f4f4
}

.review-wu-grade .wppr-c100.wppr-weak span, .review-grade-widget .wppr-c100.wppr-weak span {
    color: #000
}

.review-wu-grade .wppr-c100.wppr-weak .wppr-fill, .review-wu-grade .wppr-c100.wppr-weak .wppr-bar, .review-grade-widget .wppr-c100.wppr-weak .wppr-fill, .review-grade-widget .wppr-c100.wppr-weak .wppr-bar {
    border-color: #000
}

.user-comments-grades .comment-meta-grade-bar.wppr-weak .comment-meta-grade {
    background: #000
}

#review-statistics .review-wu-grade .wppr-c100.wppr-not-bad span, .review-grade-widget .wppr-c100.wppr-not-bad span {
    color: #0008f2
}

.review-wu-grade .wppr-c100.wppr-not-bad .wppr-fill, .review-wu-grade .wppr-c100.wppr-not-bad .wppr-bar, .review-grade-widget .wppr-c100.wppr-not-bad .wppr-fill, .review-grade-widget .wppr-c100.wppr-not-bad .wppr-bar {
    border-color: #0008f2
}

.user-comments-grades .comment-meta-grade-bar.wppr-not-bad .comment-meta-grade {
    background: #0008f2
}

.review-wu-grade .wppr-c100.wppr-good span, .review-grade-widget .wppr-c100.wppr-good span {
    color: #c100ed
}

.review-wu-grade .wppr-c100.wppr-good .wppr-fill, .review-wu-grade .wppr-c100.wppr-good .wppr-bar, .review-grade-widget .wppr-c100.wppr-good .wppr-fill, .review-grade-widget .wppr-c100.wppr-good .wppr-bar {
    border-color: #c100ed
}

.user-comments-grades .comment-meta-grade-bar.wppr-good .comment-meta-grade {
    background: #c100ed
}

.review-wu-grade .wppr-c100.wppr-very-good span, .review-grade-widget .wppr-c100.wppr-very-good span {
    color: #00ef03
}

.review-wu-grade .wppr-c100.wppr-very-good .wppr-fill, .review-wu-grade .wppr-c100.wppr-very-good .wppr-bar, .review-grade-widget .wppr-c100.wppr-very-good .wppr-fill, .review-grade-widget .wppr-c100.wppr-very-good .wppr-bar {
    border-color: #00ef03
}

.user-comments-grades .comment-meta-grade-bar.wppr-very-good .comment-meta-grade {
    background: #00ef03
}

#review-statistics .review-wu-bars ul.wppr-weak li.colored {
    background: #000;
    color: #000
}

#review-statistics .review-wu-bars ul.wppr-not-bad li.colored {
    background: #0008f2;
    color: #0008f2
}

#review-statistics .review-wu-bars ul.wppr-good li.colored {
    background: #c100ed;
    color: #c100ed
}

#review-statistics .review-wu-bars ul.wppr-very-good li.colored {
    background: #00ef03;
    color: #00ef03
}

#review-statistics .review-wrap-up div.cwpr-review-top {
    border-top: 5px solid #000
}

.user-comments-grades .comment-meta-grade-bar, #review-statistics .review-wu-bars ul li {
    background: #e1e2e0;
    color: #e1e2e0
}

#review-statistics .review-wrap-up .review-wu-right ul li, #review-statistics .review-wu-bars h3, .review-wu-bars span, #review-statistics .review-wrap-up .cwpr-review-top .cwp-item-category a {
    color: #0c0c0c
}

#review-statistics .review-wrap-up .review-wu-right .pros h2 {
    color: #e20300
}

#review-statistics .review-wrap-up .review-wu-right .cons h2 {
    color: #1300ea
}

div.affiliate-button a {
    border: 2px solid #000
}

div.affiliate-button a:hover {
    border: 2px solid #0c0000
}

div.affiliate-button a {
    background: #00efc3
}

div.affiliate-button a:hover {
    background: #ed00d9
}

div.affiliate-button a span {
    color: #000
}

div.affiliate-button a:hover span {
    color: #0c0000
}

.wppr-template-1 .wppr-review-grade-option-rating.wppr-very-good.rtl, .wppr-template-2 .wppr-review-grade-option-rating.wppr-very-good.rtl {
    background: #00ef03
}

.wppr-template-1 .wppr-review-grade-option-rating.wppr-good.rtl, .wppr-template-2 .wppr-review-grade-option-rating.wppr-good.rtl {
    background: #c100ed
}

.wppr-template-1 .wppr-review-grade-option-rating.wppr-not-bad.rtl, .wppr-template-2 .wppr-review-grade-option-rating.wppr-not-bad.rtl {
    background: #0008f2
}

.wppr-template-1 .wppr-review-grade-option-rating.wppr-weak.rtl, .wppr-template-2 .wppr-review-grade-option-rating.wppr-weak.rtl {
    background: #000
}

.wppr-template-1 .wppr-review-grade-option .wppr-very-good {
    background: #00ef03
}

.wppr-template-2 .wppr-review-rating .wppr-very-good {
    background: #00ef03
}

.wppr-template-1 .wppr-review-grade-option .wppr-good {
    background: #c100ed
}

.wppr-template-2 .wppr-review-rating .wppr-good {
    background: #c100ed
}

.wppr-template-1 .wppr-review-grade-option .wppr-not-bad {
    background: #0008f2
}

.wppr-template-2 .wppr-review-rating .wppr-not-bad {
    background: #0008f2
}

.wppr-template-1 .wppr-review-grade-option .wppr-weak {
    background: #000
}

.wppr-template-2 .wppr-review-rating .wppr-weak {
    background: #000
}

.wppr-template-1 .wppr-review-grade-option .wppr-default, .wppr-template-2 .wppr-review-rating .wppr-default {
    background: #e1e2e0
}

.wppr-template-1 .wppr-review-grade-number .wppr-very-good, .wppr-template-1 .wppr-review-stars .wppr-very-good, .wppr-template-2 .wppr-review-option-rating .wppr-very-good {
    color: #00ef03
}

.wppr-template-1 .wppr-review-grade-number .wppr-good, .wppr-template-1 .wppr-review-stars .wppr-good, .wppr-template-2 .wppr-review-option-rating .wppr-good {
    color: #c100ed
}

.wppr-template-1 .wppr-review-grade-number .wppr-not-bad, .wppr-template-1 .wppr-review-stars .wppr-not-bad, .wppr-template-2 .wppr-review-option-rating .wppr-not-bad {
    color: #0008f2;
    color: #0008f2
}

.wppr-template-1 .wppr-review-grade-number .wppr-weak, .wppr-template-1 .wppr-review-stars .wppr-weak, .wppr-template-2 .wppr-review-option-rating .wppr-weak {
    color: #000
}

.wppr-template-1 .wppr-review-grade-number .wppr-default, .wppr-template-1 .wppr-review-stars .wppr-default, .wppr-review-option-rating .wppr-default {
    color: #e1e2e0
}

.wppr-template .wppr-review-name {
    color: #0c0c0c
}

.wppr-template h3.wppr-review-cons-name {
    color: #1300ea
}

.wppr-template h3.wppr-review-pros-name {
    color: #e20300
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

/*img {
    border: 0
}*/

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

/*    img {
        max-width: 100% !important
    }*/

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: glyphicons halflings;
    src: url(https://easyforme.club/wp-content/themes/covernews/assets/bootstrap/css/../fonts/glyphicons-halflings-regular.eot);
    src: url(https://easyforme.club/wp-content/themes/covernews/assets/bootstrap/css/../fonts/glyphicons-halflings-regular.eot#1723115998) format('embedded-opentype'), url(https://easyforme.club/wp-content/themes/covernews/assets/bootstrap/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(https://easyforme.club/wp-content/themes/covernews/assets/bootstrap/css/../fonts/glyphicons-halflings-regular.woff) format('woff'), url(https://easyforme.club/wp-content/themes/covernews/assets/bootstrap/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(https://easyforme.club/wp-content/themes/covernews/assets/bootstrap/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: glyphicons halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    vertical-align: middle
}*/

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

h1, h2, h3 {
    text-align: center;
    color: #b01900;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    /*color: inherit*/
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin: 0 0 10px
}*/

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.header-title-wrapper {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, courier new, monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }
}














/* general styling */
body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 30px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

html {
    font-family: lato, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: #fff0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

/*img {
    border: 0
}*/

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

body.dark input[type=checkbox], body.dark input[type=radio] {
    color-scheme: dark
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0 10px;
    width: unset
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid
}

tr:last-child th, tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

td:last-child, th:last-child {
    border-right-width: 1px;
    border-right-style: solid
}

body, button, input, select, optgroup, textarea {
    color: #3a3a3a;
    font-family: lato, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif;
    font-size: 16px;
    line-height: 1.6
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    /*color: #000;*/
    font-weight: 700
}

.wp-block-search__label {
    color: #000
}

h1, h2, h3, h4, h5, h6, .bs-exclusive-now, .blockspare-posts-block-post-category a, .blockspare-posts-block-post-grid-byline, .wp-block-search__label, .main-navigation a, .font-family-1, .site-description, .trending-posts-line, .exclusive-posts, .widget-title, .em-widget-subtitle, .entry-meta .item-metadata, .grid-item-metadata .item-metadata, .grid-item-metadata span.item-metadata.posts-author, .grid-item-metadata span.aft-comment-count, .grid-item-metadata span.aft-view-count, .af-navcontrols .slide-count, .figure-categories .cat-links, .aft-product-list-title h2, span.trending-no, .nav-links a {
    font-family: source sans pro, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif
}

.blockspare-posts-block-post-category a {
    font-weight: 600
}

.blockspare-posts-block-latest-post-carousel-wrap .blockspare-posts-block-post-single .blockspare-posts-block-post-content .blockspare-posts-block-post-grid-byline, .blockspare-posts-block-latest-post-wrap .blockspare-posts-block-post-single .blockspare-posts-block-post-content .blockspare-posts-block-post-grid-byline {
    font-weight: 400;
    font-size: 11px
}

.archive .latest-posts-full .entry-title, .archive .content-area .page-title, .search-results .content-area .header-title-wrapper .page-title, header.entry-header h1.entry-title {
    font-size: 50px
}

@media screen and (max-width: 768px) {
    .archive .latest-posts-full .entry-title, .archive .content-area .page-title, .search-results .content-area .header-title-wrapper .page-title, header.entry-header h1.entry-title {
        font-size: 24px
    }
}

p {
    margin-bottom: 10px
}

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    font-style: italic;
    border: 0;
    position: relative;
    text-align: center;
    font-size: 28px;
    line-height: 1.44;
    margin-top: 2.57143em;
    margin-bottom: 2.14286em;
    padding-top: 1.71429em;
    padding-bottom: 1.71429em
}

blockquote blockquote {
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 0
}

blockquote blockquote:after {
    border-bottom: 0
}

@media not screen and (min-width: 992px) {
    blockquote {
        font-size: 20px;
        line-height: 1.33333;
        margin-top: 2.66667em;
        margin-bottom: 2em;
        padding: .66667em;
        padding-top: 1.33333em;
        padding-bottom: 1.33333em
    }
}

blockquote:before {
    content: "\201C";
    position: absolute;
    top: -.75em;
    left: 50%;
    padding: 0 .857em;
    color: #000;
    background: #fff;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

blockquote:after {
    content: "";
    display: block;
    width: 9em;
    margin-left: -4.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0
}

blockquote cite {
    display: block;
    margin-top: 1.5em;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "courier 10 pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

body.dark pre {
    background-color: #111;
    color: #fff
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, andale mono, dejavu sans mono, monospace;
    font-size: 15px
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark, ins {
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

body {
    background-color: #f7f7f7
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul, ol {
    margin-left: 0;
    padding-left: 0
}

ul.wp-block-list {
    list-style-type: revert;
    margin-left: 1.5em
}

ol.wp-block-list {
    list-style-type: decimal;
    margin-left: 1.5em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dl {
    border: 2px solid #e8e8e8;
    padding: 2.5em
}

dt {
    text-align: left;
    font-size: 130%;
    font-weight: 700
}

dd {
    margin: 0;
    padding: 0 0 1em
}

/*img {
    height: auto;
    max-width: 100%
}*/

figure {
    margin: 0 auto
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

button, input[type=button], input[type=reset], input[type=submit] {
    border: none;
    font-size: 16px;
    line-height: 1;
    outline: none;
    padding: 5px 25px
}

.em-view-more {
    display: block;
    margin: 20px auto;
    padding: 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid
}

button:focus-within, input[type=button]:focus-within, input[type=reset]:focus-within, input[type=submit]:focus-within {
    outline: 1px dotted;
    outline-offset: -3px
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    outline: none
}

input[type=text]:focus-within, input[type=email]:focus-within, input[type=url]:focus-within, input[type=password]:focus-within, input[type=search]:focus-within, input[type=number]:focus-within, input[type=tel]:focus-within, input[type=range]:focus-within, input[type=date]:focus-within, input[type=month]:focus-within, input[type=week]:focus-within, input[type=time]:focus-within, input[type=datetime]:focus-within, input[type=datetime-local]:focus-within, input[type=color]:focus-within, textarea:focus-within {
    outline: 1px solid;
    outline-offset: -3px
}

body.dark input[type=text]:focus-within, body.dark input[type=email]:focus-within, body.dark input[type=url]:focus-within, body.dark input[type=password]:focus-within, body.dark input[type=search]:focus-within, body.dark input[type=number]:focus-within, body.dark input[type=tel]:focus-within, body.dark input[type=range]:focus-within, body.dark input[type=date]:focus-within, body.dark input[type=month]:focus-within, body.dark input[type=week]:focus-within, body.dark input[type=time]:focus-within, body.dark input[type=datetime]:focus-within, body.dark input[type=datetime-local]:focus-within, body.dark input[type=color]:focus-within, body.dark textarea:focus-within {
    outline: 1px solid rgb(255 255 255/.25)
}

input, select {
    height: 45px;
    line-height: 45px
}

select {
    padding: 0 5px;
    min-width: 199px
}

input[type=checkbox], input[type=radio] {
    height: auto;
    line-height: normal
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
    color: #111
}

input[type=file] {
    padding: 10px;
    border: 1px solid #ccc;
    height: unset;
    line-height: unset;
    max-width: 100%
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.no-gutter .no-gutter-col {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width: 768px) {
    .pad-0l {
        padding-left: 0 !important
    }

    .pad-0r {
        padding-right: 0 !important
    }

    .pad-0lr {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.table-block {
    display: table;
    width: 100%;
    height: 100%
}

.table-block-child {
    display: table-cell
}

.v-center {
    vertical-align: middle
}

.v-top {
    vertical-align: top
}

.v-bottom {
    vertical-align: bottom
}

a {
    color: #404040;
    text-decoration: none
}

a:visited {
    color: #404040
}

a:hover, a:focus, a:active {
    color: #bb1919;
    outline: 0;
    text-decoration: none
}

a:focus {
    outline: 1px dotted
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

[class*=col-]:not([class*=elementor-col-]) {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.primary-footer [class*=col-].col-sm-12:not(.primary-footer-area), .secondary-footer [class*=col-], .promotionspace > [class*=col-]:not([class*=elementor-col-]) {
    padding-left: 0;
    padding-right: 0
}

.promotionspace > [class*=col-]:not([class*=elementor-col-]) > .row {
    margin-right: 0;
    margin-left: 0
}

.single-column-posts [class*=col-]:not([class*=elementor-col-]).col-details {
    padding-left: 15px;
    padding-right: 15px
}

.af-main-banner .tabbed-story:not([class*=elementor-col-]), .main-story-wrapper:not([class*=elementor-col-]), .af-main-banner-editors-picks:not([class*=elementor-col-]), .trending-story:not([class*=elementor-col-]) {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.trending-story .banner-trending-posts-wrapper {
    margin-top: 25px
}

.trending-story .header-after1 + .banner-trending-posts-wrapper {
    margin-top: 0
}

.af-main-banner-editors-picks.layout-2 .odd-grid:nth-child(odd) {
    padding-right: 0
}

.slider-with-2-editors-picks .af-main-banner-editors-picks.layout-2 .col-sm-6.odd-grid:first-child, .slider-with-3-editors-picks .af-main-banner-editors-picks.layout-2 .col-sm-6.odd-grid:nth-child(3), .slider-with-3-editors-picks .af-main-banner-editors-picks.layout-2 .col-sm-6.odd-grid:first-child {
    padding-right: 7.5px
}

.slider-with-3-editors-picks .af-main-banner-editors-picks.layout-2 .col-sm-6.odd-grid:first-child .title-heading .article-title-2 {
    font-size: 20px
}

.kol-12 {
    width: 100%;
    position: relative
}

.row {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.for-main-row {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.for-main-row:after {
    clear: both
}

.col-sm-15 {
    position: relative;
    min-height: 1px
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (max-width: 768px) {
    .col-sm-15 {
        width: 50%;
        float: left
    }

    .promotion-section {
        margin-top: 20px
    }
}

@media (max-width: 426px) {
    .col-sm-15 {
        width: 100%
    }
}

.main-navigation {
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center
}

.main-navigation span.af-mobile-site-title-wrap {
    display: none
}

.header-layout-2 .main-navigation .toggle-menu {
    margin-left: auto
}

.main-navigation.nav-down i.ham {
    margin-right: auto;
    margin-left: 0
}

.header-layout-2 .main-navigation i.ham {
    margin-left: auto;
    margin-right: 50px
}

.aft-sticky-navigation {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: -100px;
    transform: translateY(100px);
    transition: all .2s ease-in-out
}

body.scrollup-sticky-header .aft-sticky-navigation, body.scrolldown-sticky-header .aft-sticky-navigation, body.scrollboth-sticky-header .aft-sticky-navigation {
    top: -100px
}

@media only screen and (min-width: 769px) {
    body.scrollboth-sticky-header.admin-bar .aft-sticky-navigation, body.scrolldown-sticky-header.admin-bar .aft-sticky-navigation, body.scrollup-sticky-header.admin-bar .aft-sticky-navigation {
        top: calc(-100px + 32px)
    }
}

@media only screen and (max-width: 768px)and (min-width: 602px) {
    body.scrollboth-sticky-header.admin-bar .aft-sticky-navigation, body.scrolldown-sticky-header.admin-bar .aft-sticky-navigation, body.scrollup-sticky-header.admin-bar .aft-sticky-navigation {
        top: calc(-100px + 46px)
    }
}

@media only screen and (max-width: 991px) {
    body.scrollboth-sticky-header.aft-sticky-header-revealed.admin-bar .aft-sticky-navigation.nav-up, body.scrollboth-sticky-header.aft-sticky-header-revealed .aft-sticky-navigation.nav-up, body.scrolldown-sticky-header.aft-sticky-header-revealed.admin-bar .aft-sticky-navigation.nav-up, body.scrolldown-sticky-header.aft-sticky-header-revealed .aft-sticky-navigation.nav-up, body.scrollup-sticky-header.aft-sticky-header-revealed.admin-bar .aft-sticky-navigation.nav-up, body.scrollup-sticky-header.aft-sticky-header-revealed .aft-sticky-navigation.nav-up {
        transform: translateY(0)
    }
}

body.scrollup-sticky-header.admin-bar .aft-sticky-navigation.nav-up, body.scrollup-sticky-header .aft-sticky-navigation.nav-up {
    transform: translateY(-100%)
}

body.scrolldown-sticky-header.admin-bar .aft-sticky-navigation.nav-down, body.scrolldown-sticky-header .aft-sticky-navigation.nav-down {
    transform: translateY(-100%)
}

.navigation-container {
    border-left: 1px solid;
    border-right: 1px solid;
    position: relative
}

.navigation-container .site-title, .navigation-container ul li a, .navigation-container .icon-search {
    color: #fff
}

.header-layout-2 .site-header .main-navigation.aft-sticky-navigation .site-branding .site-title a, .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap .site-title a {
    color: #fff
}

.icon-search {
    border-left: 1px solid;
    text-align: right;
    right: 0
}

.icon-search, .offcanvas {
    cursor: pointer;
    position: absolute;
    line-height: 60px;
    height: 60px;
    width: 80px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.offcanvas {
    font-size: 18px;
    display: table;
    text-align: center;
    border-right: 1px solid;
    left: 0
}

.offcanvas-nav {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.offcanvas-menu {
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 17px;
    margin-right: 100%
}

.offcanvas-menu span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    height: 3px;
    transition: .1s width linear
}

@media only screen and (max-width: 75em) {
    .offcanvas-menu span {
        right: auto;
        left: 0
    }
}

.offcanvas-menu span.mbtn-mid {
    top: 50%;
    width: 75%;
    margin-top: -1.5px
}

.offcanvas-menu span.mbtn-bot {
    bottom: 0;
    width: 50%
}

.offcanvas:hover .offcanvas-menu span, .offcanvas:focus .offcanvas-menu span {
    width: 100%
}

.af-search-wrap {
    width: 25px;
    position: relative;
    display: inline-block;
    text-align: center
}

.search-icon {
    display: block;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    outline: 0
}

.search-icon:visited, .search-icon:hover, .search-icon:focus, .search-icon:active {
    color: #fff;
    outline: 0
}

.search-icon:focus {
    outline: 1px dotted
}

.search-icon:focus-within {
    outline: 1px dotted
}

.af-search-form {
    background: #fff;
    position: absolute;
    right: 0;
    top: 120%;
    width: 325px;
    text-align: left;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0 auto;
    margin-top: 1px;
    padding: 14px;
    z-index: 99;
    border-radius: 0;
    -webkit-transition: opacity .2s, top .4s, visibility 0s linear .4s;
    -moz-transition: opacity .2s, top .4s, visibility 0s linear .4s;
    -ms-transition: opacity .2s, top .4s, visibility 0s linear .4s;
    -o-transition: opacity .2s, top .4s, visibility 0s linear .4s;
    transition: opacity .2s, top .4s, visibility 0s linear .4s;
    -webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0/.15);
    -moz-box-shadow: 0 4px 5px 0 rgb(0 0 0/.15);
    -ms-box-shadow: 0 4px 5px 0 rgb(0 0 0/.15);
    -o-box-shadow: 0 4px 5px 0 rgb(0 0 0/.15);
    box-shadow: 0 4px 5px 0 rgb(0 0 0/.15)
}

.search-overlay.reveal-search .af-search-form {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 9999;
    top: 100%;
    -webkit-transition: opacity .4s, top .4s;
    -moz-transition: opacity .4s, top .4s;
    -ms-transition: opacity .4s, top .4s;
    -o-transition: opacity .4s, top .4s;
    transition: opacity .4s, top .4s
}

.search-overlay.reveal-search .search-icon i.covernews-icon-search:before, .search-overlay.reveal-search .search-icon i.covernews-icon-search:after, .search-overlay.reveal-search .search-icon i.fa.fa-search:before, .search-overlay.reveal-search .search-icon i.fa.fa-search:after {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
    -webkit-transition: rotate .4s, top .4s;
    -moz-transition: rotate .4s, top .4s;
    -ms-transition: rotate .4s, top .4s;
    -o-transition: rotate .4s, top .4s;
    transition: rotate .4s, top .4s
}

.search-overlay.reveal-search .search-icon i.covernews-icon-search:after, .search-overlay.reveal-search .search-icon i.fa.fa-search:after {
    width: 2px;
    height: 14px
}

input[type=search].wp-block-search__input {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 70%
}

.wp-block-search__button {
    margin-left: 0;
    border-radius: 0;
    background-color: #bb1919;
    color: #fff;
    width: 30%;
    border: unset;
    padding: 5px
}

.wp-block-search__button.has-icon {
    width: unset;
    padding: 5px 12px
}

.wp-block-search__inside-wrapper {
    width: 100% !important
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: unset
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding-right: 10px;
    padding-left: 10px
}

.main-navigation .toggle-menu {
    height: 55px;
    width: 85px;
    cursor: pointer;
    display: none
}

@media only screen and (max-width: 991px) {
    .main-navigation .toggle-menu {
        display: block;
        text-align: initial
    }

    .main-navigation .toggle-menu a {
        display: inline-block;
        height: 50px;
        width: 40px;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        padding: 0;
        padding-left: 8px;
        vertical-align: middle
    }

    .main-navigation .toggle-menu a:focus {
        outline: 1px dotted #fff;
        outline-offset: -5px
    }
}

.main-navigation button.toggle-menu {
    border: none;
    padding: 0;
    background-color: #fff0
}

.main-navigation button.toggle-menu:focus-within {
    outline: 1px dotted
}

.ham {
    width: 23px;
    height: 2px;
    top: 27px;
    display: block;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.main-navigation button.toggle-menu .ham {
    top: 0
}

.ham:before, .ham:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.ham:before {
    top: -8px
}

.ham:after {
    top: 8px
}

.ham.exit {
    background-color: #fff0
}

.ham.exit:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg)
}

.ham.exit:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg)
}

.main-navigation .menu > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top
}

@media only screen and (max-width: 991px) {
    .main-navigation .menu > ul {
        display: none
    }
}

.main-navigation .menu ul li {
    position: relative;
    display: block;
    float: left
}

.main-navigation .menu ul li a {
    text-rendering: optimizeLegibility;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px
}

.main-navigation .menu ul li i {
    padding: 0 10px;
    display: inline-block;
    line-height: 1px
}

.main-navigation .menu li a button {
    padding: 0 6px;
    display: inline-block;
    border: none;
    background-color: #fff0;
    font-size: 17px;
    vertical-align: middle;
    font-weight: 700
}

@media only screen and (min-width: 992px) {
    .main-navigation .menu ul > li > a, .main-navigation .menu ul.menu-desktop > li > a {
        display: block;
        padding: 15px 25px;
        padding-left: 0
    }

    .main-navigation .menu ul ul li {
        width: 260px
    }

    .main-navigation .menu ul ul a {
        border-top: 1px solid rgb(0 0 0/.1);
        display: block;
        padding: 12px 15px;
        line-height: inherit;
        position: relative
    }

    .main-navigation .menu ul ul a:before {
        margin-right: 10px;
        position: absolute;
        left: 15px;
        top: 16px;
        display: inline-block;
        content: "\f105";
        font-weight: 700;
        display: none
    }

    .main-navigation .menu ul ul {
        background: #353535;
        position: absolute;
        text-align: left;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        margin: 0 auto;
        padding: 0;
        z-index: 9;
        -webkit-transition: opacity .2s, top .4s, visibility 0s linear .4s;
        -moz-transition: opacity .2s, top .4s, visibility 0s linear .4s;
        -ms-transition: opacity .2s, top .4s, visibility 0s linear .4s;
        -o-transition: opacity .2s, top .4s, visibility 0s linear .4s;
        transition: opacity .2s, top .4s, visibility 0s linear .4s;
        -webkit-box-shadow: -1px 2px 5px 0 rgb(0 0 0/.15);
        -moz-box-shadow: -1px 2px 5px 0 rgb(0 0 0/.15);
        -ms-box-shadow: -1px 2px 5px 0 rgb(0 0 0/.15);
        -o-box-shadow: -1px 2px 5px 0 rgb(0 0 0/.15);
        box-shadow: -1px 2px 5px 0 rgb(0 0 0/.15);
        transform: scale(0)
    }

    .main-navigation .menu li:focus-within > ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        top: 100%;
        -webkit-transition: opacity .4s, top .4s;
        -moz-transition: opacity .4s, top .4s;
        -ms-transition: opacity .4s, top .4s;
        -o-transition: opacity .4s, top .4s;
        transition: opacity .4s, top .4s;
        transform: scale(1)
    }

    .main-navigation .menu li:hover > ul, .main-navigation .menu li:focus > ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        top: 100%;
        -webkit-transition: opacity .4s, top .4s;
        -moz-transition: opacity .4s, top .4s;
        -ms-transition: opacity .4s, top .4s;
        -o-transition: opacity .4s, top .4s;
        transition: opacity .4s, top .4s;
        transform: scale(1)
    }

    .main-navigation .menu > ul > li > ul {
        top: 120%;
        left: 0
    }

    .main-navigation .menu ul ul ul {
        top: -20px;
        left: 100%
    }

    .main-navigation .menu ul ul li:focus-within ul {
        top: 0
    }

    .main-navigation .menu ul ul li:focus ul, .main-navigation .menu ul ul li:hover ul {
        top: 0
    }

    .main-navigation .menu ul ul ul li.menu-item-has-children a button {
        padding: 0 5px
    }

    .main-navigation .menu ul ul ul ul li.menu-item-has-children a button {
        display: none
    }

    .main-navigation .menu ul li .sub-menu li a {
        display: flex;
        align-items: center
    }

    .main-navigation .menu ul li .sub-menu li a button {
        margin-left: auto
    }

    .main-navigation .menu ul li ul ul ul li ul {
        left: 0;
        position: relative;
        padding: 0 12px;
        height: auto
    }

    .main-navigation .menu ul li:hover ul ul ul li ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        box-shadow: none;
        transform: scale(1)
    }

    .main-navigation .menu ul ul ul li ul li {
        float: none;
        width: 100%;
        min-width: 260px
    }
}

@media screen and (max-width: 992em) {
    .main-navigation .menu .menu-mobile {
        margin: 0;
        padding: 0;
        display: block;
        list-style: none;
        text-align: left;
        position: relative;
        z-index: 9999;
        display: none;
        padding-top: 6px;
        width: 100%
    }

    .aft-sticky-navigation.main-navigation .menu .menu-mobile {
        overflow-y: scroll;
        max-height: calc(100vh + 30px)
    }

    .main-navigation .menu .menu-mobile li {
        display: block;
        border-top: 1px solid;
        float: none
    }

    .main-navigation .menu .menu-mobile li a {
        line-height: 50px;
        display: block;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

    .main-navigation .menu .menu-mobile li a button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        z-index: 1;
        background-color: #fff0;
        padding: 25px 20px;
        color: #fff;
        border: none
    }

    .main-navigation .menu .menu-mobile li a button:focus-within {
        outline: 1px dotted
    }

    .main-navigation .menu .menu-mobile li a button.active:after {
        width: 13px;
        height: 1px
    }

    .main-navigation .menu .menu-mobile li a button:before, .main-navigation .menu .menu-mobile li a button:after {
        content: '';
        width: 13px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .main-navigation .menu .menu-mobile li a button:after {
        width: 2px;
        height: 13px
    }

    .main-navigation .menu .menu-mobile li .sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        margin-left: 10px
    }

    .main-navigation .menu .menu-mobile li .sub-menu li a {
        margin-left: 15px
    }

    .main-navigation .menu .menu-mobile li .sub-menu > li:first-child {
        border-top: 0
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    overflow: hidden;
    margin: 1.5em 0;
    padding: 10px 0;
    position: relative
}

.site-main .post-navigation {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0
}

.site-main .post-navigation .em-post-navigation {
    display: block;
    font-weight: 400
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
    position: relative
}

.nav-previous, .nav-next {
    display: table
}

.nav-previous:before, .nav-next:after {
    content: "";
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    font: normal normal normal 44px/1 'Font Awesome 5 Free';
    font-weight: 700;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.nav-previous a, .nav-next a {
    display: table-cell;
    font-size: 16px;
    vertical-align: middle
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgb(0 0 0/.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

body.dark .screen-reader-text, body.dark .screen-reader-text:focus, body.dark .screen-reader-text:visited {
    background-color: #333
}

body.dark .blockspare-social-wrapper .screen-reader-text, body.dark .blockspare-social-wrapper .screen-reader-text:focus, body.dark .blockspare-social-wrapper .screen-reader-text:visited {
    background-color: #fff0
}

.blockspare-page-section {
    margin: 0 -7.5px
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.wp-block-comment-content a, .comments-area .comment-content a, .widget_text a, .entry-content > [class*=wp-block-] a:hover, .entry-content > ul a, .entry-content > ul a:hover, .entry-content > ol a, .entry-content > ol a:hover, .entry-content > p a, .entry-content > h1 a, .entry-content > h2 a, .entry-content > h3 a, .entry-content > h4 a, .entry-content > h5 a, .entry-content > h6 a, .entry-content > p a:hover {
    text-decoration: underline
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-branding:before, .site-branding:after, .main-navigation:before, .main-navigation:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .categorised-article-list:before, .categorised-article-list:after, .covernews-widget:before, .covernews-widget:after, .hentry:before, .hentry:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-branding:after, .main-navigation:after, .site-content:after, .site-footer:after, .categorised-article-list:after, .covernews-widget:after, .hentry:after {
    clear: both
}

.widget {
    margin: 0 0 1.5em
}

.widget-title {
    font-size: 20px;
    font-weight: 700
}

footer .widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

#primary .widget-title {
    margin-bottom: 0;
    color: #000
}

.site-content .site-main .widget-title span {
    padding-right: 20px;
    position: relative;
    z-index: 1
}

.site-content .site-main .widget-title span, #primary .af-tabs.nav-tabs > li > a, .archive .site-content .header-title-wrapper .page-title, .search-results .site-content .header-title-wrapper .page-title {
    font-weight: 700;
    margin: 15px 0
}

h2.widget-title, h1.page-title, h1.entry-title, h2.section-title {
    margin: 0 0 10px
}

p.section-subtitle {
    font-size: 18px;
    margin-bottom: 10px
}

.af-tabs.nav-tabs > li > a {
    padding-right: 0;
    padding-left: 0;
    padding-top: 9px;
    padding-bottom: 8px;
    margin-right: 15px;
    opacity: .6
}

.af-tabs.nav-tabs > li > a:hover, .af-tabs.nav-tabs > li > a.active {
    opacity: 1
}

#secondary .widget ul.af-tabs {
    background: #fff0;
    padding: 0
}

.site-footer .af-tabs.nav-tabs > li > a, #secondary .af-tabs.nav-tabs > li > a, #primary .af-tabs.nav-tabs > li > a {
    display: inline-block;
    position: relative;
    font-size: 20px;
    padding: 5px 0 10px;
    margin: 5px 0 13px;
    margin-right: 15px
}

.af-tabs.nav-tabs > li > a:after {
    background-color: #fff0;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.af-tabs.nav-tabs > li > a:hover:after {
    background-color: #bb1919;
    width: 60px
}

.af-tabs.nav-tabs > li > a.active:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #bb1919
}

.covernews_tabbed_posts_widget .tab-content .article-list-item .full-item-details.col-details.col-sm-12 {
    width: 100%
}

body.full-width-content #primary .covernews_tabbed_posts_widget .tab-content .article-list-item .col-image {
    width: 15%
}

body.full-width-content #primary .covernews_tabbed_posts_widget .tab-content .article-list-item .col-details {
    width: 84%
}

@media (max-width: 426px) {
    body.full-width-content #primary .covernews_tabbed_posts_widget .tab-content .article-list-item .col-image, body.full-width-content #primary .covernews_tabbed_posts_widget .tab-content .article-list-item .col-details {
        width: 100%
    }
}

.widget select {
    max-width: 100%
}

.widget ol, .widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

#secondary .widget.widget_recent_entries ul li, #secondary .widget ul li.tab, #secondary .widget ul.cat-links li {
    padding-bottom: 0
}

.widget ul li.full-item, .widget .af-tabs li {
    margin: 0 auto;
    padding: 0
}

.site-footer .widget ul li {
    border-bottom: 0;
    padding-bottom: 5px
}

.wp-block-categories-list.wp-block-categories {
    list-style: none;
    padding-left: 0
}

.wp-block-page-list li a, .wp-block-latest-posts li a, .wp-block-archives li a, .widget_recent_comments li, .widget_pages li a, .widget_archive li a, .widget_meta li a, .widget_nav_menu li a, .widget_recent_entries li a {
    display: table;
    padding-bottom: 15px;
    font-size: 15px;
    position: relative;
    width: 100%;
    font-weight: 700
}

.wp-block-categories li a, .widget_categories li a {
    display: inline-block;
    padding-bottom: 15px;
    font-size: 15px;
    position: relative;
    font-weight: 700
}

.widget_recent_entries li span, .textwidget p {
    font-size: 15px
}

.widget #recentcomments li {
    font-size: 15px;
    padding-bottom: 10px
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-size: 15px;
    font-weight: 700
}

#secondary .widget_nav_menu .sub-menu, .widget_nav_menu .sub-menu {
    padding-top: 0;
    padding-bottom: 0
}

.widget_recent_comments li:last-child, .widget #recentcomments li:last-child, .wp-block-categories li:last-child > a, .widget_categories li:last-child > a, .wp-block-page-list li:last-child > a, .wp-block-latest-posts li:last-child > a, .wp-block-archives li:last-child > a, .widget_pages li:last-child > a, .widget_archive li:last-child > a, .widget_meta li:last-child > a, .widget_recent_entries li:last-child > a {
    padding-bottom: 0
}

.site-content .widget_recent_comments li a, .site-content .widget_pages li a, .site-content .widget_archive li a, .site-content .widget_meta li a, .site-content .widget_categories li, .site-content .widget_nav_menu li a, .site-content .widget_recent_entries li a {
    color: #757575;
    border-color: #e5e5e5
}

.af-tabs {
    border: 0
}

.af-tabs.nav-tabs > li > a, .af-tabs.nav-tabs > li.active > a, .af-tabs.nav-tabs > li.active > a:focus, .af-tabs.nav-tabs > li.active > a:hover {
    background: #fff0;
    border: 0
}

.af-tabs.nav-tabs > li.active > a, .af-tabs.nav-tabs > li:hover > a, .af-tabs.nav-tabs > li:focus > a {
    color: #404040
}

.primary-footer .af-tabs.nav-tabs > li.active > a, .primary-footer .af-tabs.nav-tabs > li:hover > a, .primary-footer .af-tabs.nav-tabs > li:focus > a {
    color: #fff
}

#wp-calendar {
    width: 100%;
    margin: 0
}

#wp-calendar caption {
    text-align: right
}

#wp-calendar tbody td, #wp-calendar thead th {
    text-align: center;
    border: 1px solid #313131
}

#wp-calendar tbody td {
    padding: 8px
}

.site-footer #wp-calendar thead th, .site-footer #wp-calendar tbody td {
    border-color: rgb(255 255 255/.25)
}

.site-footer #wp-calendar thead th {
    color: #fff
}

body .site-footer #wp-calendar td#today {
    text-decoration: underline
}

#wp-calendar caption, #wp-calendar td#today {
    color: #bb1919
}

.site-footer .wp-calendar-nav a, .site-footer #wp-calendar caption, .site-footer #wp-calendar td#today {
    color: #fff
}

.site-content #secondary #wp-calendar tbody td {
    border: 1px solid #e8e8e8
}

#wp-calendar tbody td:hover {
    background: #0002
}

body.dark #wp-calendar tbody td:hover, .site-footer #wp-calendar tbody td:hover {
    background: #fff2
}

#wp-calendar tbody .pad {
    background: 0 0
}

nav.wp-calendar-nav {
    margin: 10px 0
}

#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: 0 0
}

#wp-calendar tfoot #prev {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: 0 0
}

#wp-calendar tfoot td.pad {
    display: none
}

.site-content .search-form {
    padding-top: 20px
}

.site-content .search-form label, .site-footer .search-form label {
    display: block;
    width: 70%;
    float: left
}

.site-content .search-form label .search-field, .site-footer .search-form label .search-field {
    padding-left: 15px;
    width: 100%
}

.site-content .search-form .search-submit, .site-footer .search-form .search-submit {
    width: 30%;
    font-size: 16px;
    text-transform: uppercase
}

.search-form label {
    display: block;
    width: 70%;
    float: left
}

.search-form label .search-field {
    height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 10px;
    width: 100%
}

.woocommerce-product-search button[type=submit], .search-form .search-submit {
    border: 0;
    color: #fff;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 30%
}

.search-form .search-submit {
    padding-left: 5px;
    padding-right: 5px
}

.af-search-box .search-form {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.af-search-box .search-form label {
    width: 85%;
    width: calc(100% - 200px)
}

.af-search-box .search-form .search-submit {
    float: right;
    width: 200px;
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0
}

.af-search-box .search-form label .search-field {
    border-width: 1px 0 1px 1px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    width: 100%
}

.posts-author-wrapper .em-author-img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.em-author-details {
    text-align: center
}

.em-author-display-name {
    margin: 15px auto
}

.em-author-display-phone, .em-author-display-email {
    display: block;
    margin: 5px auto
}

#primary .posts-author-wrapper .em-author-img {
    float: left;
    margin-left: 0;
    overflow: hidden
}

#primary .posts-author-wrapper .em-author-details {
    float: left;
    text-align: left;
    padding-left: 20px;
    width: 70%;
    width: calc(100% - 200px)
}

#primary .posts-author-wrapper .em-author-details ul {
    text-align: left
}

@media (max-width: 640px) {
    #primary .posts-author-wrapper .em-author-details {
        width: 100%;
        text-align: center
    }

    #primary .posts-author-wrapper .em-author-img {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .posts-author-wrapper .em-author-img {
        width: 140px;
        height: 140px
    }

    #primary .posts-author-wrapper .em-author-details ul {
        text-align: center
    }
}

.wp-block-tag-cloud.is-style-outline a, .tagcloud a {
    font-size: 11px !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    border: 1px solid;
    padding: 5px 12px;
    margin-bottom: 5px;
    display: inline-block
}

.entry-content .wp-block-tag-cloud a, .entry-content .wp-block-tag-cloud a:hover, .entry-content .tagcloud a, .entry-content .tagcloud a:hover {
    text-decoration: none
}

#loader-wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    z-index: 99999999
}

body.dark #loader-wrapper {
    background: #212121
}

#loader {
    width: 60px;
    height: 60px;
    border: 10px solid lightgrey;
    border-radius: 50%;
    position: relative
}

body.dark #loader {
    border: 10px solid #404040
}

#loader:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    border: 10px solid #fff0;
    border-left-color: crimson;
    margin: -22%;
    -webkit-animation: rotation 2.5s cubic-bezier(.455, .03, .515, .955) infinite;
    animation: rotation 2.5s cubic-bezier(.455, .03, .515, .955) infinite
}

@-webkit-keyframes rotation {
    to {
        -webkit-transform: rotate(3turn);
        transform: rotate(3turn)
    }
}

@keyframes rotation {
    to {
        -webkit-transform: rotate(3turn);
        transform: rotate(3turn)
    }
}

.bg-image, .read-bg-img {
    width: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.read-bg-img img {
    margin: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover
}

.read-bg-img.data-bg-hover.data-bg-categorised a, .read-bg-img.data-bg-hover.data-bg-featured a, .read-bg-img.data-bg-hover.data-bg-slide a.aft-slide-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.read-bg-img .site-branding .site-title {
    text-shadow: 2px 2px 4px rgb(0 0 0/.75)
}

.masthead-banner.data-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0/.5)
}

.data-bg-hover > a:before {
    content: "";
    background: #222;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=100);
    opacity: .85;
    background: -webkit-linear-gradient(top, #fff0 40%, rgb(0 0 0) 100%);
    background: linear-gradient(to bottom, #fff0 40%, rgb(0 0 0) 100%)
}

.data-bg-hover-1 > a:before {
    filter: alpha(opacity=100);
    opacity: 1;
    background: -webkit-linear-gradient(top, #fff0 40%, rgb(0 0 0/.7) 100%);
    background: linear-gradient(to bottom, #fff0 40%, rgb(0 0 0/.7) 100%)
}

.aft-main-banner-slider-list .af-main-banner-editors-picks .data-bg-hover > a:before, .aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .af-main-banner-editors-picks .data-bg-hover > a:before, .aft-main-banner-slider-full .aft-banner-slider .data-bg-hover > a:before, .latest-posts-grid .data-bg-hover > a:before, .latest-posts-list .data-bg-hover > a:before, .list .spotlight-post .data-bg-hover > a:before, .full-plus-list .spotlight-post .data-bg-hover > a:before, .full-plus-list .spotlight-post:not(:first-of-type) .data-bg-hover > a:before, .em-reated-posts .data-bg-hover > a:before, .af-main-banner-latest-posts.grid-layout .data-bg-hover > a:before, .covernews_single_col_categorised_posts .data-bg-hover > a:before, .covernews_double_col_categorised_posts .data-bg-hover > a:before, .covernews_posts_carousel_widget .data-bg-hover > a:before, .covernews_trending_posts_carousel_widget .data-bg-hover > a:before, .af-main-banner-featured-posts .data-bg-hover > a:before, .trending-posts-carousel .data-bg-hover > a:before {
    display: none
}

.article-item-image {
    background: #fff
}

.article-item-image img {
    filter: alpha(opacity=90);
    width: 100%
}

.article-item-image:hover img, .article-item-image:focus img {
    opacity: 1
}

.aft-banner-4 .trending-posts-carousel, .main-slider .data-bg-slide {
    height: 425px
}

#aft-trending-story-horizontal .trending-posts-carousel {
    height: auto
}

.aft-banner-2 .slider-with-2-editors-picks .main-slider .data-bg-slide {
    height: 510px
}

.aft-banner-2 .slider-with-2-editors-picks .af-main-banner-editors-picks .data-bg-featured {
    height: 250px
}

.aft-banner-2 .slider-with-3-editors-picks .main-slider .data-bg-slide {
    height: 470px
}

.aft-banner-2 .slider-with-2-editors-picks .col-sm-6 {
    width: 100%
}

.aft-banner-2 .slider-with-3-editors-picks .col-sm-6:first-child {
    width: 100%
}

.aft-banner-2 .slider-with-4-editors-picks .col-sm-6 .em-post-format, .aft-banner-2 .slider-with-3-editors-picks .col-sm-6:not(:first-child) .em-post-format {
    display: none
}

.aft-banner-2 .slider-with-3-editors-picks .data-bg-featured {
    height: 175px
}

.aft-banner-2 .slider-with-3-editors-picks .col-sm-6:first-child .data-bg-featured {
    height: 280px
}

.aft-banner-2 .slider-with-2-editors-picks .col-sm-6, .aft-banner-2 .slider-with-3-editors-picks .col-sm-6, .aft-banner-2 .slider-with-4-editors-picks .col-sm-6 {
    overflow: hidden
}

.main-banner-3rd .main-slider .data-bg-slide {
    height: 540px
}

.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .af-main-banner-editors-picks.layout-2 .col-sm-6.odd-grid .data-bg-featured {
    height: 210px
}

.full-section-slider .data-bg-slide {
    height: 720px
}

.full-section-slider .slider-figcaption {
    padding: 100px 10%
}

.full-section-slider .slider-figcaption .slide-title {
    font-size: 50px;
    line-height: 1.1
}

.full-section-slider .figure-categories .cat-links, .full-section-slider .slider-figcaption .grid-item-metadata .item-metadata {
    font-size: 16px
}

.full-section-slider .em-post-format {
    margin-right: 6px
}

.full-section-slider .figure-categories-bg .em-post-format::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -6px;
    height: 24px;
    width: 24px;
    background: #8a8181;
    border-radius: 50%
}

.main-slider.slick-initialized .slick-slide {
    padding: 0;
    font-size: 0
}

.default-content-layout #secondary .posts-carousel .data-bg-featured, .em-latest-post-carousel .data-bg-slide, #secondary .data-widget-slide {
    height: 245px
}

.em-latest-post-carousel .slider-figcaption, #secondary .slider-figcaption {
    padding: 15px
}

#secondary .slider-figcaption .slide-title {
    font-size: 18px
}

.data-widget-slide {
    height: 530px
}

.full-content-layout.full-width-content .data-widget-slide {
    height: 600px
}

.full-content-layout.full-width-content .data-widget-slide .slide-title {
    font-size: 30px
}

.data-bg-featured, .data-bg-categorised, .data-widget-featured {
    height: 250px
}

.align-content-left .col-md-4.latest-posts-grid .data-bg-categorised, .align-content-right .col-md-4.latest-posts-grid .data-bg-categorised {
    height: 180px
}

.em-reated-posts .data-bg-categorised {
    height: 175px
}

.aft-grid-double-column .data-bg-categorised {
    height: 270px
}

.full-width-content .aft-grid-double-column .data-bg-categorised {
    height: 375px
}

.trending-story.categorized-story .data-bg-featured, .af-main-banner-editors-picks .data-bg-featured {
    height: 205px
}

.af-main-banner-featured-posts .data-bg-featured {
    height: 150px
}

.full-content-layout.full-width-content .data-widget-featured {
    height: 400px
}

.covernews_product_categories .data-widget-featured {
    height: 250px
}

.full-content-layout .data-bg-featured, .full-content-layout .data-bg-categorised {
    height: 300px
}

.full-content-layout .first-grid-element .data-widget-featured {
    height: 500px
}

.full-content-layout .posts-carousel .data-bg-featured, .full-content-layout .af-main-banner-latest-posts .data-bg-categorised {
    height: 225px
}

.default-content-layout .posts-carousel .data-bg-featured {
    height: 180px
}

.top-masthead {
    background: #353535
}

.top-masthead [class*=col-] {
    padding: 0
}

.top-masthead-overlay {
    background: rgb(0 0 0/.75);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.admin-bar .top-masthead-overlay {
    top: 32px
}

.top-masthead, .top-masthead a {
    color: #fff;
    font-size: 14px
}

.top-masthead a {
    opacity: .9;
    transition: opacity .2s ease
}

.top-masthead a:hover {
    color: #fff;
    opacity: 1
}

.topbar-date {
    margin-right: 15px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding-right: 20px
}

.top-navigation {
    display: inline-block
}

.top-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.top-navigation ul li {
    display: inline-block
}

.top-navigation ul li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    line-height: 45px
}

.top-navigation ul li:first-child a {
    padding-left: 0
}

.main-navigation ul > li.current-menu-item > a:after, .main-navigation ul > li:hover > a:after {
    width: 100%
}

.main-navigation ul > li > ul > li > a:after {
    display: none
}

.main-navigation ul > li > a:after {
    background-color: #fff;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.masthead-banner {
    padding: 30px 0
}

.masthead-banner [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.masthead-banner.data-bg {
    padding: 45px 0;
    position: relative
}

.header-image-default .masthead-banner.data-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.header-image-full .masthead-banner.data-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff0;
    padding: 65px 0
}

.masthead-banner .site-branding {
    text-align: left;
    padding-right: 10px
}

.header-layout-1 .masthead-banner .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .header-layout-1 .masthead-banner .row {
        justify-content: center
    }
}

.site-branding .site-title a {
    transition: all .5s ease-out
}

.site-branding .site-title a:hover {
    transition: all .5s ease-out
}

.site-branding .site-title {
    font-size: 50px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1
}

.site-branding .site-description {
    margin: 0 auto;
    text-transform: uppercase
}

.site-content {
    margin: 15px auto
}

.home .site-content {
    margin-top: 0
}

.single.full-width-content .site-content .entry-content-wrap {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .site-content {
        width: 750px
    }

    body.custom-background .site-content {
        width: 720px
    }
}

@media (min-width: 992px) {
    .site-content {
        width: 970px
    }

    body.custom-background .site-content {
        width: 940px
    }
}

@media (min-width: 1230px) {
    .site-content {
        width: 1200px
    }

    .single.full-width-content .site-content .entry-content-wrap {
        width: 100%
    }

    body.custom-background .site-content {
        width: 1140px
    }

    .home.full-content-layout.full-width-content .container, .home.full-content-layout.full-width-content .site-content, .home.full-content-layout.full-width-content .site-content .post-thumbnail img {
        width: 100%
    }
}

@media (min-width: 1215px) {
    .container {
        width: 100%;
        max-width: 1215px
    }
}

@media only screen and (min-width: 1215px) and (max-width: 1440px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 1600px) {
    .container {
        width: 100%;
        max-width: 1600px
    }

    .home.full-content-layout.full-width-content .container, .home.full-content-layout.full-width-content .site-content .home.full-content-layout.full-width-content .site-content .post-thumbnail.full-width-image img {
        width: 100%
    }
}

body.full-content-layout .container, body.full-content-layout .site-content, body.custom-background .site-content .em-breadcrumbs .container {
    width: 100%
}

#primary, #secondary, .primary-1 {
    float: left
}

.entry-content, #secondary .widget, .comments-area, .woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px
}

#primary, .primary-1 {
    width: 70%
}

#secondary {
    width: 30%
}

#content.container > .row, section.section-block-upper > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

@media only screen and (min-width: 991px) {
    body.aft-sticky-sidebar #secondary.sidebar-sticky-top {
        position: sticky;
        top: 30px
    }

    body.aft-sticky-sidebar #secondary.sidebar-sticky-bottom {
        position: sticky;
        bottom: 0;
        align-self: flex-end
    }
}

body.home.blog #primary {
    padding-top: 10px
}

.full-width-content #primary, .full-width-content .primary-1, #primary.content-area.full-width, .error404 #primary {
    width: 100%
}

.align-content-right #primary, .align-content-right .primary-1 {
    float: right
}

@media only screen and (min-width: 992px) {
    .align-content-left #primary, .align-content-left .primary-1 {
        padding-right: 7.5px;
        padding-left: 0
    }

    .align-content-left #secondary {
        padding-left: 7.5px;
        padding-right: 0
    }

    .align-content-right #primary, .align-content-right .primary-1 {
        padding-left: 7.5px;
        padding-right: 0
    }

    .align-content-right #secondary {
        padding-right: 7.5px;
        padding-left: 0
    }

    .align-content-right #content.container > .row, .align-content-right section.section-block-upper > .row {
        flex-direction: row-reverse
    }
}

@media only screen and (max-width: 991px) {
    #primary, #secondary, .primary-1 {
        width: 100%
    }
}

.col {
    float: left;
    padding: 0;
    width: 100%
}

#primary .col-one {
    width: 10%
}

#primary .col-two {
    width: 20%
}

#primary .col-three {
    width: 30%
}

#primary .col-three-point-three {
    width: 33.33%
}

#primary .col-four {
    width: 40%
}

#primary .col-five {
    width: 50%
}

#primary .col-six {
    width: 60%
}

#primary .col-seven {
    width: 70%
}

#primary .col-eight {
    width: 80%
}

#primary .col-nine {
    width: 90%
}

#primary .col-ten {
    width: 100%
}

#primary .prime-row {
    margin: 0;
    padding: 0 10px
}

#primary .covernews_tabbed_posts_widget .tab-content .article-list-item .full-item-details.col-details.col-sm-12 .prime-row, .covernews_tabbed_posts_widget .tab-content .article-list-item .full-item-details.col-details.col-sm-12 .prime-row {
    padding: 10px
}

#primary ul.article-item.article-list-item.article-tabbed-list.article-item-left li.full-item {
    margin-bottom: 20px;
    background: #fff
}

#secondary .single-column-posts {
    border: none;
    margin-bottom: 0
}

#secondary .col.col-details {
    margin: 10px 0
}

.site-footer .base-border, #secondary .base-border {
    margin-bottom: 15px
}

.site-footer .widget ul li .base-border {
    margin-bottom: 10px
}

#secondary .spotlight-post {
    border: none
}

#secondary .widget-title {
    margin-bottom: 0
}

.site-footer .col.col-image {
    width: 40%
}

.site-footer .col.col-details {
    width: 60%;
    padding-left: 15px
}

@media only screen and (max-width: 767px) {
    #primary .col-five {
        width: 100%
    }
}

.primary-footer .base-border:before {
    background: #35373c;
    left: 0
}

.covernews_Posts_Grid .spotlight-post, .align-items-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

#primary .archive-image-right .align-items-center {
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap
}

#primary .em-express-article-lists .col-four.col-image {
    width: 41%
}

#primary .em-express-article-lists .col-six.col-details {
    width: 59%
}

#primary .col-five.col-details {
    padding-left: 15px;
    padding-right: 15px
}

#primary .col.col-details {
    padding: 10px 0
}

.af-main-banner {
    position: relative
}

.af-navcontrols {
    position: absolute;
    top: 0;
    right: 0
}

.main-slider-wrapper, .banner-trending-posts-wrapper {
    position: relative
}

.banner-trending-posts-wrapper h3 {
    font-size: 15px;
    margin: 5px 0 0
}

.tabbed-container h3.article-title {
    font-size: 14px;
    margin-bottom: 0
}

.em-reated-posts h3.article-title, article.latest-posts-grid h3.article-title, .aft-grid-double-column h3.article-title, .grid-layout h3.article-title, .covernews_posts_carousel_widget.grid-layout h3.article-title, .af-main-banner-latest-posts.grid-layout h3.article-title, .af-main-banner-featured-posts.grid-layout h3.article-title {
    margin-top: 0
}

.covernews_trending_posts_carousel_widget.grid-layout h3.article-title {
    margin-top: 5px
}

.site-footer .tabbed-container .grid-item-metadata, #secondary .tabbed-container .grid-item-metadata {
    display: none
}

.carousel-image {
    min-height: 80px
}

.trending-posts .carousel-image {
    margin-bottom: 10px
}

.banner-trending-posts-wrapper .slick-slide .data-bg-hover:before {
    content: none
}

.banner-trending-posts-wrapper figure.featured-article, .banner-trending-posts-wrapper figcaption {
    display: inline-block;
    vertical-align: top
}

.banner-trending-posts-wrapper .no-gutter-col {
    display: flex;
    align-items: center
}

.banner-trending-posts-wrapper figure.featured-article {
    width: 35%;
    height: auto;
    position: relative;
    margin: 0;
    max-width: 165px
}

span.trending-no {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dc2626;
    padding: 0 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.aft-main-banner-slider-list-tabbed .af-main-banner .col-sm-4 {
    height: 96px
}

.aft-main-banner-slider-list-tabbed .aft-banner-6.af-main-banner .col-sm-4 {
    height: 95px;
    overflow: hidden
}

.banner-trending-posts-wrapper figure .data-bg-featured {
    height: 96px
}

.aft-banner-4 .banner-trending-posts-wrapper figure .data-bg-featured, .aft-banner-1 .banner-trending-posts-wrapper figure .data-bg-featured {
    height: 95px
}

.aft-banner-6 .banner-trending-posts-wrapper figure .data-bg-featured {
    height: 95px
}

.aft-banner-1 .trending-posts-carousel, .aft-banner-6 .trending-posts-carousel {
    height: 425px
}

.aft-banner-4 .banner-trending-posts-wrapper .slick-list {
    margin-bottom: -15px
}

.banner-trending-posts-wrapper figcaption {
    width: 66.66%;
    padding: 0 15px
}

.main-banner-3rd .tabbed-story .article-list-item .col-details, .aft-main-banner-slider-list-tabbed .af-main-banner-editors-picks .full-item-details.col-details {
    padding: 0 15px
}

.banner-trending-posts-wrapper .spotlight-post {
    display: block;
    height: auto
}

.banner-trending-posts-wrapper .spotlight-post figcaption {
    padding: 5px 5px 5px 15px
}

@media screen and (min-width: 1600px) {
    .banner-trending-posts-wrapper .slick-list {
        margin-bottom: -15px
    }
}

.aft-main-banner-slider-list-tabbed .af-main-banner .col-sm-4 {
    width: 35%;
    background-color: rgb(177 177 177/.5)
}

body.dark.aft-main-banner-slider-list-tabbed .af-main-banner .col-sm-4 {
    background-color: rgb(255 255 255/.05)
}

.aft-main-banner-slider-list-tabbed .af-main-banner .col-details {
    width: 65%;
    overflow: hidden
}

.slide-count {
    display: inline-block
}

.af-main-banner-featured-posts .widget-title-section, .af-main-banner-featured-products .widget-title-section {
    margin: 0 0 10px
}

.af-main-banner-featured-posts .section-title, .af-main-banner-featured-posts .section-subtitle, .af-main-banner-featured-products .section-title, .af-main-banner-featured-products .section-subtitle {
    padding: 0;
    margin: 0
}

.af-main-banner-featured-posts .section-title {
    font-weight: 700
}

.woocommerce ul.products li.product {
    padding-bottom: 15px;
    margin: 5px
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 31.73%;
    background: #fff
}

body.dark.woocommerce-page.columns-3 ul.products li.product, body.dark .woocommerce.columns-3 ul.products li.product, body.dark .woocommerce ul.products.columns-3 li.product, body.dark.woocommerce-page ul.products.columns-3 li.product {
    background: #333
}

.woocommerce .products ul, .woocommerce ul.products {
    margin-left: -10px;
    margin-right: -10px
}

.woocommerce ul.products li.product .onsale {
    right: 0;
    top: 0;
    margin: 0
}

.woocommerce ul.products li.product .star-rating {
    margin: 5px 15px
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button {
    margin: 0 15px;
    line-height: normal
}

.woocommerce ul.products li.product .button {
    height: auto;
    padding: 8px 10px
}

.woocommerce ul.products li.product .price {
    padding: 5px 0;
    font-weight: 700
}

.af-main-banner-featured-products .woocommerce ul.products li.product {
    width: 23.8%
}

@media only screen and (min-width: 992px) {
    .full-section-slider .no-gutter-col:nth-child(2), .full-section-slider .no-gutter-col:nth-child(6), .full-section-slider .no-gutter-col:nth-child(10), .full-section-slider .no-gutter-col:nth-child(14), .full-section-slider .no-gutter-col:nth-child(18) {
        border-left-width: 1px
    }
}

@media only screen and (max-width: 991px) {
    .af-main-banner .no-gutter-col:nth-child(2), .af-main-banner .no-gutter-col:nth-child(4), .af-main-banner .no-gutter-col:nth-child(6), .af-main-banner .no-gutter-col:nth-child(8), .af-main-banner .no-gutter-col:nth-child(10), .af-main-banner .no-gutter-col:nth-child(12), .af-main-banner .no-gutter-col:nth-child(14), .af-main-banner .no-gutter-col:nth-child(16), .af-main-banner .no-gutter-col:nth-child(18) {
        border-left-width: 1px
    }
}

.widget .slick-current .banner-half {
    border-left-width: 1px
}

.banner-half figcaption {
    padding: 15px
}

@media only screen and (max-width: 767px) {
    .banner-half {
        border-width: 1px
    }

    .banner-half:last-child {
        border-left: 0
    }
}

.banner-exclusive-posts-wrapper {
    margin-top: 10px
}

.trending-line {
    border: 1px solid;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 45px;
    margin: 0 0 25px;
    position: relative
}

.trending-line .trending-now {
    background-color: #ff3c36;
    line-height: 48px;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 0 20px;
    margin-right: 5px
}

.trending-slides {
    padding: 0 5px
}

.trending-slides .marquee {
    overflow: hidden
}

.trending-slides .marquee .js-marquee {
    margin: 0
}

.trending-slides .marquee a {
    padding: 0 25px;
    font-weight: 400
}

.trending-slides .marquee a img {
    width: 25px;
    height: auto;
    margin-right: 5px
}

.trending-line .trending-now strong {
    font-weight: 400
}

.banner-promotions-wrapper {
    margin: 10px 0;
    text-align: center
}

.banner-promotions-wrapper img {
    position: relative
}

.trending-line .trending-control {
    position: absolute;
    top: 0;
    right: 0
}

.alert-spinner {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    vertical-align: middle
}

.double-bounce1, .double-bounce2 {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .7;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.slick-slide {
    margin: 0 auto
}

.slick-slide, .slick-slide * {
    outline: none !important
}

.slick-item {
    position: relative
}

.slider-figcaption {
    padding: 15px
}

.slider-figcaption-1 {
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    z-index: 10
}

body.dark .slider-figcaption span.author-links a:hover, body.dark .slider-figcaption span.posts-date a:hover, body.default .slider-figcaption span.author-links i, body.default .slider-figcaption span.author-links a, .slider-figcaption a, .slider-figcaption a:hover, .slider-figcaption a:focus, .slider-figcaption a:visited {
    color: #fff
}

.slider-figcaption .slide-title {
    font-size: 35px;
    line-height: 1.3
}

@media only screen and (min-width: 1600px) {
    .slider-figcaption .slide-title {
        font-size: 35px
    }
}

.slider-figcaption .slide-title-1 {
    font-size: 18px
}

.slick-slide .data-bg-hover:before {
    filter: alpha(opacity=100);
    opacity: .75;
    background: -webkit-linear-gradient(top, #fff0 40%, rgb(0 0 0/.7) 100%);
    background: linear-gradient(to bottom, #fff0 40%, rgb(0 0 0/.7) 100%)
}

.widget.covernews-widget.covernews_posts_carousel_widget .slick-slide .data-bg-hover:before {
    opacity: 0
}

.slider-figcaption .grid-item-metadata .item-metadata, span.item-metadata.posts-author, span.aft-comment-count, span.aft-view-count, span.item-metadata.posts-date {
    padding-right: 5px;
    display: inline-block
}

.af-navcontrols .slick-arrow, .af-navcontrols .slide-count {
    float: left;
    height: 40px;
    line-height: 50px;
    text-align: center
}

.af-navcontrols .slick-arrow {
    cursor: pointer
}

.slide-icon {
    display: inline-block;
    height: 20px;
    width: 20px
}

.slide-icon, .featured-article-wrapper, .categorised-article-wrapper {
    position: relative
}

.slide-icon-1 {
    position: absolute;
    z-index: 1;
    display: block;
    width: 60px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    color: rgb(255 255 255/.75);
    top: 0;
    margin-top: -28px;
    text-align: center;
    padding: 0
}

.slide-prev:hover, .slide-prev:focus, .slide-next:hover, .slide-next:focus {
    outline: none !important
}

.slide-prev {
    right: 71px
}

.slide-next {
    right: 0
}

.featured-article-wrapper figcaption {
    position: absolute;
    bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1
}

.featured-article-wrapper figcaption .article-title {
    font-size: 20px
}

.featured-article-wrapper figcaption .grid-item-metadata p {
    text-transform: none;
    font-size: 14px
}

.slide-icon:before {
    display: inline-block;
    position: absolute;
    top: 0;
    margin: auto;
    height: 25px;
    width: 25px;
    background-color: #fff;
    color: #000;
    line-height: 25px;
    font-size: 20px;
    font-weight: 700
}

.slide-icon-1 {
    height: 0;
    width: 0
}

.covernews_posts_slider_widget .cat-links li.meta-category {
    margin-bottom: 0;
    padding-bottom: 0
}

.covernews_posts_carousel_widget.grid-layout {
    overflow: hidden
}

.slide-prev:before {
    left: 19px;
    right: inherit
}

.slide-next:before {
    left: inherit;
    right: 1px
}

.covernews_posts_carousel_widget .slide-next:before {
    left: inherit;
    right: 9px
}

.covernews_posts_carousel_widget .slide-prev:before {
    left: 11px;
    right: inherit
}

.slide-prev-1:before {
    left: 35px
}

.main-slider .slide-prev-1:before {
    left: 32px
}

#secondary .slide-prev-1:before, .posts-carousel .slide-prev-1:before, .latest-posts-carousel .slide-prev-1:before {
    left: 20px
}

.slide-next-1:before {
    right: 35px
}

.main-slider .slide-next-1:before {
    right: 32px
}

#secondary .slide-next-1:before, .posts-carousel .slide-prev-1:before, .latest-posts-carousel .slide-next-1:before {
    left: 20px
}

.trending-slides .slide-prev, .trending-slides .slide-next {
    top: 0;
    width: 40px;
    position: absolute;
    z-index: 1;
    height: 45px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 0
}

.trending-slides .slick-slide a {
    margin-right: 30px
}

.trending-slides .slide-prev {
    right: 40px;
    left: inherit
}

.trending-slides .slide-next {
    right: 0
}

.trending-slides .slide-icon:before {
    height: 16px;
    line-height: 16px
}

.post-description {
    font-size: 14px;
    margin: 5px auto
}

.post-description p:last-child {
    margin-bottom: 0
}

.post-description p a {
    text-decoration: underline
}

.post-description .aft-readmore-wrapper a.aft-readmore {
    font-size: .85em;
    font-weight: 700;
    opacity: .75
}

body.default .hentry .entry-header-details .post-excerpt a.aft-readmore, body.default .post-description .aft-readmore-wrapper a.aft-readmore {
    color: #404040
}

body .hentry .entry-header-details .post-excerpt a.aft-readmore:hover, body.dark .post-description .aft-readmore-wrapper a.aft-readmore:hover, body.default .post-description .aft-readmore-wrapper a.aft-readmore:hover {
    color: #bb1919
}

body.dark .slider-figcaption .post-description .aft-readmore-wrapper a.aft-readmore:hover, body.default .slider-figcaption .post-description .aft-readmore-wrapper a.aft-readmore:hover, body.default .slider-figcaption .post-description .aft-readmore-wrapper a.aft-readmore {
    color: #fff
}

.spotlight-post figcaption .post-description, .blog .hentry .spotlight-post .post-description, .archive .hentry .spotlight-post .post-description, .slider-figcaption .post-description {
    margin-bottom: 0
}

.featured-article-wrapper figcaption a {
    color: #fff
}

.featured-article-wrapper .figure-categories {
    position: absolute;
    bottom: 15px;
    left: 15px
}

.figure-categories.figure-categories-bg {
    line-height: 0
}

.figure-categories-1 {
    padding-left: 20px;
    padding-right: 20px
}

.figure-categories .cat-links {
    list-style: none
}

.cat-links {
    display: inline
}

.figure-categories .cat-links li {
    display: inline-block;
    opacity: .9
}

.figure-categories .cat-links li:hover {
    opacity: 1
}

.aft-main-banner-slider-grid .trending-story .figure-categories .cat-links a.covernews-categories, .full-plus-list .spotlight-post:first-of-type .figure-categories .cat-links a.covernews-categories, .figure-categories .cat-links a.covernews-categories {
    line-height: 1;
    padding: 3px 6px;
    margin-right: 5px;
    margin-top: 5px;
    color: #fff;
    background-color: #bb1919;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    opacity: 1
}

.aft-main-banner-slider-list-tabbed .af-main-banner-editors-picks .figure-categories .cat-links a.covernews-categories, .aft-main-banner-slider-list .af-main-banner-editors-picks .figure-categories .cat-links a.covernews-categories, .tabbed-story .figure-categories .cat-links a.covernews-categories, .covernews_tabbed_posts_widget .figure-categories .cat-links a.covernews-categories, .list .spotlight-post .figure-categories .cat-links a.covernews-categories, .full-plus-list .spotlight-post .figure-categories .cat-links a.covernews-categories, .trending-posts-vertical-carousel .figure-categories .cat-links a.covernews-categories, .trending-story .figure-categories .cat-links a.covernews-categories {
    padding: 0;
    color: #bb1919;
    background-color: #fff0;
    opacity: .9;
    transition: all .5s ease-out
}

.tabbed-story .figure-categories .cat-links a.covernews-categories:hover, .full-plus-list .spotlight-post .figure-categories .cat-links a.covernews-categories:hover, .trending-story .figure-categories .cat-links a.covernews-categories:hover {
    opacity: 1
}

.figure-categories .cat-links a.category-color-2, .full-plus-list .spotlight-post:first-of-type .figure-categories .cat-links a.covernews-categories.category-color-2 {
    background-color: #2a4051
}

.trending-story .figure-categories .cat-links a.covernews-categories.category-color-2, .list .spotlight-post .figure-categories .cat-links a.covernews-categories.category-color-2, .full-plus-list .spotlight-post .figure-categories .cat-links a.covernews-categories.category-color-2, .covernews_tabbed_posts_widget .figure-categories .cat-links a.covernews-categories.category-color-2, .trending-posts-vertical-carousel .figure-categories .cat-links a.covernews-categories.category-color-2 {
    color: #2a4051
}

.figure-categories .cat-links a.category-color-3, .full-plus-list .spotlight-post:first-of-type .figure-categories .cat-links a.covernews-categories.category-color-3 {
    background-color: #0076b5
}

.trending-story .figure-categories .cat-links a.covernews-categories.category-color-3, .list .spotlight-post .figure-categories .cat-links a.covernews-categories.category-color-3, .full-plus-list .spotlight-post .figure-categories .cat-links a.covernews-categories.category-color-3, .covernews_tabbed_posts_widget .figure-categories .cat-links a.covernews-categories.category-color-3, .trending-posts-vertical-carousel .figure-categories .cat-links a.covernews-categories.category-color-3 {
    color: #0076b5
}

.full-plus-list .spotlight-post:first-of-type .figure-categories .cat-links a.covernews-categories {
    color: #fff
}

.em-reated-posts ul.cat-links li {
    width: auto
}

.grid-item-metadata {
    font-size: 11px;
    opacity: .75
}

.trending-story .grid-item-metadata {
    color: #000
}

.aft-main-banner-slider-list-tabbed .af-main-banner .af-main-banner-editors-picks .grid-item-metadata {
    display: none
}

.aft-main-banner-slider-list-tabbed .af-main-banner .col-sm-4.col-image img {
    height: 95px;
    object-fit: cover
}

.aft-main-banner-slider-list-tabbed .af-main-banner .full-item-details.col-details.col-sm-8 {
    max-height: 95px;
    overflow: hidden
}

.aft-main-banner-slider-list-tabbed .af-main-banner .af-main-banner-editors-picks .tabbed-head {
    margin-bottom: 15.5px;
    margin-bottom: 13px
}

.aft-main-banner-slider-list-tabbed .af-main-banner ul.article-tabbed-list {
    list-style: none;
    margin-bottom: 0
}

.aft-main-banner-slider-list-tabbed .af-main-banner ul.article-tabbed-list .base-border {
    margin-bottom: 15px
}

.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .spotlight-post figcaption.cate-fig {
    position: relative;
    padding: 15px
}

body.default.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .spotlight-post figcaption.cate-fig {
    background: #fff
}

body.default.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .categorized-story span.author-links i, body.default.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .categorized-story span.author-links a, body.default.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .spotlight-post .title-heading .article-title-2 a {
    color: #404040
}

body.dark.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .spotlight-post .title-heading .article-title-2 a {
    color: #fff
}

body.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .categorized-story .spotlight-post .figure-categories {
    position: absolute;
    bottom: 10px;
    left: 15px
}

body.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .categorized-story .spotlight-post .em-post-format {
    left: 15px
}

.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks figure.featured-article {
    position: relative
}

.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .spotlight-post {
    min-height: 425px;
    margin-bottom: 0
}

.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .spotlight-post .article-title {
    margin-top: 0
}

body.dark.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .categorized-story .grid-item-metadata .posts-author a:hover, body.dark.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .categorized-story span.item-metadata.posts-date a:hover, body.default.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .categorized-story span.author-links a:hover i, body.default.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .categorized-story span.author-links a:hover, body.dark.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .spotlight-post .title-heading .article-title-2 a:hover, body.default.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .spotlight-post .title-heading .article-title-2 a:hover {
    color: #bb1919
}

.aft-main-banner-slider-carousel .main-slider-wrapper {
    margin-top: 15px
}

.aft-main-banner-slider-carousel .main-slider-wrapper .slick-slider {
    overflow: hidden
}

.aft-main-banner-slider-carousel .main-slider-wrapper .slick-list {
    margin: 0 -5px
}

.aft-main-banner-slider-carousel .main-slider-wrapper .slick-item {
    padding: 0 5px
}

.aft-main-banner-slider-carousel .main-slider-wrapper span.slide-icon.slide-prev {
    left: 0;
    right: unset;
    top: calc(50% + 16px);
    transform: translateY(-50%)
}

.aft-main-banner-slider-carousel .main-slider-wrapper span.slide-icon.slide-next {
    right: 0;
    top: calc(50% + 16px);
    transform: translateY(-50%)
}

.aft-main-banner-slider-carousel .main-slider-wrapper span.slide-icon.slide-next::before {
    right: 0;
    line-height: 25px
}

.aft-main-banner-slider-carousel .main-slider-wrapper span.slide-icon.slide-prev::before {
    left: 0;
    line-height: 25px
}

.aft-main-banner-slider-carousel .slider-figcaption .slide-title {
    font-size: 28px
}

@media only screen and (max-width: 1599px) {
    body.aft-main-banner-slider-carousel .af-main-banner .slider-figcaption .slide-title {
        font-size: 24px
    }
}

.aft-main-banner-slider-full .main-slider.aft-banner-slider .slick-item {
    display: flex !important;
    align-items: center
}

body.default.aft-main-banner-slider-full .main-slider.aft-banner-slider .slick-item {
    background: #fff
}

body.dark.aft-main-banner-slider-full .main-slider.aft-banner-slider .slick-item {
    background: #333
}

.aft-main-banner-slider-full .main-slider.aft-banner-slider .slick-item .slider-figcaption-1 {
    position: static;
    padding: 20px;
    width: 50%
}

.aft-main-banner-slider-full .main-slider.aft-banner-slider .slick-item .read-bg-img {
    width: 50%
}

body.default.aft-main-banner-slider-full .main-slider.aft-banner-slider .slider-figcaption .slide-title a, body.default.aft-main-banner-slider-full .main-slider.aft-banner-slider .slider-figcaption span.author-links i, body.default.aft-main-banner-slider-full .main-slider.aft-banner-slider .slider-figcaption span.author-links a {
    color: #404040
}

body.dark.aft-main-banner-slider-full .main-slider.aft-banner-slider .slider-figcaption .slide-title a {
    color: #fff
}

body.default.aft-main-banner-slider-full .main-slider.aft-banner-slider .slider-figcaption .slide-title a:hover, body.dark.aft-main-banner-slider-full .main-slider.aft-banner-slider .slider-figcaption .slide-title a:hover {
    color: #bb1919
}

@media screen and (max-width: 768px) {
    .aft-main-banner-slider-full .main-slider.aft-banner-slider .slick-item .read-bg-img {
        height: 260px
    }

    .aft-main-banner-slider-full .main-slider.aft-banner-slider .slider-figcaption .slide-title {
        font-size: 24px
    }
}

@media screen and (max-width: 600px) {
    .aft-main-banner-slider-full .main-slider.aft-banner-slider .slick-item {
        flex-wrap: wrap
    }

    .aft-main-banner-slider-full .main-slider.aft-banner-slider .slick-item .slider-figcaption-1, .aft-main-banner-slider-full .main-slider.aft-banner-slider .slick-item .read-bg-img {
        width: 100%
    }

    .aft-main-banner-slider-full .main-slider.aft-banner-slider .slick-item .slider-figcaption-1 {
        padding: 15px
    }
}

.aft-main-banner-slider-grid-2 .af-main-banner-editors-picks .row {
    margin: 0 -7.5px
}

.aft-main-banner-slider-grid-2 .af-main-banner-editors-picks .col-sm-6.odd-grid {
    padding: 0 7.5px
}

.aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .af-main-banner-editors-picks.layout-2 .col-sm-6.odd-grid:first-child {
    padding-right: 7.5px
}

.grid-item-metadata i {
    border: 1px solid;
    padding: 0;
    padding-right: 2px
}

.grid-item-metadata .author-links i, .grid-item-metadata .posts-author i, .grid-item-metadata .posts-date i {
    border: none;
    font-weight: 400
}

.trending-story .grid-item-metadata .posts-author a {
    font-weight: 700;
    transition: all .5s ease-out
}

.trending-story .grid-item-metadata .posts-author a:hover {
    color: #dc2626
}

.spotlight-post, .single-column-posts, #secondary .widget, article .entry-content-wrap, article .comments-area, article .em-posts-promotions .widget {
    background-color: #fff;
    margin: 0 0 15px;
    position: relative
}

#secondary .widget:last-child {
    margin-bottom: 0
}

#secondary .widget.covernews_posts_carousel_widget .spotlight-post {
    margin-bottom: 0
}

.trending-story.categorized-story .spotlight-post, .af-main-banner-editors-picks .spotlight-post {
    margin: 0 0 15px
}

.default-section-slider.aft-banner-1 .main-slider.full-slider-mode.aft-banner-carousel, .default-section-slider.aft-banner-10 .main-slider.full-slider-mode.aft-banner-slider, .default-section-slider.aft-banner-9 .main-slider.full-slider-mode.aft-banner-slider, .default-section-slider.aft-banner-6 .main-slider.full-slider-mode.aft-banner-slider, .default-section-slider.aft-banner-5 .main-slider.full-slider-mode.aft-banner-slider, .default-section-slider.aft-banner-4 .main-slider.full-slider-mode.aft-banner-slider, .default-section-slider.aft-banner-3 .main-slider.full-slider-mode.aft-banner-slider, .default-section-slider.aft-banner-2 .main-slider.full-slider-mode.aft-banner-slider, .default-section-slider.aft-banner-1 .main-slider.full-slider-mode.aft-banner-slider {
    margin-bottom: 15px
}

.default-section-slider.aft-banner-9 .af-main-banner-editors-picks .featured-posts-grid, .default-section-slider.aft-banner-5 .af-main-banner-editors-picks .featured-posts-grid, .default-section-slider.aft-banner-1 .af-main-banner-editors-picks .featured-posts-grid {
    margin-bottom: 15px
}

.trending-story.categorized-story .even-grid:last-child .spotlight-post, .af-main-banner-editors-picks .even-grid:last-child .spotlight-post {
    margin: 0
}

body.dark .main-slider-wrapper .grid-item-metadata .posts-author a:hover, body.dark .af-main-banner-editors-picks .grid-item-metadata .posts-author a:hover, .af-main-banner-editors-picks .grid-item-metadata a, body.dark .af-main-banner .grid-item-metadata .posts-date a:hover {
    color: #fff
}

.archive-description {
    font-size: 16px;
    margin-bottom: 25px
}

.archive-layout-list {
    background: #fff;
    margin: 0 0 20px
}

.archive-layout-list .data-bg-hover:before {
    display: none
}

.woocommerce ul {
    list-style: none
}

.woocommerce ul li.product {
    margin-bottom: 20px
}

.woocommerce ul li.product .af-grid-li {
    background-color: #fff;
    border: 1px solid rgb(0 1 1/.1);
    border-radius: 3px
}

.aft-product-list-thumb {
    position: relative
}

.aft-product-list-thumb img {
    width: 100%
}

.aft-product-list-desc {
    padding: 20px
}

.aft-product-list-title h2 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.aft-product-list-rating span.price .woocommerce-Price-amount {
    font-weight: 700;
    margin-bottom: .5em;
    font-size: 16px
}

.aft-product-list-rating span.price {
    padding: 5px 0;
    font-weight: 700
}

.woocommerce ul li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul li.product .price ins {
    font-weight: 700;
    display: inline-block
}

.home .banner-half.woocommerce ul li.product .onsale {
    right: 0;
    top: 0;
    margin: 0;
    left: inherit
}

.home .banner-half.woocommerce ul li.product .onsale:hover {
    background: #333;
    color: #fff
}

.spotlight-post-1 {
    margin-bottom: 0
}

.full-width-image img {
    width: 100%
}

.spotlight-post figcaption {
    padding: 15px
}

.spotlight-post figcaption.cate-fig {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.categorised-article-list {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.covernews_double_col_double_categorised_posts .categorised-article-list:last-child {
    border: none
}

.em-express-article-grids {
    margin: 0 0 20px
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 15px
}

.search-results .hentry, .latest-posts-list.hentry {
    margin: 0
}

.blog .hentry .spotlight-post, .archive .hentry .spotlight-post {
    margin-bottom: 0
}

.aft-full-title-first {
    padding-bottom: 5px;
    margin-top: 10px;
    padding: 25px
}

.no-post-image .aft-full-title-first {
    padding: 25px 25px 1px
}

body.default .aft-full-title-first {
    background-color: #fff
}

body.dark .aft-full-title-first {
    background-color: #333
}

.hentry .entry-header-details {
    padding: 15px
}

.archive .latest-posts-full.hentry .entry-header-details {
    padding: 10px
}

.hentry .entry-header-image-wrap .author-links, .hentry .entry-header-details .author-links {
    font-size: 12px
}

.hentry .entry-header-details span.author-links i {
    margin-right: 3px
}

.hentry .entry-header-details .post-excerpt {
    font-size: 18px;
    font-style: italic;
    margin-top: 5px
}

.hentry .entry-header-details .post-excerpt a.aft-readmore {
    font-style: normal;
    margin-top: 5px;
    display: inline-block;
    font-size: .9em
}

.entry-header-details .post-excerpt p {
    margin: 0;
    word-break: break-word
}

.entry-header-details .post-excerpt p a {
    text-decoration: underline
}

.aft-full-title-first .entry-title, .entry-header-details .entry-title {
    margin: 5px 0;
    letter-spacing: 0
}

.aft-grid-double-column .spotlight-post .article-title, .single .entry-content-wrap, .single .hentry .entry-header-details .post-excerpt {
    font-size: 18px
}

@media only screen and (min-width: 1600px) {
    .entry-header-details .entry-title {
        font-size: 48px
    }

    .aft-grid-double-column .spotlight-post .article-title {
        font-size: 22px
    }
}

.updated:not(.published) {
    display: none
}

.page-content, .entry-summary {
    margin: 1.5em 0 0
}

.entry-content-wrap {
    font-size: 17px
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.latest-posts-list .archive-layout-list .entry-title {
    margin: 5px 0
}

.article-title {
    margin: 5px 0;
    line-height: 1.4;
    font-size: 17px
}

body.aft-main-banner-slider-list .af-main-banner .af-main-banner-editors-picks h3.article-title, body.aft-main-banner-slider-list .af-main-banner .banner-trending-posts-wrapper h3.article-title, body .af-main-banner #aft-trending-story-horizontal .banner-trending-posts-wrapper h3.article-title, body.aft-main-banner-slider-editors-picks-trending .af-main-banner .banner-trending-posts-wrapper h3.article-title, body .af-main-banner .af-main-banner-editors-picks .tabbed-container h3.article-title, body.aft-main-banner-slider-list-tabbed .af-main-banner .banner-trending-posts-wrapper h3.article-title {
    font-size: 14px
}

.covernews_trending_posts_carousel_widget h3.article-title, .col-sm-15 h3.article-title, .list h3.article-title, .article-tabbed-list h3.article-title, .full-plus-list h3.article-title {
    font-size: 15px
}

.categorized-story .title-heading .article-title-2 {
    font-size: 18px
}

.main-slider .grid-item-metadata .posts-author a, .main-slider span.item-metadata.posts-date a, .categorized-story .title-heading .article-title-2 a, .categorized-story span.item-metadata.posts-author, .categorized-story .grid-item-metadata .posts-author a, .categorized-story span.item-metadata.posts-date a, .categorized-story span.item-metadata.posts-date {
    color: #fff
}

.entry-content .post-item-metadata {
    padding: 15px 0;
    font-size: 14px
}

.entry-content .post-item-metadata .cat-links, .entry-content .post-item-metadata .tags-links, .entry-content .post-item-metadata .author-links {
    padding-right: 15px
}

.entry-content-wrap .promotionspace {
    margin-top: 15px
}

.entry-content ul, .entry-content ol {
    padding-left: 30px
}

.entry-content ul.wp-block-post-template, .entry-content ol.wp-block-post-template {
    padding: 0
}

.full-plus-list .spotlight-post:first-of-type figcaption .article-title {
    font-size: 18px
}

@media only screen and (min-width: 1600px) {
    .full-plus-list .spotlight-post:first-of-type figcaption .article-title {
        font-size: 24px
    }

    .article-title-1 {
        font-size: 20px
    }

    .categorized-story .title-heading .article-title-2 {
        font-size: 16px
    }
}

.em-reated-posts ul {
    list-style: none;
    margin-left: 30px;
    padding: 0
}

.em-reated-posts ul.cat-links {
    margin-left: 0
}

.em-reated-posts ul.cat-links li {
    margin-bottom: 0;
    padding-bottom: 0
}

.em-reated-posts ul li {
    padding-bottom: 15px
}

.em-reated-posts ul li {
    display: table;
    width: 100%
}

.em-reated-posts ul li img, .em-reated-posts ul li .related-posts-wrapper {
    display: inline-block;
    vertical-align: middle
}

.em-reated-posts ul li img {
    width: 50px;
    border-radius: 100%
}

.em-reated-posts ul li .related-posts-wrapper {
    padding: 0 15px
}

.em-reated-posts .cat-links {
    font-size: 14px
}

.em-reated-posts .cat-links a {
    color: #959595;
    padding: 3px 6px
}

.covernews-product-summary-wrap {
    background: #f7f7f7;
    border: 1px solid rgb(0 1 1/.1);
    border-bottom: 0;
    margin-right: 10px
}

#search-2 .search-form, #search-2 label {
    padding-top: 0;
    margin-bottom: 0
}

.post-thumbnail img {
    width: 100%
}

.latest-posts-full .header-details-wrapper {
    background: #fff;
    padding: 15px
}

.aft-post-thumbnail-wrapper .aft-image-caption {
    display: block
}

.aft-image-caption p {
    margin: 5px 15px;
    font-size: 14px;
    font-style: italic;
    text-align: center
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comments-area .comments-title, .comments-area .comment-reply-title, .related-title {
    padding: 15px 0
}

.comments-area .comments-title {
    padding-left: 20px;
    padding-right: 20px
}

.comment-respond .comment-reply-title {
    margin: 0;
    margin-top: 30px
}

.comments-area .comment-list {
    padding-left: 0;
    margin-left: 0
}

.comments-area .comment-list, .comments-area .comment-list .children {
    list-style-type: none
}

.comments-area .comment-author img {
    border-radius: 100%;
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 15px
}

.comments-area .comment-author a {
    color: #35353c;
    text-decoration: none
}

.comments-area .comment-content, .comments-area .comment-awaiting-moderation, .comments-area .reply {
    padding-left: 80px
}

.comments-area .reply {
    margin-bottom: 15px
}

.comment .comment-reply-link, .comments-area .reply .comment-reply-link {
    text-decoration: none;
    padding: 7px 15px;
    line-height: 1;
    display: inline-block;
    border: 1px solid
}

.comment .wp-block-columns {
    gap: 15px;
    margin-bottom: 0
}

.comments-area .reply .comment-reply-link:hover {
    color: #3c3c3c
}

body.dark .comments-area .reply .comment-reply-link {
    border-color: rgb(255 255 255/.4)
}

.comments-area .comment-respond {
    outline: 0
}

.comments-area .comment-form-comment label, .comments-area .comment-form-comment textarea {
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    display: inline-block;
    text-decoration: none;
    margin-top: 20px
}

.comments-area .comment-respond .form-submit input, .comments-area .comment-respond .form-submit input:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.comments-area .comment-respond .comment-form-author label, .comments-area .comment-respond .comment-form-email label, .comments-area .comment-respond .comment-form-url label {
    width: 100px
}

.comments-area .comment-notes {
    margin-bottom: 30px
}

.comments-area .comment-form label {
    color: #808086
}

.comments-area .blog-img-wide.blogdetails img {
    height: auto;
    padding: 20px;
    width: 100%
}

.comment-form label {
    color: #707070;
    display: block
}

.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea {
    border-color: #e4e4e4;
    width: 100%
}

.comment-form-author, .comment-form-email {
    width: 50%;
    float: left
}

.comment-form-author {
    padding-right: 10px
}

.comment-form-email {
    padding-left: 10px
}

.comment.depth-4 ol {
    margin-left: 0;
    padding-left: 0
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-list, .comments-area .comment-list .children {
        margin-left: 0;
        padding-left: 0
    }
}

.comment-metadata {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block
}

body .comments-area .comment-form input[type=checkbox] + label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 40px;
    right: 20px;
    display: none;
    width: 40px;
    height: 40px;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    opacity: 1 !important
}

#scroll-up .covernews-icon-angle-up {
    font-weight: 700
}

#scroll-up:hover, #scroll-up:focus {
    background-color: #373737;
    border-color: #373737
}

#scroll-up i {
    display: inline-block
}

#scroll-up:hover i, #scroll-up:focus i {
    color: #fff
}

@media only screen and (max-width: 767px) {
    #scroll-up {
        right: 20px;
        bottom: 20px
    }
}

.infinite-scroll .covernews-pagination, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed, iframe, object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery .slick-dots {
    bottom: -30px
}

.gallery-item {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
    position: relative
}

.widget_media_gallery .gallery::after {
    content: "";
    clear: both;
    display: block
}

.widget_media_gallery .gallery-item {
    padding: 1px
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left
}

.gallery-columns-3 .gallery-item {
    width: 33.33%
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left
}

.gallery-columns-6 .gallery-item {
    width: 16.66%
}

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left
}

.gallery-columns-7 .gallery-item {
    width: 14.28%
}

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left
}

.gallery-columns-9 .gallery-item {
    width: 11.11%
}

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left
}

.gallery-caption {
    display: block;
    background: #000;
    background: rgb(0 0 0/.74);
    color: #fff;
    font-size: 85%;
    line-height: 1.22857143;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    padding: 15px;
    text-align: left
}

@media only screen and (max-width: 991px) {
    .gallery .gallery-item {
        clear: none !important
    }

    .gallery.gallery-columns-1 .gallery-item {
        width: 100%
    }
}

@media only screen and (max-width: 640px) {
    body .gallery .gallery-item {
        float: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 290px;
        width: 50%
    }
}

.social-navigation ul li a:after, .social-widget-menu ul a:before {
    display: inline-block;
    font-family: aft-icons !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.main-navigation ul ul a:before {
    display: inline-block;
    font-family: aft-icons !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400
}

.top-masthead .social-navigation, .footer-social-wrapper .social-navigation {
    float: right
}

.social-navigation ul, .social-widget-menu ul, .em-author-details ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.social-navigation ul li, .social-widget-menu ul li, .em-author-details ul li {
    display: inline-block;
    margin-right: 1px
}

.top-masthead .social-navigation {
    min-height: 45px;
    display: flex;
    align-items: center
}

.social-navigation ul li a, .social-widget-menu ul li a, .em-author-details ul li a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 14px;
    position: relative;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.top-masthead .social-navigation ul {
    display: flex
}

.top-masthead .social-navigation ul li:not(:last-child) {
    margin-right: 4px
}

.top-masthead .social-navigation ul li a {
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 14px
}

.social-navigation ul li a {
    font-size: 14px
}

.social-navigation ul li a:after, .social-widget-menu ul a:before, .em-author-details ul li a:before {
    vertical-align: middle
}

.social-widget-menu ul {
    text-align: left
}

.social-widget-menu ul li a, .em-author-details ul li a, .social-navigation ul li a {
    border-radius: 0;
    color: #fff
}

.em-author-details ul a i {
    display: none
}

body.dark .site-footer .widget .social-widget-menu ul li a, body.dark .site-footer .widget .social-widget-menu ul li a:hover, body.dark .site-footer .social-widget-menu ul li a:visited, body.dark .site-footer .social-navigation ul li a:visited, body.dark .site-footer .social-widget-menu ul li a, body.dark .site-footer .social-navigation ul li a, .social-widget-menu ul li a:visited, .social-navigation ul li a:visited {
    color: #fff
}

.em-author-details ul a:after, .social-navigation ul a:after, .social-widget-menu ul a:before {
    font-family: aft-icons !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f14d"
}

.em-author-details ul li a[href*="facebook.com"], .social-widget-menu ul li a[href*="facebook.com"], .social-navigation ul li a[href*="facebook.com"] {
    background: #3b5999
}

.em-author-details ul li a[href*="dribbble.com"], .social-widget-menu ul li a[href*="dribbble.com"], .social-navigation ul li a[href*="dribbble.com"] {
    background: #ea4c89
}

.em-author-details ul li a[href*="vk.com"], .social-widget-menu ul li a[href*="vk.com"], .social-navigation ul li a[href*="vk.com"] {
    background: #4c75a3
}

.em-author-details ul li a[href*="x.com"], .social-widget-menu ul li a[href*="x.com"], .social-navigation ul li a[href*="x.com"], .em-author-details ul li a[href*="twitter.com"], .social-widget-menu ul li a[href*="twitter.com"], .social-navigation ul li a[href*="twitter.com"] {
    background: #000
}

.em-author-details ul li a[href*="linkedin.com"], .social-widget-menu ul li a[href*="linkedin.com"], .social-navigation ul li a[href*="linkedin.com"] {
    background: #0077b5
}

.em-author-details ul li a[href*="instagram.com"], .social-widget-menu ul li a[href*="instagram.com"], .social-navigation ul li a[href*="instagram.com"] {
    background: #3f729b
}

.em-author-details ul li a[href*="youtube.com"], .social-widget-menu ul li a[href*="youtube.com"], .social-navigation ul li a[href*="youtube.com"] {
    background: #cd201f
}

.em-author-details ul li a[href*="vimeo.com"], .social-widget-menu ul li a[href*="vimeo.com"], .social-navigation ul li a[href*="vimeo.com"] {
    background: #1ab7ea
}

.em-author-details ul li a[href*="plus.google.com"], .social-widget-menu ul li a[href*="plus.google.com"], .social-navigation ul li a[href*="plus.google.com"] {
    background: #dd4b39
}

.em-author-details ul li a[href*="pinterest.com"], .social-widget-menu ul li a[href*="pinterest.com"], .social-navigation ul li a[href*="pinterest.com"] {
    background: #bd081c
}

.em-author-details ul li a[href*="tumblr.com"], .social-widget-menu ul li a[href*="tumblr.com"], .social-navigation ul li a[href*="tumblr.com"] {
    background: #34465d
}

.em-author-details ul li a[href*="wordpress.org"], .social-widget-menu ul li a[href*="wordpress.org"], .social-navigation ul li a[href*="wordpress.org"] {
    background: #21759b
}

.em-author-details ul li a[href*="whatsapp.com"], .social-widget-menu ul li a[href*="whatsapp.com"], .social-navigation ul li a[href*="whatsapp.com"] {
    background: #25d366
}

.em-author-details ul li a[href*="reddit.com"], .social-widget-menu ul li a[href*="reddit.com"], .social-navigation ul li a[href*="reddit.com"] {
    background: #ff5700
}

.em-author-details ul li a[href*="spotify.com"], .social-widget-menu ul li a[href*="spotify.com"], .social-navigation ul li a[href*="spotify.com"] {
    background: #1db954
}

.em-author-details ul li a[href*="messenger.com"], .social-widget-menu ul li a[href*="messenger.com"], .social-navigation ul li a[href*="messenger.com"] {
    background: #0078ff
}

.em-author-details ul li a[href*="slack.com"], .social-widget-menu ul li a[href*="slack.com"], .social-navigation ul li a[href*="slack.com"] {
    background: #3f0f3f
}

.em-author-details ul li a[href*="stackoverflow.com"], .social-widget-menu ul li a[href*="stackoverflow.com"], .social-navigation ul li a[href*="stackoverflow.com"] {
    background: #ef8236
}

.em-author-details ul li a[href*="behance.net"], .social-widget-menu ul li a[href*="behance.net"], .social-navigation ul li a[href*="behance.net"] {
    background: #053eff
}

.em-author-details ul li a[href*="tiktok.com"], .social-widget-menu ul li a[href*="tiktok.com"], .social-navigation ul li a[href*="tiktok.com"] {
    background: #111
}

.em-author-details ul li a[href*="buffer.com"], .social-widget-menu ul li a[href*="buffer.com"], .social-navigation ul li a[href*="buffer.com"], .em-author-details ul li a[href*="threads.com"], .social-widget-menu ul li a[href*="threads.com"], .social-navigation ul li a[href*="threads.com"] {
    background: #000
}

.em-author-details ul li a[href*="telegram.com"], .social-widget-menu ul li a[href*="telegram.com"], .social-navigation ul li a[href*="telegram.com"] {
    background: #24a1de
}

.em-author-details ul li a, .social-widget-menu ul li a, .social-navigation ul li a {
    background: #bb1919
}

.em-author-details ul li a[href*="buffer.com"]:after, .social-navigation ul a[href*="buffer.com"]:after, .social-widget-menu ul a[href*="buffer.com"]:before {
    content: "\e925"
}

.em-author-details ul li a[href*="dribbble.com"]:after, .social-navigation ul a[href*="dribbble.com"]:after, .social-widget-menu ul a[href*="dribbble.com"]:before {
    content: "\f17d"
}

.em-author-details ul li a[href*="threads.com"]:after, .social-navigation ul a[href*="threads.com"]:after, .social-widget-menu ul a[href*="threads.com"]:before {
    content: "\e916"
}

.em-author-details ul li a[href*="facebook.com"]:after, .social-navigation ul a[href*="facebook.com"]:after, .social-widget-menu ul a[href*="facebook.com"]:before {
    content: "\f09a"
}

.em-author-details ul li a[href*="vk.com"]:after, .social-navigation ul a[href*="vk.com"]:after, .social-widget-menu ul a[href*="vk.com"]:before {
    content: "\f189"
}

.em-author-details ul li a[href*="x.com"]:after, .social-navigation ul a[href*="x.com"]:after, .social-widget-menu ul a[href*="x.com"]:before, .em-author-details ul li a[href*="twitter.com"]:after, .social-navigation ul a[href*="twitter.com"]:after, .social-widget-menu ul a[href*="twitter.com"]:before {
    content: "\f099"
}

.em-author-details ul li a[href*="linkedin.com"]:after, .social-navigation ul a[href*="linkedin.com"]:after, .social-widget-menu ul a[href*="linkedin.com"]:before {
    content: "\f0e1"
}

.em-author-details ul li a[href*="instagram.com"]:after, .social-navigation ul a[href*="instagram.com"]:after, .social-widget-menu ul a[href*="instagram.com"]:before {
    content: "\f16d"
}

.em-author-details ul li a[href*="youtube.com"]:after, .social-navigation ul a[href*="youtube.com"]:after, .social-widget-menu ul a[href*="youtube.com"]:before {
    content: "\f16a"
}

.em-author-details ul li a[href*="vimeo.com"]:after, .social-navigation ul a[href*="vimeo.com"]:after, .social-widget-menu ul a[href*="vimeo.com"]:before {
    content: "\f27d"
}

.em-author-details ul li a[href*="plus.google.com"]:after, .social-navigation ul a[href*="plus.google.com"]:after, .social-widget-menu ul a[href*="plus.google.com"]:before {
    content: "\f0d5"
}

.em-author-details ul li a[href*="pinterest.com"]:after, .social-navigation ul a[href*="pinterest.com"]:after, .social-widget-menu ul a[href*="pinterest.com"]:before {
    content: "\f0d2"
}

.em-author-details ul li a[href*="tumblr.com"]:after, .social-navigation ul a[href*="tumblr.com"]:after, .social-widget-menu ul a[href*="tumblr.com"]:before {
    content: "\f173"
}

.em-author-details ul li a[href*="wordpress.org"]:after, .social-navigation ul a[href*="wordpress.org"]:after, .social-widget-menu ul a[href*="wordpress.org"]:before, .em-author-details ul li a[href*="wordpress.com"]:after, .social-navigation ul a[href*="wordpress.com"]:after, .social-widget-menu ul a[href*="wordpress.com"]:before {
    content: "\f19a"
}

.em-author-details ul li a[href*="whatsapp.com"]:after, .social-navigation ul a[href*="whatsapp.com"]:after, .social-widget-menu ul a[href*="whatsapp.com"]:before {
    content: "\f232"
}

.em-author-details ul li a[href*="reddit.com"]:after, .social-navigation ul a[href*="reddit.com"]:after, .social-widget-menu ul a[href*="reddit.com"]:before {
    content: "\f281"
}

.em-author-details ul li a[href*="t.me"]:after, .social-navigation ul a[href*="t.me"]:after, .social-widget-menu ul a[href*="t.me"]:before {
    content: "\f2c6"
}

.em-author-details ul li a[href*="ok.ru"]:after, .social-navigation ul a[href*="ok.ru"]:after, .social-widget-menu ul a[href*="ok.ru"]:before {
    content: "\f263"
}

.em-author-details ul li a[href*="wechat.com"]:after, .social-navigation ul a[href*="wechat.com"]:after, .social-widget-menu ul a[href*="wechat.com"]:before {
    content: "\f1d7"
}

.em-author-details ul li a[href*="weibo.com"]:after, .social-navigation ul a[href*="weibo.com"]:after, .social-widget-menu ul a[href*="weibo.com"]:before {
    content: "\f18a"
}

.em-author-details ul li a[href*="github.com"]:after, .social-navigation ul a[href*="github.com"]:after, .social-widget-menu ul a[href*="github.com"]:before {
    content: "\e902"
}

.em-author-details ul li a[href*="spotify.com"]:after, .social-navigation ul a[href*="spotify.com"]:after, .social-widget-menu ul a[href*="spotify.com"]:before {
    content: "\f1bc"
}

.em-author-details ul li a[href*="messenger.com"]:after, .social-navigation ul a[href*="messenger.com"]:after, .social-widget-menu ul a[href*="messenger.com"]:before {
    content: "\e901"
}

.em-author-details ul li a[href*="slack.com"]:after, .social-navigation ul a[href*="slack.com"]:after, .social-widget-menu ul a[href*="slack.com"]:before {
    content: "\f198"
}

.em-author-details ul li a[href*="stackoverflow.com"]:after, .social-navigation ul a[href*="stackoverflow.com"]:after, .social-widget-menu ul a[href*="stackoverflow.com"]:before {
    content: "\f16c"
}

.em-author-details ul li a[href*="behance.com"]:after, .social-navigation ul a[href*="behance.net"]:after, .social-widget-menu ul a[href*="behance.net"]:before {
    content: "\f1b4"
}

.em-author-details ul li a[href*="tiktok.com"]:after, .social-navigation ul a[href*="tiktok.com"]:after, .social-widget-menu ul a[href*="tiktok.com"]:before {
    content: "\e900"
}

.em-author-details ul li a[href*="snapchat.com"]:after, .social-navigation ul a[href*="snapchat.com"]:after, .social-widget-menu ul a[href*="snapchat.com"]:before {
    content: "\f2ad"
}

.em-author-details ul li a[href*="telegram.com"]:after, .social-navigation ul a[href*="telegram.com"]:after, .social-widget-menu ul a[href*="telegram.com"]:before {
    content: "\f2c6"
}

.em-latest-post-carousel {
    margin-bottom: -6px
}

.latest-posts-carousel {
    text-align: center
}

.latest-posts-carousel .slick-track {
    display: inline-block
}

.site-footer {
    background: #1f2125
}

.primary-footer {
    padding-top: 60px;
    padding-bottom: 60px
}

.site-footer .wp-block-calendar table th {
    background: #fff0
}

.site-footer .wp-block-calendar table caption, .site-footer .wp-block-calendar table tbody, .site-footer, .site-footer a {
    color: #fff
}

.site-footer .widget .col-details, .site-footer .widget figcaption {
    color: #959595
}

.site-footer .widget .col-details a, .site-footer .widget figcaption a {
    color: #404040
}

body.dark .site-footer .widget .col-details, body.dark .site-footer .widget figcaption {
    color: #eee
}

body.dark .site-footer .widget .col-details a, body.dark .site-footer .widget figcaption a {
    color: #fff
}

.site-footer .wp-block-search__label, .site-footer .widget .cat-links a {
    color: #fff
}

.footer-logo {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid
}

.secondary-footer {
    padding: 13px 0;
    background-color: rgb(200 200 200/25%)
}

.secondary-footer .row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.secondary-footer .social-navigation ul li {
    margin-top: 2px;
    margin-bottom: 2px
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
    color: #fff
}

.footer-nav-wrapper ul {
    list-style: none;
    margin: 5px auto;
    padding: 0
}

.footer-nav-wrapper ul li {
    display: inline-block
}

.footer-nav-wrapper ul li a {
    padding-right: 16px
}

.footer-nav-wrapper ul li:last-child a {
    padding-right: 0
}

.site-info {
    background: #121314;
    padding: 20px 0;
    text-align: center
}

.widget_recent_comments li, .widget_pages li, .widget_archive li, .widget_meta li, .widget_categories li, .widget_nav_menu li, .widget_recent_entries li, .offcanvas, .icon-search, .navigation-container, .main-navigation, .af-main-banner, .banner-half, .categorised-article-list, .trending-line, .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation, .comment-respond .comment-reply-title, .related-title, .em-reated-posts ul li, .single.align-content-right #primary, .archive.align-content-right #primary, .single.align-content-left #primary, .archive.align-content-left #primary, .main-navigation .menu .menu-mobile li, .site-footer .tagcloud a {
    border: none
}

.site-footer .tagcloud a {
    border: 1px solid;
    border-color: rgb(255 255 255/.4);
    margin-bottom: 4px
}

.main-navigation {
    background: #bb1919
}

.social-widget-menu ul li a, .em-author-details ul li a, .footer-logo, .tagcloud a {
    border-color: #35373c
}

.offcanvas-menu span, .primary-color {
    background-color: #333;
    color: #fff
}

.read-bg-img {
    background-color: rgb(177 177 177/.5);
    color: #fff
}

body.dark .read-bg-img {
    background-color: rgb(255 255 255/.05)
}

.secondary-color, button, input[type=button], input[type=reset], input[type=submit], .site-content .search-form .search-submit, .site-footer .search-form .search-submit, .wp-block-tag-cloud.is-style-outline a:hover, .tagcloud a:hover {
    background: #bb1919;
    color: #fff
}

.wp-block-tag-cloud.is-style-outline a:visited:hover, .tagcloud a:visited:hover {
    color: #fff
}

.slider-figcaption .grid-item-metadata .item-metadata, .af-navcontrols .slide-count, .figure-categories .cat-links {
    font-size: 11px;
    font-weight: 400
}

.af-navcontrols .slide-count {
    color: rgb(255 255 255/.65)
}

.em-post-format {
    position: absolute;
    top: 15px;
    left: 15px
}

.aft-full-title-first .em-post-format, .single-post .entry-content-wrap .em-post-format {
    position: inherit
}

.main-slider.slick-initialized .slick-slide .em-post-format {
    top: 20px;
    left: 20px
}

.featured-article-wrapper .em-post-format {
    top: 15px;
    left: 15px
}

.article-list-item .em-post-format, #secondary .widget ul .em-post-format, .covernews_single_col_categorised_posts .em-post-format {
    top: 10px;
    left: 10px
}

.latest-posts-full .header-details-wrapper .em-post-format {
    position: inherit
}

.latest-posts-full .post-thumbnail + .header-details-wrapper .em-post-format {
    top: 10px;
    left: 20px;
    position: absolute
}

.em-post-format i {
    background: #dd2627;
    border-radius: 100%;
    width: 25px;
    display: inline-block;
    height: 25px;
    text-align: center;
    font-size: 11px;
    line-height: 25px !important
}

.em-post-format {
    color: #fff;
    font-size: 11px;
    display: inline-block;
    line-height: 23px
}

.main-navigation .menu .menu-mobile li a i:before, .main-navigation .menu .menu-mobile li a i:after {
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.sub-menu .menu-item-has-children a .fa-angle-down:before {
    content: "\f105"
}

@media only screen and (max-width: 1199px) {
    .top-masthead.top-masthead-overlay {
        position: relative;
        top: 0
    }
}

@media only screen and (max-width: 991px) {
    .top-masthead.top-masthead-overlay {
        position: relative;
        top: 0
    }

    body .top-masthead .social-navigation, body .footer-social-wrapper .social-navigation {
        float: none
    }

    body .top-masthead .social-navigation {
        margin-bottom: 20px
    }

    .device-center {
        text-align: center
    }

    .top-masthead .pull-right {
        margin-top: 20px
    }

    .top-masthead .device-center + .pull-right {
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .slider-figcaption .slide-title {
        font-size: 20px
    }

    .article-title-1 {
        font-size: 16px
    }

    .social-navigation ul li a, .social-widget-menu ul li a, .em-author-details ul li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 34px
    }

    .hentry .header-details-wrapper, body .em-reated-posts {
        margin-left: auto
    }

    .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous, .post-navigation .nav-next {
        width: 100%
    }

    .site-main .comment-navigation:after, .site-main .posts-navigation:after, .site-main .post-navigation:after {
        display: none;
        visibility: hidden;
        opacity: 0
    }

    .footer-nav-wrapper ul {
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px
    }

    .secondary-footer .row {
        flex-wrap: wrap
    }

    .secondary-footer .col-sm-6 {
        width: 100%
    }

    .main-navigation .menu .menu-mobile li a {
        padding-left: 30px
    }

    .af-search-box .search-form {
        width: 90%
    }

    .af-search-close {
        top: 30px;
        right: 30px
    }

    .main-navigation .menu .menu-mobile li a {
        padding-left: 30px
    }

    .hentry .entry-header-details {
        margin-top: 0
    }

    .site-header .site-branding .site-title a {
        padding-left: 0;
        padding-right: 0
    }

    .nav-previous a, .nav-next a {
        font-size: 16px
    }
}

@media only screen and (max-width: 480px) {
    .site-content .site-main .widget-title span, #primary .af-tabs.nav-tabs > li > a {
        font-size: 20px
    }
}

@media only screen and (max-width: 640px) {
    .topbar-date {
        margin-right: auto;
        padding-right: 0;
        display: block;
        height: 25px
    }

    .top-navigation ul li a {
        padding-right: 0
    }

    body .top-masthead .social-navigation {
        margin-bottom: 10px
    }

    .top-masthead .pull-right {
        margin-top: 10px
    }

    .top-masthead .device-center + .pull-right {
        margin-top: 0
    }

    .trending-line .trending-now {
        width: 100%
    }

    .trending-slides {
        clear: both
    }

    .site-branding .site-title {
        font-size: 50px
    }

    .site-branding .site-description {
        font-size: 14px
    }

    .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous, .post-navigation .nav-next {
        width: 100%
    }

    .wp-post-author-shortcode.left {
        text-align: center
    }

    .wp-post-author-shortcode.left .awpa-author-block {
        width: 100%
    }
}

.em-breadcrumbs {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    padding: 10px 0
}

.em-breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.em-breadcrumbs ul li {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.em-breadcrumbs ul .trail-item span[itemprop=name] {
    position: relative;
    padding-left: 10px;
    padding-right: 5px
}

.em-breadcrumbs ul .trail-item.trail-begin span {
    padding-left: 0
}

.em-breadcrumbs ul li span[itemprop=name]:before {
    display: inline-block;
    content: "/";
    position: absolute;
    top: 0;
    left: 0
}

.em-breadcrumbs ul .trail-item.trail-begin span:before {
    content: none
}

body.single #content .em-breadcrumbs + .row, body.archive #content .em-breadcrumbs + .row {
    margin-top: 0
}

body.single #content > .row, body.archive #content > .row {
    margin-top: 20px
}

.archive .site-content .header-title-wrapper, .search .site-content .header-title-wrapper, .error404 .site-content .header-title-wrapper {
    border: 0;
    margin: 0 auto;
    padding-bottom: 0
}

.site-content .archive-layout-list .entry-title {
    font-size: 18px
}

.covernews_double_col_categorised_posts .spotlight-post, .covernews_single_col_categorised_posts .col-image, .archive-layout-list .col-image {
    position: relative
}

.article-list-item .col-image, #secondary .widget ul .col-image {
    padding: 0
}

#primary ul.article-item.article-list-item.article-tabbed-list, #secondary .covernews_tabbed_posts_widget .article-tabbed-list .full-item:last-child .base-border {
    margin-bottom: 0
}

.covernews_tabbed_posts_widget .col-sm-4.col-image {
    background-color: rgb(177 177 177/.5);
    height: 100px;
    overflow: hidden;
    width: 35%;
    max-width: 165px
}

.covernews_tabbed_posts_widget .full-item-details.col-details.col-sm-8 {
    width: 65%
}

.full-item-details.col-details.col-sm-8 {
    padding-left: 15px;
    padding-right: 15px
}

body.dark .covernews_tabbed_posts_widget .col-sm-4.col-image {
    background-color: rgb(255 255 255/.05)
}

body .site-footer .widget ul.article-tabbed-list, body #secondary .widget ul.article-tabbed-list {
    padding: 0;
    background: 0 0 !important
}

body.default .site-footer .widget ul.article-tabbed-list .row-sm.align-items-center, body.default .af-main-banner .tabbed-container ul.article-tabbed-list .base-border, body.default #secondary .widget ul.article-tabbed-list .row-sm.align-items-center {
    background-color: #fff
}

body.dark .site-footer .widget ul.article-tabbed-list .row-sm.align-items-center, body.dark .af-main-banner .tabbed-container ul.article-tabbed-list .base-border, body.dark #secondary .widget ul.article-tabbed-list .row-sm.align-items-center {
    background-color: #333
}

.main-banner-3rd .tabbed-story .tabbed-head {
    margin-bottom: 14px
}

.nav-tabs > li {
    margin-bottom: 0
}

.main-banner-3rd .tabbed-story .article-list-item li {
    list-style: none;
    margin-bottom: 15px
}

.main-banner-3rd .tabbed-story .article-list-item .cat-links li {
    margin-bottom: 5px
}

.main-banner-3rd .tabbed-story .article-list-item li .article-title {
    margin: 0
}

.main-banner-3rd .tabbed-story .article-list-item .col-image {
    height: 95.85px;
    overflow: hidden;
    background: #d8d8d8;
    width: 35%;
    max-width: 165px
}

body.dark .main-banner-3rd .tabbed-story .article-list-item .col-image {
    background: #404040
}

.main-banner-3rd .tabbed-story .article-list-item .col-details {
    max-height: 100px;
    overflow: hidden;
    width: 65%
}

.main-banner-3rd .tabbed-story .article-list-item li .author-links {
    display: none
}

.archive-layout-list .col-image, .covernews_single_col_categorised_posts .col-image {
    margin: 0;
    padding: 0
}

#primary .archive-layout-list .prime-row, #primary .covernews_single_col_categorised_posts .prime-row {
    padding: 0 15px
}

.site-footer .widget ul .col-image, .site-footer .covernews_single_col_categorised_posts .col-image, #secondary .covernews_single_col_categorised_posts .col-image {
    margin: 0
}

#secondary .covernews_single_col_categorised_posts .em-post-format {
    top: 20px
}

#secondary .covernews_single_col_categorised_posts .single-column-posts {
    margin-bottom: 20px
}

.site-footer .covernews_single_col_categorised_posts .col-details, #secondary .covernews_single_col_categorised_posts .col-details {
    padding: 15px
}

.site-footer .widget .second-wiz, .site-footer .covernews_single_col_categorised_posts .col-details, .site-footer .covernews_single_col_categorised_posts .col-image, .site-footer .widget .full, .site-footer .widget .full-plus-list, .site-footer .widget .list, #secondary .covernews_single_col_categorised_posts .col-details, #secondary .widget .second-wiz, #secondary .covernews_single_col_categorised_posts .col-image, #secondary .covernews_single_col_categorised_posts .col-details {
    width: 100%
}

#secondary .covernews_double_col_categorised_posts .data-bg-categorised {
    height: 220px
}

.categorized-story .featured-posts-grid .spotlight-post .figure-categories, .categorized-story .spotlight-post .figure-categories {
    position: relative;
    top: inherit;
    left: inherit
}

.archive .site .site-content #primary .align-items-center .figure-categories, .search-results .site .site-content #primary .align-items-center .figure-categories {
    margin-top: 10px
}

.archive .site .site-content #primary .archive-layout-list .align-items-center .figure-categories {
    margin-top: 0
}

.full-content-layout.full-width-content .data-bg-categorised {
    height: 380px
}

.default-content-layout .af-main-banner-latest-posts .data-bg-categorised {
    height: 150px
}

.covernews_double_col_categorised_posts .data-bg-categorised {
    height: 180px
}

body.full-width-content .covernews_double_col_categorised_posts .data-bg-categorised {
    height: 279px
}

.covernews_author_info_widget .em-title-subtitle-wrap {
    background-color: #fff0
}

.trending-posts-carousel .slick-track {
    justify-content: center
}

.banner-trending-posts-wrapper .slick-vertical .slick-slide, .trending-posts-carousel .slick-slide {
    border: none
}

.trending-posts-vertical-carousel .slick-slide .carousel-image, .trending-posts-carousel .slick-slide .carousel-image {
    margin-bottom: 15px;
    background: #fff
}

.aft-banner-9 #aft-trending-story-horizontal .trending-posts-carousel .slick-slide .carousel-image {
    margin-bottom: 0;
    margin-right: 15px
}

.aft-banner-9 #aft-trending-story-horizontal .af-trending-navcontrols .slide-icon::before {
    transform: rotate(-90deg)
}

.aft-banner-9 .banner-trending-posts-wrapper figure.featured-article {
    width: 96px
}

.aft-banner-9 .banner-trending-posts-wrapper figcaption {
    width: calc(100% - 96px)
}

.aft-banner-9 #aft-trending-story-horizontal .slick-list {
    margin-right: -15px
}

.site-footer .covernews-widget .base-border, #secondary .covernews-widget .base-border, .covernews-widget .trending-posts-vertical-carousel .slick-slide .carousel-image, .covernews-widget .trending-posts-carousel .slick-slide .carousel-image {
    margin-bottom: 15px
}

.editors-picks-carousel .slick-slide .carousel-image {
    background: #fff;
    margin-bottom: 15px
}

.editors-picks-carousel {
    overflow: hidden
}

.trending-posts-carousel {
    height: 445px;
    overflow: hidden
}

.main-banner-3rd .trending-posts-carousel {
    height: 540px
}

.elementor-html #af-preloader {
    display: none
}

.mailchimp-block {
    padding: 80px 0;
    background: #1f2125
}

.mailchimp-block .block-title {
    color: #fff;
    margin-bottom: 25px
}

.mailchimp-block .col-sm-8.col-sm-offset-2 {
    margin: 0 auto;
    float: none !important
}

.mc4wp-form-fields {
    margin: 0 auto;
    max-width: 540px
}

.mc4wp-form-fields > p {
    display: block;
    float: left
}

.mc4wp-form-fields > p label {
    display: none
}

.mc4wp-form-fields input[type=text], .mc4wp-form-fields input[type=email] {
    width: 400px;
    background: #fff0;
    border-color: #4d5b73;
    color: #fff;
    border-radius: 0;
    padding: 0 15px;
    height: 50px;
    line-height: 50px
}

body.default .mc4wp-form-fields input[type=text], body.default .mc4wp-form-fields input[type=email] {
    background: #fff0
}

.mc4wp-form-fields input[type=text]::-webkit-input-placeholder, .mc4wp-form-fields input[type=email]::-webkit-input-placeholder, .mc4wp-form-fields input[type=text]::-moz-placeholder, .mc4wp-form-fields input[type=email]::-moz-placeholder, .mc4wp-form-fields input[type=text]:-ms-input-placeholder, .mc4wp-form-fields input[type=email]:-ms-input-placeholder, .mc4wp-form-fields input[type=text]:-moz-placeholder, .mc4wp-form-fields input[type=email]:-moz-placeholder {
    color: #fff
}

.mc4wp-form-fields input[type=submit] {
    letter-spacing: .2em;
    text-transform: uppercase;
    border: 0;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    width: 140px;
    border-radius: 0
}

.mc4wp-form-fields input[type=submit]:hover, .mc4wp-form-fields input[type=submit]:focus {
    filter: alpha(opacity=85);
    opacity: .85
}

.mc4wp-response {
    clear: both;
    max-width: 540px;
    margin: 0 auto
}

[class*=col-]:not([class*=elementor-col-]).blockspare-posts-block-latest-post-wrap {
    padding: 0
}

.entry-content ul.blockspare-social-links,   .entry-content ol.blockspare-social-links  {
    padding: 0
}

.entry-content ul:not([class*=wp-]):not(.awpa-contact-info).blockspare-social-links {
    margin-bottom: 0
}

.entry-content ul:not([class*=wp-]):not(.awpa-contact-info).blockspare-social-links li {
    padding: 0
}

[class*=col-]:not([class*=elementor-col-]).blockspare-banner-col-wrap {
    padding-left: 0;
    padding-right: 0
}

.entry-content > [class*=wp-block-] .blockspare-posts-block-post-category a:not([class]):hover {
    text-decoration: none
}

@media only screen and (max-width: 769px) {
    .mc4wp-form-fields > p, .mc4wp-form-fields input[type=email], .mc4wp-form-fields input[type=submit] {
        width: 100%
    }

    .aft-banner-6 .trending-posts-carousel, .aft-banner-1 .trending-posts-carousel {
        height: 315px
    }

    .main-banner-3rd .trending-posts-carousel {
        height: 318px
    }

    .trending-posts-carousel {
        height: auto
    }
}

.tab-article-image img {
    width: 100%
}

.full-width-content .posts-carousel .data-bg-featured {
    height: 240px
}

.error404 .breadcrumb-trail.breadcrumbs {
    display: none
}

section.error-404.not-found {
    width: 50%;
    margin: 0 auto;
    min-height: 60vh;
    padding: 70px 0;
    position: relative;
    display: table
}

section.error-404.not-found .error-wrap {
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    display: table-cell
}

@media only screen and (max-width: 1025px) {
    section.error-404.not-found {
        width: 70%
    }
}

@media only screen and (max-width: 426px) {
    section.error-404.not-found {
        text-align: center;
        width: 80%
    }

    .site-content section.error-404.not-found .search-form label {
        width: 100%
    }

    .site-content section.error-404.not-found .search-form .search-submit {
        width: auto
    }

    .single-column-posts .col-details, .full-item-details.col-details {
        padding: 10px
    }

    #secondary .widget ul .col-image {
        margin: 0;
        padding: 0
    }
}

body .mfp-bg {
    z-index: 999999
}

body .mfp-wrap {
    z-index: 9999999
}

.mailchimp-block + footer.site-footer {
    margin-top: 0
}

.slick-initialized .slick-slide {
    position: relative
}

@keyframes yourAnimation {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.elementToAnimate {
    animation: yourAnimation .5s infinite 0s ease-in-out
}

.archive .site-content .align-items-center .entry-title, .search-results .site-content .align-items-center .entry-title, .block-title {
    text-transform: uppercase
}

body.blog .af-blocks + #content {
    margin-top: 0
}

body.blog #content {
    margin-top: 30px
}

.enable-promotionspace {
    margin-top: 25px
}

.enable-promotionspace .em-reated-posts {
    margin: 0 auto
}

.wp-post-author-shortcode {
    border: none;
    padding: 10px 0
}

.covernews_youtube_video_slider_widget .slider-pro .sp-slide {
    background-color: #000;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.slider-pro {
    margin-left: 0;
    margin-bottom: 10px
}

.slider-pro .sp-video {
    display: block;
    width: 100%
}

.slider-pro .sp-video img {
    width: 100%
}

.em-posts-promotions {
    padding: 20px 20px 20px 0
}

.header-layout-3 .masthead-banner .site-branding {
    text-align: center
}

.header-layout-3 .site-header .site-branding .site-title {
    text-transform: uppercase
}

.header-layout-2 .masthead-banner {
    padding: 0
}

.header-layout-2 .masthead-banner.data-bg {
    padding: 30px 0;
    min-height: 100px
}

.header-layout-2 .trending-line {
    border-top: none;
    margin: 0
}

.header-layout-2 .trending-line .trending-now {
    display: none
}

.header-layout-2 .site-header .site-branding .site-title a {
    padding: 0
}

.site-header .site-branding .site-title a:hover {
    color: #454545
}

.header-layout-2 .site-branding.col-sm-5 {
    padding-left: 0
}

.header-layout-2 .site-advertisement.col-sm-7 {
    padding-right: 0
}

.header-layout-2 .site-branding .site-description, .header-layout-2 .banner-promotions-wrapper {
    margin: 0
}

.header-layout-2 .banner-promotions-wrapper .container {
    width: 100%;
    padding-right: 0
}

.main-navigation .menu ul li a {
    letter-spacing: 0;
    line-height: normal
}

.covernews_posts_slider_widget .slider-figcaption .slide-title {
    font-size: 35px;
    margin: 5px 0
}

.cart-search {
    position: absolute;
    height: 50px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    right: 0;
    display: flex;
    align-items: center
}

.icon-search {
    position: relative
}

.af-cart-wrapper {
    position: relative;
    padding-top: 18px;
    float: left;
    width: 30px;
    margin-right: 10px
}

.af-cart-icon-and-count i {
    color: #000
}

.af-cart-icon-and-count .item-count {
    font-weight: 700;
    color: #fff;
    background: #d60000;
    border-radius: 60px;
    font-size: 10px;
    display: inline-block;
    padding: 1px 6px;
    position: absolute;
    right: 2%;
    top: 0;
    left: inherit
}

.top-cart-content.primary-bgcolor {
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 99;
    background: #fff;
    padding: 15px;
    border: none;
    left: inherit;
    width: 340px;
    opacity: 0;
    -webkit-transition: opacity .2s, top .4s, visibility 0s linear .4s;
    transition: opacity .2s, top .4s, visibility 0s linear .4s;
    -webkit-box-shadow: -1px 2px 5px 0 rgb(0 0 0/.15);
    box-shadow: -1px 2px 5px 0 rgb(0 0 0/.15);
    display: inherit;
    visibility: hidden
}

.af-cart-wrapper.dropdown:hover .top-cart-content.primary-bgcolor {
    display: inherit;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s, top .4s;
    transition: opacity .4s, top .4s;
    top: 100%
}

.header-layout-2 .site-branding {
    text-align: left;
    margin: 10px 0;
    width: 20%;
    position: relative;
    z-index: 9;
    padding: 0
}

.header-layout-2 .site-branding .site-title {
    font-size: 30px
}

.header-layout-2 .navigation-container {
    text-align: left
}

.header-layout-2 .offcanvas {
    float: left;
    width: 24px;
    position: relative;
    z-index: 9
}

.header-layout-2 .offcanvas-menu {
    width: 24px;
    margin-right: 0
}

.header-layout-2 .menu.main-menu {
    float: none;
    text-align: center
}

.header-layout-2 .cart-search {
    top: 0
}

.header-layout-2 .cart-search {
    float: right
}

.header-layout-2 .af-cart-wrapper {
    position: relative;
    padding-top: 18px;
    float: left;
    width: 60px
}

.header-layout-2 .af-cart-icon-and-count .item-count {
    font-weight: 700;
    color: #fff;
    background: #d60000;
    border-radius: 60px;
    font-size: 10px;
    display: inline-block;
    padding: 1px 6px;
    position: absolute;
    left: 20%;
    top: 0;
    right: inherit
}

.af-cart-icon-and-count i {
    color: #000
}

.af-cart-icon-and-count {
    float: right;
    width: 40px;
    height: 44px;
    padding: 1px;
    position: relative
}

@media only screen and (max-width: 1920px) {
    .header-layout-2 .site-branding {
        width: 25%
    }
}

@media only screen and (max-width: 1199px) {
    .header-layout-2 .site-branding .site-title {
        font-size: 30px
    }
}

@media only screen and (max-width: 1024px) {
    .offcanvas {
        float: left
    }

    .main-navigation .menu > ul {
        margin: 0 15px
    }

    .main-navigation .menu ul.menu-desktop > li > a {
        padding: 20px 15px 20px 0
    }

    .header-layout-2 .af-cart-wrapper {
        width: 40px
    }

    .header-layout-2 .site-branding {
        width: 30%
    }
}

@media only screen and (max-width: 991px) {
    .header-layout-2 .menu.main-menu {
        text-align: left;
        float: none
    }

    .header-layout-2 .main-navigation .menu .menu-mobile {
        margin-top: 16px
    }

    .header-layout-2 .site-branding.col-sm-5, .header-layout-2 .site-advertisement.col-sm-7 {
        width: 100%;
        text-align: center
    }

    .header-layout-2 .site-branding.col-sm-5 {
        text-align: center
    }

    .header-layout-2 .site-advertisement.col-sm-7 {
        padding: 5px 0;
        margin-top: 30px
    }

    .header-layout-2 .banner-promotions-wrapper .container {
        padding: 0
    }

    .header-layout-2 .top-masthead {
        font-size: 12px
    }

    .header-layout-2 .top-masthead .social-navigation {
        margin: 5px 0
    }

    .header-layout-2 .site-branding .site-title {
        font-size: 30px
    }

    .header-layout-2 .site-branding .site-description {
        font-size: 12px
    }
}

.sp-arrow {
    font-size: 20px;
    text-align: center;
    font-weight: 700
}

.sp-next-arrow:after, .sp-previous-arrow:after {
    content: none
}

.sp-next-arrow:before, .sp-previous-arrow:before {
    left: auto;
    top: auto;
    transform: none;
    position: static;
    width: 25px;
    height: 25px;
    color: #000;
    background-color: #fff;
    line-height: 25px;
    border-radius: 0%;
    display: inline-block;
    margin: auto
}

.sp-horizontal.sp-rtl .sp-previous-arrow, .sp-next-arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(180deg);
    transform: rotate(0deg)
}

.sp-next-arrow:before {
    content: "\f105"
}

.sp-previous-arrow:before {
    content: "\f104 "
}

.sp-horizontal .sp-arrows {
    width: 100px;
    right: 0;
    top: 0;
    margin-top: -26px;
    left: inherit
}

.sp-horizontal .sp-previous-arrow {
    left: 49px
}

.sp-horizontal .sp-next-arrow, .sp-horizontal.sp-rtl .sp-previous-arrow {
    right: 5px
}

.sp-thumbnail-container.sp-selected-thumbnail {
    position: relative
}

.sp-thumbnail-container.sp-selected-thumbnail:before {
    left: 0;
    top: 50%;
    border: solid #fff0;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fff0;
    border-left-color: #bb1919;
    border-width: 20px;
    margin-top: -20px
}

.video-slider-horizontal .sp-thumbnail-container.sp-selected-thumbnail:before {
    transform: translateX(-50%) rotate(90deg);
    top: 20px;
    left: 50%
}

.covernews-pagination {
    text-align: center
}

.covernews-pagination .nav-links .page-numbers.current, .covernews-pagination .nav-links .page-numbers {
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 5px;
    position: relative
}

.covernews-pagination .nav-links .page-numbers.current:after, .covernews-pagination .nav-links .page-numbers:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    opacity: .5
}

.covernews-pagination .nav-links .page-numbers:hover:after, .covernews-pagination .nav-links .page-numbers.current:after {
    opacity: 1
}

a.page-numbers:hover {
    color: #404040
}

header#masthead, .covernews_posts_slider_widget {
    margin-bottom: 10px
}

footer.site-footer {
    margin-top: 10px
}

.header-after1 {
    margin: 0
}

.widget-title span, .covernews-heading-style, .em-reated-posts .related-title, .wp-block-group .wp-block-search__label, .wp-block-group .wp-block-group__inner-container h1.wp-block-heading, .wp-block-group .wp-block-group__inner-container h2.wp-block-heading, .wp-block-group .wp-block-group__inner-container h3.wp-block-heading, .wp-block-group .wp-block-group__inner-container h4.wp-block-heading, .wp-block-group .wp-block-group__inner-container h5.wp-block-heading, .wp-block-group .wp-block-group__inner-container h6.wp-block-heading, .widget_block .wp-block-search__label, .widget_block .wp-block-group__inner-container h1.wp-block-heading, .widget_block .wp-block-group__inner-container h2.wp-block-heading, .widget_block .wp-block-group__inner-container h3.wp-block-heading, .widget_block .wp-block-group__inner-container h4.wp-block-heading, .widget_block .wp-block-group__inner-container h5.wp-block-heading, .widget_block .wp-block-group__inner-container h6.wp-block-heading, #secondary .widget-title span, span.header-after {
    padding: 5px 0 10px;
    display: inline-block;
    position: relative;
    margin: 5px 0 13px;
    font-size: 20px
}

.widget-title span::before, .covernews-heading-style::before, .em-reated-posts .related-title::before, .wp-block-group .wp-block-search__label::before, .wp-block-group .wp-block-group__inner-container h1.wp-block-heading::before, .wp-block-group .wp-block-group__inner-container h2.wp-block-heading::before, .wp-block-group .wp-block-group__inner-container h3.wp-block-heading::before, .wp-block-group .wp-block-group__inner-container h4.wp-block-heading::before, .wp-block-group .wp-block-group__inner-container h5.wp-block-heading::before, .wp-block-group .wp-block-group__inner-container h6.wp-block-heading::before, .widget_block .wp-block-search__label::before, .widget_block .wp-block-group__inner-container h1.wp-block-heading::before, .widget_block .wp-block-group__inner-container h2.wp-block-heading::before, .widget_block .wp-block-group__inner-container h3.wp-block-heading::before, .widget_block .wp-block-group__inner-container h4.wp-block-heading::before, .widget_block .wp-block-group__inner-container h5.wp-block-heading::before, .widget_block .wp-block-group__inner-container h6.wp-block-heading::before, span.header-after:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #bb1919
}

span.border-after {
    display: block;
    margin-top: 5px;
    height: 3px;
    width: 60px;
    background-color: #bb1919
}

.main-story-wrapper span.border-after {
    background-color: #bb1919
}

.af-main-banner-editors-picks span.border-after {
    background-color: #4caf50
}

.trending-story span.border-after {
    background-color: #ff9800
}

#secondary .widget-title span {
    position: relative
}

#secondary .widget-title span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #bb1919
}

span.header-after.has-badge {
    padding: 5px 10px 5px 35px
}

span.head-after-icon {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    line-height: 26px;
    text-align: center
}

span.head-after-icon i {
    font-weight: 700
}

.main-story-wrapper .span.head-after-icon {
    border-bottom: 2px solid #2196f3
}

.header-after1 {
    margin-bottom: 0
}

.grid-layout .header-after1 {
    border: none
}

.featured-posts-grid.i-row.row, .main-slider-wrapper {
    margin-top: 40px
}

.header-after1 + .banner-trending-posts-wrapper.clearfix, .header-after1 + .featured-posts-grid.i-row.row, .header-after1 + .main-slider-wrapper {
    margin-top: 0
}

.full .spotlight-post figcaption h3 a, .full-plus-list .spotlight-post:first-of-type figcaption h3 a {
    color: #fff
}

.full-plus-list .spotlight-post:first-of-type figure.categorised-article {
    width: 100%
}

.full-plus-list .spotlight-post:first-of-type .data-bg-categorised {
    height: 245px
}

body.full-width-content .full-plus-list .spotlight-post:first-of-type .data-bg-categorised {
    height: 275px
}

.featured-article.inside-img, figure.categorised-article.inside-img {
    position: relative
}

.featured-article.inside-img .figure-categories.figure-categories-bg, .categorised-article.inside-img .figure-categories.figure-categories-bg, .full .spotlight-post figcaption, .full-plus-list .spotlight-post:first-of-type figcaption {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.list .spotlight-post .data-bg-categorised, .full-plus-list .spotlight-post .data-bg-categorised {
    height: 115px
}

body.full-width-content .list .spotlight-post .data-bg-categorised, body.full-width-content .full-plus-list .spotlight-post .data-bg-categorised {
    height: 150px
}

.list .spotlight-post figure.categorised-article, .full-plus-list .spotlight-post figure.categorised-article {
    width: 35%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.list .spotlight-post figcaption, .full-plus-list .spotlight-post figcaption {
    width: 65%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top
}

.latest-posts-grid .data-bg-hover:before, .af-main-banner-featured-posts .data-bg-hover:before, .covernews_single_col_categorised_posts .data-bg-hover:before, .covernews_double_col_categorised_posts .data-bg-hover:before, .list .spotlight-post .data-bg-hover:before, .full .spotlight-post .data-bg-hover:before, .full-plus-list .spotlight-post .data-bg-hover:before {
    display: none
}

body.dark .full-plus-list .spotlight-post:first-of-type .grid-item-metadata a, body.dark .full-plus-list .spotlight-post:first-of-type .grid-item-metadata, .full-plus-list .spotlight-post:first-of-type .grid-item-metadata a, .full-plus-list .spotlight-post:first-of-type .grid-item-metadata {
    color: #fff
}

.full-plus-list .spotlight-post:first-of-type .data-bg-hover > a:before {
    content: "";
    background: #222;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=100);
    opacity: .85;
    background: -webkit-linear-gradient(top, #fff0 40%, rgb(0 0 0) 100%);
    background: linear-gradient(to bottom, #fff0 40%, rgb(0 0 0) 100%)
}

#secondary .widget {
    background-color: #fff0;
    padding: 0
}

#secondary .posts-author-wrapper {
    background-color: #fff;
    padding: 15px
}

.exclusive-posts, .editors-picks-carousel .slick-slide .carousel-image, .af-main-banner .tabbed-container ul.article-tabbed-list .base-border, .trending-posts-vertical-carousel .slick-slide .carousel-image, .trending-posts-carousel .slick-slide .carousel-image, .archive-layout-list, .latest-posts-full .entry-header-image-wrap, .trending-posts-vertical-carousel .slick-slide .carousel-image, .spotlight-post, .single-column-posts, article .entry-content-wrap, article .comments-area, article .em-posts-promotions .widget, .covernews_tabbed_posts_widget .align-items-center, #secondary .wp-block-archives-list.wp-block-archives, #secondary .wp-block-latest-posts.wp-block-latest-posts__list, #secondary .wp-block-categories-list.wp-block-categories, #secondary .posts-author-wrapper, #secondary .widget .widget-title + ul, #secondary .widget .menu, #secondary .widget .wp-block-latest-comments, #secondary .widget .wp-block-search .wp-block-search__inside-wrapper, #secondary .widget .search-form, #secondary .widget .wp-block-tag-cloud {
    box-shadow: 0 1px 2px rgb(0 0 0/5%)
}

#secondary .widget .wp-block-latest-comments, #secondary .widget .wp-block-search .wp-block-search__inside-wrapper, #secondary .widget .search-form, #secondary .widget .wp-block-tag-cloud, #secondary .widget ul, #secondary .widget ol {
    background: #fff;
    padding: 15px;
    margin-bottom: 0
}

#secondary .posts-author-wrapper ul {
    padding: 0;
    margin: 0
}

#secondary .covernews_social_contacts_widget ul li {
    margin-bottom: 3px;
    width: 15%;
    margin-right: calc(1.66% - 3px);
    margin-bottom: 1.66%
}

#secondary .covernews_social_contacts_widget ul li:nth-child(6n) {
    margin-right: 0
}

#secondary .covernews_social_contacts_widget ul li a {
    width: 100%;
    height: 100%;
    aspect-ratio: 1
}

#secondary .covernews_social_contacts_widget ul li, #secondary .posts-author-wrapper ul li {
    padding: 0
}

#secondary .widget ul.cat-links {
    background: 0 0;
    padding: 0
}

#secondary .widget .full, #secondary .widget .full-plus-list, #secondary .widget .list {
    width: 100%
}

.site-footer .align-items-center, #secondary .align-items-center {
    -ms-flex-align: start;
    align-items: start
}

.site-footer .covernews_tabbed_posts_widget .align-items-center, #secondary .covernews_tabbed_posts_widget .align-items-center {
    -ms-flex-align: center;
    align-items: center
}

.site-footer .article-tabbed-list {
    background-color: #fff;
    padding: 10px
}

body.dark .site-footer .article-tabbed-list {
    background-color: #333
}

span.menu-description {
    background: #353535;
    color: #fff;
    padding: 2.5px 5px;
    font-size: 11px;
    letter-spacing: 1px;
    margin-left: 5px;
    float: right
}

.wp-post-author-wrap .awpa-contact-info {
    padding: 0
}

.wp-post-author-wrap .awpa-contact-info li {
    display: inline-block;
    margin-right: 1px;
    padding: 0
}

.wp-post-author-wrap .awpa-contact-info li a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 44px;
    position: relative;
    text-align: center;
    border-radius: 0%;
    color: #fff
}

a.awpa-facebook.awpa-icon-facebook {
    background: #3b5999
}

a.awpa-twitter.awpa-icon-twitter {
    background: #000
}

a.awpa-linkedin.awpa-icon-linkedin {
    background: #0077b5
}

.exclusive-posts {
    font-size: 14px;
    line-height: 45px;
    margin: 0 0 5px;
    position: relative;
    background-color: #fff
}

.exclusive-posts .exclusive-now {
    background: #bb1919;
    float: left;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px;
    margin-right: 5px
}

.exclusive-slides {
    padding: 0 5px;
    overflow: hidden
}

.exclusive-slides .marquee {
    width: 10000pc
}

.exclusive-posts .marquee a {
    padding: 0 30px;
    font-weight: 700
}

.exclusive-posts .marquee a img {
    width: 35px;
    height: auto;
    margin-right: 5px
}

.exclusive-posts .marquee a {
    display: inline-block;
    line-height: 1
}

.exclusive-posts .marquee a img {
    display: inline-block;
    vertical-align: middle
}

.exclusive-posts .marquee a .aft-flashnews-title {
    display: inline-block;
    vertical-align: middle
}

.exclusive-posts .marquee > div {
    display: flex;
    height: 45px;
    overflow: hidden
}

.exclusive-posts .marquee .js-marquee {
    height: 45px;
    display: flex;
    align-items: center
}

.sidebar {
    will-change: min-height
}

.sidebar__inner {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform
}

@media only screen and (max-width: 640px) {
    .exclusive-posts .exclusive-now {
        width: 100%
    }

    .exclusive-slides {
        clear: both
    }
}

.af-main-banner-latest-posts.grid-layout {
    margin-top: 10px
}

.latest-posts-grid .spotlight-post {
    width: 100%
}

.span.item-metadata.posts-date, .span.item-metadata.posts-author {
    display: inline-block;
    font-size: 12px
}

body.default .entry-header-details .post-excerpt p a, body.default .comment-content a, .widget_text a:not([class]), .entry-content > [class*=wp-block-] a:not([class]), .entry-content > ul a:not([class]), .entry-content > ul a:not([class]):visited, .entry-content > ol a:not([class]), .entry-content > ol a:not([class]):visited, .entry-content > h1 a:not([class]), .entry-content > h1 a:not([class]):visited, .entry-content > h2 a:not([class]), .entry-content > h2 a:not([class]):visited, .entry-content > h3 a:not([class]), .entry-content > h3 a:not([class]):visited, .entry-content > h4 a:not([class]), .entry-content > h4 a:not([class]):visited, .entry-content > h5 a:not([class]), .entry-content > h5 a:not([class]):visited, .entry-content > h6 a:not([class]), .entry-content > h6 a:not([class]):visited, .entry-content > p a:not([class]), .entry-content > p a:not([class]):visited {
    color: #2196f3
}

body.default .entry-content > [class*=wp-block-] .wp-block-post-title a:not([class]), body.default .entry-content > [class*=wp-block-] .wp-block-categories-list.wp-block-categories a:not([class]) {
    color: #404040
}

body.dark .entry-content > [class*=wp-block-] .wp-block-post-title a:not([class]):hover, body.dark .entry-content > [class*=wp-block-] .taxonomy-category a:not([class]), body.default .entry-content > [class*=wp-block-] .wp-block-post-title a:not([class]):hover, body.default .entry-content > [class*=wp-block-] .taxonomy-category a:not([class]) {
    color: #bb1919
}

body.dark .entry-content > [class*=wp-block-] .wp-block-post-title a:not([class]), body.dark .entry-content > [class*=wp-block-] .wp-block-categories-list.wp-block-categories a:not([class]) {
    color: #fff
}

.widget_block a:not([class]), .widget_text a:not([class]), .entry-content > [class*=wp-block-] a:not([class]):hover, .entry-content > ul a:not([class]), .entry-content > ul a:not([class]):hover, .entry-content > ol a:not([class]), .entry-content > ol a:not([class]):hover, .entry-content > p a:not([class]), .entry-content > p a:not([class]):hover {
    text-decoration: underline
}

.widget_block .social-widget-menu ul li a, .widget_block .wp-block-categories a:not([class]), .widget_block .wp-block-archives a:not([class]), .entry-content > [class*=wp-block-] .taxonomy-category a:not([class]):hover, .entry-content > [class*=wp-block-] .wp-block-post-title a:not([class]):hover {
    text-decoration: none
}

.wp-block-post-template .taxonomy-category a {
    margin-right: 5px
}

img.alignright {
    clear: right
}

img.alignleft {
    clear: left
}

div.wp-block h1 a, div.wp-block h2 a, div.wp-block h3 a, div.wp-block h4 a, div.wp-block h5 a, div.wp-block h6 a, div.wp-block pre a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit
}

div.wp-block b, div.wp-block strong {
    font-weight: 700
}

div.wp-block .editor-rich-text__tinymce code, div.wp-block .editor-rich-text__editable code {
    background-color: #fff0;
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px
}

.entry-content ol:not([class*=wp-]), .entry-content ul:not([class*=wp-]):not(.awpa-contact-info) {
    margin-bottom: 15px
}

.entry-content ol:not([class*=wp-]) ol:not([class*=wp-]), .entry-content ol:not([class*=wp-]) ul:not([class*=wp-]), .entry-content ul:not([class*=wp-]) ul:not([class*=wp-]), .entry-content ul:not([class*=wp-]) ol:not([class*=wp-]) {
    margin-bottom: 0
}

.entry-content ol:not([class*=wp-]).alignwide, .entry-content ul:not([class*=wp-]).alignwide {
    padding-left: 30px
}

.entry-content ol:not([class*=wp-]).alignfull, .entry-content ul:not([class*=wp-]).alignfull {
    margin-left: calc(50% - 50vw - 10px);
    padding-left: 40px
}

.entry-content ol:not([class*=wp-]) ol:not([class*=wp-]) ol:not([class*=wp-]), .entry-content ol:not([class*=wp-]) {
    list-style-type: decimal
}

.entry-content ol:not([class*=wp-]) ol:not([class*=wp-]) ol:not([class*=wp-]) ol:not([class*=wp-]), .entry-content ol:not([class*=wp-]) ol:not([class*=wp-]) {
    list-style-type: lower-roman
}

.entry-content ul:not([class*=wp-]) ul:not([class*=wp-]) ul:not([class*=wp-]), .entry-content ul:not([class*=wp-]) {
    list-style-type: disc
}

.entry-content ul:not([class*=wp-]) ul:not([class*=wp-]) ul:not([class*=wp-]) ul:not([class*=wp-]), .entry-content ul:not([class*=wp-]) ul:not([class*=wp-]) {
    list-style-type: circle
}

.entry-content ol:not([class*=wp-]) li, .entry-content ul:not([class*=wp-]) li {
    padding-bottom: 5px;
    padding-top: 5px
}

.entry-content ol:not([class*=wp-]) ol, .entry-content ol:not([class*=wp-]) ul, .entry-content ul:not([class*=wp-]) ol, .entry-content ul:not([class*=wp-]) ul {
    margin-bottom: 0
}

.entry-content ol:not([class*=wp-]) ol li:last-child, .entry-content ol:not([class*=wp-]) ul li:last-child, .entry-content ul:not([class*=wp-]) ol li:last-child, .entry-content ul:not([class*=wp-]) ul li:last-child {
    padding-bottom: 0
}

p.has-drop-cap:not(:focus):first-letter {
    font-weight: 700
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin-top: 2.57143em;
    margin-bottom: 2.14286em;
    padding-top: 1.71429em;
    padding-bottom: 1.71429em
}

.wp-block-cover, .wp-block-cover-image {
    margin-bottom: 20px
}

.wp-block-file {
    margin: 0 0 20px
}

.wp-block-file > a:not([class]), .wp-block-file .wp-block-file__textlink {
    display: inline-block;
    margin: 0 20px 0 0
}

[dir=rtl] .wp-block-file > a:not([class]), [dir=rtl] .wp-block-file .wp-block-file__textlink {
    margin-left: 20px;
    margin-right: 0
}

.wp-block-file .wp-block-file__button-richtext-wrapper {
    display: inline-block;
    margin: 0
}

.wp-block-file .wp-block-file__button, .wp-block-file a.wp-block-file__button {
    display: inline-block;
    position: relative;
    text-align: center;
    border: none
}

.wp-block-audio {
    margin-bottom: 20px
}

.wp-block-audio figcaption {
    margin: 0;
    padding: 10px 0
}

.wp-block-video {
    margin: 0 0 20px;
    text-align: center
}

.wp-block-video video {
    display: inline-block
}

.wp-block-video figcaption {
    margin: 0;
    padding: 6px 0 15px;
    text-align: center
}

.wp-block-code {
    background-color: #f3f3f3;
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px;
    margin: 0 0 20px;
    border: none
}

.wp-block-code code, .wp-block-code .editor-plain-text {
    background-color: #f9f9f9;
    padding: 10px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    display: block
}

.wp-block-preformatted {
    margin: 0 0 20px
}

.wp-block-preformatted pre {
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px
}

.wp-block-preformatted a {
    text-decoration: underline
}

.wp-block-pullquote {
    margin: 0 0 20px
}

.wp-block-pullquote.alignleft {
    margin-right: 2em
}

.wp-block-pullquote.alignright {
    margin-left: 2em
}

.wp-block-pullquote:not(.is-style-solid-color) {
    border-top-width: 4px;
    border-top-style: solid;
    border-bottom-width: 4px;
    border-bottom-style: solid
}

.wp-block-pullquote.is-style-solid-color {
    padding-left: 50px;
    padding-right: 50px
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%
}

.wp-block-pullquote blockquote, .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote, .wp-block-pullquote.is-style-solid-color blockquote {
    margin: 0;
    border-width: 0;
    border-style: solid;
    text-align: center
}

.wp-block-pullquote blockquote:before, .wp-block-pullquote.alignleft blockquote:before, .wp-block-pullquote.alignright blockquote:before, .wp-block-pullquote.is-style-solid-color blockquote:before {
    content: none
}

.wp-block-pullquote blockquote p:last-of-type, .wp-block-pullquote.alignleft blockquote p:last-of-type, .wp-block-pullquote.alignright blockquote p:last-of-type, .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type, .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type, .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type, .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type, .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type {
    margin: 0
}

.wp-block-pullquote blockquote cite, .wp-block-pullquote.alignleft blockquote cite, .wp-block-pullquote.alignright blockquote cite, .wp-block-pullquote.is-style-solid-color blockquote cite, .wp-block-pullquote blockquote .wp-block-pullquote__citation, .wp-block-pullquote.alignleft blockquote .wp-block-pullquote__citation, .wp-block-pullquote.alignright blockquote .wp-block-pullquote__citation, .wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
    display: block;
    margin-top: 15px
}

.wp-block-table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px
}

.wp-block-table caption {
    text-align: center;
    padding: 20px
}

.wp-block-table:not([class]):not([id]) {
    border-spacing: 0;
    border-collapse: collapse
}

.wp-block-table:not([class]):not([id]) th, .wp-block-table:not([class]):not([id]) td {
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid
}

.wp-block-table td, .wp-block-table th {
    padding: 10px 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid
}

.wp-block-table td:last-child, .wp-block-table th:last-child {
    border-right-width: 1px;
    border-right-style: solid
}

.wp-block-table tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.wp-block-table.is-style-stripes {
    border-width: 0;
    border-style: solid
}

.wp-block-table caption {
    text-align: center;
    padding: 20px
}

.wp-block-table td, .wp-block-table th {
    word-break: inherit
}

.wp-block-table thead {
    vertical-align: bottom;
    white-space: nowrap
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table .wp-block-table__cell-content {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding: 0
}

pre.wp-block-verse {
    white-space: inherit;
    margin: 0 0 20px;
    padding: 40px 0;
    padding-left: 30px;
    position: relative;
    background-color: #e2e2e2;
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    border: none
}

.wp-block-spacer {
    clear: both
}

ul.wp-block-archives, ul.wp-block-categories, ul.wp-block-categories__list {
    margin-bottom: 20px;
    position: relative
}

div.wp-block ul.wp-block-archives ul, div.wp-block ul.wp-block-categories ul, div.wp-block ul.wp-block-categories__list ul {
    margin-bottom: 0;
    padding: 10px 0 0
}

div.wp-block-archives.wp-block-archives-dropdown, div.wp-block-categories.wp-block-categories-dropdown {
    margin-bottom: 20px
}

div.wp-block-archives.wp-block-archives-dropdown label, div.wp-block-categories.wp-block-categories-dropdown label {
    display: none
}

.wp-block-latest-comments {
    list-style: none;
    margin-bottom: 20px
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
    min-height: auto;
    margin: 15px 0 0;
    padding: 0;
    overflow: hidden;
    line-height: unset
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
    margin: 0
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
    min-height: 48px
}

.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
    width: 48px;
    height: 48px;
    margin: 0 17px 0 0;
    float: left;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

[dir=rtl] .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
    margin: 0 0 0 17px;
    float: right
}

.wp-block-latest-comments article {
    display: block;
    padding: 0 0 0 3px;
    overflow: hidden
}

[dir=rtl] .wp-block-latest-comments article {
    margin: 0 3px 0 0
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta, .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    margin: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
    margin: 10px 0
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt, .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
    margin: 5px 0 0
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p, .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    margin: 0;
    padding: 0 0 20px
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt > *:last-child, .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > *:last-child {
    margin: 0;
    padding: 0
}

.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
    margin: 0 auto 10px;
    float: none
}

.wp-block-latest-comments.aligncenter article {
    padding: 0 3px
}

.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt {
    text-align: center
}

.wp-block-columns .wp-block-column > p, .wp-block-columns .wp-block-column .wp-block-paragraph {
    margin-bottom: 0
}

.wp-block-columns .wp-block-column > p:not(.has-background), .wp-block-columns .wp-block-column .wp-block-paragraph:not(.has-background) {
    padding-bottom: 0
}

.wp-block-embed iframe {
    width: 100%
}

.wp-block-embed-vimeo:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe, .wp-block-embed-youtube:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe {
    margin-left: auto !important;
    margin-right: auto !important
}

.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper, .wp-block-embed-youtube.alignfull .wp-block-embed__wrapper {
    position: relative
}

.wp-block-embed-vimeo.alignfull iframe, .wp-block-embed-youtube.alignfull iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.wp-block-embed-vimeo.alignwide .wp-block-embed__wrapper, .wp-block-embed-youtube.alignwide .wp-block-embed__wrapper {
    position: relative
}

.wp-block-embed-vimeo.alignwide iframe, .wp-block-embed-youtube.alignwide iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.wp-block-image figure.alignleft figcaption {
    text-align: left
}

.wp-block-image figure.aligncenter figcaption {
    text-align: center
}

.wp-block-image figure.alignright figcaption {
    text-align: right
}

.entry-content ul.blocks-gallery-grid, .entry-content ol.blocks-gallery-grid {
    padding-left: 0;
    margin-bottom: 0 !important
}

figure.wp-block-gallery figcaption {
    margin-bottom: 10px
}

.wp-block-gallery.alignleft figcaption {
    text-align: left
}

.wp-block-gallery.aligncenter figcaption {
    text-align: center
}

.wp-block-gallery.alignright figcaption {
    text-align: right
}

figure.alignfull, figure.alignwide {
    padding: 0
}

figure.wp-block-image img {
    width: auto
}

figure.wp-block-image figcaption {
    text-align: center
}

.category-inside-img {
    position: relative
}

.category-inside-img .taxonomy-category {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    width: 100%
}

body.default .entry-content > [class*=wp-block-] .covernews-post-tile .taxonomy-category a:not([class]), body.default .entry-content > [class*=wp-block-] .category-inside-img .taxonomy-category a:not([class]) {
    color: #fff;
    background: #bb1919;
    padding: 3px 6px;
    margin-right: 0;
    opacity: .9
}

body.default .entry-content > [class*=wp-block-] .covernews-post-tile .taxonomy-category a:not([class]):hover, body.default .entry-content > [class*=wp-block-] .category-inside-img .taxonomy-category a:not([class]):hover {
    opacity: 1
}

.wp-block-post-title {
    line-height: 1.4
}

.covernews-block-padding-15 {
    padding: 15px
}

.wp-block-query .wp-block-post-template .wp-block-columns.has-background {
    padding: 0;
    gap: 1em
}

.wp-block-query .wp-block-post-template .wp-block-columns.has-background .wp-block-column {
    margin-bottom: 0
}

.covernews-post-tile {
    position: relative
}

.covernews-post-tile .covernews-post-tile-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, #fff0 10%, rgb(0 0 0/.85) 100%);
    background: linear-gradient(to bottom, #fff0 10%, rgb(0 0 0/.85) 100%)
}

body.default .entry-content > [class*=wp-block-] .covernews-post-tile .covernews-post-tile-details .wp-block-post-title a:hover, body.default .entry-content > [class*=wp-block-] .covernews-post-tile .covernews-post-tile-details .wp-block-post-title a {
    color: #fff
}

.archive-layout-list .align-items-center.no-post-image {
    flex-wrap: wrap
}

#primary .archive-layout-list .align-items-center.no-post-image .col-five {
    width: 100%
}

.no-post-image .categorised-article.inside-img .figure-categories.figure-categories-bg, .latest-posts-grid .no-post-image .em-post-format, #primary .archive-layout-list .align-items-center.no-post-image .col-five.col-image {
    padding: 15px 15px 0
}

.no-post-image.aft-grid-double-column .data-bg-categorised, .align-content-left .col-md-4.latest-posts-grid .no-post-image .data-bg-categorised, .align-content-right .col-md-4.latest-posts-grid .no-post-image .data-bg-categorised, .archive-layout-list .align-items-center.no-post-image .data-bg-categorised {
    height: unset
}

.no-post-image .categorised-article.inside-img .figure-categories.figure-categories-bg, .latest-posts-grid .no-post-image .em-post-format, .latest-posts-full .no-post-image .post-thumbnail + .header-details-wrapper .em-post-format, .archive-layout-list .align-items-center.no-post-image .em-post-format {
    position: static
}

@media only screen and (min-width: 1025px) {
    .wp-block-quote.is-large, .wp-block-quote.is-style-large {
        margin-top: 2.66667em;
        margin-bottom: 2em;
        padding: .66667em;
        padding-top: 1.33333em;
        padding-bottom: 1.33333em
    }
}

@media only screen and (max-width: 480px) {
    .wp-block-media-text {
        display: block
    }

    .wp-block-media-text .wp-block-media-text__media {
        margin: 10px auto
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding: 0
    }
}

body.full-width-content:not(.single-content-mode-boxed) .alignfull {
    margin-left: calc(50% - 50vw - 10px);
    margin-right: calc(50% - 50vw - 10px);
    max-width: 100vw;
    width: 100vw
}

body:not(.full-width-content):not(.single-content-mode-boxed) article .alignwide {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1200px) {
    body.single-content-mode-boxed article .entry-content, body.single-content-mode-boxed article.af-single-article .entry-content {
        padding: 1.5em 6.67em 5.34em
    }

    body.single-content-mode-boxed article .alignwide, body.single-content-mode-boxed .af-single-article .alignwide {
        margin-left: -30px;
        margin-right: -30px;
        max-width: unset;
        width: unset
    }

    body.single-content-mode-boxed article .alignfull, body.single-content-mode-boxed .af-single-article .alignfull {
        margin-left: -6.67em;
        margin-right: -6.67em;
        max-width: unset;
        width: unset
    }

    body.full-width-content:not(.single-content-mode-boxed) .alignwide {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    body.full-width-content:not(.single-content-mode-boxed) .alignfull {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

@media (max-width: 1200px) {
    body.single-content-mode-boxed article .entry-content, body.single-content-mode-boxed article.af-single-article .entry-content {
        margin: 0;
        padding: 1.5em 2.4em 3.34em
    }

    body.single-content-mode-boxed article .alignwide, body.single-content-mode-boxed .af-single-article .alignwide {
        margin-left: -20px;
        margin-right: -20px
    }

    body.single-content-mode-boxed article .alignfull, body.single-content-mode-boxed .af-single-article .alignfull {
        margin-left: -2.4em;
        margin-right: -2.4em
    }
}

@media (max-width: 921px) {
    body.single-content-mode-boxed article .entry-content, body.single-content-mode-boxed article.af-single-article .entry-content {
        padding: 1.5em 2.14em
    }

    body.single-content-mode-boxed article .alignwide, body.single-content-mode-boxed .af-single-article .alignwide {
        margin-left: -20px;
        margin-right: -20px
    }

    body.single-content-mode-boxed article .alignfull, body.single-content-mode-boxed .af-single-article .alignfull {
        margin-left: -2.14em;
        margin-right: -2.14em
    }
}

@media (max-width: 544px) {
    body.single-content-mode-boxed article .entry-content, body.single-content-mode-boxed article.af-single-article .entry-content {
        padding: 1.5em 1em
    }

    body.single-content-mode-boxed article .alignwide, body.single-content-mode-boxed .af-single-article .alignwide {
        margin-left: -10px;
        margin-right: -10px;
        max-width: unset;
        width: unset
    }

    body.single-content-mode-boxed article .alignfull, body.single-content-mode-boxed .af-single-article .alignfull {
        margin-left: -1em;
        margin-right: -1em;
        max-width: unset;
        width: unset
    }
}

@media only screen and (max-width: 992px) {
    .header-layout-2 .site-branding {
        width: 35%;
        float: left
    }

    .cart-search {
        position: absolute;
        top: 0;
        right: 10px
    }

    .full-section-slider .slider-figcaption .slide-title {
        font-size: 18px;
        line-height: 1.1
    }

    .main-navigation.aft-sticky-navigation i.ham {
        margin-right: 50px
    }

    .summary.entry-summary {
        padding: 0 15px
    }

    .full-section-slider .slider-figcaption {
        padding: 20px 10%
    }

    span.menu-description {
        float: none
    }

    .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .header-layout-3 .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap, .header-layout-1 .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 280px
    }

    .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap img {
        height: 50px;
        width: auto
    }

    .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap .site-title {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 426px) {
    .container {
        padding: 0 20px
    }

    .icon-search {
        line-height: 60px
    }

    .header-layout-2 .site-branding {
        width: 75%;
        float: left;
        margin: 15px 0
    }

    .header-layout-2 .af-cart-wrapper {
        width: 35px
    }
}

@media only screen and (min-width: 1600px) {
    .main-navigation .menu ul li a {
        font-size: 18px
    }

    span.menu-description {
        font-size: 11px
    }
}

@media (min-width: 1600px) {
    .main-banner-3rd .main-slider .data-bg-slide {
        height: 625px
    }

    .main-banner-3rd .tabbed-story .article-list-item .col-image {
        height: 113px
    }

    .aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .spotlight-post {
        min-height: 498px
    }

    .aft-banner-4 .main-slider .data-bg-slide, .main-slider .data-bg-slide {
        height: 498px
    }

    .aft-banner-6 .main-slider .data-bg-slide {
        height: 497px
    }

    .aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .af-main-banner-editors-picks.layout-2 .col-sm-6.odd-grid .data-bg-featured, .trending-story.categorized-story .data-bg-featured, .af-main-banner-editors-picks .data-bg-featured {
        height: 241.5px
    }

    .full-section-slider .data-bg-slide {
        height: 930px
    }

    .data-widget-slide {
        height: 700px
    }

    .data-bg-featured, .data-bg-categorised {
        height: 307px
    }

    .af-main-banner-featured-posts .data-bg-featured {
        height: 190px
    }

    .default-content-layout .posts-carousel .data-bg-featured, .align-content-left .col-md-4.latest-posts-grid .data-bg-categorised, .align-content-right .col-md-4.latest-posts-grid .data-bg-categorised, .covernews_double_col_categorised_posts .data-bg-categorised {
        height: 220px
    }

    .default-content-layout .af-main-banner-latest-posts .data-bg-categorised {
        height: 190px
    }

    .em-reated-posts .data-bg-categorised {
        height: 220px
    }

    .full-width-content .em-reated-posts .data-bg-categorised {
        height: 255px
    }

    .full-plus-list .spotlight-post:first-of-type .data-bg-categorised {
        height: 307px
    }

    .list .spotlight-post .data-bg-categorised, .full-plus-list .spotlight-post .data-bg-categorised {
        height: 143px
    }

    .data-widget-featured {
        height: 290px
    }

    .aft-banner-1 .banner-trending-posts-wrapper figure .data-bg-featured, .aft-banner-6 .banner-trending-posts-wrapper figure .data-bg-featured, .aft-main-banner-slider-list-tabbed .aft-banner-6.af-main-banner .col-sm-4, .aft-main-banner-slider-list-tabbed .af-main-banner .col-sm-4.col-image img, .banner-trending-posts-wrapper figure .data-bg-featured {
        height: 113px
    }

    .banner-trending-posts-wrapper figure.featured-article {
        width: 33.33%
    }

    .banner-trending-posts-wrapper figcaption {
        width: 66.66%;
        max-height: 117px;
        overflow: hidden
    }

    .carousel-image {
        min-height: 100px
    }

    .aft-banner-1 .trending-posts-carousel, .aft-banner-6 .trending-posts-carousel, .main-banner-3rd .trending-posts-carousel, .trending-posts-carousel {
        height: auto
    }
}

@media (max-width: 1599px) {
    .banner-trending-posts-wrapper figcaption, .main-banner-3rd .banner-trending-posts-wrapper figcaption {
        max-height: 95px;
        overflow: hidden
    }
}

div#infinite-handle {
    clear: both;
    text-align: center
}

#infinite-handle span {
    font-size: 16px;
    padding: 10px 16px;
    background: #bb1919
}

@media (max-width: 800px) {
    #infinite-handle span {
        display: inline-block
    }
}

@media (min-width: 769px) {
    .i-row.row {
        margin: 0
    }
}

@media screen and (min-width: 768px) {
    .col-sm-4:nth-child(3n+1) {
        clear: left
    }

    .full-width-content .col-sm-4.latest-posts-grid:nth-child(3n+1) {
        clear: none
    }

    .full-width-content .col-sm-4.latest-posts-grid:not(.covernews-same-grid):nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 769px) {
    .full-width-content .col-sm-4.latest-posts-grid:not(.covernews-same-grid) {
        width: 25%
    }

    .full-width-content .col-sm-4.latest-posts-grid:not(.covernews-same-grid) .data-bg-categorised {
        height: 190px
    }
}

@media (min-width: 1600px) {
    .full-width-content .aft-grid-double-column .data-bg-categorised {
        height: 525px
    }

    .full-width-content .col-sm-4.latest-posts-grid:not(.covernews-same-grid) .data-bg-categorised {
        height: 255px
    }

    .full-width-content .covernews-same-grid .data-bg-categorised {
        height: 365px
    }

    .default-content-layout #secondary .posts-carousel .data-bg-featured, #secondary .data-widget-slide {
        height: 310px
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .banner-trending-posts-wrapper h3 {
        font-size: 14px
    }
}

@media only screen and (max-width: 768px) and (min-width: 426px) {
    .covernews_single_col_categorised_posts .widget-block {
        margin: 0 -10px;
        display: grid;
        grid-template-columns:repeat(2, 1fr)
    }

    .latest-posts-grid:nth-child(2n+1) {
        clear: left
    }

    .latest-posts-grid, .covernews_single_col_categorised_posts .base-border {
        width: 50%;
        float: left;
        padding: 0 10px
    }

    .covernews_single_col_categorised_posts .base-border {
        width: 100%
    }

    .covernews_single_col_categorised_posts .base-border .single-column-posts {
        display: flex;
        flex-direction: column
    }

    .covernews_single_col_categorised_posts .base-border .single-column-posts .col-sm-6 {
        width: 100%;
        padding: 0
    }

    .covernews_single_col_categorised_posts .base-border .single-column-posts .col-sm-6.col-details {
        padding: 15px
    }

    .widget .second-wiz, #secondary .widget .second-wiz {
        width: 50%;
        float: left
    }

    #secondary .covernews_single_col_categorised_posts .single-column-posts {
        margin-bottom: 10px
    }

    .article-tabbed-list .align-items-center {
        flex-wrap: nowrap
    }

    .section-block-upper > .row, .container > .row {
        margin: 0
    }

    .trending-posts-carousel {
        height: auto
    }

    .even-grid {
        padding: 0 7.5px
    }

    .af-main-banner-editors-picks.layout-2 .odd-grid:nth-child(odd) {
        padding-right: 0
    }

    .even-grid, .odd-grid {
        width: 50%;
        float: left
    }

    .trending-story.categorized-story .even-grid .spotlight-post, .af-main-banner-editors-picks .even-grid .spotlight-post {
        margin: 0
    }

    .aft-main-banner-slider-list-tabbed .af-main-banner .col-sm-4, .main-banner-3rd .tabbed-story .article-list-item .col-image, .banner-trending-posts-wrapper figure.featured-article {
        width: 20%
    }

    .aft-banner-9 .banner-trending-posts-wrapper figure.featured-article {
        width: 96px
    }

    .aft-main-banner-slider-list-tabbed .af-main-banner .col-details, .main-banner-3rd .tabbed-story .article-list-item .col-details, .banner-trending-posts-wrapper figcaption {
        width: 77%
    }

    .covernews_double_col_categorised_posts .data-bg-categorised {
        height: 240px
    }

    #secondary .full-plus-list .spotlight-post:first-of-type .data-bg-categorised {
        height: 400px
    }
}

@media only screen and (max-width: 768px) {
    .align-content-left .col-md-4.latest-posts-grid .data-bg-categorised, .align-content-right .col-md-4.latest-posts-grid .data-bg-categorised, .em-reated-posts .data-bg-categorised {
        height: 220px
    }

    .aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .af-main-banner-editors-picks.layout-2 .col-sm-6.odd-grid .data-bg-featured, .trending-story.categorized-story .data-bg-featured, .af-main-banner-editors-picks .data-bg-featured, .default-content-layout .af-main-banner-latest-posts .data-bg-categorised, .default-content-layout .posts-carousel .data-bg-featured, .default-content-layout .af-main-banner-latest-posts .data-bg-categorised, .covernews_double_col_categorised_posts .data-bg-categorised {
        height: 220px
    }

    .af-main-banner-featured-posts .data-bg-featured {
        height: 220px
    }

    .data-widget-slide {
        height: 370px
    }

    .aft-banner-4 .trending-posts-carousel {
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    body .covernews_single_col_categorised_posts .article-title, body .full .spotlight-post figcaption h3 a, body .covernews_posts_slider_widget .slider-figcaption .slide-title, body .full-plus-list .spotlight-post:first-of-type figcaption h3 a, body .categorized-story .title-heading .article-title-2 {
        font-size: 18px
    }
}

@media only screen and (max-width: 480px) {
    .aft-banner-2 .slider-with-4-editors-picks .col-sm-6, .secondary-footer .col-sm-6 {
        width: 100%
    }

    .header-layout-2 .device-center {
        text-align: center;
        width: 100%
    }

    .aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .af-main-banner-editors-picks.layout-2 .col-sm-6.odd-grid:first-child {
        margin-bottom: 15px
    }

    .header-layout-2 .top-masthead .col-xs-12.pull-right {
        text-align: center;
        width: 100%
    }

    .header-layout-2 .topbar-date {
        display: none
    }

    .header-layout-2 .top-navigation ul li a {
        height: 25px
    }

    .header-layout-2 .social-navigation ul li a, .header-layout-2 .social-widget-menu ul li a, .header-layout-2 .em-author-details ul li a {
        width: 35px;
        height: 35px
    }

    .af-main-banner-editors-picks.layout-2 .odd-grid:nth-child(odd) {
        padding-right: 10px
    }

    .i-row.row {
        margin: 0
    }

    .main-banner-3rd .tabbed-story .article-list-item .col-image {
        width: 35%
    }

    .main-banner-3rd .tabbed-story .article-list-item .col-details {
        width: 65%;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 640px) {
    .top-navigation ul li a {
        padding-right: 0;
        padding-bottom: 5px;
        height: auto;
        line-height: 20px
    }

    .topbar-date {
        margin-right: auto;
        padding-right: 0;
        display: block;
        height: 35px
    }
}

.archive-layout-list .col {
    padding-bottom: 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    margin-left: 15px
}

.woocommerce .aftwpl-product-list-add-to-cart a.button {
    border-radius: 3px
}

@media only screen and (min-width: 1440px) {
    .af-main-banner-featured-products .woocommerce ul.products li.product {
        width: 24%
    }
}

@media only screen and (max-width: 768px) {
    figure.gallery-item .gallery-icon img {
        width: 100%
    }

    #primary .col-four, #primary .col-six {
        width: 100%
    }

    .masthead-banner .site-branding {
        text-align: center;
        padding-right: 0
    }
}

@media screen and (max-width: 768px) {
    .top-masthead .social-navigation ul li {
        margin-bottom: 4px
    }

    .aft-banner-2 .slider-with-2-editors-picks .col-sm-6 {
        width: 50%
    }

    .aft-banner-2 .slider-with-2-editors-picks .main-slider .data-bg-slide, .default-content-layout #secondary .posts-carousel .data-bg-featured, .em-latest-post-carousel .data-bg-slide, #secondary .data-widget-slide, .covernews_posts_slider_widget .data-widget-slide, .main-banner-3rd .main-slider .data-bg-slide, .aft-banner-2 .slider-with-3-editors-picks .main-slider .data-bg-slide, .slick-item .data-bg-slide {
        height: 455px
    }

    .aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .spotlight-post {
        min-height: unset
    }

    .tabbed-story, .trending-story, .af-main-banner-editors-picks, .main-story-wrapper {
        width: 100%
    }

    .hentry .entry-header-details .post-excerpt {
        font-size: 18px
    }
}

@media only screen and (max-width: 426px) {
    .header-layout-3 .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap, .header-layout-1 .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap {
        top: 10px
    }

    .header-layout-2 .site-branding .site-title {
        font-size: 24px
    }

    .header-layout-2 .cart-search {
        top: 5px
    }

    .header-layout-2 .main-navigation .toggle-menu a {
        margin-top: 5px
    }

    .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap .site-title {
        font-size: 24px;
        margin-bottom: 0
    }

    .aft-banner-2 .slider-with-2-editors-picks .col-sm-6 {
        width: 100%
    }

    .spotlight-post, #secondary .widget, .single-column-posts {
        margin: 0 0 15px
    }

    figure.gallery-item .gallery-icon img {
        width: 100%
    }

    .checkbox input[type=checkbox] {
        position: inherit;
        margin-left: 0
    }

    .trending-posts-carousel {
        height: auto
    }

    .covernews_single_col_categorised_posts .col-image, .article-list-item .col-image {
        margin: 0;
        width: 100%;
        padding: 0
    }

    .aft-banner-6 .main-slider .data-bg-slide, .aft-banner-4 .main-slider .data-bg-slide, .aft-banner-2 .slider-with-2-editors-picks .main-slider .data-bg-slide, .default-content-layout #secondary .posts-carousel .data-bg-featured, .em-latest-post-carousel .data-bg-slide, #secondary .data-widget-slide, .covernews_posts_slider_widget .data-widget-slide, .main-banner-3rd .main-slider .data-bg-slide, .aft-banner-2 .slider-with-3-editors-picks .main-slider .data-bg-slide, .slick-item .data-bg-slide {
        height: 260px
    }

    .covernews_tabbed_posts_widget .article-list-item .col-image {
        width: 35%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0
    }

    .covernews_tabbed_posts_widget .article-list-item .col-details {
        width: 62%;
        padding: 0 15px;
        display: inline-block;
        vertical-align: top
    }

    .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap img {
        max-width: 250px
    }

    .aft-main-banner-slider-grid-2 .slider-with-2-editors-picks .af-main-banner-editors-picks.layout-2 .col-sm-6.odd-grid .data-bg-featured, .trending-story.categorized-story .data-bg-featured, .af-main-banner-editors-picks .data-bg-featured, .align-content-left .col-md-4.latest-posts-grid .data-bg-categorised, .align-content-right .col-md-4.latest-posts-grid .data-bg-categorised, .em-reated-posts .data-bg-categorised, #secondary .covernews_double_col_categorised_posts .data-bg-categorised, .default-content-layout .posts-carousel .data-bg-featured, .default-content-layout .af-main-banner-latest-posts .data-bg-categorised, .covernews_double_col_categorised_posts .data-bg-categorised, .af-main-banner-featured-posts .data-bg-featured, .aft-banner-2 .slider-with-3-editors-picks .data-bg-featured {
        height: 260px
    }

    .slider-with-3-editors-picks .af-main-banner-editors-picks.layout-2 .col-sm-6.odd-grid:nth-child(2), .af-main-banner-editors-picks.layout-2 .odd-grid:nth-child(odd) {
        padding-right: 10px
    }

    #primary .archive-layout-list .prime-row, #primary .covernews_single_col_categorised_posts .prime-row {
        padding: 0 10px
    }

    #primary .archive-layout-list .align-items-center.no-post-image .col-five.col-image {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media only screen and (max-width: 320px) {
    .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 100%
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: none
    }
}

@media only screen and (max-width: 320px) {
    .main-navigation .toggle-menu {
        position: relative;
        z-index: 1
    }

    .header-layout-3 .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap, .header-layout-1 .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap {
        top: 0
    }

    .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap .site-title {
        font-size: 20px;
        line-height: 55px
    }

    .af-search-form {
        width: 290px;
        max-width: calc(100vw - 60px)
    }

    .top-masthead .social-navigation ul {
        flex-wrap: wrap;
        justify-content: center
    }
}

.default-section-slider.aft-banner-9.order-2 .for-main-row, .default-section-slider.aft-banner-9.order-1 .for-main-row, .default-section-slider.aft-banner-6.order-6 .for-main-row, .default-section-slider.aft-banner-6.order-5 .for-main-row, .default-section-slider.aft-banner-6.order-4 .for-main-row, .default-section-slider.aft-banner-6.order-3 .for-main-row, .default-section-slider.aft-banner-6.order-2 .for-main-row, .default-section-slider.aft-banner-6.order-1 .for-main-row, .default-section-slider.aft-banner-5.order-6 .for-main-row, .default-section-slider.aft-banner-5.order-5 .for-main-row, .default-section-slider.aft-banner-5.order-4 .for-main-row, .default-section-slider.aft-banner-5.order-3 .for-main-row, .default-section-slider.aft-banner-5.order-2 .for-main-row, .default-section-slider.aft-banner-5.order-1 .for-main-row, .default-section-slider.aft-banner-4.order-6 .for-main-row, .default-section-slider.aft-banner-4.order-5 .for-main-row, .default-section-slider.aft-banner-4.order-4 .for-main-row, .default-section-slider.aft-banner-4.order-3 .for-main-row, .default-section-slider.aft-banner-4.order-2 .for-main-row, .default-section-slider.aft-banner-4.order-1 .for-main-row, .default-section-slider.aft-banner-3.order-2 .for-main-row, .default-section-slider.aft-banner-3.order-1 .for-main-row, .default-section-slider.aft-banner-2.order-2 .for-main-row, .default-section-slider.aft-banner-2.order-1 .for-main-row, .default-section-slider.aft-banner-1.order-6 .for-main-row, .default-section-slider.aft-banner-1.order-5 .for-main-row, .default-section-slider.aft-banner-1.order-4 .for-main-row, .default-section-slider.aft-banner-1.order-3 .for-main-row, .default-section-slider.aft-banner-1.order-2 .for-main-row, .default-section-slider.aft-banner-1.order-1 .for-main-row {
    display: flex;
    flex-wrap: wrap
}

.default-section-slider.aft-banner-1.order-1 .for-main-row .af-main-banner-editors-picks {
    order: 2
}

.default-section-slider.aft-banner-1.order-1 .for-main-row .main-story-wrapper {
    order: 1
}

.default-section-slider.aft-banner-1.order-1 .for-main-row .trending-story {
    order: 3
}

.default-section-slider.aft-banner-1.order-2 .for-main-row .af-main-banner-editors-picks {
    order: 1
}

.default-section-slider.aft-banner-1.order-2 .for-main-row .main-story-wrapper {
    order: 2
}

.default-section-slider.aft-banner-1.order-2 .for-main-row .trending-story {
    order: 3
}

.default-section-slider.aft-banner-1.order-3 .for-main-row .af-main-banner-editors-picks {
    order: 3
}

.default-section-slider.aft-banner-1.order-3 .for-main-row .main-story-wrapper {
    order: 2
}

.default-section-slider.aft-banner-1.order-3 .for-main-row .trending-story {
    order: 1
}

.default-section-slider.aft-banner-1.order-4 .for-main-row .af-main-banner-editors-picks {
    order: 2
}

.default-section-slider.aft-banner-1.order-4 .for-main-row .main-story-wrapper {
    order: 3
}

.default-section-slider.aft-banner-1.order-4 .for-main-row .trending-story {
    order: 1
}

.default-section-slider.aft-banner-1.order-5 .for-main-row .af-main-banner-editors-picks {
    order: 3
}

.default-section-slider.aft-banner-1.order-5 .for-main-row .main-story-wrapper {
    order: 1
}

.default-section-slider.aft-banner-1.order-5 .for-main-row .trending-story {
    order: 2
}

.default-section-slider.aft-banner-1.order-6 .for-main-row .af-main-banner-editors-picks {
    order: 1
}

.default-section-slider.aft-banner-1.order-6 .for-main-row .main-story-wrapper {
    order: 3
}

.default-section-slider.aft-banner-1.order-6 .for-main-row .trending-story {
    order: 2
}

.default-section-slider.aft-banner-2.order-2 .for-main-row .af-main-banner-editors-picks {
    order: 1
}

.default-section-slider.aft-banner-2.order-2 .for-main-row .main-story-wrapper {
    order: 2
}

.default-section-slider.aft-banner-3.order-2 .for-main-row .main-story-wrapper {
    order: 2
}

.default-section-slider.aft-banner-3.order-2 .for-main-row .trending-story {
    order: 1
}

.default-section-slider.aft-banner-4.order-1 .for-main-row .trending-story {
    order: 3
}

.default-section-slider.aft-banner-4.order-1 .for-main-row .main-story-wrapper {
    order: 1
}

.default-section-slider.aft-banner-4.order-1 .for-main-row .af-main-banner-editors-picks {
    order: 2
}

.default-section-slider.aft-banner-4.order-2 .for-main-row .trending-story {
    order: 3
}

.default-section-slider.aft-banner-4.order-2 .for-main-row .main-story-wrapper {
    order: 2
}

.default-section-slider.aft-banner-4.order-2 .for-main-row .af-main-banner-editors-picks {
    order: 1
}

.default-section-slider.aft-banner-4.order-3 .for-main-row .trending-story {
    order: 1
}

.default-section-slider.aft-banner-4.order-3 .for-main-row .main-story-wrapper {
    order: 2
}

.default-section-slider.aft-banner-4.order-3 .for-main-row .af-main-banner-editors-picks {
    order: 3
}

.default-section-slider.aft-banner-4.order-4 .for-main-row .trending-story {
    order: 1
}

.default-section-slider.aft-banner-4.order-4 .for-main-row .main-story-wrapper {
    order: 3
}

.default-section-slider.aft-banner-4.order-4 .for-main-row .af-main-banner-editors-picks {
    order: 2
}

.default-section-slider.aft-banner-4.order-5 .for-main-row .trending-story {
    order: 2
}

.default-section-slider.aft-banner-4.order-5 .for-main-row .main-story-wrapper {
    order: 1
}

.default-section-slider.aft-banner-4.order-5 .for-main-row .af-main-banner-editors-picks {
    order: 3
}

.default-section-slider.aft-banner-4.order-6 .for-main-row .trending-story {
    order: 2
}

.default-section-slider.aft-banner-4.order-6 .for-main-row .main-story-wrapper {
    order: 3
}

.default-section-slider.aft-banner-4.order-6 .for-main-row .af-main-banner-editors-picks {
    order: 1
}

.default-section-slider.aft-banner-5.order-1 .for-main-row .trending-story {
    order: 3
}

.default-section-slider.aft-banner-5.order-1 .for-main-row .main-story-wrapper {
    order: 1
}

.default-section-slider.aft-banner-5.order-1 .for-main-row .af-main-banner-editors-picks {
    order: 2
}

.default-section-slider.aft-banner-5.order-2 .for-main-row .trending-story {
    order: 3
}

.default-section-slider.aft-banner-5.order-2 .for-main-row .main-story-wrapper {
    order: 2
}

.default-section-slider.aft-banner-5.order-2 .for-main-row .af-main-banner-editors-picks {
    order: 1
}

.default-section-slider.aft-banner-5.order-3 .for-main-row .trending-story {
    order: 1
}

.default-section-slider.aft-banner-5.order-3 .for-main-row .main-story-wrapper {
    order: 2
}

.default-section-slider.aft-banner-5.order-3 .for-main-row .af-main-banner-editors-picks {
    order: 3
}

.default-section-slider.aft-banner-5.order-4 .for-main-row .trending-story {
    order: 1
}

.default-section-slider.aft-banner-5.order-4 .for-main-row .main-story-wrapper {
    order: 3
}

.default-section-slider.aft-banner-5.order-4 .for-main-row .af-main-banner-editors-picks {
    order: 2
}

.default-section-slider.aft-banner-5.order-5 .for-main-row .trending-story {
    order: 2
}

.default-section-slider.aft-banner-5.order-5 .for-main-row .main-story-wrapper {
    order: 1
}

.default-section-slider.aft-banner-5.order-5 .for-main-row .af-main-banner-editors-picks {
    order: 3
}

.default-section-slider.aft-banner-5.order-6 .for-main-row .trending-story {
    order: 2
}

.default-section-slider.aft-banner-5.order-6 .for-main-row .main-story-wrapper {
    order: 3
}

.default-section-slider.aft-banner-5.order-6 .for-main-row .af-main-banner-editors-picks {
    order: 1
}

.default-section-slider.aft-banner-6.order-1 .for-main-row .trending-story {
    order: 3
}

.default-section-slider.aft-banner-6.order-1 .for-main-row .main-story-wrapper {
    order: 1
}

.default-section-slider.aft-banner-6.order-1 .for-main-row .af-main-banner-editors-picks {
    order: 2
}

.default-section-slider.aft-banner-6.order-2 .for-main-row .trending-story {
    order: 3
}

.default-section-slider.aft-banner-6.order-2 .for-main-row .main-story-wrapper {
    order: 2
}

.default-section-slider.aft-banner-6.order-2 .for-main-row .af-main-banner-editors-picks {
    order: 1
}

.default-section-slider.aft-banner-6.order-3 .for-main-row .trending-story {
    order: 1
}

.default-section-slider.aft-banner-6.order-3 .for-main-row .main-story-wrapper {
    order: 2
}

.default-section-slider.aft-banner-6.order-3 .for-main-row .af-main-banner-editors-picks {
    order: 3
}

.default-section-slider.aft-banner-6.order-4 .for-main-row .trending-story {
    order: 1
}

.default-section-slider.aft-banner-6.order-4 .for-main-row .main-story-wrapper {
    order: 3
}

.default-section-slider.aft-banner-6.order-4 .for-main-row .af-main-banner-editors-picks {
    order: 2
}

.default-section-slider.aft-banner-6.order-5 .for-main-row .trending-story {
    order: 2
}

.default-section-slider.aft-banner-6.order-5 .for-main-row .main-story-wrapper {
    order: 1
}

.default-section-slider.aft-banner-6.order-5 .for-main-row .af-main-banner-editors-picks {
    order: 3
}

.default-section-slider.aft-banner-6.order-6 .for-main-row .trending-story {
    order: 2
}

.default-section-slider.aft-banner-6.order-6 .for-main-row .main-story-wrapper {
    order: 3
}

.default-section-slider.aft-banner-6.order-6 .for-main-row .af-main-banner-editors-picks {
    order: 1
}

.default-section-slider.aft-banner-9.order-2 .for-main-row .af-main-banner-editors-picks {
    order: 1
}

.default-section-slider.aft-banner-9.order-2 .for-main-row .main-story-wrapper {
    order: 2
}

.default-section-slider.aft-banner-4 .for-main-row .af-main-banner-editors-picks {
    margin-bottom: 10px
}

.default-section-slider ul.article-tabbed-list, .default-section-slider .for-main-row .trending-story {
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    .default-section-slider.aft-banner-3.order-2 .for-main-row, .default-section-slider.aft-banner-2.order-2 .for-main-row, .default-section-slider.aft-banner-1.order-3 .for-main-row, .default-section-slider.aft-banner-1.order-2 .for-main-row {
        flex-wrap: wrap
    }

    .default-section-slider.aft-banner-3.order-2 .for-main-row .col-sm-3, .default-section-slider.aft-banner-2.order-2 .for-main-row .col-sm-3, .default-section-slider.aft-banner-1.order-3 .for-main-row .col-sm-3, .default-section-slider.aft-banner-1.order-2 .for-main-row .col-sm-3 {
        width: 100%
    }
}

body.default input[type=file], body.default input[type=text], body.default input[type=email], body.default input[type=url], body.default input[type=password], body.default input[type=search], body.default input[type=number], body.default input[type=tel], body.default input[type=range], body.default input[type=date], body.default input[type=month], body.default input[type=week], body.default input[type=time], body.default input[type=datetime], body.default input[type=datetime-local], body.default input[type=color], body.default textarea, body.default .comment-form input[type=text], body.default .comment-form input[type=email], body.default .comment-form input[type=url], body.default .comment-form textarea {
    background: #fff
}

body.dark input[type=file], body.dark input[type=text], body.dark input[type=email], body.dark input[type=url], body.dark input[type=password], body.dark input[type=search], body.dark input[type=number], body.dark input[type=tel], body.dark input[type=range], body.dark input[type=date], body.dark input[type=month], body.dark input[type=week], body.dark input[type=time], body.dark input[type=datetime], body.dark input[type=datetime-local], body.dark input[type=color], body.dark textarea, body.dark .comment-form input[type=text], body.dark .comment-form input[type=email], body.dark .comment-form input[type=url], body.dark .comment-form textarea {
    background: rgb(255 255 255/.05)
}

body.dark.custom-background, body.dark {
    background-color: #212121
}

body.dark #secondary .widget .wp-block-latest-comments, body.dark #secondary .widget .wp-block-search .wp-block-search__inside-wrapper, body.dark #secondary .widget .search-form, body.dark #secondary .widget .wp-block-tag-cloud, body.dark .af-search-form, body.dark .exclusive-posts, body.dark blockquote:before, body.dark .archive-layout-list, body.dark .slide-icon:before, body.dark .sp-next-arrow:before, body.dark .sp-previous-arrow:before, body.dark #secondary .posts-author-wrapper, body.dark .latest-posts-full .header-details-wrapper, body.dark #secondary .widget ul.article-tabbed-list, body.dark #secondary .widget ul:not(.cat-links), body.dark #secondary .widget ol, body.dark #primary ul.article-item.article-list-item.article-tabbed-list.article-item-left li.full-item, body.dark .trending-posts-vertical-carousel .slick-slide .carousel-image, body.dark .trending-posts-carousel .slick-slide .carousel-image, body.dark .editors-picks-carousel .slick-slide .carousel-image, body.dark .spotlight-post, body.dark .single-column-posts, body.dark article .entry-content-wrap, body.dark article .comments-area, body.dark article .em-posts-promotions .widget {
    background-color: #333
}

body.dark .comment-metadata {
    background-color: rgb(255 255 255/.1)
}

body.dark ul.cat-links, body.dark #secondary .widget ul.af-tabs, body.dark #secondary .widget {
    background-color: #fff0
}

body.dark .site-footer {
    background: #1b1b1c
}

body.dark, body.dark a, body.dark a:visited, body.dark .comment-metadata a, body.dark .comments-area .reply .comment-reply-link, body.dark .logged-in-as a, body.dark input:focus, body.dark input, body.dark textarea, body.dark h4.awpa-display-name a, body.dark .edit-link a, body.dark .awpa-website a, body.dark .awpa-more-posts a, body.dark .tags-links a, body.dark .nav-previous a, body.dark .nav-next a, body.dark blockquote:before, body.dark .widget_text a:not([class]), body.dark .hentry .header-details-wrapper .posts-author a, body.dark #wp-calendar caption, body.dark .wp-calendar-nav a, body.dark .social-widget-menu ul li a, body.dark .em-author-details ul li a, body.dark .wp-block-tag-cloud a, body.dark .tagcloud a, body.dark .covernews-pagination .nav-links .page-numbers, body.dark .widget ul li a, body.dark .em-breadcrumbs ul .trail-item span, body.dark .slide-icon:before, body.dark .sp-next-arrow:before, body.dark .sp-previous-arrow:before, body.dark h3.entry-title a, body.dark h3.article-title.article-title-1 a, body.dark .trending-posts-carousel h3.article-title a, body.dark .trending-posts-vertical-carousel h3.article-title a, body.dark .exclusive-slides a, body.dark h3.article-title a:visited, body.dark h3.article-title.article-title-1 a:visited, body.dark .trending-posts-carousel h3.article-title a:visited, body.dark .exclusive-slides a:visited, body.dark .grid-item-metadata .posts-author a, body.dark .latest-posts-full .header-details-wrapper .entry-title a, body.dark .aft-full-title-first .entry-title a, body.dark .aft-full-title-first .author-links a, body.dark .wp-block-search__label, body.dark .comments-area .comment-form label, body.dark .comments-area .comment-author a, body.dark .comment-form label, body.dark legend, body.dark h1, body.dark h2, body.dark h2 span, body.dark h3, body.dark h4, body.dark h5, body.dark h6, body.dark #primary .widget-title, body.dark .af-tabs.nav-tabs > li > a, body.dark .af-tabs.nav-tabs > li.active > a, body.dark .af-tabs.nav-tabs > li:hover > a, body.dark .af-tabs.nav-tabs > li:focus > a {
    color: #fff
}

body.dark #wp-calendar tbody td {
    color: #aaa
}

body.dark .social-widget-menu ul li a, body.dark .em-author-details ul li a, body.dark .wp-block-tag-cloud a, body.dark .tagcloud a {
    border-color: rgb(255 255 255/.4)
}

body.dark .covernews-pagination .nav-links .page-numbers:not(.current) {
    opacity: .8
}

body.dark button, body.dark input[type=button], body.dark input[type=reset], body.dark input[type=submit] {
    border-color: #fff0
}

body.dark .wp-block-calendar table th {
    background: rgb(128 128 128/.5);
    color: #aaa
}

body.dark #wp-calendar thead th, body.dark #wp-calendar tbody td, body.dark .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, body.dark .wp-post-author-meta .wp-post-author-meta-more-posts a, body.dark input[type=file], body.dark input[type=text], body.dark input[type=email], body.dark input[type=url], body.dark input[type=password], body.dark input[type=search], body.dark input[type=number], body.dark input[type=tel], body.dark input[type=range], body.dark input[type=date], body.dark input[type=month], body.dark input[type=week], body.dark input[type=time], body.dark input[type=datetime], body.dark input[type=datetime-local], body.dark input[type=color], body.dark textarea, body.dark .comment-form input[type=text], body.dark .comment-form input[type=email], body.dark .comment-form input[type=url], body.dark .comment-form textarea {
    border-color: rgb(128 128 128/.5)
}

body.dark select {
    border: 1px solid #fff5;
    background: #333;
    color: #fff
}

body.default .entry-content > [class*=wp-block-] .wp-block-categories-list.wp-block-categories a:not([class]):hover, body.dark .latest-posts-full .header-details-wrapper .entry-title a:hover, body.dark .entry-title a:visited:hover, body.dark .entry-title a:hover, body.dark h3.article-title.article-title-1 a:visited:hover, body.dark h3.article-title.article-title-1 a:hover, body.dark .trending-posts-carousel h3.article-title a:visited:hover, body.dark .trending-posts-carousel h3.article-title a:hover, body.dark .exclusive-slides a:visited:hover, body.dark .exclusive-slides a:hover, body.dark .article-title.article-title-1 a:visited:hover, body.dark .article-title.article-title-1 a:hover, body.dark .article-title a:visited:hover, body.dark .article-title a:hover, #wp-calendar caption, #wp-calendar td#today, .wp-calendar-nav a, .entry-title a:visited:hover, .entry-title a:hover, h3.article-title.article-title-1 a:visited:hover, h3.article-title.article-title-1 a:hover, .trending-posts-carousel h3.article-title a:visited:hover, .trending-posts-carousel h3.article-title a:hover, .exclusive-slides a:visited:hover, .exclusive-slides a:hover, .article-title.article-title-1 a:visited:hover, .article-title.article-title-1 a:hover, .article-title a:visited:hover, .article-title a:hover, .item-metadata.posts-date a:hover, .hentry .header-details-wrapper .posts-author a:hover, .grid-item-metadata .posts-date a:hover, .grid-item-metadata .posts-author a:hover, .aft-full-title-first .author-links a:hover, .aft-comment-count a:hover, .aft-view-count:hover, body.default.aft-main-banner-slider-full .main-slider .slider-figcaption .grid-item-metadata .author-links a:hover, body.dark.aft-main-banner-slider-full .main-slider .slider-figcaption .grid-item-metadata .author-links a:hover, body.default.aft-main-banner-slider-full .main-slider .slider-figcaption .grid-item-metadata .author-links a:hover i, body.dark.aft-main-banner-slider-full .main-slider .slider-figcaption .grid-item-metadata .author-links a:hover i, body.dark .item-metadata.posts-date a:hover, body.dark .hentry .header-details-wrapper .posts-author a:hover, body.dark .grid-item-metadata .posts-date a:hover, body.dark .grid-item-metadata .posts-author a:hover, body.dark .aft-full-title-first .author-links a:hover, body.dark .aft-comment-count a:hover, body.dark .aft-view-count a:hover, body .figure-categories-2 .cat-links a {
    color: #bb1919
}

body.dark .social-navigation ul li a:visited:hover, body.dark .social-navigation ul li a:hover, body.dark .social-widget-menu ul li a:hover, body.dark .em-author-details ul li a:hover, body.dark .wp-block-tag-cloud a:visited:hover, body.dark .wp-block-tag-cloud a:hover, body.dark .tagcloud a:visited:hover, body.dark .tagcloud a:hover {
    color: #fff
}

.main-slider-wrapper .grid-item-metadata .aft-comment-count a:hover, .main-slider-wrapper .grid-item-metadata .aft-view-count a:hover, .aft-banner-5 .grid-item-metadata .aft-comment-count a:hover, .aft-banner-5 .grid-item-metadata .aft-view-count a:hover, .aft-banner-5 .grid-item-metadata .posts-author a:hover, body.dark .aft-banner-5 .grid-item-metadata .posts-author a:hover, .aft-banner-5 .af-main-banner-editors-picks .grid-item-metadata, .aft-banner-5 .trending-story .grid-item-metadata, .aft-banner-2 .grid-item-metadata .author-links, .aft-banner-2 .grid-item-metadata .aft-comment-count a:hover, .aft-banner-2 .grid-item-metadata .aft-view-count a:hover, .aft-banner-2 .grid-item-metadata .posts-author a:hover, body.dark .aft-banner-2 .grid-item-metadata .aft-comment-count a:hover, body.dark .aft-banner-2 .grid-item-metadata .aft-view-count a:hover, body.dark .aft-banner-2 .grid-item-metadata .posts-author a:hover, .aft-banner-1 .grid-item-metadata .author-links, .aft-banner-1 .grid-item-metadata .aft-comment-count a:hover, .aft-banner-1 .grid-item-metadata .aft-view-count a:hover, .aft-banner-1 .grid-item-metadata .posts-author a:hover, .aft-banner-1 .af-main-banner-editors-picks .grid-item-metadata a, .aft-banner-2 .af-main-banner-editors-picks .grid-item-metadata a, .aft-banner-5 .af-main-banner-editors-picks .grid-item-metadata a, .aft-banner-5 .trending-story .grid-item-metadata a, body.dark .categorized-story .title-heading .article-title-2 a:visited:hover, body.dark .categorized-story .title-heading .article-title-2 a, body .categorized-story .title-heading .article-title-2 a:visited:hover, body .categorized-story .title-heading .article-title-2 a, body.dark .full-plus-list .spotlight-post:first-of-type figcaption h3 a:hover, body .full-plus-list .spotlight-post:first-of-type figcaption h3 a:hover, body.dark .slider-figcaption-1 .article-title a:visited:hover, body.dark .slider-figcaption-1 .article-title a:hover, .slider-figcaption-1 .article-title a:visited:hover, .slider-figcaption-1 .article-title a:hover {
    color: #fff
}

.elementor-template-full-width .container .elementor-section.elementor-section-full_width.elementor-section-stretched > .elementor-container, .elementor-template-full-width .container .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container {
    margin-left: auto;
    margin-right: auto
}

.elementor-default .container > .row, .elementor-page .container > .row, .elementor-default .covernews-breadcrumbs .row, .elementor-page .covernews-breadcrumbs .row, .elementor-default .section-block-upper > .row, .elementor-page .section-block-upper > .row, .elementor-default .section-block-upper.row, .elementor-page .section-block-upper.row {
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 991px) {
    .elementor-default .main-navigation .container > .row .toggle-menu a, .elementor-page .main-navigation .container > .row .toggle-menu a {
        padding-left: 0
    }

    .elementor-default .main-navigation .container > .row .cart-search, .elementor-page .main-navigation .container > .row .cart-search {
        right: 0
    }

    body.rtl.elementor-default .main-navigation .container > .row .cart-search, body.rtl.elementor-page .main-navigation .container > .row .cart-search {
        right: unset;
        left: 0
    }

    body.rtl.elementor-default .main-navigation .container > .row .toggle-menu a, body.rtl.elementor-page .main-navigation .container > .row .toggle-menu a {
        padding-left: 15px
    }
}

.select2-dropdown {
    border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px
}

.select2-container--default .select2-selection--single {
    height: 48px;
    padding: 9px;
    border-radius: 0
}

body.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff
}

body.dark .select2-container--default .select2-selection--single, body.dark .select2-container--default .select2-search--dropdown .select2-search__field {
    background: #fff0
}

body.dark .select2-dropdown {
    background: #333
}

body.aft-container-wide .container {
    width: 100%;
    max-width: 100%
}

body.aft-container-full-width .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

body h1, body h2, body h3, body h4, body h5, body h6, body .main-navigation a, body .font-family-1, body .site-description, body .trending-posts-line, body .widget-title, body .em-widget-subtitle, body .grid-item-metadata .item-metadata, body .af-navcontrols .slide-count, body .figure-categories .cat-links, body .nav-links a {
    font-family: roboto
}

body .full-plus-list .spotlight-post:first-of-type .figure-categories .cat-links a.covernews-categories body .figure-categories .cat-links a.covernews-categories {
    background-color: #12a86b;
    color: #fff
}

.covernews_tabbed_posts_widget .figure-categories .cat-links a.covernews-categories, .list .spotlight-post .figure-categories .cat-links a.covernews-categories, .full-plus-list .spotlight-post .figure-categories .cat-links a.covernews-categories, .trending-posts-vertical-carousel .figure-categories .cat-links a.covernews-categories, .trending-story .figure-categories .cat-links a.covernews-categories {
    color: #12a86b
}

body .full-plus-list .spotlight-post:first-of-type .figure-categories .cat-links a.covernews-categories.category-color-2, body .figure-categories .cat-links a.category-color-2 {
    background-color: #ff8c02;
    color: #fff
}

.trending-story .figure-categories .cat-links a.covernews-categories.category-color-2, .list .spotlight-post .figure-categories .cat-links a.covernews-categories.category-color-2, .full-plus-list .spotlight-post .figure-categories .cat-links a.covernews-categories.category-color-2, .covernews_tabbed_posts_widget .figure-categories .cat-links a.covernews-categories.category-color-2, .trending-posts-vertical-carousel .figure-categories .cat-links a.covernews-categories.category-color-2 {
    color: #ff8c02
}

body .full-plus-list .spotlight-post:first-of-type .figure-categories .cat-links a.covernews-categories.category-color-3, body .figure-categories .cat-links a.category-color-3 {
    background-color: #ed2938;
    color: #fff
}

.trending-story .figure-categories .cat-links a.covernews-categories.category-color-3, .list .spotlight-post .figure-categories .cat-links a.covernews-categories.category-color-3, .full-plus-list .spotlight-post .figure-categories .cat-links a.covernews-categories.category-color-3, .covernews_tabbed_posts_widget .figure-categories .cat-links a.covernews-categories.category-color-3, .trending-posts-vertical-carousel .figure-categories .cat-links a.covernews-categories.category-color-3 {
    color: #ed2938
}

body .top-masthead {
    background: #000
}

body span.menu-description {
    background: #12a86b
}

.header-layout-3 .masthead-banner .site-branding {
    text-align: center
}

.header-layout-3 .site-header .site-branding .site-title, .site-branding .site-title {
    font-size: 100px;
    text-transform: uppercase
}

body .secondary-color, body button, body input[type=button], body input[type=reset], body input[type=submit], body .site-content .search-form .search-submit, body .site-footer .search-form .search-submit, body .em-post-format i, body span.header-after:after, body #secondary .widget-title span:after, body .af-tabs.nav-tabs > li > a.active:after, body .af-tabs.nav-tabs > li > a:hover:after, body .exclusive-posts .exclusive-now, body span.trending-no, body .tagcloud a:hover, body .em-reated-posts .related-title::before, body .widget_block .wp-block-search__label::before, body .widget_block .wp-block-group__inner-container h1::before, body .widget_block .wp-block-group__inner-container h2::before, body .widget_block .wp-block-group__inner-container h3::before, body .widget_block .wp-block-group__inner-container h4::before, body .widget_block .wp-block-group__inner-container h5::before, body .widget_block .wp-block-group__inner-container h6::before, body span.header-after:after {
    background: #12a86b
}

body.dark .latest-posts-full .header-details-wrapper .entry-title a:hover, body.dark .entry-title a:visited:hover, body.dark .entry-title a:hover, body.dark h3.article-title.article-title-1 a:visited:hover, body.dark h3.article-title.article-title-1 a:hover, body.dark .trending-posts-carousel h3.article-title a:visited:hover, body.dark .trending-posts-carousel h3.article-title a:hover, body.dark .exclusive-slides a:visited:hover, body.dark .exclusive-slides a:hover, body.dark .article-title.article-title-1 a:visited:hover, body.dark .article-title.article-title-1 a:hover, body.dark .article-title a:visited:hover, body.dark .article-title a:hover, .entry-title a:visited:hover, .entry-title a:hover, h3.article-title.article-title-1 a:visited:hover, h3.article-title.article-title-1 a:hover, .trending-posts-carousel h3.article-title a:visited:hover, .trending-posts-carousel h3.article-title a:hover, .exclusive-slides a:visited:hover, .exclusive-slides a:hover, .article-title.article-title-1 a:visited:hover, .article-title.article-title-1 a:hover, .article-title a:visited:hover, .article-title a:hover {
    color: #12a86b
}

body .main-navigation {
    background: #000
}

body a:hover, body a:focus, body a:active, body .figure-categories-2 .cat-links a {
    color: #12a86b
}

body #loader:after {
    border-left-color: #12a86b
}

.site-footer {
    background: #031c27;
    color: #fff
}

.site-footer a, .site-footer a:hover, .site-footer a:visited, .site-footer a:active {
    color: #fff
}

.header-layout-3 .site-header .site-branding .site-title {
    font-size: 100px
}

@media only screen and (max-width: 320px) {
    .main-navigation.aft-sticky-navigation span.af-mobile-site-title-wrap .site-title {
        font-size: 26px;
        line-height: 55px
    }
}

@font-face {
    font-family: aft-icons;
    src: url(https://easyforme.club/wp-content/themes/covernews/assets/icons/fonts/aft-icons.eot#1723115998);
    src: url(https://easyforme.club/wp-content/themes/covernews/assets/icons/fonts/aft-icons.eot#1723115998) format('embedded-opentype'), url(aft-icons.ttf) format('truetype'), url(https://easyforme.club/wp-content/themes/covernews/assets/icons/fonts/aft-icons.woff#1723115998) format('woff'), url(https://easyforme.club/wp-content/themes/covernews/assets/icons/fonts/aft-icons.svg?kiv2u2#aft-icons) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.covernews-icon-search:before, .covernews-icon-angle-down:before, .covernews-icon-angle-up:before, .covernews-icon-angle-right:before, .covernews-icon-angle-left:before, .af-search-wrap .fa-search::before, .author-links .fa-user-circle, .author-links .fa-clock, .author-links .fa-comment, .author-links .fa-eye, .em-post-format .fa-video, .em-post-format .fa-images, .em-post-format .fa-camera, #scroll-up .fa-angle-up, .menu .fa-angle-up, .menu .fa-angle-down, .slick-arrow.fa-angle-up, .slick-arrow.fa-angle-down, .slick-arrow.fa-angle-right, .slick-arrow.fa-angle-left, .covernews-widget.fa-angle-up, .covernews-widget.fa-angle-down, .covernews-widget.fa-angle-right, .covernews-widget.fa-angle-left, [class^=aft-icon-], [class*=" aft-icon-"] {
    font-family: aft-icons !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.aft-icon-tiktok:before {
    content: "\e900"
}

.aft-icon-messenger:before {
    content: "\e901"
}

.aft-icon-github:before {
    content: "\e902"
}

.author-links .fa-user-circle::before, .aft-icon-circle-user-regular:before {
    content: "\e903"
}

.author-links .fa-clock::before, .aft-icon-clock-regular:before {
    content: "\e904"
}

.author-links .fa-eye::before, .aft-icon-eye-regular:before {
    content: "\e905"
}

.aft-icon-magnifying-glass-solid:before {
    content: "\e906"
}

.em-post-format .fa-images::before, .aft-icon-images-regular:before {
    content: "\e907"
}

.author-links .fa-comment::before, .aft-icon-comment-regular:before {
    content: "\e908"
}

.em-post-format .fa-camera::before, .aft-icon-camera:before {
    content: "\f030"
}

.em-post-format .fa-video::before, .aft-icon-video-camera:before {
    content: "\f03d"
}

.aft-icon-shopping-cart:before {
    content: "\f07a"
}

.aft-icon-twitter:before {
    content: "\f099"
}

.aft-icon-facebook:before {
    content: "\f09a"
}

.aft-icon-pinterest:before {
    content: "\f0d2"
}

.aft-icon-google-plus:before {
    content: "\f0d5"
}

.aft-icon-linkedin:before {
    content: "\f0e1"
}

body.rtl .sub-menu .menu-item-has-children a .covernews-icon-angle-down:before, .slick-arrow.fa-angle-left::before, .covernews-widget.fa-angle-left::before, .covernews-icon-angle-left:before, .aft-icon-angle-left:before {
    content: "\f104"
}

.sub-menu .menu-item-has-children a .covernews-icon-angle-down:before, .slick-arrow.fa-angle-right::before, .covernews-widget.fa-angle-right::before, .covernews-icon-angle-right:before, .aft-icon-angle-right:before {
    content: "\f105"
}

.menu .fa-angle-up::before, #scroll-up .fa-angle-up::before, .slick-arrow.fa-angle-up::before, .covernews-widget.fa-angle-up::before, .covernews-icon-angle-up:before, .aft-icon-angle-up:before {
    content: "\f106"
}

.menu .fa-angle-down::before, .slick-arrow.fa-angle-down::before, .covernews-widget.fa-angle-down::before, .covernews-icon-angle-down:before, .aft-icon-angle-down:before {
    content: "\f107"
}

.aft-icon-youtube-play:before {
    content: "\f16a"
}

.aft-icon-stack-overflow:before {
    content: "\f16c"
}

.aft-icon-instagram:before {
    content: "\f16d"
}

.aft-icon-tumblr:before {
    content: "\f173"
}

.aft-icon-dribbble:before {
    content: "\f17d"
}

.aft-icon-vk:before {
    content: "\f189"
}

.aft-icon-weibo:before {
    content: "\f18a"
}

.aft-icon-slack:before {
    content: "\f198"
}

.aft-icon-wordpress:before {
    content: "\f19a"
}

.aft-icon-behance:before {
    content: "\f1b4"
}

.aft-icon-spotify:before {
    content: "\f1bc"
}

.aft-icon-wechat:before {
    content: "\f1d7"
}

.aft-icon-whatsapp:before {
    content: "\f232"
}

.aft-icon-vimeo:before {
    content: "\f27d"
}

.aft-icon-reddit-alien:before {
    content: "\f281"
}

.aft-icon-telegram:before {
    content: "\f2c6"
}

.aft-icon-threads:before {
    content: "\e916"
}

.aft-icon-clock-solid:before {
    content: "\e909"
}

.aft-icon-twitch:before {
    content: "\e90b"
}

.aft-icon-viber:before {
    content: "\e90c"
}

.aft-icon-yahoo:before {
    content: "\e90d"
}

.aft-icon-bolt-lightning-solid:before {
    content: "\e90e"
}

.aft-icon-hashtag-solid:before {
    content: "\e90f"
}

.aft-icon-bell-solid:before {
    content: "\e910"
}

.aft-icon-play-solid:before {
    content: "\e911"
}

.aft-icon-right-to-bracket-solid:before {
    content: "\e912"
}

.aft-icon-user-solid:before {
    content: "\e913"
}

.covernews-icon-search:before, .af-search-wrap .fa-search::before, .aft-icon-search:before {
    content: "\f002"
}

.aft-icon-chevron-left:before {
    content: "\f053"
}

.aft-icon-chevron-right:before {
    content: "\f054"
}

.aft-icon-chevron-up:before {
    content: "\f077"
}

.aft-icon-chevron-down:before {
    content: "\f078"
}

.aft-icon-bolt:before {
    content: "\f0e7"
}

.aft-icon-soundcloud:before {
    content: "\f1be"
}

.aft-icon-share-alt:before {
    content: "\f1e0"
}

.aft-icon-snapchat-square:before {
    content: "\f2ad"
}

.aft-icon-quora:before {
    content: "\f2c4"
}

.aft-icon-telegram1:before {
    content: "\f2c7"
}

.aft-icon-angle-right-svgrepo-com:before {
    content: "\e914"
}

.aft-icon-angle-left-svgrepo-com:before {
    content: "\e915"
}