/*!
Theme Name: rotikaya
Theme URI: https://www.rotikaya.com/
Author: rotikaya
Author URI: https://www.rotikaya.com/
Description: Rotikaya theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rotikaya
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rotikaya is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

[data-whatintent=mouse] *,[data-whatintent=mouse] *:focus,[data-whatintent=touch] *,[data-whatintent=touch] *:focus,[data-whatinput=mouse] *,[data-whatinput=mouse] *:focus,[data-whatinput=touch] *,[data-whatinput=touch] *:focus {
    outline: none
}

[draggable=false] {
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,*::before,*::after {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object {
    max-width: none!important
}

button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

button,input,optgroup,select,textarea {
    font-family: inherit
}

.is-visible {
    display: block!important
}

.is-hidden {
    display: none!important
}

.align-left {
    justify-content: flex-start
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    justify-content: center
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

@media print,screen and (min-width: 40em) {
    .medium-order-1 {
        order:1
    }

    .medium-order-2 {
        order: 2
    }

    .medium-order-3 {
        order: 3
    }

    .medium-order-4 {
        order: 4
    }

    .medium-order-5 {
        order: 5
    }

    .medium-order-6 {
        order: 6
    }
}

@media print,screen and (min-width: 64em) {
    .large-order-1 {
        order:1
    }

    .large-order-2 {
        order: 2
    }

    .large-order-3 {
        order: 3
    }

    .large-order-4 {
        order: 4
    }

    .large-order-5 {
        order: 5
    }

    .large-order-6 {
        order: 6
    }
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

@media print,screen and (min-width: 40em) {
    .medium-flex-container {
        display:flex
    }

    .medium-flex-child-auto {
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print,screen and (min-width: 64em) {
    .large-flex-container {
        display:flex
    }

    .large-flex-child-auto {
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap
}

.row .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,screen and (min-width: 40em) {
    .row .row {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }
}

@media print,screen and (min-width: 64em) {
    .row .row {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.row:not(.expanded) .row {
    max-width: none
}

.row.collapse>.column,.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row.is-collapse-child,.row.collapse>.column>.row,.row.collapse>.columns>.row {
    margin-right: 0;
    margin-left: 0
}

.column,.columns {
    flex: 1 1 0px;
    padding-right: .625rem;
    padding-left: .625rem;
    min-width: 0
}

@media print,screen and (min-width: 40em) {
    .column,.columns {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}

.column.row.row,.row.row.columns {
    float: none;
    display: block
}

.row .column.row.row,.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.small-offset-1 {
    margin-left: 8.3333333333%
}

.small-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.6666666667%
}

.small-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.small-offset-4 {
    margin-left: 33.3333333333%
}

.small-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.6666666667%
}

.small-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.small-offset-7 {
    margin-left: 58.3333333333%
}

.small-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.6666666667%
}

.small-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.small-offset-10 {
    margin-left: 83.3333333333%
}

.small-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.6666666667%
}

.small-up-1 {
    flex-wrap: wrap
}

.small-up-1>.column,.small-up-1>.columns {
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    flex-wrap: wrap
}

.small-up-2>.column,.small-up-2>.columns {
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3 {
    flex-wrap: wrap
}

.small-up-3>.column,.small-up-3>.columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.small-up-4 {
    flex-wrap: wrap
}

.small-up-4>.column,.small-up-4>.columns {
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5 {
    flex-wrap: wrap
}

.small-up-5>.column,.small-up-5>.columns {
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6 {
    flex-wrap: wrap
}

.small-up-6>.column,.small-up-6>.columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.small-up-7 {
    flex-wrap: wrap
}

.small-up-7>.column,.small-up-7>.columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
}

.small-up-8 {
    flex-wrap: wrap
}

.small-up-8>.column,.small-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.small-collapse>.column,.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.small-uncollapse>.column,.small-uncollapse>.columns {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,screen and (min-width: 40em) {
    .medium-1 {
        flex:0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .medium-offset-0 {
        margin-left: 0%
    }

    .medium-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%
    }

    .medium-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%
    }

    .medium-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%
    }

    .medium-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%
    }

    .medium-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%
    }

    .medium-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%
    }

    .medium-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%
    }

    .medium-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%
    }

    .medium-up-1 {
        flex-wrap: wrap
    }

    .medium-up-1>.column,.medium-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-up-2 {
        flex-wrap: wrap
    }

    .medium-up-2>.column,.medium-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-up-3 {
        flex-wrap: wrap
    }

    .medium-up-3>.column,.medium-up-3>.columns {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-up-4 {
        flex-wrap: wrap
    }

    .medium-up-4>.column,.medium-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-up-5 {
        flex-wrap: wrap
    }

    .medium-up-5>.column,.medium-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }

    .medium-up-6 {
        flex-wrap: wrap
    }

    .medium-up-6>.column,.medium-up-6>.columns {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-up-7 {
        flex-wrap: wrap
    }

    .medium-up-7>.column,.medium-up-7>.columns {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .medium-up-8 {
        flex-wrap: wrap
    }

    .medium-up-8>.column,.medium-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,screen and (min-width: 40em) and (min-width:40em) {
    .medium-expand {
        flex:1 1 0px
    }
}

.row.medium-unstack>.column,.row.medium-unstack>.columns {
    flex: 0 0 100%
}

@media print,screen and (min-width: 40em) and (min-width:40em) {
    .row.medium-unstack>.column,.row.medium-unstack>.columns {
        flex:1 1 0px
    }
}

@media print,screen and (min-width: 40em) {
    .medium-collapse>.column,.medium-collapse>.columns {
        padding-right:0;
        padding-left: 0
    }

    .medium-uncollapse>.column,.medium-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,screen and (min-width: 64em) {
    .large-1 {
        flex:0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .large-offset-0 {
        margin-left: 0%
    }

    .large-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .large-offset-1 {
        margin-left: 8.3333333333%
    }

    .large-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-offset-2 {
        margin-left: 16.6666666667%
    }

    .large-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .large-offset-4 {
        margin-left: 33.3333333333%
    }

    .large-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-offset-5 {
        margin-left: 41.6666666667%
    }

    .large-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .large-offset-7 {
        margin-left: 58.3333333333%
    }

    .large-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .large-offset-8 {
        margin-left: 66.6666666667%
    }

    .large-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .large-offset-10 {
        margin-left: 83.3333333333%
    }

    .large-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-offset-11 {
        margin-left: 91.6666666667%
    }

    .large-up-1 {
        flex-wrap: wrap
    }

    .large-up-1>.column,.large-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-up-2 {
        flex-wrap: wrap
    }

    .large-up-2>.column,.large-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-up-3 {
        flex-wrap: wrap
    }

    .large-up-3>.column,.large-up-3>.columns {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .large-up-4 {
        flex-wrap: wrap
    }

    .large-up-4>.column,.large-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-up-5 {
        flex-wrap: wrap
    }

    .large-up-5>.column,.large-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }

    .large-up-6 {
        flex-wrap: wrap
    }

    .large-up-6>.column,.large-up-6>.columns {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .large-up-7 {
        flex-wrap: wrap
    }

    .large-up-7>.column,.large-up-7>.columns {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .large-up-8 {
        flex-wrap: wrap
    }

    .large-up-8>.column,.large-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,screen and (min-width: 64em) and (min-width:64em) {
    .large-expand {
        flex:1 1 0px
    }
}

.row.large-unstack>.column,.row.large-unstack>.columns {
    flex: 0 0 100%
}

@media print,screen and (min-width: 64em) and (min-width:64em) {
    .row.large-unstack>.column,.row.large-unstack>.columns {
        flex:1 1 0px
    }
}

@media print,screen and (min-width: 64em) {
    .large-collapse>.column,.large-collapse>.columns {
        padding-right:0;
        padding-left: 0
    }

    .large-uncollapse>.column,.large-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.shrink {
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 1.25rem
}

.column-block>:last-child {
    margin-bottom: 0
}

@media print,screen and (min-width: 40em) {
    .column-block {
        margin-bottom:1.875rem
    }

    .column-block>:last-child {
        margin-bottom: 0
    }
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em,i {
    font-style: italic;
    line-height: inherit
}

strong,b {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small {
    line-height: 0;
    color: #cacaca
}

h1,.h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h2,.h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h3,.h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h4,.h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h5,.h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h6,.h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print,screen and (min-width: 40em) {
    h1,.h1 {
        font-size:3rem
    }

    h2,.h2 {
        font-size: 2.5rem
    }

    h3,.h3 {
        font-size: 1.9375rem
    }

    h4,.h4 {
        font-size: 1.5625rem
    }

    h5,.h5 {
        font-size: 1.25rem
    }

    h6,.h6 {
        font-size: 1rem
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer
}

a:hover,a:focus {
    color: #1468a0
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

ul,ol,dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ul ul,ul ol,ol ul,ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

abbr,abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas,liberation mono,Courier,monospace;
    color: #0a0a0a
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ul.no-bullet,ol.no-bullet {
    margin-left: 0;
    list-style: none
}

.cite-block,cite {
    display: block;
    color: #8a8a8a;
    font-size: .8125rem
}

.cite-block:before,cite:before {
    content: "— "
}

.code-inline,code {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas,liberation mono,Courier,monospace;
    font-weight: 400;
    color: #0a0a0a;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas,liberation mono,Courier,monospace;
    font-weight: 400;
    color: #0a0a0a;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,screen and (min-width: 40em) {
    .medium-text-left {
        text-align:left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print,screen and (min-width: 64em) {
    .large-text-left {
        text-align:left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none!important
}

@media print {
    * {
        background: 0 0!important;
        color: #000!important;
        color-adjust: economy;
        box-shadow: none!important;
        text-shadow: none!important
    }

    .show-for-print {
        display: block!important
    }

    .hide-for-print {
        display: none!important
    }

    table.show-for-print {
        display: table!important
    }

    thead.show-for-print {
        display: table-header-group!important
    }

    tbody.show-for-print {
        display: table-row-group!important
    }

    tr.show-for-print {
        display: table-row!important
    }

    td.show-for-print {
        display: table-cell!important
    }

    th.show-for-print {
        display: table-cell!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after,a[href^='javascript:']:after,a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre,blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: .5cm
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: inherit;
    font-size: .9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button,.button.disabled,.button[disabled],.button.disabled:hover,.button[disabled]:hover,.button.disabled:focus,.button[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe
}

.button:hover,.button:focus {
    background-color: #14679e;
    color: #fefefe
}

.button.primary,.button.primary.disabled,.button.primary[disabled],.button.primary.disabled:hover,.button.primary[disabled]:hover,.button.primary.disabled:focus,.button.primary[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe
}

.button.primary:hover,.button.primary:focus {
    background-color: #126195;
    color: #fefefe
}

.button.secondary,.button.secondary.disabled,.button.secondary[disabled],.button.secondary.disabled:hover,.button.secondary[disabled]:hover,.button.secondary.disabled:focus,.button.secondary[disabled]:focus {
    background-color: #767676;
    color: #fefefe
}

.button.secondary:hover,.button.secondary:focus {
    background-color: #5e5e5e;
    color: #fefefe
}

.button.success,.button.success.disabled,.button.success[disabled],.button.success.disabled:hover,.button.success[disabled]:hover,.button.success.disabled:focus,.button.success[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a
}

.button.success:hover,.button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a
}

.button.warning,.button.warning.disabled,.button.warning[disabled],.button.warning.disabled:hover,.button.warning[disabled]:hover,.button.warning.disabled:focus,.button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a
}

.button.warning:hover,.button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a
}

.button.alert,.button.alert.disabled,.button.alert[disabled],.button.alert.disabled:hover,.button.alert[disabled]:hover,.button.alert.disabled:focus,.button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe
}

.button.alert:hover,.button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe
}

.button.hollow,.button.hollow:hover,.button.hollow:focus,.button.hollow.disabled,.button.hollow.disabled:hover,.button.hollow.disabled:focus,.button.hollow[disabled],.button.hollow[disabled]:hover,.button.hollow[disabled]:focus {
    background-color: transparent
}

.button.hollow,.button.hollow.disabled,.button.hollow[disabled],.button.hollow.disabled:hover,.button.hollow[disabled]:hover,.button.hollow.disabled:focus,.button.hollow[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow:hover,.button.hollow:focus {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary[disabled],.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled]:hover,.button.hollow.primary.disabled:focus,.button.hollow.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow.primary:hover,.button.hollow.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary[disabled],.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled]:hover,.button.hollow.secondary.disabled:focus,.button.hollow.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676
}

.button.hollow.secondary:hover,.button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success[disabled],.button.hollow.success.disabled:hover,.button.hollow.success[disabled]:hover,.button.hollow.success.disabled:focus,.button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:hover,.button.hollow.success:focus {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning[disabled],.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled]:hover,.button.hollow.warning.disabled:focus,.button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:hover,.button.hollow.warning:focus {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert[disabled],.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled]:hover,.button.hollow.alert.disabled:focus,.button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:hover,.button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a
}

.button.clear,.button.clear:hover,.button.clear:focus,.button.clear.disabled,.button.clear.disabled:hover,.button.clear.disabled:focus,.button.clear[disabled],.button.clear[disabled]:hover,.button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent
}

.button.clear,.button.clear.disabled,.button.clear[disabled],.button.clear.disabled:hover,.button.clear[disabled]:hover,.button.clear.disabled:focus,.button.clear[disabled]:focus {
    color: #1779ba
}

.button.clear:hover,.button.clear:focus {
    color: #0c3d5d
}

.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary[disabled],.button.clear.primary.disabled:hover,.button.clear.primary[disabled]:hover,.button.clear.primary.disabled:focus,.button.clear.primary[disabled]:focus {
    color: #1779ba
}

.button.clear.primary:hover,.button.clear.primary:focus {
    color: #0c3d5d
}

.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary[disabled],.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled]:hover,.button.clear.secondary.disabled:focus,.button.clear.secondary[disabled]:focus {
    color: #767676
}

.button.clear.secondary:hover,.button.clear.secondary:focus {
    color: #3b3b3b
}

.button.clear.success,.button.clear.success.disabled,.button.clear.success[disabled],.button.clear.success.disabled:hover,.button.clear.success[disabled]:hover,.button.clear.success.disabled:focus,.button.clear.success[disabled]:focus {
    color: #3adb76
}

.button.clear.success:hover,.button.clear.success:focus {
    color: #157539
}

.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning[disabled],.button.clear.warning.disabled:hover,.button.clear.warning[disabled]:hover,.button.clear.warning.disabled:focus,.button.clear.warning[disabled]:focus {
    color: #ffae00
}

.button.clear.warning:hover,.button.clear.warning:focus {
    color: #805700
}

.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert[disabled],.button.clear.alert.disabled:hover,.button.clear.alert[disabled]:hover,.button.clear.alert.disabled:focus,.button.clear.alert[disabled]:focus {
    color: #cc4b37
}

.button.clear.alert:hover,.button.clear.alert:focus {
    color: #67251a
}

.button.disabled,.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .4em;
    content: '';
    border-bottom-width: 0;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

.button.dropdown.hollow::after,.button.dropdown.clear::after {
    border-top-color: #1779ba
}

.button.dropdown.hollow.primary::after,.button.dropdown.clear.primary::after {
    border-top-color: #1779ba
}

.button.dropdown.hollow.secondary::after,.button.dropdown.clear.secondary::after {
    border-top-color: #767676
}

.button.dropdown.hollow.success::after,.button.dropdown.clear.success::after {
    border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after,.button.dropdown.clear.warning::after {
    border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after,.button.dropdown.clear.alert::after {
    border-top-color: #cc4b37
}

.button.arrow-only::after {
    top: -.1em;
    float: none;
    margin-left: 0
}

a.button:hover,a.button:focus {
    text-decoration: none
}

[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    appearance: none
}

[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s,border-color .25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type=submit],[type=button] {
    appearance: none;
    border-radius: 0
}

input[type=search] {
    box-sizing: border-box
}

::placeholder {
    color: #cacaca
}

[type=file],[type=checkbox],[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,[type=radio]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type=checkbox]+label[for],[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a
}

label.middle {
    margin: 0 0 1rem;
    line-height: 1.5;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a
}

.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch
}

.input-group>:first-child,.input-group>:first-child.input-group-button>* {
    border-radius: 0 0 0 0
}

.input-group>:last-child,.input-group>:last-child.input-group-button>* {
    border-radius: 0 0 0 0
}

.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label,.input-group-button,.input-group-field,.input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto
}

.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzIgMjQiPjxwb2x5Z29uIHBvaW50cz0iMCwwIDMyLDAgMTYsMjQiIHN0eWxlPSJmaWxsOiByZ2IoMTM4LCAxMzgsIDEzOCkiPjwvcG9seWdvbj48L3N2Zz4=);
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow .5s,border-color .25s ease-in-out
}

@media screen and (min-width: 0\0) {
    select {
        background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s,border-color .25s ease-in-out
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #cc4b37
}

.form-error.is-visible {
    display: block
}

.hide {
    display: none!important
}

.invisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

@media print,screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display:none!important
    }
}

@media screen and (max-width: 0em),screen and (min-width:40em) {
    .show-for-small-only {
        display:none!important
    }
}

@media print,screen and (min-width: 40em) {
    .hide-for-medium {
        display:none!important
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display:none!important
    }
}

@media print,screen and (min-width: 40em) and (max-width:63.99875em) {
    .hide-for-medium-only {
        display:none!important
    }
}

@media screen and (max-width: 39.99875em),screen and (min-width:64em) {
    .show-for-medium-only {
        display:none!important
    }
}

@media print,screen and (min-width: 64em) {
    .hide-for-large {
        display:none!important
    }
}

@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display:none!important
    }
}

@media print,screen and (min-width: 64em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display:none!important
    }
}

@media screen and (max-width: 63.99875em),screen and (min-width:75em) {
    .show-for-large-only {
        display:none!important
    }
}

.show-for-sr,.show-on-focus {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.show-on-focus:active,.show-on-focus:focus {
    position: static!important;
    width: auto!important;
    height: auto!important;
    overflow: visible!important;
    clip: auto!important;
    white-space: normal!important
}

.show-for-landscape,.hide-for-portrait {
    display: block!important
}

@media screen and (orientation: landscape) {
    .show-for-landscape,.hide-for-portrait {
        display:block!important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,.hide-for-portrait {
        display:none!important
    }
}

.hide-for-landscape,.show-for-portrait {
    display: none!important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,.show-for-portrait {
        display:none!important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,.show-for-portrait {
        display:block!important
    }
}

.show-for-dark-mode {
    display: none
}

.hide-for-dark-mode {
    display: block
}

@media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
        display:block!important
    }

    .hide-for-dark-mode {
        display: none!important
    }
}

.show-for-ie {
    display: none
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .show-for-ie {
        display: block!important
    }

    .hide-for-ie {
        display: none!important
    }
}

.show-for-sticky {
    display: none
}

.is-stuck .show-for-sticky {
    display: block
}

.is-stuck .hide-for-sticky {
    display: none
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::before,.clearfix::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.clearfix::after {
    clear: both
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu>li>a {
    padding: .7rem 1rem
}

.dropdown.menu>li.is-active>a {
    background: 0 0;
    color: #1779ba
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after {
    right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px
}

.dropdown.menu.vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba
}

@media print,screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top:100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-bottom-width: 0;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px
    }

    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-left-width: 0;
        border-color: transparent #1779ba transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #1779ba
    }
}

@media print,screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top:100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-bottom-width: 0;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical>li>a::after {
        right: 14px
    }

    .dropdown.menu.large-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-left-width: 0;
        border-color: transparent #1779ba transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.large-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #1779ba
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.responsive-embed,.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.responsive-embed iframe,.responsive-embed object,.responsive-embed embed,.responsive-embed video,.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.responsive-embed.widescreen,.flex-video.widescreen {
    padding-bottom: 56.25%
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu a,.menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu input,.menu select,.menu a,.menu button {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,.menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row
}

.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column
}

.menu.vertical.icon-top li a img,.menu.vertical.icon-top li a i,.menu.vertical.icon-top li a svg,.menu.vertical.icon-bottom li a img,.menu.vertical.icon-bottom li a i,.menu.vertical.icon-bottom li a svg {
    text-align: left
}

.menu.expanded li {
    flex: 1 1 0px
}

.menu.expanded.icon-top li a img,.menu.expanded.icon-top li a i,.menu.expanded.icon-top li a svg,.menu.expanded.icon-bottom li a img,.menu.expanded.icon-bottom li a i,.menu.expanded.icon-bottom li a svg {
    text-align: left
}

.menu.simple {
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,screen and (min-width: 40em) {
    .menu.medium-horizontal {
        flex-wrap:wrap;
        flex-direction: row
    }

    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.medium-expanded li {
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        flex: 1 1 0px
    }
}

@media print,screen and (min-width: 64em) {
    .menu.large-horizontal {
        flex-wrap:wrap;
        flex-direction: row
    }

    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.large-expanded li {
        flex: 1 1 0px
    }

    .menu.large-simple li {
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: flex
}

.menu.icon-top a,.menu.icon-right a,.menu.icon-bottom a,.menu.icon-left a {
    display: flex
}

.menu.icon-left li a,.menu.nested.icon-left li a {
    flex-flow: row nowrap
}

.menu.icon-left li a img,.menu.icon-left li a i,.menu.icon-left li a svg,.menu.nested.icon-left li a img,.menu.nested.icon-left li a i,.menu.nested.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a,.menu.nested.icon-right li a {
    flex-flow: row nowrap
}

.menu.icon-right li a img,.menu.icon-right li a i,.menu.icon-right li a svg,.menu.nested.icon-right li a img,.menu.nested.icon-right li a i,.menu.nested.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a,.menu.nested.icon-top li a {
    flex-flow: column nowrap
}

.menu.icon-top li a img,.menu.icon-top li a i,.menu.icon-top li a svg,.menu.nested.icon-top li a img,.menu.nested.icon-top li a i,.menu.nested.icon-top li a svg {
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a,.menu.nested.icon-bottom li a {
    flex-flow: column nowrap
}

.menu.icon-bottom li a img,.menu.icon-bottom li a i,.menu.icon-bottom li a svg,.menu.nested.icon-bottom li a img,.menu.nested.icon-bottom li a i,.menu.nested.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active>a {
    background: #1779ba;
    color: #fefefe
}

.menu .active>a {
    background: #1779ba;
    color: #fefefe
}

.menu.align-left {
    justify-content: flex-start
}

.menu.align-right li {
    display: flex;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right.icon-top li a img,.menu.align-right.icon-top li a i,.menu.align-right.icon-top li a svg,.menu.align-right.icon-bottom li a img,.menu.align-right.icon-bottom li a i,.menu.align-right.icon-bottom li a svg {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: flex;
    justify-content: center
}

.menu.align-center li .submenu li {
    justify-content: flex-start
}

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu {
    justify-content: center
}

.menu-centered>.menu li {
    display: flex;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none
}

.tabs::before,.tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: 0 0
}

.tabs.primary {
    background: #1779ba
}

.tabs.primary>li>a {
    color: #fefefe
}

.tabs.primary>li>a:hover,.tabs.primary>li>a:focus {
    background: #1673b1
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #1779ba
}

[data-whatinput=mouse] .tabs-title>a {
    outline: 0
}

.tabs-title>a:hover {
    background: #fefefe;
    color: #1468a0
}

.tabs-title>a:focus,.tabs-title>a[aria-selected=true] {
    background: #e6e6e6;
    color: #1779ba
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

body {
    color: #333;
}

@media print,screen and (max-width: 39.99875em) {
    body {
        padding-bottom:3.125rem
    }
}

.super-wrap {
    background-color: #fff;
    position: relative;
    z-index: 10
}

@media print,screen and (min-width: 64em) {
    .super-wrap {
        max-width:62.5rem;
        margin-left: auto;
        margin-right: auto
    }
}

.menu a {
    color: #666
}

.menu>li a {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    padding: 1.1875rem 1rem
}

.menu>li a:hover {
    color: #333
}

.menu.submenu>li a {
    padding: .75rem 1rem
}

.dropdown.menu>li>a {
    padding: 1.1875rem .5rem!important
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #000 transparent transparent
}

.dropdown.menu>li.is-dropdown-submenu-parent:hover .submenu {
    display: block
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    display: none;
    position: absolute
}

.navi {
    background-color: #f1f1f1;
    margin-left: -.625rem;
    margin-right: -.625rem;
    z-index: 10;
    position: relative
}

@media print,screen and (min-width: 40em) {
    .navi {
        margin-bottom:1rem
    }
}

.navi::after {
    content: "";
    display: block;
    clear: both
}

@media print,screen and (min-width: 40em) {
    .navi {
        margin-left:-.9375rem;
        margin-right: -.9375rem;
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

.navi .navi-logo {
    background-color: #000;
    line-height: 0;
    padding: .625rem 1.3rem;
    display: block;
    position: relative;
    z-index: 10;
    text-align: center
}

@media print,screen and (min-width: 40em) {
    .navi .navi-logo {
        margin-bottom:-22px;
        float: left;
        padding: .75rem 1rem
    }
}

.navi .navi-logo .logo-svg {
    width: auto;
    height: 1.875rem
}

@media print,screen and (min-width: 40em) {
    .navi .navi-logo .logo-svg {
        height:2.5rem
    }
}

.navi .navi-logo:hover {
    background-color: #ed462f
}

.navi .navi-logo:hover .logo-svg #ROTIKAYA-O {
    fill: #333!important
}

.navi .navi-social {
    display: flex
}

.navi .navi-social a {
    flex: 1;
    line-height: 1;
    padding: 1.0625rem .6rem;
    color: #666
}

.navi .navi-social a:hover {
    color: #333
}

.navi .navi-search {
    line-height: 1;
    z-index: 10
}

@media print,screen and (max-width: 39.99875em) {
    .navi .navi-search {
        position:absolute;
        top: 0;
        right: 0
    }
}

.navi .navi-search .search-bar-trigger {
    display: block;
    padding: 1.0625rem 1rem;
    color: #666
}

@media print,screen and (min-width: 40em) {
    .navi .navi-search .search-bar-trigger {
        padding:1.0625rem .6rem;
        padding-left: 1.4rem
    }

    .navi .navi-search .search-bar-trigger:hover {
        color: #ed462f
    }
}

.navi .navi-menu {
    display: flex;
    align-items: center;
    padding-left: .5rem
}

.navi .navi-sponsor {
    padding-left: .5rem;
    display: flex;
    align-items: center;
    height: 3.125rem
}

.navi .navi-sponsor .navi-sponsor-brand-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 80%;
    margin-right: 1rem
}

.navi .navi-sponsor .navi-sponsor-brand-logo a {
    display: inline-block
}

.navi .navi-sponsor .navi-sponsor-brand-logo img {
    max-height: 30px
}

.navi-mobile {
    position: fixed;
    width: 100%;
    z-index: 99999;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    line-height: 1;
    transform: translate3d(0,0,0)
}

.navi-mobile .mobile-tabs {
    display: flex;
    position: relative;
    z-index: 1
}

.navi-mobile .mobile-tabs .tab {
    padding: 8px 0;
    flex: 1;
    text-align: center;
    color: #aaa
}

.navi-mobile .mobile-tabs .tab .fa {
    display: block;
    font-size: 1.25rem
}

.navi-mobile .mobile-tabs .tab .tab-label {
    line-height: 1;
    font-size: 11px;
    padding-top: 3px
}

.navi-mobile .mobile-tabs .tab.current {
    color: #333
}

.mobile-menu-block {
    display: none
}

.mobile-menu {
    position: absolute;
    z-index: 2;
    bottom: 51px;
    width: 96%;
    left: 2%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 -2px 5px rgba(0,0,0,.3)
}

.mobile-menu .menu-item a {
    padding: 1rem
}

.search-bar {
    padding: .625rem 0;
    display: none
}

@media print,screen and (min-width: 40em) {
    .search-bar {
        padding:2.5rem .9375rem 0
    }
}

.search-bar form .search-bar-input {
    margin-bottom: 0;
    padding: .4375rem;
    height: auto;
    box-shadow: none;
    background-color: transparent;
    border: solid 1px #000;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 1rem;
    line-height: 20px
}

.search-bar form .search-bar-button {
    font-size: .75rem;
    line-height: 1em;
    height: 36px;
    padding: .6875rem 0;
    width: 100%;
    text-align: center;
    background-color: #000;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff
}

.search-bar form .search-bar-button:hover {
    background-color: #ed462f;
    cursor: pointer
}

.navi-dummy {
    background-color: #f1f1f1;
    height: 3.125rem;
    position: absolute;
    z-index: -1;
    width: 100%
}

.layout {
    display: flex;
    padding: 1.5rem .625rem 0
}

@media screen and (max-width: 20em) {
    .layout {
        padding:1rem 0 0
    }
}

@media print,screen and (min-width: 40em) {
    .layout {
        padding:1.5rem .9375rem 0
    }
}

.layout .content {
    flex: 1;
    max-width: 100%
}

@media print,screen and (min-width: 40em) {
    .layout .content {
        max-width:36.875rem
    }
}

.layout .sidebar {
    flex: 1;
    max-width: 21.875rem;
    padding-left: 3.125rem
}

.layout.hentry {
    padding-top: 0
}

@media print,screen and (min-width: 40em) {
    .layout.hentry {
        padding-top:1.5rem
    }
}

.title {
    font-family: coda,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
    color: #ff2626
}

.featured-posts {
    display: flex;
    margin-left: -10px;
    margin-right: -10px
}

@media print,screen and (max-width: 39.99875em) {
    .featured-posts {
        flex-direction:column
    }
}

@media print,screen and (min-width: 40em) {
    .featured-posts {
        margin-left:-15px;
        margin-right: -15px;
        margin-top: 1.5rem
    }
}

.featured-posts .feature-flex {
    flex: 1
}

.featured-posts .feature-flex .feature {
    position: relative;
    display: block;
    padding-bottom: 50%
}

@media print,screen and (min-width: 40em) {
    .featured-posts .feature-flex .feature {
        padding-bottom:120%
    }
}

.featured-posts .feature-flex .feature::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: red;
    background: -moz-linear-gradient(-45deg,#ff0000 0%,#fa6e03 100%);
    background: -webkit-linear-gradient(-45deg,#ff0000 0%,#fa6e03 100%);
    background: linear-gradient(135deg,#ff0000 0%,#fa6e03 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000',endColorstr='#fa6e03',GradientType=1 );
    transition: opacity .2s linear;
    opacity: .4
}

.featured-posts .feature-flex .feature:hover::before {
    opacity: .7
}

.featured-posts .feature-flex .feature .wp-post-image {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0
}

.featured-posts .feature-flex .feature .feature-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    z-index: 2
}

.featured-posts .feature-flex .feature .title {
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.3);
    font-size: 1.125rem
}

@media print,screen and (min-width: 40em) {
    .featured-posts .feature-flex .feature .title {
        font-size:1.25rem
    }
}

.featured-posts .feature-flex:nth-child(even) .feature::before {
    background: #bd0404;
    background: -moz-linear-gradient(-45deg,#bd0404 0%,#cc06b5 100%);
    background: -webkit-linear-gradient(-45deg,#bd0404 0%,#cc06b5 100%);
    background: linear-gradient(135deg,#bd0404 0%,#cc06b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0404',endColorstr='#cc06b5',GradientType=1 )
}

.posts-list .article {
    display: flex;
    margin-bottom: 2rem
}

.posts-list .article .post-thumbnail {
    flex: 1;
    position: relative;
    padding-bottom: 30%
}

.posts-list .article .post-thumbnail .wp-post-image {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0
}

.posts-list .article .post-content {
    flex: 1.5;
    padding-left: 1rem
}

@media print,screen and (min-width: 40em) {
    .posts-list .article .post-content {
        flex:1;
        padding-left: 1.5rem
    }
}

.posts-list .article .post-content .title {
    font-size: 1rem
}

@media screen and (max-width: 20em) {
    .posts-list .article .post-content .title {
        font-size:.75rem
    }
}

@media print,screen and (min-width: 40em) {
    .posts-list .article .post-content .title {
        font-size:1.125rem
    }
}

.posts-list .article .post-content .title a {
    color: #ff2626
}

.posts-list .article .post-content .title a:hover {
    text-decoration: underline
}

.posts-list .article .post-content .post-meta {
    color: #aaa;
    margin-bottom: .5rem;
    display: block
}

@media screen and (max-width: 20em) {
    .posts-list .article .post-content .post-meta {
        font-size:.6875rem
    }
}

.posts-list .article .post-content .post-meta a {
    color: #aaa
}

.posts-list .article .post-content .post-meta a:hover {
    color: #ff2626
}

.posts-list .article .post-content .post-excerpt {
    font-size: .875rem
}

.posts-list .article .post-content .membaca {
    display: block;
    color: #333
}

.posts-list .article .post-content .membaca:hover {
    text-decoration: underline
}

.posts-list .article.freakout .post-thumbnail {
    padding: 0
}

.posts-list .article.freakout .post-thumbnail .wp-post-image {
    position: relative;
    height: auto;
    object-fit: fill
}

.posts-list .article.freakout small.post-meta {
    font-size: 65%
}

.pagination {
    border-top: double 3px #ddd;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.pagination .page-numbers {
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 8px;
    color: #aaa;
    line-height: 1
}

@media print,screen and (min-width: 40em) {
    .pagination .page-numbers {
        font-size:1.125rem
    }
}

.pagination .page-numbers:hover {
    color: #fff;
    background-color: #ff2626
}

.pagination .page-numbers:hover.current {
    color: #fff
}

.pagination .page-numbers.current {
    font-weight: 700;
    border-bottom: 3px solid #ff2626;
    color: #ff2626
}

.article-single .post-thumbnail {
    margin-left: -20px;
    margin-right: -20px;
    position: relative
}

@media screen and (max-width: 20em) {
    .article-single .post-thumbnail {
        margin:0 -10px
    }
}

@media print,screen and (min-width: 40em) {
    .article-single .post-thumbnail {
        margin-left:auto;
        margin-right: -30px
    }

    .article-single .post-thumbnail.attachment {
        margin-right: auto;
        background-color: #333;
        text-align: center
    }

    .article-single .post-thumbnail.attachment .nextimage {
        display: block;
        max-width: 100%
    }

    .article-single .post-thumbnail.attachment img {
        transition: opacity 1s
    }

    .article-single .post-thumbnail.attachment img:hover {
        opacity: .55
    }
}

.article-single .post-interaction {
    line-height: 0;
    background-color: #eee;
    padding: .3125rem 1rem;
    margin-bottom: 15px;
    margin-left: -20px;
    margin-right: -20px
}

.article-single .post-interaction>* {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
    vertical-align: middle
}

@media screen and (max-width: 20em) {
    .article-single .post-interaction {
        margin-left:-10px;
        margin-right: -10px
    }
}

@media print,screen and (min-width: 40em) {
    .article-single .post-interaction {
        margin-left:auto;
        margin-right: -30px
    }

    .article-single .post-interaction.attachment {
        margin-right: auto
    }
}

.article-single .post-interaction .text-center {
    line-height: 1em
}

.article-single .post-interaction .twitter-share-button,.article-single .post-interaction .fb-like {
    font-size: .75rem;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 -8px
}

.article-single .post-interaction .whatsapp-share-button {
    font-weight: 700;
    font-size: .75rem;
    line-height: 1em;
    padding: 4px 6px;
    vertical-align: middle;
    display: inline-block;
    background-color: #43d854;
    color: #fff;
    border-radius: 3px
}

.article-single .post-body .title {
    font-size: 1.5rem
}

@media print,screen and (min-width: 40em) {
    .article-single .post-body .title {
        font-size:2rem
    }
}

.article-single .post-body .title a {
    color: #ff2626
}

.article-single .post-body .post-meta {
    margin-bottom: 2rem;
    color: #999;
    font-size: .8125rem
}

.article-single .post-body .post-meta strong {
    text-transform: capitalize
}

.article-single .post-body .post-categories {
    font-family: coda,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
    list-style: none;
    margin: 0;
    line-height: 0;
    margin-top: 1rem;
    margin-bottom: .5rem
}

.article-single .post-body .post-categories li {
    line-height: 0;
    display: inline-block
}

.article-single .post-body .post-categories li a {
    line-height: 1;
    display: inline-block;
    font-size: .75rem;
    text-transform: uppercase;
    color: #ff2626
}

.article-single .post-body .post-categories li a::after {
    content: ", "
}

.article-single .post-body .post-categories li a:hover {
    color: #333
}

.article-single .post-body .post-categories li:last-child a::after {
    display: none
}

.article-single .post-body .post-sumber {
    text-transform: uppercase
}

.article-single .post-body .post-sumber::after {
    content: "";
    display: block;
    clear: both
}

.article-single .post-body .post-sumber ul {
    list-style: none;
    margin: 0;
    line-height: 1
}

.article-single .post-body .post-sumber ul li {
    display: inline-block
}

.article-single .post-body .post-sumber .source,.article-single .post-body .post-sumber a {
    line-height: 1;
    padding: 4px;
    font-size: .75rem
}

.article-single .post-body .post-sumber .source {
    display: inline-block;
    background-color: #ff2626;
    color: #fff
}

.article-single .post-body .post-sumber a {
    display: inline-block;
    color: #666
}

.article-single .post-body .post-sumber a:hover {
    background-color: #ff2626;
    color: #fff
}

.article-single .post-widgets {
    margin-top: 2rem;
    border-top: solid 1px #ddd
}

.article-single .post-comments {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: -20px;
    margin-right: -20px
}

@media screen and (max-width: 20em) {
    .article-single .post-comments {
        margin-left:-10px;
        margin-right: -10px
    }
}

@media print,screen and (min-width: 40em) {
    .article-single .post-comments {
        margin-left:auto;
        margin-right: auto
    }
}

.pageviews {
    display: inline-block;
    border-radius: 3px;
    font-size: 11px;
    line-height: 12px;
    padding: 4px 6px;
    color: #fff;
    background-color: #ff2626;
    font-weight: 700
}

.comments-count {
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: .6875rem;
    background-color: #ff2626;
    color: #fff;
    padding: 5px 6px 4px;
    border-radius: 3px
}

.comments-count:hover {
    color: #fff
}

.comments-count .fb_comments_count {
    font-weight: 400
}

.essay {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word
}

.essay a {
    color: #ff2626
}

.essay a[rel~=attachment] {
    display: block
}

.essay p {
    margin-bottom: 1.5em
}

.essay blockquote {
    border-left: 5px solid #ff2626;
    padding-bottom: .5625rem
}

.essay blockquote p:last-child {
    margin-bottom: 0
}

.essay .alignleft {
    float: left
}

.essay .alignright {
    float: right
}

.essay .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.essay .wp-caption {
    max-width: 100%
}

.essay .wp-caption .wp-caption-text {
    font-size: .8125rem;
    margin-top: .5rem
}

.essay .wp-caption .wp-caption-text::before {
    content: "> ";
    font-weight: 700
}

.essay .wp-video {
    margin-left: auto;
    margin-right: auto;
    width: 100%!important;
    height: auto;
    position: relative;
    padding-bottom: 56.25%
}

.essay .wp-video .mejs-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%!important;
    width: 100%!important
}

.essay img {
    width: inherit
}

.essay img.alignleft {
    margin: 0 1.5rem 1.5rem 0
}

.essay img.alignright {
    margin: 0 0 1.5rem 1.5rem
}

.essay img[class*=wp-image-] {
    outline: solid 1px #ddd
}

.essay iframe {
    max-width: 100%
}

.essay iframe.instagram-media {
    display: block;
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 100%!important
}

.essay .twitter-tweet {
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 1.5em!important
}

.essay .fb-post,.essay .fb-video {
    display: block!important;
    text-align: center;
    margin-bottom: 1.5em;
    max-width: 100%!important;
    min-width: 100%!important;
    width: 100%!important
}

.essay .fb-post span,.essay .fb-video span {
    max-width: 100%!important;
    display: inline-block!important
}

@media print,screen and (max-width: 39.99875em) {
    .essay .fb-post span,.essay .fb-video span {
        width:100%!important
    }
}

.essay .fb-post span *,.essay .fb-video span * {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
    display: block!important
}

.essay .responsive-embed {
    margin-bottom: 1.5em
}

.essay .gallery {
    margin-left: -1%;
    margin-right: -1%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.essay .gallery::after {
    content: "";
    display: block;
    clear: both
}

.essay .gallery .gallery-item {
    float: left;
    width: 31.33333%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-top: 1%
}

.essay .gallery .gallery-item .gallery-icon {
    margin-bottom: 0
}

.essay .gallery .gallery-item .gallery-icon a {
    line-height: 0;
    display: block;
    text-align: center;
    position: relative
}

.essay .gallery .gallery-item .gallery-icon a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 100px rgba(0,0,0,.1)
}

.essay .gallery .gallery-item .gallery-icon a img {
    border-radius: 3px
}

.essay .gallery .gallery-item.small {
    width: 14.66666%
}

.essay .insert-post-ads {
    margin: 1.5rem auto;
    max-width: 320px;
    padding: 10px;
    text-align: center;
    background-image: url(images/ad-bg.png);
    line-height: 1
}

@media screen and (max-width: 20em) {
    .essay .insert-post-ads {
        margin-left:-10px;
        margin-right: -10px
    }
}

.essay #mtb {
    margin-bottom: 1.5em;
    width: 100%
}

.essay #mtb .advsc-txt-box {
    padding-left: 10px
}

@media print,screen and (max-width: 39.99875em) {
    .tabs {
        border-width:1px 0
    }
}

.tabs-title {
    width: 50%;
    text-align: center
}

.tabs-title>a {
    padding: 1rem 1.5rem;
    color: #666;
    font-weight: 700
}

.tabs-title>a:hover {
    color: #ff2626
}

.tabs-title.is-active a {
    color: #fff;
    background-color: #ff2626
}

.comment-list {
    list-style: none;
    margin-left: 0;
    border-bottom: solid 1px #ddd
}

.comment-list .comment {
    padding-top: .5rem;
    border-bottom: solid 1px #ddd
}

.comment-list .comment:first-child {
    padding-top: 0
}

.comment-list .comment:last-child {
    border-bottom: 0
}

.comment-list .comment-body {
    padding-bottom: .5rem;
    position: relative;
    font-size: .875rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    hyphens: auto
}

.comment-list .comment-body .comment-author {
    margin-bottom: .5rem
}

.comment-list .comment-body .comment-author cite {
    display: inline-block;
    color: #333;
    font-weight: 700;
    color: #ed462f;
    text-transform: capitalize
}

.comment-list .comment-body .comment-author cite a {
    color: #ed462f;
    border-bottom: solid 1px #ed462f
}

.comment-list .comment-body .comment-author cite::before {
    display: none
}

.comment-list .comment-body .comment-author .says {
    color: #aaa
}

.comment-list .comment-body .comment-meta {
    font-size: .625rem;
    position: absolute;
    bottom: .6rem;
    right: 0
}

.comment-list .comment-body .comment-meta a {
    color: #aaa
}

.comment-list .comment-body .reply {
    font-size: .75rem
}

.comment-list .comment-body .reply .comment-reply-link {
    color: #aaa;
    text-transform: uppercase
}

.comment-list .comment-body .reply .comment-reply-link::before {
    content: "\f112";
    display: inline-block;
    font: 1em FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .3rem
}

.comment-list .comment-body .reply .comment-reply-link:hover {
    color: #333
}

.comment-list ol {
    list-style: none;
    margin-left: 1rem;
    border-left: solid 1px #ddd
}

.comment-list ol .comment {
    padding-left: 1rem
}

.comment-respond .comment-reply-title {
    font-size: 1.2rem;
    font-weight: 700
}

.comment-respond .comment-form .form-submit .submit {
    border: none;
    background-color: #ddd;
    border-radius: 3px;
    padding: .75rem 1rem;
    cursor: pointer;
    font-weight: 700;
    color: #666
}

.comment-respond .comment-form .form-submit .submit:hover {
    background-color: #ff2626;
    color: #fff
}

.widget {
    margin-bottom: 1.5rem
}

.widget.widget-fb {
    margin-bottom: 0;
    line-height: 0
}

.widget.widget-ad {
    background-color: #eee;
    line-height: 0
}

.widget h4 span {
    color: #ed462f
}

.terhangat {
    background-color: #eee;
    padding-top: 1rem
}

.terhangat h4 {
    font-family: coda,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
    font-size: .875rem;
    text-transform: uppercase;
    padding: 0 1rem 1rem;
    margin-bottom: 0;
    border-bottom: double 4px #ccc
}

.terhangat .posts li {
    border-bottom: solid 1px #ccc;
    padding: 1rem;
    display: flex
}

.terhangat .posts li:last-child {
    border-bottom: 0
}

.terhangat .posts li:hover {
    background-color: #eee
}

.terhangat .posts li:hover .title {
    color: #ff2626
}

.terhangat .posts li .title {
    font-size: .875rem;
    color: #333
}

.terhangat .posts li .thumb {
    flex: 0 1 auto
}

.terhangat .posts li .meta {
    flex: 1;
    padding-left: 1rem
}

.terhangat .posts li .meta .title {
    margin-bottom: 0
}

.footer {
    padding: 1.25rem 0;
    background-color: #f1f1f1;
    margin-left: -10px;
    margin-right: -10px
}

@media print,screen and (min-width: 40em) {
    .footer {
        margin-left:-15px;
        margin-right: -15px
    }
}

@media print,screen and (min-width: 40em) {
    .ads .leaderboard {
        margin-top:1rem;
        margin-bottom: .5rem
    }
}

@media screen and (max-width: 47.9375em) and (min-width:22.5em) {
    .ads .leaderboard .top-billboard {
        padding-bottom:calc(31.25% - 100px)
    }

    .ads .leaderboard .top-billboard [style*="width: 320px; height: 100px;"] {
        transform: scale(1.125);
        transform-origin: top
    }
}

@media screen and (max-width: 47.9375em) and (min-width:23.4375em) {
    .ads .leaderboard .top-billboard [style*="width: 320px; height: 100px;"] {
        transform:scale(1.171875)
    }
}

@media screen and (max-width: 47.9375em) and (min-width:25.6875em) {
    .ads .leaderboard .top-billboard [style*="width: 320px; height: 100px;"] {
        transform:scale(1.284375)
    }
}

@media screen and (max-width: 47.9375em) and (min-width:25.75em) {
    .ads .leaderboard .top-billboard [style*="width: 320px; height: 100px;"] {
        transform:scale(1.2875)
    }
}

@media screen and (max-width: 47.9375em) and (min-width:25.875em) {
    .ads .leaderboard .top-billboard [style*="width: 320px; height: 100px;"] {
        transform:scale(1.29375)
    }
}

@media screen and (max-width: 47.9375em) and (min-width:25.875em) {
    .ads .leaderboard .top-billboard [style*="width: 320px; height: 100px;"] {
        transform:scale(1.328125)
    }
}

.adsense-in-content {
    margin-bottom: 1.6em
}

@media screen and (max-width: 20em) {
    .adsense-in-content {
        width:320px!important
    }
}

@media screen and (max-width: 22.5em) {
    .adsense-in-content {
        width:360px!important
    }
}

@media screen and (max-width: 23.4375em) {
    .adsense-in-content {
        width:375px!important;
        margin-left: -20px!important;
        margin-right: -20px!important
    }
}

@media screen and (max-width: 28.125em) {
    .adsense-in-content {
        width:336px!important;
        margin-left: auto!important;
        margin-right: auto!important
    }
}

@media screen and (min-width: 31.25em) {
    .adsense-in-content {
        width:auto!important
    }
}

@media screen and (max-width: 30em) {
    #taboola-below-article-thumbnails.tbl-feed-container.tbl-feed-full-width {
        margin-left:-5px!important;
        margin-right: -5px!important
    }
}


/* custom */

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 0 !important;
}

.pagelikes {
    display: inline-block;
    border-radius: 3px;
    font-size: 11px;
    line-height: 12px;
    padding: 4px 6px;
    color: #fff;
    font-weight: 700;
    background-color: #1877f2;
}

.adsbygoogle.adsbygoogle-noablate.adsleft {
display: block !important;
z-index: 2147483647 !important;
margin: 0px !important;
padding: 0px !important;
position: fixed !important;
left: 248px !important;
top: 48px !important;
overflow: visible !important;
opacity: 1 !important;
transition: all 500ms ease-in 0s !important;
}

.adsbygoogle.adsbygoogle-noablate.adsright {
display: block !important;
    z-index: 2147483647 !important;
    margin: 0px !important;
    padding: 0px !important;
    position: fixed !important;
    right: 248px !important;
    top: 48px !important;
    overflow: visible !important;
    opacity: 1 !important;
    transition: all 500ms ease-in 0s !important;
}

@media only screen and (max-width: 1699px) {
    .adsbygoogle.adsbygoogle-noablate.adsleft, .adsbygoogle.adsbygoogle-noablate.adsright {
        display: none !important;
        opacity: 0 !important;
    }
}

@media only screen and (max-height: 719px) {
    .adsbygoogle.adsbygoogle-noablate.adsleft, .adsbygoogle.adsbygoogle-noablate.adsright {
        display: none !important;
        opacity: 0 !important;
    }
}

.post-body p {
    margin-bottom: 1.5em;
}

.post-body .ads-img {
    margin-top: 0;
    margin-bottom: 32px;
}

.post-body a.post-link, .post-body a, .post-body a:hover, .post-body a:focus, .post-body a:visited {
    color: #ff2626;
}

.post-body p + .ads-img {
    margin-top: 0 !important;
}

.comment-respond .comment-form .form-submit .submit {
    max-width: 142px;
}

.form-submit a, .form-submit a:visited, .form-submit a:hover, .form-submit a:focus {
    color: #1779ba;
}

.tabs-title.is-active a {
    color: #fff !important;
}

.tabs-title div {
font-size: .75rem;
    line-height: 1;
padding: 1rem 1.5rem;
    color: #666;
    font-weight: 700;
}

.tabs-title.is-active #panel2-label {
    color: #fff;
    background-color: #ff2626;
}

span.timstapcoment {
    color: #aaa;
}

.post-thumbnail {
    overflow: hidden;
}

@media only screen and (max-width: 1599px) {
	.customytv {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 1600px) {
.customytv {
    position: fixed !important;
    right: 20px;
    bottom: 80px;
}
}