
/******************************* Home Page *****************************/

/* Teaser Wrap */
	.epoTeaserWrap {
        margin-bottom: 3em;
	}

    .epoTeaserWrap .container {

    }
    .epoTeaserWrap .container a {
        color: #fff;
        text-decoration: none;
    }

    .epoTeaserWrap .container .inner {
        background-color: #536274;
        height: 6.6666em;
        margin-top: -6.6666em;
        padding: 0.6666em 1em;
        position: relative;
    }

    .epoTeaserWrap .container .inner p {
        font-size: 13px !important;
        line-height: 21px !important;
        margin-bottom: 0;
    }

    .epoTeaserWrap .container .inner h3 {
        font-size: 15px !important;
        font-weight: bold;
        line-height: 20px;
    }

    .epoTeaserWrap .container img {
        width: 100%;
    }

    .epoTeaserWrap .special .container .inner {
        background-color: #efefef;
        height: 100%;
        margin-top: 0px;
    }

    .epoTeaserWrap .special .container .inner h3 {
        font-size: 18px;
        line-height:26px;
        margin-top: 19px;
        margin-bottom: 20px;
    }

    .epoTeaserWrap .special .container .inner select {
        width: 100%;
        background-color: #fff;
    }

.epoTeaserWrap .special .container .inner .select2-container {
    background-color: #fff;
}
    .epoTeaserWrap .special .container .inner .select2-container--default .select2-selection--single {
        background-color: #fff;
    }




    /* EOF Teaser Wrap */


/* News Wrap */

    .epoHomeNewsWrap  dl {

    }

    .epoHomeNewsWrap h2 {
        color: #be0f05;
        font-size: 18px;
        margin-bottom: 14px;
    }

    .epoHomeNewsWrap  dl dt {
        font-weight: normal;
        font-size: 13px;
        margin-bottom: 8px;
    }

    .epoHomeNewsWrap  dl dd {
        margin-bottom: 23px;
    }

    .epoHomeNewsWrap  a {
        font-weight: bold;
    }

    .epoHomeNewsWrap  a.rss {
        padding-top: 2px;
        position: relative;
        top: -33px;
        float: right;
        font-size: 13px;
    }

/* EOF: News Wrap */

    .epoContentWrap.entrypage.epoContentWrapEntrypage.row {
        margin-left: -10px;
    }

    .epoContentWrapEntrypage dl dt {
        font-size: 13px;
        line-height:18px;
    }


        /* Stage */
    .epoStage {
        height: 430px;
        height: 28.6666666em;
    }








    .epoStage .stageTeaserContainer .animationStage .teaser {
        opacity: 0;
        z-index: 0;
        position: absolute;
        transition: opacity 2s, z-index 2s;
    }

    .epoStage .stageTeaserContainer .animationStage .state-active {
        opacity: 1;
        z-index: 100;
    }

    .epoStage .stageTeaserContainer .animationStage .teaser img {
        height: 22.867em;
        width: 47.8em;
    }

    .epoStage .stageTeaserContainer .animationStage .textContainer {

        position: absolute;
        top: 2em;
        width: 25.8323em;
    }

    .epoStage .stageTeaserContainer .animationStage .teaser.positionRight .textContainer {
        left: 23.9em;
        width: 23em;
    }

    .epoStage .stageTeaserContainer .animationStage .teaser.positionLeft .textContainer {
        left: 1.66em;
    }

    .epoStage .stageTeaserContainer .animationStage .teaser.colorLight .textContainer * {
       color: #fff;
    }

    .epoStage .stageTeaserContainer .animationStage .teaser.colorDark .textContainer,
    .epoStage .stageTeaserContainer .animationStage .teaser.colorLight .textContainer {
        top: 6px;
    }

    .epoStage .stageTeaserContainer .animationStage .teaser.colorDark .textContainer h1,
    .epoStage .stageTeaserContainer .animationStage .teaser.colorLight .textContainer h1 {
        margin-bottom: 16px;
    }

    .epoStage .stageTeaserContainer .animationStage .textContainer button {
        background-color: #be0f05;
        font-weight: bold;
        font-size: 15px;
    }



    .epoStage .animationStageLinkList {
        display: table;
        margin-top: 343px;
        margin-top: 23.064em;
        width: 100%;
    }

    .epoStage .animationStageLinkList li {
        background-color: #647593;
        border-right: 2px solid #fff;
        color: #fff;
        display: table-cell;
        font-size: 14px;
        font-weight: bold;
        height: 3.466em;
        text-align: center;
        vertical-align: middle;
        width: 25%;
    }

    .epoStage .animationStageLinkList li:last-child {
        border-right: none;
    }
    .epoStage .animationStageLinkList li.state-active {
        background-color: #dee1e5;
        color: #0b2a43;
    }
    .epoStage .animationStageLinkList li:hover {
        background-color: #425060;
        color: #fff;
        cursor: pointer;
    }

    .epoStage .animationStageLinkList li span {
        display: inline-block;
    }

	.epoHomeNewsWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.epoHomeNews__news {
		padding-right: 20px;
	}

	.epoHomeNews__updates {
		border-left: 1px solid;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 20px;
	}

	.epoHomeNews__btn-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 23px;
	}

	.epoHomeNews__btn {
		background: #DEE1E5;
		display: block;
		padding: 0.75rem 2rem;
		position: relative;
		width: 100%;
	}

	.epoHomeNews__btn .fa {
		margin-top: -0.5em;
		position: absolute;
		top: 50%;
	}

	.epoHomeNews__btn .fa-refresh {
		font-size: 1.25rem;
		left: 0.5rem;
	}

	.epoHomeNews__btn .fa-angle-right {
		font-size: 1.5rem;
		right: 0.5rem;
	}




/******************************* EOF Home Page *****************************/





