.notificationBar p{
    text-align: center;
    color: var(--primary-color);
}
.notificationBar .bold{
    font-weight: 700;
}
.notificationBar p a{
    text-decoration: underline;
    color: var(--primary-color);
}
.notificationBar p a:hover{
    text-decoration: none;
}
.notificationBar .container{
    padding: 10.5px 0;
}
.notificationBar.notificationBar.hasDescription .container{
    padding: 9px 0;
}
.notificationBar.greyBg{
    background-color: var(--gray-color);
}
.notificationBar.greyBg p, .notificationBar.greyBg a{
    color: var(--primary-color);
}
.notificationBar.darkBg{
    background-color: var(--primary-color);
}
.notificationBar.darkBg p, .notificationBar.darkBg a{
    color: var(--tertiary-color);
}

.skiptranslate{
    display: none !important;
}
.notificationBar.hasDescription .transWrap{
    position: absolute;
}
.notificationBar .transWrap{
    position: relative;
}
ul.langSwitcher li:not(.init) {
    display: none;
}
.langRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	left: 0px;
    position: relative;
}
ul.translator {
    list-style-type: none !important;
    width: 100px;
}
ul.translator li {
    position: relative;
	text-align: center;
	cursor: pointer;
	color: var(--primary-color);
}
ul.translator>li>a {
    color: var(--primary-color);
    display: block;
    width: 100%;
	position: relative;
}
.notificationBar.darkBg  a.currentLang {
    background: url(../icons/langGlobalWhite.svg);
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: left;
}
.notificationBar.greyBg a.currentLang {
    background: url(../icons/langGlobalDark.svg);
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: left;
}
a.currentLang span {
    vertical-align: middle;
    text-decoration: underline;
}
/*a.currentLang span:after {
    content: '↓';
    position: relative;
    top: 0;
    left: 4px;
}*/
ul.translator li:hover ul.language {
    opacity: 1;
    visibility: visible;
}
ul.language {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 29px;
    width: 100%;
    text-align: center;
    /*border: 1px solid var(--tertiary-color);
	transition: 0.5s;*/
    opacity: 0;
    visibility: hidden;
	display:none;
	z-index: 99999;
    width: 97px;
}
ul.language li {
    background: var(--tertiary-color);
    transition: 0.5s;
    /*border-bottom: 1px solid var(--tertiary-color);*/
}

ul.language li:nth-last-child(1) {
    border-bottom: 0px;
}
.notificationBar.greyBg ul.language li a {
    color: var(--primary-color);
	transition: 0.5s;
	padding: 9px 24px;
    display: block;
}
.notificationBar.darkBg ul.language li a {
    color: var(--primary-color);
	transition: 0.5s;
	padding: 9px 24px;
    display: block;
}
.notificationBar.greyBg .language li:hover {
    background: var(--gray-color) !important;
    color: var(--primary-color) !important;
}
.notificationBar.darkBg ul.language li:hover {
    background: var(--primary-color) !important;
    color: var(--tertiary-color) !important;
}
.notificationBar.greyBg .language li a:hover{
	color: var(--primary-color) !important;
    background-color: var(--gray-color) !important;
}
.notificationBar.darkBg .language li a:hover{
	color: var(--tertiary-color) !important;
    background-color: var(--primary-color) !important;
}
.notificationBar.greyBg .language li:hover a {
    color: var(--primary-color) !important;
}
.notificationBar.darkBg .language li:hover a {
    color: var(--tertiary-color) !important;
}
/*.notificationBar.greyBg .language li.active a {
    color: var(--primary-color) !important;
}
.notificationBar.darkBg .language li.active a {
    color: var(--tertiary-color) !important;
}
.notificationBar.greyBg .language li.active {
    background: var(--gray-color) !important;
    color: var(--primary-color) !important;
}
.notificationBar.darkBg .language li.active {
    background: var(--primary-color) !important;
    color: var(--tertiary-color) !important;
}
.notificationBar.greyBg li.nav-item.selected {
    background: var(--gray-color) !important;
    color: var(--primary-color) !important;
}
.notificationBar.darkBg li.nav-item.selected {
    background: var(--primary-color) !important;
    color: var(--tertiary-color) !important;
}
.notificationBar.greyBg li.nav-item.selected a{
    color: var(--primary-color) !important;
}
.notificationBar.darkBg li.nav-item.selected a{
    color: var(--tertiary-color) !important;
}
li.selected {
    background: var(--gray-color) !important;
}
li.selected a{
    color:#fff ;
}*/
ul.langSwitcher li a {
    color: #fff !important;
    cursor: pointer;
	position: relative;
	display: block;
}
ul.langSwitcher.desktopTranslator {
    list-style: none;
    position: absolute;
    background: var(--tertiary-color);
    top: 0;
    left: 0;
    padding-bottom: 5px;
    margin: auto;
    text-align: center;
}
ul.langSwitcher.desktopTranslator li {
    position: relative;
    line-height: 18px;
    text-align: left;
	padding-bottom: 2px;
}
li.nav-item a{
    font-family: Work Sans;
    font-weight: 500;
    line-height: 15px;
    color: var(--primary-color);
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc{
    display: none !important;
    left: 0 !important;
    top: 0 !important;
    z-index: -1 !important
}
.notificationBar.hasContent{
    display: block;
}


/*full with heading with button*/

.fullWidthHeadingWithButton{
    background-color: var(--primary-color);
    padding: 100px 0;
}
.fullWidthHeadingWithButton h1{
    color: white;
}


@media (max-width: 991.98px){
    .notificationBar.hasContent{
        display: none;
    }
}