/*!
* Theme Name: SSRU Journal
* Theme URI: ---
* Author: Kataroek Thumrongchote
* Author URI: http://www.kataroek.com/
* Description: Custom wordpress theme for SSRU Journal Website
* Version: 1.1
*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css);

.container, .container-fluid {
    position: relative;
    margin: 0 auto;
    width: 1440px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2rem
}

@media (max-width: 61.24em) {
    .container, .container-fluid {
        padding: 0 1.5rem
    }
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 1rem
}

.container {
    width: auto
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 46.25em) {
    .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 1rem
    }

    .container {
        width: 740px
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 61.25em) {
    .col-md, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 1rem
    }

    .container {
        width: 980px
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 81.25em) {
    .col-lg, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 1rem
    }

    .container {
        width: 1300px
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Mitr", "Helvetica", sans-serif;
    font-weight: 300;
    font-size: .96rem;
    line-height: 1.5;
    color: #0b3050
}

h1, h2, h3, h4 {
    font-weight: 500;
    margin: 1em 0
}

p, ul, ol {
    margin: 1em 0
}

a {
    text-decoration: none
}

a img {
    outline: 0;
    border: none
}

img {
    max-width: 100%;
    height: auto
}

hr {
    height: 0;
    border: none;
    border-top: 1px solid #959699;
    margin: 1rem 0
}

hr.wide {
    margin: 4rem 0
}

@media (max-width: 46.24em) {
    hr.wide {
        margin: 2rem 0
    }
}

hr.accent {
    border-color: #0b3050
}

.form__wrapper > h2 {
    text-align: center;
    font-size: 2rem;
    margin: 0 0 2rem
}

.form__header:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #0b3050;
    vertical-align: middle;
    margin: 0 0.5rem
}

.form__row {
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.form__content {
    margin: 2rem 0
}

.form__action {
    margin: 0 0 2rem
}

label {
    display: block;
    width: 100%;
    margin: 0 0 0.5rem;
    cursor: pointer
}

fieldset {
    padding: 1rem;
    border: 1px solid #959699;
    margin: 2rem 0
}

legend {
    font-size: .96rem;
    padding: 0.5rem 1.5rem;
    background-color: #0b3050;
    color: #fff
}

.pkp_screen_reader {
    visibility: hidden
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    height: 40px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.button_solid {
    background-color: #0b3050;
    color: #fff
}

.button_solid:hover {
    background-color: #114b7d
}

.button_outline {
    border: 1px solid #fff;
    color: #fff
}

.button_outline:hover {
    background-color: #fff;
    color: #0b3050
}

.button_outline_red {
    color: #8f182c;
    border-color: #8f182c
}

.button_outline_red:hover {
    background-color: #8f182c;
    color: #fff
}

.button_outline_yellow {
    color: #ffcb4e;
    border-color: #ffcb4e
}

.button_outline_yellow:hover {
    background-color: #ffcb4e;
    color: #8f182c
}

.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.input__wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%
}

.input__wrapper_dropdown:after {
    content: "";
    width: 20px;
    height: 10px;
    background: transparent url(/img/icon-arrow-down.png) no-repeat center center/20px 10px;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4
}

.input_text {
    height: 40px
}

.input_text, .input_textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #959699
}

.input_text::-webkit-input-placeholder, .input_textarea::-webkit-input-placeholder {
    font-weight: 300
}

.input_text:-ms-input-placeholder, .input_textarea:-ms-input-placeholder {
    font-weight: 300
}

.input_text::-ms-input-placeholder, .input_textarea::-ms-input-placeholder {
    font-weight: 300
}

.input_text::placeholder, .input_textarea::placeholder {
    font-weight: 300
}

@media (max-width: 46.24em) {
    .input_text, .input_textarea {
        font-size: .96rem
    }
}

.input_radio {
    width: 16px;
    height: 16px;
    border: 1px solid #959699;
    border-radius: 16px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 2px 2px rgba(149, 150, 153, 0.5);
    box-shadow: inset 0 2px 2px rgba(149, 150, 153, 0.5)
}

.input_radio:checked {
    border: 5px solid #8f182c;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input_checkbox {
    border: 1px solid #959699;
    border-radius: 0;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative
}

.input_checkbox:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.input_checkbox:checked {
    background-color: #8f182c;
    border-color: #8f182c
}

.input_dropdown {
    padding: 0.5rem 3rem 0.5rem 1rem;
    background-color: #0b3050;
    color: #fff;
    height: 40px;
    cursor: pointer;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.table {
    margin: 2rem 0;
    width: 100%;
    border-collapse: collapse
}

.survey__table th, .survey__table td {
    padding: 0.8rem 1rem
}

.survey__table th {
    font-weight: normal;
    vertical-align: bottom;
    font-size: .8rem
}

.survey__table td {
    border-top: 1px solid #e4e6e6;
    border-bottom: 1px solid #e4e6e6
}

.survey__table td.col-topic {
    width: 50%;
    border-right: 1px solid #e4e6e6
}

.survey__table td.col-topic h4 {
    font-weight: normal;
    font-size: .96rem
}

.survey__table td.col-score {
    text-align: center;
    width: 5%
}

.survey__item:nth-child(odd) {
    background-color: #f1f2f2
}

.survey__action {
    text-align: center
}

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

@media (max-width: 19.99em) {
    .hidden-xs {
        display: none
    }
}

@media (max-width: 46.24em) {
    .hidden-sm {
        display: none
    }
}

@media (max-width: 61.24em) {
    .hidden-md {
        display: none
    }
}

@media (min-width: 61.25em) {
    .hidden-lg {
        display: none
    }
}

.hidden {
    display: none
}

.form__wrapper > h2 {
    text-align: center;
    font-size: 2rem;
    margin: 0 0 2rem
}

.form__header:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #0b3050;
    vertical-align: middle;
    margin: 0 0.5rem
}

.form__row {
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.form__content {
    margin: 2rem 0
}

.form__action {
    margin: 0 0 2rem
}

label {
    display: block;
    width: 100%;
    margin: 0 0 0.5rem;
    cursor: pointer
}

fieldset {
    padding: 1rem;
    border: 1px solid #959699;
    margin: 2rem 0
}

legend {
    font-size: .96rem;
    padding: 0.5rem 1.5rem;
    background-color: #0b3050;
    color: #fff
}

.pkp_screen_reader {
    visibility: hidden
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    height: 40px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.button_solid {
    background-color: #0b3050;
    /*background-color: #fff;*/
    color: #fff

}

.button_solid:hover {
    background-color: #114b7d
}

.button_outline {
    border: 1px solid #fff;
    color: #fff
}

.button_outline:hover {
    background-color: #fff;
    color: #0b3050
}

.button_outline_red {
    color: #8f182c;
    border-color: #8f182c
}

.button_outline_red:hover {
    background-color: #8f182c;
    color: #fff
}

.button_outline_yellow {
    color: #ffcb4e;
    border-color: #ffcb4e
}

.button_outline_yellow:hover {
    background-color: #ffcb4e;
    color: #8f182c
}

.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.input__wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%
}

.input__wrapper_dropdown:after {
    content: "";
    width: 20px;
    height: 10px;
    background: transparent url(/img/icon-arrow-down.png) no-repeat center center/20px 10px;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4
}

.input_text {
    height: 40px
}

.input_text, .input_textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #959699
}

.input_text::-webkit-input-placeholder, .input_textarea::-webkit-input-placeholder {
    font-weight: 300
}

.input_text:-ms-input-placeholder, .input_textarea:-ms-input-placeholder {
    font-weight: 300
}

.input_text::-ms-input-placeholder, .input_textarea::-ms-input-placeholder {
    font-weight: 300
}

.input_text::placeholder, .input_textarea::placeholder {
    font-weight: 300
}

@media (max-width: 46.24em) {
    .input_text, .input_textarea {
        font-size: .96rem
    }
}

.input_radio {
    width: 16px;
    height: 16px;
    border: 1px solid #959699;
    border-radius: 16px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 2px 2px rgba(149, 150, 153, 0.5);
    box-shadow: inset 0 2px 2px rgba(149, 150, 153, 0.5)
}

.input_radio:checked {
    border: 5px solid #8f182c;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input_checkbox {
    border: 1px solid #959699;
    border-radius: 0;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative
}

.input_checkbox:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.input_checkbox:checked {
    background-color: #8f182c;
    border-color: #8f182c
}

.input_dropdown {
    padding: 0.5rem 3rem 0.5rem 1rem;
    background-color: #0b3050;
    color: #fff;
    height: 40px;
    cursor: pointer;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.site-header {
    position: relative
}

@media (max-width: 46.24em) {
    .site-header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 8888
    }
}

.main-header {
    background-color: #8f182c;
    padding: 1rem 0
}

@media (max-width: 46.24em) {
    .main-header {
        padding: 15px 0
    }
}

.main-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 46.24em) {
    .main-header__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.main-header__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main-header__nav_left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.main-header__nav_right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.main-header__nav .menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-header__nav .menu a {
    color: #fff
}

.main-header__nav .menu a:hover {
    color: #ffcb4e
}

@media (max-width: 46.24em) {
    .main-header__nav {
        display: none
    }
}

.site-logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 4rem
}

.site-logo a {
    display: block;
    width: 200px;
    height: 100px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(/img/logo-ssru.png) no-repeat center center/200px 100px
}

@media (max-width: 61.24em) {
    .site-logo {
        margin: 0 2rem
    }
}

@media (max-width: 46.24em) {
    .site-logo {
        margin: 0
    }

    .site-logo a {
        width: 100px;
        height: 50px;
        background-size: 100px 50px
    }
}

.language-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    color: #fff
}

.language-menu li:before {
    content: "/";
    margin: 0 0.25rem
}

.language-menu li:first-child:before {
    content: none
}

.subpage-menu {
    padding: 2rem 0;
    background-color: #f9e7da
}

.subpage-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400
}

.subpage-menu .menu li {
    padding: 0 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.subpage-menu .menu a {
    color: #8f182c
}

.subpage-menu .menu a:hover {
    color: #0b3050
}

@media (max-width: 46.24em) {
    .subpage-menu .menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .subpage-menu .menu li {
        width: 50%;
        padding: 0.25rem 0.5rem;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .subpage-menu .menu li:nth-child(odd) {
        border-right: 1px solid #8f182c
    }
}

.menu-trigger {
    width: 50px;
    height: 50px;
    display: none;
    position: absolute;
    right: 15px;
    top: 15px
}

@media (max-width: 46.24em) {
    .menu-trigger {
        display: block
    }
}

.menu-trigger span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: background-color 300ms ease 300ms;
    transition: background-color 300ms ease 300ms
}

.menu-trigger span:before, .menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: top 300ms ease 300ms, -webkit-transform 300ms ease;
    transition: top 300ms ease 300ms, -webkit-transform 300ms ease;
    transition: top 300ms ease 300ms, transform 300ms ease;
    transition: top 300ms ease 300ms, transform 300ms ease, -webkit-transform 300ms ease
}

.menu-trigger span:before {
    top: -8px
}

.menu-trigger span:after {
    top: 8px
}

body.showmenu .menu-trigger span {
    background-color: transparent
}

body.showmenu .menu-trigger span:before, body.showmenu .menu-trigger span:after {
    top: 0;
    -webkit-transition: top 300ms ease, -webkit-transform 300ms ease 300ms;
    transition: top 300ms ease, -webkit-transform 300ms ease 300ms;
    transition: top 300ms ease, transform 300ms ease 300ms;
    transition: top 300ms ease, transform 300ms ease 300ms, -webkit-transform 300ms ease 300ms
}

body.showmenu .menu-trigger span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.showmenu .menu-trigger span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-nav {
    position: fixed;
    left: 0;
    top: 80px;
    background-color: #8f182c;
    z-index: 8888;
    width: 100%;
    height: calc(100% - 80px);
    padding: 2rem;
    display: none;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media (max-width: 46.24em) {
    .mobile-nav {
        display: block;
        opacity: 0
    }

    body.showmenu .mobile-nav {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }
}

.mobile-nav .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 90%;
    font-size: 1rem
}

.mobile-nav .menu li {
    margin: 0.5rem 0
}

.mobile-nav .menu li.login-menu-item a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0.5rem 2rem
}

.mobile-nav .menu a {
    color: #fff
}

.mobile-nav .menu .language-menu {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-wrapper {
    overflow: hidden
}

@media (max-width: 46.24em) {
    .main-wrapper {
        padding-top: 80px
    }
}

.section {
    padding: 4rem 0;
    position: relative
}

@media (max-width: 46.24em) {
    .section {
        padding: 2rem 0
    }
}

.section_featured {
    padding: 0;
    background-color: #8f182c
}

.section_featured:after {
    content: "";
    width: 100%;
    height: 150px;
    background-color: #f9e7da;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

@media (max-width: 46.24em) {
    .section_featured:after {
        content: none
    }
}

.featured-slider {
    z-index: 2
}

.featured-slider .slick-list {
    margin: 0
}

.featured-slider .slick-slide {
    position: relative;
    background-color: #8f182c
}

.featured-slider .slick-slide.slick-current {
    z-index: 222
}

.featured-slider__item {
    position: relative;
    background-color: #8f182c;
    border-bottom: 150px solid #f9e7da
}

@media (max-width: 46.24em) {
    .featured-slider__item {
        border: none
    }
}

.featured-slider .slick-arrow.slick-prev {
    left: 2rem
}

.featured-slider .slick-arrow.slick-next {
    right: 2rem
}

@media (max-width: 61.24em) {
    .featured-slider .slick-arrow {
        display: none !important
    }
}

.featured-slider .slick-dots {
    list-style: none;
    padding: 0 2rem;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 200px;
    width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

@media (max-width: 81.24em) {
    .featured-slider .slick-dots {
        width: 980px
    }
}

@media (max-width: 61.24em) {
    .featured-slider .slick-dots {
        width: 740px
    }
}

@media (max-width: 46.24em) {
    .featured-slider .slick-dots {
        width: auto;
        bottom: 1rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.featured-slider .slick-dots li.slick-active button:after {
    background-color: #fff
}

.featured-slider .slick-dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    width: 18px;
    height: 18px;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
    position: relative;
    outline: 0;
    cursor: pointer
}

.featured-slider .slick-dots button:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    border-radius: 10px;
    background-color: #959699
}

.featured {
    position: relative;
    height: 600px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.featured__wrapper {
    width: 40%
}

@media (max-width: 46.24em) {
    .featured__wrapper {
        width: auto
    }
}

.featured__img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 960px;
    z-index: 4
}

@media (max-width: 61.24em) {
    .featured__img {
        width: 720px
    }
}

@media (max-width: 46.24em) {
    .featured__img {
        position: static;
        width: 100%
    }

    .featured__img img {
        position: relative;
        z-index: 4
    }
}

.featured__header {
    margin: 0 0 2rem
}

.featured__header span {
    display: block;
    text-decoration: underline;
    font-size: 1.5rem;
    font-weight: 300
}

.featured__header h2 {
    font-size: 2.2em;
    font-weight: 400;
    margin: 0 0 1rem
}

@media (max-width: 46.24em) {
    .featured__header span {
        font-size: 1.25rem
    }

    .featured__header h2 {
        font-size: 1.5rem
    }
}

.featured__content {
    margin: 0 0 2rem;
    font-size: 1.25rem
}

.featured__content h3 {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 0 1rem
}

@media (max-width: 81.24em) {
    .featured__content {
        font-size: .96rem
    }
}

@media (max-width: 61.24em) {
    .featured__content {
        font-size: .8rem
    }
}

@media (max-width: 46.24em) {
    .featured {
        height: auto;
        padding: 2rem 0
    }
}

.section_latest-journal {
    background-color: #f9e7da
}

.latest-journal {
    margin: 0 0 4rem;
    padding: 2rem 8rem;
    background-color: #fff
}

@media (max-width: 81.24em) {
    .latest-journal {
        padding: 2rem 4rem
    }
}

@media (max-width: 46.24em) {
    .latest-journal {
        margin: 0;
        padding: 2rem
    }
}

.latest-journal__img {
    position: relative;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    width: 360px;
    margin: 0 auto;
    max-width: 100%
}

.latest-journal__img img {
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0 8px 32px rgba(149, 150, 153, 0.8);
    box-shadow: 0 8px 32px rgba(149, 150, 153, 0.8)
}

@media (max-width: 46.24em) {
    .latest-journal__img {
        -webkit-transform: none;
        transform: none;
        margin: 0 0 2rem
    }

    .latest-journal__img img {
        -webkit-box-shadow: 0 4px 16px rgba(149, 150, 153, 0.6);
        box-shadow: 0 4px 16px rgba(149, 150, 153, 0.6)
    }
}

.latest-journal__header {
    color: #8f182c;
    font-size: 2rem
}

.latest-journal__header h2 {
    margin: 0
}

.latest-journal__content h3 {
    color: #8f182c;
    font-size: 1.25rem
}

.section_news-update {
    position: relative
}

.section_news-update:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #ffcb4e;
    pointer-events: none
}

@media (max-width: 46.24em) {
    .section_news-update:before {
        height: 390px
    }
}

.frontpage-news__header h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 400
}

@media (max-width: 46.24em) {
    .frontpage-news__header {
        margin: 0 0 4rem
    }
}

.frontpage-news .news-item {
    margin: 4rem 0 2rem
}

.frontpage-news .news-item_move-up {
    margin-top: 0
}

.news-item {
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 0.5rem rgba(149, 150, 153, 0.75);
    box-shadow: 0 0 0.5rem rgba(149, 150, 153, 0.75);
    margin: 0 0 2rem
}

.news-item__list {
    margin: 0 0 2rem
}

.news-item__content {
    padding: 1.5rem
}

@media (max-width: 61.24em) {
    .news-item__content {
        padding: 1rem
    }
}

.news-item__excerpt {
    color: #959699;
    margin: 1rem 0
}

@media (max-width: 61.24em) {
    .news-item__excerpt {
        font-size: .8rem
    }
}

@media (max-width: 46.24em) {
    .news-item__excerpt {
        font-size: .96rem
    }
}

.section_about {
    background-color: #0b3050;
    position: relative;
    padding: 0
}

@media (max-width: 46.24em) {
    .section_about:after {
        content: "";
        width: 100%;
        height: 60px;
        background-color: #f1f2f2;
        position: absolute;
        left: 0;
        bottom: 0
    }
}

.home-about {
    position: relative;
    height: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.home-about__wrapper {
    padding: 4rem 0;
    width: 40%;
    text-align: right
}

@media (max-width: 46.24em) {
    .home-about__wrapper {
        width: auto;
        text-align: center
    }
}

.home-about__content {
    color: #fff;
    margin: 0 0 4rem
}

.home-about__content h2 {
    font-size: 2rem;
    margin: 0 0 2rem
}

@media (max-width: 46.24em) {
    .home-about__content h2 {
        font-size: 1.5rem
    }
}

.home-about__content h3 {
    color: #ffcb4e;
    font-size: .96rem;
    margin: 0 0 2rem
}

.home-about__img {
    position: absolute;
    right: 40%;
    top: -160px;
    width: 960px
}

@media (max-width: 46.24em) {
    .home-about__img {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        z-index: 4
    }
}

@media (max-width: 46.24em) {
    .home-about {
        height: auto
    }
}

.slick-list {
    margin: 0 4rem
}

@media (max-width: 61.24em) {
    .slick-list {
        margin: 0 2rem
    }
}

@media (max-width: 46.24em) {
    .slick-list {
        margin: 0
    }
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 64px;
    height: 64px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    cursor: pointer;
    z-index: 99
}

.slick-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-prev:after {
    left: 0;
    border-width: 32px 32px 32px 0;
    border-color: transparent #E6E7E8 transparent transparent
}

@media (max-width: 46.24em) {
    .slick-arrow.slick-prev:after {
        border-width: 24px 24px 24px 0
    }
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow.slick-next:after {
    right: 0;
    border-width: 32px 0 32px 32px;
    border-color: transparent transparent transparent #E6E7E8
}

@media (max-width: 46.24em) {
    .slick-arrow.slick-next:after {
        border-width: 24px 0 24px 24px
    }
}

.section__header {
    margin: 0 0 2rem
}

.section__header span {
    display: inline-block;
    border-bottom: 1px solid #0b3050;
    font-size: 1.5rem
}

.section__header h2 {
    font-size: 2rem
}

@media (max-width: 46.24em) {
    .section__header span {
        font-size: 1.25rem
    }

    .section__header h2 {
        font-size: 1.5rem
    }
}

.journal-filter {
    text-align: center;
    color: #959699
}

.journal-filter__menu {
    display: inline-block;
    list-style: none;
    padding: 1rem;
    border-bottom: 1px solid #959699
}

.journal-filter__menu li {
    display: inline-block;
    margin: 0 1rem
}

.journal-filter__menu li.active {
    font-weight: normal
}

@media (max-width: 46.24em) {
    .journal-filter__menu li {
        margin: 0 0.5rem
    }
}

.journal-filter__menu a {
    color: #959699
}

.journal-filter__menu a:hover {
    color: #0b3050
}

.filter-group {
    padding: 1rem 0;
    margin: 0 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #959699
}

.filter-group h4 {
    margin: 0 0.25rem 0 0
}

@media (max-width: 46.24em) {
    .filter-group h4 {
        margin: 0 0 0.5rem;
        width: 100%;
        text-align: center
    }
}

.filter-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter-group ul li {
    margin: 0 0.5rem
}

.filter-group ul li.active {
    font-weight: normal
}

.filter-group ul a {
    color: #959699
}

.filter-group ul a:hover {
    color: #0b3050
}

@media (max-width: 46.24em) {
    .filter-group_author a {
        display: block;
        padding: 0 0.25rem;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 1rem
    }
}

.journal-search {
    text-align: center;
    padding: 1rem 0;
    margin: 0 0 2rem
}

.journal-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    width: 360px;
    max-width: 100%
}

.journal-search__form .input, .journal-search__form .button {
    vertical-align: top;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.journal-search__form input[type="search"] {
    text-align: center
}

.journal-search__form button {
    margin-left: 0.5rem
}

@media (max-width: 46.24em) {
    .journal-search__form input[type="search"] {
        width: 100%;
        margin: 0 0 0.5rem
    }

    .journal-search__form button {
        margin: 0;
        width: 100%
    }
}

.journal-search__header {
    padding: 1rem 0;
    border-bottom: 1px solid #0b3050;
    margin: 0 0 2rem
}

.journal-search__result {
    margin: 0 0 4rem
}

.journal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.journal-list__item {
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem;
    outline: 0
}

.journal-list__item .item__img {
    margin: 0 0 2rem
}

.journal-list__item .item__img a {
    outline: 0
}

.journal-list__item .item__img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0.5rem 0.75rem rgba(11, 48, 80, 0.3);
    box-shadow: 0 0.5rem 0.75rem rgba(11, 48, 80, 0.3)
}

.journal-list__item .item__img img {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(11, 48, 80, 0.5);
    box-shadow: 0 0.25rem 0.25rem rgba(11, 48, 80, 0.5);
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.journal-list__item .item__content {
    font-size: .8rem;
    text-align: center
}

.journal-list__item .item__content span {
    display: block
}

@media (max-width: 61.24em) {
    .journal-list__item {
        width: calc(100% / 3)
    }
}

@media (max-width: 46.24em) {
    .journal-list__item {
        width: 50%;
        padding: 1rem
    }

    .journal-list__item .item__img {
        padding: 0
    }
}

.journal-list_slider .journal-list__item {
    width: 25%;
    padding: 2rem 1rem
}

.section_publishing {
    background-color: #0b3050;
    color: #fff
}

.publishing__header {
    text-align: center;
    margin: 0 0 2rem
}

@media (max-width: 46.24em) {
    .publishing__header h2 {
        font-size: 1.25rem
    }
}

.publishing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -2rem
}

@media (max-width: 46.24em) {
    .publishing__list {
        margin: 0
    }
}

.publishing__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% / 3);
    padding: 2rem;
    text-align: center
}

@media (max-width: 61.24em) {
    .publishing__item {
        width: 50%
    }
}

@media (max-width: 46.24em) {
    .publishing__item {
        width: 100%;
        padding: 1rem
    }
}

.publishing__content h3 {
    color: #ffcb4e;
    font-size: .96rem;
    margin: 1rem 0
}

.group-content__list {
    margin: 0 0 8rem
}

.group-content__section {
    margin: 2rem 0
}

.group-content__header {
    padding: 1rem 0;
    border-bottom: 1px solid #0b3050;
    margin: 0 0 2rem
}

.group-content__content ul {
    list-style: none
}

.group-content__content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.group-content__content ul li span {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25%
}

.group-content__content ul li span + span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width: 46.24em) {
    .group-content__content ul li {
        margin: 0 0 1rem
    }

    .group-content__content ul li span:first-child {
        display: block;
        width: 100%
    }
}

.journal-view__img {
    margin: 0 0 2rem
}

.journal-view__img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    width: 300px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(11, 48, 80, 0.25);
    box-shadow: 0 0.5rem 1rem rgba(11, 48, 80, 0.25)
}

.journal-view__content h2 {
    font-weight: 100;
    margin: 0 0 1rem
}

.journal-view__content h2 span {
    display: inline-block;
    border-bottom: 1px solid #0b3050
}

.journal-view__content h3 {
    font-size: .96rem;
    margin: 1rem 0
}

.journal-view__description {
    margin: 2rem 0
}

.articles {
    padding: 2rem 0
}

.articles__header {
    padding: 2rem 0;
    border-top: 1px solid #959699
}

.articles__list {
    list-style: none;
    padding: 0
}

.articles__list li {
    margin: 1rem 0
}

.articles__list li a {
    color: #0b3050
    /*color: #fff*/

}

.articles__list li a:hover {
    color: #1766aa
}

.article-view__header span {
    display: inline-block;
    border-bottom: 1px solid #0b3050;
    font-size: 1.5rem
}

.article-view__header h2 {
    margin: 1rem 0
}

.article-view__content {
    margin: 2rem 0
}

.article-view__cite {
    margin: 2rem 0
}

.abstract {
    padding: 4rem 0;
    border-top: 1px solid #959699;
    color: #959699
}

.abstract h3 {
    margin: 0 0 1rem
}

.login-form__wrapper {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center
}

.login-form .input_text {
    width: 100%
}

.login-form .button {
    width: 100%
}

.login-form__forgot-password {
    text-align: left;
    font-size: .8rem
}

.login-form__forgot-password a {
    color: #959699
}

.login-form__register {
    text-align: right;
    font-size: .8rem
}

.login-form__register a {
    color: #0b3050
}

.register-form__wrapper {
    width: 640px;
    margin: 0 auto;
    max-width: 100%
}

.register-form .form__action {
    text-align: center
}

.contact__social .social__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.contact__social .social__item {
    margin-left: 0;
    margin-right: 1rem
}

.contact__social .social__icon {
    color: #0b3050;
    font-size: 1.25rem;
    width: auto;
    height: auto
}

.contact__address, .contact__detail {
    margin: 0 0 2rem
}

.contact__map {
    padding-top: 100%;
    width: 100%;
    position: relative;
    margin: 0 0 2rem
}

.contact__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 46.24em) {
    .contact__map {
        padding: 0;
        height: 240px
    }

    .contact__map iframe {
        position: relative
    }
}

.paginate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #959699;
    margin: 2rem auto
}

.paginate__summary, .paginate__menu {
    padding: 0 1rem;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.paginate__summary {
    text-align: right
}

.paginate a {
    color: #959699
}

.paginate a:hover {
    color: #0b3050
}

.news-sidebar__header {
    margin: 0 0 1rem
}

.news-sidebar__header:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #0b3050;
    vertical-align: middle;
    margin: 0 0.5rem
}

.related-news {
    margin: 0 0 2rem
}

.related-news__item {
    padding: 2rem 0;
    border-top: 1px solid #0b3050
}

.related-news__item:first-child {
    border: none;
    padding-top: 0
}

.related-news__meta {
    color: #959699
}

.related-news__title {
    font-weight: 300;
    margin: 0.5rem 0;
    font-size: .96rem
}

.related-news__title a {
    color: #0b3050
}

.related-news__title a:hover {
    color: #8f182c
}

.related-news__link a {
    color: #0b3050;
    font-weight: 500
}

.related-news__link a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
    width: 16px;
    height: 16px;
    background: transparent url(/img/icon-more-news.png) no-repeat center center/16px
}

.newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

.newsletter-form .input_text {
    width: 60%;
    margin: 0 1rem 0 0
}

.newsletter-form .button {
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background: #0b3050 url(/img/icon-arrow-right.png) no-repeat center center/8px;
    padding: 0;
    width: 40px;
    height: 40px
}

.entry {
    margin: 0 0 4rem
}

.entry__img, .entry__header, .entry__footer {
    margin: 0 0 1rem
}

.entry__content {
    margin: 0 0 2rem
}

.entry__meta {
    padding: 0.5rem 0
}

.entry__meta > span {
    margin-right: 1rem;
    display: inline-block
}

.entry__meta > span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 0.5rem
}

.entry__meta > span.date:before {
    width: 12px;
    background: transparent url(/img/icon-entry-date.png) no-repeat center center/12px
}

.entry__meta > span.author:before {
    width: 14px;
    background: transparent url(/img/icon-entry-author.png) no-repeat center center/14px
}

.entry__meta > span.comment:before {
    width: 20px;
    background: transparent url(/img/icon-entry-comment.png) no-repeat center center/20px
}

.entry__sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

.entry__sharing > span {
    margin-right: 1rem
}

.entry__sharing .social__item {
    margin-right: 1rem
}

.entry__sharing .social__icon {
    color: #0b3050
}

.conference__content {
    margin: 0 0 4rem
}

.site-footer {
    padding: 8rem 0 4rem;
    background-color: #f1f2f2;
    color: #959699
}

@media (max-width: 46.24em) {
    .site-footer {
        padding: 2rem 0
    }
}

.site-footer__logo {
    text-align: center;
    font-size: .8rem;
    margin: 0 0 1rem
}

.site-footer__logo h4 {
    color: #8f182c;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.25rem;
    margin: 0.5rem 0
}

@media (max-width: 46.24em) {
    .site-footer__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .site-footer__logo h4 {
        font-size: 3.8vmin;
        text-align: left;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .site-footer__logo p:last-child {
        display: none
    }
}

.footer-info {
    font-size: .8rem;
    margin: 1rem 0
}

.footer-info__header {
    font-weight: 400;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
    border-bottom: 1px solid #959699
}

@media (max-width: 46.24em) {
    .footer-info__header {
        padding: 0;
        margin: 0 0 0.5rem;
        font-size: .8rem;
        border: none
    }
}

.footer-info__content .menu {
    list-style: none
}

.footer-info__content .menu a {
    color: #959699
}

.footer-info__content .menu a:hover {
    color: #0b3050
}

@media (max-width: 46.24em) {
    .footer-info__content {
        font-size: .8rem
    }
}

.social__list {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (max-width: 61.24em) {
    .social__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.social__item {
    margin-right: 1.5rem;
    line-height: 1
}

@media (max-width: 61.24em) {
    .social__item {
        margin: 0 1rem
    }
}

.social__icon {
    font-size: 1.25rem;
    display: inline-block;
    text-align: center;
    color: #959699
}

.social__icon:hover {
    color: #8f182c
}

@media (max-width: 61.24em) {
    .social__icon {
        font-size: 1.25rem
    }
}

@media (max-width: 46.24em) {
    .social__icon {
        font-size: 1.5rem;
        width: 32px;
        height: 32px;
        line-height: 32px
    }
}

.copyrights {
    font-size: .8rem;
    text-align: center
}

@media (max-width: 61.24em) {
    .copyrights {
        margin: 0 0 1rem
    }
}