@charset "UTF-8";

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.search-icon {
    margin: 0 20px 0 0;
}

.search-icon, .select-lang {
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/themes/vilhelmina/assets/dist/img/search_icon.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 33px;
    display: inline-block;
    vertical-align: middle;
}

.select-lang {
    width: 35px;
    height: 25px;
    margin: 0 0 0 5px;
}

.select-lang.sv {
    background-image: url('/wp-content/themes/vilhelmina/assets/dist/img/sv_flag.svg');
}

.select-lang.en {
    background-image: url('/wp-content/themes/vilhelmina/assets/dist/img/gb_flag.svg');
}

.icons-container {
    position: relative;
    text-align: right;
}

@media (max-width:1200px) {
    .site-navigation ul.nav li.menu-item a {
        padding: 5px 10px !important;
    }

    .select-lang {
        width: 30px;
        height: 20px;
    }

    .icons-container {
        padding: 0 !important;
    }
}

@media (max-width:460px) {
    .select-lang{
/*         display: block; */
        margin: 0 2px 0 0;
    }
}

/*management*/

.boardmember{
    margin-bottom: 20px;
}

.descriptionColumn{
    width: 80%;
    float: left;
}

.imageColumn{
    width: 20%;
    float: left;
}

.imageColumn img{
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    max-width:200px;
}

.boardmember span.rolesName
{
    font-size: 24px;
    line-height: 26px;
    color: #333;
    margin: 15px 0;
    font-weight: 700;
    display: block;
    font-family: 'Poppins', Sans-serif;

}

.boardmember span.rolesTitle{
    font-size: 20px;
    line-height: 19px;
    margin: 10px 0 10px 0px;
    font-weight: 300;
    display: block;
    color: #333;
}

.rolesDescription{
    clear:both;
}

/*end of management*/

@media (max-width:1200px) {
    .site-navigation ul.nav li.menu-item a {
        padding: 5px 10px !important;
    }

    .select-lang {
        width: 30px;
        height: 20px;
    }

    .icons-container {
        padding: 0 !important;
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.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-auto,
.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-auto,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (max-width:998px) {
    .icons-container{
        position: absolute;
        left: 20px;
        text-align: left;
    }

    .search-icon{
        display: none;
    }
}

@media (min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.flex-row {
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-flex-direction: column-reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -webkit-flex: 1 1 auto!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-flex-grow: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-flex-grow: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0!important;
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1!important;
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -webkit-justify-content: space-around!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-align-items: flex-start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-align-items: flex-end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -webkit-align-content: flex-start!important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -webkit-align-content: flex-end!important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -webkit-align-content: space-between!important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -webkit-align-content: space-around!important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -webkit-align-self: flex-start!important;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -webkit-align-self: flex-end!important;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -webkit-flex: 1 1 auto!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -webkit-flex-grow: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -webkit-flex-grow: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0!important;
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1!important;
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -webkit-flex: 1 1 auto!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -webkit-flex-grow: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -webkit-flex-grow: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0!important;
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1!important;
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -webkit-flex: 1 1 auto!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -webkit-flex-grow: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -webkit-flex-grow: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0!important;
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1!important;
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -webkit-flex: 1 1 auto!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -webkit-flex-grow: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -webkit-flex-grow: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0!important;
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1!important;
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

[hidden] {
    display: none
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body {
    font-family: Roboto, sans-serif;
    margin: 0;
    line-height: 1.7;
    font-size: .75em;
    color: #333
}

@media screen and (min-width:998px) {
    body {
        font-size: 1em
    }
}

.cf:after,
.cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: Poppins, sans-serif
}

h1 {
    font-size: 2em;
    color: #004e63
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 3em
    }
}

h2 {
    font-size: 1.9em;
    color: #444
}

@media screen and (min-width:768px) {
    h2 {
        font-size: 2em
    }
}

h3 {
    font-size: 1.7em;
    color: #444
}

@media screen and (min-width:768px) {
    h3 {
        font-size: 1.8em
    }
}

h4 {
    font-size: 16px;
    color: #444
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

input,
select {
    -webkit-appearance: none
}

a {
    text-decoration: none;
    display: inline-block;
    color: #263e93;
    transition: all .3s ease-in-out
}

a:hover {
    color: #333
}

button:focus {
    outline: none
}

.align-right {
    text-align: right
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

strong {
    font-weight: 700
}

@media (min-width:1200px) {
    .container {
        max-width: 1440px
    }
}

.container--medium {
    max-width: 940px
}

.container--small {
    max-width: 620px
}

.container-fluid {
    padding: 0
}

.container-fluid .row {
    margin: 0
}

.container-fluid .row>div {
    padding: 0
}

.row {
    overflow: hidden
}

.read-more {
    display: inline-block;
    line-height: 1.54;
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    font-family: Poppins, sans-serif;
    padding-right: 50px;
    position: relative
}

.read-more .arrow-wrap {
    overflow: hidden;
    width: 38px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px
}

.read-more .arrow-wrap svg {
    position: absolute;
    right: 20px;
    transition: all .3s ease-in-out
}

.read-more:hover {
    color: #267064
}

.read-more:hover .arrow-wrap svg {
    right: 0
}

.read-more:hover .arrow-wrap svg path {
    fill: #267064
}

.section-down-arrow {
    position: absolute;
    bottom: 50px;
    left: calc(50% + 64px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-down-arrow button {
    background: none;
    border: none;
    cursor: pointer
}

.section-down-arrow button:hover .section-down-arrow__text {
    color: #ccc
}

.section-down-arrow__text {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding-left: 4px;
    transition: all .3s ease-in-out;
    font-family: Poppins, sans-serif
}

.section-down-arrow__svg {
    display: block;
    height: 106px;
    width: 11px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out
}

.section-down-arrow__svg svg {
    position: absolute;
    bottom: 0;
    left: 0
}

.section-down-arrow__svg svg path {
    transition: all .3s ease-in-out
}

.section-down-arrow__svg:hover {
    height: 56px
}

.section-down-arrow__svg:hover svg path {
    fill: #ccc
}

.animate-block--bottom {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.animate-block--bottom,
.animate-block--show {
    opacity: 0;
    transition: all .5s ease-in .5s
}

.read-more {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: all .4s ease-in 1.2s
}

.in-view.animate-block--bottom {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.in-view.animate-block--show {
    opacity: 1
}

.in-view .read-more {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

section {
    padding: 180px 0
}

ul.pagination {
    list-style: none;
    text-align: center;
    color: #267064;
    margin: 50px 0!important
}

.pagination li {
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    line-height: 32px;
    min-width: 32px;
    border: 1px solid #267064;
    transition: all .3s ease-in
}

.pagination li:hover {
    background: #267064
}

.pagination li:hover,
.pagination li:hover a {
    color: #fff;
    transition: all .3s ease-in
}

.pagination li a {
    color: #267064;
    border-radius: 6px;
    padding: 0 12px;
    display: inline-block;
    transition: all .3s ease-in;
    text-decoration: none!important
}

.pagination li a:hover {
    text-decoration: none
}

.pagination li .pagination.current {
    background: #267064;
    border-radius: 3px;
    color: #fff;
    display: block;
    min-width: 34px
}

.pagination li .pagination.dots {
    min-width: 34px;
    display: block
}

.pagination li.next,
.pagination li.prev {
    border: none
}

.pagination li.dots:hover,
.pagination li.next:hover,
.pagination li.prev:hover {
    background: #fff;
    color: #267064
}

.pagination li.next:hover a,
.pagination li.prev:hover a {
    color: #267064
}

.pagination li a.next,
.pagination li a.prev {
    position: relative;
    height: 21px;
    width: 32px
}

.pagination li a.next:after,
.pagination li a.prev:after {
    content: "<";
    display: block;
    position: absolute;
    width: 8px;
    height: 5px;
    right: 10px;
    top: 1px
}

.pagination li a.next:after {
    content: ">"
}

.pagination li a.prev:after {
    right: 13px
}

#primary .page-content ul.pagination li:before {
    display: none
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

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

.wp-caption {
    background: #fff;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 6
}

.header {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s ease;
    background-color: rgba(0, 78, 99, .8)
}

.header__nav-wrap {
    display: none;
    text-align: right;
    width: 75%;
    position: static
}

@media screen and (min-width:998px) {
    .header__nav-wrap {
        display: block
    }
}

.header__mobile-nav-wrap {
    display: block
}

@media screen and (min-width:998px) {
    .header__mobile-nav-wrap {
        display: none
    }
}

.header #header__logo {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px
}

@media screen and (min-width:300px) {
    .header #header__logo {
        text-align: center
    }
}

@media screen and (min-width:998px) {
    .header #header__logo {
        padding-top: 0;
        padding-bottom: 0;
        text-align: left
    }
}

.header #header__logo a {
    max-width: 100%
}

@media screen and (max-width:460px) {
    .header #header__logo svg {
        width: 125px !important;
    }
}

.header #header__logo svg {
    width: 200px;
    height: 50px;
    transition: height .5s ease;
    max-width: 100%
}

.header #header__logo svg path {
    fill: #fff
}

.header #header__logo svg polyline {
    stroke: #fff
}

@media screen and (min-width:998px) {
    .header.sticky {
        position: fixed
    }
    .header.sticky #header__logo svg {
        height: 30px
    }
}

.header .row {
    overflow: visible;
    margin: 0
}

.site-navigation ul.nav {
    font-size: 0;
    margin-right: -30px
}

.site-navigation ul.nav li.menu-item {
    display: inline-block;
    padding: 10px
}

@media screen and (min-width:1300px) {
    .site-navigation ul.nav li.menu-item {
        padding: 0
    }
}

.site-navigation ul.nav li.menu-item a {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    padding: 30px 15px;
    line-height: 1.33;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
    text-transform: uppercase
}

@media screen and (min-width:1200px) {
    .site-navigation ul.nav li.menu-item a {
        font-size: 16px
        padding: 30px 10px;
    }
}

@media screen and (min-width:1300px) {
    .site-navigation ul.nav li.menu-item a {
        font-size: 18px
    }
}

.site-navigation ul.nav li.menu-item.current-menu-ancestor>a,
.site-navigation ul.nav li.menu-item.current-menu-item>a {
    font-weight: 700
}

.site-navigation ul.nav li.menu-item:hover {
    color: #267064
}

.site-navigation ul.nav li.menu-item:hover .sub-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.site-navigation ul.nav li.menu-item .sub-menu {
    display: none;
    text-align: center;
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #b3b3b3;
    min-width: 200px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-navigation ul.nav li.menu-item .sub-menu li {
    display: block;
    padding: 0
}

.site-navigation ul.nav li.menu-item .sub-menu li a {
    font-size: 13px;
    padding: 4px 16px;
    line-height: 1.54;
    letter-spacing: .8px;
    color: #fff;
    display: block;
    white-space: nowrap
}

.site-navigation ul.nav li.menu-item .sub-menu li a:hover {
    color: #ddd
}

.site-navigation ul.nav li.menu-item .sub-menu li.current-menu-ancestor>a,
.site-navigation ul.nav li.menu-item .sub-menu li.current-menu-item>a {
    font-weight: 700
}

.site-navigation ul.nav li.menu-item .sub-menu:hover {
    color: #73c8af
}

.site-navigation ul.nav li.menu-item#menu-item-391 ul.sub-menu, .site-navigation ul.nav li.menu-item#menu-item-369 ul.sub-menu {
    text-align: left;
    display: none;
    height: 50px
}

@media screen and (min-width: 998px) {
    .site-navigation ul.nav li.menu-item#menu-item-391 li, .site-navigation ul.nav li.menu-item#menu-item-369 li {
        position: absolute;
        right: calc(50vw - 5px);
    }
}

@media screen and (min-width:1200px) {
    .site-navigation ul.nav li.menu-item#menu-item-391 li, .site-navigation ul.nav li.menu-item#menu-item-369 li {
        right: 555px;
    }
}

@media screen and (min-width:1300px) {
    .site-navigation ul.nav li.menu-item#menu-item-391 li, .site-navigation ul.nav li.menu-item#menu-item-369 li {
        right: 600px;
    }
}

@media screen and (min-width:1500px) {
    .site-navigation ul.nav li.menu-item#menu-item-391 li, .site-navigation ul.nav li.menu-item#menu-item-369 li {
        right: auto;
        left: calc(50vw + -45px);
    }
}

@media screen and (min-width: 998px) {
    .site-navigation ul.nav li.menu-item#menu-item-391 li:nth-of-type(2), .site-navigation ul.nav li.menu-item#menu-item-369 li:nth-of-type(2) {
        right: calc(50vw - 205px);
    }
}

@media screen and (min-width:1200px) {
    .site-navigation ul.nav li.menu-item#menu-item-391 li:nth-of-type(2), .site-navigation ul.nav li.menu-item#menu-item-369 li:nth-of-type(2) {
        right: 350px;
    }
}

@media screen and (min-width:1300px) {
    .site-navigation ul.nav li.menu-item#menu-item-391 li:nth-of-type(2), .site-navigation ul.nav li.menu-item#menu-item-369 li:nth-of-type(2) {
        right: 385px;
    }
}

@media screen and (min-width:1500px) {
    .site-navigation ul.nav li.menu-item#menu-item-391 li:nth-of-type(2), .site-navigation ul.nav li.menu-item#menu-item-369 li:nth-of-type(2) {
        right: auto;
        left: calc(50vw + 140px);
    }
}

.site-navigation ul.nav li.menu-item#menu-item-391:hover ul.sub-menu, .site-navigation ul.nav li.menu-item#menu-item-369:hover ul.sub-menu {
    display: block
}

.mobile-navigation {
    display: block;
    width: 100%;
    min-height: 100vh;
    background-color: #b3b3b3;
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px 10px 20px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .75);
    opacity: 0
}

.mobile-navigation li.current-menu-ancestor>a,
.mobile-navigation li.current-menu-item>a {
    text-decoration: none;
    color: #004e63
}

.mobile-navigation li.level-0 {
    border-bottom: 1px solid #fff;
    padding: 15px
}

.mobile-navigation li.level-0>a {
    font-size: 38px;
    font-weight: 300
}

.mobile-navigation li.level-2>a {
    padding: 10px;
    margin: 0;
    margin-left: 20px;
    font-size: 18px
}

.mobile-navigation a {
    color: #fff;
    padding: 5px 0;
    margin: 5px 0;
    font-size: 20px;
    font-weight: 300
}

.mobile-navigation .sub-menu {
    padding-left: 0
}

.mobile-navigation__toggle {
    display: block;
    padding: 0 20px;
    top: 15px;
    right: 0;
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in;
    z-index: 4
}

.mobile-navigation__toggle span {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}

.mobile-navigation__toggle span:after,
.mobile-navigation__toggle span:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    left: 0;
    right: 0;
    transition: all .3s ease-in
}

.mobile-navigation__toggle span:before {
    top: 8px
}

.mobile-navigation__toggle span:after {
    bottom: 8px
}

@media screen and (min-width:998px) {
    .mobile-navigation__toggle {
        display: none
    }
}

body.menu-opened .mobile-navigation {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

body.menu-opened .mobile-navigation__toggle span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px
}

body.menu-opened .mobile-navigation__toggle span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 13px
}

body:not(.home) .header {
    background-color: rgba(0, 78, 99, .8)
}

.footer {
    padding: 20px 0;
    font-family: Poppins, sans-serif;
    background-color: #b3b3b3;
    margin-top: 40px;
}

.footer a {
    color: #333
}

.footer a:hover {
    color: #fff
}

.footer__item {
    display: block;
    width: 100%;
    text-align: center
}

@media screen and (min-width:768px) {
    .footer__item {
        text-align: left
    }
}

.home .introduction {
    padding: 0;
    background-color: #aaa;
    margin-top: 0;
    width: 100%;
    height: 100vh;
    max-height: 800px;
    overflow: hidden;
    z-index: 3;
    position: relative
}

@media screen and (max-width:997px) {
    .home .introduction {
        height: auto
    }
}

.home .introduction__slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media screen and (max-width:997px) {
    .home .introduction__slider {
        position: static;
        font-size: 0
    }
}

.home .introduction__slide {
    position: relative
}

.home .introduction__slide-content {
    display: block;
    position: absolute;
    top: 45vh;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 800px
}

@media screen and (min-width:1600px) {
    .home .introduction__slide-content {
        top: 400px
    }
}

@media screen and (max-width:997px) {
    .home .introduction__slide-content {
        width: 100%;
        top: 180px
    }
}

.home .introduction__slide-content * {
    color: #fff
}

.home .introduction__slide-link {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: relative
}

@media screen and (max-width:1500px) {
    .home .introduction__slide img {
        height: 100vh;
        width: 100vw;
        max-width: none;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (max-width:700px) {
    .home .introduction__slide img {
        padding-top: 76px;
        height: auto;
        width: 100%
    }
}

.home .introduction h2 {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: 5px;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    transition: all .3s ease-in
}

@media screen and (min-width:700px) {
    .home .introduction h2 {
        font-size: 2em
    }
}

@media screen and (min-width:998px) {
    .home .introduction h2 {
        font-size: 3em
    }
}

.home .introduction h2 span {
    margin-bottom: 4px;
    padding: 0 12px;
    display: inline-block;
    transition: all .5s ease-in
}

@media screen and (min-width:960px) {
    .home .introduction h2 span {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

.home .introduction h2 span:nth-of-type(2) {
    transition-delay: .6s
}

.home .introduction .read-more {
    margin-top: 15px;
    transition: all .3s ease-in 1.1s
}

@media screen and (min-width:960px) {
    .home .introduction .read-more {
        opacity: 0
    }
}

.home .introduction .slick-dots {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 100%;
    bottom: 0;
    left: 0
}

.home .introduction .slick-dots li {
    margin: 0 5px
}

.home .introduction .slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: hsla(0, 0%, 100%, .5);
    width: 12px;
    height: 12px;
    border: none;
    color: transparent;
    border-radius: 50%;
    padding: 0;
    cursor: pointer
}

.home .introduction .slick-dots li.slick-active button,
.home .introduction .slick-dots li button:focus,
.home .introduction .slick-dots li button:hover {
    background-color: #fff
}

.home__title--news {
    color: #004e63;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.home__title--about {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .home__title--about {
        font-size: 40px
    }
}

.home .container--home-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:992px) {
    .home .container--home-buttons {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home .about {
    padding: 45px 0 55px;
    z-index: 2
}

.home .about,
.home .about__button {
    text-align: center;
    background-color: #004e63
}

.home .about__button {
    padding: 15px 25px;
    min-width: 233px;
    color: #fff;
    margin: 10px;
    display: block;
    transition: all .3s ease;
    font-size: 28px;
    border-radius: 12px
}

@media screen and (max-width:992px) {
    .home .about__button {
        font-size: 18px
    }
}

.home .about__button:hover {
    box-shadow: inset 0 0 0 55px #006e8c
}

.home .about__content {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    font-family: Roboto Condensed, sans-serif;
    color: #fff
}

.home .about__descr {
    text-align: center
}

.home .divider-images__left,
.home .divider-images__right {
    padding: 50px 0;
    background-size: cover;
    background-position: 50% 50%
}

@media screen and (min-width:998px) {
    .home .divider-images__left,
    .home .divider-images__right {
        padding: 225px 0
    }
}

.home .blog {
    padding: 40px 0 70px
}

.home .blog .row {
    text-align: left
}

.home .blog__post {
    padding-bottom: 70px;
    position: relative
}

@media screen and (max-width:767px) {
    .home .blog__post {
        padding-bottom: 36px
    }
}

.home .blog__post>a:hover h4 {
    color: rgba(0, 78, 99, .86)
}

@media screen and (max-width:767px) {
    .home .blog__post>a:hover h4 {
        margin-top: 16px;
        margin-bottom: 8px
    }
}

@media screen and (max-width:768px) {
    .home .blog__post {
        margin-bottom: 40px
    }
}

.home .blog__read-more {
    font-family: Roboto Condensed, sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 0
}

.home .blog__read-more:hover {
    color: #267064
}

.home .blog__excerpt {
    font-family: Roboto, sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.54
}

.home .blog__content {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300
}

.home .blog__content a {
    display: block
}

.home .blog__content h4 {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    margin-top: 16px;
    margin-left: -1px;
    font-weight: 400;
    margin-bottom: 10px
}

.home .blog__content .date {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 2px;
    margin-top: 20px;
    font-family: Roboto Condensed, sans-serif;
    color: #004e63
}

@media screen and (min-width:768px) {
    .home .blog__content .date {
        font-size: 13px
    }
}

.home .blog .read-more {
    margin-top: 36px
}

@media screen and (min-width:960px) {
    .home.loaded .introduction h1 span {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.single-post .last-posts {
    text-align: center
}

.single-post .last-posts .title-white {
    margin: 120px 0 80px
}

.single-post .last-posts article {
    text-align: left
}

.main-content {
    margin-top: 200px
}

.page .row {
    overflow: visible
}

#primary {
    margin-top: 60px;
    min-height: 85vh
}

#primary header {
    text-align: center
}

#primary header h1 {
    margin-top: 120px;
    margin-bottom: 0;
    text-transform: uppercase
}

@media screen and (min-width:998px) {
    #primary header h1 {
        margin-top: 150px
    }
}

#primary header h1.title-default {
    text-align: left;
    text-transform: uppercase
}

#primary header h1.title-default--thumb {
    margin-top: 30px
}

#primary .page-thumb {
    text-align: left;
    background-size: cover;
    background-position: 50% 50%;
    height: 70vh;
    max-height: 800px
}

#primary .page-thumb__overlay {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#primary .page-thumb__overlay a,
#primary .page-thumb__overlay h3 {
    color: #fff
}

#primary .page-thumb__overlay a:hover {
    color: hsla(0, 0%, 100%, .8)
}

#primary .page-thumb__descr {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    text-transform: inherit
}

#primary .page-thumb__date {
    color: #fff;
    font-size: 20px;
    letter-spacing: 6px;
    font-weight: 300;
    font-family: Roboto Condensed, sans-serif
}

#primary .page-content {
    text-align: justify;
}

#primary .page-content table {
    width: auto!important
}

#primary .page-gallery {
    margin-top: 80px
}

#primary .page-gallery__item {
    padding: 225px 0;
    background-size: cover;
    background-position: 50% 50%
}

#primary a {
    text-decoration: underline;
    transition: all .3s ease-in-out
}

#primary a:hover {
    text-decoration: none
}

#primary p {
    margin-bottom: 18px
}

#primary ol,
#primary ul {
    list-style: none;
    padding-left: 40px;
    margin: 15px 0
}

#primary .page-content ul li {
    position: relative
}

#primary .page-content ul li:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #333;
    top: 6px;
    left: -15px
}

@media screen and (min-width:998px) {
    #primary .page-content ul li:before {
        top: 9px
    }
}

#primary ol {
    list-style: decimal
}

#primary h2,
#primary h3,
#primary h4,
#primary h5,
#primary h6 {
    margin: 20px 0
}

#primary h2 {
    margin-bottom: 15px
}

#primary h3 {
    margin-bottom: 5px
}

#primary h4,
#primary h5,
#primary h6 {
    margin-bottom: 0
}

.has-post-thumbnail.header+#primary {
    margin-top: 0
}

#sidebar {
    display: none;
    opacity: 0;
    padding-left: 10px;
    margin-top: -36px;
    margin-bottom: 40px
}

@media screen and (min-width:998px) {
    #sidebar {
        display: block
    }
}

#sidebar .menu-navigation-container .sidenav>li>a {
    font-size: 18px;
    letter-spacing: 0
}

#sidebar .menu-navigation-container .sidenav>li>a:hover {
    text-decoration: none
}

#sidebar .menu-navigation-container .sidenav .sub-menu li.current-menu-item>a {
    text-decoration: underline
}

#sidebar .menu-navigation-container .sidenav .sub-menu li a {
    color: #004e63;
    font-weight: 600;
    font-size: 15px
}

#sidebar .menu-navigation-container .sidenav .sub-menu li ul li {
    padding: 0 20px
}

#sidebar .menu-navigation-container .sidenav .sub-menu li ul li a {
    color: #333;
    font-weight: 400;
    font-size: 13px
}

#sidebar .menu-navigation-container>ul>li>a {
    line-height: 1.54;
    letter-spacing: 3px;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    padding: 4px 11px 4px 0;
    margin-bottom: 16px;
    margin-top: 0;
    border-bottom: 1px solid #333
}

#sidebar .current_page_item {
    display: block
}

#sidebar .current_page_item>a {
    font-weight: 700
}

#sidebar .sub-menu {
    padding-left: 10px
}

#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#sidebar ul li {
    text-align: left
}

#sidebar ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    font-family: Poppins, sans-serif
}

#sidebar ul li a:hover {
    text-decoration: underline
}

#sidebar ul li.level-0 {
    display: none
}

#sidebar ul li.level-0 a {
    font-size: 16px
}

#sidebar ul li.level-0>.sub-menu {
    padding-left: 0
}

#sidebar ul li.level-0.current-menu-ancestor,
#sidebar ul li.level-0.current-menu-item,
#sidebar ul li.level-0.current-menu-parent {
    display: block
}

#sidebar ul li.level-1 a {
    font-size: 14px
}

#sidebar ul li.level-1 a.open {
    text-decoration: underline
}

#sidebar ul li.level-1.menu-item-has-children>a:after {
    content: "\25BC";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    margin-left: 4px;
    margin-bottom: 2px
}

#sidebar ul li.level-1.menu-item-has-children>.sub-menu {
    display: none
}

#sidebar ul li.level-1.menu-item-has-children.current-menu-item>.sub-menu,
#sidebar ul li.level-1.menu-item-has-children.current-page-parent>.sub-menu {
    display: block
}

#sidebar ul li.level-1.menu-item-has-children.current-page-parent>a {
    text-decoration: underline
}

#sidebar ul li.level-2 a {
    font-size: 13px
}

#sidebar ul li.level-3 a {
    font-size: 12px
}

.loaded #sidebar {
    opacity: 1
}

#primary .page,
#primary .post {
    margin-bottom: 40px
}

#primary .page h2,
#primary .post h2 {
    margin-bottom: 15px
}

#primary .page h2 a,
#primary .post h2 a {
    color: #333;
    text-decoration: none;
    line-height: 1.3
}

#primary .page a,
#primary .post a {
    text-decoration: none
}

#primary .page .read-more,
#primary .post .read-more {
    margin-top: 36px
}

#primary .news-post {
    max-width: 740px;
    width: 100%
}

#primary .news-post__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#primary .news-post__date {
    font-size: 16px;
    color: #267064;
    line-height: 1.5;
    letter-spacing: 5px;
    display: block;
    font-family: Poppins, sans-serif
}

#primary .news-post__excerpt {
    font-size: 20px;
    font-weight: 300;
    font-family: Roboto Condensed, sans-serif
}

.search-form .form-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px
}

.search-form__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 270px;
    border: none;
    border-bottom: 1px solid #333
}

.search-form__submit {
    width: 40px;
    height: 40px;
    display: block;
    position: relative
}

.search-form__submit svg {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #333;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    position: absolute;
    display: none;
    z-index: 5;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333
}

.autocomplete-suggestion b {
    font-weight: 400;
    color: #1f8dd6
}

.autocomplete-suggestion.selected {
    background: #f0f0f0
}

#primary .page,
#primary .post {
    margin-bottom: 10px
}