.top-bar-container, .mobile-topbar {
    max-height: 66px;
    /*background: #a2c1d1 linear-gradient(90deg, #A2C1D1 0%, #A2C1D100 31%, #04090c00 71%, #A2C1D1 100%) 0% 0% no-repeat padding-box;*/
	background-color: var(--awb-color4);
    width: 100%;
    line-height: 66px;
	overflow: hidden;
}
.top-bar-container:hover {
   /*background: #c6401b linear-gradient(90deg, #c6401b 0%, #c6401b00 31%, #04090c00 71%, #c6401b 100%) 0% 0% no-repeat padding-box;*/
    background-color: var(--awb-color5);
}
.top-bar-popup {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 65vh;
    z-index: 99999;
    background-repeat: no-repeat;
    background-size: cover;
    top: -65vh;
    left: 0;
    display: none !important;
}
.top-bar-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 70px;
}
.top-bar-overlay {
    background-color: rgb(0 0 0 / 75%);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none !important;
}
.top-bar-popup-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 25px;
    background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgb(255 255 255) 40%, rgb(255 255 255 / 75%) 65%, rgba(255, 255, 255, 0) 100%);
    height: 300px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.top-bar-popup-content h4 {
    font-size: 28px;
    color:var(--awb-color4);
    margin-bottom: 15px;
    line-height: 34px;
/*     font-family: "PoynterOSDisp, normal" !important; */
}
.top-bar-popup-content p {
    margin: 0;
    font-size: 14px;
    color: #3c3835;
    line-height: 17.25px;
}
.top-bar-popup-content a {
    background-color: #002857;
    border-color: #002857;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.top-bar-popup-content a:hover {
    background-color: var(--awb-color5);
    border-color: var(--awb-color5);
}
.top-bar-close {
    position: absolute;
    right: 32px;
    bottom: -60px;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 30px;
	    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 0
}
.top-bar-close:hover {
    background-color: #fff;
	border-color:var(--awb-color7);
}
.top-bar-close:hover:before {
    color: var(--awb-color5);
}
.top-bar-close:before {
    color: #fff;
}
.mobile-topbar{
	display: none;
}
.scrolled{
	top: 0 !important;
}
.top-bar-popup > div {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mobile-topbar-container {
    margin-bottom: 0 !important;
}
 .m-topbar-content {
      text-align: center;
      font-size: 14px;
      display: flex;
      justify-content: center;
      align-items: center;
    flex-wrap: wrap;
		 height: 66px;
    }
	.m-topbar-content  a{
		 padding: 0 15px;
		color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
		    line-height: 1;
		flex: 1;
		height: 66px;
            font-weight: 700;
	}
.m-topbar-content  a:hover{
	color: #fff !important;
}
.top-bar-container p {
    display: none;
}
.special-slider[class] {
    margin: 2% auto!important;
}
@media (max-width: 1330px){
	.special-slider[class] {
		margin: 2% 20px!important;
	}
}
@media (max-width: 767px){
	.fusion-sticky-container {
    display: none !important;
}
	.top-bar-container{
		display: none;
	}
	.mobile-topbar{
	display: block;		
}
.mobile-topbar-container > .fusion-column-wrapper {
    margin-right: 0;
}
	.top-bar-close {
    right: 22px;
    bottom: initial;
    top: 30px;
		border: 1px solid #b1b1b1;
}
	.top-bar-close:before {
    color: #b1b1b1;
}
	.top-bar-popup {
    height: 100%;
}
	.top-bar-popup > div {
    background-position: 15% top;
		height: 100% !important;
}
		.mobile-topbar{
		height: 60px;
			max-height: 60px;
	}
    .m-topbar-content a{
        height: 60px;
      font-size: 12px;
    }
}