.fusion-header-wrapper.fusion-is-sticky #notifications {
    position:fixed;
}

.fusion-header-wrapper.fusion-is-sticky .fusion-header {
    top: 40px !important;
}

.fusion-header-wrapper.fusion-is-sticky #notifications  p {
    font-size: 12px;
}

.fusion-header-wrapper.fusion-is-sticky #notifications #notifications-inner {
    height: 40px;
}

.fusion-header-wrapper.fusion-is-sticky #notifications  .notifications_item {
    padding: 0;
}

.two_tone_seperator {
	margin: 0 4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

#notifications {
    background: #1c8e49;
    color: #fff;
    width: 100%;
    position: inherit;
    z-index: 999;
 }
#notifications-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 6.4%;;
    padding: 0 80px;
    max-width: 1400px;
    width: 100%;
		opacity: 0;
	height: 60px;
}
#notifications-inner.slick-initialized {
	opacity: 1;
	 transition:opacity .3s ease-out;
}

@media (max-width: 919px) {
    #notifications {
        height:85px
    }
}

@media (max-width: 599px) {
    #notifications {
        /*height:136px*/
    }
}

#notifications-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0 80px;
    max-width: 1365px;
    width: 100%
}

@media (max-width: 919px) {
    #notifications-inner {
        padding:0 30px
    }
}

#notifications p {
    margin: 0 !important;
	font-size: 16px;
}

#notifications img {
    display: inline-block;
    margin: 0 10px;
    width: auto
}

#notifications a {
    text-transform: capitalize
}

#notifications a:hover {
    text-decoration: underline
}

#notifications .notifications_item {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 0;
}

@media (max-width: 919px) {
    #notifications .notifications_item {
        height:85px
    }

    #notifications .notifications_item__wrapper {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #notifications .notifications_item .divider {
        display: none
    }
}

@media (max-width: 599px) {
    #notifications .notifications_item {
        /*height:136px;*/
        padding: 0
    }

    #notifications .notifications_item__wrapper {
        gap: 14px;
        height: 86px;
        /*height: 136px*/
    }
}

#notifications .notifications_item .link {
    color: #fff
}

.slick-dots {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;
align-items: center;
}

.slick-dots li button {
		font-size: 0px;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    padding: 5px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    background: transparent;
	position: relative;
}

/* Each individual dot */
.slick-dots li button:before {
	border: 2px solid white;
		background: transparent;
	border-radius: 50%;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "•";
}

/* The active dot */
.slick-dots li.slick-active button:before {
    background: white;
}

@media(max-width: 1100px) {
.slick-dots li button:before {
    width: 8px;
    height: 8px;
}
    #notifications p {
        font-size: 14px;
    }
}


@media(max-width: 980px) {
.notifications_item a.link {
    display: block;
}
    span.two_tone_seperator {
    display: none;
}
    #notifications-inner {
    min-height: 60px;
    height: auto;
}
}


@media(max-width: 600px) {
    ul.slick-dots {
    display: none !important;
}

span.two_tone_seperator {
    display: none;
}
}