@charset "UTF-8";

button,
img,
legend {
    border: 0
}

.mate-regular {
    font-family: "Mate", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  
  .mate-regular-italic {
    font-family: "Mate", system-ui;
    font-weight: 400;
    font-style: italic;
  } 

.results-list>li>a,
hr {
    border-bottom: 1px solid #e1e1e1
}

.slide-in-down.mui-enter {
    transition-duration: .3s;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter,
.slide-in-up.mui-enter {
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform;
    -webkit-backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    backface-visibility: hidden
}

.slide-in-right.mui-enter,
.slide-out-down.mui-leave {
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform;
    -webkit-backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    backface-visibility: hidden
}

.slide-out-right.mui-leave,
.slide-out-up.mui-leave {
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform;
    -webkit-backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    backface-visibility: hidden
}

.hinge-in-from-top.mui-enter,
.slide-out-left.mui-leave {
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.off-canvas,
.slide-out-left.mui-leave {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0)
}

.slide-out-left.mui-leave {
    transform: translateX(0);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.hinge-in-from-top.mui-enter {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter,
.hinge-in-from-right.mui-enter {
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter,
.hinge-in-from-middle-x.mui-enter {
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter,
.hinge-out-from-top.mui-leave {
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave,
.hinge-out-from-right.mui-leave {
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave,
.hinge-out-from-middle-x.mui-leave {
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave,
.scale-in-up.mui-enter {
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter,
.scale-out-up.mui-leave {
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave,
.spin-in.mui-enter {
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-property: opacity, -webkit-transform
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in-ccw.mui-enter,
.spin-out.mui-leave {
    transition-property: opacity, -webkit-transform;
    transition-duration: .3s;
    transition-timing-function: linear
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    transition-duration: .3s;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.linear {
    transition-timing-function: linear !important;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important;
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important;
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important;
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    transition-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    transition-delay: .7s !important;
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {

    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.no-flexbox .row {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto
}

.no-flexbox .row::after,
.no-flexbox .row::before {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.no-flexbox .row::after {
    clear: both
}

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

.no-flexbox .row .row {
    margin-left: -.875rem;
    margin-right: -.875rem
}

@media screen and (min-width:48em) {
    .no-flexbox .row .row {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

@media screen and (min-width:64.0625em) {
    .no-flexbox .row .row {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

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

.no-flexbox .row.expanded {
    max-width: none
}

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

.no-flexbox .column,
.no-flexbox .columns {
    width: 100%;
    float: left;
    padding-left: .875rem;
    padding-right: .875rem
}

@media screen and (min-width:48em) {

    .no-flexbox .column,
    .no-flexbox .columns {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media screen and (min-width:64.0625em) {

    .no-flexbox .column,
    .no-flexbox .columns {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

.no-flexbox .column:last-child:not(:first-child),
.no-flexbox .columns:last-child:not(:first-child) {
    float: right
}

.no-flexbox .column.end:last-child:last-child,
.no-flexbox .end.columns:last-child:last-child {
    float: left
}

.no-flexbox .column.row.row,
.no-flexbox .row.row.columns {
    float: none
}

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

.no-flexbox .small-1 {
    width: 6.25%
}

.no-flexbox .small-push-1 {
    position: relative;
    left: 6.25%
}

.no-flexbox .small-pull-1 {
    position: relative;
    left: -6.25%
}

.no-flexbox .small-offset-0 {
    margin-left: 0
}

.no-flexbox .small-2 {
    width: 12.5%
}

.no-flexbox .small-push-2 {
    position: relative;
    left: 12.5%
}

.no-flexbox .small-pull-2 {
    position: relative;
    left: -12.5%
}

.no-flexbox .small-offset-1 {
    margin-left: 6.25%
}

.no-flexbox .small-3 {
    width: 18.75%
}

.no-flexbox .small-push-3 {
    position: relative;
    left: 18.75%
}

.no-flexbox .small-pull-3 {
    position: relative;
    left: -18.75%
}

.no-flexbox .small-offset-2 {
    margin-left: 12.5%
}

.no-flexbox .small-4 {
    width: 25%
}

.no-flexbox .small-push-4 {
    position: relative;
    left: 25%
}

.no-flexbox .small-pull-4 {
    position: relative;
    left: -25%
}

.no-flexbox .small-offset-3 {
    margin-left: 18.75%
}

.no-flexbox .small-5 {
    width: 31.25%
}

.no-flexbox .small-push-5 {
    position: relative;
    left: 31.25%
}

.no-flexbox .small-pull-5 {
    position: relative;
    left: -31.25%
}

.no-flexbox .small-offset-4 {
    margin-left: 25%
}

.no-flexbox .small-6 {
    width: 37.5%
}

.no-flexbox .small-push-6 {
    position: relative;
    left: 37.5%
}

.no-flexbox .small-pull-6 {
    position: relative;
    left: -37.5%
}

.no-flexbox .small-offset-5 {
    margin-left: 31.25%
}

.no-flexbox .small-7 {
    width: 43.75%
}

.no-flexbox .small-push-7 {
    position: relative;
    left: 43.75%
}

.no-flexbox .small-pull-7 {
    position: relative;
    left: -43.75%
}

.no-flexbox .small-offset-6 {
    margin-left: 37.5%
}

.no-flexbox .small-8 {
    width: 50%
}

.no-flexbox .small-push-8 {
    position: relative;
    left: 50%
}

.no-flexbox .small-pull-8 {
    position: relative;
    left: -50%
}

.no-flexbox .small-offset-7 {
    margin-left: 43.75%
}

.no-flexbox .small-9 {
    width: 56.25%
}

.no-flexbox .small-push-9 {
    position: relative;
    left: 56.25%
}

.no-flexbox .small-pull-9 {
    position: relative;
    left: -56.25%
}

.no-flexbox .small-offset-8 {
    margin-left: 50%
}

.no-flexbox .small-10 {
    width: 62.5%
}

.no-flexbox .small-push-10 {
    position: relative;
    left: 62.5%
}

.no-flexbox .small-pull-10 {
    position: relative;
    left: -62.5%
}

.no-flexbox .small-offset-9 {
    margin-left: 56.25%
}

.no-flexbox .small-11 {
    width: 68.75%
}

.no-flexbox .small-push-11 {
    position: relative;
    left: 68.75%
}

.no-flexbox .small-pull-11 {
    position: relative;
    left: -68.75%
}

.no-flexbox .small-offset-10 {
    margin-left: 62.5%
}

.no-flexbox .small-12 {
    width: 75%
}

.no-flexbox .small-push-12 {
    position: relative;
    left: 75%
}

.no-flexbox .small-pull-12 {
    position: relative;
    left: -75%
}

.no-flexbox .small-offset-11 {
    margin-left: 68.75%
}

.no-flexbox .small-13 {
    width: 81.25%
}

.no-flexbox .small-push-13 {
    position: relative;
    left: 81.25%
}

.no-flexbox .small-pull-13 {
    position: relative;
    left: -81.25%
}

.no-flexbox .small-offset-12 {
    margin-left: 75%
}

.no-flexbox .small-14 {
    width: 87.5%
}

.no-flexbox .small-push-14 {
    position: relative;
    left: 87.5%
}

.no-flexbox .small-pull-14 {
    position: relative;
    left: -87.5%
}

.no-flexbox .small-offset-13 {
    margin-left: 81.25%
}

.no-flexbox .small-15 {
    width: 93.75%
}

.no-flexbox .small-push-15 {
    position: relative;
    left: 93.75%
}

.no-flexbox .small-pull-15 {
    position: relative;
    left: -93.75%
}

.no-flexbox .small-offset-14 {
    margin-left: 87.5%
}

.no-flexbox .small-16 {
    width: 100%
}

.no-flexbox .small-offset-15 {
    margin-left: 93.75%
}

.no-flexbox .small-up-1>.column,
.no-flexbox .small-up-1>.columns {
    width: 100%;
    float: left
}

.no-flexbox .small-up-1>.column:nth-of-type(1n),
.no-flexbox .small-up-1>.columns:nth-of-type(1n) {
    clear: none
}

.no-flexbox .small-up-1>.column:nth-of-type(1n+1),
.no-flexbox .small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}

.no-flexbox .small-up-1>.column:last-child,
.no-flexbox .small-up-1>.columns:last-child {
    float: left
}

.no-flexbox .small-up-2>.column,
.no-flexbox .small-up-2>.columns {
    width: 50%;
    float: left
}

.no-flexbox .small-up-2>.column:nth-of-type(1n),
.no-flexbox .small-up-2>.columns:nth-of-type(1n) {
    clear: none
}

.no-flexbox .small-up-2>.column:nth-of-type(2n+1),
.no-flexbox .small-up-2>.columns:nth-of-type(2n+1) {
    clear: both
}

.no-flexbox .small-up-2>.column:last-child,
.no-flexbox .small-up-2>.columns:last-child {
    float: left
}

.no-flexbox .small-up-3>.column,
.no-flexbox .small-up-3>.columns {
    width: 33.33333%;
    float: left
}

.no-flexbox .small-up-3>.column:nth-of-type(1n),
.no-flexbox .small-up-3>.columns:nth-of-type(1n) {
    clear: none
}

.no-flexbox .small-up-3>.column:nth-of-type(3n+1),
.no-flexbox .small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}

.no-flexbox .small-up-3>.column:last-child,
.no-flexbox .small-up-3>.columns:last-child {
    float: left
}

.no-flexbox .small-up-4>.column,
.no-flexbox .small-up-4>.columns {
    width: 25%;
    float: left
}

.no-flexbox .small-up-4>.column:nth-of-type(1n),
.no-flexbox .small-up-4>.columns:nth-of-type(1n) {
    clear: none
}

.no-flexbox .small-up-4>.column:nth-of-type(4n+1),
.no-flexbox .small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}

.no-flexbox .small-up-4>.column:last-child,
.no-flexbox .small-up-4>.columns:last-child {
    float: left
}

.no-flexbox .small-up-5>.column,
.no-flexbox .small-up-5>.columns {
    width: 20%;
    float: left
}

.no-flexbox .small-up-5>.column:nth-of-type(1n),
.no-flexbox .small-up-5>.columns:nth-of-type(1n) {
    clear: none
}

.no-flexbox .small-up-5>.column:nth-of-type(5n+1),
.no-flexbox .small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}

.no-flexbox .small-up-5>.column:last-child,
.no-flexbox .small-up-5>.columns:last-child {
    float: left
}

.no-flexbox .small-up-6>.column,
.no-flexbox .small-up-6>.columns {
    width: 16.66667%;
    float: left
}

.no-flexbox .small-up-6>.column:nth-of-type(1n),
.no-flexbox .small-up-6>.columns:nth-of-type(1n) {
    clear: none
}

.no-flexbox .small-up-6>.column:nth-of-type(6n+1),
.no-flexbox .small-up-6>.columns:nth-of-type(6n+1) {
    clear: both
}

.no-flexbox .small-up-6>.column:last-child,
.no-flexbox .small-up-6>.columns:last-child {
    float: left
}

.no-flexbox .small-up-7>.column,
.no-flexbox .small-up-7>.columns {
    width: 14.28571%;
    float: left
}

.no-flexbox .small-up-7>.column:nth-of-type(1n),
.no-flexbox .small-up-7>.columns:nth-of-type(1n) {
    clear: none
}

.no-flexbox .small-up-7>.column:nth-of-type(7n+1),
.no-flexbox .small-up-7>.columns:nth-of-type(7n+1) {
    clear: both
}

.no-flexbox .small-up-7>.column:last-child,
.no-flexbox .small-up-7>.columns:last-child {
    float: left
}

.no-flexbox .small-up-8>.column,
.no-flexbox .small-up-8>.columns {
    width: 12.5%;
    float: left
}

.no-flexbox .small-up-8>.column:nth-of-type(1n),
.no-flexbox .small-up-8>.columns:nth-of-type(1n) {
    clear: none
}

.no-flexbox .small-up-8>.column:nth-of-type(8n+1),
.no-flexbox .small-up-8>.columns:nth-of-type(8n+1) {
    clear: both
}

.no-flexbox .small-up-8>.column:last-child,
.no-flexbox .small-up-8>.columns:last-child {
    float: left
}

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

.no-flexbox .expanded.row .small-collapse.row,
.no-flexbox .small-collapse .row {
    margin-left: 0;
    margin-right: 0
}

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

.no-flexbox .small-centered {
    margin-left: auto;
    margin-right: auto
}

.no-flexbox .small-centered,
.no-flexbox .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both
}

.no-flexbox .small-pull-0,
.no-flexbox .small-push-0,
.no-flexbox .small-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width:48em) {
    .no-flexbox .medium-1 {
        width: 6.25%
    }

    .no-flexbox .medium-push-1 {
        position: relative;
        left: 6.25%
    }

    .no-flexbox .medium-pull-1 {
        position: relative;
        left: -6.25%
    }

    .no-flexbox .medium-offset-0 {
        margin-left: 0
    }

    .no-flexbox .medium-2 {
        width: 12.5%
    }

    .no-flexbox .medium-push-2 {
        position: relative;
        left: 12.5%
    }

    .no-flexbox .medium-pull-2 {
        position: relative;
        left: -12.5%
    }

    .no-flexbox .medium-offset-1 {
        margin-left: 6.25%
    }

    .no-flexbox .medium-3 {
        width: 18.75%
    }

    .no-flexbox .medium-push-3 {
        position: relative;
        left: 18.75%
    }

    .no-flexbox .medium-pull-3 {
        position: relative;
        left: -18.75%
    }

    .no-flexbox .medium-offset-2 {
        margin-left: 12.5%
    }

    .no-flexbox .medium-4 {
        width: 25%
    }

    .no-flexbox .medium-push-4 {
        position: relative;
        left: 25%
    }

    .no-flexbox .medium-pull-4 {
        position: relative;
        left: -25%
    }

    .no-flexbox .medium-offset-3 {
        margin-left: 18.75%
    }

    .no-flexbox .medium-5 {
        width: 31.25%
    }

    .no-flexbox .medium-push-5 {
        position: relative;
        left: 31.25%
    }

    .no-flexbox .medium-pull-5 {
        position: relative;
        left: -31.25%
    }

    .no-flexbox .medium-offset-4 {
        margin-left: 25%
    }

    .no-flexbox .medium-6 {
        width: 37.5%
    }

    .no-flexbox .medium-push-6 {
        position: relative;
        left: 37.5%
    }

    .no-flexbox .medium-pull-6 {
        position: relative;
        left: -37.5%
    }

    .no-flexbox .medium-offset-5 {
        margin-left: 31.25%
    }

    .no-flexbox .medium-7 {
        width: 43.75%
    }

    .no-flexbox .medium-push-7 {
        position: relative;
        left: 43.75%
    }

    .no-flexbox .medium-pull-7 {
        position: relative;
        left: -43.75%
    }

    .no-flexbox .medium-offset-6 {
        margin-left: 37.5%
    }

    .no-flexbox .medium-8 {
        width: 50%
    }

    .no-flexbox .medium-push-8 {
        position: relative;
        left: 50%
    }

    .no-flexbox .medium-pull-8 {
        position: relative;
        left: -50%
    }

    .no-flexbox .medium-offset-7 {
        margin-left: 43.75%
    }

    .no-flexbox .medium-9 {
        width: 56.25%
    }

    .no-flexbox .medium-push-9 {
        position: relative;
        left: 56.25%
    }

    .no-flexbox .medium-pull-9 {
        position: relative;
        left: -56.25%
    }

    .no-flexbox .medium-offset-8 {
        margin-left: 50%
    }

    .no-flexbox .medium-10 {
        width: 62.5%
    }

    .no-flexbox .medium-push-10 {
        position: relative;
        left: 62.5%
    }

    .no-flexbox .medium-pull-10 {
        position: relative;
        left: -62.5%
    }

    .no-flexbox .medium-offset-9 {
        margin-left: 56.25%
    }

    .no-flexbox .medium-11 {
        width: 68.75%
    }

    .no-flexbox .medium-push-11 {
        position: relative;
        left: 68.75%
    }

    .no-flexbox .medium-pull-11 {
        position: relative;
        left: -68.75%
    }

    .no-flexbox .medium-offset-10 {
        margin-left: 62.5%
    }

    .no-flexbox .medium-12 {
        width: 75%
    }

    .no-flexbox .medium-push-12 {
        position: relative;
        left: 75%
    }

    .no-flexbox .medium-pull-12 {
        position: relative;
        left: -75%
    }

    .no-flexbox .medium-offset-11 {
        margin-left: 68.75%
    }

    .no-flexbox .medium-13 {
        width: 81.25%
    }

    .no-flexbox .medium-push-13 {
        position: relative;
        left: 81.25%
    }

    .no-flexbox .medium-pull-13 {
        position: relative;
        left: -81.25%
    }

    .no-flexbox .medium-offset-12 {
        margin-left: 75%
    }

    .no-flexbox .medium-14 {
        width: 87.5%
    }

    .no-flexbox .medium-push-14 {
        position: relative;
        left: 87.5%
    }

    .no-flexbox .medium-pull-14 {
        position: relative;
        left: -87.5%
    }

    .no-flexbox .medium-offset-13 {
        margin-left: 81.25%
    }

    .no-flexbox .medium-15 {
        width: 93.75%
    }

    .no-flexbox .medium-push-15 {
        position: relative;
        left: 93.75%
    }

    .no-flexbox .medium-pull-15 {
        position: relative;
        left: -93.75%
    }

    .no-flexbox .medium-offset-14 {
        margin-left: 87.5%
    }

    .no-flexbox .medium-16 {
        width: 100%
    }

    .no-flexbox .medium-offset-15 {
        margin-left: 93.75%
    }

    .no-flexbox .medium-up-1>.column,
    .no-flexbox .medium-up-1>.columns {
        width: 100%;
        float: left
    }

    .no-flexbox .medium-up-1>.column:nth-of-type(1n),
    .no-flexbox .medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .medium-up-1>.column:nth-of-type(1n+1),
    .no-flexbox .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .no-flexbox .medium-up-1>.column:last-child,
    .no-flexbox .medium-up-1>.columns:last-child {
        float: left
    }

    .no-flexbox .medium-up-2>.column,
    .no-flexbox .medium-up-2>.columns {
        width: 50%;
        float: left
    }

    .no-flexbox .medium-up-2>.column:nth-of-type(1n),
    .no-flexbox .medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .medium-up-2>.column:nth-of-type(2n+1),
    .no-flexbox .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .no-flexbox .medium-up-2>.column:last-child,
    .no-flexbox .medium-up-2>.columns:last-child {
        float: left
    }

    .no-flexbox .medium-up-3>.column,
    .no-flexbox .medium-up-3>.columns {
        width: 33.33333%;
        float: left
    }

    .no-flexbox .medium-up-3>.column:nth-of-type(1n),
    .no-flexbox .medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .medium-up-3>.column:nth-of-type(3n+1),
    .no-flexbox .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .no-flexbox .medium-up-3>.column:last-child,
    .no-flexbox .medium-up-3>.columns:last-child {
        float: left
    }

    .no-flexbox .medium-up-4>.column,
    .no-flexbox .medium-up-4>.columns {
        width: 25%;
        float: left
    }

    .no-flexbox .medium-up-4>.column:nth-of-type(1n),
    .no-flexbox .medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .medium-up-4>.column:nth-of-type(4n+1),
    .no-flexbox .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .no-flexbox .medium-up-4>.column:last-child,
    .no-flexbox .medium-up-4>.columns:last-child {
        float: left
    }

    .no-flexbox .medium-up-5>.column,
    .no-flexbox .medium-up-5>.columns {
        width: 20%;
        float: left
    }

    .no-flexbox .medium-up-5>.column:nth-of-type(1n),
    .no-flexbox .medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .medium-up-5>.column:nth-of-type(5n+1),
    .no-flexbox .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .no-flexbox .medium-up-5>.column:last-child,
    .no-flexbox .medium-up-5>.columns:last-child {
        float: left
    }

    .no-flexbox .medium-up-6>.column,
    .no-flexbox .medium-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .no-flexbox .medium-up-6>.column:nth-of-type(1n),
    .no-flexbox .medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .medium-up-6>.column:nth-of-type(6n+1),
    .no-flexbox .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .no-flexbox .medium-up-6>.column:last-child,
    .no-flexbox .medium-up-6>.columns:last-child {
        float: left
    }

    .no-flexbox .medium-up-7>.column,
    .no-flexbox .medium-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .no-flexbox .medium-up-7>.column:nth-of-type(1n),
    .no-flexbox .medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .medium-up-7>.column:nth-of-type(7n+1),
    .no-flexbox .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .no-flexbox .medium-up-7>.column:last-child,
    .no-flexbox .medium-up-7>.columns:last-child {
        float: left
    }

    .no-flexbox .medium-up-8>.column,
    .no-flexbox .medium-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .no-flexbox .medium-up-8>.column:nth-of-type(1n),
    .no-flexbox .medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .medium-up-8>.column:nth-of-type(8n+1),
    .no-flexbox .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .no-flexbox .medium-up-8>.column:last-child,
    .no-flexbox .medium-up-8>.columns:last-child {
        float: left
    }

    .no-flexbox .medium-collapse>.column,
    .no-flexbox .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .no-flexbox .expanded.row .medium-collapse.row,
    .no-flexbox .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

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

    .no-flexbox .medium-centered {
        margin-left: auto;
        margin-right: auto
    }

    .no-flexbox .medium-centered,
    .no-flexbox .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }

    .no-flexbox .medium-pull-0,
    .no-flexbox .medium-push-0,
    .no-flexbox .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:64.0625em) {
    .no-flexbox .large-1 {
        width: 6.25%
    }

    .no-flexbox .large-push-1 {
        position: relative;
        left: 6.25%
    }

    .no-flexbox .large-pull-1 {
        position: relative;
        left: -6.25%
    }

    .no-flexbox .large-offset-0 {
        margin-left: 0
    }

    .no-flexbox .large-2 {
        width: 12.5%
    }

    .no-flexbox .large-push-2 {
        position: relative;
        left: 12.5%
    }

    .no-flexbox .large-pull-2 {
        position: relative;
        left: -12.5%
    }

    .no-flexbox .large-offset-1 {
        margin-left: 6.25%
    }

    .no-flexbox .large-3 {
        width: 18.75%
    }

    .no-flexbox .large-push-3 {
        position: relative;
        left: 18.75%
    }

    .no-flexbox .large-pull-3 {
        position: relative;
        left: -18.75%
    }

    .no-flexbox .large-offset-2 {
        margin-left: 12.5%
    }

    .no-flexbox .large-4 {
        width: 25%
    }

    .no-flexbox .large-push-4 {
        position: relative;
        left: 25%
    }

    .no-flexbox .large-pull-4 {
        position: relative;
        left: -25%
    }

    .no-flexbox .large-offset-3 {
        margin-left: 18.75%
    }

    .no-flexbox .large-5 {
        width: 31.25%
    }

    .no-flexbox .large-push-5 {
        position: relative;
        left: 31.25%
    }

    .no-flexbox .large-pull-5 {
        position: relative;
        left: -31.25%
    }

    .no-flexbox .large-offset-4 {
        margin-left: 25%
    }

    .no-flexbox .large-6 {
        width: 37.5%
    }

    .no-flexbox .large-push-6 {
        position: relative;
        left: 37.5%
    }

    .no-flexbox .large-pull-6 {
        position: relative;
        left: -37.5%
    }

    .no-flexbox .large-offset-5 {
        margin-left: 31.25%
    }

    .no-flexbox .large-7 {
        width: 43.75%
    }

    .no-flexbox .large-push-7 {
        position: relative;
        left: 43.75%
    }

    .no-flexbox .large-pull-7 {
        position: relative;
        left: -43.75%
    }

    .no-flexbox .large-offset-6 {
        margin-left: 37.5%
    }

    .no-flexbox .large-8 {
        width: 50%
    }

    .no-flexbox .large-push-8 {
        position: relative;
        left: 50%
    }

    .no-flexbox .large-pull-8 {
        position: relative;
        left: -50%
    }

    .no-flexbox .large-offset-7 {
        margin-left: 43.75%
    }

    .no-flexbox .large-9 {
        width: 56.25%
    }

    .no-flexbox .large-push-9 {
        position: relative;
        left: 56.25%
    }

    .no-flexbox .large-pull-9 {
        position: relative;
        left: -56.25%
    }

    .no-flexbox .large-offset-8 {
        margin-left: 50%
    }

    .no-flexbox .large-10 {
        width: 62.5%
    }

    .no-flexbox .large-push-10 {
        position: relative;
        left: 62.5%
    }

    .no-flexbox .large-pull-10 {
        position: relative;
        left: -62.5%
    }

    .no-flexbox .large-offset-9 {
        margin-left: 56.25%
    }

    .no-flexbox .large-11 {
        width: 68.75%
    }

    .no-flexbox .large-push-11 {
        position: relative;
        left: 68.75%
    }

    .no-flexbox .large-pull-11 {
        position: relative;
        left: -68.75%
    }

    .no-flexbox .large-offset-10 {
        margin-left: 62.5%
    }

    .no-flexbox .large-12 {
        width: 75%
    }

    .no-flexbox .large-push-12 {
        position: relative;
        left: 75%
    }

    .no-flexbox .large-pull-12 {
        position: relative;
        left: -75%
    }

    .no-flexbox .large-offset-11 {
        margin-left: 68.75%
    }

    .no-flexbox .large-13 {
        width: 81.25%
    }

    .no-flexbox .large-push-13 {
        position: relative;
        left: 81.25%
    }

    .no-flexbox .large-pull-13 {
        position: relative;
        left: -81.25%
    }

    .no-flexbox .large-offset-12 {
        margin-left: 75%
    }

    .no-flexbox .large-14 {
        width: 87.5%
    }

    .no-flexbox .large-push-14 {
        position: relative;
        left: 87.5%
    }

    .no-flexbox .large-pull-14 {
        position: relative;
        left: -87.5%
    }

    .no-flexbox .large-offset-13 {
        margin-left: 81.25%
    }

    .no-flexbox .large-15 {
        width: 93.75%
    }

    .no-flexbox .large-push-15 {
        position: relative;
        left: 93.75%
    }

    .no-flexbox .large-pull-15 {
        position: relative;
        left: -93.75%
    }

    .no-flexbox .large-offset-14 {
        margin-left: 87.5%
    }

    .no-flexbox .large-16 {
        width: 100%
    }

    .no-flexbox .large-offset-15 {
        margin-left: 93.75%
    }

    .no-flexbox .large-up-1>.column,
    .no-flexbox .large-up-1>.columns {
        width: 100%;
        float: left
    }

    .no-flexbox .large-up-1>.column:nth-of-type(1n),
    .no-flexbox .large-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .large-up-1>.column:nth-of-type(1n+1),
    .no-flexbox .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .no-flexbox .large-up-1>.column:last-child,
    .no-flexbox .large-up-1>.columns:last-child {
        float: left
    }

    .no-flexbox .large-up-2>.column,
    .no-flexbox .large-up-2>.columns {
        width: 50%;
        float: left
    }

    .no-flexbox .large-up-2>.column:nth-of-type(1n),
    .no-flexbox .large-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .large-up-2>.column:nth-of-type(2n+1),
    .no-flexbox .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .no-flexbox .large-up-2>.column:last-child,
    .no-flexbox .large-up-2>.columns:last-child {
        float: left
    }

    .no-flexbox .large-up-3>.column,
    .no-flexbox .large-up-3>.columns {
        width: 33.33333%;
        float: left
    }

    .no-flexbox .large-up-3>.column:nth-of-type(1n),
    .no-flexbox .large-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .large-up-3>.column:nth-of-type(3n+1),
    .no-flexbox .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .no-flexbox .large-up-3>.column:last-child,
    .no-flexbox .large-up-3>.columns:last-child {
        float: left
    }

    .no-flexbox .large-up-4>.column,
    .no-flexbox .large-up-4>.columns {
        width: 25%;
        float: left
    }

    .no-flexbox .large-up-4>.column:nth-of-type(1n),
    .no-flexbox .large-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .large-up-4>.column:nth-of-type(4n+1),
    .no-flexbox .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .no-flexbox .large-up-4>.column:last-child,
    .no-flexbox .large-up-4>.columns:last-child {
        float: left
    }

    .no-flexbox .large-up-5>.column,
    .no-flexbox .large-up-5>.columns {
        width: 20%;
        float: left
    }

    .no-flexbox .large-up-5>.column:nth-of-type(1n),
    .no-flexbox .large-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .large-up-5>.column:nth-of-type(5n+1),
    .no-flexbox .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .no-flexbox .large-up-5>.column:last-child,
    .no-flexbox .large-up-5>.columns:last-child {
        float: left
    }

    .no-flexbox .large-up-6>.column,
    .no-flexbox .large-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .no-flexbox .large-up-6>.column:nth-of-type(1n),
    .no-flexbox .large-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .large-up-6>.column:nth-of-type(6n+1),
    .no-flexbox .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .no-flexbox .large-up-6>.column:last-child,
    .no-flexbox .large-up-6>.columns:last-child {
        float: left
    }

    .no-flexbox .large-up-7>.column,
    .no-flexbox .large-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .no-flexbox .large-up-7>.column:nth-of-type(1n),
    .no-flexbox .large-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .large-up-7>.column:nth-of-type(7n+1),
    .no-flexbox .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .no-flexbox .large-up-7>.column:last-child,
    .no-flexbox .large-up-7>.columns:last-child {
        float: left
    }

    .no-flexbox .large-up-8>.column,
    .no-flexbox .large-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .no-flexbox .large-up-8>.column:nth-of-type(1n),
    .no-flexbox .large-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .large-up-8>.column:nth-of-type(8n+1),
    .no-flexbox .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .no-flexbox .large-up-8>.column:last-child,
    .no-flexbox .large-up-8>.columns:last-child {
        float: left
    }

    .no-flexbox .large-collapse>.column,
    .no-flexbox .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .no-flexbox .expanded.row .large-collapse.row,
    .no-flexbox .large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

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

    .no-flexbox .large-centered {
        margin-left: auto;
        margin-right: auto
    }

    .no-flexbox .large-centered,
    .no-flexbox .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }

    .no-flexbox .large-pull-0,
    .no-flexbox .large-push-0,
    .no-flexbox .large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:90em) {
    .no-flexbox .xlarge-1 {
        width: 6.25%
    }

    .no-flexbox .xlarge-push-1 {
        position: relative;
        left: 6.25%
    }

    .no-flexbox .xlarge-pull-1 {
        position: relative;
        left: -6.25%
    }

    .no-flexbox .xlarge-offset-0 {
        margin-left: 0
    }

    .no-flexbox .xlarge-2 {
        width: 12.5%
    }

    .no-flexbox .xlarge-push-2 {
        position: relative;
        left: 12.5%
    }

    .no-flexbox .xlarge-pull-2 {
        position: relative;
        left: -12.5%
    }

    .no-flexbox .xlarge-offset-1 {
        margin-left: 6.25%
    }

    .no-flexbox .xlarge-3 {
        width: 18.75%
    }

    .no-flexbox .xlarge-push-3 {
        position: relative;
        left: 18.75%
    }

    .no-flexbox .xlarge-pull-3 {
        position: relative;
        left: -18.75%
    }

    .no-flexbox .xlarge-offset-2 {
        margin-left: 12.5%
    }

    .no-flexbox .xlarge-4 {
        width: 25%
    }

    .no-flexbox .xlarge-push-4 {
        position: relative;
        left: 25%
    }

    .no-flexbox .xlarge-pull-4 {
        position: relative;
        left: -25%
    }

    .no-flexbox .xlarge-offset-3 {
        margin-left: 18.75%
    }

    .no-flexbox .xlarge-5 {
        width: 31.25%
    }

    .no-flexbox .xlarge-push-5 {
        position: relative;
        left: 31.25%
    }

    .no-flexbox .xlarge-pull-5 {
        position: relative;
        left: -31.25%
    }

    .no-flexbox .xlarge-offset-4 {
        margin-left: 25%
    }

    .no-flexbox .xlarge-6 {
        width: 37.5%
    }

    .no-flexbox .xlarge-push-6 {
        position: relative;
        left: 37.5%
    }

    .no-flexbox .xlarge-pull-6 {
        position: relative;
        left: -37.5%
    }

    .no-flexbox .xlarge-offset-5 {
        margin-left: 31.25%
    }

    .no-flexbox .xlarge-7 {
        width: 43.75%
    }

    .no-flexbox .xlarge-push-7 {
        position: relative;
        left: 43.75%
    }

    .no-flexbox .xlarge-pull-7 {
        position: relative;
        left: -43.75%
    }

    .no-flexbox .xlarge-offset-6 {
        margin-left: 37.5%
    }

    .no-flexbox .xlarge-8 {
        width: 50%
    }

    .no-flexbox .xlarge-push-8 {
        position: relative;
        left: 50%
    }

    .no-flexbox .xlarge-pull-8 {
        position: relative;
        left: -50%
    }

    .no-flexbox .xlarge-offset-7 {
        margin-left: 43.75%
    }

    .no-flexbox .xlarge-9 {
        width: 56.25%
    }

    .no-flexbox .xlarge-push-9 {
        position: relative;
        left: 56.25%
    }

    .no-flexbox .xlarge-pull-9 {
        position: relative;
        left: -56.25%
    }

    .no-flexbox .xlarge-offset-8 {
        margin-left: 50%
    }

    .no-flexbox .xlarge-10 {
        width: 62.5%
    }

    .no-flexbox .xlarge-push-10 {
        position: relative;
        left: 62.5%
    }

    .no-flexbox .xlarge-pull-10 {
        position: relative;
        left: -62.5%
    }

    .no-flexbox .xlarge-offset-9 {
        margin-left: 56.25%
    }

    .no-flexbox .xlarge-11 {
        width: 68.75%
    }

    .no-flexbox .xlarge-push-11 {
        position: relative;
        left: 68.75%
    }

    .no-flexbox .xlarge-pull-11 {
        position: relative;
        left: -68.75%
    }

    .no-flexbox .xlarge-offset-10 {
        margin-left: 62.5%
    }

    .no-flexbox .xlarge-12 {
        width: 75%
    }

    .no-flexbox .xlarge-push-12 {
        position: relative;
        left: 75%
    }

    .no-flexbox .xlarge-pull-12 {
        position: relative;
        left: -75%
    }

    .no-flexbox .xlarge-offset-11 {
        margin-left: 68.75%
    }

    .no-flexbox .xlarge-13 {
        width: 81.25%
    }

    .no-flexbox .xlarge-push-13 {
        position: relative;
        left: 81.25%
    }

    .no-flexbox .xlarge-pull-13 {
        position: relative;
        left: -81.25%
    }

    .no-flexbox .xlarge-offset-12 {
        margin-left: 75%
    }

    .no-flexbox .xlarge-14 {
        width: 87.5%
    }

    .no-flexbox .xlarge-push-14 {
        position: relative;
        left: 87.5%
    }

    .no-flexbox .xlarge-pull-14 {
        position: relative;
        left: -87.5%
    }

    .no-flexbox .xlarge-offset-13 {
        margin-left: 81.25%
    }

    .no-flexbox .xlarge-15 {
        width: 93.75%
    }

    .no-flexbox .xlarge-push-15 {
        position: relative;
        left: 93.75%
    }

    .no-flexbox .xlarge-pull-15 {
        position: relative;
        left: -93.75%
    }

    .no-flexbox .xlarge-offset-14 {
        margin-left: 87.5%
    }

    .no-flexbox .xlarge-16 {
        width: 100%
    }

    .no-flexbox .xlarge-offset-15 {
        margin-left: 93.75%
    }

    .no-flexbox .xlarge-up-1>.column,
    .no-flexbox .xlarge-up-1>.columns {
        width: 100%;
        float: left
    }

    .no-flexbox .xlarge-up-1>.column:nth-of-type(1n),
    .no-flexbox .xlarge-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .xlarge-up-1>.column:nth-of-type(1n+1),
    .no-flexbox .xlarge-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .no-flexbox .xlarge-up-1>.column:last-child,
    .no-flexbox .xlarge-up-1>.columns:last-child {
        float: left
    }

    .no-flexbox .xlarge-up-2>.column,
    .no-flexbox .xlarge-up-2>.columns {
        width: 50%;
        float: left
    }

    .no-flexbox .xlarge-up-2>.column:nth-of-type(1n),
    .no-flexbox .xlarge-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .xlarge-up-2>.column:nth-of-type(2n+1),
    .no-flexbox .xlarge-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .no-flexbox .xlarge-up-2>.column:last-child,
    .no-flexbox .xlarge-up-2>.columns:last-child {
        float: left
    }

    .no-flexbox .xlarge-up-3>.column,
    .no-flexbox .xlarge-up-3>.columns {
        width: 33.33333%;
        float: left
    }

    .no-flexbox .xlarge-up-3>.column:nth-of-type(1n),
    .no-flexbox .xlarge-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .xlarge-up-3>.column:nth-of-type(3n+1),
    .no-flexbox .xlarge-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .no-flexbox .xlarge-up-3>.column:last-child,
    .no-flexbox .xlarge-up-3>.columns:last-child {
        float: left
    }

    .no-flexbox .xlarge-up-4>.column,
    .no-flexbox .xlarge-up-4>.columns {
        width: 25%;
        float: left
    }

    .no-flexbox .xlarge-up-4>.column:nth-of-type(1n),
    .no-flexbox .xlarge-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .xlarge-up-4>.column:nth-of-type(4n+1),
    .no-flexbox .xlarge-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .no-flexbox .xlarge-up-4>.column:last-child,
    .no-flexbox .xlarge-up-4>.columns:last-child {
        float: left
    }

    .no-flexbox .xlarge-up-5>.column,
    .no-flexbox .xlarge-up-5>.columns {
        width: 20%;
        float: left
    }

    .no-flexbox .xlarge-up-5>.column:nth-of-type(1n),
    .no-flexbox .xlarge-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .xlarge-up-5>.column:nth-of-type(5n+1),
    .no-flexbox .xlarge-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .no-flexbox .xlarge-up-5>.column:last-child,
    .no-flexbox .xlarge-up-5>.columns:last-child {
        float: left
    }

    .no-flexbox .xlarge-up-6>.column,
    .no-flexbox .xlarge-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .no-flexbox .xlarge-up-6>.column:nth-of-type(1n),
    .no-flexbox .xlarge-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .xlarge-up-6>.column:nth-of-type(6n+1),
    .no-flexbox .xlarge-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .no-flexbox .xlarge-up-6>.column:last-child,
    .no-flexbox .xlarge-up-6>.columns:last-child {
        float: left
    }

    .no-flexbox .xlarge-up-7>.column,
    .no-flexbox .xlarge-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .no-flexbox .xlarge-up-7>.column:nth-of-type(1n),
    .no-flexbox .xlarge-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .xlarge-up-7>.column:nth-of-type(7n+1),
    .no-flexbox .xlarge-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .no-flexbox .xlarge-up-7>.column:last-child,
    .no-flexbox .xlarge-up-7>.columns:last-child {
        float: left
    }

    .no-flexbox .xlarge-up-8>.column,
    .no-flexbox .xlarge-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .no-flexbox .xlarge-up-8>.column:nth-of-type(1n),
    .no-flexbox .xlarge-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .xlarge-up-8>.column:nth-of-type(8n+1),
    .no-flexbox .xlarge-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .no-flexbox .xlarge-up-8>.column:last-child,
    .no-flexbox .xlarge-up-8>.columns:last-child {
        float: left
    }

    .no-flexbox .xlarge-collapse>.column,
    .no-flexbox .xlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .no-flexbox .expanded.row .xlarge-collapse.row,
    .no-flexbox .xlarge-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

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

    .no-flexbox .xlarge-centered {
        margin-left: auto;
        margin-right: auto
    }

    .no-flexbox .xlarge-centered,
    .no-flexbox .xlarge-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }

    .no-flexbox .xlarge-pull-0,
    .no-flexbox .xlarge-push-0,
    .no-flexbox .xlarge-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

.no-flexbox .show-in-ie {
    display: block
}

.no-flexbox .header .row,
.no-flexbox .statistic-charts {
    -js-display: flex
}

@media all and (min-width:0\0) and (min-resolution:0.001dpcm) {
    .no-flexbox .row.align-center>.columns {
        float: none;
        margin: 0 auto
    }
}

.no-flexbox .bloglist .bloglist_item {
    clear: none
}

.breadcrumbs::after,
.button-group::after,
.clearfix::after,
.off-canvas-wrapper-inner::after,
.pagination::after,
.slick-track:after,
hr {
    clear: both
}

.no-flexbox .bloglist .bloglist_item.bloglist_item-sign-up>a {
    display: inline-block
}

.no-flexbox .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt {
    position: relative;
    top: 0;
    -ms-transform: translateY(0)
}

.no-flexbox .input-group {
    text-align: center
}

.no-flexbox .input-group>div {
    margin-left: -4px;
    display: inline-block;
    vertical-align: middle
}

.form-error,
.show-in-ie,
[hidden],
audio:not([controls]),
template {
    display: none
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    height: 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

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

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

pre,
textarea {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

input,
select {
    line-height: normal
}

a,
b,
em,
i,
small,
strong {
    line-height: inherit
}

.article-content blockquote,
blockquote,
blockquote p,
body,
dl,
ol,
p,
ul {
    line-height: 24px
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: not-allowed
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    padding: 0
}

.foundation-mq {
    font-family: "small=0em&medium=48em&large=64.0625em&xlarge=90em&xxlarge=118.75em"
}

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

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

body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #646464;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

select {
    width: 100%
}

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

button {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    padding: 0;
    border-radius: 3px;
    line-height: 1
}

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

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

.row {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.media-object img,
.row.expanded {
    max-width: none
}

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

@media screen and (min-width:48em) {
    .row .row {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

@media screen and (min-width:64.0625em) {
    .row .row {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

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

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

.column,
.columns,
.no-flexbox .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: .875rem;
    padding-right: .875rem;
    min-width: initial
}

@media screen and (min-width:48em) {

    .column,
    .columns,
    .no-flexbox .columns {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media screen and (min-width:64.0625em) {

    .column,
    .columns,
    .no-flexbox .columns {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

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

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

.small-1 {
    -webkit-flex: 0 0 6.25%;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%
}

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

.small-2 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

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

.small-3 {
    -webkit-flex: 0 0 18.75%;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%
}

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

.small-4 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

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

.small-5 {
    -webkit-flex: 0 0 31.25%;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%
}

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

.small-6 {
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%
}

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

.small-7 {
    -webkit-flex: 0 0 43.75%;
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%
}

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

.small-8 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

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

.small-9 {
    -webkit-flex: 0 0 56.25%;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%
}

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

.small-10 {
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%
}

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

.small-11 {
    -webkit-flex: 0 0 68.75%;
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%
}

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

.small-12 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

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

.small-13 {
    -webkit-flex: 0 0 81.25%;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%
}

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

.small-14 {
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.small-offset-13 {
    margin-left: 81.25%
}

.small-15 {
    -webkit-flex: 0 0 93.75%;
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%
}

.small-offset-14 {
    margin-left: 87.5%
}

.small-16 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-15 {
    margin-left: 93.75%
}

.small-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.small-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.small-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.no-flexbox .small-up-3>.columns,
.small-up-3>.column,
.small-up-3>.columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.small-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.small-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.no-flexbox .small-up-6>.columns,
.small-up-6>.column,
.small-up-6>.columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.no-flexbox .small-up-7>.columns,
.small-up-7>.column,
.small-up-7>.columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.small-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

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

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

@media screen and (min-width:48em) {
    .medium-1 {
        -webkit-flex: 0 0 6.25%;
        -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

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

    .medium-2 {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

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

    .medium-3 {
        -webkit-flex: 0 0 18.75%;
        -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

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

    .medium-4 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

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

    .medium-5 {
        -webkit-flex: 0 0 31.25%;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

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

    .medium-6 {
        -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

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

    .medium-7 {
        -webkit-flex: 0 0 43.75%;
        -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

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

    .medium-8 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

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

    .medium-9 {
        -webkit-flex: 0 0 56.25%;
        -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

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

    .medium-10 {
        -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

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

    .medium-11 {
        -webkit-flex: 0 0 68.75%;
        -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

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

    .medium-12 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

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

    .medium-13 {
        -webkit-flex: 0 0 81.25%;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

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

    .medium-14 {
        -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .medium-offset-13 {
        margin-left: 81.25%
    }

    .medium-15 {
        -webkit-flex: 0 0 93.75%;
        -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .medium-offset-14 {
        margin-left: 87.5%
    }

    .medium-16 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-offset-15 {
        margin-left: 93.75%
    }

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

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

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

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

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

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

    .medium-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .medium-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .medium-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-3>.column,
    .medium-up-3>.columns,
    .no-flexbox .medium-up-3>.columns {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .medium-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .medium-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .medium-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-6>.column,
    .medium-up-6>.columns,
    .no-flexbox .medium-up-6>.columns {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .medium-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-7>.column,
    .medium-up-7>.columns,
    .no-flexbox .medium-up-7>.columns {
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .medium-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

@media screen and (min-width:48em) and (min-width:48em) {
    .medium-expand {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.no-flexbox .row.medium-unstack>.columns,
.row.medium-unstack>.column,
.row.medium-unstack>.columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:48em) {

    .no-flexbox .row.medium-unstack>.columns,
    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .medium-collapse>.column,
    .medium-collapse>.columns,
    .no-flexbox .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

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

@media screen and (min-width:64.0625em) {
    .large-1 {
        -webkit-flex: 0 0 6.25%;
        -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

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

    .large-2 {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

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

    .large-3 {
        -webkit-flex: 0 0 18.75%;
        -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

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

    .large-4 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

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

    .large-5 {
        -webkit-flex: 0 0 31.25%;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

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

    .large-6 {
        -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

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

    .large-7 {
        -webkit-flex: 0 0 43.75%;
        -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

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

    .large-8 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

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

    .large-9 {
        -webkit-flex: 0 0 56.25%;
        -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

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

    .large-10 {
        -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

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

    .large-11 {
        -webkit-flex: 0 0 68.75%;
        -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

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

    .large-12 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

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

    .large-13 {
        -webkit-flex: 0 0 81.25%;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

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

    .large-14 {
        -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .large-offset-13 {
        margin-left: 81.25%
    }

    .large-15 {
        -webkit-flex: 0 0 93.75%;
        -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .large-offset-14 {
        margin-left: 87.5%
    }

    .large-16 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-offset-15 {
        margin-left: 93.75%
    }

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

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

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

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

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

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

    .large-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .large-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .large-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-3>.column,
    .large-up-3>.columns,
    .no-flexbox .large-up-3>.columns {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .large-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .large-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .large-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-6>.column,
    .large-up-6>.columns,
    .no-flexbox .large-up-6>.columns {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .large-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-7>.column,
    .large-up-7>.columns,
    .no-flexbox .large-up-7>.columns {
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .large-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

@media screen and (min-width:64.0625em) and (min-width:64.0625em) {
    .large-expand {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.no-flexbox .row.large-unstack>.columns,
.row.large-unstack>.column,
.row.large-unstack>.columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:64.0625em) {

    .no-flexbox .row.large-unstack>.columns,
    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .large-collapse>.column,
    .large-collapse>.columns,
    .no-flexbox .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

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

@media screen and (min-width:90em) {
    .xlarge-1 {
        -webkit-flex: 0 0 6.25%;
        -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
        max-width: 6.25%
    }

    .xlarge-offset-0 {
        margin-left: 0
    }

    .xlarge-2 {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .xlarge-offset-1 {
        margin-left: 6.25%
    }

    .xlarge-3 {
        -webkit-flex: 0 0 18.75%;
        -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }

    .xlarge-offset-2 {
        margin-left: 12.5%
    }

    .xlarge-4 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xlarge-offset-3 {
        margin-left: 18.75%
    }

    .xlarge-5 {
        -webkit-flex: 0 0 31.25%;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%
    }

    .xlarge-offset-4 {
        margin-left: 25%
    }

    .xlarge-6 {
        -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .xlarge-offset-5 {
        margin-left: 31.25%
    }

    .xlarge-7 {
        -webkit-flex: 0 0 43.75%;
        -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
        max-width: 43.75%
    }

    .xlarge-offset-6 {
        margin-left: 37.5%
    }

    .xlarge-8 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xlarge-offset-7 {
        margin-left: 43.75%
    }

    .xlarge-9 {
        -webkit-flex: 0 0 56.25%;
        -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
        max-width: 56.25%
    }

    .xlarge-offset-8 {
        margin-left: 50%
    }

    .xlarge-10 {
        -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .xlarge-offset-9 {
        margin-left: 56.25%
    }

    .xlarge-11 {
        -webkit-flex: 0 0 68.75%;
        -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }

    .xlarge-offset-10 {
        margin-left: 62.5%
    }

    .xlarge-12 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .xlarge-offset-11 {
        margin-left: 68.75%
    }

    .xlarge-13 {
        -webkit-flex: 0 0 81.25%;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }

    .xlarge-offset-12 {
        margin-left: 75%
    }

    .xlarge-14 {
        -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .xlarge-offset-13 {
        margin-left: 81.25%
    }

    .xlarge-15 {
        -webkit-flex: 0 0 93.75%;
        -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
        max-width: 93.75%
    }

    .xlarge-offset-14 {
        margin-left: 87.5%
    }

    .xlarge-16 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xlarge-offset-15 {
        margin-left: 93.75%
    }

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

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

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

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

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

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

    .xlarge-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .no-flexbox .xlarge-up-1>.columns,
    .xlarge-up-1>.column,
    .xlarge-up-1>.columns {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xlarge-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .no-flexbox .xlarge-up-2>.columns,
    .xlarge-up-2>.column,
    .xlarge-up-2>.columns {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xlarge-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .no-flexbox .xlarge-up-3>.columns,
    .xlarge-up-3>.column,
    .xlarge-up-3>.columns {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .xlarge-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .no-flexbox .xlarge-up-4>.columns,
    .xlarge-up-4>.column,
    .xlarge-up-4>.columns {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xlarge-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .no-flexbox .xlarge-up-5>.columns,
    .xlarge-up-5>.column,
    .xlarge-up-5>.columns {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .xlarge-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .no-flexbox .xlarge-up-6>.columns,
    .xlarge-up-6>.column,
    .xlarge-up-6>.columns {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .xlarge-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .no-flexbox .xlarge-up-7>.columns,
    .xlarge-up-7>.column,
    .xlarge-up-7>.columns {
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .xlarge-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .no-flexbox .xlarge-up-8>.columns,
    .xlarge-up-8>.column,
    .xlarge-up-8>.columns {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.shrink,
legend,
textarea {
    max-width: 100%
}

@media screen and (min-width:90em) and (min-width:90em) {
    .xlarge-expand {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.no-flexbox .row.xlarge-unstack>.columns,
.row.xlarge-unstack>.column,
.row.xlarge-unstack>.columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:90em) {

    .no-flexbox .row.xlarge-unstack>.columns,
    .row.xlarge-unstack>.column,
    .row.xlarge-unstack>.columns {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .no-flexbox .xlarge-collapse>.columns,
    .xlarge-collapse>.column,
    .xlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

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

.shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.align-top.columns,
.column.align-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom.columns,
.column.align-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle.columns,
.column.align-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch.columns,
.column.align-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

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

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

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

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

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

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

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

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

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

.align-stretch,
.hero.hero-research>.row,
.input-group {
    -webkit-align-items: stretch
}

.align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

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

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

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

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

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

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

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

@media screen and (min-width:48em) {
    .medium-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

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

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

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

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

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

@media screen and (min-width:64.0625em) {
    .large-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

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

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

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

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

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

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

ol,
ol ol,
ol ul,
ul,
ul ol,
ul ul {
    margin-left: 1.25rem
}

dl,
ol,
p,
ul {
    margin-bottom: 1rem
}

p {
    font-size: inherit;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Mate", "Open Sans", Garamond, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0e323b;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4
}

code,
kbd {
    background-color: #f9f5ed;
    color: #141414;
    font-family: Consolas, "Liberation Mono", Courier, monospace
}

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

h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.25rem
}

.header .header-nav #trigger-mobile-search .icon-search:before,
.header .header-nav .search-btn .icon-search:before,
.header .search-mobile-container #trigger-mobile-search .icon-search:before,
.header .search-mobile-container .search-btn .icon-search:before,
h3 {
    font-size: 1.16rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.0625rem
}

h6 {
    font-size: 1rem
}

@media screen and (min-width:48em) {
    h2 {
        font-size: 1.6875rem
    }

    h3 {
        font-size: 1.4375rem
    }
}

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

    h2 {
        font-size: 2.25rem
    }

    h3 {
        font-size: 1.6875rem
    }

    h4 {
        font-size: 1.375rem
    }

    h5 {
        font-size: 1.25rem
    }

    h6 {
        font-size: 1rem
    }
}

a {
    background-color: transparent;
    color: #0094bb;
    text-decoration: underline;
    cursor: pointer;
}

a:focus {
    color:#00b8e9;
}

a:hover {
    color: #00b9ea
}

a img {
    border: 0
}

hr {
    box-sizing: content-box;
    max-width: 80rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    margin: 1.25rem auto
}

dl,
ol,
ul {
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

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

.subheader,
code,
label {
    font-weight: 400
}

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

blockquote,
blockquote p {
    color: grey
}

cite {
    display: block;
    font-size: .8125rem;
    color: grey
}

cite:before {
    content: '\2014 \0020'
}

abbr {
    color: #646464;
    cursor: help;
    border-bottom: 1px dotted #141414
}

code {
    border: 1px solid #e1e1e1;
    padding: .125rem .3125rem .0625rem
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0;
    border-radius: 3px
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4;
    color: grey
}

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

.button,
.stat {
    line-height: 1
}

.stat {
    font-size: 2.5rem
}

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

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

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

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

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

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

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

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

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

@media screen and (min-width:90em) {
    .xlarge-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

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

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

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

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

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

    .xlarge-text-left {
        text-align: left
    }

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

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

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

@media print {

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

    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

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

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

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

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

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

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

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

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

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

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

    blockquote,
    pre {
        border: 1px solid grey
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

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

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

.button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    vertical-align: middle;
    background-color: transparent;
    color: #0e323b
}

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

.button:focus,
.button:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #0e323b
}

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

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

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

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

.button.primary {
    background-color: #0e323b;
    color: #0e323b
}

.button.primary:focus,
.button.primary:hover {
    background-color: #0b282f;
    color: #0e323b
}

.button.secondary {
    background-color: #00b9ea;
    color: #0e323b
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #0094bb;
    color: #0e323b
}

.button.tertiary {
    background-color: #90edad;
    color: #141414
}

.button.tertiary:focus,
.button.tertiary:hover {
    background-color: #4ee27d;
    color: #141414
}

.button.warning {
    background-color: #ffae00;
    color: #0e323b
}

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

.button.alert,
.gform_wrapper .button.validation_error {
    background-color: #fb443f;
    color: #141414
}

.button.alert:focus,
.button.alert:hover,
.gform_wrapper .button.validation_error:focus,
.gform_wrapper .button.validation_error:hover {
    background-color: #f60c05;
    color: #141414
}

.button.border-color {
    background-color: #e3e3e3;
    color: #141414
}

.button.border-color:focus,
.button.border-color:hover {
    background-color: #b6b6b6;
    color: #141414
}

.button.bg-light-blue {
    background-color: #edfafe;
    color: #141414
}

.button.bg-light-blue:focus,
.button.bg-light-blue:hover {
    background-color: #90e0f9;
    color: #141414
}

.button.bg-light-green {
    background-color: #f3fef7;
    color: #141414
}

.button.bg-light-green:focus,
.button.bg-light-green:hover {
    background-color: #97f6ba;
    color: #141414
}

.button.hollow {
    border: 1px solid #0e323b;
    color: #0e323b
}

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

.button.hollow:focus,
.button.hollow:hover {
    border-color: #07191e;
    color: #07191e
}

.button.hollow.primary {
    border: 1px solid #0e323b;
    color: #0e323b
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #07191e;
    color: #07191e
}

.button.hollow.secondary {
    border: 1px solid #00b9ea;
    color: #00b9ea
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #005d75;
    color: #005d75
}

.button.hollow.tertiary {
    border: 1px solid #90edad;
    color: #90edad
}

.button.hollow.tertiary:focus,
.button.hollow.tertiary:hover {
    border-color: #1ba445;
    color: #1ba445
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

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

.button.hollow.alert,
.gform_wrapper .button.hollow.validation_error {
    border: 1px solid #fb443f;
    color: #fb443f
}

.button.hollow.alert:focus,
.button.hollow.alert:hover,
.gform_wrapper .button.hollow.validation_error:focus,
.gform_wrapper .button.hollow.validation_error:hover {
    border-color: #9a0703;
    color: #9a0703
}

.button.hollow.border-color {
    border: 1px solid #e3e3e3;
    color: #e3e3e3
}

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

.button.hollow.bg-light-blue {
    border: 1px solid #edfafe;
    color: #edfafe
}

.button.hollow.bg-light-blue:focus,
.button.hollow.bg-light-blue:hover {
    border-color: #0db5e9;
    color: #0db5e9
}

.button.hollow.bg-light-green {
    border: 1px solid #f3fef7;
    color: #f3fef7
}

.button.hollow.bg-light-green:focus,
.button.hollow.bg-light-green:hover {
    border-color: #13e560;
    color: #13e560
}

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

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

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

.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
    background-color: #0e323b;
    color: #0e323b
}

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

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
    background-color: #00b9ea;
    color: #0e323b
}

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

.button.disabled.tertiary:focus,
.button.disabled.tertiary:hover,
.button[disabled].tertiary:focus,
.button[disabled].tertiary:hover {
    background-color: #90edad;
    color: #0e323b
}

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

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

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

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
.gform_wrapper .button.disabled.validation_error:focus,
.gform_wrapper .button.disabled.validation_error:hover,
.gform_wrapper .button.validation_error[disabled]:focus,
.gform_wrapper .button.validation_error[disabled]:hover {
    background-color: #fb443f;
    color: #0e323b
}

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

.button.disabled.border-color:focus,
.button.disabled.border-color:hover,
.button[disabled].border-color:focus,
.button[disabled].border-color:hover {
    background-color: #e3e3e3;
    color: #0e323b
}

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

.button.disabled.bg-light-blue:focus,
.button.disabled.bg-light-blue:hover,
.button[disabled].bg-light-blue:focus,
.button[disabled].bg-light-blue:hover {
    background-color: #edfafe;
    color: #0e323b
}

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

.button.disabled.bg-light-green:focus,
.button.disabled.bg-light-green:hover,
.button[disabled].bg-light-green:focus,
.button[disabled].bg-light-green:hover {
    background-color: #f3fef7;
    color: #0e323b
}

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

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

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #e3e3e3;
    margin: 0 0 1rem;
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    color: #141414;
    background-color: #fff;
    box-shadow: inset 0 0 0 rgba(20, 20, 20, 0);
    border-radius: 3px;
    transition: box-shadow .5s, border-color .45s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
    border: 1px solid #00b9ea;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .5s, border-color .45s ease-in-out
}

textarea {
    min-height: 50px;
    resize: none
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #e1e1e1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #e1e1e1
}

input::placeholder,
textarea::placeholder {
    color: #e1e1e1
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #f9f5ed;
    cursor: default
}

[type=submit],
[type=button] {
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none
}

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

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

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

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

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #646464
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

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

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

.input-group>:first-child {
    border-radius: 3px 0 0 3px
}

.input-group>:last-child>* {
    border-radius: 0 3px 3px 0
}

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

.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #f9f5ed;
    color: #141414;
    border: 1px solid #e1e1e1;
    white-space: nowrap;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

.input-group-field {
    border-radius: 0;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
}

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

.input-group-button a,
.input-group-button button,
.input-group-button input {
    margin: 0
}

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

legend {
    margin-bottom: .5rem
}

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

.fieldset legend {
    background: #fff;
    padding: 0 .1875rem;
    margin: 0 0 0 -.1875rem
}

select {
    height: 2.4375rem;
    padding: .5rem 1.5rem .5rem .5rem;
    border: 1px solid #e3e3e3;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #141414;
    background-color: #fff;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat
}

.form-error,
.is-invalid-label {
    color: #fb443f
}

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

select:disabled {
    background-color: #f9f5ed;
    cursor: default
}

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

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

.is-invalid-input:not(:focus) {
    background-color: rgba(255, 255, 255, .1);
    border-color: #fff
}

.form-error {
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700
}

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

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

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

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

@media screen and (max-width:47.9375em) {

    .hide-for-small-only,
    .show-for-medium {
        display: none !important
    }
}

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

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

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

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

@media screen and (min-width:64.0625em) and (max-width:89.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

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

@media screen and (min-width:90em) {
    .hide-for-xlarge {
        display: none !important
    }
}

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

@media screen and (min-width:90em) and (max-width:118.6875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:89.9375em),
screen and (min-width:118.75em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

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

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

@media screen and (orientation:landscape) {

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

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

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

@media screen and (orientation:portrait) {

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

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

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

.accordion {
    list-style-type: none;
    background: #fff;
    margin-left: 0
}

.accordion-item:first-child>:first-child {
    border-radius: 3px 3px 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 3px 3px
}

.accordion-title {
    display: block;
    padding: 24px 2rem 24px 1rem;
    line-height: 1;
    font-size: .75rem;
    color: #0e323b;
    position: relative;
    border: none;
    border-bottom: 0
}

:last-child:not(.is-active)>.accordion-title {
    border-radius: 0 0 3px 3px;
    border-bottom: none
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: transparent
}

.accordion-content {
    padding: 1rem;
    display: none;
    border: none;
    border-bottom: 0;
    background-color: #edfafe;
    color: #646464
}

:last-child>.accordion-content:last-child {
    border-bottom: none
}

.breadcrumbs {
    list-style: none;
    margin: 0 0 1rem
}

.breadcrumbs::after,
.breadcrumbs::before {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs li {
    float: left;
    color: #141414;
    font-size: .6875rem;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    color: #e1e1e1;
    content: "/";
    margin: 0 .75rem;
    position: relative;
    top: 1px;
    opacity: 1
}

.breadcrumbs a {
    color: #0e323b
}

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

.breadcrumbs .disabled {
    color: #e1e1e1;
    cursor: not-allowed
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.button-group::after,
.button-group::before {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.button-group .button {
    margin: 0 1px 1px 0;
    font-size: .9rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.button-group .button:last-child {
    margin-right: 0
}

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

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

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

.button-group.expanded .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.button-group.primary .button {
    background-color: #0e323b;
    color: #0e323b
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #0b282f;
    color: #0e323b
}

.button-group.secondary .button {
    background-color: #00b9ea;
    color: #0e323b
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #0094bb;
    color: #0e323b
}

.button-group.tertiary .button {
    background-color: #90edad;
    color: #141414
}

.button-group.tertiary .button:focus,
.button-group.tertiary .button:hover {
    background-color: #4ee27d;
    color: #141414
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #0e323b
}

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

.button-group.alert .button,
.gform_wrapper .button-group.validation_error .button {
    background-color: #fb443f;
    color: #141414
}

.button-group.alert .button:focus,
.button-group.alert .button:hover,
.gform_wrapper .button-group.validation_error .button:focus,
.gform_wrapper .button-group.validation_error .button:hover {
    background-color: #f60c05;
    color: #141414
}

.button-group.border-color .button {
    background-color: #e3e3e3;
    color: #141414
}

.button-group.border-color .button:focus,
.button-group.border-color .button:hover {
    background-color: #b6b6b6;
    color: #141414
}

.button-group.bg-light-blue .button {
    background-color: #edfafe;
    color: #141414
}

.button-group.bg-light-blue .button:focus,
.button-group.bg-light-blue .button:hover {
    background-color: #90e0f9;
    color: #141414
}

.button-group.bg-light-green .button {
    background-color: #f3fef7;
    color: #141414
}

.button-group.bg-light-green .button:focus,
.button-group.bg-light-green .button:hover {
    background-color: #97f6ba;
    color: #141414
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
    margin-bottom: 0
}

@media screen and (min-width:48em) {
    .button-group.stacked-for-small .button {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-bottom: 0
    }
}

@media screen and (min-width:64.0625em) {
    .button-group.stacked-for-medium .button {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-bottom: 0
    }
}

@media screen and (max-width:47.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

.callout,
.gform_wrapper .validation_error {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(20, 20, 20, .25);
    border-radius: 3px;
    position: relative;
    color: #646464;
    background-color: #fff
}

.callout>:first-child,
.gform_wrapper .validation_error>:first-child {
    margin-top: 0
}

.callout>:last-child,
.gform_wrapper .validation_error>:last-child {
    margin-bottom: 0
}

.flex-video,
.media-object,
.pagination {
    margin-bottom: 1rem
}

.callout.primary,
.gform_wrapper .primary.validation_error {
    background-color: #caeaf2
}

.callout.secondary,
.gform_wrapper .secondary.validation_error {
    background-color: #d6f6ff
}

.callout.tertiary,
.gform_wrapper .tertiary.validation_error {
    background-color: #eefcf3
}

.callout.warning,
.gform_wrapper .warning.validation_error {
    background-color: #fff3d9
}

.callout.alert,
.gform_wrapper .validation_error {
    background-color: #fee3e2
}

.callout.border-color,
.gform_wrapper .border-color.validation_error {
    background-color: #fbfbfb
}

.callout.bg-light-blue,
.gform_wrapper .bg-light-blue.validation_error {
    background-color: #fcfeff
}

.callout.bg-light-green,
.gform_wrapper .bg-light-green.validation_error {
    background-color: #fdfffe
}

.callout.small,
.gform_wrapper .small.validation_error {
    padding: .5rem
}

.callout.large,
.gform_wrapper .large.validation_error {
    padding: 3rem
}

.close-button {
    position: absolute;
    color: grey;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

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

.close-button:focus,
.close-button:hover {
    color: #141414
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden
}

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

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

.flex-video.vimeo {
    padding-top: 0
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 3px;
    background: #0e323b;
    color: #fff
}

.media-object,
.menu {
    display: -webkit-flex;
    display: -ms-flexbox
}

.label.secondary {
    background: #00b9ea;
    color: #fff
}

.label.tertiary {
    background: #90edad;
    color: #141414
}

.label.warning {
    background: #ffae00;
    color: #fff
}

.gform_wrapper .label.validation_error,
.label.alert {
    background: #fb443f;
    color: #141414
}

.label.border-color {
    background: #e3e3e3;
    color: #141414
}

.label.bg-light-blue {
    background: #edfafe;
    color: #141414
}

.label.bg-light-green {
    background: #f3fef7;
    color: #141414
}

.media-object {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.media-object-section>:last-child,
.menu a,
.menu button,
.menu input {
    margin-bottom: 0
}

@media screen and (max-width:47.9375em) {
    .media-object.stack-for-small {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .media-object.stack-for-small .media-object-section {
        padding: 0 0 1rem;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section.main-section {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu {
    margin: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap
}

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

.menu>li>a {
    padding: .7rem 1rem;
    line-height: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu-centered>.menu,
.menu.simple li {
    display: inline-block
}

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

.menu>li {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.menu.vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu.vertical>li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.menu.vertical>li>a {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (min-width:48em) {
    .menu.medium-horizontal {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .menu.medium-horizontal>li {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .menu.medium-vertical {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu.medium-vertical>li {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .menu.medium-vertical>li>a {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (min-width:64.0625em) {
    .menu.large-horizontal {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .menu.large-horizontal>li {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .menu.large-vertical {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu.large-vertical>li {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .menu.large-vertical>li>a {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (min-width:90em) {
    .menu.xlarge-horizontal {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .menu.xlarge-horizontal>li {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .menu.xlarge-vertical {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu.xlarge-vertical>li {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .menu.xlarge-vertical>li>a {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.menu.simple li {
    line-height: 1;
    margin-right: 1rem
}

.menu.simple a {
    padding: 0
}

.menu.align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.expanded>li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.expanded>li:first-child:last-child {
    width: 100%
}

.menu.icon-top>li>a {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top>li>a i,
.menu.icon-top>li>a img,
.menu.icon-top>li>a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
    margin-bottom: .25rem
}

.menu.nested {
    margin-left: 1rem
}

.menu .active>a {
    color: #fff;
    background: #0e323b
}

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

.menu-centered {
    text-align: center
}

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

body,
html {
    height: 100%
}

.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    min-height: 100%;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.off-canvas-wrapper-inner::after,
.off-canvas-wrapper-inner::before {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.off-canvas-content {
    min-height: 100%;
    background: #fff;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: .1px;
    box-shadow: 0 0 10px rgba(20, 20, 20, .5)
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    cursor: pointer;
    transition: background .5s ease
}

.off-canvas,
.pagination a:hover,
.pagination button:hover {
    background: #f9f5ed
}

.off-canvas {
    position: absolute;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    transform: translateX(0)
}

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

.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px
}

.is-open-left {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px
}

.is-open-right {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

@media screen and (min-width:48em) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed
    }

    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed
    }

    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width:64.0625em) {
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed
    }

    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed
    }

    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width:90em) {
    .position-left.reveal-for-xlarge {
        left: 0;
        z-index: auto;
        position: fixed
    }

    .position-left.reveal-for-xlarge~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-xlarge {
        right: 0;
        z-index: auto;
        position: fixed
    }

    .position-right.reveal-for-xlarge~.off-canvas-content {
        margin-right: 250px
    }
}

.pagination {
    margin-left: 0
}

.pagination::after,
.pagination::before {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.pagination li {
    font-size: .875rem;
    margin-right: .0625rem;
    border-radius: 3px;
    display: none
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block
}

@media screen and (min-width:48em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    color: #141414;
    display: block;
    padding: .1875rem .625rem;
    border-radius: 3px
}

.pagination .current {
    cursor: default
}

.pagination .disabled {
    color: #e1e1e1;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    content: '\2026';
    padding: .1875rem .625rem;
    color: #141414
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    content: '\00ab';
    display: inline-block;
    margin-right: .5rem
}

.pagination-next a::after,
.pagination-next.disabled::after {
    content: '\00bb';
    display: inline-block;
    margin-left: .5rem
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-select .js-custom-select-val,
.ginput_container_select .js-custom-select-val,
.note-link,
.project-research-filter ul label span,
.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(20, 20, 20, .45);
    overflow-y: scroll
}

#ancient,
.header:before,
.reveal,
tbody,
tfoot,
thead {
    background-color: #fff
}

.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border-radius: 3px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto
}

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

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media screen and (min-width:48em) {
    .reveal {
        min-height: 0;
        width: 600px;
        max-width: 80rem
    }

    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto
    }

    .reveal.tiny {
        width: 30%;
        max-width: 80rem
    }
}

.thumbnail,
table {
    margin-bottom: 1rem
}

.reveal.collapse {
    padding: 0
}

caption,
tbody td,
tbody th,
tfoot td,
tfoot th,
thead td,
thead th {
    padding: .5rem .625rem .625rem
}

@media screen and (min-width:48em) {
    .reveal.small {
        width: 50%;
        max-width: 80rem
    }

    .reveal.large {
        width: 90%;
        max-width: 80rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width:47.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        max-width: none;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-radius: 3px
}

tbody,
tfoot,
thead {
    border: 1px solid #f2f2f2
}

caption {
    font-weight: 700
}

thead {
    background: #f9f9f9;
    color: #646464
}

tfoot {
    background: #f2f2f2;
    color: #646464
}

.objects-list.object-list-styled-preview .blue .tile .tile_excerpt .tile_subtitle,
.objects-list.object-list-styled-preview .blue .tile .tile_excerpt p,
.objects-list.object-list-styled-preview .blue .tile .tile_excerpt time,
.title-bar {
    color: #fff
}

tfoot tr,
thead tr {
    background: 0 0
}

tfoot td,
tfoot th,
thead td,
thead th {
    font-weight: 700;
    text-align: left
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2
}

@media screen and (max-width:64em) {

    table.stack tfoot,
    table.stack thead {
        display: none
    }

    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f4f4f4
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover tbody tr:nth-of-type(even):hover {
    background-color: #ededed
}

.table-scroll {
    overflow-x: auto
}

.table-scroll table {
    width: auto
}

.thumbnail {
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px rgba(20, 20, 20, .2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow .2s ease-out;
    border-radius: 3px
}

.fade-in.mui-enter,
.fade-out.mui-leave {
    transition-timing-function: linear;
    transition-duration: .2s;
    transition-property: opacity
}

.thumbnail:focus,
.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(14, 50, 59, .5)
}

.title-bar {
    background: #141414;
    padding: .5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.header,
.top-bar {
    -webkit-align-items: center
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    font-weight: 700;
    vertical-align: middle;
    display: inline-block
}

.top-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.top-bar,
.top-bar ul {
    background-color: #121212
}

.page-footer_inner,
body {
    background: #0e323b
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (min-width:48em) {
    .top-bar {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .top-bar .top-bar-right {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media screen and (max-width:64em) {
    .top-bar.stacked-for-medium {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:89.9375em) {
    .top-bar.stacked-for-large {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:118.6875em) {
    .top-bar.stacked-for-xlarge {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 1rem
}

.top-bar-left,
.top-bar-right {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

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

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

.slick-list:focus {
    outline: 0
}

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

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

.slick-track {
    left: 0;
    top: 0
}

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

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

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

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

.gfield.gform_validation_container,
.slick-arrow.slick-hidden {
    display: none
}


/* @font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url(../assets/fonts/open-sans-v18-latin-700.eot);
    src: local(""), url(../assets/fonts/open-sans-v18-latin-700.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/open-sans-v18-latin-700.woff2) format("woff2"), url(../assets/fonts/open-sans-v18-latin-700.woff) format("woff"), url(../assets/fonts/open-sans-v18-latin-700.ttf) format("truetype"), url(../assets/fonts/open-sans-v18-latin-700.svg#OpenSans) format("svg")
}

@font-face {
    font-family: bedrock-icons;
    src: url(../assets/icon-font/icon-font.eot);
    src: url(../assets/icon-font/icon-font.eot?#iefix) format("embedded-opentype"), url(../assets/icon-font/icon-font.woff) format("woff"), url(../assets/icon-font/icon-font.ttf) format("truetype"), url(../assets/icon-font/icon-font.svg#icon-font) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: kwr-icons;
        src: url(../assets/fonts/kwr-icons.svg#kwr-icons) format("svg")
    }
} */

html.bedrock {
    margin: 0 !important
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

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

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

.accessibly-hidden {
    position: absolute;
    left: -999em
}

.skip-link {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    overflow: hidden;
    background: #fff;
    text-align: center
}

.skip-link:active,
.skip-link:focus {
    left: 0;
    top: 0;
    height: auto;
    overflow: visible;
    z-index: 99;
    width: 100%
}

.off-canvas-wrapper {
    margin: 0 auto
}

.admin-bar .off-canvas-content {
    margin-top: 2.875rem
}

@media screen and (min-width:48em) {
    .admin-bar .off-canvas-content {
        margin-top: 2rem
    }
}

@media screen and (max-width:47.9375em) {
    .flex-small-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.no-padding {
    padding: 0 !important
}

.in-grid {
    max-width: 80rem;
    margin: 0 auto
}

.objects-list.row {
    margin: .0625rem -.0625rem 0 .0625rem
}

.objects-list>li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 20rem;
    margin: -.0625rem 0 0 -.0625rem
}

.objects-list>li>.flex {
    width: 100%
}

.objects-list>li>a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.header,
.header .logo-slogan-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox
}

.objects-list>li .tile {
    width: 100%
}

.objects-list>li .tile:not(.tile-short) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.objects-list>li .tile:not(.tile-short) .tile_excerpt {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.objects-list.large-list>li {
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 24.5rem
}

.objects-list.object-list-styled-preview .blue .tile,
.objects-list.object-list-styled-preview .blue .tile .tile_excerpt,
.objects-list.object-list-styled-preview .blue .tile .tile_header {
    background: #00b9ea
}

.objects-list.object-list-styled-preview .gray .tile,
.objects-list.object-list-styled-preview .gray .tile .tile_excerpt,
.objects-list.object-list-styled-preview .gray .tile .tile_header {
    background: #e6eaeb
}

@media screen and (max-width:47.9375em) {
    .objects-list>li:first-of-type .tile {
        margin-left: 1px
    }

    .objects-list.multiple-rows>li {
        display: list-item;
        max-width: 100% !important
    }

    .objects-list.multiple-rows>li>a {
        display: initial
    }

    .objects-list.projects-list>li {
        box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 auto
    }
}

@media screen and (min-width:48em) {
    .objects-list.projects-list {
        min-height: 19.1875rem
    }

    .objects-list.projects-list>li {
        max-width: 100%
    }

    .objects-list>li .tile.tile-short {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .objects-list>li .tile.tile-short .tile_excerpt {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .objects-list .medium-no-padding-top {
        padding-top: 0 !important
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .objects-list.medium-up-2>li {
        -webkit-flex-basis: 50.1%;
        flex-basis: 50.1%;
        -ms-flex-preferred-size: 50.1%;
        max-width: 50.1%
    }

    .objects-list.medium-up-3>li {
        box-flex: 0;
        -webkit-flex: 0 0 33.41%;
        -moz-flex: 0 0 33.41%;
        -ms-flex: 0 0 33.41%;
        flex: 0 0 33.41%;
        max-width: 33.41%
    }

    .objects-list.has-space-under>li {
        margin-top: 1.875rem
    }

    .objects-list.has-space-under.large-up-3>li:nth-child(-n+3) {
        margin-top: 0
    }

    .related_collapsed-list.medium-up-1>li:not(:nth-child(-n+1)),
    .related_collapsed-list.medium-up-3>li:not(:nth-child(-n+3)),
    .related_collapsed-list.medium-up-4>li:not(:nth-child(-n+4)) {
        display: none
    }
}

@media screen and (min-width:64.0625em) {
    .objects-list.large-up-2>li {
        -webkit-flex-basis: 50.1%;
        flex-basis: 50.1%;
        -ms-flex-preferred-size: 50.1%;
        max-width: 50.1%
    }

    .objects-list.large-up-4>li {
        -webkit-flex-basis: 25.08%;
        flex-basis: 25.08%;
        -ms-flex-preferred-size: 25.08%;
        max-width: 25.08%
    }

    .objects-list.has-space-under>li {
        margin-top: 3.125rem
    }

    .objects-list.has-space-under.large-up-3>li:nth-child(-n+3),
    .objects-list.has-space-under.large-up-4>li:nth-child(-n+4) {
        margin-top: 0
    }

    .related_collapsed-list.large-up-1>li:not(:nth-child(-n+1)),
    .related_collapsed-list.large-up-3>li:not(:nth-child(-n+3)),
    .related_collapsed-list.large-up-4>li:not(:nth-child(-n+4)),
    .related_collapsed-list.large-up-5>li:not(:nth-child(-n+5)) {
        display: none
    }
}

.relative {
    position: relative
}

@media screen and (max-width:47.9375em) {
    .small-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        padding-left: 1.6875rem
    }

    .small-scroll.row {
        margin-left: -27px;
        margin-right: -27px
    }

    .small-scroll.row.small-scroll-tiles {
        width: 100vw
    }

    .no-flexbox .small-scroll>.columns,
    .small-scroll>.column,
    .small-scroll>.columns {
        max-width: 18.625rem;
        min-width: 18.625rem;
        margin-top: .0625rem
    }

    .no-flexbox .small-scroll>.columns .tile,
    .small-scroll>.column .tile,
    .small-scroll>.columns .tile {
        max-width: 100%
    }

    .no-flexbox .small-scroll.small-scroll-xl>.columns,
    .small-scroll.small-scroll-xl>.column,
    .small-scroll.small-scroll-xl>.columns {
        max-width: 20.25rem
    }

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

    .small-extra-margin {
        margin-bottom: .625rem !important
    }

    .small-no-padding-btm {
        padding-bottom: 0 !important
    }

    .small-no-padding-top {
        padding-top: 0 !important
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .normal-padding-left {
        padding-left: .875rem
    }

    .normal-padding-right {
        padding-right: .875rem
    }
}

h2 sup {
    font-size: 20%;
    top: -30px;
    vertical-align: middle
}

strong {
    font-weight: 600
}

address {
    font-size: .8125rem;
    line-height: 20px
}

address p {
    line-height: inherit
}

@media screen and (min-width:64.0625em) {
    address {
        font-size: 1rem;
        line-height: 24px
    }
}

.text-capitalize {
    text-transform: capitalize !important
}

.no-padding-btm {
    padding-bottom: 0 !important
}

.fade-in.mui-enter {
    opacity: 0
}

.fade-in.mui-enter.mui-enter-active,
.fade-out.mui-leave {
    opacity: 1
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1)
    }

    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1)
    }

    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3)
    }
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3)
    }
}

.article-content {
    font-size: 1rem;
    line-height: 27px;
    color: #3c3c3c
}

.article-content .special-header {
    margin-bottom: 1.875rem
}

.article-content li,
.article-content ol,
.article-content p,
.article-content ul {
    line-height: 1.5
}

.article-content figure {
    margin-left: 0;
    margin-right: 0
}

.article-content ul,
.article-content ul ul {
    list-style: none;
    margin-left: 0
}

.article-content ul li,
.article-content ul ul li {
    padding-left: 20px;
    text-indent: -11px
}

.article-content ul li::before,
.article-content ul ul li::before {
    content: "• ";
    color: #00b9ea;
    display: block;
    float: left;
    margin-left: -6px;
    margin-right: 10px;
    width: 5px
}

.article-content ol {
    list-style: none;
    margin-left: 0
}

.article-content ol li {
    counter-increment: item;
    padding-left: 1.25rem;
    text-indent: -.625rem
}

.article-content ol li::before {
    margin-top: -1px;
    content: counter(item);
    display: inline-block;
    margin-right: .3125rem;
    font-size: .875rem;
    font-weight: 700;
    color: #3c3c3c
}

.article-content ol[type=a],
.article-content ul[type=a] {
    counter-reset: listStyle
}

.article-content ol[type=a] ol,
.article-content ol[type=a] ul,
.article-content ul[type=a] ol,
.article-content ul[type=a] ul {
    counter-reset: listStyle !important
}

.article-content ol[type=a] li,
.article-content ul[type=a] li {
    counter-increment: listStyle
}

.article-content ol[type=a] li:before,
.article-content ul[type=a] li:before {
    content: counter(listStyle, lower-alpha)
}

.article-content ol ol:not([type=a]),
.article-content ol ul:not([type=a]),
.article-content ul ol:not([type=a]),
.article-content ul ul:not([type=a]) {
    counter-reset: item
}

.article-content ol ol:not([type=a])[type=a],
.article-content ol ul:not([type=a])[type=a],
.article-content ul ol:not([type=a])[type=a],
.article-content ul ul:not([type=a])[type=a] {
    counter-reset: listStyle
}

.article-content a:not(.button) {
    border-bottom: 1px solid #fb443f
}

.article-content a:not(.button):visited,
.js-filled input:not([type]),
.js-filled input[type=color],
.js-filled input[type=date],
.js-filled input[type=datetime],
.js-filled input[type=datetime-local],
.js-filled input[type=email],
.js-filled input[type=month],
.js-filled input[type=password],
.js-filled input[type=tel],
.js-filled input[type=text],
.js-filled input[type=time],
.js-filled input[type=url],
.js-filled input[type=week],
.js-filled input[type=number],
.js-filled input[type=search],
.js-filled textarea {
    border-color: #00b9ea
}

.article-content a:not(.button):hover {
    color: #fb443f
}

.article-content a:not(.button):focus {
    border: 1px solid #00b9ea;
    border-radius: 17px;
    padding: 0 8px;
    outline: 0
}

.article-content a:not(.button):active {
    padding: 0;
    color: #0e323b;
    border: none;
    border-bottom: 1px solid #0e323b;
    border-radius: 0
}

.article-content blockquote {
    position: relative;
    margin: 1.875rem 0;
    padding: 1.25rem;
    border: 1px solid #e3e3e3;
    color: inherit;
    font-size: 1rem
}

.article-content blockquote::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 2px;
    background: #00b9ea
}

.article-content blockquote cite::before,
.reveal .main-navigation-list li.active::after {
    content: "\f109";
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-family: kwr-icons;
    text-decoration: inherit
}

.article-content blockquote .ctcperson {
    margin-top: 1.0625rem
}

.article-content blockquote cite {
    color: inherit
}

.article-content blockquote cite::before {
    height: .625rem;
    font-size: 1.25rem;
    color: #00b9ea;
    display: block;
    padding: 1px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.button.cta,
.header .logo-slogan-wrapper .header-logo-slogan,
.page.term-blog .post_intro>p .first-char,
.page.term-column .post_intro>p .first-char,
.post.term-blog .post_intro>p .first-char,
.post.term-column .post_intro>p .first-char,
.relationsep .section-heading,
.statcircle .statcircle_label,
.tile.tile-page-excerpt .tile_date .tile_date_inner .day {
    font-family: "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif
}

.article-content blockquote .ctcperson_info {
    max-width: calc(100% - 60px);
    padding-top: .1875rem
}

.article-content blockquote .ctcperson_info strong {
    font-size: .75rem;
    color: #0e323b
}

.article-content blockquote .ctcperson_info small {
    font-size: .6875rem;
    color: #646464
}

.article-content blockquote .ctcperson_thumb {
    margin-right: .9375rem
}

.article-content blockquote .ctcperson_thumb img {
    width: 45px;
    height: 45px
}

.article-content :last-child {
    margin-bottom: 0
}

.article-content .subject-overview-post {
    color: #0e323b
}

.article-content .subject-overview-post p {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #0e323b
}

@media screen and (min-width:48em) {

    .article-content li,
    .article-content ol,
    .article-content p,
    .article-content ul {
        line-height: 1.8
    }

    .article-content h2 {
        margin-top: 50px;
        margin-bottom: 18px;
        font-size: 1.75rem
    }

    .article-content h3 {
        margin-top: 50px;
        margin-bottom: 18px;
        font-size: 1.625rem
    }

    .article-content h4,
    .article-content h5,
    .article-content h6 {
        margin-top: 25px;
        margin-bottom: 15px
    }

    .article-content h4 {
        font-size: 1.375rem
    }

    .article-content h5 {
        font-size: 1.25rem
    }

    .article-content h6 {
        font-size: 1.125rem
    }

    .article-content blockquote {
        margin: 2.625rem 0;
        padding: 1.125rem .9375rem;
        font-size: 1.125rem;
        line-height: 28px
    }

    .article-content blockquote .ctcperson {
        margin-top: 1.5625rem
    }

    .article-content blockquote cite::before {
        font-size: 1.5625rem
    }

    .article-content blockquote .ctcperson_info {
        max-width: calc(100% - 75px);
        padding-top: .3125rem
    }

    .article-content blockquote .ctcperson_info strong {
        font-size: .8125rem;
        line-height: 24px
    }

    .article-content blockquote .ctcperson_info small {
        font-size: .75rem;
        line-height: 1
    }

    .article-content blockquote .ctcperson_thumb img {
        width: 60px;
        height: 60px
    }

    .article-content .subject-overview-post p {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .article-content {
        font-size: 1.125rem;
        line-height: 31px
    }

    .article-content blockquote,
    .article-content.page-intro p {
        font-size: 1rem;
        line-height: 24px
    }

    .article-content ol li::before {
        font-size: 1rem
    }
}

@media screen and (min-width:64.0625em) {
    .article-content {
        font-size: 1.25rem;
        line-height: 35px
    }

    .article-content ol li::before {
        margin-right: .625rem;
        font-size: 1.125rem
    }

    .article-content.page-intro p {
        font-size: 1.25rem;
        line-height: 28px
    }
}

.font-secondary {
    color: #00b9ea
}

#ancient {
    height: auto;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid red
}

#ancient p {
    margin-left: 15px;
    font-size: 21px
}

.form-contact .gform_fields {
    max-height: none
}

.header {
    position: relative;
    background: #fff;
    padding: 0 1.1875rem;
    height: 3.4375rem;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1005
}

.header>.row {
    width: 100%;
    max-width: 90rem
}

@media screen and (min-width:48em) {
    .header {
        padding: 0 2.3125rem;
        height: 5.5rem
    }
}

.header:before {
    content: "";
    position: absolute;
    height: 32px;
    bottom: -27px;
    left: 0;
    width: calc((100vw - 1440px)/ 2);
    z-index: 0
}

.header .logo-slogan-wrapper {
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 3.375rem
}

@media screen and (min-width:48em) {
    .header .logo-slogan-wrapper {
        height: 5.5rem
    }
}

.header .logo-slogan-wrapper .logo-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3.375rem;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (min-width:48em) {
    .header .logo-slogan-wrapper .logo-wrapper {
        height: 5.5rem
    }
}

.header .logo-slogan-wrapper .logo-wrapper:before {
    /* background-image: url(../assets/menu-shape-white.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -22px;
    content: "";
    height: 32px;
    left: -52px;
    position: absolute;
    width: 296px;
    z-index: -1
}

@media screen and (min-width:48em) {
    .header .logo-slogan-wrapper .logo-wrapper:before {
        bottom: -30px;
        content: "";
        height: 46px;
        left: -38px;
        position: absolute;
        width: 426px;
        z-index: -1
    }
}

.header .logo-slogan-wrapper .logo-wrapper .logo {
    margin-right: 1.25rem;
    max-width: 6.5625rem;
    height: 1.875rem
}

@media screen and (max-width:47.9375em) {
    .header .logo-slogan-wrapper .logo-wrapper .logo {
        margin-bottom: .1875rem
    }
}

@media screen and (min-width:48em) {
    .header .logo-slogan-wrapper .logo-wrapper .logo {
        margin-right: 3.75rem;
        max-width: 10.5625rem;
        height: 3.0625rem
    }
}

.header .logo-slogan-wrapper .logo-wrapper .logo>a {
    display: block;
    margin-bottom: .1875rem
}

.header .logo-slogan-wrapper .logo-wrapper .logo>a img {
    width: 6.5625rem;
    height: 1.875rem
}

@media screen and (min-width:48em) {
    .header .logo-slogan-wrapper .logo-wrapper .logo>a img {
        margin-bottom: 0;
        width: 10.5625rem;
        height: 3.0625rem
    }
}

.header .logo-slogan-wrapper .header-logo-slogan {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #727272;
    width: 90px;
    font-size: .625rem;
    line-height: 1.2
}

@media screen and (min-width:48em) {
    .header .logo-slogan-wrapper .header-logo-slogan {
        line-height: 1.6;
        width: auto;
        margin-top: .75rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .header .logo-slogan-wrapper .header-logo-slogan {
        font-size: .875rem
    }
}

@media screen and (min-width:64.0625em) {
    .header .logo-slogan-wrapper .header-logo-slogan {
        font-size: 1rem
    }
}

@media screen and (min-width:90em) {
    .header .logo-slogan-wrapper .header-logo-slogan {
        font-size: 1.25rem
    }
}

.header .logo-slogan-wrapper h1 {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    line-height: 0;
    margin: 0
}

.header .header-box-logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .header-box-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header .mobile-search-bar {
    transition: all .3s;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    padding: 0 .625rem;
    top: 0;
    z-index: -1;
    opacity: 0
}

.header .mobile-search-bar.opened {
    z-index: 1006;
    opacity: 1
}

.header .header-nav #trigger-mobile-search .icon-close,
.header .header-nav .search-btn .icon-close,
.header .search-mobile-container #trigger-mobile-search .icon-close,
.header .search-mobile-container .search-btn .icon-close,
.overlay {
    opacity: 0
}

.header .header-nav,
.header .search-mobile-container {
    margin: 0;
    list-style: none;
    text-align: right;
    font-family: "Mate"
}

.header .header-nav>li,
.header .search-mobile-container>li {
    display: inline-block;
    vertical-align: middle;
    line-height: 23px
}

.header .header-nav>li:nth-child(2),
.header .search-mobile-container>li:nth-child(2) {
    margin-right: .1875rem
}

.header .header-nav .header-publication-link,
.header .search-mobile-container .header-publication-link {
    color: #0e323b;
    margin-left: 1.125rem
}

@media screen and (max-width:1040px) and (min-width:1025px) {

    .header .header-nav .header-publication-link,
    .header .search-mobile-container .header-publication-link {
        margin-left: .5rem
    }
}

@media screen and (max-width:64em) {

    .header .header-nav .header-publication-link,
    .header .search-mobile-container .header-publication-link {
        display: none
    }
}

.header .header-nav .search-container,
.header .search-mobile-container .search-container {
    width: 2rem
}

@media screen and (min-width:64.0625em) {

    .header .header-nav .search-container,
    .header .search-mobile-container .search-container {
        width: 8.75rem
    }
}

.header .header-nav #trigger-mobile-search,
.header .header-nav .search-btn,
.header .search-mobile-container #trigger-mobile-search,
.header .search-mobile-container .search-btn {
    display: block
}

.header .header-nav #trigger-mobile-search .icon,
.header .header-nav .search-btn .icon,
.header .search-mobile-container #trigger-mobile-search .icon,
.header .search-mobile-container .search-btn .icon {
    position: absolute;
    left: 0;
    top: 0
}

.header .header-nav #trigger-mobile-search .icon-search,
.header .header-nav .search-btn .icon-search,
.header .search-mobile-container #trigger-mobile-search .icon-search,
.header .search-mobile-container .search-btn .icon-search {
    z-index: 2
}

.header .header-nav .header-menu-button,
.header .search-mobile-container .header-menu-button {
    color: #0e323b;
    margin-left: 1.25rem
}

@media screen and (max-width:47.9375em) {

    .header .header-nav .header-menu-button,
    .header .search-mobile-container .header-menu-button {
        margin-left: .375rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {

    .header .header-nav .search-container,
    .header .search-mobile-container .search-container {
        width: 2rem
    }

    .header .header-nav .header-menu-button,
    .header .search-mobile-container .header-menu-button {
        margin-left: .625rem
    }
}

.header .header-nav .header-menu-button span,
.header .search-mobile-container .header-menu-button span {
    padding-right: .1875rem
}

@media screen and (min-width:64.0625em) {

    .header .header-nav .header-menu-button,
    .header .search-mobile-container .header-menu-button {
        margin-left: 2.125rem
    }
}

@media screen and (max-width:1040px) and (min-width:1025px) {

    .header .header-nav .header-menu-button,
    .header .search-mobile-container .header-menu-button {
        margin-left: .625rem
    }
}

.header .header-nav .icon-search,
.header .search-mobile-container .icon-search {
    color: #fff
}

.header .header-nav .icon-search::after,
.header .search-mobile-container .icon-search::after {
    box-shadow: inset 0 0 0 3rem #0e323b
}

.header .header-nav button .icon-search:hover::after,
.header .search-mobile-container button .icon-search:hover::after {
    box-shadow: inset 0 0 0 1px #0e323b
}

.header .header-nav button .icon-search:hover::before,
.header .search-mobile-container button .icon-search:hover::before {
    color: #0e323b
}

.header .header-nav .icon-close,
.header .search-mobile-container .icon-close {
    color: #fff
}

.header .header-nav .icon-close::after,
.header .search-mobile-container .icon-close::after {
    box-shadow: inset 0 0 0 3rem #0e323b
}

.header .header-nav .icon-close:hover::before,
.header .search-mobile-container .icon-close:hover::before {
    color: #0e323b
}

.header .header-nav .icon-close:hover::after,
.header .search-mobile-container .icon-close:hover::after {
    box-shadow: inset 0 0 0 1px #0e323b
}

.header .header-nav #trigger-mobile-search,
.header .header-nav .icon,
.header .header-nav .search-btn,
.header .search-mobile-container #trigger-mobile-search,
.header .search-mobile-container .icon,
.header .search-mobile-container .search-btn {
    width: 2rem;
    height: 2rem
}

@media screen and (min-width:48em) {

    .header .header-nav .search-btn,
    .header .search-mobile-container .search-btn {
        width: 2.5rem;
        height: 2.5rem
    }
}

@media screen and (min-width:64.0625em) {

    .header .header-nav .icon,
    .header .search-mobile-container .icon {
        font-size: 1.4375rem;
        width: 2.5rem;
        height: 2.5rem
    }
}

.header .header-nav .icon-hamburger,
.header .search-mobile-container .icon-hamburger {
    width: 1.875rem !important;
    height: 1.875rem !important;
    position: relative;
    top: -.1875rem
}

@media screen and (min-width:48em) {

    .header .header-nav .icon-hamburger,
    .header .search-mobile-container .icon-hamburger {
        height: 1.375rem !important;
        width: 1.375rem !important
    }

    .page-footer_inner .margin-for-large {
        margin-bottom: 2.5625rem
    }
}

@media screen and (min-width:64.0625em) {

    .header .header-nav .icon-hamburger,
    .header .search-mobile-container .icon-hamburger {
        width: 1.375rem;
        height: 1.375rem
    }

    .page-footer_inner .footer-larger {
        -webkit-flex-basis: 51%;
        -ms-flex-preferred-size: 51%;
        flex-basis: 51%;
        max-width: 51%
    }
}

@media screen and (max-width:47.9375em) {

    .header .header-nav .small-text,
    .header .search-mobile-container .small-text {
        font-size: .75rem
    }

    .header .header-nav .icon-hamburger,
    .header .search-mobile-container .icon-hamburger {
        font-size: 1.6875rem;
        top: 0
    }

    .header .header-nav {
        white-space: nowrap
    }
}

@media screen and (min-width:48em) and (max-width:64em) {

    .header .header-nav .icon-hamburger,
    .header .search-mobile-container .icon-hamburger {
        top: -.0625rem
    }

    .header .header-nav .icon,
    .header .header-nav .search-btn,
    .header .search-mobile-container .icon,
    .header .search-mobile-container .search-btn {
        font-size: 1.25rem;
        width: 2rem;
        height: 2rem
    }
}

.page-footer {
    position: relative
}

.page-footer .page-footer_shape {
    overflow: hidden;
    display: block;
    position: absolute;
    width: 18.125rem;
    height: 58px;
    left: 0;
    top: -1.875rem
}

.page-footer_inner #footer-nav::after,
.page-footer_inner .footer-nav::after {
    display: table;
    content: "";
    clear: both
}

@media screen and (min-width:64.0625em) {
    .page-footer_inner .footer-smaller {
        -webkit-flex-basis: 36.5%;
        -ms-flex-preferred-size: 36.5%;
        flex-basis: 36.5%;
        padding-left: 0
    }

    .page-footer_inner .margin-for-large {
        margin-bottom: 3.9375rem
    }
}

.page-footer_inner .flex-row {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 -10px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-footer_inner .flex-row .flex-column {
    padding: 0 10px
}

.page-footer_inner .news-sign-up {
    text-align: left;
    color: #fff;
    max-width: 15.9375rem
}

.page-footer_inner .news-sign-up p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1.5rem
}

.page-footer_inner .news-sign-up h4 {
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 17px
}

.page-footer_inner .news-sign-up button {
    padding: 10px;
    letter-spacing: -.01px
}

.page-footer_inner .footer-nav {
    margin: 0;
    list-style: none
}

.page-footer_inner .footer-nav li {
    padding-right: 0;
    padding-left: 0
}

.page-footer_inner .footer-nav li:not(:nth-last-child(-n+4)) {
    padding-bottom: 7px
}

.page-footer_inner .footer-nav li:not(:nth-last-child(-n+4))::after {
    content: "";
    display: block;
    margin-top: 9px;
    height: 1px;
    width: 16px;
    background: #00b9ea
}

.page-footer_inner .footer-nav a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5
}

@media screen and (min-width:64.0625em) and (max-width:69em) {
    .page-footer_inner .footer-nav a {
        font-size: .75rem;
        padding-right: .625rem
    }
}

.page-footer_inner .small-centered {
    padding: 0
}

@media screen and (min-width:48em) {
    .page-footer_inner .footer-space-between {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between
    }
}

.page-footer_inner .socials {
    margin: 42px 0 0;
    min-width: 12.5rem;
    list-style: none
}

.page-footer_inner .socials::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (min-width:64.0625em) {
    .page-footer_inner .padding-right-zero {
        padding-right: 0
    }

    .page-footer_inner .socials {
        position: relative
    }
}

.page-footer_inner .socials>li {
    margin: 0;
    padding: 0;
    text-align: left;
    max-width: 50px
}

.page-footer_inner .socials>li .icon {
    width: 42px;
    height: 42px;
    color: #00b9ea
}

.page-footer_inner .socials>li .icon::after {
    box-shadow: inset 0 0 0 1px #00b9ea
}

.page-footer_inner .socials>li .icon:hover::after {
    box-shadow: inset 0 0 0 3rem #00b9ea
}

@media screen and (max-width:64em) {
    .page-footer_inner .lang-switcher {
        margin: 3.125rem 0
    }
}

.page-footer_inner .lang-switcher .switch-wrapper {
    margin: 20px auto 0
}

.page-footer_inner .copy-rights {
    font-size: .75rem;
    line-height: 16px;
    color: #4a656c
}

@media screen and (max-width:47.9375em) {

    .page-footer_inner .lang-switcher,
    .page-footer_inner .news-sign-up,
    .page-footer_inner .socials>li {
        text-align: center
    }

    .page-footer_inner {
        padding: 3.125rem 0 1.5625rem
    }

    .page-footer_inner .news-sign-up {
        margin: 0 auto 50px;
        max-width: 500px
    }

    .page-footer_inner .flex-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-footer_inner .flex-row>.flex-column {
        width: 100%
    }

    .page-footer_inner .flex-row>.flex-column:last-child {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .page-footer_inner .flex-row>.flex-column:first-child {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .page-footer_inner .socials {
        margin: 0;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

@media screen and (min-width:48em) and (max-width:64em) {

    .page-footer_inner .lang-switcher,
    .page-footer_inner .news-sign-up,
    .page-footer_inner .socials {
        margin: 1.5625rem 0
    }

    .page-footer_inner {
        padding: 6.25rem 0 1.75rem
    }

    .page-footer_inner .socials .icon {
        font-size: 1.125rem
    }

    .page-footer_inner .footer-nav a {
        line-height: 12px
    }

    .page-footer_inner .footer-nav li:not(:nth-last-child(-n+4)) {
        padding-bottom: 8px
    }

    .page-footer_inner .footer-nav li:not(:nth-last-child(-n+4))::after {
        margin-top: 7px
    }

    .page-footer_inner .medium-14,
    .page-footer_inner .medium-5 {
        padding-right: 0
    }
}

@media screen and (min-width:64.0625em) {
    .page-footer_inner {
        padding: 5.25rem 0 5rem
    }

    .page-footer_inner .socials .icon {
        font-size: 1.25rem
    }
}

.switcher {
    position: relative;
    width: 40px;
    height: 23px;
    cursor: pointer
}

.switcher::after,
.switcher::before {
    display: block
}

.switcher::before {
    content: "";
    background: #fff;
    height: 23px;
    width: 40px;
    border-radius: 31px
}

.switcher::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    background: #00b9ea;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all .3s ease-in-out
}

.switcher.checked::after {
    right: 17px
}

@media screen and (min-width:48em) {

    .switcher,
    .switcher::before {
        width: 50px;
        height: 31px
    }

    .switcher::before {
        content: ""
    }

    .switcher::after {
        height: 31px;
        width: 31px
    }

    .switcher.checked::after {
        right: 20px
    }
}

input:not([type]),
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=number],
input[type=search],
textarea {
    padding-left: .9375rem;
    padding-right: .9375rem;
    height: 40px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 3px
}

input:not([type])::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    text-align: left
}

input:not([type])::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder {
    text-align: left
}

input:not([type]):-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
textarea:-moz-placeholder {
    text-align: left
}

input:not([type]):-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    text-align: left
}

input:not([type]).is-invalid-input,
input[type=color].is-invalid-input,
input[type=date].is-invalid-input,
input[type=datetime].is-invalid-input,
input[type=datetime-local].is-invalid-input,
input[type=email].is-invalid-input,
input[type=month].is-invalid-input,
input[type=password].is-invalid-input,
input[type=tel].is-invalid-input,
input[type=text].is-invalid-input,
input[type=time].is-invalid-input,
input[type=url].is-invalid-input,
input[type=week].is-invalid-input,
input[type=number].is-invalid-input,
input[type=search].is-invalid-input,
textarea.is-invalid-input {
    border-color: #fb443f !important;
    background-color: #fff
}

input:not([type]):focus.autocomplete,
input[type=color]:focus.autocomplete,
input[type=date]:focus.autocomplete,
input[type=datetime]:focus.autocomplete,
input[type=datetime-local]:focus.autocomplete,
input[type=email]:focus.autocomplete,
input[type=month]:focus.autocomplete,
input[type=password]:focus.autocomplete,
input[type=tel]:focus.autocomplete,
input[type=text]:focus.autocomplete,
input[type=time]:focus.autocomplete,
input[type=url]:focus.autocomplete,
input[type=week]:focus.autocomplete,
input[type=number]:focus.autocomplete,
input[type=search]:focus.autocomplete,
textarea:focus.autocomplete {
    border-color: #e3e3e3
}

input.large {
    font-size: .9375rem;
    height: 2.8125rem
}

@media screen and (min-width:48em) and (max-width:64em) {
    input.large {
        height: 3.125rem;
        font-size: 1.125rem
    }
}

@media screen and (min-width:64.0625em) {
    input.large {
        height: 3.75rem;
        font-size: 1.25rem
    }
}

label.middle {
    margin-bottom: .75rem
}

@media screen and (min-width:48em) {
    label.middle {
        margin: 0;
        font-size: 1.125rem
    }
}

@media screen and (min-width:64.0625em) {
    label.middle {
        margin: 0;
        font-size: 1.25rem;
        line-height: 18px
    }
}

.input-group {
    margin: 0
}

.input-group .input-wrap+.input-wrap .js-custom-select-val,
.input-group .input-wrap+input,
.input-group .input-wrap+select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group .input-wrap:first-child input {
    border-radius: 3px 0 0 3px
}

.input-group .input-wrap.large {
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0
}

.input-group .input-wrap:not(:last-child) .js-custom-select-val {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0
}

.input-group .input-wrap:not(:last-child) .js-open .js-custom-select-val {
    border-radius: 0
}

.input-group .input-group-button {
    padding: .625rem;
    background: #fff
}

.button.with-icon,
.input-wrap.has-icon input:not([type]),
.input-wrap.has-icon input[type=color],
.input-wrap.has-icon input[type=date],
.input-wrap.has-icon input[type=datetime],
.input-wrap.has-icon input[type=datetime-local],
.input-wrap.has-icon input[type=email],
.input-wrap.has-icon input[type=month],
.input-wrap.has-icon input[type=password],
.input-wrap.has-icon input[type=tel],
.input-wrap.has-icon input[type=text],
.input-wrap.has-icon input[type=time],
.input-wrap.has-icon input[type=url],
.input-wrap.has-icon input[type=week],
.input-wrap.has-icon input[type=number],
.input-wrap.has-icon input[type=search],
.input-wrap.has-icon textarea {
    padding-right: 2.25rem
}

.input-group .input-group-button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group .input-group-button:last-child>* {
    border-radius: 3px
}

.input-wrap {
    position: relative
}

.input-wrap.has-icon .icon {
    position: absolute;
    right: 13px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity .3s ease-in;
    color: #fb443f;
    z-index: 2
}

.input-wrap.has-icon .icon.icon-small-arrow {
    font-size: .8125rem
}

.input-wrap.has-icon input:not([type]):focus+.icon,
.input-wrap.has-icon input[type=color]:focus+.icon,
.input-wrap.has-icon input[type=date]:focus+.icon,
.input-wrap.has-icon input[type=datetime]:focus+.icon,
.input-wrap.has-icon input[type=datetime-local]:focus+.icon,
.input-wrap.has-icon input[type=email]:focus+.icon,
.input-wrap.has-icon input[type=month]:focus+.icon,
.input-wrap.has-icon input[type=password]:focus+.icon,
.input-wrap.has-icon input[type=tel]:focus+.icon,
.input-wrap.has-icon input[type=text]:focus+.icon,
.input-wrap.has-icon input[type=time]:focus+.icon,
.input-wrap.has-icon input[type=url]:focus+.icon,
.input-wrap.has-icon input[type=week]:focus+.icon,
.input-wrap.has-icon input[type=number]:focus+.icon,
.input-wrap.has-icon input[type=search]:focus+.icon,
.input-wrap.has-icon textarea:focus+.icon {
    opacity: .6
}

.input-wrap.js-loading .icon-search {
    opacity: 0 !important
}

.input-wrap.has-autocomplete input:not([type]),
.input-wrap.has-autocomplete input[type=color],
.input-wrap.has-autocomplete input[type=date],
.input-wrap.has-autocomplete input[type=datetime],
.input-wrap.has-autocomplete input[type=datetime-local],
.input-wrap.has-autocomplete input[type=email],
.input-wrap.has-autocomplete input[type=month],
.input-wrap.has-autocomplete input[type=password],
.input-wrap.has-autocomplete input[type=tel],
.input-wrap.has-autocomplete input[type=text],
.input-wrap.has-autocomplete input[type=time],
.input-wrap.has-autocomplete input[type=url],
.input-wrap.has-autocomplete input[type=week],
.input-wrap.has-autocomplete input[type=number],
.input-wrap.has-autocomplete input[type=search],
.input-wrap.has-autocomplete textarea {
    z-index: 2;
    position: relative
}

@media screen and (min-width:48em) {
    .input-wrap.has-icon .icon {
        font-size: 1.3125rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .expert-search-form label.middle {
        padding: .75rem 0 .6875rem
    }
}

@media screen and (min-width:64.0625em) {
    .expert-search-form label.middle {
        padding: 1.375rem 0 1.25rem
    }
}

.gform_wrapper {
    max-width: 340px;
    margin: 0 auto
}

.gform_wrapper .validation_error {
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600
}

@media screen and (max-width:47.9375em) {
    .expert-search-form {
        text-align: center
    }

    .gform_wrapper .validation_error {
        margin: 0 10px 70px
    }
}

.gform_wrapper .validation_message {
    color: #fb443f;
    margin-top: 5px;
    font-size: 12px
}

.gform_fields {
    margin: 0;
    list-style: none
}

.gform_fields input::-webkit-input-placeholder,
.gform_fields textarea::-webkit-input-placeholder {
    color: #898989
}

.gform_fields input::-moz-placeholder,
.gform_fields textarea::-moz-placeholder {
    color: #898989
}

.gform_fields input:-moz-placeholder,
.gform_fields textarea:-moz-placeholder {
    color: #898989
}

.gform_fields input:-ms-input-placeholder,
.gform_fields textarea:-ms-input-placeholder {
    color: #898989
}

.gform_footer {
    text-align: center;
    padding: 2.5rem 0
}

.gform_footer .gform_button {
    background: #fb443f;
    color: #fff;
    border-color: #fb443f
}

.gform_footer .gform_button:not(.button-not-clickable):hover {
    border-color: #00b9ea;
    color: #0e323b
}

.gform_footer .gform_button:not(.button-not-clickable):active,
.gform_footer .gform_button:not(.button-not-clickable):focus {
    color: #fff;
    border-color: #0e323b
}

.gform_footer .gform_button:not(.button-not-clickable):hover:before {
    background: #00b9ea
}

.gform_footer .gform_button:not(.button-not-clickable):focus:before {
    background: #fb443f
}

.gform_footer .gform_button:not(.button-not-clickable):active:before {
    background: #0e323b
}

.gfield {
    position: relative
}

.gfield .gfield_label {
    line-height: 1;
    opacity: 1;
    color: #646464;
    position: absolute;
    left: 0;
    top: -20px
}

.gfield:not(:last-child) {
    margin-bottom: 2.1875rem
}

.gfield.gfield_error input:not([type]),
.gfield.gfield_error input[type=color],
.gfield.gfield_error input[type=date],
.gfield.gfield_error input[type=datetime],
.gfield.gfield_error input[type=datetime-local],
.gfield.gfield_error input[type=email],
.gfield.gfield_error input[type=month],
.gfield.gfield_error input[type=password],
.gfield.gfield_error input[type=tel],
.gfield.gfield_error input[type=text],
.gfield.gfield_error input[type=time],
.gfield.gfield_error input[type=url],
.gfield.gfield_error input[type=week],
.gfield.gfield_error input[type=number],
.gfield.gfield_error input[type=search],
.gfield.gfield_error textarea,
.ginput_container.error input:not([type]),
.ginput_container.error input[type=color],
.ginput_container.error input[type=date],
.ginput_container.error input[type=datetime],
.ginput_container.error input[type=datetime-local],
.ginput_container.error input[type=email],
.ginput_container.error input[type=month],
.ginput_container.error input[type=password],
.ginput_container.error input[type=tel],
.ginput_container.error input[type=text],
.ginput_container.error input[type=time],
.ginput_container.error input[type=url],
.ginput_container.error input[type=week],
.ginput_container.error input[type=number],
.ginput_container.error input[type=search],
.ginput_container.error textarea {
    border-color: #fb443f
}

.gform_confirmation_message {
    font-size: .875rem;
    text-align: center;
    color: #0e323b
}

.single-agenda .gform_confirmation_message {
    color: #646464
}

.single-agenda .gforms_confirmation_message {
    padding-top: 20px
}

@media screen and (max-width:47.9375em) {
    .gform_wrapper {
        padding: 0 .625rem
    }
}

@-webkit-keyframes labelfadeIn {
    from {
        -webkit-transform: translateY(-170%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(-150%);
        opacity: 1
    }
}

@keyframes labelfadeIn {
    from {
        -webkit-transform: translateY(-170%);
        -ms-transform: translateY(-170%);
        transform: translateY(-170%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%);
        opacity: 1
    }
}

.form-contact_wrapper {
    max-width: 100%;
    margin: 0 auto
}

.form-contact .gfield_label {
    left: 10px
}

.reveal,
.reveal::before {
    bottom: 0;
    left: 0;
    right: 0
}

.form-contact textarea {
    max-height: 7.1875rem
}

@media screen and (min-width:48em) and (max-width:64em) {
    .form-contact .gform_fields>li {
        padding: 0 .625rem
    }
}

@media screen and (min-width:48em) {

    .form-contact .form-error-messages,
    .form-contact .validation_error {
        max-width: 43.75rem;
        margin-left: auto;
        margin-right: auto
    }

    .form-contact .gform_fields {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        margin: 0 auto -2.1875rem;
        height: auto
    }

    .form-contact .gform_fields>li {
        width: 100%;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: 50%
    }

    .off-canvas-wrapper {
        -moz-filter: blur(0);
        -o-filter: blur(0);
        -ms-filter: blur(0);
        transition: -webkit-filter 0s linear .4s;
        transition: filter 0s linear .4s;
        transition: filter 0s linear .4s, -webkit-filter 0s linear .4s
    }
}

.reveal,
.reveal.sign-up .sign-up_inner .gform_wrapper {
    max-width: 100%
}

@-webkit-keyframes fadeIn {

    0%,
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes fadeIn {

    0%,
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media screen and (min-width:48em) {
    .is-reveal-open .off-canvas-wrapper {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px)
    }
}

body.is-reveal-open,
html.is-reveal-open {
    overflow: hidden
}

.reveal {
    background: rgba(255, 255, 255, .95);
    top: 0;
    border: 0;
    width: 100%
}

.reveal.is-ios,
.reveal.without-overlay {
    top: 0 !important
}

.reveal::before {
    content: "";
    position: absolute;
    top: 0;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px)
}

.reveal .main-navigation {
    position: relative
}

.reveal .main-navigation-list {
    margin: 0;
    list-style: none
}

.reveal .main-navigation-list li {
    display: block;
    padding: 3px 0;
    text-align: center;
    line-height: 10px
}

.reveal .main-navigation-list li a {
    font: 20px/1 "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #0e323b;
    display: inline-block;
    padding: 10px 0 8px;
    border: 1px solid transparent;
    letter-spacing: .6px
}

.reveal .main-navigation-list li a:hover {
    color: #fb443f;
    border-bottom: 1px solid #fb443f
}

.reveal .main-navigation-list li a:focus {
    color: #0e323b;
    outline: 0;
    padding: 10px 20px 8px;
    border-radius: 30px;
    border-color: #00b9ea
}

.reveal .main-navigation-list li a:active {
    color: #0e323b;
    padding: 10px 0 8px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #0e323b
}

.reveal .main-navigation-list li a.button {
    display: inline-block;
    color: #fff
}

.reveal .main-navigation-list li.active {
    padding-bottom: 0
}

.reveal .main-navigation-list li.active a {
    color: #00b9ea
}

.reveal .main-navigation-list li.active::after {
    color: #00b9ea;
    padding: 1px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: block;
    margin-top: 0;
    font-size: 1.625rem;
    height: 14px
}

.reveal .mobile-navigation-list {
    margin: 2.1875rem 0 0;
    list-style: none
}

.reveal .mobile-navigation-list li {
    text-align: center
}

.reveal .mobile-navigation-list li a {
    display: block;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #0e323b
}

.reveal .mobile-navigation-list li:not(:last-child)::after {
    content: "";
    display: block;
    margin: 8px auto 13px;
    height: 1px;
    width: 16px;
    background: #00b9ea
}

.reveal .close-button {
    top: 20px;
    right: 20px
}

.reveal .close-button::after,
.reveal .close-button::before {
    background: #0e323b
}

.reveal .lang-switcher {
    position: absolute;
    top: 25px;
    left: 35px
}

.reveal .lang-switcher a {
    color: #b2b2b2;
    font-size: .9375rem;
    border-bottom: 1px solid #b2b2b2
}

.reveal.sign-up {
    background: rgba(14, 50, 59, .96)
}

.reveal.sign-up .mpErrorSummary,
.reveal.sign-up .mpErrorSummary label {
    color: #fb443f
}

.reveal.sign-up .mpErrorSummary label ul,
.reveal.sign-up .mpErrorSummary ul {
    margin: 30px 0;
    font-size: 16px;
    list-style: none;
    padding: 0
}

.reveal.sign-up .mpErrorRow label {
    color: #fb443f;
    font-size: .75rem;
    margin-top: 10px
}

.reveal.sign-up .sign-up_inner {
    padding: 2.5rem 5.46%;
    background: #fff;
    border-top: 2px solid #fb443f;
    width: 100%;
    height: 100%;
    text-align: center
}

.hero.hero-empty .hero-empty-content .post_subtitle,
.info {
    text-align: left
}

.reveal.sign-up .sign-up_inner .close-button {
    top: 10px;
    right: 10px
}

.reveal.sign-up .sign-up_inner .gform_title {
    font-size: 1.375rem;
    margin-bottom: .75rem
}

.reveal.sign-up .sign-up_inner .gform_heading {
    margin-bottom: 2.375rem
}

.reveal.sign-up .sign-up_inner .gform_button {
    width: 50%
}

.reveal.dark {
    background: rgba(14, 50, 59, .96)
}

.reveal.dark .close-button {
    top: 30px;
    right: 30px
}

.reveal.dark .close-button::after,
.reveal.dark .close-button::before {
    background: #fb443f
}

@media screen and (max-width:47.9375em) {
    .reveal {
        padding-top: 4.1875rem
    }

    .reveal.without-overlay {
        padding-bottom: 100px
    }

    .reveal.sign-up .sign-up_inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (min-width:48em) {
    .reveal>.row {
        height: 100%
    }

    .reveal .close-button {
        width: 1.4375rem;
        height: 1.4375rem;
        top: 3.125rem;
        right: 3.125rem
    }

    .reveal .main-navigation-list li {
        padding: 12px 0
    }

    .reveal .main-navigation-list li a {
        font-size: 1.5625rem
    }

    .reveal .main-navigation-list li a.cta-nav {
        font-size: 1.25rem;
        min-width: 312px
    }

    .reveal.sign-up .sign-up_inner {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: auto;
        max-width: 35rem
    }
}

@media screen and (min-width:64.0625em) {
    .reveal .close-button {
        top: 4.1875rem;
        right: 5.875rem
    }

    .reveal .main-navigation-list li a {
        font-size: 1.5rem
    }
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(14, 50, 59, .96);
    visibility: hidden;
    transition: opacity .5s, visibility 0s .5s;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0)
}

.overlay>.row {
    height: 100%
}

.overlay.js-open {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s;
    z-index: 800
}

.overlay .close-button {
    top: 1.875rem;
    right: 1.875rem
}

.overlay .close-button::after,
.overlay .close-button::before {
    background: #fb443f
}

.hero {
    min-height: 360px;
    background-color: #0e323b;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hero:after,
.hero:before {
    content: "";
    width: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .35) 41%, rgba(0, 0, 0, 0) 72%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

@media screen and (max-width:47.9375em) {
    .hero {
        min-height: 260px
    }

    .hero:after,
    .hero:before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, .72) 100%)
    }

    .hero .hero_text_content {
        padding: 0 10px;
        margin-bottom: 2.5rem
    }
}

.hero.top {
    background-position: top center
}

.hero.top_left {
    background-position: left top
}

.hero.top_right {
    background-position: top right
}

.hero.btm {
    background-position: bottom center
}

.hero.btm_left {
    background-position: left bottom
}

.hero.btm_right {
    background-position: right bottom
}

.hero.left {
    background-position: left center
}

.hero.right {
    background-position: right center
}

.hero:after {
    max-height: 13.9375rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 100%)
}

.hero>.row {
    width: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.hero .hero_icon {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3
}

.section.has-bg .bg-img,
.section.has-bg.has-overlay:after {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0
}

.hero .hero_icon img {
    display: block
}

.hero .hero_text_content {
    color: #fff;
    z-index: 1;
    position: relative
}

.hero .hero_text_content h1,
.hero .hero_text_content h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #fff;
    margin-bottom: 1.6875rem;
    text-shadow: 0 2px 100px #000
}

@media screen and (min-width:48em) and (max-width:64em) {

    .hero .hero_text_content h1,
    .hero .hero_text_content h2 {
        font-size: 3rem;
        line-height: 3.4375rem
    }
}

.hero .hero_text_content h1::before,
.hero .hero_text_content h2::before {
    margin-bottom: 1rem
}

@media screen and (min-width:48em) and (max-width:64em) {

    .hero .hero_text_content h1::before,
    .hero .hero_text_content h2::before {
        margin-bottom: 1.5rem
    }
}

.hero .hero_text_content h1::after,
.hero .hero_text_content h2::after {
    margin-top: 1rem
}

@media screen and (min-width:48em) and (max-width:64em) {

    .hero .hero_text_content h1::after,
    .hero .hero_text_content h2::after {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:64.0625em) {

    .hero .hero_text_content h1,
    .hero .hero_text_content h2 {
        font-size: 4.5rem;
        line-height: 4.8125rem
    }

    .hero .hero_text_content h1::before,
    .hero .hero_text_content h2::before {
        margin-bottom: 2.5rem
    }

    .hero .hero_text_content h1::after,
    .hero .hero_text_content h2::after {
        margin-top: 2.5rem
    }
}

.hero.hero-empty {
    background: 0 0;
    min-height: auto
}

.hero.hero-empty .relbreadc {
    width: 100%
}

.hero.hero-empty:after,
.hero.hero-empty:before {
    display: none
}

@media screen and (max-width:47.9375em) {

    .hero .hero_text_content h1,
    .hero .hero_text_content h2 {
        max-width: 86%;
        margin-left: auto;
        margin-right: auto
    }

    .hero.hero-empty {
        padding: 2.1875rem .75rem 0
    }
}

.hero.hero-empty .pt-label {
    font-size: .875rem;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: .025rem;
    padding: .625rem .75rem;
    color: #0e323b;
    margin-right: .75rem
}

.hero.hero-empty .post_posttype,
.hero.hero-project .post_posttype {
    line-height: 1.16em;
    color: #0e323b;
    font-weight: 600;
    text-transform: uppercase
}

.hero.hero-empty .post_posttype {
    font-size: 1.125rem;
    margin-bottom: .625rem;
    letter-spacing: .025rem;
    display: inline-block
}

@media screen and (max-width:47.9375em) {
    .hero.hero-empty .post_posttype {
        margin-top: .375rem;
        font-size: .75rem
    }

    .hero.hero-empty .post_posttype::before {
        display: none
    }
}

.hero.hero-empty .post_posttype.posttype-label_small {
    font-size: .875rem;
    letter-spacing: .31px
}

.hero.hero-empty.bg-column {
    background: #e8f9ee
}

.hero.hero-empty.bg-column.with-photo {
    background: linear-gradient(to bottom, #e8f9ee 0, #e8f9ee 75%, rgba(232, 249, 238, 0) 75%)
}

@media screen and (max-width:47.9375em) {
    .hero.hero-empty.bg-column.with-photo {
        background: linear-gradient(to bottom, #e8f9ee 0, #e8f9ee 95%, rgba(232, 249, 238, 0) 95%)
    }

    .hero.hero-empty .post_subtitle {
        font-size: 1.125rem
    }
}

.hero.hero-empty.bg-column .pt-label {
    background: #90edad
}

.hero.hero-empty.bg-article,
.hero.hero-empty.hero-expert {
    background: #d9f5fc
}

.hero.hero-empty .post_subtitle {
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif
}

.hero.hero-empty.hero-expert .post_header {
    width: 100%
}

.hero.hero-empty.bg-article.with-photo {
    background: linear-gradient(to bottom, #d9f5fc 0, #d9f5fc 75%, rgba(217, 245, 252, 0) 75%)
}

@media screen and (max-width:47.9375em) {
    .hero.hero-empty.bg-article.with-photo {
        background: linear-gradient(to bottom, #d9f5fc 0, #d9f5fc 95%, rgba(217, 245, 252, 0) 95%)
    }
}

.hero.hero-empty.bg-article .pt-label {
    background: rgba(14, 50, 59, .3)
}

.hero.hero-empty.bg-nieuws {
    background: #faf5ed
}

.hero.hero-empty.bg-nieuws.with-photo {
    background: linear-gradient(to bottom, #faf5ed 0, #faf5ed 75%, rgba(250, 245, 237, 0) 75%)
}

@media screen and (max-width:47.9375em) {
    .hero.hero-empty.bg-nieuws.with-photo {
        background: linear-gradient(to bottom, #faf5ed 0, #faf5ed 95%, rgba(250, 245, 237, 0) 95%)
    }
}

.hero.hero-empty.bg-nieuws .pt-label,
.page-free-theme .section.section-flexible,
.section.events-news-overview.section-flexible {
    background: #fff
}

.hero.hero-empty.bg-blog,
.hero.hero-empty.bg-project,
.hero.hero-empty.bg-research {
    background: #d9f5fc
}

.hero.hero-empty.bg-blog.with-photo,
.hero.hero-empty.bg-project.with-photo,
.hero.hero-empty.bg-research.with-photo {
    background: linear-gradient(to bottom, #d9f5fc 0, #d9f5fc 75%, rgba(217, 245, 252, 0) 75%)
}

@media screen and (max-width:47.9375em) {

    .hero.hero-empty.bg-blog.with-photo,
    .hero.hero-empty.bg-project.with-photo,
    .hero.hero-empty.bg-research.with-photo {
        background: linear-gradient(to bottom, #d9f5fc 0, #d9f5fc 95%, rgba(217, 245, 252, 0) 95%)
    }
}

.hero.hero-empty.bg-blog .pt-label,
.hero.hero-empty.bg-project .pt-label,
.hero.hero-empty.bg-research .pt-label {
    background: #00b9ea
}

.single-expertise .hero.hero-empty.bg-research {
    background: #faf5ed
}

.single-collaboration .hero.hero-empty.bg-research {
    background: #edfafe
}

.page-free-theme .hero.hero-empty.bg-research {
    background: #eceff0
}

.hero.hero-empty h1,
.hero.hero-empty h2 {
    color: #0e323b;
    margin-bottom: 1.6875rem;
    text-shadow: none;
    font-size: 1.75rem
}

.hero.hero-empty .experts-list,
.hero.hero-empty .experts-list .expert .expert_thumbnail {
    margin-bottom: 0
}

@media screen and (min-width:64.0625em) {

    .hero.hero-empty h1,
    .hero.hero-empty h2 {
        font-size: 3rem;
        line-height: 3.75rem
    }
}

.hero.hero-empty .hero-empty-content {
    padding: 4.0625rem 0 5rem
}

@media screen and (max-width:47.9375em) {
    .hero.hero-empty .hero-empty-content {
        padding: 1rem 0 4rem
    }
}

.hero.hero-empty .hero-empty-content .post_date {
    color: #0e323b;
    font-size: .875rem;
    display: inline-block
}

.hero.hero-empty.with-photo .hero-empty-content {
    padding-bottom: 0
}

.hero.hero-empty .experts-list .expert.expert-inline {
    margin: 0;
    background: 0 0;
    padding: 0
}

.hero.hero-empty .experts-list .expert.expert-inline .expert_header {
    width: 70px
}

.hero.hero-empty .experts-list li {
    margin: 0
}

.hero.hero-medium {
    height: 50vh;
    max-height: 585px
}

@media screen and (max-width:47.9375em) {
    .hero.hero-medium {
        height: 360px;
        max-height: 480px
    }

    .hero.hero-medium .hero_text_content {
        margin-bottom: 2.75rem
    }
}

.hero.hero-project:after,
.hero.hero-project:before {
    display: none
}

.hero.hero-project .post_posttype {
    font-size: 1.125rem;
    margin-bottom: .625rem;
    letter-spacing: .025rem;
    display: inline-block
}

@media screen and (max-width:47.9375em) {
    .hero.hero-project .post_posttype {
        margin-top: .375rem;
        font-size: .75rem
    }

    .hero.hero-project .post_posttype::before {
        display: none
    }
}

.hero.hero-project .post_posttype.posttype-label_small {
    font-size: .875rem;
    letter-spacing: .31px
}

.hero.hero-project h1,
.hero.hero-project h2 {
    margin-bottom: 0 !important
}

@media screen and (min-width:64.0625em) {

    .hero.hero-404 h1,
    .hero.hero-404 h2 {
        font-size: 3rem;
        line-height: 3.4375rem
    }
}

.hero.hero-404 .post_subtitle {
    line-height: 1.5em;
    color: #fff;
    font-size: 1.125rem
}

@media screen and (min-width:48em) {
    .hero>.row {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .hero.hero-404 .hero_text_content {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .hero.hero-404 .post_subtitle {
        font-size: 1.5rem
    }
}

.hero.hero-404 .post_subtitle p {
    line-height: 1.5em
}

.hero.hero-research {
    min-height: 600px
}

@media screen and (min-width:48em) and (max-width:64em) {
    .hero.hero-research {
        min-height: 400px
    }
}

.hero.hero-research:after,
.hero.hero-research:before {
    display: none
}

.hero.hero-research>.row {
    max-width: none;
    -ms-flex-align: stretch;
    align-items: stretch
}

.hero.hero-research>.row .hero-half-left {
    background-size: cover;
    background-position: center center
}

.hero.hero-research>.row .hero-half-right .hero-empty-content {
    padding: 0;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%
}

.hero.hero-research>.row .hero-half-right .hero-half-breadcrumbs {
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width:47.9375em) {
    .hero.hero-research {
        min-height: 0;
        padding-left: 0;
        padding-right: 0
    }

    .hero.hero-research h1,
    .hero.hero-research h2 {
        margin-bottom: .4375rem
    }

    .hero.hero-research>.row .hero-half-right .hero-half-breadcrumbs {
        position: relative;
        top: auto;
        left: auto
    }
}

.hero.hero-research>.row .hero-half-right .hero-half-breadcrumbs .relbreadc {
    padding: 1rem .75rem 1rem 3.4375rem
}

@media screen and (max-width:47.9375em) {
    .hero.hero-research>.row .hero-half-right .hero-half-breadcrumbs .relbreadc {
        padding: 1rem .75rem 0 2.375rem
    }
}

.hero.hero-research>.row .hero-half-right .hero-half-breadcrumbs .relbreadc .relbreadc_item.parent {
    padding-right: 1.75rem;
    margin-right: 1px;
    letter-spacing: .3px
}

.hero.hero-research>.row .hero-half-right .hero-half-breadcrumbs .relbreadc>.row {
    max-width: none
}

.hero.hero-research>.row .hero-half-right .hero-half-breadcrumbs .relbreadc>.row>.columns {
    padding: 0
}

.hero.hero-research>.row .hero-half-right .hero-half-breadcrumbs .relbreadc .relbreadc_row {
    margin-left: 0
}

.hero.hero-research>.row .hero-half-right .hero-half-content {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 0 55px;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hero.hero-research .post_posttype {
    color: #0e323b;
    font-size: 1.125rem;
    margin-bottom: .625rem;
    font-weight: 600;
    line-height: 1.16em;
    text-transform: uppercase;
    letter-spacing: .025rem;
    display: inline-block
}

@media screen and (max-width:47.9375em) {
    .hero.hero-research>.row .hero-half-right .hero-half-content {
        padding: 2rem 1.5rem
    }

    .hero.hero-research .post_posttype {
        margin-top: .375rem;
        font-size: .75rem
    }

    .hero.hero-research .post_posttype {
        display: none
    }

    .hero.hero-research .post_posttype {
        display: block
    }
}

.hero.hero-research .post_posttype.posttype-label_small {
    font-size: .875rem;
    letter-spacing: .31px
}

.hero.hero-page:after,
.hero.hero-page:before,
.post_relation .section.section-no-underline::after,
.post_relation .section.section-solid-underline+.row .relationsep::before {
    display: none
}

.hero.hero-research .post_subtitle {
    margin-bottom: 0
}

.hero.hero-page h1,
.hero.hero-page h2 {
    text-shadow: none
}

.hero.hero-text {
    text-align: center;
    padding: 8rem 0 2rem
}

.hero.hero-text p {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.hero.hero-big {
    min-height: 90vh
}

.hero.hero-large {
    min-height: 60vh
}

.hero.hero-shallow {
    min-height: 35vh
}

@media screen and (min-width:48em) {
    .hero.hero-text {
        padding: 4rem 0 6rem
    }

    .hero.hero-big {
        min-height: 36.25rem
    }
}

@media screen and (min-width:64.0625em) {
    .hero.hero-big {
        min-height: 42.5rem
    }
}

@media screen and (min-width:90em) {
    .hero.hero-big {
        min-height: 46.75rem
    }
}

@media screen and (orientation:landscape) and (min-width:64.0625em) {
    .hero.hero-big {
        min-height: calc(90vh - 128px)
    }

    .hero.hero-big .hero_text_content {
        padding: 3.75rem 0
    }
}

@media screen and (orientation:landscape) and (min-width:48em) {
    .hero.hero-big {
        min-height: calc(90vh - 88px)
    }

    .hero.hero-big .hero_text_content {
        padding: 3.125rem 0
    }
}

@media screen and (max-width:47.9375em) {
    .hero.hero-big .hero.hero-large .hero_text_content {
        padding: 0 2rem;
        text-align: center;
        margin-bottom: 2.75rem
    }

    .hero.hero-big .hero.hero-large .hero_text_content h1,
    .hero.hero-big .hero.hero-large .hero_text_content h2 {
        font-size: 1.6875rem;
        line-height: 1.875rem;
        text-align: center
    }

    .hero.hero-big .hero.hero-large .hero_text_content {
        display: none
    }
}

@media screen and (min-width:64.0625em) {

    .hero.hero-big .hero.hero-large .hero_text_content h1,
    .hero.hero-big .hero.hero-large .hero_text_content h2 {
        font-size: 4.0625rem;
        line-height: 4.375rem
    }
}

.hero.hero-big .hero.hero-large .hero_text_content .article-content {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6
}

.hero.hero-big .hero.hero-large .hero_text_content .article-content p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-shadow: 0 2px 45px #000
}

@media screen and (min-width:48em) and (max-width:64em) {
    .hero.hero-big .hero.hero-large .hero_text_content .article-content p {
        font-size: 1.25rem
    }
}

@media screen and (min-width:64.0625em) {
    .hero.hero-big .hero_text_content .article-content p {
        font-size: 1.375rem
    }
}

.hero.hero-big .hero.hero-large .hero_text_content .article-content .button {
    margin-top: 1rem;
    font-size: .875rem
}

@media screen and (min-width:48em) and (max-width:64em) {
    .hero.hero-big .hero.hero-large .hero_text_content .article-content .button {
        font-size: 1.125rem
    }
}

@media screen and (min-width:64.0625em) {
    .hero.hero-big .hero.hero-large .hero_text_content .article-content .button {
        font-size: 1.25rem
    }
}

@media screen and (max-width:47.9375em) {
    .hero.hero-big .hero.hero-large .hero_text_content {
        display: none
    }
}

.hero.hero-big .hero.hero-large .hero-scroll-to-bar {
    margin-bottom: 2.75rem;
    color: #fff;
    font-weight: 700;
    font-size: .875rem;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.hero.hero-big .hero.hero-large .hero-scroll-to-bar #scroll-to-start {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hero.hero-big .hero.hero-large .hero-scroll-to-bar #scroll-to-start .scroll-to-circle {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 100%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    margin-left: 20px;
    overflow: hidden
}

.hero.hero-big .hero.hero-large .hero-scroll-to-bar #scroll-to-start .scroll-to-circle .icon-arrow:before {
    margin-top: 4px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hero.hero-big .hero.hero-large .hero-scroll-to-bar #scroll-to-start:hover .scroll-to-circle .icon-arrow:before {
    -webkit-animation: movearrow 1s infinite;
    animation: movearrow 1s infinite
}

@-webkit-keyframes movearrow {
    0% {
        margin-top: -23px
    }

    100% {
        margin-top: 30px
    }
}

@keyframes movearrow {
    0% {
        margin-top: -23px
    }

    100% {
        margin-top: 30px
    }
}

@media screen and (max-width:47.9375em) {
    .hero .hero_img {
        position: relative
    }

    .hero .hero_img .hero_icon {
        display: none
    }

    .hero .tile {
        margin: .625rem auto
    }

    .hero .tile::after {
        clear: both;
        content: "";
        display: table
    }

    .hero .tile.tile-hero::before {
        display: none
    }

    .hero .tile.tile-hero .tile_header {
        float: right;
        max-width: calc(100% - 62%)
    }

    .hero .tile.tile-hero .tile_header::before {
        content: "";
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background: #fb443f;
        z-index: 2
    }

    .hero .tile.tile-hero .tile_header .icon {
        width: 40px;
        height: 40px
    }

    .hero .tile.tile-hero .tile_header .icon::before {
        font-size: 1.125rem
    }

    .hero .tile.tile-hero .tile_excerpt {
        float: left;
        max-width: 62%;
        padding: .625rem .5625rem;
        text-align: left
    }

    .hero .tile.tile-hero .tile_excerpt h4 {
        font-size: 1rem;
        line-height: 20px
    }

    .hero .tile.tile-hero .tile_excerpt p {
        font-size: .75rem;
        line-height: 15px
    }

    .hero .the_mov .themov_text_content {
        width: 95%;
        max-width: 95%
    }

    .hero .the_mov .themov_text_content h1 {
        font-size: 1.75rem
    }

    .hero.has-breadcrumbs .relbreadc {
        padding-top: 3.625rem
    }
}

@media screen and (min-width:48em) {
    .hero .hero_text_content::after {
        margin-top: .9375rem;
        font-size: 2.75rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .hero .hero_text_content::after {
        font-size: 2rem
    }

    .hero .hero_icon {
        max-width: 9.375rem;
        bottom: -50px
    }
}

@media screen and (min-width:64.0625em) {
    .hero .hero_icon {
        max-width: 16.5625rem;
        bottom: -73px
    }

    .hero.has-breadcrumbs .relbreadc {
        padding-top: .9375rem;
        padding-left: 2.3125rem;
        padding-right: 2.3125rem
    }

    .hero.has-breadcrumbs .relbreadc>.row {
        max-width: 90rem
    }

    .hero.has-breadcrumbs .relbreadc .relbreadc_row {
        margin-left: 13.625rem
    }

    .section .section_intro .button.with-icon {
        min-width: 18.0625rem
    }
}

.page-free-theme aside .tags-list-results {
    padding-top: 1.9375rem
}

.section {
    padding: 2.1875rem 0 2.5rem
}

.section .section_intro {
    position: relative;
    margin-bottom: 1.4375rem;
    text-align: center
}

.section .section_intro h2 {
    font-size: 1.4375rem;
    line-height: 28px;
    margin-bottom: 1.75rem
}

.section .section_intro h2.has-letter-spacing {
    letter-spacing: 1.29px
}

.section .section_intro p {
    font-size: 1rem;
    line-height: 26px
}

.section .section_intro .button {
    margin-top: 35px
}

.section .section_intro .section_content-type {
    cursor: default;
    margin-top: 0;
    margin-bottom: 1.25rem;
    width: 9.375rem
}

.section .section_intro.section_intro-large p {
    line-height: 1.67;
    font-size: 18px
}

.section .section_intro.section-btn-on-side .button {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0
}

.section .section_intro.section_intro_mt {
    margin-top: 1.4375rem
}

.section .section_intro.section_intro-tag {
    margin-top: 0
}

.section .section_intro.section_intro-tag h1 {
    margin: .125rem 0 1.6875rem
}

.section .section_intro.section_intro-tag p {
    line-height: 1.625rem;
    font-size: 1rem
}

@media screen and (min-width:64.0625em) {
    .section.events-news-overview.section-flexible {
        padding: 4.8125rem 0
    }
}

.page-free-theme .section.section-flexible:nth-child(even) {
    background: #edfafe
}

.page-free-theme .section.section-flexible.section-flexible-news {
    background: #f9f5ed
}

.section .section_subsection {
    padding: 1.875rem 0
}

.section .section_subsection h4 {
    margin: 0
}

.section .section_more {
    margin-top: 2.1875rem
}

.section:last-of-type:not(.section-no-bottom-padding) {
    padding-bottom: 5.625rem !important
}

.section.has-bg {
    background: center no-repeat;
    background-size: contain
}

.section.has-bg.has-bg-cover {
    background: center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.section.has-bg.has-overlay {
    position: relative
}

.section.has-bg.has-overlay>div {
    position: relative;
    z-index: 1
}

.section.has-bg.has-overlay:after {
    content: "";
    background: rgba(20, 20, 20, .5)
}

.section.has-bg .bg-img {
    object-fit: cover;
    opacity: 1;
    transition: all 1s cubic-bezier(0, .5, .5, 1)
}

.js .section.has-bg[data-aos] .bg-img {
    opacity: 0
}

.js .section.has-bg[data-aos].inview .bg-img {
    opacity: 1
}

.section.section-background {
    background-color: #00b9ea
}

.section.section-background+.post_relation {
    margin-top: -4rem
}

.section.section-yellow {
    background-color: #f9f5ed
}

.section.section-light-blue {
    background-color: #edfafe
}

.section-subnav,
.section.section-light-blue2 {
    background-color: #d9f5fc
}

.section.section-light-grey {
    background-color: #eceff0
}

.section.section-green {
    background-color: #f3fef7
}

.section.section-no-padding {
    padding-top: 0;
    padding-bottom: 0
}

.section.section-no-bottom-padding {
    padding-bottom: 0
}

.section.section-no-top-padding {
    padding-top: 0
}

.section.section-blue {
    background-color: #00b9ea
}

.section.section-blue .section_intro>h2,
.section.section-blue .section_intro>p {
    color: #fff
}

.section.section-blue .section_intro>h2 span,
.section.section-blue .section_intro>p span {
    color: #0e323b
}

.section.section-blue .section_intro h4 {
    color: #0e323b;
    opacity: .6
}

.section.section-blue .section_intro,
.themov .themov_text_content h1,
.themov .themov_text_content h2,
.themov .themov_text_content h3,
.themov .themov_text_content p,
.themov .themov_text_content small {
    color: #fff
}

.section.section-blue+.section-no-top-padding,
.section.section-light-blue+.section-no-top-padding {
    padding-top: 1.875rem !important
}

@media screen and (min-width:48em) {

    .section.section-blue+.section-no-top-padding,
    .section.section-light-blue+.section-no-top-padding {
        padding-top: 4.8125rem !important
    }
}

.section.section-contact h6 {
    margin-bottom: 1.25rem
}

.section.section-contact address {
    font-style: normal;
    padding-top: .625rem
}

.section.section-contact strong {
    color: #0e323b
}

.section.section-contact .col-offset {
    margin-top: 1.25rem
}

.section.section-content-wrap {
    max-width: 1280px;
    margin: 0 auto
}

@media screen and (min-width:48em) {
    .section.section-intro-reversed {
        padding-top: 0
    }
}

.section.section-intro-reversed p {
    font-size: 1rem;
    line-height: 22px
}

.section.section-intro-reversed p:first-child {
    margin-bottom: 2.3125rem
}

.post_relation .section:not(:last-child) {
    position: relative
}

.post_relation .section:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 85.9375%;
    height: 1px;
    max-width: 80rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2OThFNUY0RUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2OThFNUYzRUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIElsbHVzdHJhdG9yIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZBODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3Ii8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+MDUtb25kZXJ3ZXJwX3YzPC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4abTv3AAAAGElEQVR42mLkM7L+z4AGPp49woguBhBgAGehA/+d7jJMAAAAAElFTkSuQmCC) left center repeat-x
}

.post_relation .section.section-solid-underline::after {
    background: #0e323b
}

.page-collaborations .section.section-page-intro {
    padding-top: 3.4375rem
}

.page-collaborations .section.section-page-intro .section_intro>h1 {
    font-size: 1.6875rem;
    margin-bottom: 1.75rem
}

.page-collaborations .section.section-page-intro .section_intro p {
    font-size: 1rem;
    line-height: 24px;
    color: #0e323b
}

.section.section-page-intro .section_intro {
    margin: 0
}

.section.section-page-intro .section_intro p {
    font-size: .8125rem;
    line-height: 20px
}

.section.section-flexible {
    background: #f9f5ed
}

.single-agenda .section.section-flexible,
.single-post .section.section-flexible {
    background: #eceff0
}

.single-project .section.section-flexible {
    background: #f3fef7
}

.single-person .section.section-flexible,
.single-tool .section.section-flexible {
    background: #edfafe
}

.tax-gtag .section.section-flexible {
    background: #fff
}

@media screen and (min-width:48em) {
    .section.section-flexible {
        padding-top: 2.9375rem
    }

    .section.section-flexible .section_intro h2 {
        font-size: 1.625rem
    }

    .page-free-theme .section.section-flexible .section_intro h2 {
        font-size: 2.25rem
    }
}

.section.section-more-info {
    margin-bottom: 2.9375rem
}

.section.section-socials {
    padding: 0;
    margin-bottom: 3.4375rem
}

.section.section-socials+.section {
    padding-top: 0
}

.section.section-socials.section-socials-in-content {
    padding: 2.5rem 0 0;
    margin: 0
}

.section.section-multi-col .experts-list .column,
.section.section-multi-col .experts-list .columns {
    padding: 0
}

.section.section-projects .load-more {
    margin-top: 1.875rem
}

.section.section-research-category .post_content {
    padding: .25rem 0 2.6875rem
}

.section.section-research-category .post_content>p {
    color: #0e323b;
    font-size: 1rem;
    line-height: 1.5
}

.section.section-research-category .post_content>p:first-child {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 2.9375rem
}

.section.section-research-category .researches-list {
    margin-bottom: 2.125rem
}

@media screen and (max-width:47.9375em) {
    .section {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .section.has-bg:not(.has-bg-cover) {
        background-image: none !important
    }

    .section .section_intro.has-padding-small {
        padding-left: 20px;
        padding-right: 20px
    }

    .section .section_intro.section_intro-large p {
        font-size: 1rem;
        line-height: 1.63
    }

    .section .section_intro>h2 {
        font-size: 1.75rem
    }

    .section .section_intro>h2.has-letter-spacing {
        letter-spacing: 1px
    }

    .section .section_intro {
        margin-bottom: 0;
        height: 10px;
        font-size: 1.25rem
    }

    .section .section_intro {
        margin-bottom: 1.625rem;
        font-size: 2.4375rem
    }

    .section .section_intro p:last-of-type {
        margin: 0
    }

    .section .section_intro .custom-select {
        margin: 0 auto 1.375rem
    }

    .section .section_intro .button {
        margin-top: 1.25rem
    }

    .section .section_intro.section_intro-tag {
        font-size: .625rem
    }

    .section .section_intro.section_intro-tag {
        margin-bottom: .6875rem
    }

    .section.section-contact>.row>.columns:first-child {
        text-align: center
    }

    .section.section-contact .button {
        font-size: .8125rem
    }

    .section.section-project-filters {
        padding-top: 0
    }

    .section.section-multi-col>.row>.columns:first-child {
        margin-bottom: 3.125rem
    }

    .section.section-intro-reversed p:first-child {
        margin-bottom: 2.3125rem
    }

    .section.section-intro-reversed .hero-empty {
        padding: 0 0 2.1875rem
    }

    .section.section-iinfographic {
        padding-bottom: .625rem !important
    }

    .section.section-iinfographic:last-of-type {
        padding-bottom: 1.875rem !important;
        margin-bottom: 1.25rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .section {
        padding-bottom: 3.4375rem
    }

    .section .section_intro h2 {
        font-size: 1.6875rem;
        line-height: 39px
    }

    .section .section_intro h2::before {
        margin-bottom: 0
    }

    .section .section_intro.section_intro-tag {
        margin-top: 1.875rem
    }

    .section .section_intro.section_intro-tag h1 {
        margin: 0 0 1.875rem
    }

    .section .section_intro.section_intro-tag p {
        line-height: 1.6;
        font-size: 1.125rem
    }

    .section .section_more {
        margin-top: 3.4375rem
    }

    .section.section-more-info {
        margin-bottom: 3.125rem
    }

    .section.section-socials {
        margin-bottom: 4.0625rem
    }

    .section.section-socials.section-socials-in-content {
        padding: 2rem 0 0;
        margin: 0
    }

    .section.section-main .section_intro {
        margin-bottom: 1.4375rem
    }

    .section.section-page-intro .section_intro {
        margin: 0
    }

    .section.section-page-intro .section_intro p {
        font-size: 1rem;
        line-height: 24px
    }

    .section.section-contact .medium-7 {
        padding-right: 1.25rem;
        padding-left: 2.1875rem
    }

    .section.section-contact .medium-5 {
        padding-left: 0
    }

    .section.section-iinfographic {
        padding-bottom: 3.125rem !important
    }

    .section.section-iinfographic:last-of-type {
        padding-bottom: 4.375rem !important
    }

    .page-collaborations .section.section-page-intro {
        padding-top: 4.6875rem;
        background-position: center 30px
    }

    .page-collaborations .section.section-page-intro .section_intro>h1 {
        margin-bottom: 1.0625rem;
        font-size: 3rem;
        line-height: 1.2
    }

    .page-collaborations .section.section-page-intro p {
        font-size: 1rem;
        line-height: 24px
    }

    .section.section-research-category .post_content>p {
        font-size: 1rem
    }

    .section.section-research-category .post_content>p:first-child {
        font-size: 1.25rem;
        margin-bottom: 2.1875rem
    }
}

@media screen and (min-width:64.0625em) {
    .section {
        padding: 4.375rem 0 5rem
    }

    .section .intro-max-width {
        max-width: 37.5rem
    }

    .section .section_intro {
        margin-bottom: 3.125rem
    }

    .section .section_intro h2 {
        font-size: 2.25rem;
        line-height: 40px;
        margin-bottom: 1.875rem
    }

    .section .section_intro h2::before {
        margin-bottom: 1rem
    }

    .section .section_intro p {
        font-size: 1rem;
        line-height: 24px
    }

    .section .section_intro.section_intro-large h2 {
        margin-bottom: 2.625rem
    }

    .section .section_intro .section_content-type {
        margin-bottom: 1.875rem;
        width: 10.3125rem
    }

    .section .section_intro.section_intro-tag {
        margin-top: 2.625rem
    }

    .section .section_intro.section_intro-tag h1 {
        margin: .125rem 0 2.375rem
    }

    .section .section_intro.section_intro-tag p {
        line-height: 1.6;
        font-size: 1.125rem
    }

    .section .section_more {
        margin-top: 3.75rem
    }

    .section .section_subsection {
        padding: 3.4375rem 0
    }

    .section.section-contact h6 {
        font-size: 1.375rem;
        margin-bottom: 1.875rem
    }

    .section.section-post {
        padding-top: 5.5625rem
    }

    .section.section-main .section_intro h2 {
        font-size: 3rem;
        line-height: 55px
    }

    .section.section-page-intro .section_intro p {
        font-size: 1.25rem;
        line-height: 28px
    }

    .section.section-more-info,
    .section.section-socials {
        margin-bottom: 4.0625rem
    }

    .section.section-socials.section-socials-in-content {
        padding: 2.5rem 0 0;
        margin: 0
    }

    .section.section-iinfographic {
        padding-bottom: 3.125rem !important
    }

    .section.section-iinfographic:last-of-type {
        padding-bottom: 4.375rem !important
    }

    .page-collaborations .section.section-page-intro {
        padding-top: 5.9375rem;
        background-position: center 50px
    }

    .page-collaborations .section.section-page-intro .section_intro>h1 {
        font-size: 3.75rem;
        margin-bottom: .9375rem
    }

    .page-collaborations .section.section-page-intro .section_intro p {
        font-size: 1.25rem;
        line-height: 28px
    }

    .section.section-projects .load-more {
        margin-top: 4.0625rem
    }

    .section.section-research-category .post_content>p {
        font-size: 1.125rem
    }

    .section.section-research-category .post_content>p:first-child {
        font-size: 1.375rem;
        margin-bottom: 2.5625rem;
        line-height: 2.1875rem
    }
}

.themov {
    position: relative
}

.themov .themov_text_content {
    position: absolute;
    padding: 0 14px;
    width: 100%;
    max-width: 37.5%;
    z-index: 3;
    text-align: center
}

.themov .themov_text_content small {
    margin-bottom: 10px;
    font: 600 12px/21px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: .025rem;
    text-transform: uppercase
}

.themov .themov_text_content h3 {
    margin-bottom: 10px;
    font-size: 2.25rem;
    line-height: 52px
}

.themov .themov_text_content p {
    margin: 0
}

.themov .themov_intro {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.themov .themov_pages_list {
    list-style: none;
    margin: 0
}

.themov .themov_pages_list>li {
    text-align: center
}

.themov .themov_pages_list>li>a {
    display: block
}

.themov .themov_pages_list>li.current figcaption,
.themov .themov_pages_list>li.current img {
    -webkit-transform: scale(1.28);
    -ms-transform: scale(1.28);
    transform: scale(1.28)
}

.themov .themov_pages_list>li.current img {
    box-shadow: 0 0 44px 12px rgba(0, 0, 0, .15)
}

.themov .themov_pages_list>li:not(.current) a:hover img {
    -webkit-transform: scale(1.28);
    -ms-transform: scale(1.28);
    transform: scale(1.28);
    box-shadow: 0 0 44px 12px rgba(0, 0, 0, .15)
}

.themov .themov_pages_list>li img {
    width: 100%;
    max-width: 90px;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 0 0 0 0 transparent;
    transition: all .3s ease-in-out
}

.themov .themov_pages_list>li figure {
    margin: 0;
    transition: all .3s ease-in-out
}

.themov .themov_pages_list>li figcaption {
    margin-top: .625rem;
    padding: 0 .625rem;
    transition: all .3s ease-in-out;
    font: 13px/1 "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #0e323b;
    text-align: center
}

.themov .themov_pages_list>li a:active figcaption span {
    display: inline;
    border-bottom: 1px solid
}

.themov .themov_pages_list>li a:focus {
    outline: 0
}

.themov .themov_pages_list>li a:focus figcaption span {
    border: 1px solid #00b9ea !important;
    border-radius: 15px;
    display: inline-block !important;
    width: -webkit-min-content;
    width: min-content;
    padding: 5px 10px;
    margin-top: -6px
}

.themov .themov_pages_list:not(.themov_pages_list-circle)>li.current figcaption {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.themov .themov_pages_list:not(.themov_pages_list-circle)>li:not(.current) a:hover figcaption {
    color: #fb443f;
    font-size: 16px;
    line-height: 25px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.themov .themov_pages_list:not(.themov_pages_list-circle)>li:not(.current) a:hover figcaption span {
    display: inline;
    border-bottom: 1px solid
}

@media screen and (min-width:64.0625em) {
    .themov .themov_pages_list:not(.themov_pages_list-circle)>li:not(.current) a:hover figcaption {
        font-size: 22px;
        line-height: 34px
    }
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(1),
.themov .small-circles .themov_pages_list>.column:nth-child(1),
.themov .small-circles .themov_pages_list>.columns:nth-child(1) {
    -webkit-transform: rotate(450deg) translate(33px) rotate(-450deg);
    -ms-transform: rotate(450deg) translate(33px) rotate(-450deg);
    transform: rotate(450deg) translate(33px) rotate(-450deg)
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(1) a:after,
.themov .small-circles .themov_pages_list>.column:nth-child(1) a:after,
.themov .small-circles .themov_pages_list>.columns:nth-child(1) a:after {
    -webkit-transform: rotate(450deg) translate(-13px) rotate(0);
    -ms-transform: rotate(450deg) translate(-13px) rotate(0);
    transform: rotate(450deg) translate(-13px) rotate(0)
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(2),
.themov .small-circles .themov_pages_list>.column:nth-child(2),
.themov .small-circles .themov_pages_list>.columns:nth-child(2) {
    -webkit-transform: rotate(522deg) translate(33px) rotate(-522deg);
    -ms-transform: rotate(522deg) translate(33px) rotate(-522deg);
    transform: rotate(522deg) translate(33px) rotate(-522deg)
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(2) a:after,
.themov .small-circles .themov_pages_list>.column:nth-child(2) a:after,
.themov .small-circles .themov_pages_list>.columns:nth-child(2) a:after {
    -webkit-transform: rotate(522deg) translate(-13px) rotate(0);
    -ms-transform: rotate(522deg) translate(-13px) rotate(0);
    transform: rotate(522deg) translate(-13px) rotate(0)
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(3),
.themov .small-circles .themov_pages_list>.column:nth-child(3),
.themov .small-circles .themov_pages_list>.columns:nth-child(3) {
    -webkit-transform: rotate(594deg) translate(33px) rotate(-594deg);
    -ms-transform: rotate(594deg) translate(33px) rotate(-594deg);
    transform: rotate(594deg) translate(33px) rotate(-594deg)
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(3) a:after,
.themov .small-circles .themov_pages_list>.column:nth-child(3) a:after,
.themov .small-circles .themov_pages_list>.columns:nth-child(3) a:after {
    -webkit-transform: rotate(594deg) translate(-13px) rotate(0);
    -ms-transform: rotate(594deg) translate(-13px) rotate(0);
    transform: rotate(594deg) translate(-13px) rotate(0)
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(4),
.themov .small-circles .themov_pages_list>.column:nth-child(4),
.themov .small-circles .themov_pages_list>.columns:nth-child(4) {
    -webkit-transform: rotate(666deg) translate(33px) rotate(-666deg);
    -ms-transform: rotate(666deg) translate(33px) rotate(-666deg);
    transform: rotate(666deg) translate(33px) rotate(-666deg)
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(4) a:after,
.themov .small-circles .themov_pages_list>.column:nth-child(4) a:after,
.themov .small-circles .themov_pages_list>.columns:nth-child(4) a:after {
    -webkit-transform: rotate(666deg) translate(-13px) rotate(0);
    -ms-transform: rotate(666deg) translate(-13px) rotate(0);
    transform: rotate(666deg) translate(-13px) rotate(0)
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(5),
.themov .small-circles .themov_pages_list>.column:nth-child(5),
.themov .small-circles .themov_pages_list>.columns:nth-child(5) {
    -webkit-transform: rotate(738deg) translate(33px) rotate(-738deg);
    -ms-transform: rotate(738deg) translate(33px) rotate(-738deg);
    transform: rotate(738deg) translate(33px) rotate(-738deg)
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(5) a:after,
.themov .small-circles .themov_pages_list>.column:nth-child(5) a:after,
.themov .small-circles .themov_pages_list>.columns:nth-child(5) a:after {
    -webkit-transform: rotate(738deg) translate(-13px) rotate(0);
    -ms-transform: rotate(738deg) translate(-13px) rotate(0);
    transform: rotate(738deg) translate(-13px) rotate(0)
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns,
.themov .small-circles .themov_pages_list>.column,
.themov .small-circles .themov_pages_list>.columns {
    width: 3.1875rem;
    height: 3.1875rem;
    left: 50%;
    top: 60px;
    margin: calc(-51px / 2)
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns a:after,
.themov .small-circles .themov_pages_list>.column a:after,
.themov .small-circles .themov_pages_list>.columns a:after {
    top: 14px;
    left: -1px
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns a[data-aos]:after,
.themov .small-circles .themov_pages_list>.column a[data-aos]:after,
.themov .small-circles .themov_pages_list>.columns a[data-aos]:after {
    opacity: 0;
    transition: opacity .15s ease-in-out;
    transition-delay: 550ms
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns a[data-aos].inview:after,
.themov .small-circles .no-flexbox .themov_pages_list>.current.columns a,
.themov .small-circles .themov_pages_list>.column a[data-aos].inview:after,
.themov .small-circles .themov_pages_list>.column.current a,
.themov .small-circles .themov_pages_list>.columns a[data-aos].inview:after,
.themov .small-circles .themov_pages_list>.current.columns a {
    opacity: 1
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns figcaption,
.themov .small-circles .themov_pages_list>.column figcaption,
.themov .small-circles .themov_pages_list>.columns figcaption {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.themov .small-circles .no-flexbox .themov_pages_list>.current.columns,
.themov .small-circles .themov_pages_list>.column.current,
.themov .small-circles .themov_pages_list>.current.columns {
    pointer-events: none;
    width: 72%;
    height: auto;
    max-width: 72%;
    margin: -36%;
    -webkit-transform: rotate(450deg) translate(59%) rotate(-450deg);
    -ms-transform: rotate(450deg) translate(59%) rotate(-450deg);
    transform: rotate(450deg) translate(59%) rotate(-450deg)
}

.themov .small-circles .no-flexbox .themov_pages_list>.current.columns a:after,
.themov .small-circles .themov_pages_list>.column.current a:after,
.themov .small-circles .themov_pages_list>.current.columns a:after {
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg)
}

.themov .small-circles .no-flexbox .themov_pages_list>.current.columns img,
.themov .small-circles .themov_pages_list>.column.current img,
.themov .small-circles .themov_pages_list>.current.columns img {
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: none
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns a,
.themov .small-circles .themov_pages_list>.column a,
.themov .small-circles .themov_pages_list>.columns a {
    opacity: .5;
    transition: opacity .15s
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns a:focus,
.themov .small-circles .no-flexbox .themov_pages_list>.columns a:hover,
.themov .small-circles .themov_pages_list>.column a:focus,
.themov .small-circles .themov_pages_list>.column a:hover,
.themov .small-circles .themov_pages_list>.columns a:focus,
.themov .small-circles .themov_pages_list>.columns a:hover {
    opacity: 1
}

.themov .small-circles .no-flexbox .themov_pages_list>.columns a:focus img,
.themov .small-circles .themov_pages_list>.column a:focus img,
.themov .small-circles .themov_pages_list>.columns a:focus img {
    border: 1px solid #00b9ea
}

.themov .themov_small_text_content {
    font-size: 1rem;
    padding: 1.875rem 0 2.625rem
}

.themov .themov_small_text_content .button {
    margin-top: 1.25rem
}

.themov .themov_small_text_content .button.button-white {
    border-color: #0e323b
}

.themov .themov_small_text_content p:last-child {
    margin: 0
}

.themov.themov-content-circle .themov_intro {
    padding-bottom: 0
}

.themov.themov-content-circle .themov_text_content {
    position: static;
    max-width: 100%
}

.themov.themov-content-circle .themov_text_content p {
    color: #646464
}

.themov.themov-content-circle .themov_text_content .button {
    margin-top: 2.375rem
}

.themov.themov-content-circle .circle-box {
    position: relative;
    margin-top: -5px;
    margin-bottom: 23px
}

.themov.themov-content-circle .blue-circle {
    width: 5.9375rem;
    height: 5.9375rem;
    border-radius: 100%;
    background: #00b8e9;
    display: block;
    text-align: center;
    font-size: 40px;
    color: #fff;
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    top: 50%;
    margin-top: -8px
}

.themov.themov-content-circle .blue-circle img {
    width: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.themov.themov-content-circle .themov_pages_list {
    padding-bottom: 0;
    position: static;
    width: 100%;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 360px
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(1) {
    -webkit-transform: rotate(234deg) translate(95px) rotate(-234deg);
    -ms-transform: rotate(234deg) translate(95px) rotate(-234deg);
    transform: rotate(234deg) translate(95px) rotate(-234deg)
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(1) a:after {
    -webkit-transform: rotate(234deg) translate(-43px) rotate(-1deg);
    -ms-transform: rotate(234deg) translate(-43px) rotate(-1deg);
    transform: rotate(234deg) translate(-43px) rotate(-1deg)
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(2) {
    -webkit-transform: rotate(306deg) translate(95px) rotate(-306deg);
    -ms-transform: rotate(306deg) translate(95px) rotate(-306deg);
    transform: rotate(306deg) translate(95px) rotate(-306deg)
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(2) a:after {
    -webkit-transform: rotate(306deg) translate(-43px) rotate(-1deg);
    -ms-transform: rotate(306deg) translate(-43px) rotate(-1deg);
    transform: rotate(306deg) translate(-43px) rotate(-1deg)
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(3) {
    -webkit-transform: rotate(378deg) translate(95px) rotate(-378deg);
    -ms-transform: rotate(378deg) translate(95px) rotate(-378deg);
    transform: rotate(378deg) translate(95px) rotate(-378deg)
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(3) a:after {
    -webkit-transform: rotate(378deg) translate(-43px) rotate(-1deg);
    -ms-transform: rotate(378deg) translate(-43px) rotate(-1deg);
    transform: rotate(378deg) translate(-43px) rotate(-1deg)
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(4) {
    -webkit-transform: rotate(450deg) translate(95px) rotate(-450deg);
    -ms-transform: rotate(450deg) translate(95px) rotate(-450deg);
    transform: rotate(450deg) translate(95px) rotate(-450deg)
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(4) a:after {
    -webkit-transform: rotate(450deg) translate(-43px) rotate(-1deg);
    -ms-transform: rotate(450deg) translate(-43px) rotate(-1deg);
    transform: rotate(450deg) translate(-43px) rotate(-1deg)
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(5) {
    -webkit-transform: rotate(522deg) translate(95px) rotate(-522deg);
    -ms-transform: rotate(522deg) translate(95px) rotate(-522deg);
    transform: rotate(522deg) translate(95px) rotate(-522deg)
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(5) a:after {
    -webkit-transform: rotate(522deg) translate(-43px) rotate(-1deg);
    -ms-transform: rotate(522deg) translate(-43px) rotate(-1deg);
    transform: rotate(522deg) translate(-43px) rotate(-1deg)
}

.themov.themov-content-circle .themov_pages_list>li {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86px;
    height: 86px;
    margin: calc(-86px / 2)
}

.themov.themov-content-circle .themov_pages_list>li a:after,
.wp-video::after,
p.wp-caption-text::after {
    content: "";
    height: 1px
}

.themov.themov-content-circle .themov_pages_list>li a {
    position: relative
}

.themov.themov-content-circle .themov_pages_list>li a:after {
    position: absolute;
    width: 30px;
    background: #0e323b;
    top: 29px;
    left: 13px;
    z-index: -1
}

.themov.themov-content-circle .themov_pages_list>li a:active figcaption span,
.themov.themov-content-circle .themov_pages_list>li a:focus figcaption span,
.themov.themov-content-circle .themov_pages_list>li a:hover figcaption span {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.themov.themov-content-circle .themov_pages_list>li a:hover figcaption {
    bottom: -16px;
    top: auto
}

.themov.themov-content-circle .themov_pages_list>li a:hover figcaption span {
    color: #fb443f;
    border-bottom: 1px solid
}

.themov.themov-content-circle .themov_pages_list>li a:focus figcaption span {
    margin-top: 0;
    margin-bottom: -6px
}

.themov.themov-content-circle .themov_pages_list>li figcaption {
    position: absolute;
    margin: 0;
    bottom: -10px;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%)
}

.themov.themov-content-circle .themov_pages_list>li figcaption span {
    font-size: 14px;
    color: #0e323b;
    line-height: 1.37
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(-n+2) figcaption {
    top: -8px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    bottom: auto
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(-n+2) a:hover figcaption {
    bottom: auto;
    top: -20px
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(-n+2) a:focus figcaption span {
    margin-bottom: 0;
    margin-top: -6px
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(5) figcaption {
    -webkit-transform: translate(-65%, 100%);
    -ms-transform: translate(-65%, 100%);
    transform: translate(-65%, 100%)
}

.themov.themov-content-circle .themov_pages_list>li:nth-child(3) figcaption {
    -webkit-transform: translate(-35%, 100%);
    -ms-transform: translate(-35%, 100%);
    transform: translate(-35%, 100%)
}

.themov.themov-content-circle .small-circles .blue-circle {
    width: 2rem;
    height: 2rem;
    left: 50%;
    top: 57px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #7ed9f4
}

.themov.themov-content-circle .small-circles .blue-circle img {
    max-width: 60%
}

@media screen and (min-width:48em) {
    .themov.themov-content-circle .themov_text_content {
        text-align: left
    }

    .themov.themov-content-circle .circle-box {
        margin-top: 29px;
        margin-bottom: 0
    }

    .themov.themov-content-circle .themov_text_content p {
        font-size: 1.125rem;
        line-height: 1.875rem
    }

    .themov.themov-content-circle .themov_text_content .button {
        margin-top: 2.375rem
    }

    .themov.themov-content-circle .blue-circle {
        width: 8.1875rem;
        height: 8.1875rem;
        margin-top: -10px
    }

    .themov.themov-content-circle .blue-circle img {
        width: 78px
    }

    .themov.themov-content-circle .themov_pages_list {
        padding-bottom: 50%;
        height: auto
    }

    .themov.themov-content-circle .themov_pages_list>li:nth-child(1) {
        -webkit-transform: rotate(234deg) translate(127px) rotate(-234deg);
        -ms-transform: rotate(234deg) translate(127px) rotate(-234deg);
        transform: rotate(234deg) translate(127px) rotate(-234deg)
    }

    .themov.themov-content-circle .themov_pages_list>li:nth-child(1) a:after {
        -webkit-transform: rotate(234deg) translate(-51px) rotate(-1deg);
        -ms-transform: rotate(234deg) translate(-51px) rotate(-1deg);
        transform: rotate(234deg) translate(-51px) rotate(-1deg)
    }

    .themov.themov-content-circle .themov_pages_list>li:nth-child(2) {
        -webkit-transform: rotate(306deg) translate(127px) rotate(-306deg);
        -ms-transform: rotate(306deg) translate(127px) rotate(-306deg);
        transform: rotate(306deg) translate(127px) rotate(-306deg)
    }

    .themov.themov-content-circle .themov_pages_list>li:nth-child(2) a:after {
        -webkit-transform: rotate(306deg) translate(-51px) rotate(-1deg);
        -ms-transform: rotate(306deg) translate(-51px) rotate(-1deg);
        transform: rotate(306deg) translate(-51px) rotate(-1deg)
    }

    .themov.themov-content-circle .themov_pages_list>li:nth-child(3) {
        -webkit-transform: rotate(378deg) translate(127px) rotate(-378deg);
        -ms-transform: rotate(378deg) translate(127px) rotate(-378deg);
        transform: rotate(378deg) translate(127px) rotate(-378deg)
    }

    .themov.themov-content-circle .themov_pages_list>li:nth-child(3) a:after {
        -webkit-transform: rotate(378deg) translate(-51px) rotate(-1deg);
        -ms-transform: rotate(378deg) translate(-51px) rotate(-1deg);
        transform: rotate(378deg) translate(-51px) rotate(-1deg)
    }

    .themov.themov-content-circle .themov_pages_list>li:nth-child(4) {
        -webkit-transform: rotate(450deg) translate(127px) rotate(-450deg);
        -ms-transform: rotate(450deg) translate(127px) rotate(-450deg);
        transform: rotate(450deg) translate(127px) rotate(-450deg)
    }

    .themov.themov-content-circle .themov_pages_list>li:nth-child(4) a:after {
        -webkit-transform: rotate(450deg) translate(-51px) rotate(-1deg);
        -ms-transform: rotate(450deg) translate(-51px) rotate(-1deg);
        transform: rotate(450deg) translate(-51px) rotate(-1deg)
    }

    .themov.themov-content-circle .themov_pages_list>li:nth-child(5) {
        -webkit-transform: rotate(522deg) translate(127px) rotate(-522deg);
        -ms-transform: rotate(522deg) translate(127px) rotate(-522deg);
        transform: rotate(522deg) translate(127px) rotate(-522deg)
    }

    .themov.themov-content-circle .themov_pages_list>li:nth-child(5) a:after {
        -webkit-transform: rotate(522deg) translate(-51px) rotate(-1deg);
        -ms-transform: rotate(522deg) translate(-51px) rotate(-1deg);
        transform: rotate(522deg) translate(-51px) rotate(-1deg)
    }

    .themov.themov-content-circle .themov_pages_list>li {
        width: 110px;
        height: 110px;
        margin: calc(-110px / 2)
    }

    .themov.themov-content-circle .themov_pages_list>li a:after {
        width: 40px;
        top: 50px;
        left: 23px
    }

    .themov.themov-content-circle .themov_pages_list>li figcaption span {
        font-size: 15px
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(1),
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(1),
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(1) {
        -webkit-transform: rotate(362deg) translate(72px) rotate(-362deg);
        -ms-transform: rotate(362deg) translate(72px) rotate(-362deg);
        transform: rotate(362deg) translate(72px) rotate(-362deg)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(1) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(1) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(1) a:after {
        -webkit-transform: rotate(362deg) translate(-34px) rotate(0);
        -ms-transform: rotate(362deg) translate(-34px) rotate(0);
        transform: rotate(362deg) translate(-34px) rotate(0)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(2),
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(2),
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(2) {
        -webkit-transform: rotate(434deg) translate(72px) rotate(-434deg);
        -ms-transform: rotate(434deg) translate(72px) rotate(-434deg);
        transform: rotate(434deg) translate(72px) rotate(-434deg)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(2) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(2) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(2) a:after {
        -webkit-transform: rotate(434deg) translate(-34px) rotate(0);
        -ms-transform: rotate(434deg) translate(-34px) rotate(0);
        transform: rotate(434deg) translate(-34px) rotate(0)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(3),
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(3),
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(3) {
        -webkit-transform: rotate(506deg) translate(72px) rotate(-506deg);
        -ms-transform: rotate(506deg) translate(72px) rotate(-506deg);
        transform: rotate(506deg) translate(72px) rotate(-506deg)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(3) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(3) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(3) a:after {
        -webkit-transform: rotate(506deg) translate(-34px) rotate(0);
        -ms-transform: rotate(506deg) translate(-34px) rotate(0);
        transform: rotate(506deg) translate(-34px) rotate(0)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(4),
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(4),
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(4) {
        -webkit-transform: rotate(578deg) translate(72px) rotate(-578deg);
        -ms-transform: rotate(578deg) translate(72px) rotate(-578deg);
        transform: rotate(578deg) translate(72px) rotate(-578deg)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(4) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(4) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(4) a:after {
        -webkit-transform: rotate(578deg) translate(-34px) rotate(0);
        -ms-transform: rotate(578deg) translate(-34px) rotate(0);
        transform: rotate(578deg) translate(-34px) rotate(0)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(5),
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(5),
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(5) {
        -webkit-transform: rotate(650deg) translate(72px) rotate(-650deg);
        -ms-transform: rotate(650deg) translate(72px) rotate(-650deg);
        transform: rotate(650deg) translate(72px) rotate(-650deg)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(5) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(5) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(5) a:after {
        -webkit-transform: rotate(650deg) translate(-34px) rotate(0);
        -ms-transform: rotate(650deg) translate(-34px) rotate(0);
        transform: rotate(650deg) translate(-34px) rotate(0)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns {
        width: 4.375rem;
        height: 4.375rem;
        left: 70px;
        top: 50%;
        margin: calc(-70px / 2)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns a:after {
        top: 23px;
        left: 7px
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.current.columns,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column.current,
    .themov.themov-content-circle .small-circles .themov_pages_list>.current.columns {
        width: 100%;
        height: auto;
        max-width: 72.4%;
        margin: -36.2%;
        -webkit-transform: rotate(362deg) translate(63%) rotate(-362deg);
        -ms-transform: rotate(362deg) translate(63%) rotate(-362deg);
        transform: rotate(362deg) translate(63%) rotate(-362deg)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.current.columns a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column.current a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.current.columns a:after {
        -webkit-transform: rotate(362deg) translate(-34px) rotate(-2deg);
        -ms-transform: rotate(362deg) translate(-34px) rotate(-2deg);
        transform: rotate(362deg) translate(-34px) rotate(-2deg);
        top: 48%;
        left: -6px
    }

    .themov.themov-content-circle .small-circles .blue-circle {
        width: 4.5625rem;
        height: 4.5625rem;
        left: 2.125rem;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .themov.themov-content-circle .small-circles .blue-circle img {
        max-width: 2.8125rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .themov.themov-content-circle .themov_pages_list {
        padding-bottom: 75%
    }

    .themov.themov-content-circle .themov_pages_list>li a:after {
        top: 40px;
        left: 17px;
        -webkit-transform: rotate(362deg) translate(-48px) rotate(-1deg);
        -ms-transform: rotate(362deg) translate(-48px) rotate(-1deg);
        transform: rotate(362deg) translate(-48px) rotate(-1deg)
    }

    .themov.themov-content-circle .blue-circle {
        margin-top: -14px
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(1),
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(1),
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(1) {
        -webkit-transform: rotate(362deg) translate(60px) rotate(-362deg);
        -ms-transform: rotate(362deg) translate(60px) rotate(-362deg);
        transform: rotate(362deg) translate(60px) rotate(-362deg)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(1) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(1) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(1) a:after {
        -webkit-transform: rotate(362deg) translate(-34px) rotate(0);
        -ms-transform: rotate(362deg) translate(-34px) rotate(0);
        transform: rotate(362deg) translate(-34px) rotate(0)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(2),
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(2),
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(2) {
        -webkit-transform: rotate(434deg) translate(60px) rotate(-434deg);
        -ms-transform: rotate(434deg) translate(60px) rotate(-434deg);
        transform: rotate(434deg) translate(60px) rotate(-434deg)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(2) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(2) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(2) a:after {
        -webkit-transform: rotate(434deg) translate(-34px) rotate(0);
        -ms-transform: rotate(434deg) translate(-34px) rotate(0);
        transform: rotate(434deg) translate(-34px) rotate(0)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(3),
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(3),
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(3) {
        -webkit-transform: rotate(506deg) translate(60px) rotate(-506deg);
        -ms-transform: rotate(506deg) translate(60px) rotate(-506deg);
        transform: rotate(506deg) translate(60px) rotate(-506deg)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(3) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(3) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(3) a:after {
        -webkit-transform: rotate(506deg) translate(-34px) rotate(0);
        -ms-transform: rotate(506deg) translate(-34px) rotate(0);
        transform: rotate(506deg) translate(-34px) rotate(0)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(4),
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(4),
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(4) {
        -webkit-transform: rotate(578deg) translate(60px) rotate(-578deg);
        -ms-transform: rotate(578deg) translate(60px) rotate(-578deg);
        transform: rotate(578deg) translate(60px) rotate(-578deg)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(4) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(4) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(4) a:after {
        -webkit-transform: rotate(578deg) translate(-34px) rotate(0);
        -ms-transform: rotate(578deg) translate(-34px) rotate(0);
        transform: rotate(578deg) translate(-34px) rotate(0)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(5),
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(5),
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(5) {
        -webkit-transform: rotate(650deg) translate(60px) rotate(-650deg);
        -ms-transform: rotate(650deg) translate(60px) rotate(-650deg);
        transform: rotate(650deg) translate(60px) rotate(-650deg)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns:nth-child(5) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column:nth-child(5) a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns:nth-child(5) a:after {
        -webkit-transform: rotate(650deg) translate(-34px) rotate(0);
        -ms-transform: rotate(650deg) translate(-34px) rotate(0);
        transform: rotate(650deg) translate(-34px) rotate(0)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns {
        width: 4.375rem;
        height: 4.375rem;
        left: 85px;
        top: 52%;
        margin: calc(-70px / 2)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.columns a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.columns a:after {
        top: 18px;
        left: -3px
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.current.columns,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column.current,
    .themov.themov-content-circle .small-circles .themov_pages_list>.current.columns {
        width: 100%;
        height: auto;
        max-width: 80%;
        margin: -40%;
        -webkit-transform: rotate(362deg) translate(63%) rotate(-362deg);
        -ms-transform: rotate(362deg) translate(63%) rotate(-362deg);
        transform: rotate(362deg) translate(63%) rotate(-362deg)
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.current.columns a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column.current a:after,
    .themov.themov-content-circle .small-circles .themov_pages_list>.current.columns a:after {
        -webkit-transform: rotate(362deg) translate(-34px) rotate(-2deg);
        -ms-transform: rotate(362deg) translate(-34px) rotate(-2deg);
        transform: rotate(362deg) translate(-34px) rotate(-2deg);
        top: 48%;
        left: -6px
    }

    .themov.themov-content-circle .small-circles .blue-circle {
        width: 3.9375rem;
        height: 3.9375rem;
        left: 3.0625rem;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .themov.themov-content-circle .small-circles .blue-circle img {
        max-width: 2.5rem
    }
}

@media screen and (min-width:64.0625em) {
    .themov.themov-content-circle {
        margin-bottom: 4.3125rem;
        margin-top: 7.75rem
    }
}

.themov.themov-content-home .themov_text_content p {
    margin-bottom: 1.25rem
}

@media screen and (min-width:48em) {
    .themov.themov-content-home .themov_text_content {
        max-width: 60%;
        top: 10%;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .themov.themov-content-left .themov_text_content {
        margin-left: 6.25%
    }
}

@media screen and (max-width:47.9375em) {
    .themov.themov-content-home .themov_intro:before {
        display: none
    }

    .themov.themov-content-home .themov_text_content {
        display: block !important;
        position: static;
        margin-bottom: 40px;
        max-width: 100%;
        width: 100%
    }

    .themov.themov-content-home .themov_text_content h3 {
        font-size: 20px;
        line-height: 24px
    }

    .themov.themov-content-home .themov_text_content p {
        font-size: 13px;
        line-height: 20px
    }

    .themov.themov-content-home .themov_text_content small {
        font-size: 10px
    }

    .themov.themov-content-home .themov_text_content h3,
    .themov.themov-content-home .themov_text_content p,
    .themov.themov-content-home .themov_text_content small {
        color: #0e323b
    }
}

.themov.themov-content-center .themov_text_content {
    max-width: 60%;
    top: 10.416666667%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.themov.themov-content-absolute-center .themov_text_content,
.wp-video .video_play {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

.themov.themov-content-center .themov_text_content p {
    margin-bottom: 1.25rem
}

.themov.themov-content-right .themov_text_content {
    right: 0;
    top: 14.285714286%;
    margin-right: 6.25%
}

.themov.themov-content-left .themov_text_content {
    left: 0;
    top: 14.285714286%
}

.themov.themov-content-absolute-center .themov_text_content {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%)
}

.themov.themov-menu-reversed .themov_intro {
    padding-bottom: 37.5%
}

.themov.themov-menu-reversed .themov_pages_list>li.current figcaption {
    font-size: 1.375rem;
    line-height: 34px
}

.themov.has-overlay .themov_intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(20, 20, 20, .3);
    z-index: 2
}

.themov.is-header .themov_text_content {
    max-width: 50%
}

.themov.is-header .themov_text_content p {
    margin-top: 1.375rem;
    font-size: 1.25rem;
    line-height: 28px
}

.themov.is-header.has-overlay .themov_intro::before {
    background: rgba(14, 50, 59, .6)
}

@media screen and (max-width:47.9375em) {

    .themov.themov-menu-reversed .themov_text_content>p,
    .themov.themov-no-bg-small .themov_intro .themov_text_content {
        display: none
    }

    .themov .themov_intro {
        position: relative
    }

    .themov .themov_pages_list>li {
        max-width: 8.75rem
    }

    .themov .themov_pages_list>li:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .themov.themov-no-bg-small .themov_intro {
        background-image: none !important;
        padding: 0
    }

    .themov.themov-menu-reversed .themov_text_content {
        width: 80%;
        max-width: 80%;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .themov.themov-menu-reversed .themov_text_content>small {
        font-size: .625rem;
        line-height: 19px
    }

    .themov.themov-menu-reversed .themov_text_content>h3 {
        margin-bottom: 0;
        font-size: 1.4375rem;
        line-height: 25px
    }

    .hero .themov .themov_text_content {
        width: 95%;
        max-width: 95%
    }

    .hero .themov .themov_text_content h1 {
        font-size: 1.75rem
    }

    .themov.themov-content-circle .small-circles .themov_pages_list {
        padding-bottom: 87%;
        height: auto
    }
}

@media only screen and (max-width:768px) and (min-width:540px) {
    .themov.themov-content-circle .small-circles .themov_pages_list {
        padding-bottom: 60%;
        height: auto
    }

    .themov.themov-content-circle .small-circles .no-flexbox .themov_pages_list>.current.columns,
    .themov.themov-content-circle .small-circles .themov_pages_list>.column.current,
    .themov.themov-content-circle .small-circles .themov_pages_list>.current.columns {
        width: 50%;
        max-width: 50%;
        margin: -25%
    }
}

@media screen and (min-width:48em) {
    .themov .themov_intro {
        padding-bottom: 51.875%
    }

    .themov .themov_pages_list {
        position: absolute;
        left: 50%;
        margin: 0;
        width: 79%;
        list-style: none;
        text-align: center;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateZ(0) translateX(-50%);
        transform: translateZ(0) translateX(-50%);
        z-index: 3
    }

    .themov .themov_pages_list>li figcaption {
        margin-top: 1.25rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .themov .themov_text_content {
        max-width: 43.75%
    }

    .themov .themov_text_content h1,
    .themov .themov_text_content h3 {
        font-size: 1.6875rem;
        line-height: 39px
    }

    .themov .themov_text_content p {
        font-size: .8125rem;
        line-height: 20px
    }

    .themov .themov_pages_list {
        width: 90%;
        bottom: -6.25rem;
        height: 9.375rem
    }

    .themov .themov_pages_list>li {
        padding: 0 1.125rem
    }

    .themov .themov_pages_list>li img {
        max-width: 6.25rem
    }

    .themov .themov_pages_list>li figcaption {
        margin-top: .9375rem;
        font: 14px/1 "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
        color: #0e323b
    }

    .themov.themov-content-center .themov_text_content small {
        font-size: .75rem;
        line-height: 19px
    }

    .themov.themov-content-center .themov_text_content p {
        font-size: 1rem;
        line-height: 24px
    }

    .themov.themov-menu-reversed .themov_intro::after {
        display: none
    }

    .themov.themov-menu-reversed .themov_text_content {
        max-width: 71%;
        width: 71%
    }

    .themov.themov-menu-reversed .themov_pages_list {
        position: relative;
        bottom: 0;
        margin-bottom: 2.25rem
    }

    .themov.themov-menu-reversed .themov_pages_list>li figcaption {
        margin-top: 10px;
        min-height: 2rem;
        color: #0e323b
    }

    .themov.themov-menu-reversed .themov_pages_list>li.current figcaption {
        font-size: 16px;
        line-height: 25px
    }

    .themov.has-nav .themov_intro {
        margin-bottom: 6.25rem
    }

    .themov.has-nav.themov-menu-reversed .themov_intro {
        margin-bottom: 2.5rem
    }

    .themov.is-header .themov_text_content h1 {
        font-size: 3rem;
        line-height: 1.2
    }

    .themov.is-header .themov_text_content p {
        margin-top: 1.375rem;
        font-size: 1rem;
        line-height: 24px
    }
}

@media screen and (min-width:64.0625em) {
    .themov .themov_text_content h1 {
        font-size: 2.25rem
    }

    .themov .themov_pages_list {
        bottom: 58px;
        height: 176px
    }

    .themov .themov_pages_list>li img {
        max-width: 140px
    }

    .themov .themov_pages_list>li figcaption {
        font: 16px/1.2 "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
        color: #fff
    }

    .themov.themov-content-center .themov_text_content small {
        font-size: .875rem;
        line-height: 19px
    }

    .themov.themov-content-center .themov_text_content p {
        font-size: 1.25rem;
        line-height: 28px
    }

    .themov.themov-menu-reversed .themov_intro {
        margin-bottom: 0
    }

    .themov.themov-menu-reversed .themov_pages_list {
        bottom: -6.5625rem
    }

    .themov.themov-menu-reversed .themov_pages_list>li figcaption {
        margin-top: 15px;
        margin-bottom: 1.25rem;
        min-height: 4.375rem;
        font-size: 1.125rem;
        line-height: 24px;
        color: #0e323b
    }

    .themov.is-header .themov_text_content h1 {
        font-size: 3.75rem;
        line-height: 1.2
    }

    .themov.is-header .themov_text_content p {
        margin-top: 1.0625rem;
        font-size: 1.25rem;
        line-height: 28px
    }

    .themov.has-nav {
        margin-bottom: 8.75rem
    }

    .home .themov.has-nav {
        margin-bottom: 0
    }

    .page-tools-overview .themov .themov_intro {
        padding-bottom: 28.126%
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .themov.themov-content-right .themov_text_content {
        max-width: 60%;
        top: 7%
    }
}

@media screen and (min-width:1025px) and (max-width:1180px) {
    .themov.themov-menu-reversed .themov-intro {
        padding-bottom: 45%
    }
}

.page .post_type,
.post .post_type {
    margin-bottom: 1.25rem
}

.page .post_type img,
.post .post_type img {
    display: block;
    margin: -3.75rem auto .3125rem;
    max-height: 8.125rem
}

.page .post_date,
.post .post_date {
    display: block;
    margin-bottom: .625rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: .025rem;
    color: #646464
}

.page .post_subtitle,
.post .post_subtitle {
    margin-bottom: 1.875rem
}

.page .post_subtitle::before,
.post .post_subtitle::before {
    margin-bottom: 1.125rem
}

.page .post_subtitle.post_narrow:before,
.post .post_subtitle.post_narrow:before {
    margin-bottom: .5625rem
}

.page .post_header,
.post .post_header {
    padding: 1.6875rem 0
}

.page .post_header h1,
.post .post_header h1 {
    margin-bottom: 1.25rem;
    font-size: 1.875rem;
    line-height: 1.266666
}

.page .post_header h1.larger,
.post .post_header h1.larger {
    font-size: 2rem;
    line-height: 1.25
}

.page .post_header.post_term,
.post .post_header.post_term {
    padding: .875rem 0
}

.page .post_header.post_term .post_subtitle,
.post .post_header.post_term .post_subtitle {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: .625rem
}

.page .post_header.post_term:before,
.post .post_header.post_term:before {
    margin-bottom: .625rem
}

.page .post_experts,
.post .post_experts {
    color: grey;
    font-size: .875rem;
    line-height: 18px
}

.page .post_experts a,
.post .post_experts a {
    color: #fb443f
}

.page .post_intro,
.post .post_intro {
    margin-bottom: 1.5625rem
}

.page .post_intro>p,
.post .post_intro>p {
    color: #0e323b;
    font-size: 1rem;
    line-height: 27px
}

.page.term-blog .post_intro>p .first-char,
.page.term-column .post_intro>p .first-char,
.post.term-blog .post_intro>p .first-char,
.post.term-column .post_intro>p .first-char {
    display: block;
    float: left;
    font-size: 340%;
    line-height: 1;
    margin-bottom: -.3125rem;
    padding: 0 .5rem 0 0
}

.page .post_content.post_content-no-padding,
.post .post_content.post_content-no-padding {
    padding-bottom: 0
}

.page .post_extended,
.post .post_extended {
    overflow: hidden;
    opacity: 0
}

.page .post_more-wrap,
.post .post_more-wrap {
    position: relative;
    padding: 3.125rem 0 1.3125rem
}

.page .post_more-wrap::before,
.post .post_more-wrap::before {
    content: "";
    position: absolute;
    height: 14.375rem;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .01) 3%, rgba(255, 255, 255, .98) 97%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.page .post_actions .post_actions_group_label,
.post .post_actions .post_actions_group_label {
    display: block;
    margin-bottom: .625rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 20px;
    color: #0e323b;
    text-transform: uppercase;
    letter-spacing: .025rem
}

.page .post_actions .post_actions_group,
.post .post_actions .post_actions_group {
    box-flex: 0;
    -webkit-flex: 0 1 43.75%;
    -moz-flex: 0 1 43.75%;
    -ms-flex: 0 1 43.75%;
    flex: 0 1 43.75%;
    width: 100%
}

.page .post_actions .post_actions_group.in-content,
.post .post_actions .post_actions_group.in-content {
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

.page .post_actions .post_actions_group_list,
.post .post_actions .post_actions_group_list {
    margin: 0 -5px
}

.page .post_actions .post_actions_group_list>li,
.post .post_actions .post_actions_group_list>li {
    padding: 0 .3125rem
}

.page .post_actions .icon,
.post .post_actions .icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem
}

.page.js-extended .post_extended,
.post.js-extended .post_extended {
    opacity: 1;
    overflow: visible;
    transition: height .3s ease-in-out
}

.single-person .page .post_header,
.single-person .post .post_header {
    position: relative
}

.page .page .post_type,
.page .post .post_type {
    margin: 0
}

.page .share-excerpt,
.post .share-excerpt {
    padding: 1.375rem 1.625rem 2.5rem;
    border-left: 1px solid #fb443f;
    background-color: #faf5ed;
    max-width: 18.25rem
}

.page .share-excerpt h6,
.post .share-excerpt h6 {
    font: 600 italic 16px/1.2 "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    color: #fb443f;
    margin: .6875rem 0 1.375rem
}

.page .share-excerpt p,
.post .share-excerpt p {
    color: #0e323b;
    line-height: 1.625rem
}

@media screen and (max-width:47.9375em) {

    .page .post_header h1.smaller,
    .post .post_header h1.smaller {
        font-size: 1.5625rem
    }

    .page .post_header.post_term,
    .post .post_header.post_term {
        text-align: center
    }

    .page .post_header.post_term h1,
    .post .post_header.post_term h1 {
        margin-bottom: .6875rem
    }

    .page .post_content,
    .post .post_content {
        padding-bottom: 4.625rem
    }

    .page .post_content.post_small_padding_btn,
    .post .post_content.post_small_padding_btn {
        padding-bottom: 2.8125rem
    }

    .single .page .post_header,
    .single .page .post_subtitle,
    .single .post .post_header,
    .single .post .post_subtitle {
        text-align: center
    }

    .page .post_actions .post_actions_group,
    .post .post_actions .post_actions_group {
        box-flex: 0;
        -webkit-flex: 0 1 70%;
        -moz-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%
    }

    .page .post_actions .post_actions_group.in-content,
    .post .post_actions .post_actions_group.in-content {
        box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 13.4375rem
    }

    .page .post_actions .post_actions_group_list,
    .post .post_actions .post_actions_group_list {
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .single-person .page .post_header,
    .single-person .post .post_header {
        padding-top: .5rem
    }

    .single-person .page .post_actions,
    .single-person .post .post_actions {
        margin-top: 1.25rem;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .single-person .page .post_actions .post_actions_group_list,
    .single-person .post .post_actions .post_actions_group_list {
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .single-person .page .post_actions .post_actions_group_list>li,
    .single-person .post .post_actions .post_actions_group_list>li {
        padding: 0 .625rem;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        -ms-flex-preferred-size: auto;
        width: auto;
        max-width: none;
        text-align: center
    }
}

@media screen and (min-width:48em) {

    .page .post_date,
    .post .post_date {
        font-size: 1rem;
        margin-bottom: .75rem
    }

    .page .post_experts br,
    .post .post_experts br {
        display: none
    }

    .page .post_actions:not(.text-left) .post_actions_group:first-child,
    .post .post_actions:not(.text-left) .post_actions_group:first-child {
        padding-left: 0;
        padding-right: 0
    }

    .page .post_actions:not(.text-left) .post_actions_group:last-child:not(:first-child),
    .post .post_actions:not(.text-left) .post_actions_group:last-child:not(:first-child) {
        padding-right: 0;
        padding-left: 1.25rem
    }

    .page .post_actions .post_actions_group_label,
    .post .post_actions .post_actions_group_label {
        float: left;
        margin-right: .625rem;
        margin-top: .6875rem
    }

    .single-person .page .post_actions,
    .single-person .post .post_actions {
        padding: 0;
        margin: 0 -.3125rem 0 0
    }

    .single-person .page .post_actions .post_actions_group,
    .single-person .post .post_actions .post_actions_group {
        width: 100%;
        max-width: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%
    }

    .single-person .page .post_actions .post_actions_group_list,
    .single-person .post .post_actions .post_actions_group_list {
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end
    }

    .single-person .page .post_actions .post_actions_group_list>li,
    .single-person .post .post_actions .post_actions_group_list>li {
        -webkit-flex-basis: auto;
        flex-basis: auto;
        -ms-flex-preferred-size: auto
    }

    .page .post_actions.post_actions-1 .post_actions_group_label,
    .post .post_actions.post_actions-1 .post_actions_group_label {
        float: none;
        margin-right: 0
    }

    .page .post_actions.post_actions-1 .post_actions_group,
    .post .post_actions.post_actions-1 .post_actions_group {
        max-width: 13rem
    }

    .page .post_actions.post_actions-1 .post_actions_group:not(.in-content),
    .post .post_actions.post_actions-1 .post_actions_group:not(.in-content) {
        padding: 0
    }

    .page .post_actions.post_actions-1 .post_actions_group_list,
    .post .post_actions.post_actions-1 .post_actions_group_list {
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

@media screen and (min-width:48em) and (max-width:64em) {

    .page .post_subtitle,
    .post .post_subtitle {
        font-size: .8125rem;
        line-height: 21px
    }

    .page .post_subtitle::before,
    .post .post_subtitle::before {
        margin-bottom: 1.375rem
    }

    .page .post_header,
    .post .post_header {
        padding: 3.125rem 0 1.5rem
    }

    .page .post_header h1,
    .post .post_header h1 {
        margin-bottom: 1.875rem;
        font-size: 2.8125rem;
        line-height: 55px
    }

    .page .post_header h1.smaller,
    .post .post_header h1.smaller {
        font-size: 2.25rem;
        line-height: 1.2
    }

    .page .post_header h1.larger,
    .post .post_header h1.larger {
        font-size: 3.4375rem
    }

    .page .post_header.post_term .post_subtitle,
    .post .post_header.post_term .post_subtitle {
        font-size: .875rem
    }

    .page .post_header.post_term :before,
    .post .post_header.post_term :before {
        margin-bottom: 1.5625rem
    }

    .page .post_experts,
    .post .post_experts {
        font-size: 1.125rem;
        line-height: 19px
    }

    .page .post_intro,
    .post .post_intro {
        margin-bottom: 3.125rem
    }

    .page .post_intro>p,
    .post .post_intro>p {
        font-size: 1.25rem;
        line-height: 31px
    }

    .page .post_content,
    .post .post_content {
        padding-bottom: 4rem
    }

    .page .post_actions,
    .post .post_actions {
        margin-left: -.625rem;
        margin-right: -.625rem
    }

    .page .post_actions .post_actions_group.in-content,
    .post .post_actions .post_actions_group.in-content {
        box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 14.875rem
    }

    .single-person .page .post_actions,
    .single-person .post .post_actions {
        margin: 0
    }
}

@media screen and (min-width:64.0625em) {

    .page .post_subtitle,
    .post .post_subtitle {
        font-size: 1.125rem;
        line-height: 21px
    }

    .page .post_subtitle::before,
    .post .post_subtitle::before {
        margin-bottom: 1rem
    }

    .page .post_header,
    .post .post_header {
        padding: 3.75rem 0 2.5rem
    }

    .page .post_header h1,
    .post .post_header h1 {
        margin-bottom: 1.625rem;
        font-size: 3.75rem;
        line-height: 80px
    }

    .page .post_header h1.smaller,
    .post .post_header h1.smaller {
        font-size: 3rem;
        line-height: 3.75rem
    }

    .page .post_header h1.larger,
    .post .post_header h1.larger {
        font-size: 4.5rem
    }

    .page .post_header.post_term,
    .post .post_header.post_term {
        padding: 5.625rem 0 0
    }

    .page .post_header.post_term:before,
    .post .post_header.post_term:before {
        margin-bottom: 1.9375rem
    }

    .page .post_header.post_term h1,
    .post .post_header.post_term h1 {
        line-height: 1.2
    }

    .page .post_header.post_term .post_subtitle,
    .post .post_header.post_term .post_subtitle {
        font-size: 1rem
    }

    .page .post_experts,
    .post .post_experts {
        font-size: 1.375rem;
        line-height: 24px
    }

    .page .post_intro,
    .post .post_intro {
        margin-bottom: 2.8125rem
    }

    .page .post_intro>p,
    .post .post_intro>p {
        font-size: 1.375rem;
        line-height: 35px
    }

    .page-free-theme .page .post_intro,
    .page-free-theme .post .post_intro {
        margin-bottom: 1.875rem
    }

    .page .post_content,
    .post .post_content {
        padding-bottom: 4.0625rem
    }

    .page .post_more-wrap,
    .post .post_more-wrap {
        padding-top: 4.625rem
    }

    .page .post_more-btn,
    .post .post_more-btn {
        min-width: 11.625rem
    }

    .page .post_actions .post_actions_group:last-child:not(:first-child),
    .post .post_actions .post_actions_group:last-child:not(:first-child) {
        padding-left: 1.25rem
    }

    .page .post_actions .post_actions_group_label,
    .post .post_actions .post_actions_group_label {
        font-size: .875rem
    }
}

.wp-caption {
    max-width: 100%;
    margin: 1.25rem 0 2.1875rem
}

p.wp-caption-text {
    position: relative;
    margin: 0;
    padding: 1.125rem 0;
    font-size: .75rem;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: .025rem;
    color: #0e323b
}

p.wp-caption-text::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2OThFNUY0RUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2OThFNUYzRUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIElsbHVzdHJhdG9yIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZBODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3Ii8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+MDUtb25kZXJ3ZXJwX3YzPC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4abTv3AAAAGElEQVR42mLkM7L+z4AGPp49woguBhBgAGehA/+d7jJMAAAAAElFTkSuQmCC) left center repeat-x
}

@media screen and (max-width:47.9375em) {
    p.wp-caption-text {
        padding: .625rem 0;
        font-size: .5rem;
        line-height: 10px
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    p.wp-caption-text {
        padding: .625rem 0;
        font-size: .625rem
    }
}

.gallery {
    padding: 1.25rem 0 2.1875rem;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row .gallery {
    margin-left: -map_get((small: 28px, medium: 48px, large: 20px), large)/2;
    margin-right: -map_get((small: 28px, medium: 48px, large: 20px), large)/2
}

.gallery:last-child {
    padding-bottom: 0
}

.gallery .gallery-icon {
    margin: 0
}

.gallery>.gallery-item {
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 1.25rem
}

.gallery dl:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width:47.9375em) {
    .gallery>.gallery-item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%
    }

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

@media screen and (min-width:48em) {
    .gallery>.gallery-item {
        max-width: 50%;
        padding: 0 10px
    }

    .gallery>.gallery-item:nth-child(odd):last-of-type {
        max-width: 100%
    }
}

.wp-video {
    position: relative;
    width: 65% !important;
    min-height: 70px;
    margin: 2.5rem auto;
    padding: .625rem;
    background: #f9f5ed;
    border: 1px solid #e3e3e3
}

.wp-video::after {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    width: calc(100% - 20px);
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2OThFNUY0RUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2OThFNUYzRUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIElsbHVzdHJhdG9yIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZBODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3Ii8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+MDUtb25kZXJ3ZXJwX3YzPC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4abTv3AAAAGElEQVR42mLkM7L+z4AGPp49woguBhBgAGehA/+d7jJMAAAAAElFTkSuQmCC) left center repeat-x
}

.wp-video .mejs-container {
    max-width: 100% !important;
    max-height: 280px;
    margin: 0 auto 1rem;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 34.4%
}

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

.wp-video .video_cover {
    position: relative;
    text-align: center;
    margin: 0 auto 1rem;
    overflow: hidden
}

.dropdown-grid.experts-list .dropdown-expand .button,
.info .button {
    margin-top: 2.1875rem
}

.wp-video .video_cover p {
    display: none
}

.wp-video .video_cover::before,
.wp-video .video_play::before {
    content: "";
    display: block;
    position: absolute
}

.wp-video .video_cover::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(100, 100, 100, .5)
}

.wp-video .video_play {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    width: 4.375rem;
    height: 4.375rem;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    border-radius: 100%;
    outline: 0;
    transition: background .5s;
    z-index: 3
}

.icon.icon-circle::before,
.researches-list .term-img figcaption,
.wp-video .video_play::before {
    -webkit-transform: translateX(-50%) translateY(-50%)
}

.wp-video .video_play::before {
    margin-left: .1875rem;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 0;
    width: 0;
    border-bottom: 15.5px solid transparent;
    border-left: 24px solid #fff;
    border-top: 15.5px solid transparent
}

.wp-video .video_play:hover {
    background: rgba(0, 0, 0, .7)
}

.wp-video .mejs-poster {
    background-size: cover;
    background-color: rgba(100, 100, 100, .5);
    background-blend-mode: multiply
}

.wp-video .mejs-controls {
    font-size: .6875rem;
    line-height: 11px
}

.wp-video .video_duration,
.wp-video .video_title {
    font-size: .625rem;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: .025rem;
    text-transform: uppercase
}

.wp-video .video_title {
    margin-bottom: 28px
}

.wp-video.youtube::after {
    display: none
}

.wp-video.youtube .video_cover {
    margin-bottom: 0
}

@media screen and (max-width:47.9375em) {
    .wp-video {
        width: 100% !important
    }

    .wp-video::after {
        clear: both;
        content: "";
        display: table;
        bottom: .625rem
    }

    .wp-video .mejs-container {
        float: left;
        padding: 0;
        width: 4.6875rem !important;
        height: 2.5rem !important;
        margin-right: .625rem
    }

    .wp-video .video_cover {
        float: left;
        padding: 0;
        width: 4.6875rem;
        height: 2.5rem;
        margin-right: .625rem
    }

    .wp-video .video_play {
        width: 1.875rem;
        height: 1.875rem
    }

    .wp-video .video_play::before {
        height: 0;
        width: 0;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #fff;
        border-top: 8px solid transparent
    }

    .wp-video .mejs-controls {
        display: none
    }

    .wp-video .video_duration,
    .wp-video .video_title {
        font-size: .625rem;
        line-height: 12px
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .wp-video {
        width: 82.75862069% !important
    }

    .wp-video .mejs-container {
        padding-bottom: 63%;
        max-width: 100% !important
    }
}

.info {
    z-index: 3
}

.info h3 {
    margin-bottom: 1.4375rem
}

.info a {
    border-bottom: 1px solid #fb443f
}

.info a:active {
    border-color: #0e323b
}

.info a:visited {
    border-color: #00b9ea
}

.info a:hover {
    color: #fb443f
}

.info a:focus {
    border: 1px solid #00b9ea;
    border-radius: 17px;
    padding: 0 8px;
    outline: 0
}

.info.info-expert a,
.info.info-expert-search a,
.more-info hr {
    border-bottom: 0
}

.info.info-agenda {
    padding: 2.1875rem .625rem;
    border-top: 2px solid #fb443f;
    background: #edfafe
}

.info.info-project {
    padding: .9375rem .625rem;
    margin-bottom: 1.875rem;
    background: #fcfaf4;
    border-left: 2px solid #fb443f
}

.info.info-expert,
.info.info-expert-search {
    position: relative;
    padding: 0 0 1.25rem;
    margin: 0;
    border-top: 2px solid #fb443f;
    background: #fff;
    box-shadow: 0 0 44px 12px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.info.info-expert-search {
    padding: 1.125rem 1.5rem 2.5rem
}

.info.info-expert-search .search-filter {
    margin-top: 0;
    position: static
}

.info.info-expert-search .search-filter .input-wrapper {
    padding: 0
}

@media screen and (max-width:47.9375em) {
    .info {
        max-width: calc(100vw - 20px)
    }

    .info.info-expert-search {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-bottom: 4.0625rem
    }

    .expert-info-wrap {
        height: 150px
    }
}

@media screen and (min-width:48em) {
    .info {
        margin-top: 1.5625rem
    }

    .info .button {
        margin-top: .875rem
    }

    .info.info-expert .columns,
    .info.info-expert-search .columns {
        padding: 0 .625rem
    }

    .info.info-expert .columns:last-child,
    .info.info-expert-search .columns:last-child {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .info.info-agenda {
        padding: 1.625rem 1.25rem
    }

    .info.info-project {
        padding: .9375rem 1.125rem
    }

    .info.info-expert,
    .info.info-expert-search {
        padding: 1.125rem .625rem
    }

    .info.info-expert-search {
        padding: 1.25rem 3.125rem 1.25rem 2.5rem
    }

    .info.info-expert-search .column:first-child,
    .info.info-expert-search .columns:first-child {
        padding-right: 0
    }
}

@media screen and (min-width:64.0625em) {
    .wp-video {
        font-size: .75rem;
        line-height: 15px
    }

    .info h3 {
        font-size: 1.6875rem
    }

    .info.info-agenda {
        margin-top: .9375rem;
        padding: 1.875rem 1.25rem 3.125rem
    }

    .info.info-project {
        margin: 2.8125rem 0 2.5rem;
        padding: 1.4375rem 1.125rem
    }

    .info.info-expert,
    .info.info-expert-search {
        padding: 1.875rem .9375rem
    }

    .info.info-expert-search {
        padding: 1.5rem 3.125rem;
        margin-bottom: 1.5rem
    }
}

.experts-list {
    margin-bottom: 3.125rem
}

.experts-list .expert {
    padding: 0
}

.experts-list .expert_thumbnail {
    margin-bottom: 0
}

.experts-list .expert_body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.experts-list .expert_body {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.experts-list .expert_body:after {
    margin-top: .125rem;
    margin-bottom: -.25rem
}

.experts-list .expert_body .expert_name,
.experts-list .expert_body small {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.experts-list.experts-list-relation {
    margin: 0
}

.experts-list.experts-list-relation>li {
    margin: 0 0 1.25rem
}

.experts-list.experts-list-relation>li>a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}

.experts-list.experts-list-relation .expert {
    margin: 0 auto;
    padding-bottom: 4rem;
    position: relative
}

.experts-list.experts-list-relation .expert .icon:not(.icon-inline) {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.filter,
.filter.filter-search>.row {
    position: relative
}

.experts-list.dropdown-grid>li {
    margin: 0
}

@media screen and (max-width:47.9375em) {
    .experts-list.small-up-1>li {
        padding: 0 .625rem .625rem
    }

    .experts-list.experts-list-relation>li {
        margin-top: 1.875rem
    }

    .experts-list.experts-list-relation>li:nth-child(-n+2) {
        margin-top: 0
    }
}

@media screen and (min-width:48em) {
    .experts-list {
        margin-bottom: 2.5rem
    }

    .experts-list.large-up-3>li {
        max-width: 19.375rem;
        padding: 0 .3125rem .625rem
    }

    .filter.filter-tools {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .experts-list>li {
        margin-top: 1.875rem
    }

    .experts-list.medium-up-2>li:nth-child(-n+2),
    .experts-list.medium-up-3>li:nth-child(-n+3),
    .experts-list.medium-up-4>li:nth-child(-n+4) {
        margin-top: 0
    }
}

.filter {
    z-index: 999
}

.filter .custom-select .js-custom-select-val::-webkit-input-placeholder,
.filter input[type=text]::-webkit-input-placeholder {
    color: #646464
}

.filter .custom-select .js-custom-select-val::-moz-placeholder,
.filter input[type=text]::-moz-placeholder {
    color: #646464
}

.filter .custom-select .js-custom-select-val:-moz-placeholder,
.filter input[type=text]:-moz-placeholder {
    color: #646464
}

.filter .custom-select .js-custom-select-val:-ms-input-placeholder,
.filter input[type=text]:-ms-input-placeholder {
    color: #646464
}

.filter label {
    margin-bottom: .3125rem
}

@media screen and (min-width:64.0625em) {

    .experts-list>.column,
    .experts-list>.columns,
    .no-flexbox .experts-list>.columns {
        width: 33.33333%;
        float: left
    }

    .experts-list>.column:nth-of-type(1n),
    .experts-list>.columns:nth-of-type(1n),
    .no-flexbox .experts-list>.columns:nth-of-type(1n) {
        clear: none
    }

    .experts-list>.column:nth-of-type(3n+1),
    .experts-list>.columns:nth-of-type(3n+1),
    .no-flexbox .experts-list>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .experts-list>.column:last-child,
    .experts-list>.columns:last-child,
    .no-flexbox .experts-list>.columns:last-child {
        float: left
    }

    .experts-list.experts-list-relation>li {
        margin-top: 2.5rem
    }

    .experts-list.experts-list-relation>li:nth-child(-n+4) {
        margin-top: 0
    }

    .filter label {
        margin-bottom: .625rem
    }
}

.filter .input-wrap.has-icon .icon {
    font-size: 1.25rem
}

.filter.filter-experts:not(.no-padding-top),
.filter.filter-projects:not(.no-padding-top) {
    padding: 0 .3125rem 2.5rem
}

.filter.filter-collaborations {
    padding: 3.125rem 0 2.5rem
}

.filter.filter-tools {
    background: #0e323b;
    padding: .9375rem
}

.filter.filter-tools label {
    color: #fff
}

.filter.filter-search {
    background: #0e323b;
    padding: .9375rem 0
}

.filter.filter-search>.row:not(.suggestions) {
    margin: 0
}

.filter.filter-search .js-custom-select {
    min-width: 200px
}

.filter.filter-search .js-custom-select.large .js-custom-select-val {
    font-size: 1rem
}

.filter.filter-search .js-custom-select.large .js-custom-select-icon::after,
.filter.filter-search .js-custom-select.large .js-custom-select-icon::before {
    background: grey
}

.filter.filter-search .close-button {
    position: absolute;
    right: 35px;
    top: 22px
}

@media screen and (max-width:47.9375em) {
    .filter.filter-projects:not(.filter-projects) {
        padding-top: 1.875rem
    }

    .filter.filter-experts .input-wrap,
    .filter.filter-projects .input-wrap {
        margin-bottom: .625rem
    }

    .filter.filter-search {
        padding: .625rem 0 1.875rem
    }

    .filter.filter-search .close-button {
        display: none
    }

    .filter.filter-search .input-group {
        display: block;
        margin-bottom: 1.875rem
    }

    .filter.filter-search .input-group .input-group-field {
        width: 100%;
        border-radius: 0
    }

    .filter.filter-search .input-group .input-group-field>input {
        border-radius: 0
    }

    .filter.filter-search .input-group .input-wrap {
        width: 100%
    }

    .filter.filter-search .text-right {
        text-align: center
    }

    .filter.filter-search .text-right .button {
        margin-right: .625rem
    }
}

@media screen and (min-width:48em) {
    .filter.filter-search {
        padding: 2.5rem 0
    }
}

@media screen and (min-width:48em) and (max-width:64em) {

    .filter.filter-experts:not(.no-padding-top),
    .filter.filter-projects:not(.no-padding-top) {
        padding: 2.5rem 0 3.125rem
    }

    .filter.filter-experts .columns,
    .filter.filter-projects .columns {
        padding-left: .4375rem;
        padding-right: .4375rem
    }

    .filter.filter-collaborations {
        padding: 4.1875rem 0 3.125rem
    }

    .filter.filter-search .close-button {
        top: 3.5rem;
        right: 1.25rem
    }

    .filter.filter-search .columns:first-of-type {
        margin-bottom: 1.25rem
    }
}

@media screen and (min-width:64.0625em) {

    .filter.filter-experts:not(.no-padding-top),
    .filter.filter-projects:not(.no-padding-top) {
        padding: 3.125rem 0
    }

    .filter.filter-collaborations {
        padding: 4.8125rem 0 3.75rem
    }

    .filter.filter-tools {
        padding: 1.875rem
    }

    .filter.filter-search .search-wr {
        position: relative
    }

    .filter.filter-search .close-button {
        position: absolute;
        right: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.list-3-1>li {
    float: left;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.list-3-1>li.is-4 .tile .tile_header img {
    max-height: none
}

@media screen and (max-width:47.9375em) {
    .list-3-1.collaborations-list {
        overflow: hidden
    }

    .list-3-1.collaborations-list>li .tile::before {
        display: block;
        content: "";
        height: 104.63%;
        width: 3px;
        position: absolute;
        left: -1px;
        top: -1px;
        bottom: -1px;
        background: #00b9ea
    }

    .list-3-1.collaborations-list>li.is-4 .tile .tile_header {
        padding: .625rem .625rem 0
    }
}

.dropdown-expand,
.dropdown-grid,
.dropdown_cell,
.suggestions {
    position: relative
}

@media screen and (min-width:48em) {
    .list-3-1>li {
        box-flex: 0;
        -webkit-flex: 0 0 33.41%;
        -moz-flex: 0 0 33.41%;
        -ms-flex: 0 0 33.41%;
        flex: 0 0 33.41%;
        max-width: 33.41%
    }

    .list-3-1>li:nth-child(4n+4) {
        clear: both;
        box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }

    .list-3-1>li:nth-child(4n+4) .tile {
        box-orient: horizontal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row
    }

    .list-3-1>li:nth-child(4n+4) .tile::after {
        clear: both;
        content: "";
        display: table
    }

    .list-3-1>li:nth-child(4n+4) .tile .tile_excerpt,
    .list-3-1>li:nth-child(4n+4) .tile .tile_header {
        float: left
    }

    .list-3-1>li:nth-child(4n+4) .tile .tile_excerpt {
        padding: 1.25rem;
        max-width: 33.21%
    }

    .list-3-1>li:nth-child(4n+4) .tile .tile_header {
        width: 100%
    }

    .list-3-1>li:nth-child(4n+4):last-child {
        padding-bottom: 0
    }

    .list-3-1>li:nth-child(4n+4).is-even .tile .tile_header {
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .list-3-1>li:nth-child(4n+4) {
        padding: 2.5rem 0
    }
}

@media screen and (min-width:64.0625em) {
    .list-3-1 li:nth-child(4n+4) {
        padding: 3.125rem 0
    }
}

.list-1-all>li {
    float: left;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (max-width:47.9375em) {
    .list-1-all>li .tile.tile-short .tile_excerpt p {
        display: block
    }

    .results-list>li:last-child>a {
        border-bottom: 0
    }
}

@media screen and (min-width:48em) {
    .list-1-all>li {
        box-flex: 0;
        -webkit-flex: 0 0 33.41%;
        -moz-flex: 0 0 33.41%;
        -ms-flex: 0 0 33.41%;
        flex: 0 0 33.41%;
        max-width: 33.41%
    }

    .list-1-all>li:first-child {
        clear: both;
        box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }

    .list-1-all>li:first-child .tile {
        box-orient: horizontal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row
    }

    .list-1-all>li:first-child .tile::after {
        clear: both;
        content: "";
        display: table
    }

    .list-1-all>li:first-child .tile .tile_excerpt,
    .list-1-all>li:first-child .tile .tile_header {
        float: left
    }

    .list-1-all>li:first-child .tile .tile_excerpt {
        padding: 1.25rem;
        max-width: calc(100% - 58.333333333%)
    }

    .list-1-all>li:first-child .tile .tile_header {
        max-width: 58.333333333%;
        padding-bottom: .625rem;
        padding-right: 0
    }

    .list-1-all>li:first-child .tile .tile_header img {
        max-height: none
    }

    .list-1-all>li:first-child .first p time {
        font-size: .75rem
    }

    .list-1-all.tools-list>li:first-child .tile.tile-page-excerpt .tile_icon {
        top: 8%
    }

    .list-1-all.tools-list>li:first-child .tile.tile-page-excerpt .tile_excerpt {
        max-width: calc(100% - 67%)
    }

    .list-1-all.tools-list>li:first-child .tile.tile-page-excerpt .tile_excerpt h4 {
        margin-top: 38%
    }

    .list-1-all.tools-list>li:first-child .tile.tile-page-excerpt .tile_header {
        max-width: 67%
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .list-1-all>li:first-child .first h4 {
        font-size: 1.6875rem;
        line-height: 36px
    }

    .list-1-all>li:first-child .first p {
        font-size: .9375rem;
        line-height: 21px
    }
}

@media screen and (min-width:64.0625em) {
    .list-1-all>li:first-child .first .tile_excerpt h4 {
        margin-bottom: .875rem;
        margin-top: 1.4375rem;
        font-size: 1.6875rem;
        line-height: 36px
    }

    .list-1-all>li:first-child .first .tile_excerpt p {
        font-size: 1.25rem;
        line-height: 28px
    }
}

.dropdown-grid.experts-list .dropdown-expand.expert,
.is-collapsed .dropdown-expand,
.results-list>li h6,
.suggestions .suggestions_results {
    margin-bottom: 0
}

.results-list>li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.results-list>li>a {
    display: block;
    padding: 1.125rem 0 .625rem;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.results-list>li h6 {
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    color: #0e323b
}

.results-list>li small {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: grey;
    text-transform: uppercase;
    font-weight: 600
}

@media screen and (min-width:48em) {
    .results-list>li h6 {
        font-size: 1.125rem;
        line-height: 24px
    }

    .results-list>li small {
        font-size: .75rem;
        line-height: 22px;
        font-weight: 600
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .results-list>li>a {
        padding: 1.0625rem 0 .9375rem
    }

    .results-list>li:nth-last-child(-n+2)>a {
        border-bottom: 0
    }
}

.suggestions {
    display: none;
    margin-top: 2.625rem
}

.suggestions .suggestions_results.results-list>li h6 {
    color: #fff
}

.suggestions .suggestions_results.results-list>li small {
    color: #86989d
}

.suggestions .suggestions_results.results-list>li.no-suggestions {
    width: 100%
}

@media screen and (min-width:48em) and (max-width:64em) {
    .suggestions {
        margin-top: 2.125rem
    }
}

@media screen and (min-width:64.0625em) {
    .results-list.row {
        margin-left: -3.2215%;
        margin-right: -3.2215%
    }

    .results-list>li {
        padding-left: 3.2215%;
        padding-right: 3.2215%
    }

    .results-list>li a {
        padding: 1.25rem .3125rem .9375rem
    }

    .results-list>li h6 {
        font-size: 1.125rem;
        line-height: 24px
    }

    .results-list>li small {
        font-size: .75rem;
        line-height: 22px;
        font-weight: 600
    }

    .results-list>li:nth-last-child(-n+3)>a {
        border-bottom: 0
    }

    .suggestions {
        margin-top: 3.25rem
    }
}

.js-suggestions .suggestions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dropdown-grid .dropdown_cell.is-expanded {
    padding-bottom: 1.875rem
}

.dropdown_cell:not(.expert-wrapper) {
    float: left
}

.dropdown_cell.is-collapsed {
    transition: padding .3s ease-in-out
}

.dropdown_cell.is-collapsed .dropdown-basic:not(.experts-dropdown) {
    cursor: pointer
}

.dropdown_cell.is-expanded {
    z-index: 2
}

.dropdown_cell.is-expanded .dropdown-expand {
    max-height: 1200px
}

.expert-wrapper {
    width: 100%
}

.expert-wrapper.is-collapsed .dropdown-expand {
    padding: 0
}

.expert-wrapper.is-collapsed .arrow {
    margin-left: -2.2rem
}

.dropdown-basic {
    display: block;
    width: 100%
}

.dropdown-basic.experts-dropdown {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dropdown-basic.experts-dropdown>div {
    width: 100%
}

.dropdown-expand {
    left: -5px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    max-height: 0;
    transition: max-height .3s ease-in-out, margin-bottom 75ms 225ms
}

.dropdown-expand>.row {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 3.125rem 0 3.75rem;
    max-width: none;
    background: #0e323b
}

.dropdown-expand .arrow {
    position: absolute;
    top: 13px;
    left: 50%;
    width: 5.625rem;
    height: 1.5625rem;
    margin-left: -2.8125rem;
    opacity: 0;
    transition: opacity .3s ease-in-out .2s
}

/* .dropdown-expand .arrow::before {
    display: block;
    content: url(../assets/round-arrow.svg);
    width: 100%;
    height: 100%;
    z-index: 1
} */

.dropdown-expand.expinfo {
    left: -.625rem
}

.is-expanded .dropdown-expand .arrow {
    opacity: 1;
    transition-delay: 0s
}

.dropdown-grid.experts-list .dropdown-expand .button.button-white {
    background-color: transparent;
    color: #fff
}

@media screen and (max-width:47.9375em) {
    .dropdown-grid.experts-list .dropdown-expand>.row {
        padding: 2.5rem 0
    }

    .dropdown-grid.experts-list .dropdown-expand .button {
        margin-top: 2.5rem
    }

    .dropdown-grid.expertises-list .dropdown-expand .arrow {
        top: 1.75rem
    }
}

.dropdown-grid.expertises-list .dropdown_cell.is-expanded {
    padding-bottom: 0
}

@media screen and (min-width:48em) and (max-width:64em) {
    .dropdown-expand.expinfo {
        left: -24px
    }

    .dropdown-grid.expertises-list .dropdown-expand .arrow {
        top: 1.625rem
    }
}

.expinfo_inner {
    position: relative;
    background: #0e323b;
    padding: 2.6875rem 0
}

.expinfo_inner h4 {
    margin-bottom: 1.5625rem;
    color: #00b9ea
}

.expinfo_inner .expinfo_content>.row {
    max-width: none
}

.expinfo_inner .publ .publ_list {
    background: 0 0;
    border: 0
}

.expinfo_inner .publ .publ_list .publ_list_publication {
    padding: 1.25rem 0;
    border-color: #86989d;
    border-left-width: 0;
    border-right-width: 0
}

.expinfo_inner .publ .publ_list .publ_list_publication h6 {
    color: #fff
}

.expinfo_inner .publ .publ_list .publ_list_publication small {
    color: #86989d
}

.expinfo_inner .publ .publ_list .publ_list_publication:first-child {
    padding-top: 0;
    border-top-width: 0
}

.expinfo_inner .expert .expert_name {
    color: #fff
}

.expinfo_inner .expert small {
    color: #86989d
}

.expinfo_inner .button {
    margin-top: 2.1875rem
}

.expinfo_inner .button.button-white {
    background-color: transparent;
    color: #fff
}

@media screen and (max-width:47.9375em) {
    .expinfo_inner {
        margin-top: 2.8125rem
    }

    .expinfo_inner .expinfo_content>.row {
        margin: 0
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .expinfo_inner {
        margin-top: 2.6875rem
    }

    .expinfo_inner .expinfo_content>.row {
        margin: 0
    }

    .expinfo_inner .expinfo_excerpt p {
        font-size: .75rem;
        line-height: 18px
    }
}

@media screen and (min-width:64.0625em) {
    .dropdown-grid.expertises-list .dropdown-expand .arrow {
        top: 2.1875rem
    }

    .expinfo_inner {
        padding: 4.0625rem 0;
        margin-top: 3.25rem
    }
}

.expertises-list {
    margin: 0
}

@media screen and (max-width:47.9375em) {
    .expertises-list>li {
        padding-top: 3.75rem
    }

    .expertises-list.small-up-2>li:nth-child(-n+2) {
        padding-top: 0
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .expertises-list>li {
        padding-top: 4.0625rem
    }

    .expertises-list.medium-up-3>li:nth-child(-n+3) {
        padding-top: 0
    }
}

@media screen and (min-width:64.0625em) {
    .expertises-list>li {
        padding-top: 4.6875rem
    }

    .expertises-list.large-up-2>li:nth-child(-n+2),
    .expertises-list.large-up-5>li:nth-child(-n+5) {
        padding-top: 0
    }
}

#faq-search-form .autocomplete-suggestions {
    top: 59px;
    width: 100% !important
}

.faq-overview {
    margin-bottom: 5.625rem
}

.faq-overview .faq-no-result {
    margin: 3.125rem 0
}

.faq-go-to-section label {
    line-height: 35px
}

.faq-go-to-section .faq-select-wrapper {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 3.125rem;
    margin-bottom: 4.375rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.faq-cat-wrapper .faq-source a,
aside.aside .experts-list .expert .expert_name a {
    border-bottom: 1px solid #fb443f
}

.slick-project-list .project-list-slick .slick-slide,
aside.aside .section-socials {
    padding: 0 !important
}

@media screen and (max-width:47.9375em) {
    .faq-go-to-section .faq-select-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .faq-go-to-section .faq-select-wrapper .custom-select {
        margin-bottom: 20px
    }
}

.faq-go-to-section .custom-select {
    width: 278px
}

.faq-go-to-section .custom-select .js-custom-select .js-custom-select-val .js-custom-select-icon::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.faq-go-to-section .custom-select .js-custom-select .js-custom-select-val .js-custom-select-icon::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.faq-go-to-section .custom-select .js-custom-select .js-custom-select-icon::after,
.faq-go-to-section .custom-select .js-custom-select .js-custom-select-val .js-custom-select-icon::before {
    background: #fb443f
}

.faq-go-to-section .custom-select .js-custom-select.js-open .js-custom-select-val .js-custom-select-icon::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.faq-go-to-section .custom-select .js-custom-select.js-open .js-custom-select-val .js-custom-select-icon::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (min-width:48em) {
    .faq-go-to-section {
        margin-top: -30px
    }

    .faq-go-to-section .custom-select {
        margin-right: 1.75rem
    }

    .slick-project-list {
        padding-top: 4.375rem
    }
}

.faq-intro-text {
    color: #0E323B
}

.faq-cat-wrapper {
    margin: 3.875rem 0
}

.faq-cat-wrapper h2 {
    margin-bottom: 2.9375rem
}

.faq-cat-wrapper .faq-source {
    margin-top: 1.25rem
}

.faq-cat-wrapper .faq-source a {
    color: #0e323b
}

.faq-socials {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.faq-socials .faq-socials-inner .post_actions_group_label {
    text-transform: uppercase
}

.faq-socials .faq-socials-inner .icon {
    font-size: .75rem;
    background-color: #fff
}

.slick-project-list .slick-slider {
    position: static
}

.slick-project-list .slick-arrow {
    position: absolute;
    top: 0;
    left: 50% !important;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    color: #0e323b
}

.slick-project-list .slick-arrow::after {
    box-shadow: inset 0 0 0 1px #0e323b
}

.slick-project-list .slick-arrow:hover::before {
    color: #fff
}

.slick-project-list .slick-arrow:hover::after {
    box-shadow: inset 0 0 0 3rem #0e323b
}

.slick-project-list .slick-arrow.slick-prev {
    margin-left: 19px;
    -webkit-transform: translateX(-50%) translateY(0) rotate(-180deg) !important;
    -ms-transform: translateX(-50%) translateY(0) rotate(-180deg) !important;
    transform: translateX(-50%) translateY(0) rotate(-180deg) !important;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
}

.slick-project-list .slick-arrow.slick-next {
    margin-left: 42px
}

.slick-project-list .slick-arrow:focus:after {
    box-shadow: inset 0 0 0 1px #00b9ea
}

.icon.icon-circle::after,
.pagination .pagination-next span:after,
.pagination .pagination-next>a:after,
.pagination .pagination-previous span:after,
.pagination .pagination-previous>a:after,
.slick-project-list .slick-arrow:active:after {
    box-shadow: inset 0 0 0 1px #0e323b
}

@media only screen and (min-width:1280px) {
    .slick-project-list {
        min-width: calc(100vw - (100vw - 1110px)/ 2 + 10px)
    }

    .slick-project-list .slick-arrow {
        margin-top: -1.25rem !important;
        width: 3.125rem;
        height: 3.125rem
    }

    .slick-project-list .slick-arrow:after,
    .slick-project-list .slick-arrow:before {
        font-size: 1.875rem
    }
}

.slick-project-list .project-list-slick {
    max-width: 100%
}

.slick-project-list .project-list-slick .slick-list {
    overflow: visible
}

.slick-project-list .project-list-slick .slick-slide .tile {
    width: 100%
}

@media screen and (max-width:47.9375em) {
    .slick-project-list .project-list-slick {
        max-width: calc(100% + 27px);
        width: calc(100vw + 27px) !important
    }
}

@media screen and (min-width:64.0625em) and (max-width:89.9375em) {
    .slick-project-list {
        width: calc(100vw + 10px)
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .slick-project-list {
        width: calc(100vw + 24px)
    }
}

@media screen and (max-width:47.9375em) {
    .slick-project-list {
        width: calc(100vw + 10px)
    }

    .slick-project-list .small-scroll .column,
    .slick-project-list .small-scroll .columns {
        max-width: 18.625rem
    }

    .slick-project-list .small-scroll .column .tile,
    .slick-project-list .small-scroll .columns .tile {
        max-width: 100%
    }
}

.projects-filter-box {
    padding: 2.1875rem 1.6875rem;
    background-color: #edfafe
}

.projects-filter-box .projects-flex {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.projects-filter-box .projects-flex>div {
    padding: 0 10px
}

.projects-filter-box .projects-flex>div:first-child {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.projects-filter-box .projects-flex .filter-box>.columns .js-custom-select {
    height: 3.375rem
}

.projects-filter-box .projects-flex .filter-box>.columns:first-child .js-custom-select.js-open {
    z-index: 4
}

.projects-filter-box .projects-flex .filter-box>.columns:nth-child(2) .js-custom-select.js-open {
    z-index: 3
}

.projects-filter-box .projects-flex .filter-box>.columns:nth-child(3) .js-custom-select.js-open {
    z-index: 2
}

.projects-filter-box .projects-flex .filter-box>.columns:nth-child(4) .js-custom-select.js-open {
    z-index: 1
}

.projects-filter-box .projects-flex .button {
    font-size: 18px;
    font-weight: 600;
    padding: 1.0625rem 2.3125rem;
    transition: opacity .15s
}

.projects-filter-box .projects-flex .button.disabled {
    pointer-events: none
}

.projects-filter-box .button-project-filter {
    margin-top: 1rem;
    width: 100%;
    padding: 1.0625rem 1.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.projects-filter-box .project-filter-count:not(:empty) {
    width: 17px;
    height: 17px;
    background: #fb443f;
    border-radius: 50%;
    color: #fff;
    font-size: .625rem;
    font-weight: 600;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(6px, 1px);
    -ms-transform: translate(6px, 1px);
    transform: translate(6px, 1px)
}

.projects-filter-box .custom-select label {
    color: #7c7c7c
}

.projects-filter-box .custom-select .js-custom-select.large .js-custom-select-val {
    height: 3.375rem;
    font-size: 1.125rem;
    line-height: 1.7;
    padding: .625rem .875rem;
    color: #7c7c7c
}

.projects-filter-box .custom-select .js-custom-select.large .js-custom-select-icon {
    right: .625rem
}

.projects-filter-box .custom-select .js-custom-select.large .js-custom-select-icon:after,
.projects-filter-box .custom-select .js-custom-select.large .js-custom-select-icon:before {
    width: .75rem
}

.projects-filter-box .custom-select .js-custom-select.large .js-custom-select-icon:after {
    right: .25rem
}

@media screen and (max-width:47.9375em) {
    .projects-filter-box .filter.filter-projects .input-wrap {
        margin-bottom: 1.125rem
    }

    .projects-filter-box .filter-projects {
        display: none
    }

    .projects-filter-box .project-research-filter>div.flex {
        margin-bottom: 1.25rem;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .projects-filter-box .project-research-filter>div.flex label {
        margin-bottom: 0
    }

    .projects-filter-box .project-research-filter>div.flex label span {
        margin-right: .25rem
    }

    .projects-filter-box .project-research-filter>div.flex .overlay_close {
        position: relative;
        top: 0;
        left: 0;
        width: 1.875rem;
        height: 1.875rem;
        font-size: 0;
        color: #979797
    }

    .projects-filter-box .project-research-filter>div.flex .overlay_close:after,
    .projects-filter-box .project-research-filter>div.flex .overlay_close:before {
        height: 1px
    }

    .projects-filter-box .projects-flex>div {
        max-width: 100%;
        width: 100%
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .projects-filter-box {
        padding: 2.6875rem 1.25rem 2.25rem
    }

    .projects-filter-box .projects-filter {
        margin-left: -7px;
        margin-right: -7px
    }
}

@media screen and (min-width:64.0625em) {
    .projects-filter-box {
        padding: 2.6875rem 2.3125rem 2.25rem
    }
}

@media screen and (min-width:48em) {
    .projects-filter-box .filter-projects {
        display: block !important
    }

    .projects-filter-box hr {
        margin: 2.375rem 0 2rem
    }

    .projects-filter-box .projects-flex {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }

    .projects-filter-box .projects-flex>div {
        padding: 0 15px
    }

    .projects-filter-box .projects-flex .filter-box {
        margin: 0 -15px
    }

    .projects-filter-box .projects-flex .filter-box>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

aside.aside>div.aside-box {
    padding-bottom: 1.5625rem;
    margin-bottom: 2.375rem
}

aside.aside>div.aside-box>.aside-section {
    margin-bottom: 3.125rem
}

aside.aside h4 {
    margin: .3125rem 0 .625rem
}

aside.aside hr {
    margin: .5625rem 0 .875rem
}

aside.aside label {
    text-transform: uppercase;
    font-size: .875rem;
    margin-bottom: .9375rem
}

aside.aside .experts-list {
    margin-bottom: 0
}

aside.aside .experts-list>li {
    text-indent: 0;
    padding-left: 0;
    margin-top: 0
}

aside.aside .experts-list>li:before {
    content: none
}

aside.aside .experts-list .expert.expert-inline {
    padding: 0;
    max-width: 100%
}

aside.aside .experts-list .expert .expert_thumbnail {
    margin-bottom: 0
}

aside.aside .experts-list .expert .expert_header {
    width: 4.6875rem
}

aside.aside .experts-list .expert .expert_body {
    width: calc(100% - 75px)
}

aside.aside .experts-list .expert .expert_name a:hover {
    color: #fb443f
}

aside.aside .experts-list .expert .expert_name a:focus {
    border: 1px solid #00b9ea;
    border-radius: 17px;
    padding: 0 8px;
    outline: 0;
    margin: 0 -8px
}

aside.aside .aside-info .info-list_label {
    margin-bottom: 1.3125rem
}

aside.aside .aside-info .info-list_label label {
    margin-bottom: .25rem
}

aside.aside .aside-info .info-list_label .info-list_value {
    color: #0e323b;
    line-height: 1.6875rem
}

aside.aside .no-flexbox .related_collapsed-list>.columns,
aside.aside .related_collapsed-list>.column,
aside.aside .related_collapsed-list>.columns {
    text-indent: 0
}

aside.aside .no-flexbox .related_collapsed-list>.columns:before,
aside.aside .related_collapsed-list>.column:before,
aside.aside .related_collapsed-list>.columns:before {
    content: none
}

aside.aside .related_collapsed-list .tile {
    border-left: none;
    border-right: none;
    width: 100%
}

aside.aside .related_collapsed-list .tile .tile_excerpt {
    padding: .625rem 0
}

aside.aside .related_collapsed-list .tile .post-title {
    font-size: .875rem;
    letter-spacing: .5px;
    line-height: 1.7;
    color: #141414;
    margin-bottom: 0
}

aside.aside .related_collapsed-list .tile.tile-project .read-more-wrapper {
    margin: .9375rem 0 .375rem;
    border: none
}

aside.aside .related_collapsed-list .tile.tile-project .read-more-wrapper .icon {
    width: 2.0625rem;
    height: 2.0625rem
}

aside.aside .related_collapsed-list .tile.tile-project .read-more-wrapper .icon:before {
    font-size: 1.1875rem
}

aside.aside .related_collapsed-list .tile.tile-project .read-more-wrapper .accessibly-hidden {
    font-size: 0
}

aside.aside .button-alert {
    width: 100%
}

aside.aside .section_more {
    margin-top: 1.375rem !important
}

@media screen and (max-width:47.9375em) {

    aside.aside .related_collapsed-list .flex,
    aside.aside .related_collapsed-list .tile.tile-project .tile_excerpt {
        height: 100%
    }

    aside.aside.inner {
        margin: 2rem 0 3rem
    }

    aside.aside.inner h4 {
        margin-bottom: 1.1875rem
    }

    aside.aside h4 {
        font-size: 1.375rem
    }

    aside.aside>div.aside-box {
        border-bottom: 1px solid #e3e3e3
    }

    aside.aside .experts-list>li {
        margin: 0 0 10px
    }

    aside.aside .related_collapsed-list {
        margin-left: 0
    }

    aside.aside .no-flexbox .related_collapsed-list>.columns,
    aside.aside .related_collapsed-list>.column,
    aside.aside .related_collapsed-list>.columns {
        padding-left: 0;
        padding-right: 0
    }

    aside.aside .related_collapsed-list .tile.tile-project .read-more-wrapper {
        margin-top: auto
    }

    aside.aside .related_collapsed-list .tile.tile-project .post-title {
        margin-bottom: .75rem;
        overflow: hidden;
        max-height: 68px;
        max-width: 88%
    }

    .single-project aside.aside>div>.aside-section {
        margin-bottom: 0
    }

    aside.aside .aside-info .info-list_label {
        margin-bottom: 1.0625rem
    }
}

@media screen and (min-width:48em) {
    aside.aside .related_collapsed-list .post-title {
        max-width: 73%
    }

    aside.aside .no-flexbox .related_collapsed-list>.columns,
    aside.aside .related_collapsed-list>.column,
    aside.aside .related_collapsed-list>.columns {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    aside.aside h4+.experts-list-relation {
        margin-top: 1.875rem
    }
}

@media screen and (min-width:64.0625em) {
    aside.aside>.aside-section:not(:last-child) {
        margin-bottom: 5.25rem
    }

    .has-sidebar.row {
        margin-left: -3rem;
        margin-right: -3rem
    }

    .has-sidebar.row>.columns {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media screen and (max-width:47.9375em) {
    .has-sidebar aside {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .has-sidebar>.columns:first-child {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.researches-list {
    font-size: 1.5rem
}

.researches-list .term-img {
    position: relative;
    margin: 50px auto 23px;
    width: 8.5625rem;
    height: 8.5625rem
}

.researches-list .term-img figure {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin: 0
}

.researches-list .term-img figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, .4)
}

.researches-list .term-img figcaption {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 20px);
    z-index: 1;
    text-align: center
}

.expert.expddn_preview::before,
.researches-list .term-img:before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.researches-list .term-img figcaption>* {
    margin: 0;
    color: #fff
}

.researches-list .term-img:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 6.25rem;
    background: #0e323b
}

.researches-list .term-img[data-aos]:before {
    opacity: 0;
    height: 0;
    transition: all .75s
}

.researches-list .term-img[data-aos].inview:before {
    height: 3.125rem;
    opacity: 1
}

.researches-list .list>.column:not(:last-child),
.researches-list .list>.columns:not(:last-child),
.researches-list .no-flexbox .list>.columns:not(:last-child) {
    margin-bottom: -1px
}

.researches-list .list a {
    display: block
}

.researches-list .list a.target-term:active,
.researches-list .list a.target-term:focus {
    outline: 0;
    position: relative;
    z-index: 1
}

.researches-list .list a.target-term:active .tile,
.researches-list .list a.target-term:focus .tile {
    box-shadow: 0 0 0 1px #00b9ea
}

.researches-list .list a.target-term:active .tile {
    box-shadow: 0 0 0 1px #0e323b
}

.researches-list .list .tile {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.researches-list .list .tile.tile-short {
    padding: 0
}

.researches-list .list .tile .tile_excerpt,
.researches-list .list .tile .tile_header {
    float: left
}

.researches-list .list .tile .tile_excerpt_content p,
.researches-list .list .tile .tile_subtitle {
    display: none
}

.researches-list .list .tile:before {
    content: none
}

.researches-list .list .tile .tile_header {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 3.375rem
}

.researches-list .list .tile .tile_header img {
    height: 100%
}

.researches-list .list .tile.tile-default .tile_excerpt {
    padding: .9375rem 1.375rem
}

.researches-list .list .tile .tile_excerpt {
    padding: 0;
    width: calc(100% - 54px)
}

.researches-list .list .tile .tile_excerpt h4 {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    font-size: .8125rem;
    line-height: 1.67;
    margin-bottom: 0
}

@media screen and (max-width:47.9375em) {
    .researches-list:before {
        margin-bottom: 11px;
        font-size: 35px
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .researches-list .term-img {
        margin: 28px auto 33px;
        width: 9.375rem;
        height: 9.375rem
    }

    .researches-list .list .tile.tile-default .tile_excerpt {
        padding: 1.25rem .9375rem
    }

    .researches-list .list .tile .tile_header {
        width: 4.6875rem
    }

    .researches-list .list .tile .tile_excerpt {
        width: calc(100% - 75px)
    }

    .researches-list .list .tile .tile_excerpt h4 {
        font-size: 1rem
    }
}

@media screen and (min-width:64.0625em) {
    .researches-list {
        font-size: 1.75rem
    }

    .researches-list .term-img {
        margin: 28px auto 33px;
        width: 11.75rem;
        height: 11.75rem
    }

    .researches-list .list {
        max-width: 29.1875rem
    }

    .researches-list .list .flex {
        width: 100%
    }

    .researches-list .list .tile.tile-default .tile_excerpt {
        padding: 1.3125rem 1.75rem
    }

    .researches-list .list .tile .tile_header {
        width: 4.6875rem
    }

    .researches-list .list .tile .tile_excerpt {
        width: calc(100% - 75px)
    }

    .researches-list .list .tile .tile_excerpt h4 {
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        font-size: 1.125rem
    }

    .researchers-agenda .themov_pages_list a figcaption {
        white-space: nowrap
    }
}

.researches-list-big {
    color: #fff
}

.section-flexible .researches-list-big .list.has-space-under>li:first-child {
    margin-top: 0
}

@media screen and (max-width:47.9375em) {
    .section-flexible .researches-list-big .list.has-space-under>li {
        margin-top: 0
    }

    .researches-list-big .list .tile .tile_header img:not(.tile_icon) {
        max-height: 14.3125rem
    }
}

.researches-list-big .list.has-space-under>li {
    margin-top: 1.375rem
}

.researches-list-big .list .tile {
    border: 1px solid rgba(151, 151, 151, .5);
    padding: 0
}

.accordion .accordion-item:last-child,
.publ .publ_list {
    border-bottom: 1px solid #e3e3e3
}

.researches-list-big .list .tile.tile-short {
    background: 0 0
}

.researches-list-big .list .tile.tile-short .tile_excerpt p {
    display: block;
    line-height: 1.5rem;
    font-size: .875rem
}

.researches-list-big .list .tile .tile_excerpt,
.researches-list-big .list .tile .tile_header {
    width: 100%;
    margin: 0
}

.researches-list-big .list .tile .tile_excerpt {
    padding: 1.5rem
}

.researches-list-big .list .tile .tile_excerpt .category {
    display: none
}

.researches-list-big .list .tile .tile_excerpt h4 {
    font-size: 1.375rem;
    margin: .8125rem 0 1.4375rem
}

.researches-list-big .list .tile .tile_excerpt .tile_link {
    margin-top: 1.625rem
}

.researches-list-big .list .tile .tile_excerpt .tile_link .read-more-wrapper .icon {
    width: 2.0625rem;
    height: 2.0625rem
}

.researches-list-big .list .tile .tile_excerpt .tile_link .read-more-wrapper .icon:before {
    top: 51%
}

@media screen and (min-width:48em) {
    .researches-list-big {
        padding-bottom: 7.9375rem
    }

    .researches-list-big {
        font-size: 1.75rem;
        margin-bottom: 1.75rem
    }

    .researches-list-big:before {
        margin: -.5rem 0 1.0625rem
    }

    .researches-list-big .list.has-space-under>li {
        margin-top: 1.875rem
    }

    .researches-list-big .list>li .tile.tile-short {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .researches-list-big .list>li .tile.tile-short .tile_excerpt {
        padding: 1.875rem 2.6875rem 1.75rem
    }

    .researches-list-big .list .tile.tile-default:before {
        content: none
    }

    .researches-list-big .list .tile .tile_header {
        width: 49%
    }

    .researches-list-big .list .tile .tile_excerpt {
        width: 51%
    }

    .researches-list-big .list .tile .tile_excerpt h4 {
        font-size: 1.75rem
    }

    .researches-list-big .list .tile .tile_excerpt .tile_excerpt_content p {
        line-height: 1.64
    }

    .researches-list-big .list .tile .tile_header img {
        height: 100%;
        max-height: 100%
    }
}

.researchers-agenda #research-terms-slick {
    max-width: 24.375rem
}

.researchers-agenda .flex-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.researchers-agenda .flex-center>.row {
    width: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.researchers-agenda .slide-text,
.researchers-agenda .slide-text p {
    color: #0e323b
}

.researchers-agenda .slide-text .article-content>p:not(:first-child) {
    display: none
}

.researchers-agenda .slide-text .article-content>p:last-child {
    margin-bottom: 0
}

.researchers-agenda .slide-text .article-content .button.button-alert {
    margin-top: 1.5rem
}

.researchers-agenda .slick-slider {
    opacity: 0;
    margin: 0;
    width: 100%
}

.researchers-agenda .slick-slider.slick-initialized {
    opacity: 1
}

.researchers-agenda .slick-slider .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.researchers-agenda .slick-slider .slick-slide .slide-text {
    transition: opacity .5s, top .5s;
    opacity: 0;
    position: relative;
    top: 0
}

.researchers-agenda .slick-slider .slick-slide .slick-track {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.researchers-agenda .slick-slider .slick-slide.prevSlide .slide-text {
    -webkit-animation: slideup 1s;
    animation: slideup 1s
}

.researchers-agenda .slick-slider .slick-slide.slick-active .slide-text {
    -webkit-animation: slidedown 1s;
    animation: slidedown 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.researchers-agenda .slick-slider .slick-slide.slick-active.active .slide-text {
    opacity: 1
}

@-webkit-keyframes slideup {
    0% {
        top: 0;
        opacity: 1
    }

    100% {
        top: -100px;
        opacity: 0
    }
}

@keyframes slideup {
    0% {
        top: 0;
        opacity: 1
    }

    100% {
        top: -100px;
        opacity: 0
    }
}

@-webkit-keyframes slidedown {
    0% {
        top: 100px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes slidedown {
    0% {
        top: 100px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

.researchers-agenda .themov_pages_list {
    margin: -12px 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.icon,
.icon.icon-inline,
.researchers-agenda .themov_pages_list a {
    display: inline-block
}

.researchers-agenda .themov_pages_list li {
    margin: .75rem 0;
    text-align: center
}

.researchers-agenda .themov_pages_list a figure {
    margin: 0;
    position: relative
}

.researchers-agenda .themov_pages_list a figure img {
    width: 2.875rem;
    height: auto;
    border-radius: 50%;
    left: 0;
    transition: all 1s;
    position: relative;
    z-index: 1
}

.researchers-agenda .themov_pages_list a figure figcaption {
    font: 16px/1.3 "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #0e323b;
    position: absolute;
    left: calc(100% + 17px);
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    transition: all .5s, opacity 1s;
    transition-delay: .3s;
    text-align: left
}

.researchers-agenda .themov_pages_list a.active {
    pointer-events: none
}

.researchers-agenda .themov_pages_list a.active figure img {
    max-width: 100%;
    width: 23.0625rem;
    height: auto
}

.researchers-agenda .themov_pages_list a.active figcaption {
    opacity: 0;
    transition: all .5s;
    transition-delay: 0s
}

.researchers-agenda .term-item .img {
    text-align: center;
    margin-bottom: 1.875rem
}

.researchers-agenda .term-item .img img {
    max-width: 53%;
    min-width: 10.625rem;
    border-radius: 50%
}

@media screen and (max-width:47.9375em) {
    .researchers-agenda .term-item {
        padding: 1.8125rem 0 1.25rem
    }

    .researchers-agenda .term-item {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 1.5625rem
    }

    .researchers-agenda .term-item .slide-text {
        text-align: center
    }

    .researchers-agenda .term-item .slide-text p {
        line-height: 1.625rem
    }
}

.accordion .accordion-item {
    border-top: 1px solid #e3e3e3
}

.accordion .accordion-item .accordion-title {
    transition: all .2s
}

.accordion .accordion-item .accordion-title h4 {
    margin-bottom: 0
}

.accordion .accordion-item .accordion-content {
    padding: 0 16px 29px
}

.accordion .accordion-item .arrow-icon {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;
    height: 30px;
    width: 30px;
    border-radius: 3px
}

.accordion .accordion-item .arrow-icon::after,
.accordion .accordion-item .arrow-icon::before {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background: #646464;
    position: absolute;
    top: 15px;
    transition: all .3s
}

.accordion .accordion-item .arrow-icon::before {
    left: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion .accordion-item .arrow-icon::after {
    right: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.accordion .accordion-item.is-active .accordion-title {
    background-color: #edfafe
}

.accordion .accordion-item.is-active .arrow-icon::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion .accordion-item.is-active .arrow-icon::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.button {
    position: relative;
    margin: 0;
    font-weight: 600;
    padding: .625rem 1.25rem;
    font-size: 1.125rem;
    border: 1px solid #0e323b;
    border-radius: 4px;
    letter-spacing: .025rem;
    z-index: 0;
    overflow: hidden;
    transition: border-color .4s, color .4s, background-color .3s
}

.button .icon-search {
    height: 20px;
    vertical-align: baseline
}

.button:first-letter {
    text-transform: uppercase
}

.button.button-high {
    height: 50px;
    box-sizing: border-box;
    font-size: 20px
}

@media screen and (max-width:47.9375em) {
    .button.button-high {
        margin-top: 20px
    }
}

@media screen and (min-width:64.0625em) {
    .button.button-high {
        height: 60px
    }
}

.button.white-bg {
    border: transparent;
    background-color: #fff
}

.button.white-bg::before {
    width: calc(100% + 1px)
}

.button.scroll-to-faq-section {
    padding: .625rem 1.25rem;
    font-size: 1.125rem
}

.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background: #fb443f;
    z-index: -1;
    opacity: 0;
    border-radius: 3px;
    -webkit-transform: scale3d(.7, 1, 1);
    -ms-transform: scale3d(.7, 1, 1);
    transform: scale3d(.7, 1, 1);
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.button:not(.button-not-clickable):hover {
    color: #fff;
    border-color: #fb443f
}

.button:not(.button-not-clickable):hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.button:not(.button-not-clickable):focus {
    outline: 0;
    border-color: #00b9ea;
    border-width: 2px
}

.button:not(.button-not-clickable):active {
    -webkit-animation: anim-moema-1 .3s forwards;
    animation: anim-moema-1 .3s forwards;
    color: #fff;
    background: #0e323b;
    border-color: #0e323b
}

.button:not(.button-not-clickable):active::before {
    background: #0e323b;
    border-color: #0e323b;
    -webkit-animation: anim-moema-2 .3s .1s forwards;
    animation: anim-moema-2 .3s .1s forwards
}

.button.with-icon {
    position: relative
}

.button.with-icon .icon {
    transition: color .15s;
    right: 7px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.button.round,
.button.round::before {
    border-radius: 1000px
}

.button.cta {
    background: 0 0;
    color: #0e323b;
    text-transform: capitalize;
    font-weight: 400
}

.button.in-row {
    margin: 0 5px
}

.button.cta-nav {
    background: #fb443f;
    border-color: #fb443f;
    color: #fff;
    text-transform: none;
    line-height: 1;
    font-size: .9375rem
}

.button.button-primary {
    background: #0e323b;
    color: #fff
}

.button.button-primary::before,
.button.button-secondary::before {
    background: #fff
}

.button.button-primary:not(.button-not-clickable):hover {
    color: #0e323b
}

.button.button-secondary {
    color: #fff;
    border-color: #fff
}

.button.button-secondary:not(.button-not-clickable):hover {
    color: #0e323b;
    border-color: #fff
}

.button.button-secondary:not(.button-not-clickable):focus {
    color: #fff
}

.button.button-secondary:not(.button-not-clickable):focus:hover {
    color: #0e323b
}

.button.button-alert {
    border-color: #fb443f;
    color: #fb443f
}

.button.button-alert::before {
    background: #fb443f
}

.button.button-alert.with-icon .icon {
    color: #fb443f
}

.button.button-alert:not(.button-not-clickable):hover {
    color: #fff;
    border-color: #fb443f
}

.button.button-alert:not(.button-not-clickable):hover .icon {
    color: #fff
}

.button.button-alert:not(.button-not-clickable):active {
    border-color: #0e323b;
    background: #0e323b;
    color: #fff
}

.button.button-alert:not(.button-not-clickable):active .icon {
    color: #fff
}

.button.button-alert.button-filled {
    background: #fb443f
}

.button.button-alert.button-filled::before {
    background: #fff
}

.button.button-alert.button-filled:not(.button-not-clickable):hover,
.button.button-alert.button-filled:not(.button-not-clickable):hover .icon {
    color: #fb443f
}

.button.button-alert.button-filled:not(.button-not-clickable):active {
    border-color: #0e323b;
    background: #0e323b;
    color: #fff
}

.button.button-alert.button-filled:not(.button-not-clickable):active .icon,
.button.button-filled,
.button.button-filled .icon {
    color: #fff
}

.button.button-white {
    border-color: #fff;
    background: #fff
}

.button.button-white:hover::before,
.cookie-bar {
    background: #0e323b
}

.button.button-white:hover {
    border-color: #0e323b;
    color: #fff
}

.button.button-aqua {
    border-color: #00b9ea;
    color: #00b9ea
}

.button.button-aqua:hover {
    border-color: #fb443f;
    color: #fff
}

.button.button-aqua:hover::before {
    background: #fb443f
}

.button.button-aqua:focus {
    border-width: 2px;
    border-color: #fff;
    outline: 0
}

.button.button-aqua:active {
    background: #fff;
    border-color: #fff;
    color: #0e323b
}

.button.button-transparent {
    background-color: transparent !important
}

.button.button-transparent::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.button.button-transparent:hover::before {
    opacity: 0;
    -webkit-transform: scale3d(.7, 1, 1);
    -ms-transform: scale3d(.7, 1, 1);
    transform: scale3d(.7, 1, 1)
}

.button.button-transparent.button-alert::before {
    background: #fb443f
}

.button.button-transparent.button-alert:not(.button-not-clickable):hover {
    border-color: #00b9ea;
    color: #0e323b
}

.button.button-transparent.button-alert:not(.button-not-clickable):hover:before {
    background: #00b9ea;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.button.button-transparent.button-alert:not(.button-not-clickable):hover .icon {
    color: #0e323b
}

.button.button-transparent.button-alert:not(.button-not-clickable):focus {
    border: 2px solid #fff;
    outline: 0
}

.button.button-transparent.button-alert:not(.button-not-clickable):active {
    background: #fff !important;
    color: #0e323b;
    border-color: #0e323b
}

.button.button-transparent.button-alert:not(.button-not-clickable):active .icon {
    color: #0e323b
}

.button.button-not-clickable {
    cursor: auto
}

@media screen and (min-width:64.0625em) {
    .button {
        padding: .625rem 1.25rem;
        font-size: 1.125rem
    }
}

.close-button {
    height: 1.125rem;
    width: 1.125rem;
    cursor: pointer
}

.close-button::after,
.close-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    height: 2px;
    width: 100%;
    background: #86989d
}

.close-button::after {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg)
}

.close-button::before {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) rotate(-45deg)
}

.button-top-margin {
    margin-top: 2.5rem
}

.cookie-bar {
    height: 1.875rem;
    font-size: .75rem;
    line-height: 30px;
    color: #86989d;
    overflow: hidden;
    position: relative;
    z-index: 1006
}

.cookie-bar .columns {
    position: relative
}

.cookie-bar a {
    text-decoration: underline
}

.cookie-bar .cb-close {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

@media screen and (min-width:48em) {
    .cookie-bar {
        height: 3.125rem;
        font-size: 100%;
        line-height: 50px
    }
}

[class*=icon-]:before,
[class*=iconfont-]:before,
[data-icon]:before {
    padding: 1px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal
}

.icon {
    vertical-align: middle;
    width: 1.5625rem;
    height: 1.5625rem;
    color: #0e323b
}

.icon.icon-inline {
    height: auto;
    width: auto
}

.icon.icon-circle {
    position: relative;
    border-radius: 100%;
    text-align: center;
    transition: all .1s ease-in;
    text-indent: 0
}

.icon.icon-circle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: box-shadow .4s;
    border-radius: 100%
}

.icon.icon-circle::before {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    transition: color .4s
}

.icon.icon-circle:hover::before {
    color: #fff
}

.icon.icon-circle:hover::after {
    box-shadow: inset 0 0 0 3rem #0e323b
}

.icon svg {
    max-width: 100%;
    max-height: 100%
}

.svg-source circle {
    fill: none
}

.svg-source #icon-burger circle,
.svg-source #icon-search circle {
    stroke: #0e323b
}

.svg-source #icon-facebook circle,
.svg-source #icon-linkedin circle,
.svg-source #icon-twitter circle {
    stroke: #00b9ea
}

.svg-source #icon-facebook path,
.svg-source #icon-linkedin path,
.svg-source #icon-twitter path {
    fill: #00b9ea
}

[data-icon]:before {
    content: attr(data-icon)
}

[class*=icon-]:before,
[data-icon]:before {
    display: block;
    font-family: kwr-icons;
    text-decoration: inherit;
    font-smoothing: antialiased
}

.icon-arrow:before {
    content: "\f100";
    margin-top: -1px
}

.icon-email:before {
    content: "\f101"
}

.icon-facebook:before {
    content: "\f102"
}

.icon-file:before {
    content: "\f103"
}

.icon-hamburger:before {
    content: "\f104"
}

.icon-link:before {
    content: "\f105"
}

.icon-linkedin:before {
    content: "\f106"
}

.icon-search:before {
    content: "\f107"
}

/* .blockquote cite::before,
.icon-sline:before,
.sline.sline-above::before,
.sline.sline-under::after {
    content: "\f109"
} */

.icon-twitter:before {
    content: "\f108"
}

.icon-mobile-phone:before {
    content: "\f10f"
}

.icon-phone:before {
    content: "\f110"
}

.icon-rss:before {
    content: "\f111"
}

.icon-arrow-right:before {
    content: "\f10a"
}

.icon-bicycle:before {
    content: "\f10b"
}

.icon-bus:before {
    content: "\f10c"
}

.icon-calendar:before {
    content: "\f10d"
}

.icon-car:before {
    content: "\f10e"
}

.icon-small-arrow:before {
    content: "\f112"
}

.icon-close:before {
    content: "\f113"
}

.icon-google-scholar:before {
    content: "\f114"
}

.icon-researchgate:before {
    content: "\f115"
}

[class*=iconfont-]:before {
    display: block;
    font-family: bedrock-icons;
    text-decoration: inherit;
    font-smoothing: antialiased
}

.iconfont-link:before {
    content: "\EA01";
    margin-top: 1px
}

.icon-arrow-left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%
}

.icon-arrow-left::before {
    margin-left: 1px;
    content: "\f10a"
}

.iinfographic .iinfographic_header {
    text-align: center;
    margin-bottom: 1.875rem;
    padding: 0 1.25rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.iinfographic .iinfographic_header::-webkit-scrollbar {
    display: none
}

.iinfographic .iinfographic_image {
    position: relative;
    display: inline-block;
    min-width: 690px
}

.iinfographic .infographic_hotspot {
    position: absolute;
    height: 30px;
    width: 30px;
    background: #fb443f;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 30px;
    z-index: 2;
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 10px 20px transparent, 0 6px 6px transparent;
    transition: box-shadow ease-in .4s, -webkit-transform ease-in .3s;
    transition: transform ease-in .3s, box-shadow ease-in .4s;
    transition: transform ease-in .3s, box-shadow ease-in .4s, -webkit-transform ease-in .3s
}

.iinfographic .infographic_hotspot.is-selected {
    background: #fff;
    color: #fb443f
}

.iinfographic .infographic_hotspot:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.iinfographic .iinfographic_body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, .1);
    overflow: hidden
}

.iinfographic .iinfographic_body::after {
    clear: both;
    content: "";
    display: table
}

.iinfographic .iinfographic_body_right {
    padding: 1.25rem;
    width: 100%;
    color: #0e323b
}

.iinfographic .iinfographic_body_left {
    padding: 1.25rem;
    background: #f9f5ed;
    width: 100%
}

.iinfographic .iinfographic_body_left .button {
    width: 140px
}

.iinfographic .iinfographic_nav_item {
    position: relative;
    padding: .4375rem 0;
    font-size: 1rem;
    text-transform: uppercase
}

.iinfographic .iinfographic_nav_item>a {
    padding: .3125rem 0;
    color: #0e323b
}

.iinfographic .iinfographic_nav_item.is-selected::before,
.iinfographic .iinfographic_nav_item.is-selected>a {
    color: #fb443f
}

.iinfographic .iinfographic_nav {
    margin: 0;
    list-style: none
}

.iinfographic .iinfographic_sub-nav {
    margin: .625rem 0 0 1.875rem
}

.iinfographic .iinfographic_sub-nav .iinfographic_nav_item {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.iinfographic .iinfographic_inner-nav_item {
    position: relative
}

.iinfographic .iinfographic_inner-nav,
.iinfographic .iinfographic_sub-nav {
    list-style: none;
    margin-left: 1.25rem
}

.iinfographic .iinfographic_inner-nav .iinfographic_inner-nav_item,
.iinfographic .iinfographic_inner-nav .iinfographic_nav_item,
.iinfographic .iinfographic_sub-nav .iinfographic_inner-nav_item,
.iinfographic .iinfographic_sub-nav .iinfographic_nav_item {
    padding-left: 1.375rem;
    font-size: 1rem;
    text-transform: uppercase
}

.iinfographic .iinfographic_inner-nav .iinfographic_inner-nav_item::before,
.iinfographic .iinfographic_inner-nav .iinfographic_nav_item::before,
.iinfographic .iinfographic_sub-nav .iinfographic_inner-nav_item::before,
.iinfographic .iinfographic_sub-nav .iinfographic_nav_item::before {
    content: "\f10a";
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    padding: 1px;
    font-family: kwr-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.iinfographic .iinfographic_back,
.iinfographic .iinfographic_inner-nav {
    margin-top: 40px;
    margin-left: 0
}

.iinfographic .iinfographic_panel {
    display: none
}

.iinfographic .iinfographic_panel.is-selected {
    display: block
}

.iinfographic .iinfographic_back>a {
    text-transform: uppercase;
    color: #0e323b
}

.relbreadc .relbreadc_item.has-back-arrow a:before,
.sline::after,
.sline::before {
    text-transform: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}

.iinfographic .iinfographic_panel_child {
    display: none;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.iinfographic .iinfographic_panel_child.is-active {
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation: grow .3s ease-in-out;
    animation: grow .3s ease-in-out
}

@media screen and (max-width:47.9375em) {
    .iinfographic .iinfographic_body {
        margin: -3.75rem .625rem 0
    }

    .iinfographic .iinfographic_body_left {
        position: relative;
        padding: .625rem
    }

    .iinfographic .iinfographic_body_left .button {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }

    .iinfographic .iinfographic_body_right h3 {
        display: none
    }
}

@media screen and (min-width:48em) {
    .iinfographic .iinfographic_header {
        margin-bottom: 5.625rem
    }

    .iinfographic .iinfographic_body {
        max-width: 1024px
    }

    .iinfographic .iinfographic_body_right {
        float: left;
        width: calc(100% - 36.203522505%);
        padding: 3.125rem 2.5rem
    }

    .iinfographic .iinfographic_body_right h3 {
        font-size: 1.875rem;
        text-align: left;
        margin-bottom: 1.3125rem
    }

    .iinfographic .iinfographic_body_right h3.sline::before {
        margin-bottom: .625rem
    }

    .iinfographic .iinfographic_body_right p {
        font-size: 1.25rem;
        line-height: 35px
    }

    .iinfographic .iinfographic_body_right .iinfographic_sub-nav {
        font-size: 1.25rem;
        line-height: 2.1875rem
    }

    .iinfographic .iinfographic_body_left {
        float: left;
        width: 36.203522505%;
        padding: 2.5rem 3.125rem 3.125rem
    }

    .iinfographic .iinfographic_body_left .button {
        margin-bottom: 1.25rem
    }

    .iinfographic .iinfographic_inner-nav_item {
        padding-bottom: .4375rem;
        padding-top: .4375rem
    }
}

@-webkit-keyframes grow {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0;
        -webkit-transform: translateX(20%);
        transform: translateX(20%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes grow {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0;
        -webkit-transform: translateX(20%);
        transform: translateX(20%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.infographic_links .button+.button {
    margin-left: .75rem
}

@media screen and (max-width:1439px) and (min-width:1280px) {

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8) {
        left: 82.6% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9) {
        left: 14.7% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2) {
        top: 66% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3) {
        top: 27.5% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4) {
        top: 44.1% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6) {
        top: 74.3% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8) {
        top: 81.1% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10) {
        top: 15.1% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5) {
        top: 45.3% !important
    }
}

@media screen and (max-width:1279px) and (min-width:1024px) {

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8) {
        left: 82.2% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9) {
        left: 14.7% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2) {
        top: 65.5% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3) {
        top: 27% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4) {
        top: 43.7% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6) {
        top: 73.8% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8) {
        top: 80.6% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10) {
        top: 15.1% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5) {
        top: 44.7% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7) {
        top: 64.5% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9) {
        top: 76.5% !important
    }
}

@media screen and (max-width:1023px) and (min-width:856px) {

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8) {
        left: 81.5% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9) {
        left: 14.7% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2) {
        top: 64.4% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3) {
        top: 26.4% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4) {
        top: 43% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6) {
        top: 73% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8) {
        top: 79.8% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10) {
        top: 14% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5) {
        top: 44.7% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7) {
        top: 64.3% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9) {
        top: 76.3% !important
    }
}

@media screen and (max-width:855px) and (min-width:768px) {

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8) {
        left: 81% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9) {
        left: 14.7% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2) {
        top: 63.8% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3) {
        top: 25.3% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4) {
        top: 42% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6) {
        top: 72.1% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8) {
        top: 78.9% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10) {
        top: 13.4% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5) {
        top: 44.7% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7) {
        top: 64.3% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9) {
        top: 76.3% !important
    }
}

@media screen and (max-width:767px) and (min-width:320px) {

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8) {
        left: 80.6% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9) {
        left: 14.7% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(2) {
        top: 63.8% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(3) {
        top: 25.3% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(4) {
        top: 42% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(6) {
        top: 72.1% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(8) {
        top: 78.9% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(10) {
        top: 13.4% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(5) {
        top: 44% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(7) {
        top: 63.6% !important
    }

    .postid-238 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9),
    .postid-2740 .iinfographic_image .infographic_hotspot.tab-title:nth-child(9) {
        top: 75.6% !important
    }
}

.sline {
    text-align: center
}

.sline::after,
.sline::before {
    font-size: 25px;
    height: 14px;
    color: #00b9ea;
    display: block;
    padding: 1px;
    font-family: kwr-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.sline.sline-above::before {
    margin-bottom: .3125rem
}

.sline.sline-under::after {
    margin-top: .3125rem
}

.sline.sline-left {
    text-align: left
}

.sline.sline-large::after,
.sline.sline-large::before {
    font-size: 2rem
}

.sline.sline-medium::after,
.sline.sline-medium::before {
    font-size: 31px
}

.sline.sline-medium::before {
    margin-bottom: 11px
}

@media screen and (min-width:48em) {
    .sline.sline-left-medium {
        text-align: left
    }
}

@media screen and (min-width:48em) and (max-width:64em) {

    .sline.sline-large::after,
    .sline.sline-large::before {
        font-size: 2.5rem
    }

    .sline.sline-medium::after,
    .sline.sline-medium::before {
        font-size: 2.1875rem
    }
}

@media screen and (min-width:64.0625em) {

    .sline::after,
    .sline::before {
        font-size: 2.1875rem
    }

    .sline.sline-large::after,
    .sline.sline-large::before {
        font-size: 3.75rem
    }

    .sline.sline-medium::after,
    .sline.sline-medium::before {
        font-size: 2.625rem
    }

    .sline.sline-medium::before {
        margin-bottom: .9375rem
    }
}

.tile {
    position: relative;
    border: 1px solid #e3e3e3
}

.tile .tile_header {
    position: relative
}

.tile .tile_header img:not(.tile_icon) {
    display: block;
    width: 100%;
    max-height: 180px;
    object-fit: cover
}

.large-list .tile .tile_header img:not(.tile_icon) {
    max-height: 220px
}

.tile .tile_subtitle {
    display: block;
    text-transform: uppercase;
    line-height: 21px;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .025rem;
    color: grey
}

.tile .tile_excerpt {
    position: relative;
    background: #fff
}

.tile .tile_excerpt h4 {
    font-size: 1.375rem;
    line-height: 30px
}

.tile .tile_excerpt p {
    font-size: 1rem;
    line-height: 24px
}

.tile .tile_link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width:47.9375em) {
    .tile .tile_link {
        margin-top: .625rem
    }
}

.tile .tile_link .read-more-wrapper {
    margin-top: 0
}

.tile .category {
    margin-bottom: .9375rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tile .category img {
    border-radius: 50%;
    width: 1.625rem;
    height: 1.625rem;
    margin-right: .6875rem
}

.tile .category span {
    font: 11px/1.49 "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #0e323b;
    display: inline-block;
    margin-bottom: -3px
}

.tile::before {
    content: "";
    height: 2px;
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    z-index: 2
}

.tile.tile-no-border {
    border: 0
}

.tile.tile-no-border::before {
    left: 0;
    right: 0
}

.tile.tile-project .tile_excerpt {
    padding: 1.1875rem 1.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.tile.tile-project .tile_excerpt .tile_link {
    margin-top: auto
}

.tile.tile-project .tile_excerpt p {
    letter-spacing: .46px;
    margin-bottom: 1.0625rem
}

.tile.tile-project .tile_subtitle {
    margin-bottom: .0625rem;
    letter-spacing: .43px
}

.tile.tile-project .post-title {
    font-size: 1.0625rem;
    margin-bottom: .5rem;
    line-height: 1.43
}

.tile.tile-project .read-more-wrapper {
    color: #0e323b
}

.tile.tile-project .read-more-wrapper span {
    font-size: .6875rem
}

.tile.tile-project .read-more-wrapper .icon {
    width: 1.875rem;
    height: 1.875rem
}

.tile.tile-default {
    background: #fff
}

.tile.tile-default::before {
    background: #00b9ea
}

.tile.tile-default .tile_excerpt {
    padding: 1.25rem 1.25rem 1.875rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.tile.tile-alert::before {
    background: #fb443f
}

.tile.tile-no-top-border::before {
    background: 0 0
}

.tile.tile-route {
    color: #0e323b;
    box-shadow: 0 0 44px 12px rgba(0, 0, 0, .1)
}

.tile.tile-route .tile_header::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #fb443f;
    z-index: 2
}

.tile.tile-route .tile_excerpt {
    text-align: center;
    padding: 1.0625rem .625rem 1.4375rem
}

.tile.tile-route .tile_excerpt ul {
    margin: 0
}

.tile.tile-route .tile_excerpt strong {
    display: block;
    font-weight: 600;
    font-size: .84375rem;
    line-height: 18px
}

.tile.tile-route .tile_excerpt p {
    color: #646464
}

.tile.tile-route .tile_excerpt .column strong,
.tile.tile-route .tile_excerpt .columns strong {
    display: block;
    margin-top: 10px;
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase
}

.tile.tile-route .tile_excerpt .icon {
    height: 2.8125rem;
    width: 2.8125rem;
    color: #fff;
    font-size: 2.25rem
}

.tile.tile-route .tile_excerpt .icon.icon-circle::after {
    box-shadow: inset 0 0 0 3rem #fb443f
}

.tile.tile-route .tile_excerpt .icon.icon-circle:hover::before {
    color: #fb443f
}

.tile.tile-route .tile_excerpt .icon.icon-circle:hover::after {
    box-shadow: inset 0 0 0 1px #fb443f
}

.tile.tile-research .tile_excerpt .read-more-wrapper .icon {
    width: 2.0625rem;
    height: 2.0625rem
}

.tile.tile-research .tile_excerpt .read-more-wrapper .icon:before {
    font-size: 1.0625rem
}

.tile.tile-research .tile_excerpt .read-more-wrapper span {
    color: #0e323b
}

.tile.tile-page-excerpt {
    background: #fff
}

.tile.tile-page-excerpt.tile-event .tile_excerpt {
    padding-top: 3.125rem
}

.tile.tile-page-excerpt .tile_header {
    position: relative;
    padding: .625rem .625rem 0;
    background: #fff
}

.tile.tile-page-excerpt .tile_excerpt {
    padding: 2.1875rem 1.25rem 1.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.tile.tile-page-excerpt .tile_excerpt time {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03rem;
    color: grey;
    font-size: .625rem
}

.tile.tile-page-excerpt .tile_excerpt p:last-child {
    margin-bottom: 0
}

.tile.tile-page-excerpt .tile_icon {
    position: absolute;
    max-height: 5rem;
    top: -52px;
    right: 10px;
    z-index: 2
}

.tile.tile-page-excerpt .tile_date {
    position: relative;
    width: 6.5625rem;
    height: 6.5625rem;
    text-shadow: 0 0 0 #fff;
    background: #0e323b;
    border-radius: 50%;
    left: 50%;
    bottom: -1.375rem;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 10
}

.statcircle .statcircle_chart::before,
.tile.tile-page-excerpt .tile_date .tile_date_inner {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

.tile.tile-page-excerpt .tile_date .tile_date_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    text-align: center
}

.tile.tile-page-excerpt .tile_date .tile_date_inner .day {
    margin-bottom: .3125rem;
    font-size: 1.75rem;
    line-height: 31px
}

.tile.tile-page-excerpt .tile_date .tile_date_inner .month {
    font-size: .75rem;
    line-height: 12px;
    letter-spacing: .025rem;
    text-transform: uppercase
}

.tile.tile-page-excerpt .tile_date .tile_date_inner .month.is-several {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.tile.tile-page-excerpt .tile_date .tile_date_inner.is-period {
    width: 90%
}

.tile.tile-page-excerpt .tile_date .tile_date_inner.is-period>div {
    position: relative;
    margin-top: .1875rem
}

.tile.tile-page-excerpt .tile_date .tile_date_inner.is-period .start::after {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 9px;
    right: -5px
}

.tile.tile-page-excerpt .tile_date .tile_date_inner.is-period .day {
    margin-bottom: .3125rem;
    font-size: 1.75rem;
    line-height: 31px
}

.tile.tile-page-excerpt .tile_date .tile_date_inner.is-period .month {
    font-size: .75rem
}

@media screen and (max-width:47.9375em) {
    .tile .tile_excerpt h4 {
        font-size: 1rem;
        line-height: 22px
    }

    .tile .tile_excerpt p {
        margin-bottom: 0;
        font-size: .8125rem;
        line-height: 20px
    }

    .tile.tile-short {
        padding: .625rem .625rem .5rem
    }

    .tile.tile-short::after {
        clear: both;
        content: "";
        display: table
    }

    .tile.tile-short .tile_excerpt p,
    .tile.tile-short .tile_icon,
    .tile.tile-short::before {
        display: none
    }

    .tile.tile-short .tile_excerpt,
    .tile.tile-short .tile_header {
        float: left
    }

    .tile.tile-short .tile_header {
        width: 28.78%;
        margin-right: 3.6%;
        padding: 0
    }

    .tile.tile-short .tile_excerpt {
        padding: 0;
        width: calc(100% - 32.38%)
    }

    .tile.tile-short .tile_excerpt .tile_subtitle {
        font-size: .625rem;
        line-height: 17px
    }

    .tile.tile-short .tile_excerpt h4 {
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 18px
    }

    .tile.tile-short.tile-default {
        background: #fff
    }

    .tile.tile-event .tile_excerpt h4 {
        font-size: 1.375rem;
        line-height: 1.36;
        margin-bottom: .9375rem
    }

    .tile.tile-event .tile_excerpt p {
        font-size: 1rem;
        line-height: 1.5
    }
}

@media screen and (min-width:48em) {
    .tile .category {
        margin-bottom: 1.25rem;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .tile .category img {
        width: 2rem;
        height: 2rem;
        margin-right: .6875rem
    }

    .tile .category span {
        font-size: 14px
    }

    .tile.tile-project .tile_excerpt {
        padding: 1.5rem 1.4375rem 1.375rem
    }

    .tile.tile-project .tile_excerpt p {
        letter-spacing: .57px
    }

    .tile.tile-project .tile_subtitle {
        margin-bottom: .375rem
    }

    .tile.tile-project .post-title {
        font-size: 1.25rem;
        margin-bottom: 1.125rem;
        line-height: 1.5
    }

    .tile.tile-project .read-more-wrapper .icon {
        width: 2.3125rem;
        height: 2.3125rem
    }

    .tile.tile-project .read-more-wrapper span {
        font-size: .875rem
    }

    .tile.tile-research .tile_excerpt h4 {
        font-size: 1.3125rem
    }

    .tile.tile-research .tile_header img {
        max-height: 15.625rem
    }

    .tile.tile-page-excerpt .tile_excerpt time {
        font-size: .75rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .tile .tile-subtitle {
        line-height: 15.75px
    }

    .tile.tile-route .tile_excerpt .column,
    .tile.tile-route .tile_excerpt .columns {
        padding: 0
    }

    .tile.tile-route .tile_excerpt .column strong,
    .tile.tile-route .tile_excerpt .columns strong {
        font-size: .65625rem
    }

    .tile.tile-page-excerpt .tile_icon {
        max-height: 5.625rem;
        top: -60px
    }

    .tile.tile-page-excerpt .tile_date .tile_date_inner .day {
        margin-bottom: .375rem;
        line-height: 27px
    }
}

@media screen and (min-width:64.0625em) {
    .tile .tile_subtitle {
        margin-bottom: .125rem;
        line-height: 1.75;
        font-size: .75rem
    }

    .tile .tile_excerpt h4 {
        font-size: 1.375rem;
        line-height: 30px
    }

    .tile .tile_excerpt p {
        font-size: 1rem;
        line-height: 24px
    }

    .tile.tile-route .tile_excerpt {
        padding: 1.4375rem 1.8125rem 1.8125rem
    }

    .tile.tile-route .tile_excerpt>strong {
        margin-bottom: .25rem;
        font-size: 1.125rem
    }

    .tile.tile-route .tile_excerpt>p {
        margin-bottom: 1.5rem
    }

    .tile.tile-route .tile_excerpt .icon {
        font-size: 2.625rem;
        height: 3.75rem;
        width: 3.75rem
    }

    .tile.tile-route .tile_excerpt .column strong,
    .tile.tile-route .tile_excerpt .columns strong {
        margin-top: .8125rem;
        font-size: .875rem
    }

    .tile.tile-page-excerpt .tile_date {
        width: 6.5625rem;
        height: 6.5625rem
    }

    .tile.tile-page-excerpt .tile_icon {
        max-height: 6.875rem;
        top: -70px
    }
}

@media screen and (min-width:1025px) and (max-width:80em) {
    .tile .tile_excerpt h4 {
        font-size: 1.7188vw
    }
}

.bloglist {
    list-style: none
}

.bloglist .bloglist_item {
    padding: .625rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin: -1px 0 0 -1px
}

.bloglist .bloglist_item .bloglist-item-label {
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: .025rem;
    padding: .625rem .75rem;
    color: #0e323b;
    display: block;
    left: 1.25rem;
    position: absolute;
    bottom: 1.0625rem;
    z-index: 2;
    background: #eceff0
}

.bloglist .bloglist_item .bloglist_item_excerpt {
    background: #eceff0;
    overflow: hidden
}

.bloglist .bloglist_item[class*=item-vacancy] .bloglist-item-label,
.bloglist .bloglist_item[class*=term-artikel] .bloglist-item-label,
.bloglist .bloglist_item[class*=term-nieuws] .bloglist-item-label {
    display: none
}

.bloglist .bloglist_item[class*=item-vacancy] .bloglist_item_excerpt,
.bloglist .bloglist_item[class*=term-artikel] .bloglist_item_excerpt,
.bloglist .bloglist_item[class*=term-nieuws] .bloglist_item_excerpt {
    background: 0 0
}

.bloglist .bloglist_item[class*=term-column] .bloglist-item-label {
    background: #90edad
}

.bloglist .bloglist_item[class*=term-column] .bloglist_item_excerpt {
    background: #e8f9ee
}

.bloglist .bloglist_item[class*=term-blog] .bloglist-item-label {
    color: #0e323b;
    background: #00b9ea
}

.bloglist .bloglist_item[class*=term-blog] .bloglist_item_excerpt {
    background: #d9f5fc
}

.bloglist .bloglist_item>div {
    display: block
}

@media screen and (max-width:47.9375em) {
    .bloglist .bloglist_item>div {
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.bloglist .bloglist_item>div::after {
    clear: both;
    content: "";
    display: table
}

.bloglist .bloglist_item figure {
    position: relative;
    margin: 0
}

.bloglist .bloglist_item figure img {
    width: 100%;
    object-fit: cover;
    max-height: 200px
}

.bloglist .bloglist_item figure .expert-list {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    bottom: 1.0625rem;
    width: calc(100% - 17px);
    z-index: 2
}

.bloglist .bloglist_item figure .expert-list .expert_thumbnail {
    border-radius: 50%;
    max-width: 2.5rem;
    margin: 0 0 0 .375rem
}

.bloglist .bloglist_item .bloglist-link-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both
}

.bloglist .bloglist_item .bloglist-link-wrapper .read-more-wrapper {
    margin-top: 10px
}

@media screen and (min-width:48em) {
    .bloglist .bloglist_item .bloglist-link-wrapper {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .bloglist .bloglist_item .bloglist-link-wrapper .read-more-wrapper {
        margin-top: 0
    }
}

.bloglist .bloglist_item .bloglist_item_author,
.bloglist .bloglist_item time {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03rem;
    color: grey;
    font-size: .75rem
}

.bloglist .bloglist_item.bloglist_item-hl .bloglist_item_excerpt {
    background: #bfedfa
}

.bloglist .bloglist_item.bloglist_item-hl .bloglist_item_excerpt.bloglist_item_excerpt_special {
    max-height: none
}

.bloglist .bloglist_item.bloglist_item-hl .bloglist_item_excerpt.bloglist_item_excerpt_special .bloglist-link-wrapper {
    padding-right: 0;
    padding-left: 0
}

.bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt {
    padding: .9375rem;
    background: #0e323b;
    text-align: center;
    max-height: none
}

.bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt h4 {
    font-size: 1.125rem;
    color: #fff
}

.bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt p {
    color: #fff
}

.bloglist .bloglist_item.has-expert figure:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 57%);
    z-index: 0
}

.bloglist .bloglist_item.item-vacancy {
    width: 100%
}

@media screen and (max-width:47.9375em) {
    .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt {
        padding: 3.125rem .9375rem
    }

    .bloglist .bloglist_item .bloglist_item_excerpt {
        padding: 1.125rem 1rem;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .bloglist .bloglist_item .bloglist_item_excerpt .bloglist_item_content {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2
    }

    .bloglist .bloglist_item .bloglist_item_excerpt h4 {
        /* font-size: 1.0625rem; */
        line-height: 1.43x
    }

    .bloglist .bloglist_item .bloglist_item_excerpt p {
        font-size: .8125rem;
        line-height: 20px
    }

    .bloglist .bloglist_item .bloglist_item_excerpt p:last-child {
        margin: 0
    }

    .bloglist .bloglist_item .bloglist_item_author,
    .bloglist .bloglist_item time {
        font-size: .625rem;
        line-height: 10px
    }

    .bloglist .bloglist_item.bloglist_item-hl .bloglist_item_excerpt p,
    .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt p,
    .bloglist .bloglist_item.has-expert .bloglist_item_excerpt p {
        line-height: 20px
    }

    .bloglist.bloglist-no-thumbnails.bloglist_item-hl .bloglist_item_excerpt h4 {
        font-size: 1rem;
        line-height: 18px
    }
}

@media screen and (min-width:48em) {
    .bloglist .bloglist_item {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .bloglist .bloglist_item>div {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        box-orient: vertical;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        width: 100%
    }

    .bloglist .bloglist_item figure img:not(.expert_thumbnail) {
        height: 200px
    }

    .bloglist .bloglist_item figure::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1
    }

    .bloglist .bloglist_item .expert {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: 3
    }

    .bloglist .bloglist_item .expert .expert_thumbnail {
        margin: 0
    }

    .bloglist .bloglist_item .bloglist_item_excerpt {
        padding: 1.25rem .625rem .625rem;
        box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .bloglist .bloglist_item .bloglist_item_excerpt h4 {
        /* font-size: 1.375rem; */
        line-height: 30px;
        margin-bottom: 1rem
    }

    .bloglist .bloglist_item.bloglist_item-sign-up>div {
        position: relative;
        background: #0e323b;
        box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt {
        background: 0 0;
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt h4 {
        margin-bottom: .875rem;
        margin-top: 1.4375rem
    }

    .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt p {
        margin-bottom: 2.5rem
    }

    .bloglist .bloglist-no-thumbnails .bloglist_item_excerpt {
        max-height: auto;
        padding: 1.25rem .625rem .625rem;
        box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .bloglist .bloglist-no-thumbnails .bloglist_item_excerpt p {
        margin-bottom: 1rem
    }

    .bloglist .bloglist-no-thumbnails .bloglist_item_excerpt h4 {
        font-size: 1.375rem;
        line-height: 30px
    }

    .bloglist.bloglist-special-first .bloglist_item {
        box-flex: 0;
        -webkit-flex: 0 0 33.41%;
        -moz-flex: 0 0 33.41%;
        -ms-flex: 0 0 33.41%;
        flex: 0 0 33.41%;
        max-width: 33.41%
    }

    .bloglist.bloglist-special-first .bloglist_item.first {
        box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bloglist.bloglist-special-first .bloglist_item.first>div {
        display: block
    }

    .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt,
    .bloglist.bloglist-special-first .bloglist_item.first figure {
        float: left
    }

    .bloglist.bloglist-special-first .bloglist_item.first figure {
        height: 100%;
        width: 100%;
        max-width: 56.333333333%
    }

    .bloglist.bloglist-special-first .bloglist_item.first figure img:not(.expert_thumbnail) {
        height: 100%;
        min-height: 26.875rem
    }

    .bloglist.bloglist-special-first .bloglist_item.first .bloglist-link-wrapper {
        padding: 0;
        margin-bottom: -1rem
    }

    .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt {
        padding: 1.875rem;
        max-width: calc(100% - 56.333333333%);
        max-height: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%
    }

    .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt h4 {
        /* font-size: 2.25rem; */
        line-height: 46px
    }

    .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt p {
        /* font-size: 1.125rem; */
        line-height: 28px
    }

    .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt p .bloglist_item_author,
    .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt p time {
        font-size: .875rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .bloglist .bloglist_item figure img {
        max-height: 146px
    }

    .bloglist .bloglist_item .bloglist_item_excerpt h4 {
        font-size: 1rem;
        line-height: 22px
    }

    .bloglist .bloglist_item .bloglist_item_excerpt .bloglist_item_author,
    .bloglist .bloglist_item .bloglist_item_excerpt time {
        font-size: .625rem
    }

    .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt {
        max-height: none
    }

    .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt h4 {
        margin-bottom: .875rem;
        margin-top: 1.4375rem
    }

    .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt p {
        margin-bottom: 2.5rem
    }

    .bloglist.bloglist-special-first .bloglist_item.first figure img {
        max-height: 270px
    }

    .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt h4 {
        font-size: 1.6875rem;
        line-height: 36px
    }

    .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt p {
        font-size: .9375rem;
        line-height: 21px
    }

    .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt p .bloglist_item_author,
    .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt p time {
        font-size: .75rem
    }

    .bloglist.medium-hide-4 .bloglist_item:nth-child(4),
    .bloglist.medium-hide-5 .bloglist_item:nth-child(5) {
        display: none
    }

    .bloglist.bloglist-no-thumbnails .bloglist_item .bloglist_item_excerpt h4 {
        line-height: 24px;
        min-height: 3.125rem
    }

    .bloglist.medium-up-2>li {
        -webkit-flex-basis: 50.1%;
        flex-basis: 50.1%;
        -ms-flex-preferred-size: 50.1%;
        max-width: 50.1%
    }
}

@media screen and (min-width:64.0625em) {
    .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt h4 {
        /* font-size: 1.375rem; */
        margin-top: 1.75rem;
        margin-bottom: 1.5rem
    }

    .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt p {
        margin-bottom: 3rem;
        font-size: 1rem;
        line-height: 25px
    }

    .no-flexbox .bloglist>.column:nth-of-type(1n),
    .no-flexbox .bloglist>.columns:nth-of-type(1n) {
        clear: none
    }

    .no-flexbox .bloglist>.column:nth-of-type(5n+1),
    .no-flexbox .bloglist>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .bloglist.large-up-4>li {
        -webkit-flex-basis: 25.08%;
        flex-basis: 25.08%;
        -ms-flex-preferred-size: 25.08%;
        max-width: 25.08%
    }

    .bloglist.bloglist-special-first .bloglist_item.first figure img:not(.expert_thumbnail) {
        min-height: 33.75rem
    }
}

.ctcperson .ctcperson_info .button,
.expert .icon {
    margin-top: 1.25rem
}

.ctcperson::after {
    clear: both;
    content: "";
    display: table
}

.ctcperson .ctcperson_info,
.ctcperson .ctcperson_thumb {
    float: left
}

.ctcperson .ctcperson_thumb {
    margin-right: 1.25rem
}

.ctcperson .ctcperson_thumb img {
    max-width: 4.0625rem;
    width: 100%;
    border-radius: 100%
}

.ctcperson .ctcperson_info {
    padding-top: .3125rem
}

.ctcperson .ctcperson_info small,
.ctcperson .ctcperson_info strong {
    display: block
}

.ctcperson .ctcperson_info small {
    font-style: italic;
    line-height: 1
}

.ctcperson .ctcperson_info small:last-of-type {
    margin-bottom: .625rem
}

.ctcperson .ctcperson_info .sline {
    margin-bottom: .3125rem
}

@media screen and (max-width:47.9375em) {
    .section-contact .ctcperson {
        margin-bottom: 3.75rem
    }

    .section-contact .ctcperson .ctcperson_thumb {
        margin: 0 auto;
        float: none
    }

    .section-contact .ctcperson .ctcperson_info {
        float: none
    }

    .section-contact .ctcperson .ctcperson_info strong {
        font-size: .8125rem;
        line-height: 18px
    }

    .section-contact .ctcperson .ctcperson_info p {
        font-size: .8125rem;
        line-height: 20px
    }

    .section-contact .ctcperson .ctcperson_info .button {
        margin-top: .25rem
    }

    .section-contact .ctcperson .sline.sline-left {
        text-align: center
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .ctcperson .ctcperson_info strong {
        font-size: 13px;
        line-height: 16px
    }

    .ctcperson .ctcperson_info p {
        font-size: .8125rem;
        line-height: 20px
    }
}

@media screen and (min-width:48em) {
    .ctcperson .ctcperson_thumb img {
        max-width: 3.75rem
    }

    .ctcperson .ctcperson_info {
        width: calc(100% - 80px)
    }

    .ctcperson .ctcperson_info strong {
        margin-bottom: .3125rem
    }
}

@media screen and (min-width:64.0625em) {
    .ctcperson .ctcperson_thumb img {
        width: 3.75rem;
        height: 3.75rem
    }

    .ctcperson .ctcperson_info {
        padding-top: .625rem
    }

    .ctcperson .ctcperson_info .button {
        margin: 0
    }

    .publ {
        padding-right: 0
    }
}

.publ h5 {
    margin-bottom: 28px;
    font-size: 1.75rem
}

.publ .publ_list {
    background: #fff;
    margin: 0
}

.publ .publ_list .publ_list_publication {
    padding: 1.4375rem 1.25rem;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3
}

.publ .publ_list .publ_list_publication time {
    display: block;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 15px;
    color: #00b9ea
}

.publ .publ_list .publ_list_publication h6 {
    margin: 1px 0 0;
    font: 600 13px/16px;
    color: #141414
}

.publ .publ_list .publ_list_publication .type {
    font-size: .8125rem;
    text-transform: uppercase
}

.publ .publ_list .publ_list_publication small {
    display: block;
    font: 600 9px/15px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    color: #0e323b;
    letter-spacing: .025rem
}

@media screen and (max-width:47.9375em) {
    .publ {
        margin-top: 1.25rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .publ h5 {
        margin-top: .625rem
    }
}

@media screen and (min-width:64.0625em) {
    .publ .publ_list .publ_list_publication h6 {
        font-size: 1rem;
        line-height: 22px
    }

    .publ .publ_list .publ_list_publication time {
        font-size: .8125rem;
        line-height: 20px
    }

    .publ .publ_list .publ_list_publication small {
        font-size: .75rem;
        line-height: 20px
    }
}

.imgblock {
    padding: 1.875rem 0;
    background: top left/cover no-repeat
}

.imgblock .imgblock_blockquote {
    padding: 1.5625rem 12% 2.4375rem;
    background: #fff;
    border: 1px solid #e3e3e3
}

.imgblock .imgblock_blockquote img {
    width: 50%;
    max-width: 5.3125rem;
    margin: 0 auto 22px;
    border-radius: 100%
}

.imgblock .imgblock_blockquote blockquote cite {
    font-weight: 400
}

.imgblock .imgblock_blockquote blockquote cite small {
    color: #141414
}

@media screen and (max-width:47.9375em) {
    .imgblock {
        background-image: none !important
    }

    .imgblock .imgblock_blockquote {
        padding: 1.25rem 13% 1.875rem
    }

    .imgblock .imgblock_blockquote blockquote {
        margin-bottom: 3.125rem
    }

    .imgblock .imgblock_blockquote blockquote cite {
        font-size: .75rem;
        line-height: 18px
    }

    .imgblock .imgblock_blockquote blockquote cite small {
        font-size: .65625rem;
        line-height: 18px
    }
}

@media screen and (min-width:48em) {
    .imgblock .imgblock_blockquote img {
        max-width: 7.5rem
    }

    .imgblock .imgblock_blockquote blockquote {
        margin-bottom: 1.5625rem
    }

    .imgblock .imgblock_blockquote blockquote cite.sline-above::before {
        margin: 1.4375rem 0 .875rem
    }

    .imgblock .imgblock_blockquote>p {
        margin-bottom: 2.375rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .imgblock {
        padding: 0
    }

    .imgblock .imgblock_blockquote {
        padding-bottom: 3.125rem
    }

    .imgblock .imgblock_blockquote img {
        max-width: 5.3125rem;
        margin-bottom: .9375rem
    }

    .imgblock .imgblock_blockquote blockquote cite cite {
        font-size: .75rem;
        line-height: 18px
    }

    .imgblock .imgblock_blockquote blockquote cite cite small {
        font-size: .65625rem;
        line-height: 15px
    }

    .imgblock .imgblock_blockquote blockquote cite.sline-above::before {
        font-size: 1.5rem
    }
}

@media screen and (min-width:64.0625em) {
    .imgblock .imgblock_blockquote blockquote {
        font-size: 1.125rem;
        line-height: 30px
    }

    .imgblock .imgblock_blockquote blockquote cite.sline-above::before {
        margin: 1.4375rem 0 .875rem;
        font-size: 2rem
    }

    .imgblock .imgblock_blockquote blockquote cite small:first-of-type {
        margin-top: .25rem
    }
}

.statistic-charts {
    margin: 0 auto
}

.statistic-charts .statcircle {
    max-width: 130px;
    margin: 0 auto
}

.statistic-charts.dark .statcircle figcaption {
    color: #0e323b
}

@media screen and (max-width:47.9375em) {
    .statistic-charts>li .statcircle {
        margin-top: 1.5625rem
    }

    .statistic-charts>li:nth-child(even) .statcircle {
        margin-left: 0
    }

    .statistic-charts>li:nth-child(odd) .statcircle {
        margin-right: 0
    }

    .statistic-charts>li:nth-child(-n+2) .statcircle {
        margin-top: 0
    }
}

@media screen and (min-width:48em) {
    .statistic-charts>li {
        max-width: 160px !important
    }

    .statistic-charts.statistic-charts-over {
        position: relative;
        -webkit-transform: translateY(-35%);
        -ms-transform: translateY(-35%);
        transform: translateY(-35%);
        z-index: 2
    }
}

.statcircle {
    position: relative;
    margin: 0 auto;
    max-width: 100%
}

.statcircle figcaption,
.statcircle figure {
    margin: 0;
    text-align: center
}

.statcircle figcaption {
    font: 600 14px/21px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: .025rem;
    text-transform: uppercase;
    color: #fff
}

.statcircle .statcircle_chart {
    position: relative;
    margin-bottom: 1rem
}

.statcircle .statcircle_chart::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    width: 2px;
    height: 2px;
    background: #0e323b;
    opacity: 1;
    transition: opacity .3s;
    border-radius: 100%
}

.statcircle .statcircle_chart canvas {
    display: block;
    margin: 0 auto;
    max-width: 132px;
    max-height: 132px;
    position: relative;
    z-index: 0
}

.statcircle .statcircle_chart.data-2 .statcircle_label {
    font-size: 1rem
}

.statcircle .statcircle_chart.data-2 .statcircle_label.label-1 {
    left: 73%;
    margin-top: -10px
}

.statcircle .statcircle_chart.data-2 .statcircle_label.label-2 {
    margin-top: 15px;
    left: 30%
}

.statcircle .statcircle_chart.light::before {
    background: #fff
}

.statcircle .statcircle_chart.light .statcircle_label {
    color: #0e323b
}

.statcircle .statcircle_chart.blue::before {
    background: #00b9ea
}

.statcircle .statcircle_chart.js-complete .statcircle_label,
.statcircle .statcircle_chart.js-complete::before {
    opacity: 1
}

.statcircle .statcircle_label {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-top: .1875rem;
    font-size: 1.6875rem;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s
}

.statcircle .statcircle_label.dark {
    color: #0e323b
}

@media screen and (max-width:47.9375em) {
    .statcircle .statcircle_chart canvas {
        max-width: 100px;
        max-height: 100px;
        margin: 0 auto
    }

    .statcircle figcaption {
        font-size: .6875rem
    }

    .statcircle .statcircle_label {
        margin-top: .125rem
    }
}

@media screen and (min-width:64.0625em) {
    .statcircle .statcircle_chart.data-2 .statcircle_label {
        font-size: 1.375rem
    }

    .statcircle .statcircle_chart.data-2 .statcircle_label.label-1 {
        left: 75%;
        margin-top: -20px
    }

    .statcircle .statcircle_chart.data-2 .statcircle_label.label-2 {
        margin-top: 20px;
        left: 25%
    }

    .statcircle .statcircle_label {
        font-size: 2.25rem
    }
}

.relationsep {
    position: relative;
    z-index: 1;
    text-align: center;
    height: 4rem
}

.relationsep svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2px
}

.relationsep svg path {
    fill: #f9f5ed
}

.relationsep .section-heading {
    position: relative;
    display: inline-block;
    padding: 2.4rem 2.875rem .9375rem;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #0e323b;
    font-size: 1.625rem
}

@media screen and (min-width:48em) {
    .relationsep .section-heading {
        padding: 2.4rem 4.875rem .9375rem;
        font-size: 2.25rem
    }
}

.relationsep .section-heading:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 14px 0 0;
    border-color: transparent #f9f5ed transparent transparent;
    position: absolute;
    top: 2px;
    left: -14px
}

.relationsep .section-heading:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 0 0 14px;
    border-color: transparent transparent transparent #f9f5ed;
    position: absolute;
    top: 2px;
    right: -14px
}

.single-agenda .relationsep svg path,
.single-post .relationsep svg path {
    fill: #eceff0
}

.single-agenda .relationsep .section-heading:before,
.single-post .relationsep .section-heading:before {
    border-color: transparent #eceff0 transparent transparent
}

.single-agenda .relationsep .section-heading:after,
.single-post .relationsep .section-heading:after {
    border-color: transparent transparent transparent #eceff0
}

.single-project .relationsep svg path {
    fill: #f3fef7
}

.single-project .relationsep .section-heading:before {
    border-color: transparent #edfafe transparent transparent
}

.single-project .relationsep .section-heading:after {
    border-color: transparent transparent transparent #edfafe
}

.page-template-free-theme .relationsep svg path,
.single-person .relationsep svg path,
.single-tool .relationsep svg path {
    fill: #edfafe
}

.page-template-free-theme .relationsep .section-heading:before,
.single-person .relationsep .section-heading:before,
.single-tool .relationsep .section-heading:before {
    border-color: transparent #edfafe transparent transparent
}

.page-template-free-theme .relationsep .section-heading:after,
.single-person .relationsep .section-heading:after,
.single-tool .relationsep .section-heading:after {
    border-color: transparent transparent transparent #edfafe
}

.relbreadc {
    background: #fff;
    border-bottom: 2px solid #ebeff0;
    padding: .625rem 0
}

.relbreadc.about-us-parent {
    padding: 0;
    border-bottom: none
}

.relbreadc.about-us-parent .relbreadc_row {
    margin-top: 6px;
    border-bottom: 2px solid #ebeff0;
    padding: .9375rem 0
}

.relbreadc .relbreadc_row {
    margin: 0;
    list-style: none
}

.relbreadc .relbreadc_row>li {
    display: inline-block;
    vertical-align: middle
}

.relbreadc.article-ui {
    background: 0 0;
    border: 0
}

@media screen and (min-width:48em) and (max-width:64em) {
    .relbreadc.article-ui {
        margin-top: 1.5625rem
    }
}

@media screen and (max-width:47.9375em) {
    .relbreadc.article-ui>.breadcr-ml {
        margin-left: -1.25rem
    }
}

.relbreadc .has-link {
    position: relative
}

.relbreadc .has-link .relbreadc_row {
    margin-right: 10.0625rem
}

.relbreadc.has-back-link {
    padding-bottom: 2.125rem
}

.relbreadc.has-back-link .relbreadc_item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: .125rem 0 .0625rem;
    border: none;
    transition: color .15s;
    position: relative
}

.relbreadc.has-back-link .relbreadc_item a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0;
    width: calc(100% - 35px);
    height: 1px;
    background: #fb443f
}

.relbreadc.has-back-link .relbreadc_item a:focus:after,
.relbreadc.has-back-link .relbreadc_item a:hover:after,
.relbreadc.has-back-link .relbreadc_item.archive:before {
    content: none
}

.relbreadc.has-back-link .relbreadc_item i {
    margin: 0 .5625rem 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.relbreadc.has-back-link .relbreadc_item.archive {
    padding: 0
}

.relbreadc .last-link {
    position: absolute;
    right: 10px;
    top: 5px
}

.relbreadc .relbreadc_item.archive,
.relbreadc .relbreadc_item.parent {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: .4375rem;
    font: 12px/16px "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #0e323b
}

.relbreadc .relbreadc_item a:hover,
.tagslist>li>a:hover {
    color: #fb443f
}

.relbreadc .relbreadc_item.archive img,
.relbreadc .relbreadc_item.parent img {
    margin-right: .625rem;
    height: 1.5625rem;
    width: 1.5625rem;
    border-radius: 100%;
    object-fit: cover
}

.relbreadc .relbreadc_item a {
    margin: 0 8px;
    padding: 2px 0 1px;
    border: 1px solid transparent;
    border-bottom: 1px solid #fb443f
}

.relbreadc .relbreadc_item a:active {
    border-bottom: 1px solid #0e323b
}

.relbreadc .relbreadc_item a:focus {
    outline: 0;
    border-radius: 18px;
    margin: 0;
    padding: 2px 8px 1px;
    border: 1px solid #00b9ea
}

.relbreadc .relbreadc_item.has-back-arrow a {
    position: relative;
    margin: 0;
    padding-left: 25px;
    border-bottom: none
}

.relbreadc .relbreadc_item.has-back-arrow a:after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 0;
    background-color: #fb443f;
    width: calc(100% - 25px);
    height: 1px
}

.relbreadc .relbreadc_item.has-back-arrow a:before {
    content: "\f10a";
    position: absolute;
    left: -2px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    display: block;
    padding: 1px;
    font-family: kwr-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 1rem;
    color: inherit
}

.relbreadc .active-item {
    font: 12px/16px "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    padding-right: 2.1875rem;
    margin-right: .75rem
}

@media screen and (min-width:64.0625em) {
    .relbreadc .active-item {
        font-size: 1rem;
        line-height: 30px
    }
}

.relbreadc .button {
    cursor: auto
}

.single-person .relbreadc {
    background: 0 0
}

@media screen and (max-width:47.9375em) {
    .relbreadc {
        line-height: 20px
    }

    .relbreadc.has-back-link {
        padding: 3.6875rem 0 1.625rem
    }

    .relbreadc .relbreadc_item.archive,
    .relbreadc .relbreadc_item.parent {
        padding-left: .9375rem
    }

    .relbreadc .relbreadc_item.archive::before,
    .relbreadc .relbreadc_item.parent::before {
        content: "\f10a";
        position: absolute;
        left: -2px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
        display: block;
        padding: 1px;
        font-family: kwr-icons;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: .5625rem;
        color: inherit
    }

    .relbreadc .last-link {
        right: 10px;
        top: 3px
    }

    .relbreadc .has-link .relbreadc_row {
        margin-right: 7.5625rem
    }

    .relbreadc .relbreadc_row>li.parent {
        display: none
    }

    .relbreadc .relbreadc_row>li:nth-last-child(-n+2) {
        display: block
    }

    .relbreadc .relbreadc_row>li.last {
        display: none
    }

    .relbreadc .button {
        padding: .4375rem 1.375rem;
        font-size: 7.88px;
        line-height: 7px
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .relbreadc .has-link .relbreadc_row {
        margin-right: 8.375rem
    }

    .relbreadc .last-link {
        right: 25px;
        top: 0
    }

    .relbreadc .relbreadc_item.archive img,
    .relbreadc .relbreadc_item.parent img {
        display: none
    }
}

@media screen and (min-width:48em) {
    .relbreadc {
        padding: .9375rem 0
    }

    .relbreadc .relbreadc_item.archive,
    .relbreadc .relbreadc_item.parent {
        padding-right: 1.6875rem;
        margin-right: .75rem;
        font-size: .75rem;
        line-height: 1.375rem
    }

    .relbreadc .relbreadc_item.archive::before,
    .relbreadc .relbreadc_item.parent::before {
        content: "\f10a";
        position: absolute;
        right: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        padding: 1px;
        font-family: kwr-icons;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: .75rem;
        color: inherit
    }

    .relbreadc .last .relbreadc_item.archive:before,
    .relbreadc .last .relbreadc_item.parent:before {
        content: none
    }

    .single-person .relbreadc {
        position: absolute;
        top: 0;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 2.5rem 0 0;
        width: 100%;
        z-index: 1
    }
}

@media screen and (min-width:64.0625em) {
    .relbreadc {
        padding: .9375rem 0
    }

    .relbreadc .relbreadc_item.archive,
    .relbreadc .relbreadc_item.parent {
        padding-right: 2.125rem;
        margin-right: 1rem;
        font-size: 1rem;
        line-height: 30px
    }

    .relbreadc .relbreadc_item.archive::before,
    .relbreadc .relbreadc_item.parent::before {
        font-size: 1rem
    }

    .relbreadc .relbreadc_item.archive img,
    .relbreadc .relbreadc_item.parent img {
        height: 3.125rem;
        width: 3.125rem
    }
}

.page-template-experts-overview .relbreadc,
.single-person .relbreadc {
    border-bottom: none
}

.custom-select .js-custom-select.js-filled .js-custom-select-val,
.custom-select .js-custom-select.js-open .js-custom-select-val,
.ginput_container_select .js-custom-select.js-filled .js-custom-select-val,
.ginput_container_select .js-custom-select.js-open .js-custom-select-val,
.tagslist>li>a,
.tagslist>li>a::after {
    border-color: #e3e3e3
}

.tagslist {
    margin: 0;
    list-style: none
}

.tagslist::after {
    clear: both;
    content: "";
    display: table
}

.tagslist li,
.tagslist>li>a {
    display: inline-block
}

.tagslist>li>a {
    position: relative;
    margin-right: 1.5625rem;
    text-align: center;
    line-height: 13px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-radius: 4px;
    padding: 0 12px;
    margin-bottom: 13px;
    color: grey;
    font: 600 9px/25px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .025rem
}

.tagslist>li>a::after,
.tagslist>li>a::before {
    content: "";
    position: absolute
}

.tagslist>li>a::after {
    display: block;
    right: -9px;
    top: 0;
    height: 25px;
    width: 25px;
    -webkit-transform: rotate(-45deg) scale(.8) translateY(0);
    -ms-transform: rotate(-45deg) scale(.8) translateY(0);
    transform: rotate(-45deg) scale(.8) translateY(0);
    z-index: 1;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-radius: 0 4px 8px
}

.tagslist>li>a:hover,
.tagslist>li>a:hover:after {
    border-color: #fb443f
}

.tagslist>li>a::before {
    right: -4px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #e3e3e3
}

.tagslist>li>a:hover:before {
    background: #fb443f
}

.tagslist>li>a:focus,
.tagslist>li>a:focus:after {
    border-color: #00b9ea
}

.tagslist>li>a:focus {
    color: grey;
    outline: 0
}

.tagslist>li>a:focus:before {
    background: #00b9ea
}

.tagslist>li>a:active {
    color: #0e323b;
    border-color: #0e323b
}

.tagslist>li>a:active:before {
    background: #0e323b
}

.tagslist>li>a:active:after {
    border-color: #0e323b
}

@media screen and (max-width:47.9375em) {
    .taglist-with-title .tagslist>li a {
        font-size: .875rem;
        padding: .5rem .75rem
    }

    .taglist-with-title .tagslist>li a:after {
        right: -18px;
        height: 40px;
        width: 40px
    }
}

@media screen and (min-width:48em) {
    .tagslist>li>a::before {
        height: 8px;
        width: 8px
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .tagslist>li a {
        font-size: .625rem;
        line-height: 31px
    }

    .tagslist>li a::after {
        right: -12px;
        height: 31px;
        width: 30px;
        -webkit-transform: rotate(-45deg) scale(.8) translateY(0);
        -ms-transform: rotate(-45deg) scale(.8) translateY(0);
        transform: rotate(-45deg) scale(.8) translateY(0)
    }
}

@media screen and (min-width:64.0625em) {
    .tagslist {
        margin-top: 3.0625rem
    }

    .tagslist>li a {
        font-size: .875rem;
        line-height: 41px
    }

    .tagslist>li a::after {
        right: -16px;
        top: 0;
        height: 40px;
        width: 40px;
        -webkit-transform: rotate(-45deg) scale(.8) translateY(1px);
        -ms-transform: rotate(-45deg) scale(.8) translateY(1px);
        transform: rotate(-45deg) scale(.8) translateY(1px)
    }
}

.person-tags .tagslist {
    margin: -2.1875rem 0 1.25rem
}

.taglist-with-title label {
    font-size: .875rem;
    color: #0e323b;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.blockquote,
.blockquote p {
    font: 16px/22px "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #0e323b
}

.taglist-with-title label+ul {
    margin-top: 0
}

.blockquote {
    border: 0;
    padding: 0;
    max-width: 294px;
    margin: 0 auto;
    text-align: center
}

.blockquote br {
    display: none
}

.blockquote cite {
    font: 600 12px/15px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #0e323b
}

.blockquote cite::before,
.expert.expert-extended .expert_name::before {
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding: 1px
}

.blockquote cite::before {
    margin: .9375rem 0 .3125rem;
    height: 14px;
    color: #00b9ea;
    font-size: 1.5rem;
    display: block;
    font-family: kwr-icons;
    font-style: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

.blockquote small {
    display: block;
    font: italic 10.5px/11px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #646464
}

@media screen and (min-width:48em) and (max-width:64em) {

    .blockquote,
    .blockquote p {
        font: 16px/22px "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif
    }

    .blockquote {
        margin-bottom: 2.8125rem
    }

    .blockquote cite {
        font: 600 16px/18px "Open Sans", Helvetica, Roboto, Arial, sans-serif
    }

    .blockquote cite::before {
        margin: 15px 0
    }

    .blockquote small {
        font: italic 14px/16px "Open Sans", Helvetica, Roboto, Arial, sans-serif
    }
}

@media screen and (min-width:64.0625em) {

    .blockquote,
    .blockquote p {
        font: 24px/34px "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif
    }

    .blockquote cite {
        font: 600 16px/18px "Open Sans", Helvetica, Roboto, Arial, sans-serif
    }

    .blockquote cite::before {
        margin: 15px 0
    }

    .blockquote small {
        font: italic 14px/16px "Open Sans", Helvetica, Roboto, Arial, sans-serif
    }
}

.expert.expert-extended .expert_name::before,
.slick-arrow::before {
    font-family: kwr-icons;
    text-decoration: inherit
}

.expert {
    text-align: center
}

@media screen and (min-width:48em) {
    .expert.has-margin {
        margin-bottom: 2.5rem !important
    }
}

.expert .expert_thumbnail {
    margin-bottom: 1.25rem;
    width: 100%;
    max-width: 7.8125rem;
    border-radius: 100%
}

.expert .expert_name {
    font-size: 1rem;
    line-height: 21px;
    color: #0e323b
}

.expert small {
    display: block;
    font-size: .875rem;
    font-style: italic;
    color: grey;
    line-height: 1.26666
}

.expert .icon {
    width: 40px;
    height: 40px;
    font-size: .9375rem
}

.post_header .expert .expert_thumbnail {
    max-width: 9.375rem
}

.post_header .expert h2 {
    margin-bottom: 10px
}

.post_header .expert .expert_titles {
    margin: 0
}

.post_header .expert .expert_titles>li {
    display: inline-block;
    font-style: italic;
    font-size: .75rem
}

.expert.expert-extended .expert_name::before,
.note-link::after,
.pagination .pagination-next span::before,
.pagination .pagination-next>a::before,
.pagination .pagination-previous span::before,
.pagination .pagination-previous>a::before,
.slick-arrow::before {
    font-style: normal;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}

.post_header .expert .expert_titles>li:not(:last-child)::after {
    content: "|";
    margin: 0 .375rem 0 .625rem
}

.expert.expert-extended {
    max-width: 70%;
    margin: 0 auto
}

.expert.expert-extended .expert_thumbnail {
    max-width: 8.125rem;
    margin-left: auto;
    margin-right: auto
}

.expert.expert-extended .expert_name {
    margin-bottom: .125rem;
    font-size: .9375rem
}

.expert.expert-extended .expert_name::before {
    margin-bottom: .375rem;
    content: "\f109";
    font-size: 1.5625rem;
    height: .875rem;
    color: #00b9ea;
    display: block;
    line-height: 1;
    font-smoothing: antialiased
}

.expert.expert-extended small {
    font-size: .875rem;
    color: #141414
}

.expert.expert-extended p {
    margin: 1.0625rem auto;
    font-size: 1rem;
    line-height: 24px
}

.expert.expert-inline {
    padding: 1.0625rem .8125rem;
    background: #fff;
    max-width: 18.75rem;
    margin-bottom: 0
}

.expert.expert-inline::after {
    clear: both;
    content: "";
    display: table
}

.expert.expert-inline .expert_header {
    float: left;
    width: 25%
}

.expert.expert-inline .expert_body {
    float: left;
    width: 75%;
    padding: .4375rem 0 0 .9375rem;
    text-align: left
}

.expert.expert-inline .expert_thumbnail {
    max-width: 4.375rem
}

.expert.expert-inline small {
    color: #141414;
    margin-top: .3125rem
}

.expert.expert-inline .sline {
    text-align: left !important
}

.expert.expert-inline .sline::after {
    font-size: 1.5625rem
}

.expert.expert-dropdown .expert_name {
    font-size: 1.125rem;
    font-family: "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #fff
}

.expert.expert-dropdown .expert_thumbnail {
    max-width: 7.1875rem
}

.expert.expert-dropdown small {
    color: #86989d
}

.expert.expert-dropdown .sline::after {
    font-size: 1.5625rem
}

.expert.expert-dropdown .info-list {
    text-align: left
}

.expert.expert-dropdown .info-list .icon {
    font-size: .9375rem;
    width: auto;
    height: auto
}

.expert.expert-dropdown .info-list>li {
    border-bottom: 1px
}

.expert.expert-dropdown .info-list>li a[href*="mailto:"] {
    border-bottom: 1px #fb443f solid
}

.expert.expddn_preview {
    position: relative
}

.expert.expddn_preview::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background: 0 0;
    transition: all .3s ease-in-out
}

.is-expanded .expert.expddn_preview::before {
    width: 100%;
    background: #fb443f
}

@media screen and (max-width:47.9375em) {
    .expert {
        margin-bottom: 7rem
    }

    .expert .expert_titles {
        line-height: 17px
    }

    .expert.expert-dropdown .expert_name {
        margin-bottom: .9375rem
    }

    .expert.expert-dropdown .sline::after {
        margin-top: .9375rem
    }

    .expert.expert-dropdown .info-list {
        margin-top: 2.1875rem
    }

    .expert.expert-dropdown .info-list>li {
        position: relative;
        padding: .625rem 2.5rem .625rem .9375rem;
        font-size: .75rem;
        border-bottom: 1px solid #86989d
    }

    .expert.expert-dropdown .info-list>li .icon {
        margin: 0;
        position: absolute;
        right: 1.25rem;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .expert.expert-dropdown .info-list>li:first-child {
        border-top: 1px solid #86989d
    }

    .expert.expert-inline {
        max-width: 100%
    }
}

@media screen and (min-width:48em) {
    .expert .expert_thumbnail {
        margin-bottom: 1.875rem;
        max-width: 8.75rem
    }

    .expert .icon {
        width: 42px;
        height: 42px;
        font-size: 1.4375rem
    }

    .expert .icon:before {
        color: #0e323b;
        font-size: 23px
    }

    .expert .icon:after {
        box-shadow: inset 0 0 0 1px #0e323b
    }
}

@media screen and (min-width:48em) and (max-width:47.9375em) {
    .expert .icon:before {
        font-size: 15px
    }
}

@media screen and (min-width:48em) and (min-width:48em) {
    .expert .icon:after {
        box-shadow: inset 0 0 0 2px #0e323b
    }
}

@media screen and (min-width:48em) {

    .expert .icon.pagination-arrow:hover:before,
    a:hover .expert .icon:before {
        color: #fff
    }

    .expert .icon.pagination-arrow:hover:after,
    a:hover .expert .icon:after {
        box-shadow: inset 0 0 0 3rem #fb443f
    }

    .expert .icon.pagination-arrow:focus:before,
    a:focus .expert .icon:before {
        color: #0e323b
    }

    .expert .icon.pagination-arrow:focus:after,
    a:focus .expert .icon:after {
        box-shadow: inset 0 0 0 1px #00b9ea
    }
}

@media screen and (min-width:48em) and (min-width:48em) {

    .expert .icon.pagination-arrow:focus:after,
    a:focus .expert .icon:after {
        box-shadow: inset 0 0 0 2px #00b9ea
    }
}

@media screen and (min-width:48em) {

    .expert .icon.pagination-arrow:active:before,
    a:active .expert .icon:before {
        color: #fff
    }

    .expert .icon.pagination-arrow:active:after,
    a:active .expert .icon:after {
        box-shadow: inset 0 0 0 3rem #0e323b
    }

    .expert.expert-extended .expert_thumbnail {
        max-width: 9.375rem
    }

    .expert.expert-dropdown {
        text-align: left
    }

    .post_header .expert .expert_titles {
        margin-bottom: 4rem
    }

    .post_header .expert .expert_titles>li {
        font-size: 1rem
    }

    .post_header .expert .expert_thumbnail {
        max-width: 12.8125rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .expert.expert-dropdown>.row>.columns {
        padding: 0 .9375rem
    }

    .expert.expert-dropdown>.row>.columns:first-child {
        text-align: center
    }

    .expert.expert-dropdown .expert_thumbnail {
        display: block;
        margin: 0 auto;
        max-width: 8.125rem
    }

    .expert.expert-dropdown .expert_name {
        margin-bottom: .3125rem;
        font-size: 1.25rem
    }

    .expert.expert-dropdown .sline {
        text-align: left
    }

    .expert.expert-dropdown .sline::after {
        margin-top: .9375rem
    }

    .expert.expert-dropdown .info-list {
        margin: 1.25rem 0 0
    }

    .expert.expert-dropdown .info-list>li {
        position: relative;
        padding: .125rem 0;
        font-size: .875rem
    }

    .expert.expert-dropdown .info-list>li .icon {
        margin: 0 .8125rem 0 0
    }

    .expert.expert-dropdown .info-list>li .icon::before {
        color: #fff
    }
}

@media screen and (min-width:64.0625em) {
    .post_header .expert .expert_thumbnail {
        max-width: 15.9375rem
    }

    .post_header .expert .sline::before {
        margin-bottom: 1.4375rem
    }

    .post_header .expert .smaller .sline::before {
        margin-bottom: 2.3125rem
    }

    .expert.expert-extended .expert_thumbnail {
        max-width: 12.5rem
    }

    .expert.expert-extended .expert_name {
        margin-bottom: .25rem;
        font-size: 1.125rem
    }

    .expert.expert-extended .expert_name::before {
        margin-bottom: .8125rem;
        font-size: 2.1875rem
    }

    .expert.expert-extended p {
        margin-top: 1.5rem;
        font-size: 1rem;
        line-height: 26px
    }

    .expert.expert-extended small {
        font-size: 1rem;
        line-height: 22px
    }

    .expert.expert-dropdown>.row>.columns {
        padding: 0 .9375rem
    }

    .expert.expert-dropdown>.row>.columns:first-child {
        text-align: center
    }

    .expert.expert-dropdown .expert_thumbnail {
        display: block;
        margin: 0 auto;
        max-width: 9.375rem
    }

    .expert.expert-dropdown .expert_name {
        margin-bottom: .3125rem;
        font-size: 1.375rem
    }

    .expert.expert-dropdown small {
        font-size: 1rem;
        line-height: 25px
    }

    .expert.expert-dropdown .sline {
        text-align: left
    }

    .expert.expert-dropdown .sline::after {
        margin-top: .9375rem
    }

    .expert.expert-dropdown .info-list {
        margin: 0
    }

    .expert.expert-dropdown .info-list>li {
        position: relative;
        padding: .125rem 0;
        font-size: 1rem
    }

    .expert.expert-dropdown .info-list>li .icon {
        margin: 0 .8125rem 0 0
    }

    .expert.expert-dropdown .info-list>li .icon::before {
        color: #86989d
    }

    .expert.expddn_preview .expert_body .sline {
        margin-top: .5rem
    }
}

.expert-section .expert {
    width: 100%
}

@media screen and (min-width:48em) {
    .expert-section .expert {
        margin-bottom: 3.125rem
    }

    .expert-section .expert .expert_job_function small {
        font-size: 1rem;
        line-height: 1.4
    }
}

.expert-section .expert .row .columns {
    margin: 0
}

.expert-section .expert .sline.sline-above::before {
    margin-bottom: .5rem
}

.expert-section .expert .expert_job_function {
    margin-top: .625rem
}

.expert-section .expert .expert_job_function small {
    color: #141414
}

.expert-section .expert .expert_thumbnail {
    max-width: 7.5rem;
    margin-right: auto;
    margin-left: auto
}

.expert-section .expert .expert_excerpt {
    margin-top: 1.25rem
}

@media screen and (min-width:48em) {
    .expert-section .expert .expert_thumbnail {
        max-width: 12.5rem
    }

    .expert-section .expert .expert_excerpt {
        font-size: 1.125rem;
        max-width: 18.75rem;
        margin-left: auto;
        margin-right: auto
    }
}

.expertise {
    padding: 0 .9375rem;
    text-align: center
}

.expertise:hover .expertise_thumbnail {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0 0 44px 12px rgba(0, 0, 0, .15)
}

.expertise:hover .expertise_title {
    -webkit-transform: translateY(15px) scale(1.2);
    -ms-transform: translateY(15px) scale(1.2);
    transform: translateY(15px) scale(1.2)
}

.expertise .expertise_thumbnail {
    max-width: 6.5625rem;
    transition: .3s ease-in-out
}

.expertise img {
    border-radius: 100%
}

.expertise .expertise_title {
    margin-top: .625rem;
    font: 14px/1.4 "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #0e323b;
    transition: .3s ease-in-out
}

@media screen and (min-width:48em) and (max-width:64em) {
    .expertise .expertise_title {
        margin-top: .9375rem;
        font-size: 1rem
    }
}

@media screen and (min-width:64.0625em) {
    .expertise .expertise_title {
        margin-top: 1.25rem;
        font-size: 1.375rem
    }
}

.custom-select,
.ginput_container_select {
    position: relative
}

.custom-select select,
.ginput_container_select select {
    -webkit-appearance: none
}

.custom-select .js-custom-select,
.ginput_container_select .js-custom-select {
    position: relative;
    z-index: 2
}

.custom-select .js-custom-select .gfield_label,
.ginput_container_select .js-custom-select .gfield_label {
    left: .5rem
}

.custom-select .js-custom-select .js-custom-select-val::before,
.ginput_container_select .js-custom-select .js-custom-select-val::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.custom-select .js-custom-select .js-custom-select-val span,
.ginput_container_select .js-custom-select .js-custom-select-val span {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    height: 100%
}

.custom-select .js-custom-select .js-custom-select-val span:after,
.ginput_container_select .js-custom-select .js-custom-select-val span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.custom-select .js-custom-select.js-filled label,
.custom-select .js-custom-select.js-open label,
.ginput_container_select .js-custom-select.js-filled label,
.ginput_container_select .js-custom-select.js-open label {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1
}

.custom-select .js-custom-select.js-filled .js-custom-select-val,
.ginput_container_select .js-custom-select.js-filled .js-custom-select-val {
    color: #141414;
    text-align: left
}

.custom-select .js-custom-select.js-open .js-custom-select-val,
.ginput_container_select .js-custom-select.js-open .js-custom-select-val {
    border-radius: 3px 3px 0 0
}

.custom-select .js-custom-select.js-open .js-custom-select-choices,
.ginput_container_select .js-custom-select.js-open .js-custom-select-choices {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 999;
    max-height: 300px;
    overflow-y: auto;
    background: #fff
}

.custom-select .js-custom-select.js-filled.no-ios .js-custom-select-choices,
.ginput_container_select .js-custom-select.js-filled.no-ios .js-custom-select-choices {
    position: relative;
    top: 0
}

.custom-select .js-custom-select.js-filled.is-mobile .js-custom-select-val .js-custom-select-icon::after,
.custom-select .js-custom-select.js-open .js-custom-select-val .js-custom-select-icon::after,
.ginput_container_select .js-custom-select.js-filled.is-mobile .js-custom-select-val .js-custom-select-icon::after,
.ginput_container_select .js-custom-select.js-open .js-custom-select-val .js-custom-select-icon::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.custom-select .js-custom-select.js-filled.is-mobile .js-custom-select-val .js-custom-select-icon::before,
.custom-select .js-custom-select.js-open .js-custom-select-val .js-custom-select-icon::before,
.ginput_container_select .js-custom-select.js-filled.is-mobile .js-custom-select-val .js-custom-select-icon::before,
.ginput_container_select .js-custom-select.js-open .js-custom-select-val .js-custom-select-icon::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.custom-select .js-custom-select-val,
.ginput_container_select .js-custom-select-val {
    position: relative;
    height: 40px;
    margin: 0;
    padding: 10px;
    max-width: 100%;
    width: 100% !important;
    line-height: 17px;
    background: #fff;
    text-align: left;
    font-size: 1rem;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    transition: all .3s;
    user-select: none;
    cursor: pointer;
    z-index: 1000
}

.custom-select .js-custom-select-val .js-custom-select-icon,
.ginput_container_select .js-custom-select-val .js-custom-select-icon {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 3px
}

.custom-select .js-custom-select-val .js-custom-select-icon::after,
.custom-select .js-custom-select-val .js-custom-select-icon::before,
.ginput_container_select .js-custom-select-val .js-custom-select-icon::after,
.ginput_container_select .js-custom-select-val .js-custom-select-icon::before {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background: grey;
    position: absolute;
    top: 15px;
    transition: all .3s
}

.custom-select .js-custom-select-val .js-custom-select-icon::before,
.ginput_container_select .js-custom-select-val .js-custom-select-icon::before {
    left: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.custom-select .js-custom-select-val .js-custom-select-icon::after,
.ginput_container_select .js-custom-select-val .js-custom-select-icon::after {
    right: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.custom-select .js-custom-select-choices,
.ginput_container_select .js-custom-select-choices {
    margin: 0;
    list-style: none;
    display: none;
    box-shadow: rgba(0, 0, 0, .0980392) 0 0 44px 12px;
    border-radius: 0 0 3px 3px
}

.custom-select .js-custom-select-choices li,
.ginput_container_select .js-custom-select-choices li {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background: #fff;
    transition: background .3s;
    cursor: pointer;
    text-align: left
}

.custom-select .js-custom-select-choices li:last-child,
.ginput_container_select .js-custom-select-choices li:last-child {
    border-radius: 0 0 3px 3px;
    border-bottom-color: #e3e3e3
}

.custom-select .js-custom-select-choices li:hover,
.ginput_container_select .js-custom-select-choices li:hover {
    background: #fff5f5
}

.custom-select.alert-caret .js-custom-select-val .js-custom-select-icon::after,
.custom-select.alert-caret .js-custom-select-val .js-custom-select-icon::before,
.ginput_container_select.alert-caret .js-custom-select-val .js-custom-select-icon::after,
.ginput_container_select.alert-caret .js-custom-select-val .js-custom-select-icon::before {
    background: #fb443f
}

.filter .custom-select .js-custom-select-val .js-custom-select-icon,
.filter .ginput_container_select .js-custom-select-val .js-custom-select-icon {
    background: #fff;
    border-radius: 3px
}

.filter .custom-select .js-custom-select-val .js-custom-select-icon::after,
.filter .custom-select .js-custom-select-val .js-custom-select-icon::before,
.filter .ginput_container_select .js-custom-select-val .js-custom-select-icon::after,
.filter .ginput_container_select .js-custom-select-val .js-custom-select-icon::before {
    content: "";
    width: 10px;
    background: #fb443f;
    transition: all .3s
}

.filter .custom-select .js-custom-select-val .js-custom-select-icon::before,
.filter .ginput_container_select .js-custom-select-val .js-custom-select-icon::before {
    left: 7px
}

.filter .custom-select .js-custom-select-val .js-custom-select-icon::after,
.filter .ginput_container_select .js-custom-select-val .js-custom-select-icon::after {
    right: 7px
}

@media screen and (max-width:47.9375em) {

    .custom-select .js-custom-select.large .js-custom-select-val,
    .ginput_container_select .js-custom-select.large .js-custom-select-val {
        height: 2.8125rem;
        font-size: .9375rem;
        line-height: 23px
    }

    .custom-select .js-custom-select.large .js-custom-select-val span,
    .ginput_container_select .js-custom-select.large .js-custom-select-val span {
        margin-top: -3px
    }

    .custom-select .js-custom-select.large .js-custom-select-choices,
    .ginput_container_select .js-custom-select.large .js-custom-select-choices {
        top: 2.8125rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {

    .custom-select .js-custom-select.large .js-custom-select-val,
    .ginput_container_select .js-custom-select.large .js-custom-select-val {
        height: 3.125rem;
        font-size: 1.125rem
    }

    .custom-select .js-custom-select.large .js-custom-select-choices,
    .ginput_container_select .js-custom-select.large .js-custom-select-choices {
        top: 3.125rem
    }

    .custom-select .js-custom-select.large .js-custom-select-choices li,
    .ginput_container_select .js-custom-select.large .js-custom-select-choices li {
        padding: .75rem .625rem .8125rem
    }
}

@media screen and (min-width:64.0625em) {

    .custom-select .js-custom-select.large .js-custom-select-val,
    .ginput_container_select .js-custom-select.large .js-custom-select-val {
        height: 3.75rem;
        font-size: 1.25rem
    }

    .custom-select .js-custom-select.large .js-custom-select-choices,
    .ginput_container_select .js-custom-select.large .js-custom-select-choices {
        top: 3.75rem
    }

    .custom-select .js-custom-select.large .js-custom-select-choices li,
    .ginput_container_select .js-custom-select.large .js-custom-select-choices li {
        padding: 1.0625rem .625rem 1.125rem
    }
}

.info-list {
    list-style: none;
    margin: 0
}

.info-list .info-list_label {
    margin-bottom: .9375rem;
    font-size: .625rem;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    color: grey
}

.info-list .info-list_value {
    margin-top: .3125rem;
    font-size: 1rem;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
    color: #3c3c3c
}

.info-list .info-list_value p {
    margin-bottom: .3125rem
}

.info-agenda .info-list>li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.info-list>li {
    display: -ms-flexbox
}

.info-list>li>div:first-child {
    width: 30%
}

.info-list>li>div:last-child {
    width: 70%
}

.info-project .info-list>li:nth-child(1),
.info-project .info-list>li:nth-child(2) {
    white-space: nowrap
}

@media screen and (max-width:47.9375em) {
    .info-list .info-list_label:last-child {
        margin-bottom: 0
    }

    .info-agenda .info-list>li {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%
    }

    .info-agenda .info-list>li:nth-child(1),
    .info-agenda .info-list>li:nth-child(2),
    .info-project .info-list>li:nth-child(1),
    .info-project .info-list>li:nth-child(2) {
        box-flex: 1;
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%
    }

    .info-project .info-list>li:nth-child(3),
    .info-project .info-list>li:nth-child(4) {
        box-flex: 1;
        -webkit-flex: 1 0 100%;
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%
    }

    .info-expert .info-list>li,
    .info.info-expert-search .info-list>li {
        position: relative;
        padding: .4375rem .9375rem;
        border-bottom: 2px solid #fbfbfb;
        font-size: .75rem;
        white-space: nowrap
    }

    .info-expert .info-list>li .icon,
    .info.info-expert-search .info-list>li .icon {
        position: absolute;
        right: 1.25rem;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: .875rem
    }
}

@media screen and (min-width:48em) {
    .info-list {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .info-list .info-list_value {
        font-size: 1.125rem;
        line-height: 24px
    }

    .info-list .info-list_label {
        font-size: .75rem;
        line-height: 1
    }

    .info-agenda .info-list>li {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .info-agenda .info-list>li:nth-child(1) {
        box-flex: 1;
        -webkit-flex: 1 1 24%;
        -moz-flex: 1 1 24%;
        -ms-flex: 1 1 24%;
        flex: 1 1 24%;
        max-width: 24%
    }

    .info-agenda .info-list>li:nth-child(2) {
        box-flex: 1;
        -webkit-flex: 1 1 30%;
        -moz-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        max-width: 30%
    }

    .info-agenda .info-list>li:nth-child(3),
    .info-agenda .info-list>li:nth-child(5) {
        box-flex: 1;
        -webkit-flex: 1 0 46%;
        -moz-flex: 1 0 46%;
        -ms-flex: 1 0 46%;
        flex: 1 0 46%;
        max-width: 46%
    }

    .info-agenda .info-list>li:nth-child(4) {
        box-flex: 1;
        -webkit-flex: 1 0 54%;
        -moz-flex: 1 0 54%;
        -ms-flex: 1 0 54%;
        flex: 1 0 54%;
        max-width: 54%
    }

    .info-agenda .info-list .info-list_label {
        margin-bottom: 1.4375rem;
        letter-spacing: -.018rem
    }

    .info-agenda .info-list.row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }

    .info-expert .info-list>li,
    .info.info-expert-search .info-list>li {
        padding: 0 .625rem
    }

    .info-expert .info-list>li:not(:nth-last-child(-n+2)),
    .info.info-expert-search .info-list>li:not(:nth-last-child(-n+2)) {
        margin-bottom: .3125rem
    }

    .info-expert .info-list>li a,
    .info.info-expert-search .info-list>li a {
        display: inline-block;
        vertical-align: middle
    }

    .info-expert .info-list>li .icon,
    .info.info-expert-search .info-list>li .icon {
        margin-right: .625rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {

    .info-project .info-list>li:nth-child(1),
    .info-project .info-list>li:nth-child(2) {
        box-flex: 1;
        -webkit-flex: 1 0 30%;
        -moz-flex: 1 0 30%;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%;
        max-width: 30%
    }

    .info-project .info-list>li:nth-child(3) {
        box-flex: 1;
        -webkit-flex: 1 0 40%;
        -moz-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        max-width: 40%
    }

    .info-project .info-list>li:nth-child(4) {
        box-flex: 1;
        -webkit-flex: 1 0 100%;
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%
    }

    .info-project .info-list>li:last-child {
        margin-bottom: 0
    }

    .info-expert .info-list,
    .info.info-expert-search .info-list {
        margin: 0
    }

    .info-expert .info-list>li,
    .info.info-expert-search .info-list>li {
        padding: 0 .3125rem
    }

    .info-expert .info-list>li a,
    .info.info-expert-search .info-list>li a {
        font-size: .875rem
    }
}

@media screen and (min-width:64.0625em) {
    .info-list .info-list_label {
        line-height: 21px
    }

    .info-list .info-list_value {
        font-size: 1.25rem;
        line-height: 28px
    }

    .info-project .info-list>li:last-child {
        box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 100%
    }
}

@media screen and (max-width:47.9375em) {

    .info.info-expert .icons-full-width .post_actions_group,
    .info.info-expert-search .icons-full-width .post_actions_group {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media screen and (min-width:48em) {

    .info.info-expert .list-margin li:not(:last-child),
    .info.info-expert-search .list-margin li:not(:last-child) {
        margin-bottom: .3125rem
    }
}

.info-project-wrapper {
    border-top: 2px dashed #84999a;
    margin: 2.5rem 0;
    padding: 2.5rem 0 0
}

.info-project-wrapper .project-info_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.info-project-wrapper .info-list_label {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.info-project-wrapper .info-list_label.full-width {
    width: 100%;
    max-width: 100%
}

@media screen and (min-width:48em) {
    .info-project-wrapper .info-list_label .info-list_value {
        padding-right: 2.5rem
    }
}

.info-project .project-info_list {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.info-project .project-info_list .info-list_label {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.more-info {
    padding: 1.25rem .9375rem;
    border-top: 2px solid #fb443f;
    background: #f9f5ed
}

.more-info hr,
.slideshow .caption::after {
    height: 1px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2OThFNUY0RUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2OThFNUYzRUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIElsbHVzdHJhdG9yIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZBODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3Ii8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+MDUtb25kZXJ3ZXJwX3YzPC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4abTv3AAAAGElEQVR42mLkM7L+z4AGPp49woguBhBgAGehA/+d7jJMAAAAAElFTkSuQmCC) left center repeat-x
}

.more-info h3 {
    font-size: 1.25rem
}

.more-info .more-info-list {
    list-style: none;
    margin: 0
}

.more-info .more-info-list li {
    padding: .625rem 0
}

.more-info a:not(.button) {
    padding-left: 1.5625rem;
    color: #3c3c3c;
    font-size: 1rem
}

.more-info a:not(.button) .icon {
    margin-left: -25px
}

.more-info .icon {
    color: #fb443f;
    font-size: 1.125rem
}

.more-info hr {
    margin: 1.4375rem 0 2.1875rem
}

.schedule,
.schedule td {
    border: 1px solid #e3e3e3
}

.more-info .more-info_footer {
    margin: 0 auto;
    text-align: center
}

.more-info .more-info_footer p:first-child {
    margin-bottom: 2.1875rem
}

.more-info .more-info_footer .button {
    margin: 0 auto
}

.more-info .more-info_footer .button:first-child {
    margin-bottom: .625rem
}

@media screen and (max-width:47.9375em) {
    .more-info {
        max-width: calc(100vw - 20px)
    }

    .more-info a:not(.button) {
        max-width: 100%;
        display: block;
        overflow: hidden
    }

    .more-info .more-info_footer .button {
        width: 70%;
        max-width: 11.25rem;
        display: block
    }
}

@media screen and (min-width:48em) {
    .more-info hr {
        margin: 1.4375rem -.9375rem 2.1875rem
    }

    .more-info .more-info_footer {
        width: 60%
    }

    .more-info .more-info_footer p:first-child {
        margin-bottom: 2.5rem
    }

    .more-info .more-info_footer .button {
        width: auto
    }

    .more-info .more-info_footer .button:first-child {
        margin-bottom: 0;
        margin-right: .625rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .more-info {
        padding: 1.25rem 1.875rem
    }

    .more-info h3 {
        font-size: 1.4375rem
    }
}

@media screen and (min-width:64.0625em) {
    .more-info {
        padding: 1.875rem
    }

    .more-info h3 {
        font-size: 1.6875rem
    }

    .more-info a:not(.button) {
        font-size: 1.25rem
    }
}

.schedule td {
    width: 50%;
    vertical-align: top
}

.schedule tr:nth-child(odd) {
    background: #fff
}

.schedule tr:nth-child(even) {
    background: #fdfcf7
}

.schedule .schedule_theme strong {
    color: #141414;
    line-height: 22px;
    font-size: 1rem
}

.schedule .schedule_speaker {
    color: #141414
}

.schedule .schedule_speaker i {
    font-size: .875rem;
    line-height: 22px;
    color: grey
}

@media screen and (max-width:47.9375em) {
    .schedule td {
        display: block;
        width: 100%;
        border: 0
    }

    .schedule td:empty {
        display: none
    }

    .schedule tr {
        border-bottom: 1px solid #e3e3e3
    }
}

.slick-slider,
.slick-track {
    height: auto
}

.slick-slider,
.slick-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.slick-dots {
    margin: 1.125rem 0 0;
    text-align: center;
    list-style: none
}

.slick-dots>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .3125rem
}

.slick-dots>li button {
    width: 5px;
    height: 5px;
    background: #e1e1e1;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    outline: 0;
    transition: background .3s ease-in
}

.slick-arrow,
.slick-arrow::after {
    border-radius: 100%;
    position: absolute
}

.slick-dots>li button:hover {
    background: #fb443f
}

.slick-dots>li button:focus {
    background: #00b9ea
}

.slick-dots>li button:active {
    background: #0e323b
}

.slick-dots>li.slick-active button {
    background: #fb443f
}

.slick-arrow {
    width: 42px;
    height: 42px;
    text-align: center;
    transition: all .1s ease-in;
    text-indent: -9999px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fb443f;
    outline: 0;
    z-index: 2
}

.slick-arrow::after {
    box-shadow: inset 0 0 0 1px #fb443f;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: box-shadow .3s
}

.slick-arrow:hover::before {
    color: #fff
}

.slick-arrow:hover::after {
    box-shadow: inset 0 0 0 3rem #fb443f
}

.slick-arrow::before {
    content: "\f100";
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    transition: color .3s;
    display: block;
    padding: 1px;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-indent: 0;
    line-height: 8px
}

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

.slick-arrow.slick-next:before {
    top: 52%
}

.slick-arrow.slick-prev {
    left: 0;
    margin-top: -1px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    transform-origin: 50% 25%
}

.slick-arrow.slick-disabled {
    opacity: .3;
    cursor: auto
}

.experts-slider .column,
.experts-slider .columns {
    outline: 0
}

@media screen and (min-width:48em) {
    .slick-initialized .slick-track {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .slick-initialized .slick-track .slick-slide {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .slick-initialized .slick-track .slick-slide>.flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .slick-initialized .slick-track .slick-slide .tile {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        border-right: 0
    }

    .slick-initialized .slick-track .slick-slide .tile_excerpt {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .experts-slider .column,
    .experts-slider .columns {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .experts-slider .column>a,
    .experts-slider .columns>a,
    .experts-slider .no-flexbox .columns>a {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .experts-slider .column .expert-extended,
    .experts-slider .columns .expert-extended {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        box-orient: vertical;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        width: 100%
    }

    .experts-slider .column .expert-extended .expert_body,
    .experts-slider .columns .expert-extended .expert_body {
        box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        position: relative;
        padding-bottom: 2.625rem
    }

    .experts-slider .column .read-more-wrapper,
    .experts-slider .columns .read-more-wrapper {
        position: absolute;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0
    }

    .experts-slider.related_collapsed-list {
        margin-bottom: -2.5rem
    }

    .experts-slider.related_collapsed-list>.column,
    .experts-slider.related_collapsed-list>.columns,
    .no-flexbox .experts-slider.related_collapsed-list>.columns {
        margin-bottom: 2.5rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {

    .experts-slider .column:last-child,
    .experts-slider .columns:last-child {
        display: none
    }
}

.agenda-slider_inner {
    position: relative
}

.agenda-slider_inner .column,
.agenda-slider_inner .columns {
    margin: -.0625rem 0 0 -.0625rem
}

.agenda-slider_inner .slick-track {
    margin: .0625rem -.0625rem 0 .0625rem
}

@media screen and (min-width:48em) {
    .agenda-slider_inner {
        margin: 0 !important
    }

    .agenda-slider_inner .column,
    .agenda-slider_inner .columns {
        padding: 0
    }
}

@media screen and (min-width:64.0625em) {
    .agenda-slider_inner {
        padding: 0 4.375rem
    }
}

.slideshow {
    margin: 2.1875rem 0
}

.slideshow .caption {
    position: relative;
    padding: .625rem 0;
    margin-bottom: .5625rem;
    text-transform: uppercase;
    font-size: .5rem;
    line-height: 10px;
    font-weight: 600;
    letter-spacing: .025rem;
    color: #0e323b
}

.slideshow .caption::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block
}

.slideshow .slick-arrow.slick-prev {
    left: -35px;
    -webkit-transform: translateX(-100%) rotate(-180deg);
    -ms-transform: translateX(-100%) rotate(-180deg);
    transform: translateX(-100%) rotate(-180deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%
}

.slideshow .slick-arrow.slick-next {
    right: -35px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slideshow .slideshow_nav_item {
    padding: 0 0 .625rem;
    margin: 0 .15625rem
}

.slideshow .slideshow_nav_item img {
    cursor: pointer
}

.slideshow .slideshow_nav_item:first-child {
    margin-left: 0
}

.slideshow .slideshow_nav_item:last-child {
    margin-right: 0
}

.slideshow .slideshow_nav_item.slick-current {
    position: relative
}

.slideshow .slideshow_nav_item.slick-current::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fb443f
}

.slideshow .slick-underline {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fb443f;
    transition: left .3s cubic-bezier(.17, .67, .83, .67)
}

@media screen and (max-width:47.9375em) {
    .slideshow .slideshow_nav .slick-track {
        width: 100% !important
    }
}

@media screen and (min-width:48em) {
    .slideshow {
        margin: 4.375rem 0
    }

    .slideshow .caption {
        padding: 1.125rem 0;
        margin-bottom: 1.125rem;
        font-size: .75rem;
        line-height: 15px
    }

    .slideshow .slideshow_nav_item {
        padding: 0 0 1.25rem
    }

    .slideshow .slick-arrow {
        margin-top: -7.2%
    }
}

.autocomplete-suggestions {
    padding: 0;
    margin-top: -2px;
    overflow-y: scroll;
    box-shadow: 0 0 44px 12px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.autocomplete-suggestions .autocomplete-no-suggestion,
.autocomplete-suggestions .autocomplete-suggestion {
    padding: .625rem .9375rem;
    border: solid #e3e3e3;
    border-width: 0 1px 1px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    transition: background .3s ease-in-out
}

.autocomplete-suggestions .autocomplete-no-suggestion strong,
.autocomplete-suggestions .autocomplete-suggestion strong {
    font-size: inherit;
    color: #fb443f;
    font-weight: 400
}

.autocomplete-suggestions .autocomplete-no-suggestion:first-child,
.autocomplete-suggestions .autocomplete-suggestion:first-child {
    border-top-width: 1px
}

.autocomplete-suggestions .autocomplete-no-suggestion:last-child,
.autocomplete-suggestions .autocomplete-suggestion:last-child {
    border-radius: 0 0 3px 3px
}

.autocomplete-suggestions .autocomplete-no-suggestion.autocomplete-selected,
.autocomplete-suggestions .autocomplete-no-suggestion:hover,
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected,
.autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #fff5f5
}

.autocomplete-suggestions .autocomplete-no-suggestion {
    cursor: not-allowed
}

@media screen and (min-width:48em) and (max-width:64em) {
    .autocomplete-suggestions {
        font-size: 1.125rem
    }
}

@media screen and (min-width:48em) {

    .autocomplete-suggestions .autocomplete-no-suggestion,
    .autocomplete-suggestions .autocomplete-suggestion {
        padding: .75rem .9375rem
    }
}

@media screen and (min-width:64.0625em) {

    .autocomplete-suggestions .autocomplete-no-suggestion,
    .autocomplete-suggestions .autocomplete-suggestion {
        padding: 1.125rem .9375rem;
        font-size: 1.25rem
    }
}

.loader-wrap {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    height: 80px
}

.js-loading .loader-wrap {
    display: block
}

.loader,
.loader:after,
.loader:before {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out
}

.loader {
    color: #fff;
    font-size: 10px;
    margin: auto;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader:after {
    left: 3.5em
}

.loader:after,
.loader:before {
    content: "";
    position: absolute;
    top: 0
}

.input-wrap .loader-wrap.icon {
    height: 55px;
    width: 20px;
    left: auto
}

.input-wrap .loader,
.input-wrap .loader:after,
.input-wrap .loader:before {
    width: 5px;
    height: 5px;
    color: #fb443f
}

.input-wrap .loader:before {
    left: -.5em
}

.input-wrap .loader:after {
    left: .5em
}

@-webkit-keyframes load7 {

    0%,
    100%,
    80% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes load7 {

    0%,
    100%,
    80% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.map {
    position: relative;
    padding-bottom: 93%
}

.map .map-inner {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.map .map-inner img {
    display: block;
    max-width: none
}

.single-agenda .map {
    padding-bottom: 63.045%
}

@media screen and (max-width:47.9375em) {
    .map {
        margin: 3.75rem 0 1.5625rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .single-agenda .map {
        padding-bottom: 93.605%;
        max-height: 300px
    }

    .page-contact .map {
        padding-bottom: 96%
    }
}

.pagination {
    position: relative;
    margin-top: 3.125rem
}

.pagination:empty {
    display: none
}

.pagination>li {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif
}

.pagination>li a,
.pagination>li span {
    padding: 0 .625rem;
    display: block;
    font-size: 1rem;
    color: #0e323b
}

.pagination .pagination-next,
.pagination .pagination-previous {
    text-indent: -9999px
}

.pagination .pagination-next span,
.pagination .pagination-next>a,
.pagination .pagination-previous span,
.pagination .pagination-previous>a {
    position: relative;
    padding: 0;
    width: 2.6875rem;
    height: 2.6875rem;
    border-radius: 100%;
    text-align: center;
    color: #fb443f;
    outline: 0;
    transition: all .1s ease-in
}

.pagination .pagination-next span:before,
.pagination .pagination-next>a:before,
.pagination .pagination-previous span:before,
.pagination .pagination-previous>a:before {
    color: #0e323b;
    font-size: 23px
}

@media screen and (max-width:47.9375em) {

    .pagination .pagination-next span:before,
    .pagination .pagination-next>a:before,
    .pagination .pagination-previous span:before,
    .pagination .pagination-previous>a:before {
        font-size: 15px
    }
}

@media screen and (min-width:48em) {

    .pagination .pagination-next span:after,
    .pagination .pagination-next>a:after,
    .pagination .pagination-previous span:after,
    .pagination .pagination-previous>a:after {
        box-shadow: inset 0 0 0 2px #0e323b
    }
}

.pagination .pagination-next span.pagination-arrow:hover:before,
.pagination .pagination-next>a.pagination-arrow:hover:before,
.pagination .pagination-previous span.pagination-arrow:hover:before,
.pagination .pagination-previous>a.pagination-arrow:hover:before,
a:hover .pagination .pagination-next span:before,
a:hover .pagination .pagination-next>a:before,
a:hover .pagination .pagination-previous span:before,
a:hover .pagination .pagination-previous>a:before {
    color: #fff
}

.pagination .pagination-next span.pagination-arrow:hover:after,
.pagination .pagination-next>a.pagination-arrow:hover:after,
.pagination .pagination-previous span.pagination-arrow:hover:after,
.pagination .pagination-previous>a.pagination-arrow:hover:after,
a:hover .pagination .pagination-next span:after,
a:hover .pagination .pagination-next>a:after,
a:hover .pagination .pagination-previous span:after,
a:hover .pagination .pagination-previous>a:after {
    box-shadow: inset 0 0 0 3rem #fb443f
}

.pagination .pagination-next span.pagination-arrow:focus:before,
.pagination .pagination-next>a.pagination-arrow:focus:before,
.pagination .pagination-previous span.pagination-arrow:focus:before,
.pagination .pagination-previous>a.pagination-arrow:focus:before,
a:focus .pagination .pagination-next span:before,
a:focus .pagination .pagination-next>a:before,
a:focus .pagination .pagination-previous span:before,
a:focus .pagination .pagination-previous>a:before {
    color: #0e323b
}

.pagination .pagination-next span.pagination-arrow:focus:after,
.pagination .pagination-next>a.pagination-arrow:focus:after,
.pagination .pagination-previous span.pagination-arrow:focus:after,
.pagination .pagination-previous>a.pagination-arrow:focus:after,
a:focus .pagination .pagination-next span:after,
a:focus .pagination .pagination-next>a:after,
a:focus .pagination .pagination-previous span:after,
a:focus .pagination .pagination-previous>a:after {
    box-shadow: inset 0 0 0 1px #00b9ea
}

@media screen and (min-width:48em) {

    .pagination .pagination-next span.pagination-arrow:focus:after,
    .pagination .pagination-next>a.pagination-arrow:focus:after,
    .pagination .pagination-previous span.pagination-arrow:focus:after,
    .pagination .pagination-previous>a.pagination-arrow:focus:after,
    a:focus .pagination .pagination-next span:after,
    a:focus .pagination .pagination-next>a:after,
    a:focus .pagination .pagination-previous span:after,
    a:focus .pagination .pagination-previous>a:after {
        box-shadow: inset 0 0 0 2px #00b9ea
    }
}

.pagination .pagination-next span.pagination-arrow:active:after,
.pagination .pagination-next>a.pagination-arrow:active:after,
.pagination .pagination-previous span.pagination-arrow:active:after,
.pagination .pagination-previous>a.pagination-arrow:active:after,
.scroll-to-top .icon-circle::after,
a:active .pagination .pagination-next span:after,
a:active .pagination .pagination-next>a:after,
a:active .pagination .pagination-previous span:after,
a:active .pagination .pagination-previous>a:after {
    box-shadow: inset 0 0 0 3rem #0e323b
}

.pagination .pagination-next span.pagination-arrow:active:before,
.pagination .pagination-next>a.pagination-arrow:active:before,
.pagination .pagination-previous span.pagination-arrow:active:before,
.pagination .pagination-previous>a.pagination-arrow:active:before,
a:active .pagination .pagination-next span:before,
a:active .pagination .pagination-next>a:before,
a:active .pagination .pagination-previous span:before,
a:active .pagination .pagination-previous>a:before {
    color: #fff
}

.pagination .pagination-next.disabled span::after,
.pagination .pagination-next.disabled span:hover::after,
.pagination .pagination-next.disabled>a::after,
.pagination .pagination-next.disabled>a:hover::after,
.pagination .pagination-previous.disabled span::after,
.pagination .pagination-previous.disabled span:hover::after,
.pagination .pagination-previous.disabled>a::after,
.pagination .pagination-previous.disabled>a:hover::after {
    box-shadow: inset 0 0 0 1px #0e323b
}

.pagination .pagination-next span::after,
.pagination .pagination-next>a::after,
.pagination .pagination-previous span::after,
.pagination .pagination-previous>a::after {
    content: "";
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: box-shadow .3s;
    border-radius: 100%
}

.pagination .pagination-next span::before,
.pagination .pagination-next>a::before,
.pagination .pagination-previous span::before,
.pagination .pagination-previous>a::before {
    content: '\f100';
    position: absolute;
    z-index: 1;
    text-indent: 0;
    display: block;
    padding: 1px;
    font-family: kwr-icons;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: color .3s
}

.did-you-mean a:after,
.note-link::before,
.pagination .current span::after {
    content: ""
}

.pagination .pagination-next::after,
.pagination .pagination-previous::before {
    display: none
}

.pagination .pagination-next.disabled span:hover::before,
.pagination .pagination-next.disabled>a:hover::before,
.pagination .pagination-previous.disabled span:hover::before,
.pagination .pagination-previous.disabled>a:hover::before {
    color: #0e323b
}

.pagination .pagination-next {
    margin-left: 1.25rem
}

.pagination .pagination-previous {
    margin-right: 1.25rem
}

.pagination .pagination-previous span,
.pagination .pagination-previous>a {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.pagination .current {
    padding: 0;
    background: 0 0;
    color: #0e323b
}

.pagination .current span {
    position: relative
}

.pagination .current span::after {
    position: absolute;
    display: block;
    height: 0;
    width: 60%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 2px solid #fb443f
}

.pagination .disabled {
    padding: 0;
    opacity: .3
}

.pagination .custom-select {
    margin: -4px 9px 0
}

.pagination .custom-select .js-custom-select-val {
    padding: 2px;
    width: 50px !important;
    height: 32px
}

.pagination .custom-select .js-custom-select-val span {
    padding: 0 4px;
    font-size: 15px
}

.pagination .custom-select .js-custom-select-val .js-custom-select-icon {
    right: 0;
    width: 24px
}

.pagination .custom-select .js-custom-select-val .js-custom-select-icon:before {
    left: 8px
}

.pagination .custom-select .js-custom-select-val .js-custom-select-icon:after {
    right: 13px
}

.pagination .custom-select .js-custom-select-val .js-custom-select-icon:after,
.pagination .custom-select .js-custom-select-val .js-custom-select-icon:before {
    width: 9px;
    height: 1px;
    background: #0e323b
}

.pagination .custom-select .js-custom-select-choices {
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, .25)
}

.pagination .custom-select .js-custom-select-choices li {
    display: block;
    border: none;
    padding: 6px 2px 2px;
    text-align: center;
    margin: 0;
    border-radius: 0;
    color: #0e323b;
    font-size: 18px;
    line-height: 30px
}

.pagination .custom-select .js-custom-select-choices li:hover {
    background-color: #bfedfa
}

@media screen and (max-width:47.9375em) {
    .pagination .pagination-previous {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: -.5625rem
    }

    .pagination .pagination-next {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: -.5625rem
    }
}

@media screen and (min-width:48em) {

    .pagination>li a,
    .pagination>li span {
        font-size: 1.125rem
    }

    .pagination>li.pagination-previous {
        margin-right: 1.625rem
    }

    .pagination>li.pagination-next {
        margin-left: 1.625rem
    }
}

@media screen and (min-width:48em) and (max-width:64em) {
    .pagination {
        margin-top: 3.125rem
    }
}

@media screen and (min-width:64.0625em) {
    .pagination {
        margin-top: 3.75rem
    }
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 5px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-light.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-light.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.scroll-to-top {
    position: fixed;
    top: 10px;
    right: 50%;
    margin-right: -13px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 1s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
    z-index: 999
}

.scroll-to-top .icon-circle {
    color: #fff;
    height: 26px;
    width: 26px;
    cursor: pointer;
    font-size: .75rem
}

.scroll-to-top .icon-circle:hover::before,
.scroll-to-top.js-over-footer .icon-circle {
    color: #0e323b
}

.scroll-to-top .icon-circle:hover::after {
    box-shadow: inset 0 0 0 2px #0e323b
}

.scroll-to-top .icon-circle::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg)
}

.scroll-to-top.js-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.scroll-to-top.js-over-footer .icon-circle::after {
    box-shadow: inset 0 0 0 3rem #fff
}

.scroll-to-top.js-over-footer .icon-circle:hover::before {
    color: #fff
}

.scroll-to-top.js-over-footer .icon-circle:hover::after {
    box-shadow: inset 0 0 0 2px #fff
}

@media screen and (min-width:48em) {
    .scroll-to-top {
        top: auto;
        bottom: 50px;
        right: 20px;
        margin-right: 0
    }

    .scroll-to-top .icon-circle {
        height: 52px;
        width: 52px;
        font-size: 1.5625rem
    }
}

@media screen and (min-width:48em) and (min-width:90em) {
    .scroll-to-top {
        right: 10%
    }
}

.note {
    display: none
}

.note-link {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding-right: 1.875rem;
    margin-right: .3125rem;
    border: 0 !important;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: inherit;
    user-select: none;
    transition: color .2s ease
}

@media screen and (-ms-high-contrast:none) {
    .note-link {
        margin-left: 10px
    }
}

@supports (-ms-ime-align:auto) {
    .note-link {
        margin-left: 10px
    }
}

.note-link::before {
    position: absolute;
    right: 0;
    top: 7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #fb443f
}

.note-link::after {
    padding: 1px;
    font-family: kwr-icons;
    font-weight: 400;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\f112";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 8px;
    line-height: 12px;
    width: 14px;
    text-align: right;
    font-size: .75rem;
    color: #fb443f;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.note-link.js-active {
    color: #fb443f
}

.note-link.js-active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 10px
}

.note-link.js-active+.note {
    position: relative;
    display: block;
    z-index: 0;
    padding: 2.5rem 1.875rem;
    margin: 2.5rem 0 1.875rem;
    background: #f9f5ed;
    font-size: 1.125rem;
    line-height: 26px;
    color: #646464
}

.note-link.js-active+.note::after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

/* .note-link.js-active+.note .arrow {
    display: block;
    content: url(../assets/round-arrow-yellow.svg);
    position: absolute;
    top: -17px;
    width: 90px;
    height: 24px;
    z-index: 1
} */

.note-link.js-active+.note img {
    float: left;
    margin: .4375rem 1.875rem .625rem 0
}

@media screen and (min-width:64.0625em) {
    .note-link.js-active+.note .background {
        display: none
    }
}

@media screen and (max-width:64em) {
    .note-link::after {
        bottom: 3px
    }

    .note-link.js-active+.note {
        padding: 2.5rem 0;
        margin: 1.875rem 0
    }

    .note-link.js-active+.note .arrow {
        top: -14px;
        width: 90px;
        height: 20px
    }

    .note-link.js-active+.note .background {
        position: absolute;
        top: 0;
        left: -50%;
        z-index: -1;
        width: 200vw;
        height: 100%;
        background: #f9f5ed
    }
}

@media screen and (max-width:47.9375em) {
    .note-link::before {
        top: 0
    }

    .note-link.js-active+.note {
        padding: 2.1875rem 1.875rem;
        margin: 1.875rem 0
    }

    .note-link.js-active+.note img {
        margin: 0 0 1.875rem;
        width: 100%
    }
}

.js-excerpt {
    overflow: hidden
}

.card-with-border {
    margin: 2.5rem 0;
    padding: 40px 18px;
    border: 1px solid #e6e6e6;
    border-left: 2px solid #fb443f
}

.card-with-border p {
    color: #3c3c3c
}

@media screen and (max-width:47.9375em) {
    .card-with-border .info-list {
        margin-bottom: 1.25rem
    }
}

@media screen and (min-width:48em) {
    .card-with-border .info-list .info-list_value {
        padding-right: 2.5rem;
        font-size: 1rem;
        color: #3c3c3c
    }

    .article-quote .source-info li.full {
        width: 50%
    }
}

.card-with-border .button {
    min-width: 13.125rem
}

.article-quote {
    padding: 2.375rem 1.4375rem !important;
    border: 1px solid #e1e1e1 !important;
    max-width: 100%
}

.article-quote:before {
    background-color: #fb443f !important
}

.article-quote h2 {
    font-size: 1.3125rem;
    letter-spacing: -.5px;
    line-height: 1.5;
    margin: 0 0 .75rem;
    padding-right: 10.625rem
}

.article-quote p {
    color: #3c3c3c;
    font-size: 1rem !important;
    line-height: 1.65;
    margin-bottom: .875rem !important
}

.article-quote .source-info {
    font-size: 1rem;
    list-style: none;
    margin-bottom: .625rem
}

.article-quote .source-info li {
    display: inline-block;
    text-indent: 0;
    padding: 0 2.625rem 0 0;
    margin-bottom: 16px
}

.article-quote .source-info li:before {
    content: '';
    display: none
}

.article-quote .source-info label {
    font-size: .75rem;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    line-height: 1.4
}

.article-quote .button {
    margin-bottom: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.article-quote .button+.button {
    font-weight: 800;
    letter-spacing: .7px
}

@media screen and (max-width:47.9375em) {
    .article-quote .button+.button {
        margin-top: .375rem
    }
}

.translation.js-loading {
    pointer-events: none
}

@media screen and (min-width:48em) {
    .article-quote .button+.button {
        margin-left: .375rem
    }

    .anchor-search-form {
        margin: -57px auto -6px;
        box-shadow: 0 6px 70px rgba(0, 0, 0, .1)
    }
}

.anchor-search-form .caption {
    font-size: 1.25rem;
    line-height: 2.9
}

.anchor-search-form .search-field {
    position: relative
}

.anchor-search-form form {
    position: relative;
    z-index: 1;
    background: #fff;
    border-top: 2px solid #f44;
    padding: 1.5625rem 3.5rem 1.5625rem 3.125rem
}

@media screen and (min-width:48em) and (max-width:64em) {
    .anchor-search-form .caption {
        font-size: 1.125rem
    }

    .anchor-search-form form {
        padding-left: 1.5625rem;
        padding-right: 1.5625rem
    }
}

@media screen and (max-width:47.9375em) {
    .anchor-search-form form {
        padding: 0 .625rem .375rem;
        border-top: none
    }
}

.anchor-search-form form input[type=text] {
    border-width: 2px;
    height: 3.75rem
}

.anchor-search-form form button[type=submit] {
    font-size: 0;
    position: absolute;
    top: 1.0625rem;
    right: 1.0625rem
}

.anchor-search-form form button[type=submit]:before {
    display: block;
    color: #f44;
    font-size: 1.5rem
}

.did-you-mean a:hover,
.search-form-header .loader-wrap .loader {
    color: #fb443f
}

.anchor-tile {
    margin-bottom: .6875rem
}

.anchor-tile .word {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: -.3px;
    word-break: break-all
}

.anchor-tile .content {
    padding-top: .375rem
}

.anchor-tile .content p {
    font-size: .875rem;
    line-height: 1.75
}

.search-form-header {
    position: relative
}

.search-form-header.is-focused .res-suggestions {
    display: block
}

.search-form-header.is-focused .custom-select {
    display: block
}

.search-form-header .loader-wrap {
    top: 70%;
    left: auto;
    right: 20%
}

@media screen and (max-width:47.9375em) {
    .anchor-tile .content {
        padding-top: .125rem
    }

    .search-form-header {
        margin: .75rem 0 .625rem
    }

    .search-form-header.is-focused .search-suggestions.sugesstions-showing:not(:empty) {
        padding-bottom: 3.125rem;
        overflow: auto;
        background-color: #fff;
        height: calc(100vh - 129px)
    }

    .search-form-header .loader-wrap {
        right: 0
    }
}

.search-form-header .loader-wrap .loader,
.search-form-header .loader-wrap .loader:after,
.search-form-header .loader-wrap .loader:before {
    width: 1rem;
    height: 1rem
}

.search-form-header.resizable.is-focused:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(14, 50, 59, .3)
}

.search-form-header .res-suggestions {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 1;
    margin: 12px 0 0
}

.search-form-header form {
    position: relative;
    z-index: 2
}

@media screen and (max-width:47.9375em) {
    .search-form-header .res-suggestions {
        margin-top: 3.25rem;
        left: -.625rem;
        right: -.625rem;
        width: auto
    }
}

.search-form-header .search-suggestions {
    margin: 0
}

.search-form-header .search-suggestions .see-all {
    display: none
}

@media screen and (max-width:47.9375em) {
    .search-form-header .search-suggestions .see-all {
        display: block;
        text-align: center;
        padding: 20px;
        background: #fff
    }

    .search-form-header .search-suggestions .see-all .see-all-link {
        font: 600 10px/21px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
        text-transform: uppercase;
        color: #fb443f;
        letter-spacing: .05rem;
        border-bottom: 1px solid #fb443f;
        border-radius: 0
    }
}

.search-form-header .search-input {
    border: 1px solid #b2b2b2;
    border-radius: 1000px;
    max-width: 100%;
    background-color: #fff
}

.search-form-header .search-input::-webkit-input-placeholder {
    color: #0e323b;
    font-family: "Mate"
}

.search-form-header .search-input:-ms-input-placeholder {
    color: #0e323b;
    font-family: "Mate"
}

.search-form-header .search-input::placeholder {
    color: #0e323b;
    font-family: "Mate"
}

.did-you-mean,
.lang-switcher,
.search-content .search-result.expert-result h4,
.search-suggestions .no-suggestions,
.search-suggestions .suggestion {
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif
}

@media screen and (max-width:64em) {
    .search-form-header .search-input {
        height: 2rem
    }
}

.search-form-header .select-type {
    display: none;
    width: 132px;
    position: absolute;
    top: 0;
    right: 35px
}

@media screen and (min-width:48em) {
    .search-form-header .select-type:before {
        content: '';
        position: absolute;
        top: 10px;
        left: -14px;
        width: 1px;
        height: 20px;
        background: #0e323b
    }
}

@media screen and (min-width:48em) and (min-width:48em) and (max-width:64em) {
    .search-form-header .select-type:before {
        top: .375rem
    }
}

@media screen and (max-width:47.9375em) {
    .search-form-header .select-type {
        width: auto;
        position: absolute;
        top: auto;
        margin-top: 11px;
        left: -.625rem;
        right: -.625rem;
        background: #0e323b
    }
}

.search-form-header .select-type .js-custom-select-val {
    color: #0e323b;
    font-size: 14px;
    border: none;
    height: 38px;
    width: 160px;
    background: 0 0
}

@media screen and (min-width:48em) and (max-width:64em) {
    .search-form-header .select-type .js-custom-select-val {
        height: 2rem;
        padding: 0 .625rem
    }
}

@media screen and (max-width:47.9375em) {
    .search-form-header .select-type .js-custom-select-val {
        height: 41px;
        color: #fff !important;
        width: 100%
    }
}

.search-form-header .select-type .js-custom-select-icon {
    background: 0 0
}

.search-form-header .select-type .js-custom-select-icon:before {
    left: 10px
}

.search-form-header .select-type .js-custom-select-icon:after {
    right: 10px
}

.search-form-header .select-type .js-custom-select-icon:after,
.search-form-header .select-type .js-custom-select-icon:before {
    width: 6px
}

.search-form-header .select-type .js-custom-select-choices {
    top: 3.25rem !important;
    box-shadow: none;
    margin-left: -.8125rem;
    margin-right: -2.25rem;
    border-radius: 0 0 5px 5px
}

@media screen and (max-width:47.9375em) {

    .search-form-header .select-type .js-custom-select-icon:after,
    .search-form-header .select-type .js-custom-select-icon:before {
        background: #fff
    }

    .search-form-header .select-type .js-custom-select-choices {
        top: auto !important
    }
}

.search-form-header .select-type .js-custom-select-choices li {
    color: #0e323b;
    font-size: 14px;
    padding: 1.125rem 1.1875rem 1rem
}

.search-form-header .select-type .js-custom-select-choices li:hover {
    background: #edfafe
}

.search-form-header .select-type .js-custom-select-choices li:last-child {
    border-radius: 0 0 5px 5px
}

.search-form-header .select-type .js-custom-select-choices li.selected {
    color: #9d9d9d;
    background-color: #dcdcdc
}

.search-form-header #trigger-mobile-search,
.search-form-header .search-btn {
    position: absolute;
    top: 0;
    right: 0
}

.search-form-header #trigger-mobile-search:before,
.search-form-header .search-btn:before {
    content: '';
    position: absolute;
    top: .0625rem;
    bottom: .0625rem;
    left: .0625rem;
    right: .0625rem;
    background: #fff;
    border-radius: 100%
}

.search-form-header .mobile-search-input-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.search-form-header .mobile-search-input-box .mobile-search-input {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.search-form-header .mobile-search-input-box #close-mobile-search {
    padding: 0 13px 0 23px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.did-you-mean .did-you-mean-query:empty,
.search-top-filter .custom-select .js-custom-select-choices li.pseudo-element {
    display: none
}

.search-form-header .mobile-search-input-box #close-mobile-search .icon-close {
    color: #0e323b;
    margin-left: 14px;
    font-size: 20px
}

.did-you-mean {
    text-align: left;
    font-size: 1rem;
    position: relative;
    z-index: 10;
    background: #fff
}

.did-you-mean .did-you-mean-query {
    padding: 10px 1.875rem;
    border-bottom: 1px solid #e3e3e3
}

.did-you-mean .did-you-mean-query.did-you-mean-simple {
    border: none;
    padding: 0;
    margin-bottom: 1.25rem
}

.did-you-mean a {
    padding: 0 8px;
    position: relative;
    margin-left: -.25rem
}

.did-you-mean a:after {
    position: absolute;
    bottom: 0;
    width: calc(100% - 16px);
    left: .5rem;
    border-bottom: 1px solid #fb443f
}

.project-research-filter ul label:after,
.tags-list-results:after {
    left: 0;
    content: "";
    position: absolute
}

.did-you-mean a:focus {
    border: 1px solid #00b9ea;
    border-radius: 1.0625rem;
    margin-left: .375rem
}

.did-you-mean a:focus:after {
    content: none
}

@media screen and (max-width:47.9375em) {
    .did-you-mean .did-you-mean {
        font-size: .875rem
    }

    .did-you-mean .did-you-mean .did-you-mean-query {
        padding: 10px
    }
}

.search-suggestions {
    box-shadow: 0 0 44px 12px rgba(0, 0, 0, .1);
    text-align: left;
    list-style: none
}

.search-suggestions li:last-child .suggestion {
    border-radius: 0 0 5px 5px
}

.search-suggestions .no-suggestions,
.search-suggestions .suggestion {
    display: table;
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 1.4375rem 1.875rem;
    border: solid #e3e3e3;
    border-width: 0 1px 1px;
    background-color: #fff
}

@media screen and (max-width:47.9375em) {

    .search-suggestions .no-suggestions,
    .search-suggestions .suggestion {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 60px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 19px 8px
    }
}

.search-suggestions .no-suggestions:hover,
.search-suggestions .suggestion:hover {
    background-color: #edfafe
}

.search-suggestions .no-suggestions:hover .icon,
.search-suggestions .suggestion:hover .icon {
    color: #0e323b
}

.search-suggestions .no-suggestions .title,
.search-suggestions .no-suggestions .type,
.search-suggestions .suggestion .title,
.search-suggestions .suggestion .type {
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:47.9375em) {

    .search-suggestions .no-suggestions .title,
    .search-suggestions .no-suggestions .type,
    .search-suggestions .suggestion .title,
    .search-suggestions .suggestion .type {
        display: block;
        width: 50%;
        padding: 0
    }

    .search-suggestions .no-suggestions .icon:before,
    .search-suggestions .suggestion .icon:before {
        font-size: 22px
    }
}

.search-suggestions .no-suggestions .title,
.search-suggestions .suggestion .title {
    width: 60%;
    color: #0e323b;
    line-height: 1.4;
    padding-right: 1.875rem
}

.search-suggestions .no-suggestions .type,
.search-suggestions .suggestion .type {
    width: 40%;
    color: grey
}

.search-suggestions .no-suggestions .icon,
.search-suggestions .suggestion .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    height: auto;
    color: #e3e3e3
}

.search-suggestions .no-suggestions h6,
.search-suggestions .suggestion h6 {
    margin-bottom: 0
}

@media screen and (min-width:48em) {
    .search-top-filter {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
        background-color: #0e323b
    }
}

.search-top-filter h3 {
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.8;
    margin-bottom: 0
}

@media screen and (max-width:47.9375em) {
    .search-top-filter h3 {
        font-size: 1.75rem;
        line-height: 1.4;
        text-align: center;
        padding: 2.25rem;
        background-color: #0e323b
    }
}

.search-top-filter .custom-select .js-custom-select.js-open .js-custom-select-val {
    border-bottom: transparent
}

.search-top-filter .custom-select .js-custom-select.large .js-custom-select-val span {
    margin-top: 0;
    padding: 0 .5rem
}

@media screen and (max-width:47.9375em) {
    .search-top-filter .custom-select .js-custom-select.large .js-custom-select-val {
        height: 50px;
        font-size: 1.125rem;
        color: #0e323b
    }

    .search-top-filter .custom-select .js-custom-select.large .js-custom-select-val span {
        padding: 0
    }

    .search-top-filter .custom-select .js-custom-select.search-category .js-custom-select-choices {
        max-height: 310px
    }
}

.search-top-filter .custom-select .js-custom-select-choices {
    top: auto !important
}

.search-top-filter .custom-select .js-custom-select-choices li:hover {
    background: #edfafe
}

.search-top-filter .custom-select .js-custom-select-choices li.order {
    color: #0e323b;
    font-size: 1.125rem
}

@media screen and (max-width:47.9375em) {
    .search-top-filter .custom-select .js-custom-select-choices li.order {
        padding: 1.125rem .625rem
    }
}

.search-top-filter .custom-select .js-custom-select-choices li.type {
    color: #b2b2b2;
    border-top: none;
    border-bottom: none
}

@media screen and (min-width:64.0625em) {
    .search-top-filter .custom-select .js-custom-select.large .js-custom-select-val {
        height: 3.4375rem
    }

    .search-top-filter .custom-select .js-custom-select-choices li.order {
        padding: 1.0625rem 1.1875rem
    }

    .search-top-filter .custom-select .js-custom-select-choices li.type {
        padding: .3125rem 1.125rem .375rem
    }
}

.search-top-filter .custom-select .js-custom-select-choices li.type.last {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3e3e3
}

.search-top-filter .custom-select .js-custom-select-icon:after,
.search-top-filter .custom-select .js-custom-select-icon:before {
    background: #fb443f
}

.search-content {
    padding: 2.25rem 0
}

.search-content h3.section-title {
    font-size: 1.75rem;
    margin-bottom: 1.375rem
}

.search-content .search-result {
    margin-bottom: 1.3125rem
}

.search-content .search-result span.type,
.search-content .search-result time {
    font-size: .875rem;
    text-transform: uppercase
}

.search-content .search-result h4 {
    font-size: 1.25rem;
    margin-bottom: 0
}

.search-content .search-result h4 strong,
.search-content .search-result p strong {
    display: inline-block;
    font-weight: 400;
    background: #ccf1fa
}

.search-content .search-result .thumbnail-column {
    width: 4.625rem
}

@media screen and (max-width:47.9375em) {
    .search-content .search-result .thumbnail-column {
        width: 24%
    }

    .search-content .search-result .expert-name-wrap {
        width: 76%
    }
}

.search-content .search-result .expert-thumbnail {
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 100%
}

.search-content .search-result .expert-name-wrap,
.search-content .search-result .thumbnail-column {
    padding-left: .625rem;
    padding-right: .625rem
}

.search-content .search-result .expert-name-wrap>i:not(:last-child)::after,
.search-content .search-result .thumbnail-column>i:not(:last-child)::after {
    content: "|";
    margin: 0 .375rem 0 .625rem
}

.search-content .search-result.expert-result {
    margin-bottom: 1.625rem
}

.search-content .search-result.expert-result h4 {
    font-size: 1.125rem;
    line-height: 1.2;
    padding-top: .5rem
}

.search-content .search-result.expert-result i {
    font-size: 1.125rem
}

.search-content .more-results {
    margin-bottom: 1.25rem
}

.search-content hr {
    margin-bottom: 2.9375rem
}

@media screen and (max-width:47.9375em) {
    .search-content .more-results {
        padding: .75rem 1.25rem;
        font-size: .875rem
    }

    .category-fix-on-mobile,
    .header {
        transition: top .4s ease-in-out
    }

    .fixed-header .nav-up {
        top: -98px
    }

    .category-fix-on-mobile.fixed,
    .header {
        position: fixed;
        width: 100%;
        top: 0
    }

    .header {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .category-fix-on-mobile.fixed.with-header {
        top: 98px
    }

    body:not(.fixed-header) .cookie-bar:not(.hide)+header {
        margin-top: 1.875rem
    }

    .search-filter:not(.no-positioning) {
        margin-top: 30px
    }

    .search-filter div.input-wrapper {
        padding: 0
    }

    .search-filter div.input-wrapper .button {
        transition: all .3s;
        right: 0
    }
}

.search-filter.no-positioning .input-wrapper {
    padding: 0
}

.search-filter.no-positioning .input-wrapper input[type=text] {
    font-size: 18px;
    height: 54px
}

.search-filter.no-positioning .input-wrapper input[type=text]::-webkit-input-placeholder {
    color: #7c7c7c
}

.search-filter.no-positioning .input-wrapper input[type=text]:-ms-input-placeholder {
    color: #7c7c7c
}

.search-filter.no-positioning .input-wrapper input[type=text]::placeholder {
    color: #7c7c7c
}

.search-filter.no-positioning .input-wrapper .button {
    font-size: 18px;
    padding: 6px 13px;
    letter-spacing: .6px;
    font-weight: 600
}

.search-filter.no-positioning .input-wrapper .button .icon {
    font-size: 1.4375rem;
    height: 1.6875rem;
    -webkit-transform: translate(-3px, 1px);
    -ms-transform: translate(-3px, 1px);
    transform: translate(-3px, 1px);
    margin-right: -4px
}

@media screen and (min-width:48em) {
    .search-filter:not(.no-positioning) {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 28px;
        z-index: 99
    }

    .search-filter.no-positioning .input-wrapper .button {
        padding: 6px 19px
    }

    .search-filter.no-positioning .input-wrapper .button .icon {
        -webkit-transform: translate(-9px, 1px);
        -ms-transform: translate(-9px, 1px);
        transform: translate(-9px, 1px)
    }

    .search-filter.filter-tags .button.button-alert {
        border-radius: .1875rem
    }
}

.js-loading .search-filter button.button {
    opacity: .6;
    pointer-events: none
}

.search-filter.search-filter-tag {
    padding: 2rem 0 2.4375rem
}

.search-filter.search-filter-tag input::-webkit-input-placeholder {
    color: #7c7c7c
}

.search-filter.search-filter-tag input:-ms-input-placeholder {
    color: #7c7c7c
}

.search-filter.search-filter-tag input::placeholder {
    color: #7c7c7c
}

@media screen and (max-width:47.9375em) {
    .search-filter.search-filter-tag {
        padding: 1.5625rem 0 1.25rem
    }

    .search-filter.search-filter-tag .input-wrapper .button {
        width: 7.8125rem
    }

    .search-filter.search-filter-tag.small-padding {
        padding: .4375rem 0 .25rem
    }

    .search-filter.search-filter-tag.small-padding+hr {
        margin-bottom: 2.3125rem
    }

    .search-filter.search-filter-tag.small-padding~.search-filter {
        padding-bottom: .4375rem
    }

    .search-filter.filter-tags .categories-filter {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .search-filter.filter-tags .categories-filter>.columns:first-child {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: calc(100% - 125px)
    }

    .search-filter.filter-tags .categories-filter>.columns:last-child {
        width: 7.8125rem;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .search-filter.filter-tags .categories-filter>.columns:last-child .button {
        width: 100%
    }
}

@media screen and (max-width:64em) {
    .search-filter.filter-tags>.row {
        margin: 0
    }
}

.search-filter.filter-tags .custom-select .js-custom-select.large .js-custom-select-val {
    height: 3.375rem;
    padding: .4375rem .9375rem;
    line-height: 1.9
}

.search-filter.filter-tags .custom-select .js-custom-select.large span {
    color: #646464;
    font-size: 1.125rem
}

.search-filter.filter-tags button.disabled {
    pointer-events: none
}

.search-filter.filter-tags .button.button-alert {
    padding: 17px 22px;
    letter-spacing: .6px;
    font-size: 1.125rem;
    font-weight: 600
}

.search-filter .input-wrapper {
    padding: 0 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.search-filter .input-wrapper input[type=text] {
    font-size: 21px;
    height: 58px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.search-filter .button {
    font-size: 21px;
    margin-top: 0;
    padding: 6px 13px;
    border-color: grey;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    white-space: nowrap
}

@media screen and (min-width:48em) {
    .search-filter .button {
        padding: 6px 38px
    }
}

@media screen and (max-width:47.9375em) {
    .project-updated .tile-project .tile-excerpt {
        padding: 1.5rem 1.25rem
    }

    .project-updated .tile-project .tile_excerpt_content p {
        display: none
    }

    .project-updated .tile-project .post-title {
        font-size: 1.25rem;
        line-height: 1.5;
        margin-bottom: .75rem
    }

    .project-updated .tile-project .category {
        margin-bottom: 1.25rem
    }

    .project-updated .tile-project .category img {
        width: 2rem;
        height: 2rem;
        margin-right: .375rem
    }

    .project-updated .tile-project .category span {
        font-size: .875rem
    }

    .project-updated .tile-project .tile_link {
        margin-bottom: .5625rem
    }

    .project-updated .tile-project .read-more-wrapper .icon {
        width: 2.3125rem;
        height: 2.3125rem
    }

    .project-updated .tile-project .read-more-wrapper .icon:before {
        margin-top: 1px;
        font-size: 21px
    }

    .project-updated .tile-project .read-more-wrapper span {
        font-size: .875rem
    }
}

.tags-list-results {
    position: relative
}

.tags-list-results:after {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
    z-index: 99;
    display: none
}

.tags-list-results.js-loading:after {
    display: block
}

.tags-list-results.js-loading .loader-wrap {
    display: block !important
}

.tags-list-results .loader-wrap {
    top: 143px;
    z-index: 99;
    display: none !important
}

.tags-list-results .loader-wrap .loader {
    color: #0e323b
}

.categories-filter.margin {
    margin-bottom: 40px
}

.categories-filter .button {
    font-size: 1.25rem;
    padding: .8125rem 2.875rem
}

@media screen and (min-width:48em) and (max-width:64em) {
    .categories-filter label {
        margin: .625rem 0 .3125rem
    }

    .categories-filter .button {
        margin-top: 2.5rem
    }
}

@media screen and (min-width:64.0625em) {
    .categories-filter .button {
        padding: 1.125rem 2.875rem;
        margin-top: 2.125rem
    }
}

.categories-filter .counter {
    padding: 4.375rem 0 0
}

@media screen and (min-width:64.0625em) and (max-width:89.9375em) {
    .categories-filter .counter h3 {
        font-size: 2rem
    }
}

.lang-switcher span {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: .875rem;
    font-weight: 600
}

.lang-switcher span.switch-label {
    margin-right: 1rem;
    color: #86989d;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 18px;
    text-transform: none
}

.lang-switcher .switch-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6.875rem;
    line-height: 20px
}

.lang-switcher .switch-wrapper .active {
    border-bottom: 1px solid;
    color: #00b9ea
}

.lang-switcher .language-radio {
    margin: 0 .625rem
}

.header-lang-switcher .lang-switcher {
    margin-bottom: 0;
    margin-right: 1.875rem
}

.header-lang-switcher .lang-switcher a {
    border: none
}

.header-lang-switcher .lang-switcher span:not(.active) {
    color: #0e323b
}

.header-lang-switcher .switcher:before {
    background: #0e323b
}

.header-lang-switcher .switch-label {
    display: none
}

.section-socials a:active .icon-circle {
    color: #fff
}

.section-socials a:active .icon-circle:after {
    box-shadow: inset 0 0 0 3rem #0e323b
}

.section-socials a:focus {
    outline: 0
}

.section-socials a:focus .icon-circle {
    color: #0e323b
}

.section-socials a:hover .icon-circle,
a.read-more-wrapper:hover .icon:before {
    color: #fff
}

.section-socials a:focus .icon-circle:after {
    box-shadow: inset 0 0 0 1px #00b9ea
}

.section-socials a:hover .icon-circle:after {
    box-shadow: inset 0 0 0 3rem #fb443f
}

.read-more-wrapper {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.read-more-wrapper.no-center {
    width: auto;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.read-more-wrapper span {
    margin-left: 8px;
    font-size: 14px
}

.read-more-wrapper .icon {
    margin-top: 0;
    width: 40px;
    height: 40px
}

.read-more-wrapper .icon:before {
    font-size: 23px
}

@media screen and (max-width:47.9375em) {
    .read-more-wrapper .icon:before {
        font-size: 15px
    }
}

.read-more-wrapper .icon:after {
    box-shadow: inset 0 0 0 1px #0e323b
}

@media screen and (min-width:48em) {
    .read-more-wrapper .icon:after {
        box-shadow: inset 0 0 0 2px #0e323b
    }
}

a.read-more-wrapper:hover .icon:after {
    box-shadow: inset 0 0 0 3rem #fb443f
}

a.read-more-wrapper:focus {
    outline: 0
}

a.read-more-wrapper:focus .icon:before {
    color: #0e323b
}

a.read-more-wrapper.white .icon:before,
a.read-more-wrapper.white:focus .icon:before,
a.read-more-wrapper.white:hover .icon:before,
a.read-more-wrapper:active .icon:before {
    color: #fff
}

a.read-more-wrapper:focus .icon:after {
    box-shadow: inset 0 0 0 1px #00b9ea
}

@media screen and (min-width:48em) {
    a.read-more-wrapper:focus .icon:after {
        box-shadow: inset 0 0 0 2px #00b9ea
    }
}

a.read-more-wrapper:active .icon:after {
    box-shadow: inset 0 0 0 3rem #0e323b
}

a.read-more-wrapper.white .icon:after {
    box-shadow: inset 0 0 0 1px #fff
}

@media screen and (min-width:48em) {
    a.read-more-wrapper.white .icon:after {
        box-shadow: inset 0 0 0 2px #fff
    }
}

a.read-more-wrapper.white:hover .icon:after {
    box-shadow: inset 0 0 0 3rem #fb443f
}

a.read-more-wrapper.white:focus .icon:after {
    box-shadow: inset 0 0 0 1px #00b9ea
}

@media screen and (min-width:48em) {
    a.read-more-wrapper.white:focus .icon:after {
        box-shadow: inset 0 0 0 2px #00b9ea
    }
}

a.read-more-wrapper.white:active .icon:before {
    color: #0e323b
}

a.read-more-wrapper.white:active .icon:after {
    box-shadow: inset 0 0 0 3rem #fff
}

.project-research-filter {
    margin: 1.25rem 0
}

.project-research-filter ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px -4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: .4375rem
}

.project-research-filter ul label {
    cursor: pointer;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font: 15px/1.39 "Mate", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #0e323b;
    padding-left: 3.75rem;
    z-index: 1
}

.project-research-filter ul label:after {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, .5);
    opacity: 0;
    transition: opacity .15s
}

.project-research-filter ul label .t-checked {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 22px;
    color: #fff;
    z-index: 1;
    transition: opacity .15s;
    transition-delay: .15s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    max-width: 100%
}

.project-research-filter ul label span {
    user-select: none
}

.project-research-filter ul label .t-default {
    opacity: 1;
    transition: opacity .15s;
    transition-delay: .15s;
    max-width: 6.1875rem
}

.project-research-filter ul label img {
    margin-right: .625rem
}

.project-research-filter li {
    display: inline-block;
    padding: 4px
}

.project-research-filter li>div {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: .5rem .5625rem;
    border-radius: 5px;
    border: 1px solid rgba(14, 50, 59, .3);
    height: 4.4375rem
}

.project-research-filter input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.project-research-filter input:checked+div label .thumb-img {
    -webkit-transform: scale(6);
    -ms-transform: scale(6);
    transform: scale(6);
    transition: all 1s cubic-bezier(0, .5, .5, 1)
}

.project-research-filter input:checked+div label img {
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 0;
    opacity: 0
}

.project-research-filter input:checked+div label .cover-img {
    opacity: 1
}

.project-research-filter input:checked+div label span {
    opacity: 0
}

.project-research-filter input:checked+div label .t-checked {
    opacity: 1;
    visibility: visible
}

.project-research-filter input:checked+div label .t-default {
    opacity: 0;
    transition-delay: 0s
}

.project-research-filter input:checked+div label:after {
    opacity: 1
}

.project-research-filter input:focus+div {
    border: 1px solid #00b9ea
}

.project-research-filter input:active+div {
    border: 1px solid #0e323b
}

.project-research-filter .cover-img {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: all .5s ease-in
}

.project-research-filter .thumb-img {
    border-radius: 50%;
    width: 3.1875rem;
    height: 3.1875rem;
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    object-fit: cover;
    transition: all .5s ease-out
}

@media screen and (min-width:640px) and (max-width:768px) {
    .project-research-filter li {
        max-width: 50%
    }
}

@media screen and (min-width:375px) and (max-width:640px) {
    .project-research-filter ul>li:nth-last-child(-n+2) {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media screen and (min-width:768px) and (max-width:847px) {
    .project-research-filter .thumb-img {
        width: 2.1875rem;
        height: 2.1875rem;
        left: 5px
    }

    .project-research-filter ul label {
        padding-left: 43px;
        font-size: 14px
    }

    .project-research-filter ul label .t-default {
        max-width: 89px
    }

    .project-research-filter ul label .t-checked {
        font-size: 19px
    }

    .project-research-filter li>div {
        padding: .3125rem .375rem;
        height: 5.3125rem
    }
}

@media screen and (max-width:47.9375em) {
    .project-research-filter ul>li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .project-research-filter ul>li>div {
        width: 100%
    }
}

@media screen and (min-width:64.0625em) {
    .project-research-filter .thumb-img {
        width: 4.125rem;
        height: 4.125rem;
        left: 14px
    }

    .project-research-filter ul {
        margin: 0 -8px -8px
    }

    .project-research-filter ul label {
        padding-left: 75px;
        font-size: 1rem;
        line-height: 1.31
    }

    .project-research-filter ul label .t-default {
        max-width: 6.875rem
    }

    .project-research-filter li {
        padding: 8px
    }

    .project-research-filter li>div {
        height: 5.625rem;
        padding: .75rem 1.0625rem
    }
}

@media only screen and (min-width:1280px) and (max-width:1440px) {
    .project-research-filter .thumb-img {
        width: 3.125rem;
        height: 3.125rem
    }

    .project-research-filter ul label {
        padding-left: 60px
    }
}

@media only screen and (min-width:848px) and (max-width:1279px) {
    .project-research-filter .thumb-img {
        width: 2.5rem;
        height: 2.5rem;
        left: 10px
    }

    .project-research-filter ul label {
        padding-left: 50px
    }

    .project-research-filter ul label span {
        font-size: .875rem
    }

    .project-research-filter ul .t-default {
        max-width: 87px
    }

    .project-research-filter li>div {
        padding: .75rem .5rem
    }
}

@media screen and (min-width:90em) {
    .project-research-filter ul {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.counter-value {
    font-size: 1.75rem;
    letter-spacing: 1px;
    margin: 3.0625rem 0 2.75rem
}

.counter-value:before {
    font-size: 44px;
    position: relative;
    top: -20px
}

@media screen and (min-width:64.0625em) {
    .counter-value {
        margin: 0 0 3.1875rem
    }

    .counter-value:before {
        top: -14px
    }
}

.publications-intro {
    padding-bottom: 2.125rem
}

.section-main .publications-intro .section_intro p {
    line-height: 1.625
}

.section-main .publications-intro .section_intro h2 {
    margin: 1.875rem 0 1.375rem;
    letter-spacing: 1.29px;
    font-size: 1.75rem
}

.section-main .publications-intro .intro-links {
    margin-top: 2.5rem
}

.section-main .publications-intro .intro-links>a {
    margin-top: 0;
    margin-bottom: .9375rem
}

.section-main .publications-intro .intro-links>a:not(:last-child) {
    margin-right: .3125rem
}

@media screen and (min-width:64.0625em) {
    .publications-intro {
        padding-bottom: 5.9375rem
    }

    .section-main .publications-intro .section_intro p {
        line-height: 1.82
    }

    .section-main .publications-intro .section_intro h2 {
        margin: .5625rem 0 2.0625rem;
        font-size: 2.25rem
    }

    .section-main .publications-intro .section_intro h2.sline-above:before {
        margin-bottom: .3125rem
    }
}

[data-aos=fade-op] {
    opacity: 0;
    transition: opacity .75s ease-in-out
}

[data-aos=fade-op].inview {
    opacity: 1
}

[data-aos=go-down] {
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    transition: -webkit-transform .5s cubic-bezier(.785, .135, .15, .86);
    transition: transform .5s cubic-bezier(.785, .135, .15, .86);
    transition: transform .5s cubic-bezier(.785, .135, .15, .86), -webkit-transform .5s cubic-bezier(.785, .135, .15, .86)
}

[data-aos=go-down].inview {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

[data-aos=go-up] {
    -webkit-transform: translateY(102%);
    -ms-transform: translateY(102%);
    transform: translateY(102%);
    transition: -webkit-transform .5s cubic-bezier(.785, .135, .15, .86);
    transition: transform .5s cubic-bezier(.785, .135, .15, .86);
    transition: transform .5s cubic-bezier(.785, .135, .15, .86), -webkit-transform .5s cubic-bezier(.785, .135, .15, .86)
}

[data-aos=go-up].inview {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

[data-aos=zoom-in] {
    opacity: 0;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    transition: opacity, -webkit-transform 1s cubic-bezier(.175, .885, .32, 1) !important;
    transition: opacity, transform 1s cubic-bezier(.175, .885, .32, 1) !important;
    transition: opacity, transform 1s cubic-bezier(.175, .885, .32, 1), -webkit-transform 1s cubic-bezier(.175, .885, .32, 1) !important
}

[data-aos=zoom-in].inview {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

[data-aos=fade-in] {
    transition: opacity 1s, top 1s cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    position: relative
}

[data-aos=fade-in].inview {
    opacity: 1
}

[data-aos=fade-in-top] {
    transition: opacity 1s, bottom 1s cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    position: relative
}

[data-aos=fade-in-top].inview {
    opacity: 1
}

[data-aos=fade-in-s] {
    transition: opacity .5s, top .5s;
    opacity: 0;
    position: relative
}

[data-aos=fade-in-s].inview {
    opacity: 1 !important
}

[data-aos=list]>li {
    opacity: 0;
    transition: opacity .5s
}

[data-aos=list].inview>li {
    opacity: 1
}

.section-subnav ul {
    padding: 0;
    margin: 0 0 0 -1.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media screen and (max-width:47.9375em) {
    .section-subnav ul {
        white-space: nowrap;
        -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
        margin-left: 0
    }
}

.section-subnav ul li {
    padding: 0;
    margin: 0
}

.section-subnav ul li a {
    display: inline-block;
    padding: 1rem 0 .75rem;
    margin: 0 1.25rem;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 600;
    border-bottom: 4px solid transparent
}

.section-subnav ul li.current-menu-item a,
.section-subnav ul li.current_page_item a {
    color: #0e323b;
    border-bottom: 4px solid #fb443f
}

@media screen and (min-width:48em) and (max-width:64em) {
    .page-work-with-kwr .themov.is-header .themov_text_content h1 {
        font-size: 1.6875rem
    }

    .page-work-with-kwr .themov.is-header .themov_text_content p {
        margin-top: .625rem
    }
}

.expert-section {
    background-color: #eceff0
}

.expert-section .row {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero-with-button .button {
    margin-top: 1.875rem
}

@media screen and (min-width:48em) {
    [data-aos=fade-in] {
        top: 100px
    }

    [data-aos=fade-in].inview {
        top: 0
    }

    [data-aos=fade-in-top] {
        bottom: 50px
    }

    [data-aos=fade-in-top].inview {
        bottom: 0
    }

    [data-aos=fade-in-s] {
        top: 100px
    }

    [data-aos=fade-in-s].inview {
        top: 0
    }

    .hero-with-button .button {
        margin-top: 3.125rem
    }

    .hero-with-button .themov.themov-menu-reversed .themov_intro {
        padding-bottom: 51.875%
    }
}

.page-template-flexible-page .section .section_intro {
    margin-bottom: 30px
}

h2, h3 {
    text-align: left !important;
    margin-bottom: 15px
}
h4 {
  font-size: 18px; /* or use a specific value, e.g., 1em, 14px, etc. */
}