.c-announcement+.component-header{top:0;transition:top .3s ease-in}
.c-announcement{display:block;position:relative;background-color:#fef5f0;width:100%;transform:translateY(-100%);overflow:hidden;transition:transform .3s ease-in,max-height .3s}
.c-announcement--sticky{position:fixed;top:0;left:0;z-index:1000}
.c-announcement--hasmore:after{display:block;content:"";position:absolute;background:linear-gradient(180deg,rgba(254,245,240,0) 30%,#fef5f0);height:100%;bottom:0;left:0;right:0;margin-left:auto;margin-right:auto}
@media(min-width:768px){.c-announcement--hasmore:after{display:none}
}
.c-announcement--show{display:block;transform:translateY(0)}
.c-announcement-inner{display:flex;flex-direction:column;align-items:center;padding:20px 40px 30px 15px;width:100%;margin:0 auto}
.ie11 .c-announcement-inner{display:block;text-align:left}
@media(min-width:768px){.c-announcement-inner{padding:15px 40px 15px 15px;flex-direction:row}
.ie11 .c-announcement-inner{display:flex}
}
@media(min-width:992px){.c-announcement-inner{padding:15px 40px}
}
@media(min-width:1200px){.c-announcement-inner{max-width:1200px}
}
@media(min-width:1400px){.c-announcement-inner{max-width:1400px}
}
.c-announcement-text{flex:1;font-size:13px;color:#ec8868;max-width:100%}
.c-announcement-text p{display:inline;margin:0}
.c-announcement-text *{display:inline !important}
@media(min-width:768px){.c-announcement-text{font-size:14px}
}
.c-announcement-link{color:#67b77e;text-decoration:underline}
.c-announcement-link:hover{color:#2c8347}
.c-announcement--expanded .c-announcement-more:after{bottom:1px;transform:rotate(45deg)}
.c-announcement-more{display:block;z-index:1000;height:25px}
.c-announcement-more,.c-announcement-more:before{position:absolute;bottom:0;left:0;right:0;margin-right:auto;margin-left:auto;width:59px}
.c-announcement-more:before{content:"";height:16px;background-repeat:no-repeat;background-image:none}
.c-announcement-more:after{content:"";display:inline-block;position:relative;border-top:1px solid #ff956e;border-left:1px solid #ff956e;width:8px;height:8px;transform:rotate(225deg);top:-4px;left:3px;left:0;right:0;bottom:5px;top:auto;margin:auto;position:absolute}
@media(min-width:768px){.c-announcement-more{display:none}
}
.c-announcement-close{position:absolute;display:block;top:20px;right:15px;z-index:1001;width:15px;height:15px}
@media(min-width:768px){.c-announcement-close{top:0;bottom:0;right:20px;margin-top:auto;margin-bottom:auto}
}
.c-announcement-close:after,.c-announcement-close:before{position:absolute;content:" ";height:20px;width:1px;background-color:#666;top:-2px;left:7px}
.c-announcement-close:before{transform:rotate(45deg)}
.c-announcement-close:after{transform:rotate(135deg)}