.news__item__link {
    color: #FFF;
    background: #1b3785;
    border: 1px solid #1b3785;
    -webkit-transition: color 0.35s ease, background 0.35s ease;
    -o-transition: color 0.35s ease, background 0.35s ease;
    transition: color 0.35s ease, background 0.35s ease;
    padding: 10px 20px;
    border: 1px solid #1b3785;
    text-align: center;
    text-decoration: none
}

.news__item__link:hover {
    color: #1b3785;
    background: #FFF
}

.news__item__link:focus {
    outline: 0
}

.news__list,
.slideshow__news__list,
.slideshow__upcoming__list,
.upcoming__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.homepage {
    width: 90%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.slideshow__news h2,
.slideshow__newsletter,
.slideshow__upcoming {
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2)
}

.hero {
    height: 1165px
}

@media (min-width:769px) {
    .hero {
        height: 600px;
        height: 39vw;
        min-height: 350px;
        max-height: 700px;
        max-width: 2000px;
        margin: 0 auto
    }
}

.hero .lte-ie8 {
    height: 600px;
    height: 39vw;
    min-height: 350px;
    max-height: 700px;
    max-width: 2000px;
    margin: 0 auto
}

.slideshow__news {
    top: auto;
    right: 0;
    bottom: 30px;
    left: 0;
    position: absolute;
    width: 90%;
    height: 320px;
    z-index: 3;
    background: #FFF;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
    margin: 0 auto
}

@media (min-width:769px) {
    .slideshow__news {
        top: auto;
        right: auto;
        bottom: 30px;
        left: 0;
        position: absolute;
        width: 370px;
        height: 270px
    }
}

.slideshow__news .lte-ie8 {
    top: auto;
    right: auto;
    bottom: 30px;
    left: 0;
    position: absolute;
    width: 370px;
    height: 270px
}

.slideshow__news__list {
    position: relative;
    z-index: 1;
    height: 255px
}

@media (min-width:769px) {
    .slideshow__news__list {
        height: 205px
    }
}

.slideshow__news__list .lte-ie8 {
    height: 205px
}

.slideshow__news__item {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.slideshow__news__item:hover .slideshow__news__item__info {
    top: 0
}

.slideshow__news__item__info {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #FFF;
    -webkit-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease
}

@media (min-width:769px) {
    .slideshow__news__item__info {
        top: 125px;
        right: auto;
        bottom: auto;
        left: 0;
        position: absolute
    }
}

.slideshow__news__item__info .lte-ie8 {
    top: 125px;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute
}

.slideshow__news__item__date {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase
}

.slideshow__news__item__title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 10px 0 25px;
    /*margin: 10px 0 15px;*/
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.slideshow__news__item__intro {
    margin: 0;
    line-height: 150%
}

.slideshow__news__item__buttons {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 40px
}

.slideshow__news__item__buttons a {
    font-size: 10px;
    font-size: 0.625rem;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
    padding: 15px;
    line-height: 1;
    font-weight: 700;
    border: 0
}

@media (min-width:415px) {
    .slideshow__news__item__buttons a {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 13px 15px
    }
}

.slideshow__news__item__buttons a .lte-ie8 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 13px 15px
}

.slideshow__news__item__readMore {
    color: #1b3785;
    background: #FFF;
    border: 1px solid #FFF;
    -webkit-transition: color 0.35s ease, background 0.35s ease;
    -o-transition: color 0.35s ease, background 0.35s ease;
    transition: color 0.35s ease, background 0.35s ease;
    margin: 0 10px
}

.slideshow__news__item__readMore:hover {
    color: #FFF;
    background: #1b3785
}

.slideshow__news__item__readMore:focus {
    outline: 0
}

@media (min-width:415px) {
    .slideshow__news__item__readMore {
        margin: 0 10px 0 20px
    }
}

.slideshow__news__item__readMore .lte-ie8 {
    margin: 0 10px 0 20px
}

.slideshow__news__item__viewAll {
    color: #FFF;
    background: #20beec;
    border: 1px solid #20beec;
    -webkit-transition: color 0.35s ease, background 0.35s ease;
    -o-transition: color 0.35s ease, background 0.35s ease;
    transition: color 0.35s ease, background 0.35s ease
}

.slideshow__news__item__viewAll:hover {
    color: #20beec;
    background: #FFF
}

.slideshow__news__item__viewAll:focus {
    outline: 0
}

.slideshow__news__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1d3fa0;
    opacity: 0.9;
    z-index: -1
}

.slideshow__news__buttons {
    top: 27px;
    right: 10px;
    bottom: auto;
    left: auto;
    position: absolute;
    z-index: 5
}

.slideshow__news__buttons span {
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    padding: 5px;
    background: #FFF;
    -webkit-transition: color 0.35s ease;
    -o-transition: color 0.35s ease;
    transition: color 0.35s ease;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2)
}

.slideshow__news__buttons span i {
    background: #1b3785;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    -webkit-transition: background 0.35s ease;
    -o-transition: background 0.35s ease;
    transition: background 0.35s ease
}

.slideshow__news__buttons span:hover {
    color: #1b3785
}

.slideshow__news__buttons span:hover i {
    background: #FFF
}

.slideshow__news__buttons .news--next i {
    padding: 12px 15px
}

.slideshow__news__buttons .news--prev i {
    padding: 12px
}

.slideshow__news h2 {
    position: relative;
    z-index: 4;
    color: #1b3785;
    padding: 10px 0 5px 10px;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem
}

@media (min-width:415px) {
    .slideshow__news h2 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.slideshow__news h2 .lte-ie8 {
    font-size: 18px;
    font-size: 1.125rem
}

@media (min-width:769px) {
    .slideshow__news h2 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.slideshow__news h2 .lte-ie8 {
    font-size: 24px;
    font-size: 1.5rem
}

.slideshow__newsletter {
    display: block;
    top: auto;
    right: 0;
    bottom: 460px;
    left: 0;
    position: absolute;
    width: 90%;
    height: 80px;
    z-index: 3;
    background: #20beec;
    overflow: hidden;
    margin: 0 auto
}

@media (min-width:769px) {
    .slideshow__newsletter {
        top: auto;
        right: 0;
        bottom: 120px;
        left: auto;
        position: absolute;
        width: 165px
    }
}

.slideshow__newsletter .lte-ie8 {
    top: auto;
    right: 0;
    bottom: 120px;
    left: auto;
    position: absolute;
    width: 165px
}

@media (min-width:1025px) {
    .slideshow__newsletter {
        top: auto;
        right: 380px;
        bottom: 30px;
        left: auto;
        position: absolute
    }
}

.slideshow__newsletter__icon {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
    font-size: 135px;
    font-size: 8.4375rem;
    color: #1dacd5;
    text-align: center;
    margin-top: -40px
}

.slideshow__newsletter a {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 80px;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 150%;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    padding: 30px
}

@media (min-width:769px) {
    .slideshow__newsletter a {
        padding: 15px
    }
}

.slideshow__newsletter a .lte-ie8 {
    padding: 15px
}

.slideshow__newsletter a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.slideshow__upcoming {
    display: block;
    top: auto;
    right: 0;
    bottom: 365px;
    left: 0;
    position: absolute;
    width: 90%;
    height: 80px;
    z-index: 3;
    background: #ffd711;
    margin: 0 auto;
    overflow: hidden
}

@media (min-width:769px) {
    .slideshow__upcoming {
        top: auto;
        right: 0;
        bottom: 30px;
        left: auto;
        position: absolute;
        width: 370px
    }
}

.slideshow__upcoming .lte-ie8 {
    top: auto;
    right: 0;
    bottom: 30px;
    left: auto;
    position: absolute;
    width: 370px
}

.slideshow__upcoming__list {
    position: relative;
    z-index: 1
}

.slideshow__upcoming__list__item {
    width: 100%;
    height: 80px
}

.slideshow__upcoming__list__link {
    display: table;
    position: relative;
    width: 100%;
    height: 80px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1b3785
}

.slideshow__upcoming__list__link:hover .slideshow__upcoming__list__circle {
    -webkit-transform: scale(15);
    -ms-transform: scale(15);
    transform: scale(15)
}

.slideshow__upcoming__list__date {
    display: table-cell;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    height: 100%;
    width: 80px;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1
}

.slideshow__upcoming__list__date.fulldate {
    font-size: 20px;
    font-size: 1.25rem
}

.slideshow__upcoming__list__date span {
    display: block;
    font-size: 16px;
    font-size: 1rem
}

.slideshow__upcoming__list__info {
    display: table-cell;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 55px
}

.slideshow__upcoming__list__title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px
}

.slideshow__upcoming__list__time {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0
}

.slideshow__upcoming__list__circle {
    top: -10px;
    right: auto;
    bottom: auto;
    left: -22px;
    position: absolute;
    z-index: 1;
    width: 108px;
    height: 108px;
    background: #ffe460;
    border-radius: 50%;
    border: 4px solid #f5cf10;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.slideshow__upcoming__buttons {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    z-index: 2;
    width: 50px
}

.slideshow__upcoming__buttons span {
    display: table;
    width: 100%;
    height: 39px;
    text-align: center;
    background: #e6c006;
    cursor: pointer;
    color: #1f3f9a;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-transition: background 0.35s ease;
    -o-transition: background 0.35s ease;
    transition: background 0.35s ease
}

.slideshow__upcoming__buttons span i {
    display: table-cell;
    vertical-align: middle
}

.slideshow__upcoming__buttons span:hover {
    background: #ffe460
}

.slideshow__upcoming__buttons .upcoming--prev {
    margin-bottom: 2px
}

.content__region {
    max-width: none
}

.content__attachments {
    display: none
}

.homepage {
    width: 100%
}

.social {
    padding: 50px 20px
}

.social>div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 300px
}

.news {
    padding-right: 2%
}

.news__list {
    width: 100%;
    height: 100%
}

.news__item {
    width: 100%;
    height: 100%;
    position: relative;
    background: #ffd711;
    color: #FFF
}

.news__item__img {
    display: inline-block;
    width: 40%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.news__item__info {
    display: inline-block;
    position: relative;
    width: 60%;
    vertical-align: top;
    padding: 45px 20px;
    height: 100%
}

.news__item__info h3 {
    margin-top: 0
}

.news__item__link {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

.upcoming {
    padding-left: 2%
}

.upcoming__list {
    width: 100%;
    height: 100%
}

.upcoming__list li:not(:last-of-type) {
    margin-bottom: 10px
}

.upcoming__list__date {
    margin-bottom: 10px
}

.upcoming__list__title {
    margin-bottom: 0
}

.upcoming__list__link {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    background: #ffd711;
    text-decoration: none
}

.upcoming__list__item {
    height: 80px
}

.upcoming__list__item p {
    margin-top: 0;
    color: #FFF
}

.upcoming__list__item__holder {
    width: 100%;
    height: 100%;
    background: #1b3785;
    padding: 20px
}