﻿
/* AEM 6.0.3 */
#newsandalerts_shoutbox .nts-shoutbox.dark-text {
	background: #005578;
	padding-top: 40px;
    padding-bottom: 20px;
}

#newsandalerts_shoutbox .dark-text .B2 {
	width: 100%;
}

#newsandalerts .nts-news-and-events-teaser-content {
	overflow: hidden;
    padding: 15px;
    height: 100%;
}


#newsandalerts .slick-dots button {
	background-color: #becdd7;
    cursor: pointer;
    display: inline-block;
    height: 3px;
    margin-right: 4px;
    transition: background-color .2s;
    width: 15px;
    border: 0;
	outline: none;
	background-color: #2387aa;
    width: 25px;
}


#newsandalerts_shoutbox .conversionbutton__wrapper{
	padding: 0;
}


#newsandalerts .slick-active button, #newsandalerts .slick-dots button:hover {
	background-color: #2387aa;
    width: 25px;
}


#newsandalerts .nts-news-and-events-teaser-container {
    background: #fff;
    cursor: default;
}

#newsandalerts img.undefined {
    display: none;
}

#newsandalerts .nts-adaptive-image {
    margin: 0 auto;
    padding-top: 30px;
}

#newsandalerts .hidden {
    display: none;
}


#newsandalerts .nts-news-and-event-more {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}

#newsandalerts .fullheight {
    height: 100% !important;
}

#newsandalerts .nts-news-and-event-more div {
    margin: 0 15px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px -25px 35px -10px #fff;
}


#newsandalerts .nts-news-and-event-more div.expanded {
    box-shadow: none;
}


#newsandalerts .nts-news-and-event-more a {
    font-family: "Siemens Sans Bold";
    font-size: 14px;
}

#newsandalerts .icon-plus, #newsandalerts .icon-minus {
    color: #337ab7;
    font-size: 17px;
}

#newsandalerts .H4 a .icon-arrow-right-small {
    font-size: 16px;
    margin-left: 5px;
}

#newsandalerts .nts-slider {
    padding-left: 0;
    padding-right: 0;
}

#newsandalerts .alerttype {
    background-color: #005F87;
    height: 160px;
}

.morespace {
    height: 35px;
}

#newsandalerts .alerttype.newscat {
    background: url('iconnews.png') no-repeat center center #005F87;
}

#newsandalerts .alerttype.alertcat {
    background: url('iconalert.png') no-repeat center center #005F87;
}

#newsandalerts .alerttype img.undefined {
    display: none;
}

#newsandalerts .alerttype img {
    height: 100%;
    width: 100%;
}

#newsandalerts .P.alertsum {
    Xheight: 125px;
    Xoverflow: hidden;  
}

#newsandalerts a.undefined {
    display: none;
}
#newsandalerts span.undefined {
    display: block !important;
}

#newsandalerts .moreinfo {
    margin-top: 10px;
}
#newsandalerts .moreinfo a{
    color: #2d373c;
    text-decoration: none;
}

#newsandalerts .moreinfo .icon-arrow-right-small {
    color: #337ab7;
}

/* shoutbox */
#newsandalerts_shoutbox .nts-chapter-reference {
    background-color: #005F87;
}
#newsandalerts_shoutbox, .alertmoreinfo {
    display: none;
}

#newsandalerts_shoutbox .newscat {
    background: url('iconnews.png') no-repeat transparent;
}

#newsandalerts_shoutbox .alertcat {
    background: url('iconalert.png') no-repeat transparent;
}

#newsandalerts_shoutbox .alerticon {
    height: 190px;
    background-position: center;
}

#newsandalerts_shoutbox .alerticon img {
    width: 100%;
}


#newsandalerts_shoutbox .alertmoreinfo {
    margin-top: 10px;
}
#newsandalerts_shoutbox .alertsummary, #newsandalerts_shoutbox .alerttypedate, #newsandalerts_shoutbox .alertmoreinfo {
    color: #ffffff;
}
#newsandalerts_shoutbox .alertmoreinfo span { font-size: 14px; }
#newsandalerts_shoutbox .alertmoreinfo a, #newsandalerts_shoutbox .alertmoreinfo a:hover {
    color: #fff;
    font-size: 16px;
}

#newsandalerts_shoutbox .alertsummary a, #newsandalerts_shoutbox .alertsummary a:hover {
    text-decoration: underline;
    color: #fff;
}




@media (max-width:1024px) {
    #newsandalerts_shoutbox .alerticon {
        background-position: center;
    }
}
@media (max-width:769px) {
    #newsandalerts_shoutbox .hidden-xs {
        display: none;
    }
	
	
	#newsandalerts_shoutbox .conversionbutton__wrapper {
		margin: 0;
		width: 50%;
		float: left;
	}

    #newsandalerts_shoutbox .visible-xs {
        display: inline-block !important;
    }

    #newsandalerts_shoutbox .alerticon.alertcat, #newsandalerts_shoutbox .alerticon.newscat {
        width: 70px;
        height: 70px;
        background-size: 100%;
        margin-top: 0;
    }

    #newsandalerts_shoutbox .alerticon {
        margin-top: 39px;
    }
}