.hero__slideshow:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero__slideshow:after {
    position: absolute;
    margin: auto
}

@supports (inset:0) {
    .hero__slideshow:after {
        inset: 0
    }
}

@supports not (inset:0) {
    .hero__slideshow:after {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .hero__slideshow:after {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

@media (min-width:1050px) {
    .menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(228, 3, 46, 0.8)
    }
}

.hero {
    width: 100%;
    height: 24em;
    overflow: hidden;
    position: relative;
    background: #666
}

.hero__slideshow {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    z-index: 0
}

.hero__slideshow:after {
    background: rgba(0, 0, 0, 0.1);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.75)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.75) 100%);
    content: '';
    z-index: 101
}

.hero__slideshow__item {
    width: 100%;
    height: 100%
}

.hero__slideshow__item img {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.hero__content {
    width: 100%;
    max-width: 1300px;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-style: italic;
    font-family: "Merriweather", serif;
    text-align: center;
    padding-bottom: 2.5em
}

@media (min-width:1301px) {
    .hero__content {
        max-width: none;
        padding-right: calc(50% - 585px);
        padding-left: calc(50% - 585px)
    }
}

.hero__content__region {
    font-size: 1.5em
}

.hero__content__region p {
    margin: 0
}

.hero__content__scroll {
    display: none
}

@media (max-width:1024px) {
    .hero__slideshow {
        top: 0 !important
    }
}

.lte-ie8 .hero__slideshow {
    top: 0 !important
}

@media (min-width:769px) {
    .hero__content__region {
        font-size: 1.5em
    }

    .hero__content__scroll {
        width: 3.125em;
        height: 3.125em;
        margin: 1.375em auto 0;
        display: block;
        overflow: hidden;
        position: relative;
        border-radius: 50%;
        background: rgba(228, 3, 46, 0.9);
        -webkit-transition: background 350ms ease;
        -o-transition: background 350ms ease;
        transition: background 350ms ease
    }

    .hero__content__scroll span {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        position: absolute;
        -webkit-transition: opacity 350ms ease;
        -o-transition: opacity 350ms ease;
        transition: opacity 350ms ease;
        -webkit-animation: arrowDip 3s ease infinite;
        animation: arrowDip 3s ease infinite
    }

    .hero__content__scroll span.hero__content__scroll--front {
        background: url("/_site/images/design/icon_arrow_down.png") no-repeat 2px center
    }

    .hero__content__scroll span.hero__content__scroll--back {
        opacity: 0;
        background: url("/_site/images/design/icon_arrow_down.png") no-repeat -48px center
    }

    .hero__content__scroll:hover {
        background: rgba(255, 255, 255, 0.9)
    }

    .hero__content__scroll:hover span.hero__content__scroll--front {
        opacity: 0
    }

    .hero__content__scroll:hover span.hero__content__scroll--back {
        opacity: 1
    }
}

.lte-ie8 .hero__content__region {
    font-size: 1.5em
}

.lte-ie8 .hero__content__scroll {
    width: 3.125em;
    height: 3.125em;
    margin: 1.375em auto 0;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    background: rgba(228, 3, 46, 0.9);
    -webkit-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease
}

.lte-ie8 .hero__content__scroll span {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    position: absolute;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    -webkit-animation: arrowDip 3s ease infinite;
    animation: arrowDip 3s ease infinite
}

.lte-ie8 .hero__content__scroll span.hero__content__scroll--front {
    background: url("/_site/images/design/icon_arrow_down.png") no-repeat 2px center
}

.lte-ie8 .hero__content__scroll span.hero__content__scroll--back {
    opacity: 0;
    background: url("/_site/images/design/icon_arrow_down.png") no-repeat -48px center
}

.lte-ie8 .hero__content__scroll:hover {
    background: rgba(255, 255, 255, 0.9)
}

.lte-ie8 .hero__content__scroll:hover span.hero__content__scroll--front {
    opacity: 0
}

.lte-ie8 .hero__content__scroll:hover span.hero__content__scroll--back {
    opacity: 1
}

@media (min-width:1025px) {
    .hero {
        height: 25em;
        height: calc(100vh - 7.4em)
    }

    .hero__content__region {
        font-size: 2em
    }
}

@media (min-width:1301px) {
    .hero__content__region {
        font-size: 2.5em
    }
}

@-webkit-keyframes arrowDip {

    0%,
    50%,
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    70% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    75% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    80% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes arrowDip {

    0%,
    50%,
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    70% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    75% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    80% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.main {
    width: 100%;
    max-width: 1300px;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background: #ededed;
    overflow: hidden
}

.main:after,
.main:before {
    content: "";
    display: table
}

.main:after {
    clear: both
}

.lte-ie7 .main {
    zoom: 1
}

@media (min-width:1301px) {
    .main {
        max-width: none;
        padding-right: calc(50% - 585px);
        padding-left: calc(50% - 585px)
    }
}

.content {
    padding: 0;
    width: 100%;
    float: none;
    z-index: 2;
    position: relative
}

.content__title {
    margin-top: 0.575em;
    margin-bottom: 0.25em;
    text-transform: uppercase;
    font-size: 1.425em
}

.content__title p {
    margin: 0
}

.content__region {
    max-width: none;
    margin-bottom: 3.5em
}

.content__attachments {
    display: none
}

.content:after {
    display: none
}

.content,
.content__wrap {
    width: 100% !important;
    padding: 0;
    float: none
}

.content {
    padding: 2em 2em 2em 0
}

@media (min-width:769px) {
    .content__title {
        font-size: 1.675em;
        width: calc(100% + 5em)
    }

    .content {
        width: 50% !important;
        float: left;
        padding-right: 6em
    }
}

.lte-ie8 .content__title {
    font-size: 1.675em;
    width: calc(100% + 5em)
}

.lte-ie8 .content {
    width: 50% !important;
    float: left;
    padding-right: 6em
}

@media (min-width:1025px) {
    .content__title {
        font-size: 1.75em
    }
}

@media (min-width:1301px) {
    .content__title {
        font-size: 2em
    }
}

.news {
    position: relative;
    background: #FFF;
    width: 112%;
    margin: 0 -6%;
    padding: 0.325em 5% 1px
}

.news__title {
    color: #e4032e;
    font-style: italic;
    margin-bottom: 0.3em;
    font-family: "Merriweather", serif;
    padding-top: 0.7em
}

.news__title a {
    color: #e4032e;
    text-decoration: none;
    padding-bottom: 0.15em;
    display: block;
    border-bottom: 1px solid #c5c5c5
}

.news__title a:hover {
    border-color: #e4032e
}

.news__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.news__list__item {
    margin-bottom: 0.875em;
    position: relative;
    padding-right: 8em;
    min-height: 118px;
    border-bottom: 1px solid #c5c5c5
}

.news__list__item>a {
    color: #000;
    text-decoration: none
}

.news__list__item__title {
    margin: 0;
    color: #e4032e;
    font-size: 1.25em;
    font-family: "PT Sans", sans-serif
}

.news__list__item__img {
    top: 0;
    right: 0;
    float: right;
    width: 105px;
    height: 105px;
    overflow: hidden;
    position: absolute
}

.news__list__item__desc {
    position: relative;
    font-family: "PT Sans", sans-serif
}

.news__list__item__desc p {
    display: inline
}

.news__list__item__desc .dotdotdot {
    display: block;
    overflow: hidden
}

.news__list__item__desc>a {
    right: 0;
    bottom: 4px;
    background: #FFF;
    color: #e4032e;
    position: absolute;
    text-decoration: none
}

.news__list__item__desc>a:before {
    color: #000;
    content: '...'
}

.news__sep {
    display: none
}

.news__sep {
    top: 0;
    right: 0%;
    z-index: 1;
    width: 210px;
    height: 100%;
    display: block;
    position: absolute
}

.news__sep img {
    width: 100%;
    height: 100%
}

@media (min-width:769px) {
    .content__wrap {
        padding-right: 0
    }

    .news {
        margin: 0;
        width: 50%;
        float: right;
        padding-left: 8em;
        padding-right: 0
    }

    .news:before {
        top: 0;
        bottom: 0;
        left: 100%;
        content: '';
        width: 200em;
        height: 100%;
        display: block;
        background: #FFF;
        position: absolute
    }

    .news:after {
        top: 100%;
        left: 0;
        content: '';
        width: 200em;
        height: 200em;
        display: block;
        background: #FFF;
        position: absolute
    }

    .news__sep {
        right: 50%;
        height: 100% !important;
        margin-right: -105px
    }

    .news__list__item {
        padding-right: 5.1em
    }

    .news__list__item__img {
        width: 75px;
        height: 75px
    }
}

.lte-ie8 .content__wrap {
    padding-right: 0
}

.lte-ie8 .news {
    margin: 0;
    width: 50%;
    float: right;
    padding-left: 8em;
    padding-right: 0
}

.lte-ie8 .news:before {
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    width: 200em;
    height: 100%;
    display: block;
    background: #FFF;
    position: absolute
}

.lte-ie8 .news:after {
    top: 100%;
    left: 0;
    content: '';
    width: 200em;
    height: 200em;
    display: block;
    background: #FFF;
    position: absolute
}

.lte-ie8 .news__sep {
    right: 50%;
    height: 100% !important;
    margin-right: -105px
}

.lte-ie8 .news__list__item {
    padding-right: 5.1em
}

.lte-ie8 .news__list__item__img {
    width: 75px;
    height: 75px
}

@media (min-width:1025px) {
    .news__list__item__img {
        width: 105px;
        height: 105px
    }

    .news__list__item {
        padding-right: 8em
    }
}

.social {
    font-family: "PT Sans", sans-serif;
    background: #3c4f97;
    color: #FFF;
    clear: both
}

.social__module {
    z-index: 0;
    padding: 3.5em 5%;
    position: relative
}

.social__module__bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.social__module__bg.active {
    opacity: .25
}

.social__module__nav button {
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    vertical-align: bottom;
    width: 3.125em;
    height: 3.125em;
    border: 2px solid currentColor;
    position: relative;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.social__module__nav button:hover {
    color: #FFF
}

.social__module__nav button svg {
    width: 1.125em;
    height: 1.3125em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: inherit;
    fill: currentColor
}

.social__module--twitter {
    background: #2eafed;
    background: #55ACEE
}

.social__module__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5em
}

.social__module__header h3 {
    margin: 0;
    font-family: "Merriweather", serif;
    font-size: 2em;
    font-style: italic;
    font-weight: 400
}

.social__module__main ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.social__module__main ul a {
    color: inherit
}

.social__module__main li {
    opacity: 0 !important;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease
}

.social__module__main li.cycle-slide-active {
    opacity: 1 !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.social__item {
    width: 100%
}

.social__item__avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social__item__avatar__icon {
    border-radius: 50%;
    width: 4.0625em;
    height: 4.0625em;
    border: 2px solid #FFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 0.75em
}

.social__item__txt {
    font-size: 1.0625em
}

.social__item__txt__content {
    margin-bottom: .5em
}

.social__item__txt__date a {
    text-decoration: none
}

.social__item__txt__link {
    margin-top: 1.85em
}

.social__item__txt__link a {
    display: inline-block;
    padding: .795em 1.35em;
    border-radius: .6em;
    background: #75C3FF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif
}

.social__module--facebook .social__item__txt__link a {
    background: #3362b3
}

@media (min-width:1025px) {
    .social {
        width: 100%;
        max-width: 1300px;
        padding-right: 5%;
        padding-left: 5%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1025px) and (min-width:1301px) {
    .social {
        max-width: none;
        padding-right: calc(50% - 585px);
        padding-left: calc(50% - 585px)
    }
}

@media (min-width:1025px) {
    .social__module {
        width: 100%
    }

    .social__module--facebook {
        padding-left: 0;
        padding-right: 6%
    }

    .social__module--facebook .social__module__bg {
        left: auto;
        width: 50vw
    }

    .social__module--facebook .social__item__txt__content {
        left: auto;
        width: 35vw
    }

    .social__module--twitter {
        padding-left: 6%;
        padding-right: 0
    }

    .social__module--twitter:before {
        position: absolute;
        z-index: -1;
        content: '';
        top: 0;
        left: 0;
        right: -1000em;
        bottom: 0;
        background: inherit
    }

    .social__module--twitter .social__module__bg {
        right: auto;
        width: 50vw
    }
}