@charset "UTF-8";

.btn--center,
.cs-cookie-bar,
.slick-arrow,
.slick-dots,
.window__title {
    text-align: center
}

a,
p {
    display: inline
}

.underline,
a:hover {
    text-decoration: underline
}

.badge,
.badge:hover,
.btn,
.main-menu-item__link,
.onlineportal,
.post__title a,
.tile__title,
.title a,
.tooltip-inner,
a {
    text-decoration: none
}

.cs-cookie-bar,
.cs-cookie-bar p,
.required {
    vertical-align: middle
}

.gallery__image,
.slider,
.tile__header,
.tile__thumb {
    overflow: hidden
}

.figure__link:hover .figure__img-hover,
.main-menu-mobile__burger:hover,
.slick-dots li.slick-active button:before {
    opacity: 1
}

.extend.cs-dialog .cs-dialog__body,
.row.no-gap>div[class^=col-] {
    padding: 0
}

.extend.cs-dialog .cs-dialog__header {
    background-color: #ececec
}

.slick-dots li {
    position: relative;
    display: inline-block
}

.slick-dots li button {
    position: relative;
    font-size: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer
}

.slick-dots li button:before {
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    color: #000;
    font-size: 40px;
    width: 30px
}

.slick-arrow {
    position: absolute;
    font-size: 0;
    top: auto;
    bottom: 1rem;
    line-height: 25px;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    cursor: pointer;
    background-color: #8850a0;
    z-index: 10
}

.slick-arrow:before {
    font-family: "Font Awesome\ 5 Free", sans-serif;
    color: #fff;
    font-weight: 900;
    font-size: 15px
}

.slick-arrow.slick-prev {
    left: 1rem
}

.slick-arrow.slick-next {
    left: 3rem
}

.slick-prev.slick-arrow:before {
    content: "\f053"
}

.slick-next.slick-arrow:before {
    content: "\f054"
}

.main-menu,
html {
    height: 100%
}

.row.no-gap {
    margin: 0
}

.container-fluid,
.content-wrapper,
.content-wrapper-basis {
    padding-right: 1rem;
    padding-left: 1rem
}

.cs-cookie-bar {
    position: fixed;
    display: table;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    text-transform: uppercase;
    padding: .5rem 0;
    font-size: .875em
}

.cs-cookie-bar .inline-block {
    display: inline-block;
    vertical-align: middle
}

.cs-cookie-bar p {
    display: table-cell;
    margin: 0
}

.btn .icon,
.cs-cookie-bar a,
.main-footer,
.section--alt .title--section,
.section--dark .title--section {
    color: #fff
}

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,
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
}

.extend.cs-dialog .cs-dialog__title,
.page__content h1,
.post__content h1,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h6,
body {
    font-family: "Titillium Web", sans-serif, helvetica
}

.list,
.logo a,
.main-menu-item:hover .main-menu-sub,
.main-menu-mobile__logo a,
.page__content ul,
.post__content ul,
.section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

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
}

button {
    background: 0 0;
    border: none
}

body {
    background-color: #fff;
    color: #000;
    font-size: 1.125em;
    line-height: 1.5;
    font-weight: 300
}

.fa-greater-than,
.fa-less-than,
.fc-icon-title-text__title,
.tc1,
a {
    color: #8850a0
}

a {
    -webkit-transition: color .2s;
    transition: color .2s
}

a:hover {
    color: #a06db6
}

p {
    margin-bottom: .5rem
}

hr {
    border: 0;
    height: 1px;
    background-color: #c2c2c2
}

.g-recaptcha>div {
    width: inherit !important
}

.left {
    text-align: left
}

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

.post-nav li:last-child,
.right {
    text-align: right
}

.right-float {
    float: right
}

.is-relative {
    position: relative !important
}

.is-hidden {
    display: none !important
}

.is-block {
    display: block !important
}

@media (max-width:768px) {

    .show-mobile,
    .show-mobile.show-tablet {
        display: block
    }

    .show-desktop,
    .show-tablet {
        display: none
    }
}

@media (min-width:768px) {
    .slick-arrow {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .slick-arrow:before {
        font-size: 25px
    }

    .slick-arrow.slick-next {
        left: auto;
        right: 1rem
    }

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

    .show-desktop,
    .show-mobile {
        display: none
    }

    .show-tablet {
        display: block
    }
}

.strong,
strong {
    font-weight: 700
}

.stronger {
    font-weight: 400
}

.justify {
    text-align: justify
}

.tc2 {
    color: #79c142
}

.tc3 {
    color: #c6c6c6
}

@font-face {
    font-family: "Titillium Web";
    src: url(../../fonts/titillium-web-v7-latin-regular.eot);
    src: url(../../fonts/titillium-web-v7-latin-regular.eot?#iefix) format("embedded-opentype"), url(../../fonts/titillium-web-v7-latin-regular.woff2) format("woff2"), url(../../fonts/titillium-web-v7-latin-regular.woff) format("woff"), url(../../fonts/titillium-web-v7-latin-regular.ttf) format("truetype"), url("../../fonts/titillium-web-v7-latin-regular.svg#Futura Lt BT Light") format("svg");
    font-weight: 400;
    speak: none
}

@font-face {
    font-family: "Titillium Web";
    src: url(../../fonts/titillium-web-v7-latin-700.eot);
    src: url(../../fonts/titillium-web-v7-latin-700.eot?#iefix) format("embedded-opentype"), url(../../fonts/titillium-web-v7-latin-700.woff2) format("woff2"), url(../../fonts/titillium-web-v7-latin-700.woff) format("woff"), url(../../fonts/titillium-web-v7-latin-700.ttf) format("truetype"), url("../../fonts/titillium-web-v7-latin-700.svg#Futura Lt BT Light") format("svg");
    font-weight: 700;
    speak: none
}

.fa,
.fab,
.fas {
    margin: 0 .5rem
}

.bleed,
.bleed--single,
.slider {
    margin-left: -1rem;
    margin-right: -1rem
}

.bleed--half,
.gallery.row {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.bleed--quarter {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.leader,
.page__content ul,
.post__content ul {
    margin-top: 1rem
}

.leader--third {
    margin-top: .33333rem
}

.leader--half {
    margin-top: .5rem
}

.leader--two-third {
    margin-top: .66667rem
}

.leader--double {
    margin-top: 2rem
}

.leader--large {
    margin-top: 4rem
}

.leader-inside {
    padding-top: 1rem
}

.leader-inside--double {
    padding-top: 2rem
}

.leader-inside--half {
    padding-top: .5rem
}

.page__content ul,
.post__content ul,
.trailer {
    padding-bottom: 1rem
}

.trailer--third {
    padding-bottom: .33333rem
}

.trailer--half {
    padding-bottom: .5rem
}

.trailer--two-third {
    padding-bottom: .66667rem
}

.trailer--double {
    padding-bottom: 2rem
}

.trailer--large {
    padding-bottom: 3rem
}

.page__content h3,
.page__content h4,
.post__content h3,
.post__content h4,
.trailer-outside {
    margin-bottom: 1rem
}

.page__content h2,
.post__content h2,
.trailer-outside--double {
    margin-bottom: 2rem
}

.wings {
    padding-left: 5.55556%;
    padding-right: 5.55556%
}

.gutters,
.main-menu-item__link {
    padding-left: 1rem;
    padding-right: 1rem
}

.gutters--double {
    padding-left: 2rem;
    padding-right: 2rem
}

.gutters--half {
    padding-left: .5rem;
    padding-right: .5rem
}

.gutters--fourth {
    padding-left: .25rem;
    padding-right: .25rem
}

.gutter-left {
    padding-left: .5rem
}

.gutter-left--half {
    padding-left: .25rem
}

.gutter-left--double {
    padding-left: 1rem
}

.gutter-right {
    padding-right: .5rem
}

.gutter-right--double {
    padding-right: 1rem
}

.gutters--vertical {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.content {
    font-size: 1em
}

.content-spacing {
    padding-top: 4rem
}

.content-min-height {
    min-height: 800px
}

.content-wrapper,
.content-wrapper-basis {
    margin: 0 auto;
    position: relative
}

.content-wrapper {
    max-width: 1024px
}

.content-wrapper--fill {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: none
}

.content-wrapper--small {
    max-width: 800px
}

.content-wrapper--large {
    max-width: 1200px
}

.content-wrapper--mike {
    max-width: 1400px
}

.content-wrapper--collapse {
    padding-left: 0;
    padding-right: 0
}

.content-wrapper--left {
    margin-left: 0
}

.main-menu {
    opacity: .95;
    position: fixed;
    z-index: 999999;
    width: 0;
    left: 0;
    top: 0;
    background: #8850a0
}

.main-menu .row {
    align-items: unset !important
}

.main-menu__body {
    padding: 0 1rem;
    display: none
}

.main-menu__close-layer {
    position: fixed;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background: 0 0;
    z-index: 1
}

.figure--cover,
.tile__thumb {
    background-position: center center
}

.main-menu-mobile__burger {
    text-shadow: 2px 2px 3px #fff;
    position: fixed;
    display: block;
    top: 76px;
    right: 1rem;
    border: 0;
    font-size: 1.875em;
    height: 60px;
    line-height: 60px;
    color: #000;
    width: auto;
    text-align: center;
    z-index: 3
}

.fc-title-subtitle-image__subtitle,
.fc-title-subtitle-image__title,
.slider__subtitle,
.slider__title {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .4)
}

.main-menu-mobile__burger i {
    margin: 0
}

.admin-bar .main-menu-mobile__burger {
    z-index: 99999
}

.main-menu-mobile__btn-close {
    display: none;
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.25em;
    color: #fff
}

.main-menu-mobile__logo,
.main-menu-sub,
.slider__item img,
.tile__thumb img {
    display: none
}

.main-menu-mobile__logo img {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    width: 70%;
    max-width: 300px
}

.main-menu.is-open .main-menu-mobile__btn-close,
.main-menu.is-open .main-menu-mobile__logo {
    display: block;
    width: 330px
}

.main-menu.is-open {
    max-width: 600px
}

.main-menu-item {
    position: relative;
    text-align: left
}

.main-menu-item.current_page_item .main-menu-item__link {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 6px solid #fff
}

.btn,
.input--select {
    box-sizing: border-box
}

.btn,
.input--textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.main-menu-item__link {
    display: inline-block;
    line-height: 2rem;
    color: #fff;
    font-size: 1.375em;
    font-weight: 700;
    padding: 10px 0;
    width: auto;
    text-align: left
}

.main-footer a,
.main-menu-item__link:hover {
    color: #fff;
    text-decoration: none
}

.main-menu-item__drop {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2rem
}

.main-menu-sub .main-menu-item {
    border: none;
    padding: 0;
    font-size: 12px;
    margin-left: 12px
}

@media (min-width:1400px) {

    .main-menu,
    .main-menu-item {
        height: 70px;
        position: relative
    }

    .main-menu.is-open .main-menu-mobile__btn-close,
    .main-menu.is-open .main-menu-mobile__logo,
    .show-mobile,
    .show-mobile.show-tablet,
    .show-tablet {
        display: none
    }

    .show-desktop {
        display: block
    }

    .main-menu {
        width: 100% !important;
        z-index: 5;
        background: 0 0;
        padding-top: 0;
        top: 0;
        text-align: left
    }

    .main-menu__body {
        display: inline-block !important;
        margin-top: 0;
        padding: 49px 0 0;
        width: 900px
    }

    .main-menu-item {
        display: inline-block;
        width: auto;
        line-height: 70px;
        margin-right: 1rem;
        border-bottom: 0;
        text-align: center
    }

    .main-menu-item.current_page_item .main-menu-item__link {
        border-color: #000
    }

    .main-menu-item__link {
        position: relative;
        display: block;
        color: #000;
        height: inherit;
        line-height: 64px;
        margin: 0;
        padding: 0
    }

    .main-menu-item__link:hover {
        background-color: transparent;
        text-decoration: none;
        color: #79c142
    }

    .main-menu-sub {
        position: absolute;
        margin-left: -9999em;
        z-index: 5;
        display: block;
        left: 0;
        top: 70px;
        text-align: left;
        min-width: 250px;
        background-color: #fff
    }

    .main-menu-sub>.main-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto
    }

    .main-menu-sub .main-menu-item:first-child {
        padding-top: 1rem
    }

    .main-menu-sub .main-menu-item__link {
        font-size: 1.375em;
        color: #8850a0;
        font-weight: 700;
        padding: 0 1rem;
        border-bottom: 0 !important;
        line-height: 50px !important
    }

    .main-menu-sub .main-menu-item__link:hover {
        color: #79c142;
        background: 0 0
    }

    .main-menu-item:hover .main-menu-sub {
        display: inline-block;
        margin-left: 0
    }
}

.badge,
.btn,
.input,
.input--select,
.input--textarea,
.message {
    background-clip: padding-box
}

.fc-text-image__title,
.input--select,
.input--select-outer,
.main-footer ul li,
.main-footer__col-mid,
.main-header__badge,
.slider,
.slider__item,
.title-h2 {
    position: relative
}

.footer-menu {
    width: 100%;
    padding-bottom: .5rem
}

.footer-menu__item,
.main-footer ul li {
    text-align: left;
    line-height: 1.5;
    padding-left: 1rem;
    border: none
}

.footer-menu__item::before,
.main-footer ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: ">"
}

.main-header,
.main-header .row {
    height: 150px
}

.main-header {
    display: block;
    width: 100%;
    background-color: #fff
}

.main-header__badge {
    display: none;
    right: 1rem;
    top: 1rem;
    z-index: 8
}

.main-header .col-md-9 {
    text-align: end
}

@media (min-width:992px) {

    .footer-menu__item,
    .main-footer ul li {
        display: block;
        text-align: left;
        height: auto;
        padding-left: 1rem;
        margin-right: 0
    }

    .main-header__badge {
        display: inline-flex
    }
}

.main-footer {
    background-color: #8850a0;
    padding: 4rem 0;
    font-size: .875em
}

.main-footer__logo {
    max-width: 100%;
    width: 230px
}

.main-footer__icon {
    width: 120px;
    height: auto;
    display: block;
    max-width: 100%
}

.main-footer__col-mid {
    display: block
}

.section--margin {
    margin: 75px 0
}

.section--padding {
    padding: 75px 0
}

.section--alt {
    background-color: #c6c6c6
}

.section__jumper {
    -webkit-background-size: 130%;
    -moz-background-size: 130%;
    -o-background-size: 130%;
    background-size: 130%;
    display: none;
    width: 100%;
    height: 200px;
    margin-top: -126px;
    background-image: url(../../images/pattern.png);
    background-repeat: no-repeat
}

.fc-text-image__thumb,
.fc-title-subtitle-image,
.figure--cover,
.gallery__image,
.slider__item,
.tile__thumb,
.visual--cover,
.window {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.figure--cover,
.gallery__image,
.slider__item,
.tile__thumb,
.visual--cover,
.window {
    background-size: cover
}

.section--light {
    background-color: #fff
}

.section--dark {
    background-color: #939393
}

.btn,
.comment-author,
.comment-metadata,
.label,
.tile--inline {
    display: inline-block
}

.logo img {
    display: block;
    width: calc(431px / 2)
}

.extend.cs-dialog .cs-dialog__title,
.page__content h1,
.post__content h1,
.title-h1 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
    font-size: 2.125em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative
}

.title-h2 {
    font-size: 1.75em;
    line-height: 1;
    color: #000;
    font-weight: 700;
    text-transform: uppercase
}

.title-h3,
.title-h4 {
    color: #fff;
    line-height: 1;
    font-weight: 700
}

.title-h3 {
    font-size: 1.5em
}

.title-h4 {
    font-size: 1.375em
}

.page__content h2,
.page__content h3,
.page__content h4,
.post__content h2,
.post__content h3,
.post__content h4,
.title-h5 {
    font-family: "Titillium Web", sans-serif, helvetica;
    font-size: 1.25em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.title-h6 {
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.title-line {
    position: absolute;
    left: 0;
    top: -1rem;
    width: 1.5rem;
    height: 8px;
    background-color: #8850a0
}

.btn,
.title-line--alt {
    background-color: #79c142
}

.btn,
.list--vacancies li {
    font-size: 1.25em;
    text-transform: uppercase
}

.btn {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    max-width: 250px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin: 0;
    padding: 0 3rem
}

.btn--full {
    width: 100%;
    max-width: none
}

.input,
.input--textarea {
    -webkit-border-radius: 6px;
    font-size: 1.125em;
    max-width: 500px;
    width: 100%
}

.btn:hover {
    color: #fff;
    cursor: pointer;
    background-color: #a06db6;
    border-bottom: 0
}

.fc-poster .title-line,
.fc-title-subtitle-image .title-line,
.input,
.input--textarea,
.slider .title-line {
    background-color: #fff
}

.input {
    border-radius: 6px;
    height: 44px;
    line-height: 44px;
    color: #000;
    text-indent: .5rem;
    border: 1px solid #c6c6c6
}

.input--textarea {
    border-radius: 6px;
    padding: .5rem;
    height: auto;
    resize: vertical;
    box-sizing: border-box;
    border: 1px solid #c6c6c6
}

.input--select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #c6c6c6;
    border: none;
    height: 44px;
    line-height: 44px;
    font-size: inherit;
    font-weight: inherit;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 1rem
}

.input--select-outer::before {
    font-family: "Font Awesome 5 Free", serif;
    position: absolute;
    right: 1rem;
    top: 0;
    content: "\f0d7";
    line-height: 44px;
    height: 44px;
    font-weight: 900;
    z-index: 1;
    pointer-events: none
}

.required {
    color: #79c142;
    line-height: 40px
}

.comment-author,
.comment-author b,
.comment-author span,
.gallery__image {
    vertical-align: top
}

.label {
    color: #000;
    height: 30px;
    font-size: 18px
}

.slider,
.slider .row,
.slider__item {
    height: 350px
}

.message {
    -webkit-border-radius: 0.25rem;
    border-radius: .25rem;
    display: block;
    color: #fff;
    line-height: 40px;
    padding: .5rem 0
}

.message__title {
    color: #000;
    font-size: 1.5em;
    font-weight: 500
}

.main-header__badge p,
.message__text {
    margin-bottom: 0
}

.message-inner {
    margin: 1rem
}

.message--error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb
}

.message--warning {
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffeeba
}

.message--info {
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb
}

.slider__subtitle {
    max-width: 60%
}

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

.slider .title-line {
    left: 5px;
    top: -.5rem
}

.comment {
    background-color: #c6c6c6;
    margin-bottom: .5rem;
    padding: .5rem 0;
    color: #fff
}

.comment-body {
    position: relative;
    margin: .5rem
}

.comment-author {
    height: 32px
}

.comment-meta {
    height: 32px;
    margin-bottom: .5rem
}

.comment-edit-link {
    position: absolute;
    right: 0;
    top: 0
}

.tile--inline {
    width: auto
}

.tile__header {
    height: 68px;
    width: 100%
}

.tile__title {
    display: block;
    color: #8850a0
}

.gallery__item,
.tile__category,
ul.list--social li {
    display: inline-block
}

.gallery__item a,
.tile__thumb {
    display: block
}

.tile__thumb {
    width: 100%;
    height: 250px
}

.gallery__item a:hover,
.tile__thumb:hover,
.tooltip.in {
    opacity: .9
}

.window {
    position: relative;
    width: 100%;
    padding-top: 100%;
    box-sizing: border-box
}

.window__title {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 2rem 0;
    width: 100%;
    font-size: 1em;
    line-height: 1;
    transform: translateY(-50%)
}

.gallery__item,
.window__col-sm-4 {
    padding: 0 .5rem
}

.window__counter {
    font-size: .75em
}

.window:hover {
    opacity: .8
}

.list li,
.page__content ul li,
.post__content ul li {
    position: relative;
    padding-left: 1.5rem
}

.list li::before,
.page__content ul li::before,
.post__content ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: ">";
    font-size: .875em;
    color: #8850a0
}

.list--vacancies li {
    font-weight: 700;
    line-height: 2
}

ul.list--social li {
    padding: 0
}

ul.list--social li:before {
    content: ""
}

ul.list--social li .fa,
ul.list--social li .fab,
ul.list--social li .fas {
    margin: 0 .25rem
}

.gallery__image {
    width: 100%;
    height: 150px
}

.gallery__image img {
    display: none
}

.visual--center {
    margin: 0 auto
}

.visual--fill img {
    display: block;
    width: 100%;
    height: auto
}

.figure {
    display: block;
    position: relative
}

.figure__link {
    cursor: auto
}

.figure .figure__img-hover,
.figure__img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto
}

.figure .figure__img,
.figure--cover .figure__img {
    width: 100%
}

.figure .figure__img-hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.badge {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #000;
    font-weight: 700;
    padding: 0 1rem;
    color: #fff;
    font-size: 1.375em;
    height: 30px;
    line-height: 30px
}

.badge:hover {
    background-color: #8850a0;
    color: #fff
}

.onlineportal {
    display: flex;
    width: 20%;
    position: absolute;
    top: 50px;
    right: 2rem;
    justify-content: center
}

.profile__icon {
    color: #8850a0;
    font-size: 20px;
    text-align: center;
    margin: 0 .25rem
}

.profile__icon:hover {
    opacity: .8
}

.profile__line {
    background-color: #ccb1d8
}

.profile__line-break {
    margin-right: calc(100% / 3)
}

.profile__line-break-full {
    margin-right: calc(100% / 2)
}


.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    opacity: 0
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    background-color: #8850a0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #8850a0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #8850a0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #8850a0
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #8850a0
}

.page__content p,
.post__content p {
    display: inline-block;
    margin-bottom: 2rem;
    max-width: 800px
}

.post--single .post__title,
.post__posted-on {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    color: #fff
}

.post__poster {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 400px;
    width: 100%
}

.post__poster .content-wrapper {
    height: 100%
}

.post__content {
    max-width: 800px
}

.post__entry-footer {
    text-shadow: 2px 2px 0 #282828;
    background: 0 0;
    background: -webkit-linear-gradient(-90deg, transparent, rgba(0, 0, 0, .8));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    min-height: 50px;
    padding-top: 2rem
}

.post-nav {
    display: block;
    font-size: 0;
    width: 100%
}

.post-nav li {
    display: inline-block;
    width: 50%;
    font-size: 16px
}

.post--single .cat-links,
.post--single .tag-links {
    display: inline-block;
    margin-right: 1rem
}

body.admin-bar {
    padding-top: 46px
}

.fc-text-image {
    background-color: #c6c6c6;
    position: relative
}

.fc-text-image__thumb {
    background-size: cover;
    padding-bottom: 100%
}

.fc-icon-title-text__icon img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    max-width: 125px
}

.fc-title-subtitle-image {
    background-size: cover;
    padding-bottom: 3rem;
    width: 100%
}

.fc-title-subtitle-image .row {
    height: 400px
}

.fc-poster,
.fc-poster .row {
    height: 275px
}

.fc-poster {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: center;
    width: 100%;
    -webkit-transition: background-image .5s ease-in-out;
    transition: background-image .5s ease-in-out
}

.fc-poster__figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    text-transform: uppercase;
    padding: 1rem 0
}

.fc-poster--empty,
.fc-poster--empty .row {
    height: 250px
}

@media (max-width:992px) {
    .onlineportal {
        display: none
    }
}

@media (min-width:768px) {

    .slider,
    .tile__excerpt {
        overflow: hidden
    }

    .content {
        font-size: 1.125em
    }

    .main-footer__col-mid {
        min-height: 150px
    }

    .section__jumper {
        display: block
    }

    .extend.cs-dialog .cs-dialog__title,
    .page__content h1,
    .post__content h1,
    .title-h1 {
        font-size: 4.25em
    }

    .title-h2 {
        font-size: 2.25em
    }

    .title-h3 {
        font-size: 2em
    }

    .title-h4 {
        font-size: 1.5em
    }

    .page__content h2,
    .page__content h3,
    .page__content h4,
    .post__content h2,
    .post__content h3,
    .post__content h4,
    .title-h5 {
        font-size: 1.25em
    }

    .title-slider {
        font-size: 2.75em;
        color: #c6c6c6
    }

    .slider,
    .slider .row,
    .slider__item {
        height: 500px
    }

    .slider__title {
        line-height: 74px;
        margin-bottom: 12px
    }

    .slider__subtitle {
        padding-bottom: 80px;
        max-width: 500px
    }

    .tile__excerpt {
        width: 100%;
        height: 215px
    }

    .tile__thumb {
        height: 150px;
        width: 100%
    }

    .window__title {
        font-size: 1.5em;
        width: 75%;
        text-align: left;
        padding-left: 2rem
    }

    body.admin-bar {
        padding-top: 32px
    }

    .fc-text-image__thumb {
        padding: 0
    }

    .fc-icon-title-text__icon {
        height: 100px
    }

    .fc-icon-title-text__title {
        height: 90px;
        font-size: 1.5em
    }

    .fc-icon-title-text__text {
        display: block;
        height: 200px;
        overflow: hidden;
        margin-bottom: 1rem
    }

    .fc-icon-title-text__text a {
        display: inline;
        white-space: nowrap
    }

    .fc-title-subtitle-image {
        padding-bottom: 7rem
    }

    .fc-title-subtitle-image .row {
        height: 675px
    }

    .fc-poster,
    .fc-poster .row {
        height: 475px
    }

    .fc-poster--empty,
    .fc-poster--empty .row {
        height: 250px
    }
}

.fill:focus,
.fill:hover {
    box-shadow: inset 0 0 0 2em var(--hover)
}

.btn:focus,
.btn:hover,
.pulse:focus,
.pulse:hover {
    animation: 1s pulse;
    box-shadow: 0 0 0 .5em rgba(255, 255, 255, 0)
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover)
    }
}

.close:focus,
.close:hover {
    box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover)
}

.raise:focus,
.raise:hover {
    box-shadow: 0 .5em .5em -.4em var(--hover);
    transform: translateY(-.25em)
}

.up:focus,
.up:hover {
    box-shadow: inset 0 -3.25em 0 0 var(--hover)
}

.slide:focus,
.slide:hover {
    box-shadow: inset 6.5em 0 0 0 var(--hover)
}

.offset:focus,
.offset:hover {
    box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover)
}

.fill {
    --color: #a972cb;
    --hover: #cb72aa
}

.btn,
.pulse {
    --color: #8850a0;
    --hover: #a0507c
}

.close {
    --color: #ff7f82;
    --hover: #ffdc7f
}

.raise {
    --color: #ffa260;
    --hover: #e5ff60
}

.up {
    --color: #e4cb58;
    --hover: #94e458
}

.slide {
    --color: #8fc866;
    --hover: #66c887
}

.offset {
    box-shadow: .3em .3em 0 0 var(--color), inset .3em .3em 0 0 var(--color);
    --color: #19bc8b;
    --hover: #1973bc
}