.announcements {
	background-color: darkslategray;
    padding: 0;
    z-index: 9999;
    position: relative;
    height:42px;
}

.announcements .wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.announcements .title-cont.desktop {
	display: none;
}

.announcements .title-cont.mobile {
	padding-right: 40px;
}

.announcements .img-cont {
	margin-bottom: 20px;
}

.announcements .img-cont img {
	width: 100%;
}

.announcements h4, .announcements h4 a {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
    font-weight: bold;
    text-align: center;
}

.announcements p {
	color: #fff;
}

.announcements .read-more {
	color: #fff;
	font-weight: bold;
	display: inline-block;
}

.announcements .core-styles.text p {
	color: #fff;
}

.announcements .fa {
	margin-left: 8px;
}

.announcements .close-announcement {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: -5px;
	background-color: transparent;
	outline: 0;
	padding: 0;
	margin-bottom: 0;
}

.announcements .close-announcement .fas {
	color: white;
	font-size: 20px;
}


.announcements .wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.announcements .title-cont.desktop {
    display: block;
    padding-right: 40px;
}

.announcements .title-cont.mobile {
    display: none;
}

.announcements .content-section {
    margin: 0 20px;
    width: 100%;
}

.announcements .img-cont {
    max-width: 25%;
}

.announcements .close-announcement {
    top: 3px;
}

.announcements .close-announcement .fas {
        font-size: 25px;
}



body.announcement.announcement-active .header-section .logo {
    top:51px;
}
body.announcement.announcement-active .industry-header {
    top: 40px;
}
body.announcement.announcement-active .header-section .top-nav-cont .top-header .top-header-right {
    top: 101px;
}
body.announcement.announcement-active .header-section {
    top: 40px;
}
body.announcement.announcement-active .nav-primary {
    top: 98px;
}

@media (max-width: 1250px){
    body.announcement.announcement-active .header-section .logo {
        top: 0px;
    }
    body.announcement.announcement-active .header-section .top-nav-cont .top-header .top-header-right {
        top: 60px;
    }
    
    .announcements {
        position: fixed;
        width:100%;
        top: 0;
    }
}

@media (max-width: 1024px){
    body.announcement.announcement-active .side_nav_cont {
        top: 41px;
        height: 106px;
        position: relative;
    }
}

/* Ski */

body.announcement-active .contentRender_name_plugins_common_page_ski .announcements {
    height:36px;
}

body.announcement-active .contentRender_name_plugins_common_page_ski .announcements h4,
body.announcement-active .contentRender_name_plugins_common_page_ski .announcements h4 a{
    font-size: 22px;
    line-height: 34px;
}
body.announcement-active .contentRender_name_plugins_common_page_ski .announcements .close-announcement {
    top: 1px;
}