html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring,
    button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.flickity-enabled {
    position: relative
}

    .flickity-enabled:focus {
        outline: none
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing
        }

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

    .flickity-button:hover {
        background: #fff;
        cursor: pointer
    }

    .flickity-button:focus {
        outline: none;
        -webkit-box-shadow: 0 0 0 5px #19f;
        box-shadow: 0 0 0 5px #19f
    }

    .flickity-button:active {
        opacity: .6
    }

    .flickity-button:disabled {
        opacity: .3;
        cursor: auto;
        pointer-events: none
    }

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .flickity-prev-next-button.previous {
        left: 10px
    }

    .flickity-prev-next-button.next {
        right: 10px
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1
    }

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.ball-pulse > div:first-child {
    -webkit-animation: scale .75s cubic-bezier(.2, .68, .18, 1.08) -.24s infinite;
    animation: scale .75s cubic-bezier(.2, .68, .18, 1.08) -.24s infinite
}

.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale .75s cubic-bezier(.2, .68, .18, 1.08) -.12s infinite;
    animation: scale .75s cubic-bezier(.2, .68, .18, 1.08) -.12s infinite
}

.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale .75s cubic-bezier(.2, .68, .18, 1.08) 0s infinite;
    animation: scale .75s cubic-bezier(.2, .68, .18, 1.08) 0s infinite
}

.ball-pulse > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.ball-pulse-sync > div:first-child {
    -webkit-animation: ball-pulse-sync .6s ease-in-out -.14s infinite;
    animation: ball-pulse-sync .6s ease-in-out -.14s infinite
}

.ball-pulse-sync > div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s ease-in-out -.07s infinite;
    animation: ball-pulse-sync .6s ease-in-out -.07s infinite
}

.ball-pulse-sync > div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .6s ease-in-out 0s infinite;
    animation: ball-pulse-sync .6s ease-in-out 0s infinite
}

.ball-pulse-sync > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 60px;
    width: 60px;
    -webkit-animation: ball-scale 1s ease-in-out 0s infinite;
    animation: ball-scale 1s ease-in-out 0s infinite
}

.ball-scale-random {
    width: 37px;
    height: 40px
}

    .ball-scale-random > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        display: inline-block;
        height: 30px;
        width: 30px;
        -webkit-animation: ball-scale 1s ease-in-out 0s infinite;
        animation: ball-scale 1s ease-in-out 0s infinite
    }

        .ball-scale-random > div:first-child {
            margin-left: -7px;
            -webkit-animation: ball-scale 1s ease-in-out .2s infinite;
            animation: ball-scale 1s ease-in-out .2s infinite
        }

        .ball-scale-random > div:nth-child(3) {
            margin-left: -2px;
            margin-top: 9px;
            -webkit-animation: ball-scale 1s ease-in-out .5s infinite;
            animation: ball-scale 1s ease-in-out .5s infinite
        }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.ball-rotate,
.ball-rotate > div {
    position: relative
}

    .ball-rotate > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

        .ball-rotate > div:first-child {
            -webkit-animation: rotate 1s cubic-bezier(.7, -.13, .22, .86) 0s infinite;
            animation: rotate 1s cubic-bezier(.7, -.13, .22, .86) 0s infinite
        }

        .ball-rotate > div:after,
        .ball-rotate > div:before {
            background-color: #fff;
            width: 15px;
            height: 15px;
            border-radius: 100%;
            margin: 2px;
            content: "";
            position: absolute;
            opacity: .8
        }

        .ball-rotate > div:before {
            top: 0;
            left: -28px
        }

        .ball-rotate > div:after {
            top: 0;
            left: 25px
        }

.ball-clip-rotate > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid;
    border-color: #fff #fff rgba(0, 0, 0, 0);
    height: 26px;
    width: 26px;
    background: rgba(0, 0, 0, 0) !important;
    display: inline-block;
    -webkit-animation: rotate .75s linear 0s infinite;
    animation: rotate .75s linear 0s infinite
}

@keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

    .ball-clip-rotate-pulse > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100%
    }

        .ball-clip-rotate-pulse > div:first-child {
            background: #fff;
            height: 16px;
            width: 16px;
            top: 7px;
            left: -7px;
            -webkit-animation: scale 1s cubic-bezier(.09, .57, .49, .9) 0s infinite;
            animation: scale 1s cubic-bezier(.09, .57, .49, .9) 0s infinite
        }

        .ball-clip-rotate-pulse > div:last-child {
            position: absolute;
            width: 30px;
            height: 30px;
            left: -16px;
            top: -2px;
            background: rgba(0, 0, 0, 0);
            border: 2px solid;
            border-color: #fff rgba(0, 0, 0, 0);
            border-style: solid;
            border-width: 2px;
            -webkit-animation: rotate 1s cubic-bezier(.09, .57, .49, .9) 0s infinite;
            animation: rotate 1s cubic-bezier(.09, .57, .49, .9) 0s infinite;
            -webkit-animation-duration: 1s;
            animation-duration: 1s
        }

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

    to {
        -webkit-transform: rotate(1turn) scale(1);
        transform: rotate(1turn) scale(1)
    }
}

.ball-clip-rotate-multiple {
    position: relative
}

    .ball-clip-rotate-multiple > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        left: -20px;
        top: -20px;
        border-color: rgba(0, 0, 0, 0) #fff;
        border-style: solid;
        border-width: 2px;
        border-radius: 100%;
        height: 35px;
        width: 35px;
        -webkit-animation: rotate 1s ease-in-out 0s infinite;
        animation: rotate 1s ease-in-out 0s infinite
    }

        .ball-clip-rotate-multiple > div:last-child {
            display: inline-block;
            top: -10px;
            left: -10px;
            width: 15px;
            height: 15px;
            -webkit-animation-duration: .5s;
            animation-duration: .5s;
            border-color: #fff rgba(0, 0, 0, 0);
            -webkit-animation-direction: reverse;
            animation-direction: reverse
        }

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    to {
        opacity: 0
    }
}

@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    to {
        opacity: 0
    }
}

.ball-scale-ripple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple 1s cubic-bezier(.21, .53, .56, .8) 0s infinite;
    animation: ball-scale-ripple 1s cubic-bezier(.21, .53, .56, .8) 0s infinite
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    to {
        opacity: 0
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    to {
        opacity: 0
    }
}

.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

    .ball-scale-ripple-multiple > div:nth-child(0) {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s
    }

    .ball-scale-ripple-multiple > div:first-child {
        -webkit-animation-delay: -.6s;
        animation-delay: -.6s
    }

    .ball-scale-ripple-multiple > div:nth-child(2) {
        -webkit-animation-delay: -.4s;
        animation-delay: -.4s
    }

    .ball-scale-ripple-multiple > div:nth-child(3) {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s
    }

    .ball-scale-ripple-multiple > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        top: -2px;
        left: -26px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        border: 2px solid #fff;
        -webkit-animation: ball-scale-ripple-multiple 1.25s cubic-bezier(.21, .53, .56, .8) 0s infinite;
        animation: ball-scale-ripple-multiple 1.25s cubic-bezier(.21, .53, .56, .8) 0s infinite
    }

@-webkit-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-beat > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: ball-beat .7s linear 0s infinite;
    animation: ball-beat .7s linear 0s infinite
}

    .ball-beat > div:nth-child(2n-1) {
        -webkit-animation-delay: -.35s !important;
        animation-delay: -.35s !important
    }

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

    .ball-scale-multiple > div:nth-child(2) {
        -webkit-animation-delay: -.4s;
        animation-delay: -.4s
    }

    .ball-scale-multiple > div:nth-child(3) {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s
    }

    .ball-scale-multiple > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        left: -30px;
        top: 0;
        opacity: 0;
        margin: 0;
        width: 60px;
        height: 60px;
        -webkit-animation: ball-scale-multiple 1s linear 0s infinite;
        animation: ball-scale-multiple 1s linear 0s infinite
    }

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }

    66% {
        -webkit-transform: translate(50px);
        transform: translate(50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }

    66% {
        -webkit-transform: translate(50px);
        transform: translate(50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px);
        transform: translate(-50px)
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px);
        transform: translate(-50px)
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-29.994px, -37.50938px);
    -ms-transform: translate(-29.994px, -37.50938px);
    transform: translate(-29.994px, -37.50938px)
}

    .ball-triangle-path > div:first-child {
        -webkit-animation-name: ball-triangle-path-1;
        animation-name: ball-triangle-path-1;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .ball-triangle-path > div:first-child,
    .ball-triangle-path > div:nth-child(2) {
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .ball-triangle-path > div:nth-child(2) {
        -webkit-animation-name: ball-triangle-path-2;
        animation-name: ball-triangle-path-2;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .ball-triangle-path > div:nth-child(3) {
        -webkit-animation-name: ball-triangle-path-3;
        animation-name: ball-triangle-path-3;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .ball-triangle-path > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 1px solid #fff
    }

        .ball-triangle-path > div:first-of-type {
            top: 50px
        }

        .ball-triangle-path > div:nth-of-type(2) {
            left: 25px
        }

        .ball-triangle-path > div:nth-of-type(3) {
            top: 50px;
            left: 50px
        }

@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

.ball-pulse-rise > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

    .ball-pulse-rise > div:nth-child(2n) {
        -webkit-animation-name: ball-pulse-rise-even;
        animation-name: ball-pulse-rise-even
    }

    .ball-pulse-rise > div:nth-child(2n-1) {
        -webkit-animation-name: ball-pulse-rise-odd;
        animation-name: ball-pulse-rise-odd
    }

@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    to {
        opacity: 1
    }
}

@keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    to {
        opacity: 1
    }
}

.ball-grid-beat {
    width: 57px
}

    .ball-grid-beat > div:first-child {
        -webkit-animation-delay: .15s;
        animation-delay: .15s;
        -webkit-animation-duration: 1.45s;
        animation-duration: 1.45s
    }

    .ball-grid-beat > div:nth-child(2) {
        -webkit-animation-delay: -.02s;
        animation-delay: -.02s;
        -webkit-animation-duration: .97s;
        animation-duration: .97s
    }

    .ball-grid-beat > div:nth-child(3) {
        -webkit-animation-delay: .66s;
        animation-delay: .66s;
        -webkit-animation-duration: 1.23s;
        animation-duration: 1.23s
    }

    .ball-grid-beat > div:nth-child(4) {
        -webkit-animation-delay: .64s;
        animation-delay: .64s;
        -webkit-animation-duration: 1.24s;
        animation-duration: 1.24s
    }

    .ball-grid-beat > div:nth-child(5) {
        -webkit-animation-delay: -.19s;
        animation-delay: -.19s;
        -webkit-animation-duration: 1.13s;
        animation-duration: 1.13s
    }

    .ball-grid-beat > div:nth-child(6) {
        -webkit-animation-delay: .69s;
        animation-delay: .69s;
        -webkit-animation-duration: 1.42s;
        animation-duration: 1.42s
    }

    .ball-grid-beat > div:nth-child(7) {
        -webkit-animation-delay: .58s;
        animation-delay: .58s;
        -webkit-animation-duration: 1.14s;
        animation-duration: 1.14s
    }

    .ball-grid-beat > div:nth-child(8) {
        -webkit-animation-delay: .21s;
        animation-delay: .21s;
        -webkit-animation-duration: 1.17s;
        animation-duration: 1.17s
    }

    .ball-grid-beat > div:nth-child(9) {
        -webkit-animation-delay: -.18s;
        animation-delay: -.18s;
        -webkit-animation-duration: .65s;
        animation-duration: .65s
    }

    .ball-grid-beat > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        float: left;
        -webkit-animation-name: ball-grid-beat;
        animation-name: ball-grid-beat;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-delay: 0;
        animation-delay: 0
    }

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.ball-grid-pulse {
    width: 57px
}

    .ball-grid-pulse > div:first-child {
        -webkit-animation-delay: .22s;
        animation-delay: .22s;
        -webkit-animation-duration: .9s;
        animation-duration: .9s
    }

    .ball-grid-pulse > div:nth-child(2) {
        -webkit-animation-delay: .64s;
        animation-delay: .64s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s
    }

    .ball-grid-pulse > div:nth-child(3) {
        -webkit-animation-delay: -.15s;
        animation-delay: -.15s;
        -webkit-animation-duration: .63s;
        animation-duration: .63s
    }

    .ball-grid-pulse > div:nth-child(4) {
        -webkit-animation-delay: -.03s;
        animation-delay: -.03s;
        -webkit-animation-duration: 1.24s;
        animation-duration: 1.24s
    }

    .ball-grid-pulse > div:nth-child(5) {
        -webkit-animation-delay: .08s;
        animation-delay: .08s;
        -webkit-animation-duration: 1.37s;
        animation-duration: 1.37s
    }

    .ball-grid-pulse > div:nth-child(6) {
        -webkit-animation-delay: .43s;
        animation-delay: .43s;
        -webkit-animation-duration: 1.55s;
        animation-duration: 1.55s
    }

    .ball-grid-pulse > div:nth-child(7) {
        -webkit-animation-delay: .05s;
        animation-delay: .05s;
        -webkit-animation-duration: .7s;
        animation-duration: .7s
    }

    .ball-grid-pulse > div:nth-child(8) {
        -webkit-animation-delay: .05s;
        animation-delay: .05s;
        -webkit-animation-duration: .97s;
        animation-duration: .97s
    }

    .ball-grid-pulse > div:nth-child(9) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        -webkit-animation-duration: .63s;
        animation-duration: .63s
    }

    .ball-grid-pulse > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        float: left;
        -webkit-animation-name: ball-grid-pulse;
        animation-name: ball-grid-pulse;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-delay: 0;
        animation-delay: 0
    }

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px
}

    .ball-spin-fade-loader > div:first-child {
        top: 25px;
        left: 0;
        -webkit-animation: ball-spin-fade-loader 1s linear -.96s infinite;
        animation: ball-spin-fade-loader 1s linear -.96s infinite
    }

    .ball-spin-fade-loader > div:nth-child(2) {
        top: 17.04545px;
        left: 17.04545px;
        -webkit-animation: ball-spin-fade-loader 1s linear -.84s infinite;
        animation: ball-spin-fade-loader 1s linear -.84s infinite
    }

    .ball-spin-fade-loader > div:nth-child(3) {
        top: 0;
        left: 25px;
        -webkit-animation: ball-spin-fade-loader 1s linear -.72s infinite;
        animation: ball-spin-fade-loader 1s linear -.72s infinite
    }

    .ball-spin-fade-loader > div:nth-child(4) {
        top: -17.04545px;
        left: 17.04545px;
        -webkit-animation: ball-spin-fade-loader 1s linear -.6s infinite;
        animation: ball-spin-fade-loader 1s linear -.6s infinite
    }

    .ball-spin-fade-loader > div:nth-child(5) {
        top: -25px;
        left: 0;
        -webkit-animation: ball-spin-fade-loader 1s linear -.48s infinite;
        animation: ball-spin-fade-loader 1s linear -.48s infinite
    }

    .ball-spin-fade-loader > div:nth-child(6) {
        top: -17.04545px;
        left: -17.04545px;
        -webkit-animation: ball-spin-fade-loader 1s linear -.36s infinite;
        animation: ball-spin-fade-loader 1s linear -.36s infinite
    }

    .ball-spin-fade-loader > div:nth-child(7) {
        top: 0;
        left: -25px;
        -webkit-animation: ball-spin-fade-loader 1s linear -.24s infinite;
        animation: ball-spin-fade-loader 1s linear -.24s infinite
    }

    .ball-spin-fade-loader > div:nth-child(8) {
        top: 17.04545px;
        left: -17.04545px;
        -webkit-animation: ball-spin-fade-loader 1s linear -.12s infinite;
        animation: ball-spin-fade-loader 1s linear -.12s infinite
    }

    .ball-spin-fade-loader > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute
    }

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

.ball-spin-loader {
    position: relative
}

    .ball-spin-loader > span:first-child {
        top: 45px;
        left: 0;
        -webkit-animation: ball-spin-loader 2s linear .9s infinite;
        animation: ball-spin-loader 2s linear .9s infinite
    }

    .ball-spin-loader > span:nth-child(2) {
        top: 30.68182px;
        left: 30.68182px;
        -webkit-animation: ball-spin-loader 2s linear 1.8s infinite;
        animation: ball-spin-loader 2s linear 1.8s infinite
    }

    .ball-spin-loader > span:nth-child(3) {
        top: 0;
        left: 45px;
        -webkit-animation: ball-spin-loader 2s linear 2.7s infinite;
        animation: ball-spin-loader 2s linear 2.7s infinite
    }

    .ball-spin-loader > span:nth-child(4) {
        top: -30.68182px;
        left: 30.68182px;
        -webkit-animation: ball-spin-loader 2s linear 3.6s infinite;
        animation: ball-spin-loader 2s linear 3.6s infinite
    }

    .ball-spin-loader > span:nth-child(5) {
        top: -45px;
        left: 0;
        -webkit-animation: ball-spin-loader 2s linear 4.5s infinite;
        animation: ball-spin-loader 2s linear 4.5s infinite
    }

    .ball-spin-loader > span:nth-child(6) {
        top: -30.68182px;
        left: -30.68182px;
        -webkit-animation: ball-spin-loader 2s linear 5.4s infinite;
        animation: ball-spin-loader 2s linear 5.4s infinite
    }

    .ball-spin-loader > span:nth-child(7) {
        top: 0;
        left: -45px;
        -webkit-animation: ball-spin-loader 2s linear 6.3s infinite;
        animation: ball-spin-loader 2s linear 6.3s infinite
    }

    .ball-spin-loader > span:nth-child(8) {
        top: 30.68182px;
        left: -30.68182px;
        -webkit-animation: ball-spin-loader 2s linear 7.2s infinite;
        animation: ball-spin-loader 2s linear 7.2s infinite
    }

    .ball-spin-loader > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background: green
    }

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.ball-zig-zag {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px)
}

    .ball-zig-zag > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        margin: 2px 2px 2px 15px;
        top: 4px;
        left: -7px
    }

        .ball-zig-zag > div:first-child {
            -webkit-animation: ball-zig .7s linear 0s infinite;
            animation: ball-zig .7s linear 0s infinite
        }

        .ball-zig-zag > div:last-child {
            -webkit-animation: ball-zag .7s linear 0s infinite;
            animation: ball-zag .7s linear 0s infinite
        }

@-webkit-keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    50% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    50% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    50% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    50% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.ball-zig-zag-deflect {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px)
}

    .ball-zig-zag-deflect > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        margin: 2px 2px 2px 15px;
        top: 4px;
        left: -7px
    }

        .ball-zig-zag-deflect > div:first-child {
            -webkit-animation: ball-zig-deflect 1.5s linear 0s infinite;
            animation: ball-zig-deflect 1.5s linear 0s infinite
        }

        .ball-zig-zag-deflect > div:last-child {
            -webkit-animation: ball-zag-deflect 1.5s linear 0s infinite;
            animation: ball-zag-deflect 1.5s linear 0s infinite
        }

@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    to {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    to {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

.line-scale > div:first-child {
    -webkit-animation: line-scale 1s cubic-bezier(.2, .68, .18, 1.08) -.4s infinite;
    animation: line-scale 1s cubic-bezier(.2, .68, .18, 1.08) -.4s infinite
}

.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s cubic-bezier(.2, .68, .18, 1.08) -.3s infinite;
    animation: line-scale 1s cubic-bezier(.2, .68, .18, 1.08) -.3s infinite
}

.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s cubic-bezier(.2, .68, .18, 1.08) -.2s infinite;
    animation: line-scale 1s cubic-bezier(.2, .68, .18, 1.08) -.2s infinite
}

.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s cubic-bezier(.2, .68, .18, 1.08) -.1s infinite;
    animation: line-scale 1s cubic-bezier(.2, .68, .18, 1.08) -.1s infinite
}

.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s cubic-bezier(.2, .68, .18, 1.08) 0s infinite;
    animation: line-scale 1s cubic-bezier(.2, .68, .18, 1.08) 0s infinite
}

.line-scale > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

@-webkit-keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.line-scale-party > div:first-child {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
    -webkit-animation-duration: .54s;
    animation-duration: .54s
}

.line-scale-party > div:nth-child(2) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s;
    -webkit-animation-duration: 1.15s;
    animation-duration: 1.15s
}

.line-scale-party > div:nth-child(3) {
    -webkit-animation-delay: .04s;
    animation-delay: .04s;
    -webkit-animation-duration: .77s;
    animation-duration: .77s
}

.line-scale-party > div:nth-child(4) {
    -webkit-animation-delay: -.12s;
    animation-delay: -.12s;
    -webkit-animation-duration: .61s;
    animation-duration: .61s
}

.line-scale-party > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    to {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    to {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

.line-scale-pulse-out > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out .9s cubic-bezier(.85, .25, .37, .85) -.6s infinite;
    animation: line-scale-pulse-out .9s cubic-bezier(.85, .25, .37, .85) -.6s infinite
}

    .line-scale-pulse-out > div:nth-child(2),
    .line-scale-pulse-out > div:nth-child(4) {
        -webkit-animation-delay: -.4s !important;
        animation-delay: -.4s !important
    }

    .line-scale-pulse-out > div:first-child,
    .line-scale-pulse-out > div:nth-child(5) {
        -webkit-animation-delay: -.2s !important;
        animation-delay: -.2s !important
    }

@-webkit-keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

.line-scale-pulse-out-rapid > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: line-scale-pulse-out-rapid .9s cubic-bezier(.11, .49, .38, .78) -.5s infinite;
    animation: line-scale-pulse-out-rapid .9s cubic-bezier(.11, .49, .38, .78) -.5s infinite
}

    .line-scale-pulse-out-rapid > div:nth-child(2),
    .line-scale-pulse-out-rapid > div:nth-child(4) {
        -webkit-animation-delay: -.25s !important;
        animation-delay: -.25s !important
    }

    .line-scale-pulse-out-rapid > div:first-child,
    .line-scale-pulse-out-rapid > div:nth-child(5) {
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important
    }

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

.line-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -4px
}

    .line-spin-fade-loader > div:first-child {
        top: 20px;
        left: 0;
        -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -.84s infinite;
        animation: line-spin-fade-loader 1.2s ease-in-out -.84s infinite
    }

    .line-spin-fade-loader > div:nth-child(2) {
        top: 13.63636px;
        left: 13.63636px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -.72s infinite;
        animation: line-spin-fade-loader 1.2s ease-in-out -.72s infinite
    }

    .line-spin-fade-loader > div:nth-child(3) {
        top: 0;
        left: 20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -.6s infinite;
        animation: line-spin-fade-loader 1.2s ease-in-out -.6s infinite
    }

    .line-spin-fade-loader > div:nth-child(4) {
        top: -13.63636px;
        left: 13.63636px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -.48s infinite;
        animation: line-spin-fade-loader 1.2s ease-in-out -.48s infinite
    }

    .line-spin-fade-loader > div:nth-child(5) {
        top: -20px;
        left: 0;
        -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -.36s infinite;
        animation: line-spin-fade-loader 1.2s ease-in-out -.36s infinite
    }

    .line-spin-fade-loader > div:nth-child(6) {
        top: -13.63636px;
        left: -13.63636px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -.24s infinite;
        animation: line-spin-fade-loader 1.2s ease-in-out -.24s infinite
    }

    .line-spin-fade-loader > div:nth-child(7) {
        top: 0;
        left: -20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -.12s infinite;
        animation: line-spin-fade-loader 1.2s ease-in-out -.12s infinite
    }

    .line-spin-fade-loader > div:nth-child(8) {
        top: 13.63636px;
        left: -13.63636px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation: line-spin-fade-loader 1.2s ease-in-out 0s infinite;
        animation: line-spin-fade-loader 1.2s ease-in-out 0s infinite
    }

    .line-spin-fade-loader > div {
        background-color: #fff;
        width: 4px;
        height: 35px;
        border-radius: 2px;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        width: 5px;
        height: 15px
    }

@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

.triangle-skew-spin > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 0;
    height: 0;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid #fff;
    -webkit-animation: triangle-skew-spin 3s cubic-bezier(.09, .57, .49, .9) 0s infinite;
    animation: triangle-skew-spin 3s cubic-bezier(.09, .57, .49, .9) 0s infinite
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

.square-spin > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-animation: square-spin 3s cubic-bezier(.09, .57, .49, .9) 0s infinite;
    animation: square-spin 3s cubic-bezier(.09, .57, .49, .9) 0s infinite
}

@-webkit-keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: .7
    }

    to {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px)
    }
}

@keyframes pacman-balls {
    75% {
        opacity: .7
    }

    to {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px)
    }
}

.pacman {
    position: relative
}

    .pacman > div:nth-child(2) {
        -webkit-animation: pacman-balls 1s linear -.99s infinite;
        animation: pacman-balls 1s linear -.99s infinite
    }

    .pacman > div:nth-child(3) {
        -webkit-animation: pacman-balls 1s linear -.66s infinite;
        animation: pacman-balls 1s linear -.66s infinite
    }

    .pacman > div:nth-child(4) {
        -webkit-animation: pacman-balls 1s linear -.33s infinite;
        animation: pacman-balls 1s linear -.33s infinite
    }

    .pacman > div:nth-child(5) {
        -webkit-animation: pacman-balls 1s linear 0s infinite;
        animation: pacman-balls 1s linear 0s infinite
    }

    .pacman > div:first-of-type {
        -webkit-animation: rotate_pacman_half_up .5s 0s infinite;
        animation: rotate_pacman_half_up .5s 0s infinite
    }

    .pacman > div:first-of-type,
    .pacman > div:nth-child(2) {
        width: 0;
        height: 0;
        border: 25px solid #fff;
        border-right-color: rgba(0, 0, 0, 0);
        border-radius: 25px;
        position: relative;
        left: -30px
    }

    .pacman > div:nth-child(2) {
        -webkit-animation: rotate_pacman_half_down .5s 0s infinite;
        animation: rotate_pacman_half_down .5s 0s infinite;
        margin-top: -50px
    }

    .pacman > div:nth-child(3),
    .pacman > div:nth-child(4),
    .pacman > div:nth-child(5),
    .pacman > div:nth-child(6) {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        width: 10px;
        height: 10px;
        position: absolute;
        -webkit-transform: translateY(-6.25px);
        -ms-transform: translateY(-6.25px);
        transform: translateY(-6.25px);
        top: 25px;
        left: 70px
    }

@-webkit-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.cube-transition {
    position: relative;
    -webkit-transform: translate(-25px, -25px);
    -ms-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px)
}

    .cube-transition > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        width: 10px;
        height: 10px;
        position: absolute;
        top: -5px;
        left: -5px;
        background-color: #fff;
        -webkit-animation: cube-transition 1.6s ease-in-out 0s infinite;
        animation: cube-transition 1.6s ease-in-out 0s infinite
    }

        .cube-transition > div:last-child {
            -webkit-animation-delay: -.8s;
            animation-delay: -.8s
        }

@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.semi-circle-spin {
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden
}

    .semi-circle-spin > div {
        position: absolute;
        border-width: 0;
        border-radius: 100%;
        -webkit-animation: spin-rotate .6s linear 0s infinite;
        animation: spin-rotate .6s linear 0s infinite;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), color-stop(30%, #fff), to(#fff));
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 70%, #fff 30%, #fff 100%);
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 70%, #fff 0, #fff);
        width: 100%;
        height: 100%
    }

@font-face {
    font-family: 'Inter', sans-serif;
 
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Inter', sans-serif;
 
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: 'Inter', sans-serif;
  
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Inter', sans-serif;
    
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Inter', sans-serif;
  
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Inter', sans-serif;
    
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Inter', sans-serif;
    
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Inter', sans-serif;
   
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'Inter', sans-serif;
    
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Inter', sans-serif;
   
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Inter', sans-serif;
   
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-style: italic
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #050505;
    -moz-font-feature-settings: "liga" on;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::-moz-selection {
    background: #e56478;
    text-shadow: none
}

::selection {
    background: #e56478;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

#block-mit-local-tasks .menu-local-tasks--list:after,
#block-mit-local-tasks .menu-local-tasks--list:before,
.basic-page .page-section--content--wrapper:after,
.basic-page .page-section--content--wrapper:before,
.clearfix:after,
.clearfix:before,
.front-page--community-updates .front-page--news-article--teaser:after,
.front-page--community-updates .front-page--news-article--teaser:before,
.front-page--community-updates .front-page--section-content--row:after,
.front-page--community-updates .front-page--section-content--row:before,
.front-page--featured-news .front-page--news-article--teaser:after,
.front-page--featured-news .front-page--news-article--teaser:before,
.front-page--featured-news .front-page--section-content--row:after,
.front-page--featured-news .front-page--section-content--row:before,
.front-page--in-the-media .front-page--itm-items-cta-list:after,
.front-page--in-the-media .front-page--itm-items-cta-list:before,
.front-page--recent-highlights .front-page--news-article--teaser:after,
.front-page--recent-highlights .front-page--news-article--teaser:before,
.front-page--recent-highlights .front-page--section-content--row:after,
.front-page--recent-highlights .front-page--section-content--row:before,
.front-page--top-news .front-page--news-item--teaser:after,
.front-page--top-news .front-page--news-item--teaser:before,
.front-page--videos .front-page--video--descr--related-news:after,
.front-page--videos .front-page--video--descr--related-news:before,
.front-page--videos .front-page--video-items-cta-list:after,
.front-page--videos .front-page--video-items-cta-list:before,
.infinite-display--news-article:after,
.infinite-display--news-article:before,
.news-article--content--open-access:after,
.news-article--content--open-access:before,
.news-article--content--paper-links .news-article--paper-link:after,
.news-article--content--paper-links .news-article--paper-link:before,
.news-article--content-block--inline-image--items--wrapper .news-article--inline-image--item:after,
.news-article--content-block--inline-image--items--wrapper .news-article--inline-image--item:before,
.news-article--content .news-article--content--body .news-article--content--body--inner:after,
.news-article--content .news-article--content--body .news-article--content--body--inner:before,
.news-article--content:after,
.news-article--content:before,
.news-article--images-gallery--wrapper .news-article--image-item:after,
.news-article--images-gallery--wrapper .news-article--image-item:before,
.news-article--images-gallery--wrapper .news-article--images-gallery--nav:after,
.news-article--images-gallery--wrapper .news-article--images-gallery--nav:before,
.news-article--indicators:after,
.news-article--indicators:before,
.news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item:after,
.news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item:before,
.news-article--recent-news .news-article--recent-news--content--row:after,
.news-article--recent-news .news-article--recent-news--content--row:before,
.news-article--recent-news .news-article--recent-news--cta-list:after,
.news-article--recent-news .news-article--recent-news--cta-list:before,
.news-article--recent-news .news-article--recent-news--teaser:after,
.news-article--recent-news .news-article--recent-news--teaser:before,
.news-article--share .news-article--share--list-items:after,
.news-article--share .news-article--share--list-items:before,
.news-article--top-video:after,
.news-article--top-video:before,
.news-article--topics .news-article--topics-list:after,
.news-article--topics .news-article--topics-list:before,
.news-clip .news-clip--related-topics ul:after,
.news-clip .news-clip--related-topics ul:before,
.page--site-search--views--list article:after,
.page--site-search--views--list article:before,
.page--site-search--views .page--site-search--views--header:after,
.page--site-search--views .page--site-search--views--header:before,
.page-itm--views--list .page--itm--views--list-item--content--inner:after,
.page-itm--views--list .page--itm--views--list-item--content--inner:before,
.page-itm--views .page-itm--views--header:after,
.page-itm--views .page-itm--views--header:before,
.page-podcast-categories .view-row--descr--inner:after,
.page-podcast-categories .view-row--descr--inner:before,
.page-podcast-categories .view-row--inner:after,
.page-podcast-categories .view-row--inner:before,
.page-podcasts #block-mit-page-title:after,
.page-podcasts #block-mit-page-title:before,
.page-podcasts--views--list .term-page--itm-item--content--inner:after,
.page-podcasts--views--list .term-page--itm-item--content--inner:before,
.page-podcasts--views--list .term-podcasts--podcast--item:after,
.page-podcasts--views--list .term-podcasts--podcast--item:before,
.page-podcasts--views .page-podcasts--views--header:after,
.page-podcasts--views .page-podcasts--views--header:before,
.page-podcasts--views .term-podcast-category--inner:after,
.page-podcasts--views .term-podcast-category--inner:before,
.page-podcasts--views form fieldset:after,
.page-podcasts--views form fieldset:before,
.page-term #block-mit-page-title:after,
.page-term #block-mit-page-title:before,
.page-term--views--list .term-page--itm-item--content--inner:after,
.page-term--views--list .term-page--itm-item--content--inner:before,
.page-term--views--list article:after,
.page-term--views--list article:before,
.page-term--views .page-term--views--header:after,
.page-term--views .page-term--views--header:before,
.page-term--views form fieldset:after,
.page-term--views form fieldset:before,
.page-vocabulary--views .page-vocabulary--views--header:after,
.page-vocabulary--views .page-vocabulary--views--header:before,
.site--search:after,
.site--search:before,
.site-browse .browse--recommended-head:after,
.site-browse .browse--recommended-head:before,
.site-footer .site-footer--cta .site-footer--cta--list:after,
.site-footer .site-footer--cta .site-footer--cta--list:before,
.site-footer .site-footer--resources .site-footer--resources--list:after,
.site-footer .site-footer--resources .site-footer--resources--list:before,
.tle-footer .tle-footer--nav .tle-footer--nav--list:after,
.tle-footer .tle-footer--nav .tle-footer--nav--list:before,
.tle-nav .tle-nav--list:after,
.tle-nav .tle-nav--list:before {
    content: " ";
    display: table
}

#block-mit-local-tasks .menu-local-tasks--list:after,
.basic-page .page-section--content--wrapper:after,
.clearfix:after,
.front-page--community-updates .front-page--news-article--teaser:after,
.front-page--community-updates .front-page--section-content--row:after,
.front-page--featured-news .front-page--news-article--teaser:after,
.front-page--featured-news .front-page--section-content--row:after,
.front-page--in-the-media .front-page--itm-items-cta-list:after,
.front-page--recent-highlights .front-page--news-article--teaser:after,
.front-page--recent-highlights .front-page--section-content--row:after,
.front-page--top-news .front-page--news-item--teaser:after,
.front-page--videos .front-page--video--descr--related-news:after,
.front-page--videos .front-page--video-items-cta-list:after,
.infinite-display--news-article:after,
.news-article--content--open-access:after,
.news-article--content--paper-links .news-article--paper-link:after,
.news-article--content-block--inline-image--items--wrapper .news-article--inline-image--item:after,
.news-article--content .news-article--content--body .news-article--content--body--inner:after,
.news-article--content:after,
.news-article--images-gallery--wrapper .news-article--image-item:after,
.news-article--images-gallery--wrapper .news-article--images-gallery--nav:after,
.news-article--indicators:after,
.news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item:after,
.news-article--recent-news .news-article--recent-news--content--row:after,
.news-article--recent-news .news-article--recent-news--cta-list:after,
.news-article--recent-news .news-article--recent-news--teaser:after,
.news-article--share .news-article--share--list-items:after,
.news-article--top-video:after,
.news-article--topics .news-article--topics-list:after,
.news-clip .news-clip--related-topics ul:after,
.page--site-search--views--list article:after,
.page--site-search--views .page--site-search--views--header:after,
.page-itm--views--list .page--itm--views--list-item--content--inner:after,
.page-itm--views .page-itm--views--header:after,
.page-podcast-categories .view-row--descr--inner:after,
.page-podcast-categories .view-row--inner:after,
.page-podcasts #block-mit-page-title:after,
.page-podcasts--views--list .term-page--itm-item--content--inner:after,
.page-podcasts--views--list .term-podcasts--podcast--item:after,
.page-podcasts--views .page-podcasts--views--header:after,
.page-podcasts--views .term-podcast-category--inner:after,
.page-podcasts--views form fieldset:after,
.page-term #block-mit-page-title:after,
.page-term--views--list .term-page--itm-item--content--inner:after,
.page-term--views--list article:after,
.page-term--views .page-term--views--header:after,
.page-term--views form fieldset:after,
.page-vocabulary--views .page-vocabulary--views--header:after,
.site--search:after,
.site-browse .browse--recommended-head:after,
.site-footer .site-footer--cta .site-footer--cta--list:after,
.site-footer .site-footer--resources .site-footer--resources--list:after,
.tle-footer .tle-footer--nav .tle-footer--nav--list:after,
.tle-nav .tle-nav--list:after {
    clear: both
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

.front-page--recent-news .front-page--recent-news--content--load-more.loading .front-page--recent-news--content--load-more--button,
.page--site-search--views form input[type=submit],
.skip-to-content:not(:focus),
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    color: #050505 !important;
    background-color: #fff !important
}

    .visually-hidden a {
        color: #050505 !important;
        background-color: #fff !important
    }

    .visually-hidden.focusable:active,
    .visually-hidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
        white-space: inherit
    }

.skip-to-content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 10;
    cursor: pointer;
    margin: 0;
    float: right;
    padding: 10px 20px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    background: #ff655d;
    color: #000
}

.tle-logo .logo-mit {
    width: 85px;
    height: 45px
}

    .tle-logo .logo-mit:hover .mit-logo-name--color {
        fill: #750014
    }

    .tle-logo .logo-mit .mit-logo {
        width: 85px;
        height: 45px
    }

    .tle-logo .logo-mit .mit-logo-name--alt-without-name {
        display: none
    }

.tle-header .tle-logo .logo-mit {
    position: absolute;
    left: 36px;
    top: 20px;
    width: 196px;
    height: 46px
}

    .tle-header .tle-logo .logo-mit .mit-logo-name {
        width: 196px;
        height: 46px
    }

.tle-footer .tle-logo .logo-mit {
    position: absolute;
    left: 33px
}

.tle-logo .logo-mit .logo-color--primary {
    fill: #333
}

.tle-logo .logo-mit .logo-color--secondary {
    fill: #ff4646
}

.tle-logo .logo-mit :focus .logo-color--secondary,
.tle-logo .logo-mit :hover .logo-color--secondary {
    fill: #e56478
}

.tle-logo .logo-mit :focus .logo-color--secondary,
.tle-logo .logo-mit :hover .logo-color--primary {
    fill: #a31f34
}

@media (max-width:990px) {

    .tle-logo .logo-mit,
    .tle-logo .logo-mit .mit-logo {
        width: 82px;
        height: 43px
    }

    .tle-header .tle-logo .logo-mit {
        left: 25px;
        top: 17px;
        width: 193px;
        height: 43px
    }

        .tle-header .tle-logo .logo-mit .mit-logo-name {
            width: 193px;
            height: 43px
        }
}

@media (max-width:770px) {
    .tle-header .tle-logo .logo-mit {
        top: 12px;
        left: 28px;
        width: 162px;
        height: 38px
    }

        .tle-header .tle-logo .logo-mit .mit-logo-name {
            width: 162px;
            height: 38px
        }

    .tle-footer .tle-logo .logo-mit,
    .tle-nav-opened .tle-footer .tle-logo .logo-mit {
        display: none
    }
}

@media (max-width:610px) {

    .tle-logo .logo-mit,
    .tle-logo .logo-mit .mit-logo {
        width: 70px;
        height: 38px
    }

    .tle-header .tle-logo .logo-mit {
        top: 15px;
        left: 15px;
        width: 140px;
        height: 34px
    }

        .tle-header .tle-logo .logo-mit .mit-logo-name {
            width: 140px;
            height: 34px
        }
}

@media (max-width:375px) {
    .tle-logo .logo-mit .mit-logo-name {
        display: none
    }

    .tle-logo .logo-mit .mit-logo-name--alt-without-name {
        display: block;
        width: 60px;
        height: auto
    }
}

.tle-nav {
    text-align: center;
    color: #333
}

    .tle-nav .tle-nav--title {
        display: none
    }

    .tle-nav .tle-nav--list {
        margin: 0;
        padding: 0 0 0 21px;
        list-style: none;
        display: inline-block
    }

        .tle-nav .tle-nav--list .tle-nav--link-item {
            margin: 0;
            padding: 0 11px;
            list-style: none;
            float: left;
            line-height: 84px
        }

            .tle-nav .tle-nav--list .tle-nav--link-item .tle-nav--link {
                text-decoration: none;
                font-weight: 400;
                color: #050505;
                font-size: 16px;
                display: inline-block;
                word-spacing: -.1em;
                position: relative
            }

                .tle-nav .tle-nav--list .tle-nav--link-item .tle-nav--link:after {
                    position: absolute;
                    right: 0;
                    left: 0;
                    bottom: 27.72px;
                    content: "";
                    display: none;
                    height: 2px;
                    background: #ff4646
                }

                .tle-nav .tle-nav--list .tle-nav--link-item .tle-nav--link:hover:after {
                    display: inline-block
                }

            .tle-nav .tle-nav--list .tle-nav--link-item.active a {
                font-weight: 600
            }

                .tle-nav .tle-nav--list .tle-nav--link-item.active a:after {
                    display: inline-block
                }

            .tle-nav .tle-nav--list .tle-nav--link-item.tle-nav--link-item--more-block {
                display: none;
                position: relative
            }

                .tle-nav .tle-nav--list .tle-nav--link-item.tle-nav--link-item--more-block .tle-nav--link--more-button {
                    background-color: rgba(0, 0, 0, 0);
                    border: 0;
                    border-radius: 0;
                    line-height: 84px;
                    cursor: pointer
                }

                    .tle-nav .tle-nav--list .tle-nav--link-item.tle-nav--link-item--more-block .tle-nav--link--more-button .site-nav__arrow {
                        color: #ff4646
                    }

                .tle-nav .tle-nav--list .tle-nav--link-item.tle-nav--link-item--more-block .tle-nav--more--list {
                    display: none;
                    position: absolute;
                    top: 100%;
                    left: -100px;
                    background: #fff;
                    list-style: none;
                    padding: 20px;
                    width: 160px;
                    margin: 0 0 0 50%;
                    -webkit-box-shadow: 0 3px #ff4646 inset, 0 2px 15px rgba(0, 0, 0, .05);
                    box-shadow: inset 0 3px #ff4646, 0 2px 15px rgba(0, 0, 0, .05)
                }

                    .tle-nav .tle-nav--list .tle-nav--link-item.tle-nav--link-item--more-block .tle-nav--more--list .tle-nav--link-item {
                        float: none;
                        line-height: 1em;
                        text-align: left;
                        padding: 0
                    }

                        .tle-nav .tle-nav--list .tle-nav--link-item.tle-nav--link-item--more-block .tle-nav--more--list .tle-nav--link-item:not(:last-child) {
                            margin-bottom: 15px
                        }

                        .tle-nav .tle-nav--list .tle-nav--link-item.tle-nav--link-item--more-block .tle-nav--more--list .tle-nav--link-item .tle-nav--link {
                            display: block
                        }

                            .tle-nav .tle-nav--list .tle-nav--link-item.tle-nav--link-item--more-block .tle-nav--more--list .tle-nav--link-item .tle-nav--link:hover {
                                color: #a31f34
                            }

                                .tle-nav .tle-nav--list .tle-nav--link-item.tle-nav--link-item--more-block .tle-nav--more--list .tle-nav--link-item.active .tle-nav--link:after,
                                .tle-nav .tle-nav--list .tle-nav--link-item.tle-nav--link-item--more-block .tle-nav--more--list .tle-nav--link-item .tle-nav--link:hover:after {
                                    display: none
                                }

@media (max-width:1450px) {
    .tle-nav .tle-nav--list {
        padding: 0 104px 0 259px
    }
}

@media (max-width:990px) {

    .tle-nav .tle-nav--list .tle-nav--link-item,
    .tle-nav .tle-nav--list .tle-nav--link-item.tle-nav--link-item--more-block .tle-nav--link--more-button {
        line-height: 78px
    }
}

@media (max-width:770px) {
    .tle-nav .tle-nav--title {
        display: inline-block;
        position: absolute;
        right: 60px;
        top: 0;
        line-height: 60px;
        height: 60px;
        padding: 0;
        width: 73px;
        font-size: 17px;
        font-weight: 600;
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        text-decoration: none;
        color: #050505
    }

        .tle-nav .tle-nav--title span.title {
            display: inline-block;
            width: 43px
        }

        .tle-nav .tle-nav--title span.arrow {
            color: #ff4646;
            display: inline-block;
            margin-left: 4px
        }

        .tle-nav .tle-nav--title:hover {
            background-color: #ff4646
        }

            .tle-nav .tle-nav--title:hover span.arrow {
                color: #fff
            }

    .no-touchevents .tle-nav .tle-nav--title.hovered {
        cursor: pointer;
        background-color: #a31f34
    }

        .no-touchevents .tle-nav .tle-nav--title.hovered span.arrow {
            color: #fff
        }

    .tle-nav ul.tle-nav--list {
        display: none
    }
}

.tle-nav--search-button {
    position: absolute;
    right: 0;
    top: 0
}

    .tle-nav--search-button .tle-nav--search-button--trigger {
        display: block;
        height: 84px;
        width: 84px;
        position: relative
    }

        .tle-nav--search-button .tle-nav--search-button--trigger .tle-nav--search-button--icon--close,
        .tle-nav--search-button .tle-nav--search-button--trigger .tle-nav--search-button--icon--open {
            color: #ff4646;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 26px;
            height: 26px
        }

        .tle-nav--search-button .tle-nav--search-button--trigger:hover {
            background-color: #ff4646
        }

            .tle-nav--search-button .tle-nav--search-button--trigger:hover .tle-nav--search-button--icon--close,
            .tle-nav--search-button .tle-nav--search-button--trigger:hover .tle-nav--search-button--icon--open {
                color: #050505
            }

        .tle-nav--search-button .tle-nav--search-button--trigger .tle-nav--search-button--icon--close {
            display: none
        }

@media (max-width:990px) {
    .tle-nav--search-button .tle-nav--search-button--trigger {
        height: 78px;
        width: 78px
    }
}

@media (max-width:770px) {
    .tle-nav--search-button .tle-nav--search-button--trigger {
        height: 60px;
        width: 60px
    }

        .tle-nav--search-button .tle-nav--search-button--trigger .tle-nav--search-button--icon--close,
        .tle-nav--search-button .tle-nav--search-button--trigger .tle-nav--search-button--icon--open {
            width: 18px;
            height: 18px
        }
}

.site-main form .form-item {
    margin: 30px 0
}

.site-main form label {
    display: block;
    margin: 0 0 8px
}

.site-main form input[type=email],
.site-main form input[type=password],
.site-main form input[type=text],
.site-main form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    max-width: 600px;
    width: 99%;
    display: block;
    margin: 5px 0 0;
    padding: 0 0 0 1%;
    border: 1px solid rgba(0, 0, 0, .2)
}

    .site-main form input[type=email]:focus,
    .site-main form input[type=password]:focus,
    .site-main form input[type=text]:focus,
    .site-main form textarea:focus {
        outline: 0;
        -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, .1), 0 2px 0 #ff4646;
        box-shadow: 0 10px 35px rgba(0, 0, 0, .1), 0 2px 0 #ff4646;
        border: 1px solid rgba(0, 0, 0, .05)
    }

.site-main form input[type=email],
.site-main form input[type=password],
.site-main form input[type=text] {
    height: 52px
}

.site-main form textarea {
    padding: 5px
}

.site-main form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    display: block;
    padding: 0 40px;
    margin: 0 !important;
    line-height: 60px;
    height: 60px;
    border: 1px solid #ff4646;
    background-color: #fff;
    color: #333
}

    .site-main form input[type=submit]:hover {
        background-color: #ff4646;
        color: #050505
    }

.site-main form .form-required:after {
    content: "";
    vertical-align: super;
    display: inline-block;
    background-image: url(/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    margin: 0 .3em
}

.site-main form .webform-element-description {
    font-size: .85em;
    display: inline-block;
    margin-top: 5px
}

.site-main form .js-form-type-webform-markup {
    line-height: 1.35em;
    max-width: 800px
}

    .site-main form .js-form-type-webform-markup a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .site-main form .js-form-type-webform-markup a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

.site-main form .js-form-type-checkbox,
.site-main form .js-form-type-radio {
    margin: 0;
    padding: 10px 0
}

    .site-main form .js-form-type-checkbox .option,
    .site-main form .js-form-type-radio .option {
        display: inline-block;
        margin: 0
    }

.site-main form .g-recaptcha,
.status-messages {
    margin-bottom: 30px
}

.status-messages {
    font-size: 17px
}

    .status-messages .status-messages--contentinfo .status-messages--alert {
        padding: 25px 15px;
        background-color: #fff5f5;
        border-left: 2px solid #ffbcbc
    }

    .status-messages .status-messages--contentinfo .status-messages--info {
        padding: 25px 15px;
        background-color: #f2ffe8;
        border-left: 2px solid #89d651
    }

    .status-messages .status-messages--contentinfo ul {
        margin: 0
    }

    .status-messages .status-messages--contentinfo li {
        margin: 8px 0
    }

    .status-messages .status-messages--contentinfo a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .status-messages .status-messages--contentinfo a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

.front-page .status-messages {
    margin: 0
}

    .front-page .status-messages .status-messages--contentinfo .status-messages--alert {
        border-bottom: 1px solid #ffbcbc
    }

    .front-page .status-messages .status-messages--contentinfo .status-messages--info {
        border-bottom: 1px solid #89d651
    }

#block-mit-breadcrumbs .breadcrumb--list {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    font-size: 17px
}

    #block-mit-breadcrumbs .breadcrumb--list .breadcrumb--list-item {
        display: inline-block;
        margin: 0;
        padding: 0
    }

        #block-mit-breadcrumbs .breadcrumb--list .breadcrumb--list-item:not(:last-of-type):after {
            color: #ff4646;
            content: "/"
        }

        #block-mit-breadcrumbs .breadcrumb--list .breadcrumb--list-item .breadcrumb--link {
            text-decoration: none;
            color: rgba(0, 0, 0, .5)
        }

            #block-mit-breadcrumbs .breadcrumb--list .breadcrumb--list-item .breadcrumb--link:hover {
                -webkit-box-shadow: 0 -2px #ff4646 inset;
                box-shadow: inset 0 -2px #ff4646;
                color: #050505
            }

@media (max-width:610px) {
    #block-mit-breadcrumbs .breadcrumb--list {
        font-size: 15px;
        margin-bottom: 25px
    }
}

#block-mit-page-title {
    position: static
}

    #block-mit-page-title .contextual {
        display: none
    }

#block-mit-content {
    font-size: 20px
}

@media (max-width:610px) {
    #block-mit-content {
        font-size: 17px
    }
}

.front-page--top-news--hero .front-page--news-item--descr,
.page--section,
.site--browse--search,
.site-footer,
.site-header {
    padding: 0 0 0 84px
}

@media (max-width:1100px) {

    .front-page--top-news--hero .front-page--news-item--descr,
    .page--section,
    .site--browse--search,
    .site-footer,
    .site-header {
        padding: 0 32px
    }
}

@media (max-width:870px) {

    .front-page--top-news--hero .front-page--news-item--descr,
    .page--section,
    .site--browse--search,
    .site-footer,
    .site-header {
        padding: 0 28px
    }
}

@media (max-width:610px) {

    .front-page--top-news--hero .front-page--news-item--descr,
    .page--section,
    .site--browse--search,
    .site-footer,
    .site-header {
        padding: 0 15px
    }
}

.page--section .page--section--inner,
.site--browse--search .site--browse--search--inner,
.site-footer .site-footer--inner,
.site-header .site-header--inner {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 33px;
    padding-right: 84px
}

@media (max-width:1100px) {

    .page--section .page--section--inner,
    .site--browse--search .site--browse--search--inner,
    .site-footer .site-footer--inner,
    .site-header .site-header--inner {
        padding-left: 0;
        padding-right: 0
    }
}

.page--site-search #block-mit-breadcrumbs,
.page--site-search #block-mit-page-title,
.page--site-search--views--list article,
.page--site-search--views .page--site-search--views--header-wrapper--inner,
.page--site-search--views .page--site-search--views--search-form--wrapper--inner,
.page--site-search--views .views--pager--inner,
.page-itm #block-mit-breadcrumbs,
.page-itm #block-mit-page-title,
.page-itm--views--list article,
.page-itm--views .page-itm--views--header-wrapper--inner,
.page-itm--views .views--pager--inner,
.page-podcasts #block-mit-breadcrumbs,
.page-podcasts #block-mit-page-title,
.page-podcasts--views--list .term-podcasts--podcast--item,
.page-podcasts--views .page-podcasts--views--header-wrapper--inner,
.page-podcasts--views .views--pager--inner,
.page-term #block-mit-breadcrumbs,
.page-term #block-mit-page-title,
.page-term--views--list article,
.page-term--views .page-term--views--header-wrapper--inner,
.page-term--views .views--pager--inner,
.page-vocabulary #block-mit-breadcrumbs,
.page-vocabulary #block-mit-page-title,
.page-vocabulary--views--list--wrapper .page-vocabulary--views--list .list-item--content,
.page-vocabulary--views .page-vocabulary--views--header-wrapper--inner,
.page-vocabulary--views .views--pager--inner {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 33px;
    padding-right: 84px
}

@media (max-width:1100px) {

    .page--site-search #block-mit-breadcrumbs,
    .page--site-search #block-mit-page-title,
    .page--site-search--views--list article,
    .page--site-search--views .page--site-search--views--header-wrapper--inner,
    .page--site-search--views .page--site-search--views--search-form--wrapper--inner,
    .page--site-search--views .views--pager--inner,
    .page-itm #block-mit-breadcrumbs,
    .page-itm #block-mit-page-title,
    .page-itm--views--list article,
    .page-itm--views .page-itm--views--header-wrapper--inner,
    .page-itm--views .views--pager--inner,
    .page-podcasts #block-mit-breadcrumbs,
    .page-podcasts #block-mit-page-title,
    .page-podcasts--views--list .term-podcasts--podcast--item,
    .page-podcasts--views .page-podcasts--views--header-wrapper--inner,
    .page-podcasts--views .views--pager--inner,
    .page-term #block-mit-breadcrumbs,
    .page-term #block-mit-page-title,
    .page-term--views--list article,
    .page-term--views .page-term--views--header-wrapper--inner,
    .page-term--views .views--pager--inner,
    .page-vocabulary #block-mit-breadcrumbs,
    .page-vocabulary #block-mit-page-title,
    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list .list-item--content,
    .page-vocabulary--views .page-vocabulary--views--header-wrapper--inner,
    .page-vocabulary--views .views--pager--inner {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media (max-width:870px) {

    .page--site-search #block-mit-breadcrumbs,
    .page--site-search #block-mit-page-title,
    .page--site-search--views--list article,
    .page--site-search--views .page--site-search--views--header-wrapper--inner,
    .page--site-search--views .page--site-search--views--search-form--wrapper--inner,
    .page--site-search--views .views--pager--inner,
    .page-itm #block-mit-breadcrumbs,
    .page-itm #block-mit-page-title,
    .page-itm--views--list article,
    .page-itm--views .page-itm--views--header-wrapper--inner,
    .page-itm--views .views--pager--inner,
    .page-podcasts #block-mit-breadcrumbs,
    .page-podcasts #block-mit-page-title,
    .page-podcasts--views--list .term-podcasts--podcast--item,
    .page-podcasts--views .page-podcasts--views--header-wrapper--inner,
    .page-podcasts--views .views--pager--inner,
    .page-term #block-mit-breadcrumbs,
    .page-term #block-mit-page-title,
    .page-term--views--list article,
    .page-term--views .page-term--views--header-wrapper--inner,
    .page-term--views .views--pager--inner,
    .page-vocabulary #block-mit-breadcrumbs,
    .page-vocabulary #block-mit-page-title,
    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list .list-item--content,
    .page-vocabulary--views .page-vocabulary--views--header-wrapper--inner,
    .page-vocabulary--views .views--pager--inner {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media (max-width:610px) {

    .page--site-search #block-mit-breadcrumbs,
    .page--site-search #block-mit-page-title,
    .page--site-search--views--list article,
    .page--site-search--views .page--site-search--views--header-wrapper--inner,
    .page--site-search--views .page--site-search--views--search-form--wrapper--inner,
    .page--site-search--views .views--pager--inner,
    .page-itm #block-mit-breadcrumbs,
    .page-itm #block-mit-page-title,
    .page-itm--views--list article,
    .page-itm--views .page-itm--views--header-wrapper--inner,
    .page-itm--views .views--pager--inner,
    .page-podcasts #block-mit-breadcrumbs,
    .page-podcasts #block-mit-page-title,
    .page-podcasts--views--list .term-podcasts--podcast--item,
    .page-podcasts--views .page-podcasts--views--header-wrapper--inner,
    .page-podcasts--views .views--pager--inner,
    .page-term #block-mit-breadcrumbs,
    .page-term #block-mit-page-title,
    .page-term--views--list article,
    .page-term--views .page-term--views--header-wrapper--inner,
    .page-term--views .views--pager--inner,
    .page-vocabulary #block-mit-breadcrumbs,
    .page-vocabulary #block-mit-page-title,
    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list .list-item--content,
    .page-vocabulary--views .page-vocabulary--views--header-wrapper--inner,
    .page-vocabulary--views .views--pager--inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

.news-article #main .news-article--full-width-wrapper-inner,
.page--section,
.podcast #main .news-article--full-width-wrapper-inner,
.site--browse--search,
.site-footer,
.site-header,
.tle-footer,
.tle-header {
    position: relative
}

    .news-article #main .news-article--full-width-wrapper-inner:before,
    .page--section:before,
    .podcast #main .news-article--full-width-wrapper-inner:before,
    .site--browse--search:before,
    .site-footer:before,
    .site-header:before,
    .tle-footer:before,
    .tle-header:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 83px;
        height: 100%;
        border-right: 1px solid #e2e2e2;
        z-index: 0
    }

@media (max-width:990px) {

    .news-article #main .news-article--full-width-wrapper-inner:before,
    .page--section:before,
    .podcast #main .news-article--full-width-wrapper-inner:before,
    .site--browse--search:before,
    .site-footer:before,
    .site-header:before,
    .tle-footer:before,
    .tle-header:before {
        left: 77px
    }
}

@media (max-width:1100px) {

    .news-article #main .news-article--full-width-wrapper-inner:before,
    .page--section:before,
    .podcast #main .news-article--full-width-wrapper-inner:before,
    .site--browse--search:before,
    .site-footer:before,
    .site-header:before,
    .tle-footer:before,
    .tle-header:before {
        display: none
    }
}

.page--section .page--section--inner {
    padding-top: 60px;
    padding-bottom: 100px
}

.page--section h1 {
    font-size: 36px;
    font-weight: 400
}

@media (max-width:610px) {
    .page--section .page--section--inner {
        padding-top: 20px;
        padding-bottom: 40px
    }
}

.tle-header {
    padding: 0;
    height: 84px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    z-index: 1
}

@media (max-width:990px) {
    .tle-header {
        height: 78px
    }
}

@media (max-width:770px) {
    .tle-header {
        height: 60px
    }
}

.tle-search--wrapper {
    background: #000;
    color: #fff;
    display: none
}

@media (max-width:770px) {
    .tle-search--wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        overflow-y: scroll
    }
}

.tle-search-enabled {
    overflow: hidden
}

.tle-search {
    padding: 120px 60px 130px;
    margin: 0 auto;
    max-width: 560px
}

    .tle-search .tle-search-form--label {
        font-weight: 400;
        text-align: center;
        margin-bottom: 18px;
        padding-bottom: 9px;
        font-size: 17px;
        width: 100%;
        display: block;
        position: relative
    }

        .tle-search .tle-search-form--label:after {
            position: absolute;
            top: 100%;
            left: 50%;
            height: 18px;
            content: "";
            display: block;
            width: 1px;
            background: #ff4646
        }

    .tle-search .tle-search-form--input-wrapper {
        position: relative
    }

    .tle-search .tle-search-form--search-icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 27px;
        left: 20px;
        color: #ff4646
    }

    .tle-search .tle-search-form--button-reset {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: inherit;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 20px;
        top: 27px;
        width: 30px;
        height: 30px;
        cursor: pointer
    }

    .tle-search .tle-search-form--button-reset--icon {
        width: 30px;
        height: 30px;
        background-color: rgba(0, 0, 0, 0);
        color: #000
    }

        .tle-search .tle-search-form--button-reset--icon circle {
            fill: #ccc
        }

    .tle-search .tle-search-form--input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: inherit;
        margin: 0;
        width: 75%;
        max-width: 434px;
        background-color: #fff;
        color: #000;
        height: 84px;
        padding: 0 12.5%
    }

    .tle-search .tle-search--suggested-results--wrapper {
        width: 100%;
        max-width: 560px;
        margin: 1px auto 0;
        font-weight: 400
    }

    .tle-search .tle-search--suggested-results {
        background-color: #fff;
        color: #000;
        padding: 30px;
        font-size: 17px;
        margin-bottom: 20px
    }

        .tle-search .tle-search--suggested-results a {
            color: #000;
            text-decoration: none
        }

            .tle-search .tle-search--suggested-results a:hover {
                text-decoration: underline
            }

    .tle-search .tle-search--suggested-results--header {
        font-size: 17px;
        margin: 0;
        line-height: 1.1;
        font-weight: 600
    }

    .tle-search .tle-search--suggested-results--header--view-all {
        opacity: .6;
        font-weight: 400
    }

    .tle-search .tle-search--suggested-results--results {
        padding: 0;
        list-style: none;
        margin: 0 0 30px
    }

        .tle-search .tle-search--suggested-results--results > li {
            margin: 0;
            padding: 0
        }

    .tle-search .tle-search--suggested-results--result--item {
        margin-top: 3px !important;
        line-height: 1.1
    }

        .tle-search .tle-search--suggested-results--result--item .building-number-label {
            opacity: .6
        }

    .tle-search .tle-search--suggested-results--button-see-more {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: inherit;
        padding: 0;
        height: 84px;
        display: block;
        width: 100%;
        text-align: center;
        background-color: #000;
        color: #fff;
        margin: 20px 0 0
    }

    .tle-search .tle-search--suggested-results--feedback {
        line-height: 1.3;
        font-size: 17px;
        margin: 0
    }

    .tle-search .tle-search--suggested-results--feedback--link {
        color: #ccc;
        text-decoration: none
    }

        .tle-search .tle-search--suggested-results--feedback--link:hover {
            color: #fff
        }

@media (max-width:1100px) {
    .tle-search {
        padding: 80px 60px 90px
    }
}

@media (max-width:770px) {
    .tle-search {
        padding: 0;
        max-width: none
    }

        .tle-search .tle-search-form--label {
            display: none
        }

        .tle-search .tle-search-form--search-icon {
            width: 22px;
            height: 22px;
            left: 13px;
            top: 20px
        }

        .tle-search .tle-search-form--button-reset {
            right: 13px;
            top: 16px;
            width: 26px;
            height: 26px
        }

        .tle-search .tle-search-form--button-reset--icon {
            width: 26px;
            height: 26px
        }

        .tle-search .tle-search-form--input {
            height: 60px;
            max-width: none
        }

        .tle-search .tle-search--suggested-results {
            background-color: rgba(0, 0, 0, 0);
            color: #fff;
            padding: 15px;
            font-size: 15px
        }

            .tle-search .tle-search--suggested-results a {
                color: #fff
            }

        .tle-search .tle-search--suggested-results--header {
            margin-bottom: 10px;
            border-bottom: 1px solid #ccc;
            padding-bottom: 5px
        }

        .tle-search .tle-search--suggested-results--result--item {
            margin: 10px 0 !important
        }

        .tle-search .tle-search--suggested-results--button-see-more,
        .tle-search .tle-search--suggested-results--feedback {
            display: none
        }
}

.tle-footer {
    background: #f7f7f7;
    padding: 42px 84px 42px 168px;
    position: relative
}

.tle-nav-opened .tle-footer {
    background-color: rgba(0, 0, 0, 0)
}

.tle-footer .tle-footer--nav {
    font-size: 17px;
    font-weight: 400;
    width: 55%;
    position: absolute;
    right: 0
}

    .tle-footer .tle-footer--nav .tle-footer--nav--list {
        margin: 0;
        padding: 0;
        max-width: 550px;
        list-style: none
    }

        .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item {
            float: left;
            width: 33%;
            margin: 0;
            padding: 0;
            border-left: 1px solid #e6e6e6
        }

            .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item .tle-footer--nav--link {
                display: inline-block;
                margin: 0 0 4px 10px;
                color: #050505;
                text-decoration: none;
                line-height: 1.3
            }

            .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item.better-world {
                position: absolute;
                right: 84px;
                top: 0;
                display: block;
                width: 123px
            }

                .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item.better-world .tle-footer--nav--link {
                    display: block;
                    margin: 0;
                    font-size: 15px;
                    border: 1px solid #ff4646;
                    padding: 13px 18px 13px 13px
                }

                    .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item.better-world .tle-footer--nav--link .arrow--point-northeast {
                        position: absolute;
                        right: 13px;
                        color: #ff4646;
                        width: 12px;
                        height: 12px
                    }

                    .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item.better-world .tle-footer--nav--link:hover {
                        text-decoration: none;
                        background-color: #ff4646
                    }

                        .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item.better-world .tle-footer--nav--link:hover .arrow--point-northeast {
                            color: #fff
                        }

@media (max-width:1300px) {
    .tle-footer .tle-footer--nav {
        width: 47%
    }

        .tle-footer .tle-footer--nav .tle-footer--nav--list {
            max-width: 310px
        }

            .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item {
                width: 49%
            }

                .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item .tle-footer--nav--link {
                    font-size: 15px
                }
}

@media (max-width:1100px) {
    .tle-footer .tle-footer--nav {
        position: static;
        width: 80%
    }

        .tle-footer .tle-footer--nav .tle-footer--nav--list {
            max-width: 100%
        }

            .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item {
                margin: 0 0 8px;
                width: 33%;
                border: none
            }

                .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item .tle-footer--nav--link {
                    margin: 0;
                    -webkit-box-shadow: 0 -1px #ff4646 inset;
                    box-shadow: inset 0 -1px #ff4646
                }

                    .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item .tle-footer--nav--link:hover {
                        color: #a31f34
                    }

                .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item.better-world {
                    top: 42px
                }

                    .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item.better-world .tle-footer--nav--link {
                        -webkit-box-shadow: none;
                        box-shadow: none
                    }

                        .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item.better-world .tle-footer--nav--link:hover {
                            color: #050505
                        }
}

@media (max-width:770px) {
    .tle-footer .tle-footer--nav {
        width: auto
    }

        .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item.better-world {
            position: static;
            clear: left;
            width: auto;
            margin-top: 20px
        }

            .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item.better-world .tle-footer--nav--link {
                position: relative;
                padding-right: 30px
            }
}

@media (max-width:610px) {
    .tle-footer .tle-footer--nav .tle-footer--nav--list .tle-footer--nav--link-item {
        width: 50%
    }
}

.tle-footer .tle-footer--info {
    font-size: 15px;
    line-height: 1.6em;
    width: 45%;
    margin-top: -5px
}

    .tle-footer .tle-footer--info p {
        margin: 0
    }

    .tle-footer .tle-footer--info .mit-name {
        color: #050505;
        text-decoration: none;
        font-weight: 600
    }

    .tle-footer .tle-footer--info .tle-footer--utility-list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block
    }

        .tle-footer .tle-footer--info .tle-footer--utility-list .tle-footer--utility-item {
            float: left;
            margin-right: 10px
        }

            .tle-footer .tle-footer--info .tle-footer--utility-list .tle-footer--utility-item.tle-footer--utility-item--privacy {
                clear: left
            }

            .tle-footer .tle-footer--info .tle-footer--utility-list .tle-footer--utility-item .tle-footer--utility-link {
                color: #050505;
                text-decoration: none;
                -webkit-box-shadow: 0 -1px #ff4646 inset;
                box-shadow: inset 0 -1px #ff4646
            }

                .tle-footer .tle-footer--info .tle-footer--utility-list .tle-footer--utility-item .tle-footer--utility-link:hover {
                    color: #a31f34
                }

    .tle-footer .tle-footer--info .tle-footer--social-list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block
    }

        .tle-footer .tle-footer--info .tle-footer--social-list .tle-footer--social-item {
            float: left;
            margin-right: 10px
        }

            .tle-footer .tle-footer--info .tle-footer--social-list .tle-footer--social-item .tle-footer--social-link--title {
                color: #050505;
                -webkit-box-shadow: 0 -1px #ff4646 inset;
                box-shadow: inset 0 -1px #ff4646;
                text-decoration: none
            }

                .tle-footer .tle-footer--info .tle-footer--social-list .tle-footer--social-item .tle-footer--social-link--title:hover {
                    color: #a31f34
                }

            .tle-footer .tle-footer--info .tle-footer--social-list .tle-footer--social-item .tle-footer--social-link--icon {
                color: #ff4646;
                text-decoration: none
            }

                .tle-footer .tle-footer--info .tle-footer--social-list .tle-footer--social-item .tle-footer--social-link--icon:hover {
                    color: #a31f34
                }

@media (max-width:1100px) {
    .tle-footer .tle-footer--info {
        margin-top: 25px;
        width: auto
    }
}

@media (max-width:770px) {
    .tle-footer {
        padding-left: 28px;
        padding-right: 0
    }
}

@media (max-width:610px) {
    .tle-footer {
        padding: 30px 15px 15px
    }
}

.site-header {
    border-bottom: 1px solid #e2e2e2;
    background-color: #f7f7f7
}

.tle-nav-opened .site-header {
    display: none
}

.site-header.selected-browse {
    border-color: #131b29
}

.site-header .site-header--inner {
    position: relative
}

@media (max-width:500px) {
    .site-header .site-header--inner {
        height: 65px
    }
}

.site-header .site-logo--mit-news .site-logo--mit-news--heading {
    margin: 0;
    padding: 40px 0 15px
}

.site-header .site-logo--mit-news .logo--mit-news .logo {
    width: 300px
}

@media (max-width:1600px) {
    .site-header .site-logo--mit-news .site-logo--mit-news--heading {
        padding-top: 36px
    }

    .site-header .site-logo--mit-news .logo--mit-news .logo {
        width: 290px
    }
}

@media (max-width:1450px) {
    .site-header .site-logo--mit-news .site-logo--mit-news--heading {
        padding-top: 34px
    }

    .site-header .site-logo--mit-news .logo--mit-news .logo {
        width: 290px
    }
}

@media (max-width:1300px) {
    .site-header .site-logo--mit-news .site-logo--mit-news--heading {
        padding-top: 30px
    }

    .site-header .site-logo--mit-news .logo--mit-news .logo {
        width: 270px
    }
}

@media (max-width:700px) {
    .site-header .site-logo--mit-news .site-logo--mit-news--heading {
        padding-top: 25px
    }

    .site-header .site-logo--mit-news .logo--mit-news .logo {
        width: 250px
    }
}

@media (max-width:610px) {
    .site-header .site-logo--mit-news .site-logo--mit-news--heading {
        padding: 6px 0 0;
        line-height: 74px
    }

    .site-header .site-logo--mit-news .logo--mit-news .logo {
        width: 190px
    }
}

@media (max-width:500px) {
    .site-header .site-logo--mit-news .site-logo--mit-news--heading {
        padding: 18px 0 5px;
        line-height: 1em;
        font-size: 1em
    }

    .site-header .site-logo--mit-news .logo--mit-news .logo {
        width: 168px
    }
}

@media (max-width:370px) {
    .site-header .site-logo--mit-news .logo--mit-news .logo {
        width: 150px
    }
}

.site-header .site-nav--browse {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.005em;
    color: #333;
    text-decoration: none;
    display: inline-block;
    line-height: 48px;
    padding: 0 20px;
    border-left: 2px solid #e2e2e2;
    border-right: 2px solid #e2e2e2;
    -webkit-box-shadow: 0 -2px 0 0 #707070;
    box-shadow: 0 -2px 0 0 #707070;
    position: absolute;
    right: 344px;
    bottom: 0
}

    .site-header .site-nav--browse .arrow {
        border: solid #707070;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        margin: 0 6px 3px 0;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .site-header .site-nav--browse.selected {
        background-color: #131b29;
        color: #fff;
        border-color: #131b29;
        -webkit-box-shadow: 0 -2px 0 0 #ff4646;
        box-shadow: 0 -2px 0 0 #ff4646
    }

        .site-header .site-nav--browse.selected .arrow {
            border-color: #ccc;
            margin-bottom: 0;
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg)
        }

    .site-header .site-nav--browse:hover {
        -webkit-box-shadow: 0 -2px 0 0 #ff4646;
        box-shadow: 0 -2px 0 0 #ff4646
    }

@media (max-width:1100px) {
    .site-header .site-nav--browse {
        font-weight: 700;
        letter-spacing: 0;
        padding: 0 16px;
        background-position: 13px;
        right: 240px;
        right: 0;
        bottom: 0
    }
}

@media (max-width:610px) {
    .site-header .site-nav--browse {
        padding: 0 10px;
        background-position: 9px;
        -webkit-box-shadow: 0 -2px 0 0 #ff4646;
        box-shadow: 0 -2px 0 0 #ff4646;
        font-size: 13px
    }
}

@media (max-width:500px) {
    .site-header .site-nav--browse {
        background: none;
        padding: 0 10px;
        letter-spacing: -.015em
    }

        .site-header .site-nav--browse .arrow {
            display: none
        }
}

.site-header .site-header--subscribe {
    position: absolute;
    display: inline-block;
    right: 495px;
    bottom: 0;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.005em
}

    .site-header .site-header--subscribe .site-header--subscribe--link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        color: #333
    }

        .site-header .site-header--subscribe .site-header--subscribe--link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

    .site-header .site-header--subscribe .icon--mail--subscribe {
        display: inline-block;
        padding-bottom: 4px;
        padding-right: 1px
    }

@media (max-width:1100px) {
    .site-header .site-header--subscribe {
        right: 380px;
        right: 190px
    }
}

@media (max-width:770px) {
    .site-header .site-header--subscribe {
        display: none
    }
}

.site-footer {
    background-color: #f7f7f7;
    border-top: 1px solid #e2e2e2
}

.tle-nav-opened .site-footer {
    display: none
}

.site-footer .site-footer--inner {
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative
}

@media (max-width:610px) {
    .site-footer .site-footer--inner {
        padding-bottom: 30px
    }
}

@media (max-width:500px) {
    .site-footer .site-footer--inner {
        padding: 50px 0 30px
    }
}

.site-footer .site-footer--logo h2 {
    margin: 0 0 40px
}

.site-footer .site-footer--logo .mit-news-logo {
    width: 300px
}

@media (max-width:1300px) {
    .site-footer .site-footer--logo h2 {
        margin-bottom: 30px
    }

    .site-footer .site-footer--logo .mit-news-logo {
        width: 250px
    }
}

@media (max-width:990px) {
    .site-footer .site-footer--logo h2 {
        margin-bottom: 20px
    }

    .site-footer .site-footer--logo .mit-news-logo {
        width: 230px
    }
}

@media (max-width:500px) {
    .site-footer .site-footer--logo h2 {
        margin-bottom: 20px
    }

    .site-footer .site-footer--logo .mit-news-logo {
        width: 190px
    }
}

.site-footer .site-footer--intro {
    width: 70%
}

    .site-footer .site-footer--intro p {
        line-height: 1.5em
    }

        .site-footer .site-footer--intro p a {
            color: #050505;
            text-decoration: none;
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646
        }

            .site-footer .site-footer--intro p a:hover {
                background-color: #ff655d;
                -webkit-box-shadow: 0 -2px #ff655d inset;
                box-shadow: inset 0 -2px #ff655d
            }

@media (max-width:1300px) {
    .site-footer .site-footer--intro {
        font-size: 17px
    }
}

@media (max-width:1100px) {
    .site-footer .site-footer--intro {
        width: auto
    }
}

.site-footer .site-footer--news-by-schools h3 {
    margin: 30px 0 10px;
    font-size: 18px
}

@media (max-width:1300px) {
    .site-footer .site-footer--news-by-schools h3 {
        font-size: 17px
    }
}

.site-footer .site-footer--news-by-schools--list {
    counter-reset: a;
    margin: 0;
    padding: 0;
    list-style: none
}

    .site-footer .site-footer--news-by-schools--list .site-footer--news-by-schools--link-item {
        padding: 0 0 12px 25px;
        position: relative
    }

        .site-footer .site-footer--news-by-schools--list .site-footer--news-by-schools--link-item:before {
            position: absolute;
            top: .2em;
            left: 0;
            font-size: .8em;
            color: #ff4646;
            counter-increment: a;
            content: counter(a, decimal-leading-zero) ".";
            display: inline-block;
            width: 25px
        }

        .site-footer .site-footer--news-by-schools--list .site-footer--news-by-schools--link-item .site-footer--news-by-schools--link {
            color: #050505;
            text-decoration: none;
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646
        }

            .site-footer .site-footer--news-by-schools--list .site-footer--news-by-schools--link-item .site-footer--news-by-schools--link:hover {
                background-color: #ff655d;
                -webkit-box-shadow: 0 -2px #ff655d inset;
                box-shadow: inset 0 -2px #ff655d
            }

@media (max-width:1300px) {
    .site-footer .site-footer--news-by-schools--list {
        font-size: 17px
    }

        .site-footer .site-footer--news-by-schools--list .site-footer--news-by-schools--link-item:before {
            font-size: .9em;
            top: 1px
        }
}

.site-footer .site-footer--resources {
    width: 70%
}

    .site-footer .site-footer--resources .site-footer--resources--list {
        margin: 40px 0 10px;
        padding: 0;
        list-style: none
    }

        .site-footer .site-footer--resources .site-footer--resources--list .site-footer--resources--link-item {
            width: 33.33%;
            margin: 5px 0 20px;
            padding: 0;
            line-height: 1.25em;
            float: left
        }

            .site-footer .site-footer--resources .site-footer--resources--list .site-footer--resources--link-item .site-footer--resources--link {
                color: #050505;
                text-decoration: none;
                -webkit-box-shadow: 0 -2px #ff4646 inset;
                box-shadow: inset 0 -2px #ff4646;
                font-weight: 600
            }

                .site-footer .site-footer--resources .site-footer--resources--list .site-footer--resources--link-item .site-footer--resources--link:hover {
                    background-color: #ff655d;
                    -webkit-box-shadow: 0 -2px #ff655d inset;
                    box-shadow: inset 0 -2px #ff655d
                }

@media (max-width:1300px) {
    .site-footer .site-footer--resources {
        font-size: 17px
    }
}

@media (max-width:1100px) {
    .site-footer .site-footer--resources {
        width: auto
    }

        .site-footer .site-footer--resources .site-footer--resources--list .site-footer--resources--link-item {
            width: 33%
        }
}

@media (max-width:870px) {
    .site-footer .site-footer--resources .site-footer--resources--list .site-footer--resources--link-item {
        width: 47%;
        margin-right: 4%;
        margin-bottom: 10px
    }

        .site-footer .site-footer--resources .site-footer--resources--list .site-footer--resources--link-item:nth-child(2n) {
            width: 49%;
            margin-right: 0
        }
}

.site-footer .site-footer--cta {
    width: 26%;
    position: absolute;
    right: 83px;
    top: 160px
}

    .site-footer .site-footer--cta .site-footer--cta--list {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .site-footer .site-footer--cta .site-footer--cta--list .site-footer--cta--link-item {
            margin: 0;
            padding: 0 0 15px
        }

            .site-footer .site-footer--cta .site-footer--cta--list .site-footer--cta--link-item .site-footer--cta--link {
                padding: 17px;
                display: block;
                border: 2px solid #333;
                color: #333;
                font-weight: 900;
                font-size: 17px;
                letter-spacing: .01em;
                text-align: center;
                text-decoration: none
            }

                .site-footer .site-footer--cta .site-footer--cta--list .site-footer--cta--link-item .site-footer--cta--link:hover {
                    color: #050505;
                    background-color: #ff4646
                }

@media (max-width:1300px) {
    .site-footer .site-footer--cta {
        font-size: 17px;
        right: 0
    }

        .site-footer .site-footer--cta .site-footer--cta--list .site-footer--cta--link-item .site-footer--cta--link {
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0
        }
}

@media (max-width:1100px) {
    .site-footer .site-footer--cta {
        position: static;
        width: auto;
        margin-top: 40px
    }

        .site-footer .site-footer--cta .site-footer--cta--list .site-footer--cta--link-item {
            width: 49%;
            float: left;
            margin-right: 1%
        }

            .site-footer .site-footer--cta .site-footer--cta--list .site-footer--cta--link-item:nth-child(2n) {
                margin-left: 1%;
                margin-right: 0
            }
}

@media (max-width:500px) {
    .site-footer .site-footer--cta .site-footer--cta--list {
        border-top: 1px solid #e2e2e2
    }

        .site-footer .site-footer--cta .site-footer--cta--list .site-footer--cta--link-item {
            width: auto;
            clear: both;
            float: none;
            margin: 0;
            padding: 0
        }

            .site-footer .site-footer--cta .site-footer--cta--list .site-footer--cta--link-item:nth-child(2n) {
                margin: 0
            }

            .site-footer .site-footer--cta .site-footer--cta--list .site-footer--cta--link-item .site-footer--cta--link {
                font-size: 17px;
                padding: 16px 0;
                text-align: left;
                border: none;
                border-bottom: 1px solid #e2e2e2
            }
}

.site--browse--search {
    position: relative;
    background-color: #131b29;
    color: #fff
}

    .site--browse--search .site--browse--search--inner {
        position: relative
    }

@media (max-width:1100px) {
    .site--browse--search {
        display: none
    }
}

.site-browse {
    display: none
}

    .site-browse .site-browse--inner {
        padding-top: 40px;
        padding-bottom: 30px;
        position: relative
    }

    .site-browse .site-browse--recommended--head--title {
        font-size: 18px;
        margin: 0 0 15px;
        padding: 0 0 5px;
        border-bottom: 1px solid #707070
    }

    .site-browse .site-browse--recommended-section {
        margin: 35px 0 0;
        padding-bottom: 35px;
        border-bottom: 1px solid #707070
    }

    .site-browse .browse--recommended-head--title {
        font-size: 28px;
        text-transform: uppercase;
        letter-spacing: -.015em;
        margin: 0;
        padding: 0;
        display: inline-block
    }

    .site-browse .browse--recommended-head--title--view-all {
        display: inline-block;
        margin-left: 10px;
        font-size: 16px;
        text-transform: lowercase
    }

        .site-browse .browse--recommended-head--title--view-all a {
            color: #050505;
            text-decoration: none;
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646;
            color: #fff;
            font-style: italic
        }

            .site-browse .browse--recommended-head--title--view-all a:hover {
                background-color: #ff655d;
                -webkit-box-shadow: 0 -2px #ff655d inset;
                box-shadow: inset 0 -2px #ff655d;
                color: #000
            }

    .site-browse .browse--recommended--descr {
        margin-top: 20px;
        counter-reset: browse-recommended-descr-list-counter
    }

    .site-browse .browse--recommended--descr--title {
        display: inline;
        font-size: 16px;
        font-weight: 600;
        font-style: italic
    }

    .site-browse .browse--recommended-descr--list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline
    }

        .site-browse .browse--recommended-descr--list > li {
            margin: 0;
            padding: 0;
            margin-left: 15px;
            margin-right: 10px;
            margin-bottom: 8px;
            padding-left: 14px;
            position: relative;
            display: inline-block
        }

            .site-browse .browse--recommended-descr--list > li:before {
                position: absolute;
                left: -10px;
                top: 3px;
                font-size: .8em;
                color: #a2a2a2;
                counter-increment: browse-recommended-descr-list-counter;
                content: counter(browse-recommended-descr-list-counter, decimal-leading-zero) ".";
                display: inline-block
            }

            .site-browse .browse--recommended-descr--list > li a {
                color: #050505;
                text-decoration: none;
                -webkit-box-shadow: 0 -2px #ff4646 inset;
                box-shadow: inset 0 -2px #ff4646;
                color: #fff
            }

                .site-browse .browse--recommended-descr--list > li a:hover {
                    background-color: #ff655d;
                    -webkit-box-shadow: 0 -2px #ff655d inset;
                    box-shadow: inset 0 -2px #ff655d;
                    color: #000
                }

    .site-browse .site-browse--view-itm-section {
        margin-top: 30px;
        margin-bottom: 25px
    }

    .site-browse .site-browse--view-podcasts-section {
        margin-top: 20px;
        margin-bottom: 25px
    }

    .site-browse .site-browse--subscribe-section {
        margin-top: 20px;
        margin-bottom: 35px
    }

    .site-browse .site-browse--subscribe--link,
    .site-browse .site-browse--view-itm--link,
    .site-browse .site-browse--view-podcasts--link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        color: #fff
    }

        .site-browse .site-browse--subscribe--link:hover,
        .site-browse .site-browse--view-itm--link:hover,
        .site-browse .site-browse--view-podcasts--link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d;
            color: #000
        }

    .site-browse .site-browse--close--container {
        text-align: center
    }

    .site-browse .site-browse--close--button-link {
        text-decoration: none;
        color: #333;
        font-weight: 800;
        font-size: 13px;
        text-transform: uppercase;
        display: inline-block;
        padding: 4px 12px 4px 9px;
        background-color: #efefef;
        border-radius: 15px;
        letter-spacing: -.02em;
        position: absolute;
        top: 20px;
        right: 0
    }

        .site-browse .site-browse--close--button-link:hover {
            background-color: #ff655d;
            color: #000
        }

            .site-browse .site-browse--close--button-link:hover .icon--button--close {
                color: #000
            }

    .site-browse .site-browse--close--button-icon {
        display: inline-block
    }

        .site-browse .site-browse--close--button-icon .icon--button--close {
            width: 14px;
            height: 14px;
            color: #ff4646;
            margin-top: -2px
        }

@media (max-width:1600px) {
    .site-browse .site-browse--recommended--head--title {
        font-size: 17px
    }

    .site-browse .browse--recommended-head--title {
        font-size: 22px
    }

    .site-browse .browse--recommended--descr--title,
    .site-browse .browse--recommended-head--title--view-all {
        font-size: 15px
    }

    .site-browse .browse--recommended-descr--list,
    .site-browse .site-browse--subscribe-section,
    .site-browse .site-browse--view-itm-section {
        font-size: 17px
    }
}

@media (max-width:1100px) {
    .site-browse {
        display: block
    }

        .site-browse .site-browse--inner {
            position: static
        }

        .site-browse .site-browse--recommended--head--title {
            font-size: 15px
        }

        .site-browse .site-browse--recommended-section {
            margin: 25px 0 0;
            padding-bottom: 25px
        }

        .site-browse .browse--recommended-head--title {
            font-size: 18px
        }

        .site-browse .browse--recommended-head--title--view-all {
            margin-left: 5px
        }

        .site-browse .site-browse--subscribe-section,
        .site-browse .site-browse--view-itm-section {
            font-size: 15px
        }
}

@media (max-width:610px) {
    .site-browse .browse--recommended-head--title--view-all {
        margin-left: 0
    }

    .site-browse .browse--recommended--descr--title {
        display: block;
        margin-bottom: 4px
    }

    .site-browse .browse--recommended--descr {
        margin-top: 6px
    }

    .site-browse .browse--recommended-descr--list > li {
        display: block
    }
}

.site--search {
    width: 250px;
    position: absolute;
    right: 84px;
    top: -49px;
    border-left: 2px solid #e2e2e2;
    border-right: 2px solid #e2e2e2;
    -webkit-box-shadow: 0 -2px 0 0 #707070;
    box-shadow: 0 -2px 0 0 #707070
}

    .site--search.focus {
        -webkit-box-shadow: 0 -2px 0 0 #ff4646;
        box-shadow: 0 -2px 0 0 #ff4646
    }

        .site--search.focus .site-nav--search-form--keyword {
            text-transform: none
        }

    .site--search .site-nav--search-form--keyword {
        width: 194px;
        float: left;
        line-height: 48px;
        height: 48px;
        border: none;
        padding: 0 0 0 8px;
        background: rgba(0, 0, 0, 0);
        font-size: 17px;
        font-weight: 700;
        letter-spacing: .005em;
        color: #333;
        text-transform: uppercase
    }

        .site--search .site-nav--search-form--keyword.typing {
            text-transform: none
        }

    .site--search ::-webkit-input-placeholder {
        opacity: 0
    }

    .site--search ::-moz-placeholder {
        opacity: 0
    }

    .site--search :-ms-input-placeholder {
        opacity: 0
    }

    .site--search ::-ms-input-placeholder {
        opacity: 0
    }

    .site--search ::placeholder {
        opacity: 0
    }

    .site--search .site-nav--search-form--submit-button {
        width: 48px;
        height: 48px;
        float: left;
        display: block;
        border: none;
        text-indent: -9999px;
        background: rgba(0, 0, 0, 0) url(../img/buttons/button--site-nav--search--submit.svg) no-repeat 50%;
        cursor: pointer
    }

@media (max-width:1100px) {
    .site--search {
        right: 0;
        width: 230px
    }

        .site--search .site-nav--search-form--keyword {
            width: 170px;
            font-weight: 700;
            letter-spacing: 0
        }
}

@media (max-width:1100px) {
    .site--search {
        position: static;
        padding-top: 45px;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-bottom: 2px solid #fff
    }

        .site--search form {
            position: relative
        }

        .site--search .site-nav--search-form--keyword {
            color: #fff;
            margin-left: 25px;
            width: 85%
        }

        .site--search .site-nav--search-form--submit-button {
            position: absolute;
            left: -10px
        }
}

.tle-nav-opened .site-main {
    display: none
}

.site-main h1 {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    font-weight: 400;
    font-size: 36px;
    position: absolute;
    line-height: 1em;
    margin: 0;
    left: 62px;
    top: 63px
}

.site-main h2 {
    font-size: 38px;
    margin: 50px 0 26px
}

.site-main h2,
.site-main h3 {
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #333
}

.site-main h3 {
    font-size: 30px;
    margin: 50px 0 24px
}

.site-main h4 {
    font-weight: 500;
    font-size: 26px;
    margin: 50px 0 21px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #333
}

.site-main p {
    line-height: 1.55em
}

.site-main img {
    height: auto;
    max-width: 100%
}

@media (max-width:1300px) {
    .site-main h1 {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 38px;
        font-weight: 700;
        letter-spacing: -.03em;
        color: #333;
        margin: 15px 0 50px;
        white-space: normal
    }

    .site-main h2 {
        font-size: 36px
    }
}

@media (max-width:990px) {
    .site-main h2 {
        font-size: 28px;
        margin-bottom: 25px
    }
}

@media (max-width:610px) {
    .site-main h1 {
        font-size: 26px;
        margin: 15px 0 25px
    }
}

#user-login-form p a {
    color: #050505;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px #ff4646 inset;
    box-shadow: inset 0 -2px #ff4646
}

    #user-login-form p a:hover {
        background-color: #ff655d;
        -webkit-box-shadow: 0 -2px #ff655d inset;
        box-shadow: inset 0 -2px #ff655d
    }

#simplesamlphp-auth-login-link {
    margin-bottom: 80px
}

.simplesamlphp-auth-login-link {
    font-weight: 600;
    display: inline-block;
    padding: 0 40px;
    line-height: 60px;
    height: 60px;
    border: 1px solid #ff4646;
    background-color: #fff;
    color: #333;
    text-decoration: none
}

    .simplesamlphp-auth-login-link:hover {
        background-color: #ff4646;
        color: #050505
    }

.front-page--top-news {
    background-color: #2e2e2e
}

    .front-page--top-news:before {
        border-color: #575757
    }

    .front-page--top-news .page--section--inner {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        max-width: 1500px
    }

    .front-page--top-news .front-page--news-item--teaser {
        opacity: 0
    }

        .front-page--top-news .front-page--news-item--teaser.loaded {
            opacity: 1;
            -webkit-transition: opacity .6s linear;
            -o-transition: opacity .6s linear;
            transition: opacity .6s linear
        }

    .front-page--top-news .front-page--news-item--cover-image {
        width: 56%;
        float: left
    }

        .front-page--top-news .front-page--news-item--cover-image .front-page--news-item--cover-image--file {
            position: relative;
            height: 0;
            padding-top: 60%
        }

            .front-page--top-news .front-page--news-item--cover-image .front-page--news-item--cover-image--file img {
                position: absolute;
                top: 0;
                left: 0;
                max-width: 100%;
                height: auto
            }

        .front-page--top-news .front-page--news-item--cover-image .image--link--file-wrapper {
            background-size: cover;
            background-position: 50% 50%
        }

            .front-page--top-news .front-page--news-item--cover-image .image--link--file-wrapper img {
                opacity: 0
            }

    .front-page--top-news .front-page--news-item--descr {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .front-page--top-news .front-page--news-item--descr--inner {
        padding: 0 0 70px 25px;
        font-size: 29px;
        font-weight: 600;
        color: #fff
    }

    .front-page--top-news .front-page--news-item--title {
        font-size: 43px;
        font-weight: 700;
        letter-spacing: -.03em;
        margin: 0 0 6px;
        line-height: 1.05em;
        color: #fff
    }

    .front-page--top-news .front-page--news-item--title--link {
        color: #fff;
        text-decoration: none
    }

        .front-page--top-news .front-page--news-item--title--link:hover {
            -webkit-box-shadow: 0 -3px #ff4646 inset;
            box-shadow: inset 0 -3px #ff4646
        }

    .front-page--top-news .front-page--news-item--contains-video--icon .icon--watch-video {
        width: 24px;
        height: 24px;
        color: #fff;
        margin-bottom: 5px;
        margin-right: -5px
    }

    .front-page--top-news .front-page--news-item--contains-audio-link--icon .icon--listen-audio {
        width: 24px;
        height: 24px;
        color: #fff;
        margin-bottom: 5px
    }

    .front-page--top-news .front-page--news-item--full-story {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: .03em
    }

    .front-page--top-news .front-page--news-item--full-story-link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        -webkit-box-shadow: 0 -1.5px #ff4646 inset;
        box-shadow: inset 0 -1.5px #ff4646
    }

        .front-page--top-news .front-page--news-item--full-story-link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d;
            -webkit-box-shadow: 0 -1.5px #ff655d inset;
            box-shadow: inset 0 -1.5px #ff655d
        }

@media (max-width:1700px) {
    .front-page--top-news .page--section--inner {
        padding-right: 0;
        max-width: none
    }

    .front-page--top-news .front-page--news-item--cover-image {
        width: 51%
    }

    .front-page--top-news .front-page--news-item--descr--inner {
        padding-right: 45px;
        padding-left: 25px;
        padding-bottom: 50px
    }
}

@media (max-width:1600px) {
    .front-page--top-news .front-page--news-item--title {
        font-size: 38px
    }

    .front-page--top-news .front-page--news-item--descr--inner {
        font-size: 27px
    }
}

@media (max-width:1450px) {
    .front-page--top-news .front-page--news-item--descr--inner {
        font-size: 25px;
        padding-bottom: 40px
    }

    .front-page--top-news .front-page--news-item--title {
        font-size: 36px
    }

    .front-page--top-news .front-page--news-item--contains-video--icon .icon--watch-video {
        width: 20px;
        height: 20px;
        margin-bottom: 3px;
        margin-right: -3px
    }

    .front-page--top-news .front-page--news-item--contains-audio-link--icon .icon--listen-audio {
        width: 20px;
        height: 20px;
        margin-bottom: 3px
    }
}

@media (max-width:1300px) {
    .front-page--top-news {
        padding: 0
    }

        .front-page--top-news .page--section--inner {
            padding-left: 0
        }

        .front-page--top-news .front-page--news-item--cover-image {
            width: 53%
        }

        .front-page--top-news .front-page--news-item--descr--inner {
            padding-left: 18px;
            padding-right: 32px;
            padding-bottom: 30px
        }

        .front-page--top-news .front-page--news-item--title {
            font-size: 36px;
            margin-bottom: 5px
        }

        .front-page--top-news .front-page--news-item--full-story {
            font-size: 14px
        }
}

@media (max-width:1100px) {
    .front-page--top-news .front-page--news-item--title {
        font-size: 30px
    }

    .front-page--top-news .front-page--news-item--descr--inner {
        padding-bottom: 15px;
        font-size: 20px
    }
}

@media (max-width:990px) {
    .front-page--top-news .page--section--inner {
        padding-left: 0
    }

    .front-page--top-news .front-page--news-item--cover-image {
        width: 100%;
        float: none
    }

        .front-page--top-news .front-page--news-item--cover-image .image--link--file-wrapper {
            background: none !important
        }

            .front-page--top-news .front-page--news-item--cover-image .image--link--file-wrapper img {
                opacity: 1;
                min-height: 0
            }

        .front-page--top-news .front-page--news-item--cover-image img {
            max-width: none;
            width: 100%
        }

    .front-page--top-news .front-page--news-item--descr {
        min-height: auto !important
    }

    .front-page--top-news .front-page--news-item--descr--inner {
        padding: 22px 32px 55px
    }

    .front-page--top-news .front-page--news-item--title {
        margin-bottom: 6px
    }

    .front-page--top-news .front-page--news-item--contains-audio-link--icon .icon--listen-audio,
    .front-page--top-news .front-page--news-item--contains-video--icon .icon--watch-video {
        width: 18px;
        height: 18px;
        margin-bottom: 2px
    }
}

@media (max-width:870px) {
    .front-page--top-news {
        padding: 0
    }

        .front-page--top-news .front-page--news-item--descr--inner {
            padding: 16px 28px 40px;
            font-size: 18px
        }

        .front-page--top-news .front-page--news-item--title {
            font-size: 26px
        }
}

@media (max-width:610px) {
    .front-page--top-news .front-page--news-item--title {
        font-size: 23px
    }

    .front-page--top-news .front-page--news-item--descr--inner {
        font-size: 16px;
        padding: 16px 15px 35px
    }

    .front-page--top-news .front-page--news-item--full-story {
        display: none
    }
}

.front-page--top-news--hero {
    padding: 0;
    background-color: #2e2e2e
}

    .front-page--top-news--hero:before {
        z-index: 99
    }

    .front-page--top-news--hero .page--section--inner {
        padding: 0;
        max-width: none
    }

    .front-page--top-news--hero .front-page--news-item--teaser {
        position: relative
    }

    .front-page--top-news--hero .front-page--news-item--cover-image {
        position: relative;
        height: 0;
        padding-top: 50%
    }

        .front-page--top-news--hero .front-page--news-item--cover-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto
        }

        .front-page--top-news--hero .front-page--news-item--cover-image .image--link--file-wrapper {
            background-size: 100%
        }

            .front-page--top-news--hero .front-page--news-item--cover-image .image--link--file-wrapper img,
            .front-page--top-news--hero .front-page--news-item--cover-image img {
                opacity: 0
            }

                .front-page--top-news--hero .front-page--news-item--cover-image img.loaded {
                    opacity: 1;
                    -webkit-transition: opacity .8s linear;
                    -o-transition: opacity .8s linear;
                    transition: opacity .8s linear
                }

    .front-page--top-news--hero .front-page--news-item--descr {
        position: absolute;
        top: 52%;
        left: 30px;
        right: 0
    }

    .front-page--top-news--hero .front-page--news-item--descr--text {
        width: 38%;
        max-width: 650px;
        background-color: rgba(0, 0, 0, .75);
        color: #fff;
        padding: 30px;
        font-size: 20px
    }

    .front-page--top-news--hero .front-page--news-item--title {
        font-size: 36px;
        font-weight: 700;
        letter-spacing: -.03em;
        margin: 0 0 5px;
        line-height: 1.05em;
        color: #fff
    }

    .front-page--top-news--hero .front-page--news-item--title--link {
        color: #fff;
        text-decoration: none
    }

        .front-page--top-news--hero .front-page--news-item--title--link:hover {
            -webkit-box-shadow: 0 -3px #ff4646 inset;
            box-shadow: inset 0 -3px #ff4646
        }

    .front-page--top-news--hero .front-page--news-item--contains-video--icon .icon--watch-video {
        width: 24px;
        height: 24px;
        color: #ccc;
        margin-bottom: 5px;
        margin-right: -5px
    }

    .front-page--top-news--hero .front-page--news-item--contains-audio-link--icon .icon--listen-audio {
        width: 24px;
        height: 24px;
        color: #ccc;
        margin-bottom: 5px
    }

    .front-page--top-news--hero .front-page--news-item--full-story {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: .03em;
        margin-bottom: 0
    }

    .front-page--top-news--hero .front-page--news-item--full-story-link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        color: #fff;
        -webkit-box-shadow: 0 -1.5px #ff4646 inset;
        box-shadow: inset 0 -1.5px #ff4646
    }

        .front-page--top-news--hero .front-page--news-item--full-story-link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d;
            -webkit-box-shadow: 0 -1.5px #ff655d inset;
            box-shadow: inset 0 -1.5px #ff655d
        }

@media (max-width:1450px) {
    .front-page--top-news--hero .front-page--news-item--descr--text {
        font-size: 18px
    }

    .front-page--top-news--hero .front-page--news-item--title {
        font-size: 30px
    }

    .front-page--top-news--hero .front-page--news-item--full-story {
        font-size: 15px
    }

    .front-page--top-news--hero .front-page--news-item--contains-video--icon .icon--watch-video {
        width: 18px;
        height: 18px;
        margin-right: -3px
    }

    .front-page--top-news--hero .front-page--news-item--contains-audio-link--icon .icon--listen-audio {
        width: 18px;
        height: 18px
    }
}

@media (max-width:1100px) {
    .front-page--top-news--hero .front-page--news-item--descr {
        left: 0
    }

    .front-page--top-news--hero .front-page--news-item--descr--text {
        width: 50%
    }

    .front-page--top-news--hero .front-page--news-item--contains-audio-link--icon .icon--listen-audio,
    .front-page--top-news--hero .front-page--news-item--contains-video--icon .icon--watch-video {
        width: 14px;
        height: 14px
    }
}

@media (max-width:1100px) {
    .front-page--top-news--hero .front-page--news-item--descr--text {
        padding: 20px 15px;
        margin-left: -15px
    }
}

@media (max-width:870px) {
    .front-page--top-news--hero .front-page--news-item--descr {
        position: static;
        padding: 0
    }

    .front-page--top-news--hero .front-page--news-item--descr--inner {
        padding: 16px 28px 55px;
        font-size: 18px
    }

    .front-page--top-news--hero .front-page--news-item--title {
        font-size: 26px
    }

    .front-page--top-news--hero .front-page--news-item--descr--text {
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        margin: 0;
        width: auto;
        max-width: none
    }
}

@media (max-width:610px) {
    .front-page--top-news--hero .front-page--news-item--title {
        font-size: 23px
    }

    .front-page--top-news--hero .front-page--news-item--descr--inner {
        font-size: 16px;
        padding: 16px 15px 35px
    }
}

.front-page--featured-news {
    border-top: 1px solid #e2e2e2
}

    .front-page--featured-news .page--section--inner {
        max-width: 1530px;
        padding: 45px 52px 15px 0
    }

    .front-page--featured-news .front-page--section-title {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        white-space: nowrap;
        font-weight: 400;
        font-size: 28px;
        position: absolute;
        line-height: 1em;
        margin: 0;
        left: 56px;
        top: 45px
    }

    .front-page--featured-news .front-page--section-content--list-item {
        width: 50%;
        padding: 0 0 45px;
        float: left
    }

        .front-page--featured-news .front-page--section-content--list-item .front-page--news-article--teaser,
        .front-page--featured-news .front-page--section-content--list-item .front-page--news-clip--teaser {
            padding-right: 28px
        }

        .front-page--featured-news .front-page--section-content--list-item .front-page--news-clip--teaser {
            margin-top: -6px
        }

        .front-page--featured-news .front-page--section-content--list-item.even {
            float: none;
            overflow: hidden
        }

            .front-page--featured-news .front-page--section-content--list-item.even .front-page--news-article--teaser,
            .front-page--featured-news .front-page--section-content--list-item.even .front-page--news-clip--teaser {
                padding-right: 0;
                padding-left: 28px
            }

    .front-page--featured-news .front-page--news-article--teaser--cover-image {
        width: 40%;
        padding-right: 15px;
        float: left
    }

    .front-page--featured-news .front-page--news-article--teaser--descr {
        overflow: hidden;
        line-height: 1.3;
        font-size: 18px;
        padding-top: 5px
    }

        .front-page--featured-news .front-page--news-article--teaser--descr p {
            margin: 4px 0 8px
        }

    .front-page--featured-news .front-page--news-article--teaser--title {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -.035em;
        margin: 0;
        padding: 2px 0 5px;
        line-height: 1.15
    }

    .front-page--featured-news .front-page--news-article--teaser--title--link {
        color: #333;
        text-decoration: none
    }

        .front-page--featured-news .front-page--news-article--teaser--title--link:hover {
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646
        }

    .front-page--featured-news .front-page--news-item--contains-audio-link--icon .icon--listen-audio,
    .front-page--featured-news .front-page--news-item--contains-video--icon .icon--watch-video {
        width: 20px;
        height: 20px;
        color: #5a5a5a
    }

    .front-page--featured-news .front-page--news-article--full-story {
        font-size: 17px;
        margin: 7px 0 0
    }

    .front-page--featured-news .front-page--news-article--full-story-link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        letter-spacing: .03em
    }

        .front-page--featured-news .front-page--news-article--full-story-link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

    .front-page--featured-news .front-page--news-clip--teaser--title {
        margin: 0;
        line-height: 1
    }

    .front-page--featured-news .front-page--news-clip--teaser--title--link {
        text-decoration: none
    }

    .front-page--featured-news .front-page--news-clip--teaser--title--itm {
        display: inline-block;
        padding: 5px 8px;
        font-size: 12px;
        letter-spacing: -.02em;
        background-color: #d5d5d5;
        font-weight: 700;
        border-radius: 4px
    }

    .front-page--featured-news .front-page--news-clip--teaser--title--outlet {
        margin-top: 8px;
        display: block;
        font-size: 24px;
        letter-spacing: -.021em;
        font-weight: 800;
        line-height: 1.15;
        color: #333
    }

    .front-page--featured-news .front-page--news-clip--teaser--descr {
        max-width: 700px;
        font-size: 18px
    }

        .front-page--featured-news .front-page--news-clip--teaser--descr p {
            margin: 8px 0 10px
        }

    .front-page--featured-news .front-page--news-clip--teaser--link-to-source {
        font-size: 17px
    }

    .front-page--featured-news .front-page--news-clip--teaser--link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .front-page--featured-news .front-page--news-clip--teaser--link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

        .front-page--featured-news .front-page--news-clip--teaser--link div {
            display: inline
        }

    .front-page--featured-news .front-page--news-clip--teaser--link-to-source--icon .icon--document,
    .front-page--featured-news .front-page--news-clip--teaser--link-to-source--icon .icon--listen-audio,
    .front-page--featured-news .front-page--news-clip--teaser--link-to-source--icon .icon--watch-video {
        width: auto;
        height: 20px;
        color: #ff4646;
        margin-right: 1px
    }

@media (max-width:1700px) {
    .front-page--featured-news .page--section--inner {
        padding: 50px 93px 15px 40px
    }

    .front-page--featured-news .front-page--section-title {
        top: 50px
    }

    .front-page--featured-news .front-page--section-content--list-item {
        padding: 0 0 35px
    }
}

@media (max-width:1600px) {
    .front-page--featured-news .front-page--news-article--teaser--cover-image {
        padding-right: 15px
    }

    .front-page--featured-news .front-page--news-article--teaser--title {
        font-size: 20px
    }

    .front-page--featured-news .front-page--news-item--contains-audio-link--icon .icon--listen-audio,
    .front-page--featured-news .front-page--news-item--contains-video--icon .icon--watch-video {
        width: 18px;
        height: 18px
    }

    .front-page--featured-news .front-page--news-article--teaser--descr {
        font-size: 17px
    }

    .front-page--featured-news .front-page--news-article--full-story-link {
        font-size: 15px
    }

    .front-page--featured-news .front-page--news-clip--teaser--title--outlet {
        font-size: 15px
    }

    .front-page--featured-news .front-page--news-clip--teaser--descr {
        font-size: 17px
    }

    .front-page--featured-news .front-page--news-clip--teaser--link-to-source {
        font-size: 15px
    }

    .front-page--featured-news .front-page--news-clip--teaser--link-to-source--icon .icon--document,
    .front-page--featured-news .front-page--news-clip--teaser--link-to-source--icon .icon--listen-audio,
    .front-page--featured-news .front-page--news-clip--teaser--link-to-source--icon .icon--watch-video {
        width: auto;
        height: 18px
    }
}

@media (max-width:1450px) {
    .front-page--featured-news .page--section--inner {
        padding-left: 33px;
        padding-right: 84px
    }

    .front-page--featured-news .front-page--news-article--teaser--descr {
        padding-top: 3px
    }
}

@media (max-width:1300px) {
    .front-page--featured-news .front-page--news-article--teaser--cover-image {
        padding-right: 10px
    }

    .front-page--featured-news .front-page--news-article--teaser--descr {
        padding-top: 0
    }

    .front-page--featured-news .front-page--section-content--list-item .front-page--news-article--teaser,
    .front-page--featured-news .front-page--section-content--list-item .front-page--news-clip--teaser {
        padding-right: 12px
    }

    .front-page--featured-news .front-page--section-content--list-item.even .front-page--news-article--teaser,
    .front-page--featured-news .front-page--section-content--list-item.even .front-page--news-clip--teaser {
        padding-right: 0;
        padding-left: 12px
    }

    .front-page--featured-news .front-page--news-article--teaser--title {
        padding-bottom: 2px
    }
}

@media (max-width:1100px) {
    .front-page--featured-news {
        border-top: none
    }

        .front-page--featured-news .page--section--inner {
            padding-top: 0;
            padding-left: 0;
            padding-right: 0
        }

        .front-page--featured-news .front-page--section-title {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            padding: 0 0 30px;
            margin: 0;
            display: block;
            line-height: 30px;
            font-size: 17px;
            font-weight: 800
        }

            .front-page--featured-news .front-page--section-title:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 3px;
                background-color: #2e2e2e;
                z-index: 0
            }

            .front-page--featured-news .front-page--section-title:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 1px;
                margin-top: 28px;
                background-color: #2e2e2e;
                z-index: 0
            }

        .front-page--featured-news .front-page--news-article--teaser--title {
            font-size: 18px
        }

        .front-page--featured-news .front-page--news-article--teaser--descr {
            font-size: 15px
        }

        .front-page--featured-news .front-page--news-clip--teaser--title--outlet {
            font-size: 20px
        }

        .front-page--featured-news .front-page--news-clip--teaser--descr {
            font-size: 15px
        }

            .front-page--featured-news .front-page--news-clip--teaser--descr p {
                margin-top: 4px
            }

        .front-page--featured-news .front-page--news-article--teaser--cover-image {
            width: 36%
        }
}

@media (max-width:770px) {
    .front-page--featured-news .front-page--news-article--teaser--dek {
        display: none
    }
}

@media (max-width:610px) {
    .front-page--featured-news .front-page--section-title {
        padding-bottom: 25px
    }

    .front-page--featured-news .front-page--section-content--list-item {
        float: none;
        width: 100%;
        padding: 0 0 25px !important
    }

        .front-page--featured-news .front-page--section-content--list-item .front-page--news-article--teaser,
        .front-page--featured-news .front-page--section-content--list-item .front-page--news-clip--teaser {
            padding: 0 !important
        }

    .front-page--featured-news .front-page--news-article--teaser--cover-image {
        width: 39%;
        padding-right: 9px;
        float: left;
        margin-bottom: 0
    }

    .front-page--featured-news .front-page--news-item--contains-audio-link--icon .icon--listen-audio,
    .front-page--featured-news .front-page--news-item--contains-video--icon .icon--watch-video {
        width: 16px;
        height: 16px
    }

    .front-page--featured-news .front-page--news-article--full-story {
        display: none
    }
}

.front-page--recent-highlights {
    border-top: 1px solid #e2e2e2
}

    .front-page--recent-highlights .page--section--inner {
        padding-top: 60px;
        padding-bottom: 15px
    }

    .front-page--recent-highlights .front-page--section-title {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        white-space: nowrap;
        font-weight: 400;
        font-size: 28px;
        position: absolute;
        line-height: 1em;
        margin: 0;
        left: 56px;
        top: 60px
    }

    .front-page--recent-highlights .front-page--section-content--list-item {
        width: 50%;
        padding: 0 0 45px;
        float: left
    }

        .front-page--recent-highlights .front-page--section-content--list-item .front-page--news-article--teaser {
            padding-right: 28px
        }

        .front-page--recent-highlights .front-page--section-content--list-item.even {
            float: none;
            overflow: hidden
        }

            .front-page--recent-highlights .front-page--section-content--list-item.even .front-page--news-article--teaser {
                padding-right: 0;
                padding-left: 28px
            }

    .front-page--recent-highlights .front-page--news-article--teaser--cover-image {
        width: 40%;
        padding-right: 15px;
        float: left
    }

        .front-page--recent-highlights .front-page--news-article--teaser--cover-image img {
            width: 100%;
            height: auto
        }

    .front-page--recent-highlights .front-page--news-article--teaser--descr {
        overflow: hidden;
        font-size: 17px;
        line-height: 1.3;
        padding-top: 5px
    }

        .front-page--recent-highlights .front-page--news-article--teaser--descr p {
            margin: 4px 0 8px
        }

    .front-page--recent-highlights .front-page--news-article--teaser--title {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: -.035em;
        margin: 0;
        padding: 2px 0 5px;
        line-height: 1.15
    }

    .front-page--recent-highlights .front-page--news-article--teaser--title--link {
        color: #333;
        text-decoration: none
    }

        .front-page--recent-highlights .front-page--news-article--teaser--title--link:hover {
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646
        }

    .front-page--recent-highlights .front-page--news-article--contains-video--icon .icon--watch-video,
    .front-page--recent-highlights .front-page--news-item--contains-audio-link--icon .icon--listen-audio {
        width: 18px;
        height: 18px;
        color: #5a5a5a
    }

    .front-page--recent-highlights .front-page--news-article--full-story {
        font-size: 17px;
        margin: 7px 0 0
    }

    .front-page--recent-highlights .front-page--news-article--full-story-link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        letter-spacing: .03em
    }

        .front-page--recent-highlights .front-page--news-article--full-story-link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

    .front-page--recent-highlights .front-page--recent-highlights--more-news {
        margin-top: 0;
        margin-bottom: 45px
    }

        .front-page--recent-highlights .front-page--recent-highlights--more-news .arrow--point-down {
            color: #5a5a5a;
            width: 12px;
            height: auto
        }

    .front-page--recent-highlights .front-page--recent-highlights--more-news--link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        font-size: 18px;
        font-weight: 600
    }

        .front-page--recent-highlights .front-page--recent-highlights--more-news--link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

@media (max-width:1700px) {
    .front-page--recent-highlights .page--section--inner {
        padding-top: 50px;
        padding-bottom: 15px
    }

    .front-page--recent-highlights .front-page--section-title {
        top: 50px
    }

    .front-page--recent-highlights .front-page--section-content--list-item {
        padding: 0 0 35px
    }
}

@media (max-width:1600px) {
    .front-page--recent-highlights .front-page--news-article--teaser--cover-image {
        padding-right: 15px
    }

    .front-page--recent-highlights .front-page--news-article--teaser--title {
        font-size: 20px
    }

    .front-page--recent-highlights .front-page--news-item--contains-audio-link--icon .icon--listen-audio,
    .front-page--recent-highlights .front-page--news-item--contains-video--icon .icon--watch-video {
        width: 18px;
        height: 18px
    }

    .front-page--recent-highlights .front-page--news-article--teaser--descr {
        font-size: 17px
    }

    .front-page--recent-highlights .front-page--news-article--full-story-link {
        font-size: 15px
    }

    .front-page--recent-highlights .front-page--recent-highlights--more-news--link {
        font-size: 17px
    }
}

@media (max-width:1450px) {
    .front-page--recent-highlights .front-page--news-article--teaser--title {
        font-size: 20px
    }

    .front-page--recent-highlights .front-page--news-article--teaser--descr {
        padding-top: 3px
    }
}

@media (max-width:1300px) {
    .front-page--recent-highlights .front-page--news-article--teaser--cover-image {
        padding-right: 10px
    }

    .front-page--recent-highlights .front-page--news-article--teaser--descr {
        padding-top: 0
    }

    .front-page--recent-highlights .front-page--section-content--list-item .front-page--news-article--teaser,
    .front-page--recent-highlights .front-page--section-content--list-item .front-page--news-clip--teaser {
        padding-right: 12px
    }

    .front-page--recent-highlights .front-page--section-content--list-item.even .front-page--news-article--teaser,
    .front-page--recent-highlights .front-page--section-content--list-item.even .front-page--news-clip--teaser {
        padding-right: 0;
        padding-left: 12px
    }

    .front-page--recent-highlights .front-page--news-article--teaser--title {
        padding-bottom: 2px
    }
}

@media (max-width:1100px) {
    .front-page--recent-highlights {
        border-top: none
    }

        .front-page--recent-highlights .page--section--inner {
            padding-top: 0;
            padding-left: 0;
            padding-right: 0
        }

        .front-page--recent-highlights .front-page--section-title {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            padding: 0 0 30px;
            margin: 0;
            display: block;
            line-height: 30px;
            font-size: 17px;
            font-weight: 800
        }

            .front-page--recent-highlights .front-page--section-title:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 3px;
                background-color: #2e2e2e;
                z-index: 0
            }

            .front-page--recent-highlights .front-page--section-title:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 1px;
                margin-top: 28px;
                background-color: #2e2e2e;
                z-index: 0
            }

        .front-page--recent-highlights .front-page--news-article--teaser--title {
            font-size: 18px
        }

        .front-page--recent-highlights .front-page--news-article--teaser--descr {
            font-size: 15px
        }

        .front-page--recent-highlights .front-page--news-article--teaser--cover-image {
            width: 36%
        }
}

@media (max-width:770px) {
    .front-page--recent-highlights .front-page--news-article--teaser--dek {
        display: none
    }
}

@media (max-width:610px) {
    .front-page--recent-highlights .page--section--inner {
        padding-top: 15px;
        padding-bottom: 0
    }

    .front-page--recent-highlights .front-page--section-title {
        padding-bottom: 25px
    }

    .front-page--recent-highlights .front-page--section-content--list-item {
        float: none;
        width: 100%;
        padding: 0 0 25px !important
    }

        .front-page--recent-highlights .front-page--section-content--list-item .front-page--news-article--teaser,
        .front-page--recent-highlights .front-page--section-content--list-item .front-page--news-clip--teaser {
            padding: 0 !important
        }

    .front-page--recent-highlights .front-page--news-article--contains-video--icon .icon--watch-video,
    .front-page--recent-highlights .front-page--news-item--contains-audio-link--icon .icon--listen-audio {
        width: 16px;
        height: 16px
    }

    .front-page--recent-highlights .front-page--news-article--teaser--cover-image {
        width: 39%;
        padding-right: 9px;
        float: left;
        margin-bottom: 0
    }

    .front-page--recent-highlights .front-page--news-article--full-story {
        display: none
    }

    .front-page--recent-highlights .front-page--recent-highlights--more-news {
        margin-bottom: 30px
    }
}

.front-page--community-updates {
    border-top: 1px solid #e2e2e2
}

    .front-page--community-updates .page--section--inner {
        padding-top: 60px;
        padding-bottom: 15px
    }

    .front-page--community-updates .front-page--section-title {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        white-space: nowrap;
        font-weight: 400;
        font-size: 28px;
        position: absolute;
        line-height: 1em;
        margin: 0;
        left: 56px;
        top: 60px
    }

    .front-page--community-updates .front-page--section-content--list-item {
        width: 50%;
        padding: 0 0 45px;
        float: left
    }

        .front-page--community-updates .front-page--section-content--list-item .front-page--news-article--teaser {
            padding-right: 28px
        }

        .front-page--community-updates .front-page--section-content--list-item.even {
            float: none;
            overflow: hidden
        }

            .front-page--community-updates .front-page--section-content--list-item.even .front-page--news-article--teaser {
                padding-right: 0;
                padding-left: 28px
            }

    .front-page--community-updates .front-page--news-article--teaser--cover-image {
        width: 40%;
        padding-right: 15px;
        float: left
    }

        .front-page--community-updates .front-page--news-article--teaser--cover-image img {
            width: 100%;
            height: auto
        }

    .front-page--community-updates .front-page--news-article--teaser--descr {
        overflow: hidden;
        font-size: 17px;
        line-height: 1.3;
        padding-top: 5px
    }

        .front-page--community-updates .front-page--news-article--teaser--descr p {
            margin: 4px 0 8px
        }

    .front-page--community-updates .front-page--news-article--teaser--title {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: -.035em;
        margin: 0;
        padding: 2px 0 5px;
        line-height: 1.15
    }

    .front-page--community-updates .front-page--news-article--teaser--title--link {
        color: #333;
        text-decoration: none
    }

        .front-page--community-updates .front-page--news-article--teaser--title--link:hover {
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646
        }

    .front-page--community-updates .front-page--news-article--contains-video--icon .icon--watch-video,
    .front-page--community-updates .front-page--news-item--contains-audio-link--icon .icon--listen-audio {
        width: 18px;
        height: 18px;
        color: #5a5a5a
    }

    .front-page--community-updates .front-page--news-article--full-story {
        font-size: 17px;
        margin: 7px 0 0
    }

    .front-page--community-updates .front-page--news-article--full-story-link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        letter-spacing: .03em
    }

        .front-page--community-updates .front-page--news-article--full-story-link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

    .front-page--community-updates .front-page--recent-highlights--more-news {
        margin-top: 0;
        margin-bottom: 45px
    }

        .front-page--community-updates .front-page--recent-highlights--more-news .arrow--point-down {
            color: #5a5a5a;
            width: 12px;
            height: auto
        }

    .front-page--community-updates .front-page--recent-highlights--more-news--link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        font-size: 18px;
        font-weight: 600
    }

        .front-page--community-updates .front-page--recent-highlights--more-news--link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

@media (max-width:1700px) {
    .front-page--community-updates .page--section--inner {
        padding-top: 50px;
        padding-bottom: 15px
    }

    .front-page--community-updates .front-page--section-title {
        top: 50px
    }

    .front-page--community-updates .front-page--section-content--list-item {
        padding: 0 0 35px
    }
}

@media (max-width:1600px) {
    .front-page--community-updates .front-page--news-article--teaser--cover-image {
        padding-right: 15px
    }

    .front-page--community-updates .front-page--news-article--teaser--title {
        font-size: 20px
    }

    .front-page--community-updates .front-page--news-item--contains-audio-link--icon .icon--listen-audio,
    .front-page--community-updates .front-page--news-item--contains-video--icon .icon--watch-video {
        width: 18px;
        height: 18px
    }

    .front-page--community-updates .front-page--news-article--teaser--descr {
        font-size: 17px
    }

    .front-page--community-updates .front-page--news-article--full-story-link {
        font-size: 15px
    }

    .front-page--community-updates .front-page--recent-highlights--more-news--link {
        font-size: 17px
    }
}

@media (max-width:1450px) {
    .front-page--community-updates .front-page--news-article--teaser--title {
        font-size: 20px
    }

    .front-page--community-updates .front-page--news-article--teaser--descr {
        padding-top: 3px
    }
}

@media (max-width:1300px) {
    .front-page--community-updates .front-page--news-article--teaser--cover-image {
        padding-right: 10px
    }

    .front-page--community-updates .front-page--news-article--teaser--descr {
        padding-top: 0
    }

    .front-page--community-updates .front-page--section-content--list-item .front-page--news-article--teaser,
    .front-page--community-updates .front-page--section-content--list-item .front-page--news-clip--teaser {
        padding-right: 12px
    }

    .front-page--community-updates .front-page--section-content--list-item.even .front-page--news-article--teaser,
    .front-page--community-updates .front-page--section-content--list-item.even .front-page--news-clip--teaser {
        padding-right: 0;
        padding-left: 12px
    }

    .front-page--community-updates .front-page--news-article--teaser--title {
        padding-bottom: 2px
    }
}

@media (max-width:1100px) {
    .front-page--community-updates {
        border-top: none
    }

        .front-page--community-updates .page--section--inner {
            padding-top: 0;
            padding-left: 0;
            padding-right: 0
        }

        .front-page--community-updates .front-page--section-title {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            padding: 0 0 30px;
            margin: 0;
            display: block;
            line-height: 30px;
            font-size: 17px;
            font-weight: 800
        }

            .front-page--community-updates .front-page--section-title:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 3px;
                background-color: #2e2e2e;
                z-index: 0
            }

            .front-page--community-updates .front-page--section-title:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 1px;
                margin-top: 28px;
                background-color: #2e2e2e;
                z-index: 0
            }

        .front-page--community-updates .front-page--news-article--teaser--title {
            font-size: 18px
        }

        .front-page--community-updates .front-page--news-article--teaser--descr {
            font-size: 15px
        }

        .front-page--community-updates .front-page--news-article--teaser--cover-image {
            width: 36%
        }
}

@media (max-width:770px) {
    .front-page--community-updates .front-page--news-article--teaser--dek {
        display: none
    }
}

@media (max-width:610px) {
    .front-page--community-updates .page--section--inner {
        padding-top: 15px;
        padding-bottom: 0
    }

    .front-page--community-updates .front-page--section-title {
        padding-bottom: 25px
    }

    .front-page--community-updates .front-page--section-content--list-item {
        float: none;
        width: 100%;
        padding: 0 0 25px !important
    }

        .front-page--community-updates .front-page--section-content--list-item .front-page--news-article--teaser,
        .front-page--community-updates .front-page--section-content--list-item .front-page--news-clip--teaser {
            padding: 0 !important
        }

    .front-page--community-updates .front-page--news-article--contains-video--icon .icon--watch-video,
    .front-page--community-updates .front-page--news-item--contains-audio-link--icon .icon--listen-audio {
        width: 16px;
        height: 16px
    }

    .front-page--community-updates .front-page--news-article--teaser--cover-image {
        width: 39%;
        padding-right: 9px;
        float: left;
        margin-bottom: 0
    }

    .front-page--community-updates .front-page--news-article--full-story {
        display: none
    }

    .front-page--community-updates .front-page--recent-highlights--more-news {
        margin-bottom: 30px
    }
}

.front-page--in-the-media {
    border-top: 1px solid #e2e2e2
}

    .front-page--in-the-media .page--section--inner {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .front-page--in-the-media .front-page--section-content {
        position: relative
    }

    .front-page--in-the-media .front-page--section-title {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        white-space: nowrap;
        font-weight: 400;
        font-size: 28px;
        position: absolute;
        line-height: 1em;
        margin: 0;
        left: 56px;
        top: 70px
    }

    .front-page--in-the-media .front-page--news-clip--teaser {
        width: 34%;
        max-width: 470px;
        margin-right: 20px
    }

    .front-page--in-the-media .front-page--news-clip--teaser--inner {
        border: 2px solid #050505;
        padding: 45px 15px 55px
    }

    .front-page--in-the-media .front-page--news-clip--teaser--outlet {
        margin: 0;
        font-size: 24px;
        letter-spacing: -.021em;
        font-weight: 800;
        line-height: 1.15;
        color: #333
    }

    .front-page--in-the-media .front-page--news-clip--teaser--descr {
        font-size: 18px
    }

    .front-page--in-the-media .front-page--news-clip--teaser--link-to-source {
        font-size: 17px
    }

    .front-page--in-the-media .front-page--news-clip--teaser--link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .front-page--in-the-media .front-page--news-clip--teaser--link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

        .front-page--in-the-media .front-page--news-clip--teaser--link div {
            display: inline
        }

    .front-page--in-the-media .front-page--itm-items--nav {
        text-align: right;
        margin: 0;
        padding-top: 30px
    }

    .front-page--in-the-media .front-page--itm-items--nav--button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: inherit;
        cursor: pointer;
        padding: 12px;
        background-color: #ff4646;
        margin: 0 0 0 5px
    }

        .front-page--in-the-media .front-page--itm-items--nav--button.disabled {
            background-color: #ccc
        }

        .front-page--in-the-media .front-page--itm-items--nav--button .arrow--point-east--slider,
        .front-page--in-the-media .front-page--itm-items--nav--button .arrow--point-west--slider {
            width: 16px;
            fill: #fff
        }

    .front-page--in-the-media .front-page--itm-items-cta-list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        position: absolute;
        bottom: 0
    }

        .front-page--in-the-media .front-page--itm-items-cta-list > li {
            margin: 0;
            padding: 0
        }

        .front-page--in-the-media .front-page--itm-items-cta-list .front-page--itm-items-cta-item {
            float: left;
            margin: 0 30px 15px 0
        }

    .front-page--in-the-media .front-page--itm-items-cta-item--link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        font-size: 18px;
        font-weight: 600
    }

        .front-page--in-the-media .front-page--itm-items-cta-item--link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

    .front-page--in-the-media .front-page--news-clip--teaser--link-to-source--icon .icon--document,
    .front-page--in-the-media .front-page--news-clip--teaser--link-to-source--icon .icon--listen-audio,
    .front-page--in-the-media .front-page--news-clip--teaser--link-to-source--icon .icon--watch-video {
        width: auto;
        height: 20px;
        color: #ff4646;
        margin-right: 1px
    }

@media (max-width:1600px) {
    .front-page--in-the-media .front-page--news-clip--teaser--inner {
        padding: 35px 15px 45px
    }

    .front-page--in-the-media .front-page--news-clip--teaser--outlet,
    .front-page--in-the-media .front-page--news-clip--teaser--title--outlet {
        font-size: 20px
    }

    .front-page--in-the-media .front-page--news-clip--teaser--descr {
        font-size: 17px
    }

    .front-page--in-the-media .front-page--news-clip--teaser--link-to-source {
        font-size: 15px
    }

    .front-page--in-the-media .front-page--itm-items-cta-item--link {
        font-size: 17px
    }

    .front-page--in-the-media .front-page--news-clip--teaser--link-to-source--icon .icon--document,
    .front-page--in-the-media .front-page--news-clip--teaser--link-to-source--icon .icon--listen-audio,
    .front-page--in-the-media .front-page--news-clip--teaser--link-to-source--icon .icon--watch-video {
        width: auto;
        height: 18px
    }
}

@media (max-width:1300px) {
    .front-page--in-the-media .front-page--news-clip--teaser {
        width: 45%;
        max-width: 500px
    }
}

@media (max-width:1100px) {
    .front-page--in-the-media {
        border-top: none
    }

        .front-page--in-the-media .page--section--inner {
            padding-top: 0;
            padding-left: 0;
            padding-right: 0
        }

        .front-page--in-the-media .front-page--section-title {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            padding: 0 0 30px;
            margin: 0;
            display: block;
            line-height: 30px;
            font-size: 17px;
            font-weight: 800
        }

            .front-page--in-the-media .front-page--section-title:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 3px;
                background-color: #2e2e2e;
                z-index: 0
            }

            .front-page--in-the-media .front-page--section-title:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 1px;
                margin-top: 28px;
                background-color: #2e2e2e;
                z-index: 0
            }

        .front-page--in-the-media .front-page--news-clip--teaser {
            width: 40%;
            max-width: 420px
        }

        .front-page--in-the-media .front-page--news-clip--teaser--title--outlet {
            font-size: 20px
        }

        .front-page--in-the-media .front-page--news-clip--teaser--descr {
            font-size: 15px
        }

            .front-page--in-the-media .front-page--news-clip--teaser--descr p {
                margin-top: 6px
            }
}

@media (max-width:990px) {
    .front-page--in-the-media .front-page--news-clip--teaser {
        width: 80%;
        max-width: 380px;
        margin-right: 10px
    }

    .front-page--in-the-media .front-page--itm-items--nav {
        text-align: left;
        padding-top: 6px
    }

    .front-page--in-the-media .front-page--itm-items--nav--button {
        margin: 0 5px 0 0;
        padding: 8px
    }

    .front-page--in-the-media .front-page--itm-items-cta-list {
        position: static;
        margin-top: 30px
    }
}

@media (max-width:610px) {
    .front-page--in-the-media .page--section--inner {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .front-page--in-the-media .front-page--news-clip--teaser--inner {
        padding: 25px 12px 30px
    }

    .front-page--in-the-media .front-page--news-clip--teaser {
        width: 90%;
        max-width: 470px
    }

    .front-page--in-the-media .front-page--news-clip--teaser--outlet {
        font-size: 20px
    }

    .front-page--in-the-media .front-page--news-clip--teaser--descr {
        font-size: 15px
    }
}

.front-page--recent-news {
    background-color: rgba(0, 0, 0, 0)
}

.tle-nav-opened .front-page--recent-news {
    display: none
}

.front-page--recent-news .front-page--recent-news--content--load-more {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    height: 60px
}

    .front-page--recent-news .front-page--recent-news--content--load-more.loading .loader-wrapper {
        display: block
    }

.front-page--recent-news .front-page--recent-news--content--load-more--button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    margin: 0;
    cursor: pointer;
    padding: 15px 25px;
    border: 2px solid #333;
    background-color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: .02em;
    color: #333
}

    .front-page--recent-news .front-page--recent-news--content--load-more--button:hover {
        background-color: #ff4646;
        color: #000
    }

.front-page--recent-news .front-page--news-article--teaser--contains-audio-link--icon .icon--listen-audio,
.front-page--recent-news .front-page--news-article--teaser--contains-video--icon .icon--watch-video {
    width: 18px;
    height: 18px;
    color: #5a5a5a
}

.front-page--recent-news .loader-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    display: none
}

.front-page--recent-news .loader {
    width: 60px;
    height: 60px
}

.front-page--recent-news .ball-scale-multiple {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

    .front-page--recent-news .ball-scale-multiple > div {
        background-color: #ff4646
    }

@media (max-width:990px) {
    .front-page--recent-news .front-page--recent-news--content--load-more--button {
        font-size: 15px;
        padding: 12px 20px
    }
}

@media (max-width:610px) {
    .front-page--recent-news .front-page--news-article--teaser--contains-audio-link--icon .icon--listen-audio {
        width: 16px;
        height: 16px
    }

    .front-page--recent-news .front-page--recent-news--content--load-more {
        margin-bottom: 35px
    }
}

.front-page--videos {
    border-top: 1px solid #e2e2e2
}

@-webkit-keyframes media-video-video-in {
    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.front-page--videos .page--section--inner {
    padding-top: 70px;
    padding-bottom: 70px
}

.front-page--videos .front-page--section-content {
    position: relative
}

.front-page--videos .front-page--section-title {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    font-weight: 400;
    font-size: 28px;
    position: absolute;
    line-height: 1em;
    margin: 0;
    left: 56px;
    top: 70px
}

.front-page--videos .front-page--video-item {
    width: 40%;
    max-width: 540px;
    margin-right: 20px
}

.front-page--videos .front-page--video-item--inner {
    border: 2px solid #050505;
    padding: 5px
}

.front-page--videos .front-page--video-player {
    position: relative;
    background-color: #000
}

.front-page--videos .front-page--video-player--cover-image {
    opacity: 0
}

.front-page--videos .no-touch .front-page--video-player--cover-image {
    display: block;
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    margin-top: 0
}

    .front-page--videos .no-touch .front-page--video-player--cover-image .front-page--video-player--play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70px;
        height: 70px;
        display: block;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        background-image: url(../img/icons/icon--play-video.svg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-transition: all .2s cubic-bezier(.215, .61, .355, 1);
        -o-transition: all .2s cubic-bezier(.215, .61, .355, 1);
        transition: all .2s cubic-bezier(.215, .61, .355, 1);
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        border-radius: 50%;
        text-indent: -9999px;
        cursor: pointer
    }

        .front-page--videos .no-touch .front-page--video-player--cover-image .front-page--video-player--play-button:hover {
            -webkit-transform: translate3d(-50%, -50%, 0) scale(1.2);
            transform: translate3d(-50%, -50%, 0) scale(1.2)
        }

.front-page--videos .no-touch .front-page--video-player--embed-video {
    display: none
}

.front-page--videos .front-page--video-player--embed-video {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: auto;
    background-color: #000
}

    .front-page--videos .front-page--video-player--embed-video:after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%
    }

    .front-page--videos .front-page--video-player--embed-video iframe {
        position: absolute;
        width: 100%;
        height: 100%
    }

.front-page--videos .show-video .front-page--video-player--cover-image {
    opacity: 0
}

.front-page--videos .show-video .front-page--video-player--embed-video {
    display: block;
    -webkit-animation: media-video-video-in .6s;
    animation: media-video-video-in .6s
}

.front-page--videos .no-cover .front-page--video-player--embed-video {
    position: relative
}

.front-page--videos .front-page--video--descr {
    padding: 5px 10px 15px
}

.front-page--videos .front-page--video--descr--caption {
    font-size: 17px;
    line-height: 1.25em
}

    .front-page--videos .front-page--video--descr--caption a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .front-page--videos .front-page--video--descr--caption a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

.front-page--videos .front-page--video--descr--caption--full-story {
    display: inline-block
}

.front-page--videos .front-page--video--descr--related-news {
    margin-top: 15px;
    font-size: 17px;
    line-height: 1.25em
}

    .front-page--videos .front-page--video--descr--related-news a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .front-page--videos .front-page--video--descr--related-news a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

    .front-page--videos .front-page--video--descr--related-news .icon--related {
        display: inline-block;
        float: left;
        margin-right: 6px
    }

.front-page--videos .front-page--video-items--nav {
    text-align: right;
    margin: 0;
    padding-top: 30px
}

.front-page--videos .front-page--video-items--nav--button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    padding: 12px;
    background-color: #ff4646;
    margin: 0 0 0 5px
}

    .front-page--videos .front-page--video-items--nav--button.disabled {
        background-color: #ccc
    }

    .front-page--videos .front-page--video-items--nav--button .arrow--point-east--slider,
    .front-page--videos .front-page--video-items--nav--button .arrow--point-west--slider {
        width: 16px;
        fill: #fff
    }

.front-page--videos .front-page--video-items-cta-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: absolute;
    bottom: 0
}

    .front-page--videos .front-page--video-items-cta-list > li {
        margin: 0;
        padding: 0
    }

    .front-page--videos .front-page--video-items-cta-list .front-page--video-items-cta-item {
        float: left;
        margin: 0 30px 15px 0
    }

    .front-page--videos .front-page--video-items-cta-list .front-page--video-items-cta-item--link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        font-size: 17px;
        font-weight: 600
    }

        .front-page--videos .front-page--video-items-cta-list .front-page--video-items-cta-item--link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

@media (max-width:1100px) {
    .front-page--videos {
        border-top: none
    }

        .front-page--videos .page--section--inner {
            padding-top: 0;
            padding-left: 0;
            padding-right: 0
        }

        .front-page--videos .front-page--section-title {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            padding: 0 0 30px;
            margin: 0;
            display: block;
            line-height: 30px;
            font-size: 17px;
            font-weight: 800
        }

            .front-page--videos .front-page--section-title:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 3px;
                background-color: #2e2e2e;
                z-index: 0
            }

            .front-page--videos .front-page--section-title:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 1px;
                margin-top: 28px;
                background-color: #2e2e2e;
                z-index: 0
            }

        .front-page--videos .front-page--video-item {
            width: 40%;
            max-width: 600px
        }

        .front-page--videos .front-page--video--descr--caption {
            font-size: 15px
        }

        .front-page--videos .front-page--video--descr--related-news {
            font-size: 13px
        }

        .front-page--videos .front-page--video-items-cta-item--link {
            font-size: 17px
        }
}

@media (max-width:990px) {
    .front-page--videos .front-page--video-item {
        width: 80%;
        max-width: 380px;
        margin-right: 10px
    }

    .front-page--videos .front-page--video-items--nav {
        text-align: left;
        padding-top: 6px
    }

    .front-page--videos .no-touch .front-page--video-player--cover-image .front-page--video-player--play-button {
        width: 50px;
        height: 50px
    }

    .front-page--videos .front-page--video-items--nav--button {
        margin: 0 5px 0 0;
        padding: 8px
    }

    .front-page--videos .front-page--video-items-cta-list {
        position: static;
        margin-top: 30px
    }
}

@media (max-width:610px) {
    .front-page--videos .front-page--video-item {
        width: 90%;
        max-width: 470px
    }

    .front-page--videos .page--section--inner {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.front-page--message-block {
    border-top: 1px solid #e2e2e2
}

    .front-page--message-block .page--section--inner {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .front-page--message-block .front-page--message-block--message-text {
        font-size: 17px;
        max-width: 900px
    }

        .front-page--message-block .front-page--message-block--message-text p {
            margin: 0
        }

        .front-page--message-block .front-page--message-block--message-text a {
            color: #050505;
            text-decoration: none;
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646;
            -webkit-box-shadow: 0 -1.5px #ff4646 inset;
            box-shadow: inset 0 -1.5px #ff4646
        }

            .front-page--message-block .front-page--message-block--message-text a:hover {
                background-color: #ff655d;
                -webkit-box-shadow: 0 -2px #ff655d inset;
                box-shadow: inset 0 -2px #ff655d;
                -webkit-box-shadow: 0 -1.5px #ff655d inset;
                box-shadow: inset 0 -1.5px #ff655d
            }

@media (max-width:1700px) {
    .front-page--message-block .front-page--message-block--message-text {
        font-size: 15px
    }
}

.front-page--message-block--podcast .front-page--message-block--message-text {
    position: relative;
    padding-left: 22px
}

    .front-page--message-block--podcast .front-page--message-block--message-text:before {
        background-image: url('data:image/svg+xml;charset=utf-8,<svg class="icon--listen-audio" xmlns="http://www.w3.org/2000/svg" width="18" height="18"><g data-name="Group 2045"><path d="M14.675 9.204a5.471 5.471 0 10-10.942 0 9.858 9.858 0 00.407 2.466v.019l.683 2.051a1.368 1.368 0 102.595-.865l-.683-2.051a1.362 1.362 0 00-2.223-.572 6.319 6.319 0 01-.1-1.047 4.788 4.788 0 019.575 0 6.326 6.326 0 01-.1 1.048 1.364 1.364 0 00-2.223.571l-.684 2.052a1.367 1.367 0 102.594.866l.684-2.052a.107.107 0 010-.012v-.006a9.838 9.838 0 00.417-2.468zM4.831 10.95a.68.68 0 01.4-.343.683.683 0 01.865.433l.684 2.052a.684.684 0 01-.433.865.7.7 0 01-.865-.433l-.68-2.04-.009-.034a.675.675 0 01.04-.5zm8.1 2.574a.693.693 0 01-.865.432.684.684 0 01-.432-.865l.684-2.052a.683.683 0 011.3.411c0 .011-.006.024-.01.035z" fill="%23ff4646"/><g data-name="Ellipse 1105" fill="none" stroke="%23ff4646"><circle cx="9" cy="9" r="9" stroke="none"/><circle cx="9" cy="9" r="8.5"/></g></g></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 18px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 19px
    }

.front-page--message-block--top {
    border-top: none;
    border-bottom: 1px solid #e2e2e2
}

    .front-page--message-block--top .page--section--inner {
        padding-top: 10px;
        padding-bottom: 10px
    }

.news-article #main article.contextual-region {
    position: static !important
}

.news-article #main #block-mit-breadcrumbs {
    display: none
}

.news-article #main h1 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 39px;
    font-weight: 700;
    letter-spacing: -.035em;
    color: #333;
    white-space: normal;
    line-height: 1.05;
    margin-bottom: 7px;
    width: 67%
}

.news-article #main .news-article--dek {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 67%;
    color: #333
}

.news-article #main .news-article--authored-by {
    margin: 0 0 5px;
    font-weight: 700;
    width: 67%;
    font-size: 18px;
    color: #333
}

.news-article #main .news-article--authored-by--separator {
    font-weight: 300;
    color: #3e3e3e
}

.news-article #main .news-article--publication-date {
    margin: 4px 0 30px;
    font-weight: 700;
    width: 67%;
    font-size: 18px;
    color: #333
}

.news-article #main .news-article--full-width-wrapper-inner {
    position: absolute;
    left: 0;
    width: 100%
}

    .news-article #main .news-article--full-width-wrapper-inner:before {
        z-index: 99
    }

@media (max-width:1300px) {
    .news-article #main .page--section--inner {
        padding-top: 30px
    }

    .news-article #main h1 {
        font-size: 36px
    }

    .news-article #main .news-article--dek {
        font-size: 24px
    }
}

@media (max-width:990px) {
    .news-article #main h1 {
        font-size: 32px;
        width: 80%
    }

    .news-article #main .news-article--dek {
        font-size: 22px;
        width: 80%
    }

    .news-article #main .news-article--authored-by,
    .news-article #main .news-article--publication-date {
        font-size: 17px;
        width: 60%
    }
}

@media (max-width:700px) {

    .news-article #main .news-article--dek,
    .news-article #main h1 {
        width: auto
    }

    .news-article #main .page--section--inner {
        padding-top: 20px
    }
}

@media (max-width:610px) {
    .news-article #main .page--section--inner {
        padding-bottom: 40px
    }

    .news-article #main h1 {
        font-size: 26px;
        margin-bottom: 5px
    }

    .news-article #main .news-article--dek {
        font-size: 18px;
        margin-bottom: 10px
    }

    .news-article #main .news-article--authored-by {
        letter-spacing: -.02em;
        font-size: 16px;
        width: 80%
    }

    .news-article #main .news-article--publication-date {
        width: auto;
        margin-bottom: 10px;
        letter-spacing: -.02em;
        font-size: 16px
    }
}

.news-article--images-gallery--wrapper {
    padding: 0 84px 0 117px;
    margin: 0 auto;
    max-width: 1320px
}

    .news-article--images-gallery--wrapper .news-article--image-item {
        width: 100%
    }

    .news-article--images-gallery--wrapper .news-article--media--image--file {
        float: left;
        width: 67%;
        background-color: #f7f7f7;
        position: relative
    }

        .news-article--images-gallery--wrapper .news-article--media--image--file img {
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            max-height: 100%;
            width: auto;
            max-width: 100%
        }

    .news-article--images-gallery--wrapper .news-article--media--image--descr {
        float: right;
        width: 30%;
        font-size: 17px;
        padding-top: 70px;
        line-height: 1.5
    }

    .news-article--images-gallery--wrapper .news-article--media--image--credits {
        font-size: 15px;
        margin-top: 9px
    }

    .news-article--images-gallery--wrapper .news-article--images-gallery--nav {
        position: absolute;
        bottom: 20px;
        right: 0;
        left: 0;
        padding: 0 84px 0 117px;
        margin: 0 auto;
        max-width: 1320px
    }

    .news-article--images-gallery--wrapper .news-article--images-gallery--nav--inner {
        width: 30%;
        float: right;
        margin: 0
    }

    .news-article--images-gallery--wrapper .news-article--images-gallery--nav--button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: inherit;
        cursor: pointer;
        padding: 12px;
        background-color: #ff4646;
        margin: 0 5px 0 0
    }

        .news-article--images-gallery--wrapper .news-article--images-gallery--nav--button.disabled {
            background-color: #ccc
        }

        .news-article--images-gallery--wrapper .news-article--images-gallery--nav--button .arrow--point-east--slider,
        .news-article--images-gallery--wrapper .news-article--images-gallery--nav--button .arrow--point-west--slider {
            width: 16px;
            fill: #fff
        }

@media (max-width:1450px) {
    .news-article--images-gallery--wrapper .news-article--media--image--descr {
        font-size: 15px;
        padding-top: 35px
    }

    .news-article--images-gallery--wrapper .news-article--media--image--credits {
        font-size: 14px;
        margin-top: 7px
    }

    .news-article--images-gallery--wrapper .news-article--images-gallery--nav--button {
        padding: 8px
    }
}

@media (max-width:1100px) {

    .news-article--images-gallery--wrapper,
    .news-article--images-gallery--wrapper .news-article--images-gallery--nav {
        padding: 0 32px
    }

        .news-article--images-gallery--wrapper .news-article--images-gallery--nav--button {
            padding: 8px
        }

            .news-article--images-gallery--wrapper .news-article--images-gallery--nav--button .arrow--point-east--slider,
            .news-article--images-gallery--wrapper .news-article--images-gallery--nav--button .arrow--point-west--slider {
                width: 14px
            }
}

@media (max-width:990px) {
    .news-article--images-gallery--wrapper .news-article--media--image--file {
        float: none;
        width: 100%
    }

    .news-article--images-gallery--wrapper .news-article--media--image--descr {
        float: none;
        width: auto;
        margin-top: 12px;
        padding: 0 8px 16px;
        font-size: 15px
    }

    .news-article--images-gallery--wrapper .news-article--images-gallery {
        background-color: #efefef
    }

    .news-article--images-gallery--wrapper .news-article--images-gallery--nav {
        left: auto;
        bottom: 0;
        position: static;
        padding: 0;
        margin-top: 5px;
        margin-bottom: 10px
    }

    .news-article--images-gallery--wrapper .news-article--images-gallery--nav--inner {
        width: auto;
        float: none;
        text-align: left
    }
}

@media (max-width:870px) {
    .news-article--images-gallery--wrapper {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media (max-width:610px) {
    .news-article--images-gallery--wrapper {
        padding-left: 15px;
        padding-right: 15px
    }

        .news-article--images-gallery--wrapper .news-article--images-gallery--nav {
            padding: 0;
            position: static
        }

        .news-article--images-gallery--wrapper .news-article--images-gallery--nav--inner {
            text-align: left
        }
}

.news-article--images-gallery--wrapper--hero .news-article--media--image--file {
    float: none;
    width: auto
}

    .news-article--images-gallery--wrapper--hero .news-article--media--image--file img {
        position: static;
        width: 100%
    }

.news-article--images-gallery--wrapper--hero .news-article--media--image--descr--wrapper {
    min-height: 90px
}

.news-article--images-gallery--wrapper--hero .news-article--media--image--descr {
    float: none;
    width: 66%;
    margin-top: 15px;
    padding: 0 0 15px 1%;
    border-left: 1px solid #000
}

.news-article--images-gallery--wrapper--hero .news-article--images-gallery--nav {
    bottom: 30px
}

@media (max-width:1100px) {
    .news-article--images-gallery--wrapper--hero {
        padding: 0
    }

        .news-article--images-gallery--wrapper--hero .news-article--media--image--descr--wrapper {
            padding: 0 32px;
            min-height: auto;
            margin-bottom: 5px
        }

        .news-article--images-gallery--wrapper--hero .news-article--images-gallery--nav {
            padding: 0 32px;
            margin-top: 0
        }
}

@media (max-width:1100px) {
    .news-article--images-gallery--wrapper--hero {
        padding: 0 32px
    }

        .news-article--images-gallery--wrapper--hero .news-article--media--image--descr--wrapper {
            padding: 0
        }
}

@media (max-width:990px) {
    .news-article--images-gallery--wrapper--hero .news-article--media--image--descr {
        margin-top: 12px;
        padding: 0 8px 16px;
        font-size: 15px;
        border: none;
        width: auto
    }

    .news-article--images-gallery--wrapper--hero .news-article--images-gallery--nav {
        padding: 0;
        margin-top: 5px;
        margin-bottom: 10px
    }
}

@media (max-width:870px) {
    .news-article--images-gallery--wrapper--hero {
        padding: 0 28px
    }
}

@media (max-width:610px) {
    .news-article--images-gallery--wrapper--hero {
        padding-left: 15px;
        padding-right: 15px
    }
}

.news-article--press-inquiries {
    position: relative;
    margin: -10px 0 30px
}

    .news-article--press-inquiries .news-article--press-inquiries--header {
        margin: 0;
        padding: 0;
        line-height: 1;
        display: inline-block;
        font-size: 17px;
        position: absolute;
        right: 0;
        top: -70px
    }

    .news-article--press-inquiries .news-article--press-inquiries--title--link {
        line-height: 50px;
        padding: 0 27px;
        display: inline-block;
        background-color: #efefef;
        border-top: 2px solid #a5a5a5;
        color: #333;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .06em
    }

        .news-article--press-inquiries .news-article--press-inquiries--title--link .arrow {
            border: solid #ff4646;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
            margin: 0 8px 3px 0;
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            -webkit-transition-duration: .3s;
            -o-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .news-article--press-inquiries .news-article--press-inquiries--title--link.expand {
            background-color: #f7f7f7;
            color: #333;
            border-bottom: none;
            border-top: 2px solid #ff655d;
            padding-bottom: 20px
        }

            .news-article--press-inquiries .news-article--press-inquiries--title--link.expand .arrow {
                border-color: #a5a5a5;
                margin-bottom: 0;
                -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                transform: rotate(-135deg)
            }

        .news-article--press-inquiries .news-article--press-inquiries--title--link .icon--info {
            display: none
        }

    .news-article--press-inquiries .news-article--press-inquiries--descr {
        background-color: #f7f7f7;
        padding: 40px 35px;
        border-bottom: 2px solid #a5a5a5
    }

    .news-article--press-inquiries .news-article--press-inquiries--press-contacts h3 {
        margin: 0 0 15px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 800;
        color: #333;
        line-height: 1.75em
    }

    .news-article--press-inquiries .news-article--press-inquiries--press-contacts .press-contact > div {
        margin-bottom: 6px;
        font-size: 18px
    }

    .news-article--press-inquiries .news-article--press-inquiries--press-contacts .press-contact a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .news-article--press-inquiries .news-article--press-inquiries--press-contacts .press-contact a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

    .news-article--press-inquiries .news-article--press-inquiries--download-images h3 {
        margin: 40px 0 20px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 800;
        color: #333;
        line-height: 1.75em
    }

    .news-article--press-inquiries .news-article--press-inquiries--download-images .label {
        font-weight: 700;
        display: block
    }

    .news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item {
        width: 65%;
        margin-bottom: 30px
    }

    .news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item--file {
        width: 25%;
        float: left
    }

    .news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item--descr {
        overflow: hidden;
        padding-left: 20px;
        line-height: 1.3;
        font-size: 17px
    }

    .news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item--caption {
        margin-bottom: 15px
    }

    .news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item--file--download {
        font-size: 15px;
        margin-top: 5px;
        white-space: nowrap
    }

    .news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item--file--download-link {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        font-weight: 600
    }

        .news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item--file--download-link:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

    .news-article--press-inquiries .news-article--press-inquiries--download-images--terms-of-use {
        width: 65%;
        font-size: 15px;
        margin-top: 40px
    }

        .news-article--press-inquiries .news-article--press-inquiries--download-images--terms-of-use p {
            margin: 0
        }

        .news-article--press-inquiries .news-article--press-inquiries--download-images--terms-of-use a {
            color: #050505;
            text-decoration: none;
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646
        }

            .news-article--press-inquiries .news-article--press-inquiries--download-images--terms-of-use a:hover {
                background-color: #ff655d;
                -webkit-box-shadow: 0 -2px #ff655d inset;
                box-shadow: inset 0 -2px #ff655d
            }

    .news-article--press-inquiries .news-article--press-inquiries--download-images--terms-of-use--title {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        margin: 0 0 5px
    }

    .news-article--press-inquiries .news-article--press-inquiries--descr--close--container {
        text-align: center;
        position: absolute;
        top: 5px;
        right: 20px
    }

    .news-article--press-inquiries .news-article--press-inquiries--descr--close--button-link {
        text-decoration: none;
        color: #333;
        font-weight: 800;
        font-size: 13px;
        text-transform: uppercase;
        display: inline-block;
        padding: 4px 12px 4px 9px;
        background-color: #efefef;
        border-radius: 15px;
        letter-spacing: -.02em
    }

        .news-article--press-inquiries .news-article--press-inquiries--descr--close--button-link:hover {
            background-color: #ff655d;
            color: #000
        }

            .news-article--press-inquiries .news-article--press-inquiries--descr--close--button-link:hover .icon--button--close {
                color: #000
            }

    .news-article--press-inquiries .news-article--press-inquiries--descr--close--button-icon {
        display: inline-block
    }

        .news-article--press-inquiries .news-article--press-inquiries--descr--close--button-icon .icon--button--close {
            width: 14px;
            height: 14px;
            color: #ff4646;
            margin-top: -2px
        }

@media (max-width:1300px) {
    .news-article--press-inquiries .news-article--press-inquiries--title--link {
        font-size: 14px;
        letter-spacing: .01em;
        padding: 0 20px
    }

        .news-article--press-inquiries .news-article--press-inquiries--title--link .arrow {
            margin-right: 4px
        }

    .news-article--press-inquiries .news-article--press-inquiries--descr {
        padding: 30px 25px
    }

    .news-article--press-inquiries .news-article--press-inquiries--press-contacts h3 {
        margin: 0 0 10px;
        font-size: 18px
    }

    .news-article--press-inquiries .news-article--press-inquiries--press-contacts .press-contact > div {
        font-size: 17px
    }

    .news-article--press-inquiries .news-article--press-inquiries--download-images h3 {
        font-size: 18px
    }
}

@media (max-width:990px) {
    .news-article--press-inquiries .news-article--press-inquiries--header {
        top: -65px
    }

    .news-article--press-inquiries .news-article--press-inquiries--title--link {
        letter-spacing: -.01em;
        padding: 0 10px;
        line-height: 45px
    }

    .news-article--press-inquiries .news-article--press-inquiries--descr {
        padding: 20px 10px
    }

    .news-article--press-inquiries .news-article--press-inquiries--download-images--terms-of-use,
    .news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item {
        width: auto
    }
}

@media (max-width:610px) {
    .news-article--press-inquiries {
        margin: 0 0 10px
    }

        .news-article--press-inquiries .news-article--press-inquiries--header {
            top: -50px
        }

        .news-article--press-inquiries .news-article--press-inquiries--title--link {
            line-height: 40px;
            padding: 0;
            border-color: #ff4646
        }

            .news-article--press-inquiries .news-article--press-inquiries--title--link .arrow,
            .news-article--press-inquiries .news-article--press-inquiries--title--link .link-text {
                display: none
            }

            .news-article--press-inquiries .news-article--press-inquiries--title--link .icon--info {
                display: block;
                padding: 10px
            }

        .news-article--press-inquiries .news-article--press-inquiries--download-images h3 {
            margin-top: 30px
        }

        .news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item--file {
            width: 50%;
            float: none
        }

        .news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item--descr {
            font-size: 15px;
            padding-left: 0
        }

        .news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item--file--download {
            font-size: 13px
        }

        .news-article--press-inquiries .news-article--press-inquiries--download-images .news-article--download-image--item--caption {
            margin-bottom: 5px;
            margin-top: 10px
        }

        .news-article--press-inquiries .news-article--press-inquiries--descr--close--container {
            top: 10px;
            right: 10px
        }

        .news-article--press-inquiries .news-article--press-inquiries--descr--close--button-link {
            font-size: 12px
        }
}

.news-article--content {
    margin: 35px 0 60px
}

    .news-article--content .news-article--content--body {
        width: 67%;
        float: left;
        line-height: 1.75em
    }

        .news-article--content .news-article--content--body h1,
        .news-article--content .news-article--content--body h2,
        .news-article--content .news-article--content--body h3,
        .news-article--content .news-article--content--body h4,
        .news-article--content .news-article--content--body h5 {
            font-weight: 700;
            letter-spacing: -.03em;
            color: #333;
            white-space: normal;
            line-height: 1.08;
            margin: 50px 0 25px
        }

        .news-article--content .news-article--content--body h1 {
            font-size: 36px !important;
            width: auto !important
        }

        .news-article--content .news-article--content--body h2 {
            font-size: 30px
        }

        .news-article--content .news-article--content--body h3 {
            font-size: 26px
        }

        .news-article--content .news-article--content--body h4 {
            font-size: 20px
        }

        .news-article--content .news-article--content--body p {
            margin: 20px 0 30px;
            line-height: 1.75em
        }

        .news-article--content .news-article--content--body a {
            color: #050505;
            text-decoration: none;
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646
        }

            .news-article--content .news-article--content--body a:hover {
                background-color: #ff655d;
                -webkit-box-shadow: 0 -2px #ff655d inset;
                box-shadow: inset 0 -2px #ff655d
            }

        .news-article--content .news-article--content--body ol,
        .news-article--content .news-article--content--body ul {
            line-height: 1.75em;
            padding-left: 20px;
            margin: 20px 0 30px
        }

            .news-article--content .news-article--content--body ol ol,
            .news-article--content .news-article--content--body ol ul,
            .news-article--content .news-article--content--body ul ol,
            .news-article--content .news-article--content--body ul ul {
                margin-top: 8px;
                margin-bottom: 0
            }

        .news-article--content .news-article--content--body li {
            margin-bottom: 8px
        }

        .news-article--content .news-article--content--body figure {
            margin: 20px 0 30px;
            display: table
        }

            .news-article--content .news-article--content--body figure figcaption {
                margin-top: 10px;
                font-size: 15px;
                line-height: 1.25em;
                display: table-caption;
                caption-side: bottom
            }

            .news-article--content .news-article--content--body figure.align-left {
                float: left;
                margin-right: 30px
            }

            .news-article--content .news-article--content--body figure.align-right {
                float: right;
                margin-left: 30px
            }

            .news-article--content .news-article--content--body figure.align-center {
                margin: 0 auto
            }

    .news-article--content .news-article--content--side-column {
        float: right;
        width: 30%
    }

        .news-article--content .news-article--content--side-column h2 {
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 800;
            margin: 20px 0;
            line-height: 1.75em;
            color: #333
        }

@media (max-width:1770px) {
    .news-article--content {
        position: static
    }
}

@media (max-width:1300px) {
    .news-article--content {
        margin: 30px 0 40px
    }

        .news-article--content .news-article--content--body {
            line-height: 1.65em
        }

            .news-article--content .news-article--content--body h1,
            .news-article--content .news-article--content--body h2,
            .news-article--content .news-article--content--body h3,
            .news-article--content .news-article--content--body h4,
            .news-article--content .news-article--content--body h5 {
                margin: 45px 0 25px
            }

            .news-article--content .news-article--content--body h1 {
                font-size: 32px !important
            }

            .news-article--content .news-article--content--body h2 {
                font-size: 26px
            }

            .news-article--content .news-article--content--body h3 {
                font-size: 22px
            }

            .news-article--content .news-article--content--body h4 {
                font-size: 18px
            }

            .news-article--content .news-article--content--body p {
                margin: 20px 0 30px;
                line-height: 1.65em
            }

            .news-article--content .news-article--content--body ul {
                line-height: 1.65em
            }
}

@media (max-width:990px) {
    .news-article--content {
        margin: 0 0 40px
    }

        .news-article--content .news-article--content--body {
            float: none;
            width: auto;
            margin-top: 15px;
            position: relative
        }

            .news-article--content .news-article--content--body:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 12px;
                height: 12px;
                border-top: 12px solid #e2e2e2;
                z-index: 0;
                display: none
            }

            .news-article--content .news-article--content--body h1,
            .news-article--content .news-article--content--body h2,
            .news-article--content .news-article--content--body h3,
            .news-article--content .news-article--content--body h4,
            .news-article--content .news-article--content--body h5 {
                margin: 45px 0 25px
            }

            .news-article--content .news-article--content--body h1 {
                font-size: 27px !important
            }

            .news-article--content .news-article--content--body h2 {
                font-size: 23px
            }

            .news-article--content .news-article--content--body h3 {
                font-size: 19px
            }

            .news-article--content .news-article--content--body h4 {
                font-size: 16px
            }

            .news-article--content .news-article--content--body p {
                margin: 20px 0 25px;
                line-height: 1.65em
            }

        .news-article--content .news-article--content--side-column {
            float: none;
            width: auto;
            padding-top: 20px
        }
}

@media (max-width:610px) {
    .news-article--content {
        margin-bottom: 0
    }

        .news-article--content .news-article--content--body h1,
        .news-article--content .news-article--content--body h2,
        .news-article--content .news-article--content--body h3,
        .news-article--content .news-article--content--body h4,
        .news-article--content .news-article--content--body h5 {
            margin: 40px 0 20px
        }

        .news-article--content .news-article--content--body h1 {
            font-size: 24px !important
        }

        .news-article--content .news-article--content--body h2 {
            font-size: 21px
        }

        .news-article--content .news-article--content--body h3 {
            font-size: 18px
        }

        .news-article--content .news-article--content--body figure.align-left {
            float: none;
            margin-right: 0
        }

        .news-article--content .news-article--content--body figure.align-right {
            float: none;
            margin-left: 0
        }

        .news-article--content .news-article--content--body figure figcaption {
            background-color: #efefef;
            padding: 8px 8px 16px;
            margin-top: 0
        }

        .news-article--content .news-article--content--side-column h2 {
            font-size: 18px;
            letter-spacing: .02em;
            margin: 20px 0 10px
        }

        .news-article--content .news-article--content--related-links {
            margin-bottom: 30px
        }
}

.news-article--top-video .news-article--top-video--container {
    position: relative;
    float: left;
    width: 67%
}

.news-article--top-video .news-article--top-video--cover-image {
    opacity: 0
}

    .news-article--top-video .news-article--top-video--cover-image img {
        width: 100%
    }

.news-article--top-video .no-touch .news-article--top-video--cover-image {
    display: block;
    opacity: 1;
    position: relative;
    margin-top: 0
}

    .news-article--top-video .no-touch .news-article--top-video--cover-image .news-article--top-video--play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70px;
        height: 70px;
        display: block;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        background-image: url(../img/icons/icon--play-video.svg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        border-radius: 50%;
        text-indent: -9999px;
        cursor: pointer
    }

        .news-article--top-video .no-touch .news-article--top-video--cover-image .news-article--top-video--play-button:hover {
            -webkit-transform: translate3d(-50%, -50%, 0) scale(1.2);
            transform: translate3d(-50%, -50%, 0) scale(1.2);
            -webkit-transition: all .2s cubic-bezier(.215, .61, .355, 1);
            -o-transition: all .2s cubic-bezier(.215, .61, .355, 1);
            transition: all .2s cubic-bezier(.215, .61, .355, 1)
        }

.news-article--top-video .no-touch .news-article--top-video--embed-video {
    display: none
}

.news-article--top-video .news-article--top-video--embed-video {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-color: #000
}

    .news-article--top-video .news-article--top-video--embed-video:after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%
    }

    .news-article--top-video .news-article--top-video--embed-video iframe {
        position: absolute;
        width: 100%;
        height: 100%
    }

.news-article--top-video .show-video .news-article--top-video--cover-image {
    opacity: 0
}

.news-article--top-video .show-video .news-article--top-video--embed-video {
    display: block
}

.news-article--top-video .no-cover .news-article--top-video--embed-video {
    position: relative
}

.news-article--top-video .news-article--top-video--descr {
    float: right;
    width: 30%
}

.news-article--top-video .news-article--top-video--descr--content {
    font-size: 18px;
    padding-top: 50px;
    line-height: 1.5
}

@media (max-width:1450px) {
    .news-article--top-video .news-article--top-video--descr--content {
        font-size: 15px;
        padding-top: 35px
    }
}

@media (max-width:990px) {
    .news-article--top-video {
        background-color: #efefef
    }

        .news-article--top-video .news-article--top-video--container,
        .news-article--top-video .news-article--top-video--descr {
            float: none;
            width: auto
        }

        .news-article--top-video .news-article--top-video--descr--content {
            margin-top: 12px;
            padding: 0 8px 16px
        }
}

.news-article--content--itm {
    margin-bottom: 50px
}

    .news-article--content--itm .itm-item {
        border: 2px solid #333;
        padding: 35px 20px 40px;
        margin-bottom: 20px;
        font-size: 17px
    }

    .news-article--content--itm .item-item--media-outlet {
        margin: 0 0 10px;
        font-size: 24px;
        letter-spacing: -.021em;
        font-weight: 800;
        line-height: 1.15;
        color: #333
    }

    .news-article--content--itm .icon--document,
    .news-article--content--itm .icon--listen-audio,
    .news-article--content--itm .icon--watch-video {
        width: auto;
        height: 20px;
        color: #ff4646
    }

    .news-article--content--itm .itm-item--source-url {
        font-size: 15px
    }

        .news-article--content--itm .itm-item--source-url a {
            color: #050505;
            text-decoration: none;
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646
        }

            .news-article--content--itm .itm-item--source-url a:hover {
                background-color: #ff655d;
                -webkit-box-shadow: 0 -2px #ff655d inset;
                box-shadow: inset 0 -2px #ff655d
            }

    .news-article--content--itm .itm-items-list--nav--wrapper {
        display: none
    }

@media (max-width:1600px) {

    .news-article--content--itm .icon--document,
    .news-article--content--itm .icon--listen-audio,
    .news-article--content--itm .icon--watch-video {
        width: auto;
        height: 18px
    }
}

@media (max-width:1300px) {
    .news-article--content--itm .itm-item {
        font-size: 17px
    }

    .news-article--content--itm .item-item--media-outlet {
        font-size: 22px
    }
}

.news-article--content--itm--slider h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: #333;
    margin: 0 0 15px;
    line-height: 1.75em
}

.news-article--content--itm--slider .itm-item {
    width: 100%;
    max-width: 340px;
    margin-right: 15px;
    margin-bottom: 0
}

.news-article--content--itm--slider .itm-items-list--nav--wrapper {
    display: block
}

.news-article--content--itm--slider .itm-items-list--nav {
    text-align: right;
    margin: 0;
    padding-top: 20px
}

.news-article--content--itm--slider .itm-items-list--nav--button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    padding: 12px;
    background-color: #ff4646;
    margin: 0 0 0 5px
}

    .news-article--content--itm--slider .itm-items-list--nav--button.disabled {
        background-color: #ccc
    }

    .news-article--content--itm--slider .itm-items-list--nav--button .arrow--point-east--slider,
    .news-article--content--itm--slider .itm-items-list--nav--button .arrow--point-west--slider {
        width: 16px;
        fill: #fff
    }

@media (max-width:1450px) {
    .news-article--content--itm--slider .itm-items-list--nav--button {
        padding: 8px
    }
}

@media (max-width:990px) {
    .news-article--content--itm--slider .itm-items-list--nav {
        text-align: left;
        padding: 0;
        margin: 5px 0 10px
    }

    .news-article--content--itm--slider .itm-items-list--nav--button {
        margin: 0 5px 0 0
    }
}

@media (max-width:610px) {
    .news-article--content--itm--slider {
        margin-bottom: 30px
    }

        .news-article--content--itm--slider .itm-item {
            max-width: 280px;
            padding: 25px 12px 30px;
            font-size: 15px
        }

            .news-article--content--itm--slider .itm-item p {
                margin-top: 6px
            }

        .news-article--content--itm--slider .item-item--media-outlet {
            letter-spacing: -.021em;
            font-size: 20px;
            margin: 0 0 5px
        }

        .news-article--content--itm--slider .itm-items-list--nav {
            text-align: left;
            padding: 0;
            margin-top: 5px;
            margin-bottom: 10px
        }

        .news-article--content--itm--slider .itm-items-list--nav--button {
            padding: 8px;
            margin: 0 5px 0 0
        }
}

.news-article--content--open-access {
    padding: 30px 16px;
    background: #efefef;
    margin-bottom: 40px
}

    .news-article--content--open-access .open-access-link {
        overflow: hidden;
        display: block;
        font-weight: 700;
        font-size: 17px;
        padding-bottom: 2px
    }

        .news-article--content--open-access .open-access-link a {
            color: #333;
            text-decoration: none
        }

            .news-article--content--open-access .open-access-link a:hover {
                -webkit-box-shadow: 0 -2px #ff655d inset;
                box-shadow: inset 0 -2px #ff655d
            }

    .news-article--content--open-access .icon--open-access {
        width: 72px;
        height: auto
    }

    .news-article--content--open-access .news-article--open-access--icon {
        float: left;
        margin-right: 8px
    }

    .news-article--content--open-access .news-article--open-access--text {
        margin-top: 4px;
        overflow: hidden
    }

@media (max-width:1100px) {
    .news-article--content--open-access .icon--open-access {
        width: 64px
    }
}

@media (max-width:990px) {
    .news-article--content--open-access {
        padding: 0;
        background: rgba(0, 0, 0, 0)
    }

        .news-article--content--open-access .news-article--open-access--text {
            margin-top: 12px
        }

        .news-article--content--open-access .open-access-link a {
            font-weight: 500;
            -webkit-box-shadow: 0 -1px #ff655d inset;
            box-shadow: inset 0 -1px #ff655d
        }

            .news-article--content--open-access .open-access-link a:hover {
                background-color: #ff655d;
                -webkit-box-shadow: 0 -1px #ff655d inset;
                box-shadow: inset 0 -1px #ff655d
            }
}

.news-article--content--related-links .news-article--content--related-links--items {
    counter-reset: related-links-items
}

    .news-article--content--related-links .news-article--content--related-links--items ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .news-article--content--related-links .news-article--content--related-links--items ul > li {
            margin: 0;
            padding: 0;
            margin-bottom: 18px;
            margin-left: 10px;
            padding-left: 14px;
            font-size: 18px;
            position: relative;
            line-height: 1.25
        }

            .news-article--content--related-links .news-article--content--related-links--items ul > li:last-child {
                margin-bottom: 0
            }

            .news-article--content--related-links .news-article--content--related-links--items ul > li:before {
                position: absolute;
                left: -10px;
                top: 3px;
                font-size: .8em;
                color: #ff4646;
                counter-increment: related-links-items;
                content: counter(related-links-items, decimal-leading-zero) ".";
                display: inline-block
            }

    .news-article--content--related-links .news-article--content--related-links--items a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -1px #ff4646 inset;
        box-shadow: inset 0 -1px #ff4646
    }

        .news-article--content--related-links .news-article--content--related-links--items a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -1px #ff655d inset;
            box-shadow: inset 0 -1px #ff655d
        }

@media (max-width:1300px) {
    .news-article--content--related-links .news-article--content--related-links--items ul > li {
        font-size: 17px;
        margin-bottom: 15px
    }
}

.news-article--topics h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: #333;
    margin: 0 0 15px;
    line-height: 1.75em
}

.news-article--topics .news-article--topics-list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .news-article--topics .news-article--topics-list > li {
        margin: 0;
        padding: 0
    }

.news-article--topics .news-article--topics-list--item {
    float: left;
    margin: 0 10px 10px 0 !important
}

    .news-article--topics .news-article--topics-list--item:last-child {
        margin: 0 !important
    }

    .news-article--topics .news-article--topics-list--item a {
        display: inline-block;
        padding: 5px 10px;
        background-color: #efefef;
        font-size: 17px;
        text-decoration: none;
        color: #050505;
        border-bottom: 1.5px solid #ff4646
    }

        .news-article--topics .news-article--topics-list--item a:hover {
            background-color: #ff655d
        }

@media (max-width:610px) {
    .news-article--topics h2 {
        font-size: 18px;
        letter-spacing: .02em;
        margin-bottom: 10px
    }

    .news-article--topics .news-article--topics-list--item a {
        font-size: 15px;
        padding: 5px 8px
    }
}

.news-article--archives {
    margin-top: 50px
}

    .news-article--archives h2 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 800;
        color: #333;
        margin: 0 0 15px;
        line-height: 1.75em
    }

    .news-article--archives .news-article--related-archive {
        width: 100%;
        max-width: 220px;
        margin-right: 15px;
        border: 2px solid #333;
        padding: 5px
    }

    .news-article--archives .news-article--related-archive--title {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -.035em;
        margin: 10px 4px 15px
    }

        .news-article--archives .news-article--related-archive--title a {
            color: #333;
            text-decoration: none
        }

            .news-article--archives .news-article--related-archive--title a:hover {
                -webkit-box-shadow: 0 -2px #ff4646 inset;
                box-shadow: inset 0 -2px #ff4646
            }

    .news-article--archives .news-article--archives--nav {
        text-align: right;
        margin: 0;
        padding-top: 20px
    }

    .news-article--archives .news-article--archives--nav--button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: inherit;
        cursor: pointer;
        padding: 12px;
        background-color: #ff4646;
        margin: 0 0 0 5px
    }

        .news-article--archives .news-article--archives--nav--button.disabled {
            background-color: #ccc
        }

        .news-article--archives .news-article--archives--nav--button .arrow--point-east--slider,
        .news-article--archives .news-article--archives--nav--button .arrow--point-west--slider {
            width: 16px;
            fill: #fff
        }

@media (max-width:1450px) {
    .news-article--archives .news-article--archives--nav--button {
        padding: 8px
    }
}

@media (max-width:990px) {
    .news-article--archives .news-article--archives--nav {
        text-align: left;
        padding: 0;
        margin: 5px 0 10px
    }

    .news-article--archives .news-article--archives--nav--button {
        margin: 0 5px 0 0
    }
}

@media (max-width:610px) {
    .news-article--archives {
        margin-top: 30px
    }

        .news-article--archives h2 {
            font-size: 18px;
            letter-spacing: .02em
        }

        .news-article--archives .news-article--related-archive {
            margin-right: 10px
        }

        .news-article--archives .news-article--archives--nav {
            text-align: left;
            margin: 5px 0 10px;
            padding-top: 0
        }

        .news-article--archives .news-article--archives--nav--button {
            margin: 0 5px 0 0;
            padding: 8px
        }
}

.news-article--content-block--inline-image--items--wrapper {
    position: relative
}

    .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items {
        margin: 55px 0
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--inline-image--item {
        width: 100%
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--inline-image--file {
        background-color: #f7f7f7;
        position: relative
    }

        .news-article--content-block--inline-image--items--wrapper .news-article--inline-image--file img {
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            max-height: 100%;
            width: auto;
            max-width: 100%
        }

    .news-article--content-block--inline-image--items--wrapper .news-article--inline-image--descr {
        margin-top: 20px;
        padding: 5px 0 10px 1%;
        border-left: 1px solid #333;
        width: 60%;
        font-size: 17px;
        line-height: 1.25;
        min-height: 70px
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--inline-image--credits {
        font-size: 15px;
        margin-top: 9px
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items-nav {
        position: absolute;
        bottom: 30px;
        text-align: right;
        width: 100%;
        margin: 0 !important;
        line-height: 1 !important
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items-nav--inner {
        margin: 0 !important;
        line-height: 1 !important
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--images-gallery--nav {
        position: absolute;
        bottom: 20px;
        right: 0;
        left: 0;
        padding: 0 84px 0 117px;
        margin: 0 auto;
        max-width: 1400px;
        text-align: right
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items-nav--button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: inherit;
        cursor: pointer;
        padding: 12px;
        background-color: #ff4646;
        margin: 0 0 0 5px
    }

        .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items-nav--button.disabled {
            background-color: #ccc
        }

        .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items-nav--button .arrow--point-east--slider,
        .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items-nav--button .arrow--point-west--slider {
            width: 16px;
            fill: #fff
        }

@media (max-width:1300px) {
    .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items {
        margin: 35px 0 0
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--inline-image--descr {
        width: 70%
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--inline-image--credits {
        font-size: 14px;
        margin-top: 7px
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items-nav--button {
        padding: 8px
    }

        .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items-nav--button .arrow--point-east--slider,
        .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items-nav--button .arrow--point-west--slider {
            width: 14px
        }
}

@media (max-width:990px) {
    .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items {
        background-color: #efefef
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--inline-image--descr {
        font-size: 15px;
        width: auto;
        min-height: auto;
        margin-top: 12px;
        padding: 0 8px 16px;
        border: none
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items-nav {
        left: auto;
        bottom: 0;
        position: static;
        padding: 0;
        margin-top: 5px !important;
        margin-bottom: 30px !important;
        text-align: left
    }

    .news-article--content-block--inline-image--items--wrapper .news-article--content-block--inline-image--items-nav--button {
        padding: 8px;
        margin: 0 1px 0 0
    }
}

.news-article--content-block--inline-image--items--wrapper--hero {
    padding: 0 84px 0 117px;
    margin: 0 auto;
    max-width: 1320px
}

    .news-article--content-block--inline-image--items--wrapper--hero .news-article--inline-image--file {
        float: none;
        width: auto
    }

        .news-article--content-block--inline-image--items--wrapper--hero .news-article--inline-image--file img {
            position: static;
            width: 100%
        }

    .news-article--content-block--inline-image--items--wrapper--hero .news-article--content-block--inline-image--items {
        margin: 30px 0 10px
    }

    .news-article--content-block--inline-image--items--wrapper--hero .news-article--inline-image--descr--wrapper {
        min-height: auto;
        margin-bottom: 5px
    }

    .news-article--content-block--inline-image--items--wrapper--hero .news-article--inline-image--descr {
        width: 66%
    }

    .news-article--content-block--inline-image--items--wrapper--hero .news-article--content-block--inline-image--items-nav {
        left: 0;
        bottom: 30px;
        max-width: 1320px
    }

    .news-article--content-block--inline-image--items--wrapper--hero .news-article--content-block--inline-image--items-nav--inner {
        text-align: left;
        width: 30%;
        float: right
    }

@media (max-width:1100px) {
    .news-article--content-block--inline-image--items--wrapper--hero {
        padding: 0
    }

        .news-article--content-block--inline-image--items--wrapper--hero .news-article--content-block--inline-image--items-nav {
            right: 32px
        }

        .news-article--content-block--inline-image--items--wrapper--hero .news-article--inline-image--descr--wrapper {
            padding: 0 32px
        }
}

@media (max-width:990px) {
    .news-article--content-block--inline-image--items--wrapper--hero .news-article--inline-image--descr--wrapper {
        padding: 0;
        margin-bottom: 0
    }

    .news-article--content-block--inline-image--items--wrapper--hero .news-article--inline-image--descr {
        font-size: 15px;
        padding-left: 10px;
        width: auto
    }

    .news-article--content-block--inline-image--items--wrapper--hero .news-article--content-block--inline-image--items {
        margin: 10px 0 0
    }

    .news-article--content-block--inline-image--items--wrapper--hero .news-article--content-block--inline-image--items-nav {
        position: static;
        margin-top: 5px !important;
        margin-bottom: 10px !important
    }

    .news-article--content-block--inline-image--items--wrapper--hero .news-article--content-block--inline-image--items-nav--inner {
        float: none;
        text-align: left
    }
}

.news-article--inline-video {
    margin: 60px 0
}

@keyframes media-video-video-in {
    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.news-article--inline-video .news-article--inline-video--container {
    position: relative
}

.news-article--inline-video .news-article--inline-video--cover-image {
    opacity: 0
}

.news-article--inline-video .no-touch .news-article--inline-video--cover-image {
    display: block;
    opacity: 1;
    position: relative;
    margin-top: 0
}

    .news-article--inline-video .no-touch .news-article--inline-video--cover-image img {
        width: 100%
    }

    .news-article--inline-video .no-touch .news-article--inline-video--cover-image .news-article--inline-video--play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70px;
        height: 70px;
        display: block;
        content: "";
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        background-image: url(../img/icons/icon--play-video.svg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        border-radius: 50%;
        text-indent: -9999px;
        cursor: pointer
    }

        .news-article--inline-video .no-touch .news-article--inline-video--cover-image .news-article--inline-video--play-button:hover {
            -webkit-transform: translate3d(-50%, -50%, 0) scale(1.2);
            transform: translate3d(-50%, -50%, 0) scale(1.2);
            -webkit-transition: all .2s cubic-bezier(.215, .61, .355, 1);
            -o-transition: all .2s cubic-bezier(.215, .61, .355, 1);
            transition: all .2s cubic-bezier(.215, .61, .355, 1)
        }

.news-article--inline-video .no-touch .news-article--inline-video--embed-video {
    display: none
}

.news-article--inline-video .news-article--inline-video--embed-video {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-color: #000
}

    .news-article--inline-video .news-article--inline-video--embed-video:after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%
    }

    .news-article--inline-video .news-article--inline-video--embed-video iframe {
        position: absolute;
        width: 100%;
        height: 100%
    }

.news-article--inline-video .show-video .news-article--inline-video--cover-image {
    opacity: 0
}

.news-article--inline-video .show-video .news-article--inline-video--embed-video {
    display: block
}

.news-article--inline-video .no-cover .news-article--inline-video--embed-video {
    position: relative
}

.news-article--inline-video .news-article--inline-video--caption {
    margin-top: 20px;
    padding: 5px 0 20px 1%;
    border-left: 1px solid #333;
    width: 60%;
    font-size: 17px;
    line-height: 1.25
}

@media (max-width:990px) {
    .news-article--inline-video {
        background-color: #efefef;
        margin: 40px 0
    }

        .news-article--inline-video .news-article--inline-video--caption {
            border: none;
            margin-top: 12px;
            padding: 0 8px 16px;
            font-size: 15px;
            width: auto
        }
}

.news-article--indicators .news-article--watch-video {
    float: left;
    margin-right: 5px;
    margin-bottom: 20px
}

.news-article--indicators .news-article--watch-video--button--icon .icon--watch-video {
    width: 20px;
    height: 20px;
    color: #ff4646
}

.news-article--indicators .news-article--watch-video--button {
    text-decoration: none;
    color: #333;
    line-height: 20px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #efefef;
    border-radius: 15px
}

    .news-article--indicators .news-article--watch-video--button:hover {
        background-color: #ff655d;
        color: #000
    }

        .news-article--indicators .news-article--watch-video--button:hover .news-article--watch-video--button--icon .icon--watch-video {
            color: #000
        }

.news-article--indicators .news-article--watch-video--button--text {
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: -.03em;
    padding-left: 5px
}

.news-article--indicators .news-article--listen-audio {
    float: left;
    margin-bottom: 20px
}

.news-article--indicators .news-article--listen-audio--button--icon .icon--listen-audio {
    width: 20px;
    height: 20px;
    color: #ff4646
}

.news-article--indicators .news-article--listen-audio--button {
    text-decoration: none;
    color: #333;
    line-height: 20px;
    display: inline-block;
    padding: 5px 12px 5px 10px;
    background-color: #efefef;
    border-radius: 15px
}

    .news-article--indicators .news-article--listen-audio--button:hover {
        background-color: #ff655d;
        color: #000
    }

        .news-article--indicators .news-article--listen-audio--button:hover .news-article--listen-audio--button--icon .icon--listen-audio {
            color: #000
        }

.news-article--indicators .news-article--listen-audio--button--text {
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: -.03em;
    padding-left: 5px
}

@media (max-width:610px) {

    .news-article--indicators .news-article--listen-audio--button,
    .news-article--indicators .news-article--watch-video--button {
        padding: 4px 8px
    }

    .news-article--indicators .news-article--listen-audio--button--text,
    .news-article--indicators .news-article--watch-video--button--text {
        font-size: 13px;
        padding-left: 2px
    }
}

.news-article--recent-news {
    border-top: 1px solid #e2e2e2
}

.tle-nav-opened .news-article--recent-news {
    display: none
}

.news-article--recent-news .page--section--inner {
    padding-top: 70px;
    padding-bottom: 60px
}

.news-article--recent-news .news-article--recent-news--section-title {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    font-weight: 400;
    font-size: 28px;
    position: absolute;
    line-height: 1em;
    margin: 0;
    left: 56px;
    top: 70px;
    color: #333
}

.news-article--recent-news .news-article--recent-news--content--list-item {
    width: 50%;
    padding: 0 0 50px;
    float: left
}

    .news-article--recent-news .news-article--recent-news--content--list-item .news-article--recent-news--teaser {
        padding-right: 28px
    }

    .news-article--recent-news .news-article--recent-news--content--list-item.even {
        padding: 0 0 50px;
        float: none;
        overflow: hidden
    }

        .news-article--recent-news .news-article--recent-news--content--list-item.even .news-article--recent-news--teaser {
            padding-right: 0;
            padding-left: 28px
        }

.news-article--recent-news .news-article--recent-news--teaser--cover-image {
    width: 40%;
    padding-right: 15px;
    float: left
}

    .news-article--recent-news .news-article--recent-news--teaser--cover-image img {
        width: 100%;
        height: auto
    }

.news-article--recent-news .news-article--recent-news--teaser--descr {
    overflow: hidden;
    font-size: 17px;
    line-height: 1.3
}

.news-article--recent-news .news-article--recent-news--teaser--title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.035em;
    margin: 0;
    padding: 2px 0 5px;
    line-height: 1.15
}

.news-article--recent-news .news-article--recent-news--teaser--contains-audio-link--icon .icon--listen-audio,
.news-article--recent-news .news-article--recent-news--teaser--contains-video--icon .icon--watch-video {
    width: 18px;
    height: 18px;
    color: #5a5a5a
}

.news-article--recent-news .news-article--recent-news--teaser--title--link {
    color: #333;
    text-decoration: none
}

    .news-article--recent-news .news-article--recent-news--teaser--title--link:hover {
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

.news-article--recent-news .news-article--recent-news--contains-video--icon .icon--watch-video,
.news-article--recent-news .news-article--recent-news--teaser--contains-audio-link--icon .icon--listen-audio {
    width: 18px;
    height: 18px;
    color: #5a5a5a
}

.news-article--recent-news .news-article--recent-news--full-story {
    font-size: 17px;
    margin: 7px 0 0
}

.news-article--recent-news .news-article--recent-news--full-story-link {
    color: #050505;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px #ff4646 inset;
    box-shadow: inset 0 -2px #ff4646;
    letter-spacing: .03em
}

    .news-article--recent-news .news-article--recent-news--full-story-link:hover {
        background-color: #ff655d;
        -webkit-box-shadow: 0 -2px #ff655d inset;
        box-shadow: inset 0 -2px #ff655d
    }

.news-article--recent-news .news-article--recent-news--cta-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

    .news-article--recent-news .news-article--recent-news--cta-list > li {
        margin: 0;
        padding: 0
    }

    .news-article--recent-news .news-article--recent-news--cta-list .news-article--recent-news--cta-item {
        float: left;
        margin: 0 30px 15px 0
    }

.news-article--recent-news .news-article--recent-news--cta-item--link {
    color: #050505;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px #ff4646 inset;
    box-shadow: inset 0 -2px #ff4646;
    font-size: 18px;
    font-weight: 600
}

    .news-article--recent-news .news-article--recent-news--cta-item--link:hover {
        background-color: #ff655d;
        -webkit-box-shadow: 0 -2px #ff655d inset;
        box-shadow: inset 0 -2px #ff655d
    }

@media (max-width:1450px) {
    .news-article--recent-news .news-article--recent-news--teaser--title {
        font-size: 22px
    }
}

@media (max-width:1600px) {
    .news-article--recent-news .news-article--recent-news--teaser--cover-image {
        padding-right: 15px
    }

    .news-article--recent-news .news-article--recent-news--teaser--title {
        font-size: 20px
    }

    .news-article--recent-news .news-article--recent-news--contains-video--icon .icon--watch-video {
        width: 18px;
        height: 18px
    }

    .news-article--recent-news .news-article--recent-news--teaser--descr {
        font-size: 17px
    }

    .news-article--recent-news .news-article--recent-news--full-story-link {
        font-size: 15px
    }

    .news-article--recent-news .news-article--recent-news--cta-item--link {
        font-size: 17px
    }
}

@media (max-width:1300px) {
    .news-article--recent-news .news-article--recent-news--teaser--cover-image {
        padding-right: 10px
    }

    .news-article--recent-news .news-article--recent-news--content--list-item .news-article--recent-news--teaser {
        padding-right: 12px
    }

    .news-article--recent-news .news-article--recent-news--content--list-item.even .news-article--recent-news--teaser {
        padding-left: 12px
    }
}

@media (max-width:1100px) {
    .news-article--recent-news {
        border-top: none
    }

        .news-article--recent-news .page--section--inner {
            padding-top: 0;
            padding-left: 0;
            padding-right: 0
        }

        .news-article--recent-news .news-article--recent-news--section-title {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            padding: 0 0 30px;
            margin: 0;
            display: block;
            line-height: 30px;
            font-size: 17px;
            font-weight: 800
        }

            .news-article--recent-news .news-article--recent-news--section-title:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 3px;
                background-color: #2e2e2e;
                z-index: 0
            }

            .news-article--recent-news .news-article--recent-news--section-title:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 1px;
                margin-top: 28px;
                background-color: #2e2e2e;
                z-index: 0
            }

        .news-article--recent-news .news-article--recent-news--teaser--title {
            font-size: 18px
        }

        .news-article--recent-news .news-article--recent-news--teaser--descr {
            font-size: 15px
        }

        .news-article--recent-news .news-article--recent-news--content--list-item,
        .news-article--recent-news .news-article--recent-news--content--list-item.even {
            padding: 0 0 35px
        }
}

@media (max-width:770px) {
    .news-article--recent-news .news-article--recent-news--teaser--dek {
        display: none
    }
}

@media (max-width:610px) {
    .news-article--recent-news .page--section--inner {
        padding-top: 20px
    }

    .news-article--recent-news .news-article--recent-news--content--list-item {
        float: none;
        width: 100%;
        padding: 0 0 30px !important
    }

        .news-article--recent-news .news-article--recent-news--content--list-item .news-article--recent-news--teaser {
            padding: 0 !important
        }

    .news-article--recent-news .news-article--recent-news--contains-video--icon .icon--watch-video {
        width: 16px;
        height: 16px
    }

    .news-article--recent-news .news-article--recent-news--teaser--cover-image {
        float: left;
        width: 39%;
        padding-right: 9px;
        margin-bottom: 0
    }

    .news-article--recent-news .news-article--recent-news--full-story,
    .news-article--recent-news .news-article--recent-news--teaser--dek {
        display: none
    }
}

.news-article--share {
    position: static;
    clear: left;
    margin-bottom: 30px
}

    .news-article--share .news-article--share--inner {
        position: absolute;
        left: -130px;
        width: 80px
    }

    .news-article--share .news-article--share--title {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        margin: 30px 0 10px;
        letter-spacing: -.02em;
        color: #333
    }

    .news-article--share .news-article--share--list-items {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .news-article--share .news-article--share--list-items > li {
            margin: 0;
            padding: 0
        }

        .news-article--share .news-article--share--list-items .news-article--share--item {
            margin-bottom: 4px;
            text-align: center
        }

    .news-article--share .news-article--share--link--icon {
        color: #ff4646;
        width: 36px;
        height: 36px
    }

    .news-article--share .news-article--share--inner {
        position: static;
        width: auto
    }

    .news-article--share .news-article--share--title {
        text-align: left;
        font-weight: 800
    }

    .news-article--share .news-article--share--list-items .news-article--share--item {
        float: left;
        text-align: left;
        margin-right: 5px
    }

@media (max-width:990px) {
    .news-article--share .news-article--share--title {
        font-size: 20px;
        letter-spacing: .02em
    }
}

@media (max-width:610px) {
    .news-article--share .news-article--share--title {
        font-size: 18px;
        letter-spacing: .02em
    }
}

.news-article--content--paper-links {
    padding: 30px 20px 15px;
    background: #efefef;
    margin-bottom: 40px
}

    .news-article--content--paper-links .news-article--paper-link {
        margin-bottom: 15px
    }

    .news-article--content--paper-links .news-article--paper-link--icon {
        display: block;
        float: left;
        width: 30px
    }

        .news-article--content--paper-links .news-article--paper-link--icon .icon--paper {
            width: 20px;
            height: auto
        }

    .news-article--content--paper-links .news-article--paper-link--url {
        overflow: hidden;
        display: block;
        font-weight: 700;
        font-size: 17px;
        padding-bottom: 2px
    }

        .news-article--content--paper-links .news-article--paper-link--url a {
            color: #333;
            text-decoration: none
        }

            .news-article--content--paper-links .news-article--paper-link--url a:hover {
                -webkit-box-shadow: 0 -2px #ff655d inset;
                box-shadow: inset 0 -2px #ff655d
            }

    .news-article--content--paper-links .arrow--point-northeast {
        width: 10px;
        height: 10px;
        color: #ff4646;
        display: inline-block;
        padding-bottom: 3px
    }

@media (max-width:990px) {
    .news-article--content--paper-links {
        padding: 0;
        background: rgba(0, 0, 0, 0);
        margin-bottom: 30px
    }

        .news-article--content--paper-links .news-article--paper-link--icon {
            width: 24px
        }

            .news-article--content--paper-links .news-article--paper-link--icon .icon--paper {
                width: 15px
            }

        .news-article--content--paper-links .news-article--paper-link--url {
            font-weight: 500;
            display: inline
        }

            .news-article--content--paper-links .news-article--paper-link--url a {
                -webkit-box-shadow: 0 -1px #ff655d inset;
                box-shadow: inset 0 -1px #ff655d
            }

                .news-article--content--paper-links .news-article--paper-link--url a:hover {
                    background-color: #ff655d;
                    -webkit-box-shadow: 0 -1px #ff655d inset;
                    box-shadow: inset 0 -1px #ff655d
                }
}

.news-clip .news-clip--wrapper-main {
    width: 67%;
    float: left
}

.news-clip .news-clip--wrapper-side {
    float: right;
    width: 28%
}

    .news-clip .news-clip--wrapper-side .news-clip--related-article--header {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 800;
        color: #333;
        margin: 0 0 10px;
        display: block;
        line-height: 1.75em
    }

.news-clip .news-clip--media-outlet {
    margin: 0 0 10px;
    font-size: 32px;
    letter-spacing: -.021em;
    font-weight: 800;
    line-height: 1.15;
    color: #333
}

.news-clip .news-clip--publication-date {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    color: #333
}

.news-clip .news-clip--source-url {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.2
}

.news-clip .news-clip--source-url--icon .icon--document,
.news-clip .news-clip--source-url--icon .icon--listen-audio,
.news-clip .news-clip--source-url--icon .icon--watch-video {
    width: auto;
    height: 19px;
    color: #ff4646;
    margin-right: 1px
}

.news-clip .news-clip--source-url--link {
    color: #050505;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px #ff4646 inset;
    box-shadow: inset 0 -2px #ff4646
}

    .news-clip .news-clip--source-url--link:hover {
        background-color: #ff655d;
        -webkit-box-shadow: 0 -2px #ff655d inset;
        box-shadow: inset 0 -2px #ff655d
    }

.news-clip .news-clip--related-article--descr {
    overflow: hidden;
    font-size: 17px;
    line-height: 1.3
}

.news-clip .news-clip--related-article--title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.035em;
    margin: 10px 0 0;
    padding: 2px 0 5px;
    line-height: 1.15
}

.news-clip .news-clip--related-article--title--link {
    color: #333;
    text-decoration: none
}

    .news-clip .news-clip--related-article--title--link:hover {
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

.news-clip .news-clip--related-topics {
    margin-top: 50px
}

    .news-clip .news-clip--related-topics h2 {
        font-size: 18px;
        font-weight: 800;
        margin: 15px 0 10px;
        padding: 2px 0 5px;
        line-height: 1.15;
        text-transform: uppercase
    }

    .news-clip .news-clip--related-topics ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .news-clip .news-clip--related-topics ul > li {
            margin: 0;
            padding: 0
        }

    .news-clip .news-clip--related-topics li {
        float: left;
        margin: 0 10px 10px 0 !important
    }

        .news-clip .news-clip--related-topics li:last-child {
            margin: 0 !important
        }

        .news-clip .news-clip--related-topics li a {
            display: inline-block;
            padding: 5px 10px;
            background-color: #efefef;
            font-size: 17px;
            text-decoration: none;
            color: #050505;
            border-bottom: 1.5px solid #ff4646
        }

            .news-clip .news-clip--related-topics li a:hover {
                background-color: #ff655d
            }

@media (max-width:1300px) {
    .news-clip h1 {
        display: none
    }

    .news-clip .news-clip--media-outlet {
        font-size: 28px
    }

    .news-clip .news-clip--source-url {
        font-size: 17px
    }

    .news-clip .news-clip--source-url--icon .icon--document,
    .news-clip .news-clip--source-url--icon .icon--listen-audio,
    .news-clip .news-clip--source-url--icon .icon--watch-video {
        width: auto;
        height: 18px
    }

    .news-clip .news-clip--related-article--title {
        font-size: 20px
    }

    .news-clip .news-clip--related-article--descr {
        font-size: 17px
    }
}

@media (max-width:990px) {

    .news-clip .news-clip--wrapper-main,
    .news-clip .news-clip--wrapper-side {
        width: auto;
        float: none
    }

    .news-clip .news-clip--wrapper-side {
        margin-top: 30px
    }

    .news-clip .news-clip--media-outlet {
        font-size: 24px
    }

    .news-clip .news-clip--related-article {
        max-width: 240px;
        border: 2px solid #333;
        padding: 5px
    }

    .news-clip .news-clip--related-article--title {
        font-size: 18px;
        margin: 10px 4px 15px
    }

    .news-clip .news-clip--related-article--dek {
        display: none
    }
}

@media (max-width:610px) {
    .news-clip .news-clip--related-topics li a {
        font-size: 15px;
        padding: 5px 8px
    }
}

.page-term .page--section--inner {
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

.page-term .page-title-prefix {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    font-weight: 400;
    font-size: 36px;
    position: absolute;
    line-height: 1em;
    margin: 0;
    left: 62px;
    top: 120px
}

.page-term h1 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
    font-weight: 700;
    letter-spacing: -.03em;
    color: #333;
    white-space: normal;
    line-height: 1.08;
    width: 60%;
    font-size: 38px;
    float: left;
    margin: 0 0 50px !important
}

.page-term .rss-feed {
    position: relative;
    float: right;
    display: inline-block;
    margin: 0
}

    .page-term .rss-feed.rss-feed--itm {
        padding-top: 10px;
        font-size: 17px
    }

        .page-term .rss-feed.rss-feed--itm a {
            color: #050505;
            text-decoration: none;
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646
        }

            .page-term .rss-feed.rss-feed--itm a:hover {
                background-color: #ff655d;
                -webkit-box-shadow: 0 -2px #ff655d inset;
                box-shadow: inset 0 -2px #ff655d
            }

    .page-term .rss-feed .icon--rss {
        width: 12px;
        display: inline-block;
        height: auto;
        vertical-align: baseline;
        color: #ff4646
    }

.page-term .rss-feed--link--button {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #333;
    font-size: 15px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    letter-spacing: -.015em;
    right: 0;
    top: -60px
}

    .page-term .rss-feed--link--button:hover {
        background-color: #ff655d;
        color: #000
    }

        .page-term .rss-feed--link--button:hover .icon--rss {
            color: #000
        }

@media (max-width:1300px) {
    .page-term .rss-feed.rss-feed--itm {
        font-size: 15px;
        position: static;
        float: none;
        padding: 0;
        margin: 0 0 20px;
        display: block;
        clear: left
    }
}

@media (max-width:1100px) {
    .page-term .page--section {
        padding: 0
    }

    .page-term .page-title-prefix {
        display: none
    }

    .page-term h1 {
        padding: 0;
        width: 80%;
        font-size: 38px
    }

    .page-term .rss-feed--link {
        top: -85px
    }
}

@media (max-width:990px) {
    .page-term h1 {
        width: 70%
    }

    .page-term .rss-feed--link {
        font-size: 13px;
        top: -75px;
        padding: 4px 12px
    }
}

@media (max-width:770px) {
    .page-term h1 {
        margin-bottom: 25px;
        font-size: 32px
    }

    .page-term .rss-feed--link {
        top: -60px
    }
}

@media (max-width:700px) {
    .page-term .rss-feed {
        float: none;
        margin-bottom: 30px
    }

    .page-term .rss-feed--link {
        position: static
    }
}

@media (max-width:610px) {
    .page-term h1 {
        width: auto;
        font-size: 26px;
        margin-bottom: 20px !important;
        float: none
    }
}

.page-term--views .page-term--views--header-wrapper {
    border-top: 1px solid #e2e2e2
}

.page-term--views header {
    padding-top: 20px;
    overflow: hidden;
    font-size: 18px
}

    .page-term--views header.loading .loader-wrapper {
        display: inline-block
    }

.page-term--views .loader-wrapper {
    display: none;
    position: relative;
    width: 15px;
    height: 15px
}

.page-term--views .loader {
    width: 15px;
    height: 15px;
    position: absolute
}

.page-term--views .ball-clip-rotate > div {
    height: 12px;
    width: 12px;
    border-color: #ff4646 #ff4646 rgba(0, 0, 0, 0)
}

.page-term--views .search-articles-in-term--button {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    float: left;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2
}

    .page-term--views .search-articles-in-term--button:hover {
        background-color: #ff4646
    }

        .page-term--views .search-articles-in-term--button:hover .search-articles-in-term--button--icon {
            color: #333
        }

    .page-term--views .search-articles-in-term--button.opened {
        border-right: none
    }

.page-term--views .search-articles-in-term--button--icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    color: #ff4646
}

.page-term--views form {
    overflow: hidden;
    padding: 10px 0 20px;
    font-size: 18px
}

    .page-term--views form label {
        display: none
    }

    .page-term--views form .form-item {
        margin: 0
    }

    .page-term--views form legend {
        float: left;
        display: inline-block
    }

    .page-term--views form .js-form-type-radio {
        display: inline-block;
        padding: 0;
        float: left;
        margin-left: 15px
    }

    .page-term--views form input[type=submit] {
        display: none
    }

    .page-term--views form input[type=text] {
        border: none;
        border-bottom: 2px solid #333;
        max-width: 100%;
        width: 98%;
        margin: 0;
        padding: 0
    }

        .page-term--views form input[type=text]:focus {
            outline: 0;
            border: none;
            border-bottom: 2px solid #ff4646
        }

.page-term--views .views--pager {
    border-bottom: 1px solid #e2e2e2
}

.page-term--views .js-pager__items {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 18px
}

    .page-term--views .js-pager__items > li {
        margin: 0;
        padding: 0
    }

    .page-term--views .js-pager__items li {
        line-height: 80px
    }

    .page-term--views .js-pager__items a {
        display: inline-block;
        height: 80px;
        width: 80px;
        text-align: center
    }

        .page-term--views .js-pager__items a[rel=prev] {
            position: absolute;
            top: 0;
            right: 80px;
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2
        }

        .page-term--views .js-pager__items a[rel=next] {
            position: absolute;
            top: 0;
            right: 0;
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2
        }

        .page-term--views .js-pager__items a .pager--button .arrow--point-east--slider,
        .page-term--views .js-pager__items a .pager--button .arrow--point-west--slider {
            width: 16px;
            fill: #ff4646
        }

        .page-term--views .js-pager__items a:hover {
            background-color: #ff4646
        }

            .page-term--views .js-pager__items a:hover .pager--button .arrow--point-east--slider,
            .page-term--views .js-pager__items a:hover .pager--button .arrow--point-west--slider {
                fill: #333
            }

@media (max-width:1300px) {
    .page-term--views header {
        font-size: 17px
    }

    .page-term--views .search-articles-in-term--button {
        width: 60px;
        height: 60px
    }

    .page-term--views .search-articles-in-term--button--icon {
        width: 20px;
        height: 20px
    }

    .page-term--views form {
        font-size: 17px
    }

        .page-term--views form input[type=text] {
            font-size: 17px;
            height: 32px
        }

    .page-term--views .js-pager__items {
        font-size: 17px
    }

        .page-term--views .js-pager__items li {
            line-height: 60px
        }

        .page-term--views .js-pager__items a {
            height: 60px;
            width: 60px
        }

            .page-term--views .js-pager__items a[rel=prev] {
                right: 60px
            }

            .page-term--views .js-pager__items a .views--pager--button .arrow--point-east--slider,
            .page-term--views .js-pager__items a .views--pager--button .arrow--point-west--slider {
                width: 14px
            }
}

@media (max-width:610px) {

    .page-term--views form,
    .page-term--views form input[type=text],
    .page-term--views header {
        font-size: 15px
    }

        .page-term--views form .js-form-type-radio {
            margin-left: 10px
        }

    .page-term--views .js-pager__items {
        font-size: 15px
    }
}

.page-term--views--list .page-term--views--list-item {
    padding: 35px 0;
    border-bottom: 1px solid #e2e2e2
}

    .page-term--views--list .page-term--views--list-item:first-child {
        border-top: 1px solid #e2e2e2
    }

.page-term--views--list article {
    max-width: 800px
}

.page-term--views--list .term-page--news-article--item--cover-image {
    float: left;
    width: 35%
}

.page-term--views--list .term-page--news-article--item--descr {
    overflow: hidden;
    font-size: 17px;
    padding-left: 20px
}

.page-term--views--list .term-page--news-article--item--title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.035em;
    margin: 0;
    padding: 4px 0 2px;
    line-height: 1.15
}

.page-term--views--list .term-page--news-article--item--title--link {
    color: #333;
    text-decoration: none
}

    .page-term--views--list .term-page--news-article--item--title--link:hover {
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

.page-term--views--list .term-page--news-article--item--dek {
    margin: 0 0 5px;
    line-height: 1.3;
    font-size: 18px
}

.page-term--views--list .term-page--news-article--item--publication-date {
    margin: 10px 0 5px;
    font-size: 17px;
    font-weight: 600;
    color: #333
}

.page-term--views--list .term-page--news-article--item--full-story {
    font-size: 17px;
    margin: 7px 0 0
}

.page-term--views--list .term-page--news-article--item--full-story-link {
    color: #050505;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px #ff4646 inset;
    box-shadow: inset 0 -2px #ff4646;
    letter-spacing: .03em
}

    .page-term--views--list .term-page--news-article--item--full-story-link:hover {
        background-color: #ff655d;
        -webkit-box-shadow: 0 -2px #ff655d inset;
        box-shadow: inset 0 -2px #ff655d
    }

@media (max-width:1600px) {
    .page-term--views--list .term-page--news-article--item--full-story {
        font-size: 15px
    }
}

@media (max-width:1450px) {
    .page-term--views--list .term-page--news-article--item--title {
        font-size: 22px
    }
}

@media (max-width:610px) {
    .page-term--views--list .term-page--news-article--item--cover-image {
        width: 39%;
        float: left
    }

    .page-term--views--list .term-page--news-article--item--descr {
        padding-left: 9px
    }

    .page-term--views--list .term-page--news-article--item--title {
        font-size: 18px
    }

    .page-term--views--list .term-page--news-article--item--dek,
    .page-term--views--list .term-page--news-article--item--full-story,
    .page-term--views--list .term-page--news-article--item--publication-date {
        display: none
    }
}

.page-term--views--list .term-page--itm-item--content--outlet {
    float: left;
    width: 34%
}

.page-term--views--list .term-page--itm-item--content--details {
    overflow: hidden;
    font-size: 18px;
    padding-left: 40px
}

.page-term--views--list .term-page--itm-item--outlet {
    margin: 0;
    font-size: 28px;
    letter-spacing: -.021em;
    font-weight: 800;
    line-height: 1.15;
    color: #333;
    text-align: right
}

.page-term--views--list .term-page--itm-item--descr p {
    margin: 0
}

.page-term--views--list .term-page--itm-item--publication-date {
    margin-top: 20px;
    font-weight: 600;
    font-size: 17px;
    text-align: right
}

.page-term--views--list .term-page--itm-item--link-to-source {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.2
}

.page-term--views--list .term-page--itm-item--link-to-source--icon .icon--document,
.page-term--views--list .term-page--itm-item--link-to-source--icon .icon--listen-audio,
.page-term--views--list .term-page--itm-item--link-to-source--icon .icon--watch-video {
    width: auto;
    height: 19px;
    color: #ff4646;
    margin-right: 1px
}

.page-term--views--list .term-page--itm-item--link {
    color: #050505;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px #ff4646 inset;
    box-shadow: inset 0 -2px #ff4646
}

    .page-term--views--list .term-page--itm-item--link:hover {
        background-color: #ff655d;
        -webkit-box-shadow: 0 -2px #ff655d inset;
        box-shadow: inset 0 -2px #ff655d
    }

.page-term--views--list .term-page--itm-item--related-news-articles {
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.2
}

    .page-term--views--list .term-page--itm-item--related-news-articles a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .page-term--views--list .term-page--itm-item--related-news-articles a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

    .page-term--views--list .term-page--itm-item--related-news-articles .icon--related {
        display: inline-block;
        float: left;
        margin-right: 6px
    }

@media (max-width:990px) {
    .page-term--views--list .term-page--itm-item--outlet {
        font-size: 24px
    }

    .page-term--views--list .term-page--itm-item--content--details {
        font-size: 17px
    }

    .page-term--views--list .term-page--itm-item--link-to-source {
        font-size: 15px
    }

    .page-term--views--list .term-page--itm-item--link-to-source--icon .icon--document,
    .page-term--views--list .term-page--itm-item--link-to-source--icon .icon--listen-audio,
    .page-term--views--list .term-page--itm-item--link-to-source--icon .icon--watch-video {
        width: auto;
        height: 18px
    }

    .page-term--views--list .term-page--itm-item--related-news-articles {
        font-size: 15px
    }
}

@media (max-width:610px) {
    .page-term--views--list .page-term--views--list-item {
        padding: 20px 0
    }

    .page-term--views--list .term-page--itm-item--content--outlet {
        float: none;
        width: auto
    }

    .page-term--views--list .term-page--itm-item--content--details {
        padding-left: 0
    }

    .page-term--views--list .term-page--itm-item--outlet {
        text-align: left
    }

    .page-term--views--list .term-page--itm-item--publication-date {
        text-align: left;
        margin-bottom: 10px
    }

    .page-term--views--list .term-page--itm-item {
        margin: 15px 0
    }
}

.page-vocabulary .page--section--inner {
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

.page-vocabulary h1 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.03em;
    margin: 35px 0 50px;
    color: #333
}

.page-vocabulary .no-search-result {
    border-top: 1px solid #e2e2e2;
    text-align: center;
    padding: 60px 0 100px
}

@media (max-width:1100px) {
    .page-vocabulary .page--section {
        padding: 0
    }
}

@media (max-width:770px) {
    .page-vocabulary h1 {
        font-size: 32px
    }
}

@media (max-width:610px) {
    .page-vocabulary h1 {
        font-size: 26px;
        margin: 15px 0 25px;
        font-weight: 700;
        letter-spacing: -.03em
    }
}

.page-vocabulary--views .page-vocabulary--views--header-wrapper {
    border-top: 1px solid #e2e2e2;
    height: 80px
}

.page-vocabulary--views .page-vocabulary--views--header {
    width: 100%
}

.page-vocabulary--views header {
    overflow: hidden;
    padding-left: 20px;
    display: table
}

    .page-vocabulary--views header .header-text {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        font-size: 18px;
        height: 80px
    }

.page-vocabulary--views .search-terms--button {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    float: left;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2
}

    .page-vocabulary--views .search-terms--button:hover {
        background-color: #ff4646
    }

        .page-vocabulary--views .search-terms--button:hover .search-terms--button--icon {
            color: #333
        }

    .page-vocabulary--views .search-terms--button.opened {
        border-right: none
    }

.page-vocabulary--views .search-terms--button--icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    color: #ff4646
}

.page-vocabulary--views form {
    overflow: hidden;
    display: none
}

    .page-vocabulary--views form label {
        display: none
    }

    .page-vocabulary--views form .form-item {
        margin: 12px 0 0;
        height: 68px
    }

    .page-vocabulary--views form input[type=submit] {
        display: none
    }

    .page-vocabulary--views form input[type=text] {
        border: none;
        border-bottom: 2px solid #333;
        max-width: 100%;
        width: 98%;
        margin: 0;
        padding: 0
    }

        .page-vocabulary--views form input[type=text]:focus {
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
            border-bottom: 2px solid #ff4646
        }

.page-vocabulary--views .views--pager {
    border-bottom: 1px solid #e2e2e2
}

.page-vocabulary--views .js-pager__items {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 18px
}

    .page-vocabulary--views .js-pager__items > li {
        margin: 0;
        padding: 0
    }

    .page-vocabulary--views .js-pager__items li {
        line-height: 80px
    }

    .page-vocabulary--views .js-pager__items a {
        display: inline-block;
        height: 80px;
        width: 80px;
        text-align: center
    }

        .page-vocabulary--views .js-pager__items a[rel=prev] {
            position: absolute;
            top: 0;
            right: 80px;
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2
        }

        .page-vocabulary--views .js-pager__items a[rel=next] {
            position: absolute;
            top: 0;
            right: 0;
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2
        }

        .page-vocabulary--views .js-pager__items a .views--pager--button .arrow--point-east--slider,
        .page-vocabulary--views .js-pager__items a .views--pager--button .arrow--point-west--slider {
            width: 16px;
            fill: #ff4646
        }

        .page-vocabulary--views .js-pager__items a:hover {
            background-color: #ff4646
        }

            .page-vocabulary--views .js-pager__items a:hover .views--pager--button .arrow--point-east--slider,
            .page-vocabulary--views .js-pager__items a:hover .views--pager--button .arrow--point-west--slider {
                fill: #333
            }

@media (max-width:1300px) {
    .page-vocabulary--views .page-vocabulary--views--header-wrapper {
        height: 60px
    }

    .page-vocabulary--views header .header-text {
        height: 60px;
        font-size: 17px
    }

    .page-vocabulary--views .search-terms--button {
        width: 60px;
        height: 60px
    }

    .page-vocabulary--views .search-terms--button--icon {
        width: 20px;
        height: 20px
    }

    .page-vocabulary--views form .form-item {
        margin: 12px 0 0;
        height: 48px
    }

    .page-vocabulary--views form input[type=text] {
        height: 32px
    }

    .page-vocabulary--views .js-pager__items {
        font-size: 17px
    }

        .page-vocabulary--views .js-pager__items li {
            line-height: 60px
        }

        .page-vocabulary--views .js-pager__items a {
            height: 60px;
            width: 60px
        }

            .page-vocabulary--views .js-pager__items a[rel=prev] {
                right: 60px
            }

            .page-vocabulary--views .js-pager__items a .views--pager--button .arrow--point-east--slider,
            .page-vocabulary--views .js-pager__items a .views--pager--button .arrow--point-west--slider {
                width: 14px
            }
}

@media (max-width:610px) {
    .page-vocabulary--views .page-vocabulary--views--header-wrapper {
        height: 60px
    }

    .page-vocabulary--views header {
        font-size: 15px;
        padding-left: 10px
    }

        .page-vocabulary--views .js-pager__items,
        .page-vocabulary--views header .header-text {
            font-size: 15px
        }
}

.page-vocabulary--views--list--wrapper .page-vocabulary--views--list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list > li {
        margin: 0;
        padding: 0
    }

    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list li {
        padding: 0;
        border-bottom: 1px solid #e2e2e2
    }

        .page-vocabulary--views--list--wrapper .page-vocabulary--views--list li:first-child {
            border-top: 1px solid #e2e2e2
        }

    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list .list-item--content {
        display: block;
        padding-top: 23px;
        padding-bottom: 23px
    }

    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list a {
        display: inline-block;
        margin-left: 23px;
        font-size: 23px;
        font-weight: 600;
        letter-spacing: -.03em;
        color: #333;
        text-decoration: none
    }

        .page-vocabulary--views--list--wrapper .page-vocabulary--views--list a:hover {
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646
        }

@media (max-width:1300px) {
    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list .list-item--content {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list a {
        font-size: 20px
    }
}

@media (max-width:990px) {
    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list .list-item--content {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list a {
        font-size: 18px
    }
}

@media (max-width:610px) {
    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list .list-item--content {
        padding-left: 15px;
        padding-right: 15px
    }

    .page-vocabulary--views--list--wrapper .page-vocabulary--views--list a {
        margin-left: 0
    }
}

.page-itm .page--section--inner {
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

.page-itm h1 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.03em;
    margin: 35px 0 50px;
    color: #333
}

.page-itm .no-search-result {
    border-top: 1px solid #e2e2e2;
    text-align: center;
    padding: 60px 0 100px
}

@media (max-width:1300px) {
    .page-itm .page--section {
        padding: 0
    }
}

@media (max-width:770px) {
    .page-itm h1 {
        font-size: 32px
    }
}

@media (max-width:610px) {
    .page-itm h1 {
        font-size: 26px;
        margin: 15px 0 25px;
        font-weight: 700;
        letter-spacing: -.03em
    }
}

.page-itm--views .page-itm--views--header-wrapper {
    border-top: 1px solid #e2e2e2;
    height: 80px
}

.page-itm--views .page-itm--views--header {
    width: 100%
}

.page-itm--views header {
    overflow: hidden;
    padding-left: 20px
}

    .page-itm--views header .header-text {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        font-size: 18px;
        height: 80px
    }

.page-itm--views .search-itm--button {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    float: left;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2
}

    .page-itm--views .search-itm--button:hover {
        background-color: #ff4646
    }

        .page-itm--views .search-itm--button:hover .search-itm--button--icon {
            color: #333
        }

    .page-itm--views .search-itm--button.opened {
        border-right: none
    }

.page-itm--views .search-itm--button--icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    color: #ff4646
}

.page-itm--views form {
    overflow: hidden;
    display: none
}

    .page-itm--views form label {
        display: none
    }

    .page-itm--views form .form-item {
        margin: 12px 0 0
    }

    .page-itm--views form input[type=submit] {
        display: none
    }

    .page-itm--views form input[type=text] {
        border: none;
        border-bottom: 2px solid #333;
        max-width: 100%;
        width: 98%;
        margin: 0;
        padding: 0
    }

        .page-itm--views form input[type=text]:focus {
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
            border-bottom: 2px solid #ff4646
        }

.page-itm--views .views--pager {
    border-bottom: 1px solid #e2e2e2
}

.page-itm--views .js-pager__items {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 18px
}

    .page-itm--views .js-pager__items > li {
        margin: 0;
        padding: 0
    }

    .page-itm--views .js-pager__items li {
        line-height: 80px
    }

    .page-itm--views .js-pager__items a {
        display: inline-block;
        height: 80px;
        width: 80px;
        text-align: center
    }

        .page-itm--views .js-pager__items a[rel=prev] {
            position: absolute;
            top: 0;
            right: 80px;
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2
        }

        .page-itm--views .js-pager__items a[rel=next] {
            position: absolute;
            top: 0;
            right: 0;
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2
        }

        .page-itm--views .js-pager__items a .pager--button .arrow--point-east--slider,
        .page-itm--views .js-pager__items a .pager--button .arrow--point-west--slider {
            width: 16px;
            fill: #ff4646
        }

        .page-itm--views .js-pager__items a:hover {
            background-color: #ff4646
        }

            .page-itm--views .js-pager__items a:hover .pager--button .arrow--point-east--slider,
            .page-itm--views .js-pager__items a:hover .pager--button .arrow--point-west--slider {
                fill: #333
            }

@media (max-width:1300px) {
    .page-itm--views .page-itm--views--header-wrapper {
        height: 60px
    }

    .page-itm--views header .header-text {
        height: 60px;
        font-size: 17px
    }

    .page-itm--views .search-itm--button {
        width: 60px;
        height: 60px
    }

    .page-itm--views .search-itm--button--icon {
        width: 20px;
        height: 20px
    }

    .page-itm--views form input[type=text] {
        font-size: 17px;
        height: 32px
    }

    .page-itm--views .js-pager__items {
        font-size: 17px
    }

        .page-itm--views .js-pager__items li {
            line-height: 60px
        }

        .page-itm--views .js-pager__items a {
            height: 60px;
            width: 60px
        }

            .page-itm--views .js-pager__items a[rel=prev] {
                right: 60px
            }

            .page-itm--views .js-pager__items a .views--pager--button .arrow--point-east--slider,
            .page-itm--views .js-pager__items a .views--pager--button .arrow--point-west--slider {
                width: 14px
            }
}

@media (max-width:610px) {
    .page-itm--views header {
        font-size: 15px;
        padding-left: 10px
    }

        .page-itm--views .js-pager__items,
        .page-itm--views form input[type=text],
        .page-itm--views header .header-text {
            font-size: 15px
        }
}

.page-itm--views--list .page--itm--views--list-item {
    padding: 40px 0;
    border-bottom: 1px solid #e2e2e2
}

    .page-itm--views--list .page--itm--views--list-item:first-child {
        border-top: 1px solid #e2e2e2
    }

.page-itm--views--list article {
    max-width: 900px
}

.page-itm--views--list .page--itm--views--list-item--content--outlet {
    float: left;
    width: 34%
}

.page-itm--views--list .page--itm--views--list-item--content--details {
    overflow: hidden;
    font-size: 18px;
    padding-left: 40px
}

.page-itm--views--list .page--itm--views--list-item---outlet {
    margin: 0;
    font-size: 28px;
    letter-spacing: -.021em;
    font-weight: 800;
    line-height: 1.15;
    color: #333;
    text-align: right
}

.page-itm--views--list .page--itm--views--list-item--descr p {
    margin: 0
}

.page-itm--views--list .page--itm--views--list-item--publication-date {
    margin-top: 20px;
    font-weight: 600;
    font-size: 17px;
    text-align: right
}

.page-itm--views--list .page--itm--views--list-item--link-to-source {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.2
}

.page-itm--views--list .page--itm--views--list-item--link {
    color: #050505;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px #ff4646 inset;
    box-shadow: inset 0 -2px #ff4646
}

    .page-itm--views--list .page--itm--views--list-item--link:hover {
        background-color: #ff655d;
        -webkit-box-shadow: 0 -2px #ff655d inset;
        box-shadow: inset 0 -2px #ff655d
    }

.page-itm--views--list .page--itm--views--list-item--related-news-articles {
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.2
}

    .page-itm--views--list .page--itm--views--list-item--related-news-articles a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .page-itm--views--list .page--itm--views--list-item--related-news-articles a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

    .page-itm--views--list .page--itm--views--list-item--related-news-articles .icon--related {
        display: inline-block;
        float: left;
        margin-right: 6px
    }

.page-itm--views--list .page--itm--views--list-item--link-to-source--icon .icon--document,
.page-itm--views--list .page--itm--views--list-item--link-to-source--icon .icon--listen-audio,
.page-itm--views--list .page--itm--views--list-item--link-to-source--icon .icon--watch-video {
    width: auto;
    height: 19px;
    color: #ff4646;
    margin-right: 1px
}

@media (max-width:990px) {
    .page-itm--views--list article {
        max-width: 810px
    }

    .page-itm--views--list .page--itm--views--list-item---outlet {
        font-size: 24px
    }

    .page-itm--views--list .page--itm--views--list-item--content--details {
        font-size: 17px
    }

    .page-itm--views--list .page--itm--views--list-item--link-to-source,
    .page-itm--views--list .page--itm--views--list-item--related-news-articles {
        font-size: 15px
    }

    .page-itm--views--list .page--itm--views--list-item--link-to-source--icon .icon--document,
    .page-itm--views--list .page--itm--views--list-item--link-to-source--icon .icon--listen-audio,
    .page-itm--views--list .page--itm--views--list-item--link-to-source--icon .icon--watch-video {
        width: auto;
        height: 18px
    }
}

@media (max-width:610px) {
    .page-itm--views--list .page--itm--views--list-item {
        padding: 30px 0
    }

    .page-itm--views--list .page--itm--views--list-item--content--outlet {
        float: none;
        width: auto
    }

    .page-itm--views--list .page--itm--views--list-item--content--details {
        padding-left: 0
    }

    .page-itm--views--list .page--itm--views--list-item---outlet {
        text-align: left
    }

    .page-itm--views--list .page--itm--views--list-item--publication-date {
        text-align: left;
        margin-bottom: 10px
    }
}

.podcast-platform---item a {
    display: inline-block;
    font-size: 15px;
    background-color: #f2f2f2;
    padding: 4px 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #333
}

    .podcast-platform---item a:hover {
        background-color: #ff655d
    }

.podcast #main article.contextual-region {
    position: static !important
}

.podcast #main #block-mit-breadcrumbs {
    display: none
}

.podcast #main .news-article--content {
    margin-top: 0
}

.podcast #main .news-article--content--body p,
.podcast #main .news-article--content--body ul {
    font-size: 18px
}

.podcast #main h1 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 39px;
    font-weight: 700;
    letter-spacing: -.035em;
    color: #333;
    white-space: normal;
    line-height: 1.05;
    margin-bottom: 7px;
    width: 67%
}

.podcast #main .news-article--dek {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 67%;
    color: #333
}

    .podcast #main .news-article--dek p {
        line-height: 1.35em;
        margin-top: 10px
    }

.podcast #main .news-article--authored-by {
    margin: 0 0 5px;
    font-weight: 700;
    width: 67%;
    font-size: 18px;
    color: #333
}

.podcast #main .news-article--authored-by--separator {
    font-weight: 300;
    color: #3e3e3e
}

.podcast #main .news-article--publication-date {
    margin: 20px 0 30px;
    font-weight: 700;
    width: 67%;
    font-size: 18px;
    color: #333
}

.podcast #main .news-article--full-width-wrapper-inner {
    position: absolute;
    left: 0;
    width: 100%
}

    .podcast #main .news-article--full-width-wrapper-inner:before {
        z-index: 99
    }

.podcast #main .label-transcript {
    border-bottom: 1px solid #333
}

.podcast #main .news-article--indicators {
    margin-top: 30px
}

    .podcast #main .news-article--indicators .news-article--listen-audio--button {
        padding: 15px 22px 15px 20px
    }

.podcast #main .podcast-embed-code {
    margin-top: 60px;
    margin-bottom: 0
}

    .podcast #main .podcast-embed-code a {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.podcast #main .podcast--content--links .timestamp {
    font-family: Courier New, Courier, monospace;
    font-weight: 700;
    letter-spacing: -.05em
}

@media (max-width:1300px) {
    .podcast #main .page--section--inner {
        padding-top: 30px
    }

    .podcast #main h1 {
        font-size: 36px
    }

    .podcast #main .news-article--dek {
        font-size: 24px
    }
}

@media (max-width:990px) {
    .podcast #main h1 {
        font-size: 32px;
        width: 80%
    }

    .podcast #main .news-article--dek {
        font-size: 22px;
        width: 80%
    }

    .podcast #main .news-article--authored-by,
    .podcast #main .news-article--publication-date {
        font-size: 17px;
        width: 60%
    }
}

@media (max-width:700px) {

    .podcast #main .news-article--dek,
    .podcast #main h1 {
        width: auto
    }

    .podcast #main .page--section--inner {
        padding-top: 20px
    }
}

@media (max-width:610px) {
    .podcast #main .page--section--inner {
        padding-bottom: 40px
    }

    .podcast #main h1 {
        font-size: 26px;
        margin-bottom: 5px
    }

    .podcast #main .news-article--dek {
        font-size: 18px;
        margin-bottom: 10px
    }

    .podcast #main .news-article--authored-by {
        letter-spacing: -.02em;
        font-size: 16px;
        width: 80%
    }

    .podcast #main .news-article--publication-date {
        width: auto;
        margin-bottom: 10px;
        letter-spacing: -.02em;
        font-size: 16px
    }
}

.page-podcasts .page--section--inner {
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

.page-podcasts .page-title-prefix {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    font-weight: 400;
    font-size: 36px;
    position: absolute;
    line-height: 1em;
    margin: 0;
    left: 62px;
    top: 120px
}

.page-podcasts .rss-feed {
    position: relative;
    float: right;
    display: inline-block;
    margin: 0
}

    .page-podcasts .rss-feed.rss-feed--itm {
        padding-top: 10px;
        font-size: 17px
    }

        .page-podcasts .rss-feed.rss-feed--itm a {
            color: #050505;
            text-decoration: none;
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646
        }

            .page-podcasts .rss-feed.rss-feed--itm a:hover {
                background-color: #ff655d;
                -webkit-box-shadow: 0 -2px #ff655d inset;
                box-shadow: inset 0 -2px #ff655d
            }

    .page-podcasts .rss-feed .icon--rss {
        width: 12px;
        display: inline-block;
        height: auto;
        vertical-align: baseline;
        color: #ff4646
    }

.page-podcasts .rss-feed--link--button {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #333;
    font-size: 15px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    letter-spacing: -.015em;
    right: 0;
    top: -60px
}

    .page-podcasts .rss-feed--link--button:hover {
        background-color: #ff655d;
        color: #000
    }

        .page-podcasts .rss-feed--link--button:hover .icon--rss {
            color: #000
        }

@media (max-width:1300px) {
    .page-podcasts .rss-feed.rss-feed--itm {
        font-size: 15px;
        position: static;
        float: none;
        padding: 0;
        margin: 0 0 20px;
        display: block;
        clear: left
    }
}

@media (max-width:1100px) {
    .page-podcasts .page--section {
        padding: 0
    }

    .page-podcasts .page-title-prefix {
        display: none
    }

    .page-podcasts h1 {
        padding: 0;
        width: 80%;
        font-size: 38px;
        margin-bottom: 30px
    }

    .page-podcasts .rss-feed--link {
        top: -85px
    }
}

@media (max-width:990px) {
    .page-podcasts h1 {
        width: 70%
    }

    .page-podcasts .rss-feed--link {
        font-size: 13px;
        top: -75px;
        padding: 4px 12px
    }
}

@media (max-width:770px) {
    .page-podcasts h1 {
        margin-bottom: 25px;
        font-size: 32px
    }

    .page-podcasts .rss-feed--link {
        top: -60px
    }
}

@media (max-width:700px) {
    .page-podcasts .rss-feed {
        float: none;
        margin-bottom: 30px
    }

    .page-podcasts .rss-feed--link {
        position: static
    }
}

@media (max-width:610px) {
    .page-podcasts h1 {
        width: auto;
        font-size: 26px;
        margin-bottom: 20px !important;
        float: none
    }
}

.page-podcast-categories h1 {
    display: none
}

.page-podcast-categories .view--podcast-categories header {
    max-width: 68%;
    margin-bottom: 80px
}

    .page-podcast-categories .view--podcast-categories header p {
        line-height: 1.45em;
        font-size: 26px
    }

    .page-podcast-categories .view--podcast-categories header a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .page-podcast-categories .view--podcast-categories header a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

.page-podcast-categories .view-row {
    padding-bottom: 140px
}

.podcast-categories-item:last-child .view-row {
    padding-bottom: 0
}

.page-podcast-categories .view-row h2 {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    font-weight: 400;
    font-size: 28px;
    position: absolute;
    line-height: 1em;
    margin: 0;
    left: 60px
}

.page-podcast-categories .view-row:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ccc;
    position: absolute;
    left: 0;
    margin-top: 70px
}

.page-podcast-categories .podcast-categories-item:last-child .view-row:after {
    display: none
}

.page-podcast-categories .view-row .view-row--descr {
    max-width: 68%;
    float: left
}

.page-podcast-categories .view-row .view-row--latest {
    overflow: hidden
}

.page-podcast-categories .view-row .cover-img-link {
    display: block;
    max-width: 240px;
    float: left
}

.page-podcast-categories .view-row .descr {
    overflow: hidden;
    padding: 0 10% 0 3%;
    font-size: 18px
}

    .page-podcast-categories .view-row .descr p {
        margin-top: 0
    }

.page-podcast-categories h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px
}

.page-podcast-categories .view-row--latest a {
    font-size: 17px;
    color: #050505;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px #ff4646 inset;
    box-shadow: inset 0 -2px #ff4646
}

    .page-podcast-categories .view-row--latest a:hover {
        background-color: #ff655d;
        -webkit-box-shadow: 0 -2px #ff655d inset;
        box-shadow: inset 0 -2px #ff655d
    }

.page-podcast-categories .view-row--latest .views-row {
    margin-bottom: 15px
}

.page-podcast-categories .view-row--latest .all-link {
    line-height: 1.3em
}

@media (max-width:1100px) {
    .page-podcast-categories .view-row h2 {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -.03em;
        color: #333;
        margin: 0 0 40px;
        white-space: normal
    }

    .page-podcast-categories .view-row--latest {
        margin-top: 70px
    }

    .page-podcast-categories .view-row .cover-img-link {
        width: 30%
    }
}

@media (max-width:990px) {
    .page-podcast-categories .view--podcast-categories header {
        max-width: none
    }

    .page-podcast-categories .view-row .view-row--descr {
        float: none;
        max-width: none
    }

    .page-podcast-categories .view-row .descr {
        padding: 0 0 0 3%
    }

    .page-podcast-categories .view-row--latest {
        margin-top: 30px
    }
}

@media (max-width:610px) {
    .page-podcast-categories .view-row .cover-img-link {
        float: none;
        width: auto;
        max-width: 220px
    }

    .page-podcast-categories .view-row .descr {
        padding: 15px 0 0
    }
}

.page-podcasts--views .page-podcasts--views--header-wrapper {
    position: relative
}

.page-podcasts--views header {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    font-size: 18px
}

    .page-podcasts--views header.loading .loader-wrapper {
        display: inline-block
    }

.page-podcasts--views .term-podcast-category--inner {
    margin-bottom: 40px
}

.page-podcasts--views .term-podcast-category--cover-img {
    float: right;
    max-width: 240px
}

.page-podcasts--views .term-podcast-category--descr {
    overflow: hidden;
    font-size: 28px;
    max-width: 800px;
    padding-right: 60px
}

    .page-podcasts--views .term-podcast-category--descr p {
        margin-top: 0;
        line-height: 1.45em
    }

.page-podcasts--views .total:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #e2e2e2;
    position: absolute;
    left: 0
}

.page-podcasts--views .total--inner {
    padding-top: 20px
}

.page-podcasts--views .loader-wrapper {
    display: none;
    position: relative;
    width: 15px;
    height: 15px
}

.page-podcasts--views .loader {
    width: 15px;
    height: 15px;
    position: absolute
}

.page-podcasts--views .ball-clip-rotate > div {
    height: 12px;
    width: 12px;
    border-color: #ff4646 #ff4646 rgba(0, 0, 0, 0)
}

.page-podcasts--views .search-articles-in-term--button {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    float: left;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2
}

    .page-podcasts--views .search-articles-in-term--button:hover {
        background-color: #ff4646
    }

        .page-podcasts--views .search-articles-in-term--button:hover .search-articles-in-term--button--icon {
            color: #333
        }

    .page-podcasts--views .search-articles-in-term--button.opened {
        border-right: none
    }

.page-podcasts--views .search-articles-in-term--button--icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    color: #ff4646
}

.page-podcasts--views form {
    overflow: hidden;
    padding: 10px 0 20px;
    font-size: 18px
}

    .page-podcasts--views form label {
        display: none
    }

    .page-podcasts--views form .form-item {
        margin: 0
    }

    .page-podcasts--views form legend {
        float: left;
        display: inline-block
    }

    .page-podcasts--views form .js-form-type-radio {
        display: inline-block;
        padding: 0;
        float: left;
        margin-left: 15px
    }

    .page-podcasts--views form input[type=submit] {
        display: none
    }

    .page-podcasts--views form input[type=text] {
        border: none;
        border-bottom: 2px solid #333;
        max-width: 100%;
        width: 98%;
        margin: 0;
        padding: 0
    }

        .page-podcasts--views form input[type=text]:focus {
            outline: 0;
            border: none;
            border-bottom: 2px solid #ff4646
        }

.page-podcasts--views .views--pager {
    border-bottom: 1px solid #e2e2e2
}

.page-podcasts--views .js-pager__items {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 18px
}

    .page-podcasts--views .js-pager__items > li {
        margin: 0;
        padding: 0
    }

    .page-podcasts--views .js-pager__items li {
        line-height: 80px
    }

    .page-podcasts--views .js-pager__items a {
        display: inline-block;
        height: 80px;
        width: 80px;
        text-align: center
    }

        .page-podcasts--views .js-pager__items a[rel=prev] {
            position: absolute;
            top: 0;
            right: 80px;
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2
        }

        .page-podcasts--views .js-pager__items a[rel=next] {
            position: absolute;
            top: 0;
            right: 0;
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2
        }

        .page-podcasts--views .js-pager__items a .pager--button .arrow--point-east--slider,
        .page-podcasts--views .js-pager__items a .pager--button .arrow--point-west--slider {
            width: 16px;
            fill: #ff4646
        }

        .page-podcasts--views .js-pager__items a:hover {
            background-color: #ff4646
        }

            .page-podcasts--views .js-pager__items a:hover .pager--button .arrow--point-east--slider,
            .page-podcasts--views .js-pager__items a:hover .pager--button .arrow--point-west--slider {
                fill: #333
            }

@media (max-width:1300px) {
    .page-podcasts--views header {
        font-size: 17px
    }

    .page-podcasts--views .search-articles-in-term--button {
        width: 60px;
        height: 60px
    }

    .page-podcasts--views .search-articles-in-term--button--icon {
        width: 20px;
        height: 20px
    }

    .page-podcasts--views form {
        font-size: 17px
    }

        .page-podcasts--views form input[type=text] {
            font-size: 17px;
            height: 32px
        }

    .page-podcasts--views .js-pager__items {
        font-size: 17px
    }

        .page-podcasts--views .js-pager__items li {
            line-height: 60px
        }

        .page-podcasts--views .js-pager__items a {
            height: 60px;
            width: 60px
        }

            .page-podcasts--views .js-pager__items a[rel=prev] {
                right: 60px
            }

            .page-podcasts--views .js-pager__items a .views--pager--button .arrow--point-east--slider,
            .page-podcasts--views .js-pager__items a .views--pager--button .arrow--point-west--slider {
                width: 14px
            }
}

@media (max-width:1100px) {
    .page-podcasts--views .term-podcast-category--descr {
        font-size: 20px
    }
}

@media (max-width:700px) {
    .page-podcasts--views .term-podcast-category--inner {
        margin-bottom: 30px
    }

    .page-podcasts--views .term-podcast-category--cover-img {
        float: none;
        margin-bottom: 30px;
        max-width: 200px
    }

    .page-podcasts--views .term-podcast-category--descr {
        font-size: 18px;
        padding-right: 0
    }
}

@media (max-width:610px) {

    .page-podcasts--views form,
    .page-podcasts--views form input[type=text],
    .page-podcasts--views header {
        font-size: 15px
    }

        .page-podcasts--views form .js-form-type-radio {
            margin-left: 10px
        }

    .page-podcasts--views .js-pager__items {
        font-size: 15px
    }
}

.page-podcasts--views--list .page-podcasts--views--list-item {
    padding: 35px 0;
    border-bottom: 1px solid #e2e2e2
}

    .page-podcasts--views--list .page-podcasts--views--list-item:first-child {
        border-top: 1px solid #e2e2e2
    }

.page-podcasts--views--list .term-podcasts--podcast--item {
    max-width: 800px
}

.page-podcasts--views--list .term-page--podcast--item--cover-image {
    float: left;
    width: 26%
}

.page-podcasts--views--list .term-page--podcast--item--descr {
    overflow: hidden;
    font-size: 17px;
    padding-left: 20px
}

.page-podcasts--views--list .term-page--podcast--item--title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.035em;
    margin: 0;
    padding: 10px 0;
    line-height: 1.15
}

.page-podcasts--views--list .term-page--podcast--item--descr-text {
    margin-bottom: 15px
}

    .page-podcasts--views--list .term-page--podcast--item--descr-text p {
        margin: 0
    }

    .page-podcasts--views--list .term-page--podcast--item--descr-text a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .page-podcasts--views--list .term-page--podcast--item--descr-text a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

.page-podcasts--views--list .term-page--podcast--item--title--link {
    color: #333;
    text-decoration: none
}

    .page-podcasts--views--list .term-page--podcast--item--title--link:hover {
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

.page-podcasts--views--list .term-page--podcast--item--dek {
    margin: 0 0 5px;
    line-height: 1.3;
    font-size: 18px
}

.page-podcasts--views--list .term-page--podcast--item--publication-date {
    margin: 10px 0 5px;
    font-size: 17px;
    font-weight: 600;
    color: #333
}

.page-podcasts--views--list .term-page--podcast--item--listen {
    line-height: 1.3em;
    font-size: 17px;
    margin: 7px 0 0;
    position: relative;
    padding-left: 22px
}

    .page-podcasts--views--list .term-page--podcast--item--listen:before {
        content: "";
        background-image: url('data:image/svg+xml;charset=utf-8,<svg class="icon--listen-audio" xmlns="http://www.w3.org/2000/svg" width="18" height="18"><g data-name="Group 2045"><path d="M14.675 9.204a5.471 5.471 0 10-10.942 0 9.858 9.858 0 00.407 2.466v.019l.683 2.051a1.368 1.368 0 102.595-.865l-.683-2.051a1.362 1.362 0 00-2.223-.572 6.319 6.319 0 01-.1-1.047 4.788 4.788 0 019.575 0 6.326 6.326 0 01-.1 1.048 1.364 1.364 0 00-2.223.571l-.684 2.052a1.367 1.367 0 102.594.866l.684-2.052a.107.107 0 010-.012v-.006a9.838 9.838 0 00.417-2.468zM4.831 10.95a.68.68 0 01.4-.343.683.683 0 01.865.433l.684 2.052a.684.684 0 01-.433.865.7.7 0 01-.865-.433l-.68-2.04-.009-.034a.675.675 0 01.04-.5zm8.1 2.574a.693.693 0 01-.865.432.684.684 0 01-.432-.865l.684-2.052a.683.683 0 011.3.411c0 .011-.006.024-.01.035z" fill="%23ff4646"/><g data-name="Ellipse 1105" fill="none" stroke="%23ff4646"><circle cx="9" cy="9" r="9" stroke="none"/><circle cx="9" cy="9" r="8.5"/></g></g></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 2px;
        left: 0;
        display: block;
        width: 18px;
        height: 18px
    }

.page-podcasts--views--list .term-page--podcast--item--listen--link {
    color: #050505;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px #ff4646 inset;
    box-shadow: inset 0 -2px #ff4646;
    letter-spacing: .03em
}

    .page-podcasts--views--list .term-page--podcast--item--listen--link:hover {
        background-color: #ff655d;
        -webkit-box-shadow: 0 -2px #ff655d inset;
        box-shadow: inset 0 -2px #ff655d
    }

@media (max-width:1600px) {
    .page-podcasts--views--list .term-page--podcast--item--listen {
        font-size: 15px
    }
}

@media (max-width:1450px) {
    .page-podcasts--views--list .term-page--podcast--item--title {
        font-size: 22px
    }
}

@media (max-width:610px) {
    .page-podcasts--views--list .term-page--podcast--item--cover-image {
        width: 39%;
        float: left
    }

    .page-podcasts--views--list .term-page--podcast--item--descr {
        padding-left: 9px
    }

    .page-podcasts--views--list .term-page--podcast--item--title {
        font-size: 18px
    }

    .page-podcasts--views--list .term-page--podcast--item--dek,
    .page-podcasts--views--list .term-page--podcast--item--full-story,
    .page-podcasts--views--list .term-page--podcast--item--publication-date {
        display: none
    }
}

.page-podcasts--views--list .term-page--itm-item--content--outlet {
    float: left;
    width: 34%
}

.page-podcasts--views--list .term-page--itm-item--content--details {
    overflow: hidden;
    font-size: 18px;
    padding-left: 40px
}

.page-podcasts--views--list .term-page--itm-item--outlet {
    margin: 0;
    font-size: 28px;
    letter-spacing: -.021em;
    font-weight: 800;
    line-height: 1.15;
    color: #333;
    text-align: right
}

.page-podcasts--views--list .term-page--itm-item--descr p {
    margin: 0
}

.page-podcasts--views--list .term-page--itm-item--publication-date {
    margin-top: 20px;
    font-weight: 600;
    font-size: 17px;
    text-align: right
}

.page-podcasts--views--list .term-page--itm-item--link-to-source {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.2
}

.page-podcasts--views--list .term-page--itm-item--link-to-source--icon .icon--document,
.page-podcasts--views--list .term-page--itm-item--link-to-source--icon .icon--listen-audio,
.page-podcasts--views--list .term-page--itm-item--link-to-source--icon .icon--watch-video {
    width: auto;
    height: 19px;
    color: #ff4646;
    margin-right: 1px
}

.page-podcasts--views--list .term-page--itm-item--link {
    color: #050505;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px #ff4646 inset;
    box-shadow: inset 0 -2px #ff4646
}

    .page-podcasts--views--list .term-page--itm-item--link:hover {
        background-color: #ff655d;
        -webkit-box-shadow: 0 -2px #ff655d inset;
        box-shadow: inset 0 -2px #ff655d
    }

.page-podcasts--views--list .term-page--itm-item--related-podcasts {
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.2
}

    .page-podcasts--views--list .term-page--itm-item--related-podcasts a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .page-podcasts--views--list .term-page--itm-item--related-podcasts a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

    .page-podcasts--views--list .term-page--itm-item--related-podcasts .icon--related {
        display: inline-block;
        float: left;
        margin-right: 6px
    }

@media (max-width:990px) {
    .page-podcasts--views--list .term-page--itm-item--outlet {
        font-size: 24px
    }

    .page-podcasts--views--list .term-page--itm-item--content--details {
        font-size: 17px
    }

    .page-podcasts--views--list .term-page--itm-item--link-to-source {
        font-size: 15px
    }

    .page-podcasts--views--list .term-page--itm-item--link-to-source--icon .icon--document,
    .page-podcasts--views--list .term-page--itm-item--link-to-source--icon .icon--listen-audio,
    .page-podcasts--views--list .term-page--itm-item--link-to-source--icon .icon--watch-video {
        width: auto;
        height: 18px
    }

    .page-podcasts--views--list .term-page--itm-item--related-podcasts {
        font-size: 15px
    }
}

@media (max-width:610px) {
    .page-podcasts--views--list .page-podcasts--views--list-item {
        padding: 20px 0
    }

    .page-podcasts--views--list .term-page--itm-item--content--outlet {
        float: none;
        width: auto
    }

    .page-podcasts--views--list .term-page--itm-item--content--details {
        padding-left: 0
    }

    .page-podcasts--views--list .term-page--itm-item--outlet {
        text-align: left
    }

    .page-podcasts--views--list .term-page--itm-item--publication-date {
        text-align: left;
        margin-bottom: 10px
    }

    .page-podcasts--views--list .term-page--itm-item {
        margin: 15px 0
    }
}

.basic-page .page-section--content--nav {
    float: right;
    width: 28%
}

.basic-page .page-section--content--main {
    float: left;
    width: 68%
}

    .basic-page .page-section--content--main h2,
    .basic-page .page-section--content--main h3,
    .basic-page .page-section--content--main h4,
    .basic-page .page-section--content--main h5 {
        font-weight: 700;
        letter-spacing: -.03em;
        color: #333;
        white-space: normal;
        line-height: 1.08;
        margin: 50px 0 25px
    }

    .basic-page .page-section--content--main h2 {
        font-size: 30px
    }

    .basic-page .page-section--content--main h3 {
        font-size: 26px
    }

    .basic-page .page-section--content--main h4 {
        font-size: 20px
    }

    .basic-page .page-section--content--main p {
        margin: 20px 0 30px;
        line-height: 1.55em
    }

    .basic-page .page-section--content--main a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .basic-page .page-section--content--main a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

    .basic-page .page-section--content--main ol,
    .basic-page .page-section--content--main ul {
        line-height: 1.75em;
        padding-left: 20px;
        margin: 20px 0 30px
    }

        .basic-page .page-section--content--main ol ol,
        .basic-page .page-section--content--main ol ul,
        .basic-page .page-section--content--main ul ol,
        .basic-page .page-section--content--main ul ul {
            margin-top: 8px;
            margin-bottom: 0
        }

    .basic-page .page-section--content--main li {
        margin-bottom: 8px
    }

.basic-page .page-section--content--nav nav h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #333
}

.basic-page .page-section--content--nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .basic-page .page-section--content--nav nav ul > li {
        margin: 0;
        padding: 0
    }

    .basic-page .page-section--content--nav nav ul li {
        font-size: 18px;
        border-bottom: 1px solid #e2e2e2
    }

.basic-page .page-section--content--nav nav a {
    display: block;
    padding: 18px 35px 18px 2px;
    text-decoration: none;
    color: #050505;
    background: rgba(0, 0, 0, 0) url(../img/arrows/arrow--nav--point-east--red.svg) no-repeat 98%
}

    .basic-page .page-section--content--nav nav a:hover {
        background-color: #ff655d;
        background: #ff655d url(../img/arrows/arrow--nav--point-east--black.svg) no-repeat 98%
    }

    .basic-page .page-section--content--nav nav a.is-active {
        background: rgba(0, 0, 0, 0) url(../img/arrows/dot--nav.svg) no-repeat 97%
    }

        .basic-page .page-section--content--nav nav a.is-active:hover {
            cursor: auto
        }

.basic-page #block-nav-mitnewsoffices-contact-info {
    margin-top: 20px
}

    .basic-page #block-nav-mitnewsoffices-contact-info p {
        margin: 0 0 4px
    }

    .basic-page #block-nav-mitnewsoffices-contact-info a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

        .basic-page #block-nav-mitnewsoffices-contact-info a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d
        }

@media (max-width:1300px) {
    .basic-page h1 {
        font-size: 38px;
        font-weight: 700;
        letter-spacing: -.03em;
        color: #333
    }
}

@media (max-width:1100px) {
    .basic-page .page-section--content--nav {
        width: 26%
    }

        .basic-page .page-section--content--nav nav h2 {
            font-size: 20px
        }

        .basic-page #block-blockmitnewsofficescontactinfo,
        .basic-page .page-section--content--nav nav ul li {
            font-size: 17px
        }
}

@media (max-width:990px) {

    .basic-page .page-section--content--main,
    .basic-page .page-section--content--nav {
        float: none;
        width: auto
    }

        .basic-page .page-section--content--nav nav {
            margin-top: 60px
        }

            .basic-page .page-section--content--nav nav h2 {
                font-size: 18px
            }

    .basic-page .page-section--content--main {
        padding: 0
    }

    .basic-page #block-nav-mitnewsoffices-contact-info {
        display: none
    }
}

@media (max-width:610px) {
    .basic-page .page-section--content--main h1 {
        font-size: 26px;
        margin: 15px 0 25px;
        font-weight: 700;
        letter-spacing: -.03em;
        color: #333
    }

    .basic-page .page-section--content--main h2 {
        font-size: 22px;
        margin: 32px 0 15px
    }

    .basic-page .page-section--content--main h3 {
        font-size: 19px;
        margin: 32px 0 15px
    }

    .basic-page .page-section--content--main h4 {
        font-size: 17px;
        margin: 32px 0 15px
    }

    .basic-page .page-section--content--main p {
        margin: 10px 0 20px
    }

    .basic-page .page-section--content--nav nav h2 {
        font-size: 18px
    }

    .basic-page .page-section--content--nav nav ul li {
        font-size: 15px
    }
}

#block-nav-press-contact-info .block-inner h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid #333
}

#block-nav-press-contact-info .block-inner a {
    color: #050505;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px #ff4646 inset;
    box-shadow: inset 0 -2px #ff4646
}

    #block-nav-press-contact-info .block-inner a:hover {
        background-color: #ff655d;
        -webkit-box-shadow: 0 -2px #ff655d inset;
        box-shadow: inset 0 -2px #ff655d
    }

@media (max-width:990px) {
    #block-nav-press-contact-info {
        margin-top: 50px
    }

        #block-nav-press-contact-info .block-inner h2 {
            border: none;
            font-size: 32px;
            font-weight: 700;
            letter-spacing: -.03em;
            margin: 0;
            padding: 0
        }
}

@media (max-width:610px) {
    #block-nav-press-contact-info {
        margin-top: 40px
    }

        #block-nav-press-contact-info .block-inner h2 {
            font-size: 24px
        }
}

#block-blk-press-center {
    margin-top: 10px;
    border-top: 1px solid #e2e2e2
}

    #block-blk-press-center .press-center--expandable-section {
        border-bottom: 1px solid #e2e2e2
    }

    #block-blk-press-center .press-center--expandable-section--content {
        display: none;
        background-color: #f7f7f7;
        padding: 0 20px
    }

    #block-blk-press-center h2 {
        margin: 0;
        padding: 0;
        line-height: 1
    }

        #block-blk-press-center h2 button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: rgba(0, 0, 0, 0);
            border: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: inherit;
            margin: 0;
            font-size: 26px;
            font-weight: 700;
            padding: 20px 10px 22px;
            display: block;
            width: 100%;
            text-align: left;
            background: rgba(0, 0, 0, 0) url(../img/arrows/arrow--nav--point-north--red.svg) no-repeat 98% 25px;
            border-left: 2px solid #fff
        }

            #block-blk-press-center h2 button:hover {
                cursor: pointer;
                border-left: 2px solid #ff655d
            }

    #block-blk-press-center .press-center--expandable-section.expanded h2 button {
        background: rgba(0, 0, 0, 0) url(../img/arrows/arrow--nav--point-west--red.svg) no-repeat 98% 25px
    }

    #block-blk-press-center .press-center--expandable-section--content-block {
        padding: 26px 10px;
        border-bottom: 1px solid #e2e2e2
    }

    #block-blk-press-center .press-center--expandable-section--content-block--title {
        margin: 0;
        padding: 0;
        font-size: 21px;
        font-weight: 700;
        letter-spacing: -.03em
    }

        #block-blk-press-center .press-center--expandable-section--content-block--title a {
            color: #050505;
            text-decoration: none;
            -webkit-box-shadow: 0 -2px #ff4646 inset;
            box-shadow: inset 0 -2px #ff4646
        }

            #block-blk-press-center .press-center--expandable-section--content-block--title a:hover {
                background-color: #ff655d;
                -webkit-box-shadow: 0 -2px #ff655d inset;
                box-shadow: inset 0 -2px #ff655d
            }

    #block-blk-press-center .press-center--expandable-section--content-block p {
        margin-top: 6px;
        line-height: 1.3em
    }

@media (max-width:610px) {
    #block-blk-press-center h2 button {
        font-size: 18px;
        padding: 12px 0 12px 5px
    }

    #block-blk-press-center .press-center--expandable-section.expanded h2 button,
    #block-blk-press-center h2 button {
        background-size: 20px;
        background-position: 98% 16px
    }

    #block-blk-press-center .press-center--expandable-section--content {
        padding: 0 15px
    }

    #block-blk-press-center .press-center--expandable-section--content-block {
        padding: 15px 0
    }

    #block-blk-press-center .press-center--expandable-section--content-block--title {
        font-size: 17px
    }
}

.webform-submission-subscribe-to-press-releases-add-form .webform-options-display-two-columns {
    display: block
}

.webform-submission-subscribe-to-press-releases-add-form .js-form-type-checkbox label.option {
    display: inline !important
}

@media (max-width:610px) {
    .webform-submission-subscribe-to-press-releases-add-form .webform-options-display-two-columns {
        -webkit-columns: 1;
        -moz-columns: 1;
        column-count: 1
    }
}

.page--site-search .page--section--inner {
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

.page--site-search .no-search-result {
    border-top: 1px solid #e2e2e2;
    text-align: center;
    padding: 60px 0 100px
}

@media (max-width:1300px) {
    .page--site-search #block-mit-page-title {
        display: none
    }
}

@media (max-width:1100px) {
    .page--site-search .page--section {
        padding: 0
    }
}

.page--site-search--views .page--site-search--views--search-form {
    margin-bottom: 30px
}

.page--site-search--views .page--site-search--views--header-wrapper {
    border-top: 1px solid #e2e2e2
}

.page--site-search--views .page--site-search--views--header .page-num {
    float: right
}

.page--site-search--views header {
    line-height: 80px;
    overflow: hidden;
    font-size: 18px
}

.page--site-search--views .page--site-search--views--search-form {
    position: relative
}

.page--site-search--views .page--site-search--views--search-form--icon {
    position: absolute;
    top: 12px;
    left: 0;
    width: 30px;
    height: 30px;
    color: #ff4646
}

.page--site-search--views form {
    overflow: hidden
}

    .page--site-search--views form label {
        display: none
    }

    .page--site-search--views form .form-item {
        margin: 0
    }

    .page--site-search--views form input[type=text] {
        border: none;
        border-bottom: 2px solid #333;
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0 0 0 40px
    }

        .page--site-search--views form input[type=text]:focus {
            outline: 0;
            border: none;
            border-bottom: 2px solid #ff4646
        }

    .page--site-search--views form label[for=edit-field-publication-date-end],
    .page--site-search--views form label[for=edit-publication-date-start] {
        display: inline-block;
        float: left;
        line-height: 52px;
        margin-top: 20px;
        margin-right: 10px
    }

    .page--site-search--views form #edit-publication-date-start {
        float: left;
        width: 230px;
        margin-top: 20px;
        margin-right: 10px;
        padding: 0 0 0 5px
    }

    .page--site-search--views form #edit-field-publication-date-end {
        float: left;
        width: 230px;
        margin-top: 20px;
        padding: 0 0 0 5px
    }

.page--site-search--views .views--pager {
    border-bottom: 1px solid #e2e2e2
}

.page--site-search--views .js-pager__items {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 18px
}

    .page--site-search--views .js-pager__items > li {
        margin: 0;
        padding: 0
    }

    .page--site-search--views .js-pager__items li {
        line-height: 80px
    }

    .page--site-search--views .js-pager__items a {
        display: inline-block;
        height: 80px;
        width: 80px;
        text-align: center
    }

        .page--site-search--views .js-pager__items a[rel=prev] {
            position: absolute;
            top: 0;
            right: 80px;
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2
        }

        .page--site-search--views .js-pager__items a[rel=next] {
            position: absolute;
            top: 0;
            right: 0;
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2
        }

        .page--site-search--views .js-pager__items a .pager--button .arrow--point-east--slider,
        .page--site-search--views .js-pager__items a .pager--button .arrow--point-west--slider {
            width: 16px;
            fill: #ff4646
        }

        .page--site-search--views .js-pager__items a:hover {
            background-color: #ff4646
        }

            .page--site-search--views .js-pager__items a:hover .pager--button .arrow--point-east--slider,
            .page--site-search--views .js-pager__items a:hover .pager--button .arrow--point-west--slider {
                fill: #333
            }

@media (max-width:1300px) {
    .page--site-search--views header {
        line-height: 60px;
        font-size: 17px
    }

    .page--site-search--views .page--site-search--views--search-form--icon {
        width: 20px;
        height: 20px;
        top: 6px
    }

    .page--site-search--views form input[type=text] {
        height: 32px;
        padding: 0 0 0 30px
    }

    .page--site-search--views form label[for=edit-publication-date-start],
    .page--site-search--views form legend {
        line-height: 32px
    }

    .page--site-search--views .js-pager__items {
        font-size: 17px
    }

        .page--site-search--views .js-pager__items li {
            line-height: 60px
        }

        .page--site-search--views .js-pager__items a {
            height: 60px;
            width: 60px
        }

            .page--site-search--views .js-pager__items a[rel=prev] {
                right: 60px
            }

            .page--site-search--views .js-pager__items a .views--pager--button .arrow--point-east--slider,
            .page--site-search--views .js-pager__items a .views--pager--button .arrow--point-west--slider {
                width: 14px
            }
}

@media (max-width:610px) {
    .page--site-search--views header {
        font-size: 15px
    }

    .page--site-search--views .page--site-search--views--header .page-num {
        float: none;
        display: none
    }

    .page--site-search--views form label[for=edit-publication-date-start],
    .page--site-search--views form legend {
        display: none
    }

    .page--site-search--views .js-pager__items {
        font-size: 15px
    }
}

.page--site-search--views--list .page--site-search--views--list-item {
    padding: 35px 0;
    border-bottom: 1px solid #e2e2e2
}

    .page--site-search--views--list .page--site-search--views--list-item:first-child {
        border-top: 1px solid #e2e2e2
    }

.page--site-search--views--list article {
    max-width: 800px
}

.page--site-search--views--list .search-result-item--cover-image {
    float: left;
    width: 35%;
    background-color: #f7f7f7
}

.page--site-search--views--list .search-result-item--cover-image--file {
    position: relative;
    height: 0;
    padding-top: 66.67%
}

    .page--site-search--views--list .search-result-item--cover-image--file img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto
    }

.page--site-search--views--list .search-result-item--descr {
    overflow: hidden;
    font-size: 20px;
    padding-left: 20px
}

.page--site-search--views--list .search-result-item--title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.035em;
    margin: 0;
    padding: 4px 0 2px;
    line-height: 1.15
}

.page--site-search--views--list .search-result-item--title--link {
    color: #333;
    text-decoration: none
}

    .page--site-search--views--list .search-result-item--title--link:hover {
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646
    }

.page--site-search--views--list .search-result-item--dek {
    margin: 0 0 5px;
    line-height: 1.3;
    font-size: 18px
}

.page--site-search--views--list .search-result-item--publication-date {
    margin: 10px 0 5px;
    font-size: 17px;
    font-weight: 600;
    color: #333
}

.page--site-search--views--list .search-result-item--full-story {
    font-size: 17px;
    margin: 7px 0 0
}

.page--site-search--views--list .search-result-item--full-story-link {
    color: #050505;
    text-decoration: none;
    -webkit-box-shadow: 0 -2px #ff4646 inset;
    box-shadow: inset 0 -2px #ff4646;
    letter-spacing: .03em
}

    .page--site-search--views--list .search-result-item--full-story-link:hover {
        background-color: #ff655d;
        -webkit-box-shadow: 0 -2px #ff655d inset;
        box-shadow: inset 0 -2px #ff655d
    }

@media (max-width:1600px) {
    .page--site-search--views--list .search-result-item--full-story {
        font-size: 15px
    }
}

@media (max-width:1450px) {
    .page--site-search--views--list .search-result-item--title {
        font-size: 22px
    }
}

@media (max-width:1300px) {
    .page--site-search--views--list .search-result-item--descr {
        font-size: 15px;
        padding-left: 15px
    }
}

@media (max-width:610px) {
    .page--site-search--views--list .page--site-search--views--list-item {
        padding: 20px 0
    }

    .page--site-search--views--list .search-result-item--cover-image {
        width: 39%;
        float: left
    }

    .page--site-search--views--list .search-result-item--descr {
        padding-left: 9px
    }

    .page--site-search--views--list .search-result-item--title {
        font-size: 18px
    }

    .page--site-search--views--list .search-result-item--dek,
    .page--site-search--views--list .search-result-item--full-story,
    .page--site-search--views--list .search-result-item--publication-date {
        display: none
    }
}

.campus-news-submission h1 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 40px
}

.campus-news-submission .field-label,
.campus-news-submission legend,
.campus-news-submission span.label {
    display: block;
    font-weight: 800;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 15px;
    text-transform: uppercase;
    font-size: 15px;
    width: 100%
}

.campus-news-submission legend {
    margin-bottom: 0
}

.campus-news-submission .cns--field-wrapper {
    margin-top: 20px;
    margin-bottom: 50px
}

    .campus-news-submission .cns--field-wrapper a {
        color: #050505;
        text-decoration: none;
        -webkit-box-shadow: 0 -2px #ff4646 inset;
        box-shadow: inset 0 -2px #ff4646;
        display: block;
        margin-bottom: 10px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .campus-news-submission .cns--field-wrapper a:hover {
            background-color: #ff655d;
            -webkit-box-shadow: 0 -2px #ff655d inset;
            box-shadow: inset 0 -2px #ff655d;
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: rgba(0, 0, 0, 0)
        }

    .campus-news-submission .cns--field-wrapper img {
        width: auto
    }

    .campus-news-submission .cns--field-wrapper .paragraph,
    .campus-news-submission .fieldset-wrapper {
        margin: 0 20px 50px
    }

.page--access-denied h1,
.page-not-found h1 {
    display: none
}

#block-mit-local-tasks .menu-local-tasks--list {
    list-style: none;
    margin: 40px 0 50px;
    padding: 0;
    border-bottom: 1px solid #e2e2e2
}

    #block-mit-local-tasks .menu-local-tasks--list li {
        display: inline-block;
        margin: 0 0 0 10px;
        padding: 0;
        float: left
    }

        #block-mit-local-tasks .menu-local-tasks--list li a {
            display: inline-block;
            padding: 15px;
            text-decoration: none;
            font-weight: 700;
            letter-spacing: .005em;
            color: #333;
            font-size: 17px;
            text-transform: uppercase;
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2;
            -webkit-box-shadow: 0 -2px 0 0 #707070;
            box-shadow: 0 -2px 0 0 #707070
        }

            #block-mit-local-tasks .menu-local-tasks--list li a.is-active,
            #block-mit-local-tasks .menu-local-tasks--list li a:hover {
                -webkit-box-shadow: 0 -2px 0 0 #ff4646;
                box-shadow: 0 -2px 0 0 #ff4646
            }

.contextual-links a {
    font-size: 14px !important;
    text-decoration: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.infinite-display {
    background: #000;
    color: #fff
}

.main--infinite-display {
    width: 1920px;
    height: 1060px;
    margin: 0 auto
}

.main--infinite-display--content--wrapper {
    width: 100%;
    height: 950px;
    background-color: #333;
    overflow: hidden
}

.main--infinite-display--footer--wrapper {
    height: 110px
}

.main--infinite-display--footer {
    padding: 10px 20px 0;
    position: relative
}

    .main--infinite-display--footer .logo--mit-news .logo {
        color: #fff;
        fill: #fff;
        width: 400px
    }

        .main--infinite-display--footer .logo--mit-news .logo path {
            fill: #fff;
            color: #fff
        }

    .main--infinite-display--footer .logo--mit .logo {
        color: #fff;
        fill: #fff;
        width: 120px;
        position: absolute;
        right: 20px;
        bottom: 0
    }

        .main--infinite-display--footer .logo--mit .logo .logo-color--primary {
            color: #ccc;
            fill: #ccc
        }

.infinite-display--content {
    position: relative
}

.infinite-display--content--read-more {
    width: 400px;
    position: absolute;
    right: 170px;
    bottom: 80px;
    font-size: 32px;
    font-weight: 400
}

    .infinite-display--content--read-more .url {
        display: inline-block;
        padding-top: 5px;
        font-weight: 800;
        font-size: 42px;
        color: #ff4646
    }

.infinite-display .infinite-display--content-item {
    width: 100%;
    height: 950px
}

.infinite-display--news-article {
    width: 1920px;
    height: 950px
}

.infinite-display--news-article--cover-image {
    float: left
}

.infinite-display--news-article--descr {
    overflow: hidden;
    padding: 180px 30px
}

.infinite-display--news-article--title {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.15em;
    margin-bottom: 15px
}

.infinite-display--news-article--dek {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: -.01em
}

.infinite-display--news-clip {
    width: 1920px;
    height: 950px
}

.infinite-display--news-clip--inner {
    padding: 140px 240px 0
}

.infinite-display--news-clip--label {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.001em;
    display: inline-block;
    padding: 6px 12px;
    background-color: #f2f2f2;
    color: #333;
    border-radius: 5px
}

.infinite-display--news-clip--outlet {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -.03em;
    margin-bottom: 0;
    line-height: 1.15em
}

.infinite-display--news-clip--descr p {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -.005em;
    line-height: 1.4em;
    margin-top: 15px
}
