
@font-face {
    font-family: 'Lato Regular';
    src: url(../fonts/Lato-Regular.ttf)
}

@font-face {
    font-family: 'Neo Sans Medium';
    src: url(../fonts/NeoSansStd-Medium.otf),url(../fonts/Titillium-Web-600.eot)
}

@font-face {
    font-family: 'Neo Sans Regular';
    src: url(/fonts/NeoSansStd-Regular.otf),url(../fonts/Titillium-Web-regular.eot)
}

@font-face {
    font-family: TitilliumWeb-Regular;
    src: url(../fonts/TitilliumWeb-Regular.ttf)
}

@font-face {
    font-family: TitilliumWeb-SemiBold;
    src: url(../fonts/TitilliumWeb-SemiBold.ttf)
}

a:-webkit-any-link {
    cursor: pointer;
}

p {
    color: #000
}

.dropdown {
    border: none;
    background-color: #fff;
    float: left
}

select > option:hover {
    box-shadow: 0 0 10px 100px #fed20f inset;
    transition: all .2s ease-in-out
}

.dropdown dd, .dropdown dt, .dropdown ul {
    margin: 0;
    padding: 0;
    color: #000
}

.dropdown dd {
    position: relative
}

.selectedLanguage {
    color: #cfcfcf !important;
    font-weight: 500
}

.dropdown dt a span {
    cursor: pointer;
    color: #000
}

.dropdown dd ul {
    color: #000;
    display: none;
    right: 20px;
    position: relative;
    position: absolute;
    list-style: none;
    width: 90px;
    text-align: right
}

    .dropdown dd ul li {
        float: right;
        padding-right: 5px
    }

.openLangMenu {
    display: block !important;
    top: 55px !important;
    right: 0 !important
}

.value {
    color: #000
}

ul.level-2 > li:last-child a, ul.level-2 > li:last-child span {
    color: green
}

.ToShow {
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    position: absolute;
    transition-duration: .25s;
    transition-delay: .1s;
    -webkit-transition-duration: .25s;
    -webkit-transition-delay: .1s;
    -moz-transition-duration: .25s;
    -moz-transition-delay: .1s;
    opacity: 0;
    visibility: hidden
}

.Showing {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition-duration: .25s;
    transition-delay: .1s;
    -webkit-transition-duration: .25s;
    -webkit-transition-delay: .1s;
    -moz-transition-duration: .25s;
    -moz-transition-delay: .1s;
    opacity: 1;
    visibility: visible
}

.Shown {
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    position: absolute;
    transition-duration: .25s;
    transition-delay: .1s;
    -webkit-transition-duration: .25s;
    -webkit-transition-delay: .1s;
    -moz-transition-duration: .25s;
    -moz-transition-delay: .1s;
    opacity: 0;
    visibility: hidden
}

.arrowLeft {
    display: block;
    position: absolute;
    left: 0;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #d1d1d1;
    background: rgba(209,209,209,.75);
    width: 60px;
    height: 130px
}

    .arrowLeft > svg {
        stroke: #fff;
        width: 75%;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin-left: 7.5%;
        margin-right: 7.5%
    }

    .arrowLeft:hover {
        background-color: #8bc760;
        cursor: pointer
    }

.arrowRight {
    display: block;
    position: absolute;
    right: 0;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #d1d1d1;
    background: rgba(209,209,209,.75);
    width: 60px;
    height: 130px
}

    .arrowRight > svg {
        stroke: #fff;
        width: 75%;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin-left: 7.5%;
        margin-right: 7.5%
    }

    .arrowRight:hover {
        background-color: #8bc760;
        cursor: pointer
    }

#searchBar {
    float: right;
    text-align: right;
    padding-right: 27px;
    padding-top: 15px
}

#languageIcon, #languageIconmobile {
    height: 23px;
    border-right: 1px solid #000;
    margin-right: 10px
}

#languagesText, #languagesTextmobile {
    color: #000;
    font-family: Lato Regular;
    bottom: 4px;
    position: relative;
    font-size: 14px
}

#searchIcon, #searchIconmobile {
    border-left: 1px solid #000;
    height: 23px
}

#TextSizeAButton, #TextSizeAButtonmobile {
    color: #000;
    margin-right: 10px;
    font-size: 14px !important;
    bottom: 4px;
    position: relative
}

#TextSizeBButton, #TextSizeBButtonmobile {
    color: #000;
    font-size: 10px !important;
    bottom: 4px;
    position: relative;
    margin-right: 2px
}

#areaRestrita {
    position: relative
}

#footertextalignmiddle {
    position: relative;
    left: 25px
}

#certification {
    display: inline;
    height: 40px;
    max-height: 50px
}



.covidBanner{
	position: relative;
	width: 100%;
	max-height: 375px;
	overflow: hidden;
	top: 100px;
	margin-bottom: -52px;
}

#chartdiv > div > div.amcharts-chart-div > a {
    top: 0 !important
}

@media (max-width:1200px) {
    .arrowRight {
        width: 25px;
        height: 125px;
        bottom: 0;
        top: initial;
        transform: none;
        -webkit-transform: none
    }

        .arrowRight:hover {
            background: #d1d1d1;
            background: rgba(209,209,209,.75)
        }

    .arrowLeft {
        width: 25px;
        height: 125px;
        bottom: 0;
        top: initial;
        transform: none;
        -webkit-transform: none
    }

        .arrowLeft:hover {
            background: #d1d1d1;
            background: rgba(209,209,209,.75)
        }
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

* {
    font-family: 'Lato Regular'
}

body {
    background-color: #f8f8f8
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    padding: 0
}

    header > .containerEGF {
        height: 100px
    }

nav * {
    font-size: 14px !important
}

nav > ul li a, nav > ul li span {
    color: #111;
    padding: 10px
}

    nav > ul li a:hover, nav > ul li span:hover {
        color: #cfcfcf
    }

nav li > ul {
    background: #fff
}

    nav li > ul li a {
        color: #111
    }

nav > ul {
    padding: 0
}

.submenusTopBackground {
    display: none
}

.caretDown {
    display: none
}

.has-child.selected > .sublevel {
    display: block
}

nav li.has-child.selected > span {
    margin-bottom: 0
}

.menuClicked {
    display: block;
    z-index: 99998
}

#navMenuCol li.has-child:hover > .sublevel {
    display: block;
    z-index: 99999
}

nav > ul li.selected span, nav > ul li.selected > a, nav > ul li.selectedSub span, nav > ul li.selectedSub > a {
    color: #cfcfcf;
    font-weight: 500
}

#optionsbarmobile {
    display: none
}

@media (min-width:1200px) {
    nav > ul > li:nth-of-type(5) > ul {
        padding-left: 305px
    }

    nav > ul > li:nth-of-type(6) > ul {
        padding-left: 400px
    }

    nav > ul > li:nth-of-type(7) > ul {
        padding-left: 600px
    }

    nav > ul > li:nth-of-type(8) > ul {
        padding-left: 515px
    }
}

@media (min-width:1199px) {
    .sublevel {
        position: fixed;
        top: 110px;
        background-color: #f8f8f8;
        padding-top: 5px
    }

    #navMenuCol {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 14%;
        padding: 0 10px;
        padding-right: 0
    }

    #menuTopRow {
        position: relative
    }

    .TextSize {
        font-size: 16px
    }

    nav li > ul {
        width: 100%;
        text-align: center;
        padding-top: 25px;
        color: #111;
        background: 0 0;
        z-index: 100;
        margin-left: 0
    }

        nav li > ul li a, nav li > ul li span {
            padding: 0 5px
        }

            nav li > ul li a:hover {
                color: #cfcfcf
            }

    nav ul > li {
        position: initial
    }

    nav li.has-child:hover > .submenusTopBackground {
        position: fixed;
        top: 100px;
        right: 0;
        left: 0;
        height: 100px;
        background-color: #f1f1f1;
        opacity: .75;
        display: block
    }

    nav > ul > li.has-child > span {
        margin-bottom: 20px
    }

    nav > ul > li.has-child:hover > span {
        margin-bottom: 0
    }

    nav li.has-child:hover > .caretDown {
        display: block
    }

        nav li.has-child:hover > .caretDown > svg {
            width: 20px;
            height: 20px;
            display: block;
            margin-left: auto;
            margin-right: auto
        }

            nav li.has-child:hover > .caretDown > svg > .st0 {
                stroke: #cfcfcf;
                fill: none
            }

    .selected > .caretDown {
        display: block
    }

        .selected > .caretDown > svg {
            width: 20px;
            height: 20px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            stroke: #cfcfcf;
            fill: none
        }

    nav .has-child:hover > .sublevel {
        width: 100%
    }

    nav .has-child:hover > span {
        color: #cfcfcf;
        margin-bottom: 5px
    }

    nav li > ul li {
        display: inline;
        float: none;
        position: initial
    }

        nav li > ul li:not(:last-child)::after {
            content: "/"
        }

    nav > ul li:after {
        clear: none;
        display: inline
    }

    nav li > ul > li > ul {
        left: 0;
        top: 75%;
        padding-top: 15px
    }
}

@media (max-width:1200px) {
    nav {
        top: 100px;
        bottom: 0;
        position: fixed;
        background-color: #fff
    }

        nav * {
            font-size: 12px !important
        }

    .disableScroll {
        height: 100vh;
        overflow: hidden
    }

    nav > ul > li.has-child > span {
        margin-bottom: 0 !important
    }

    nav > ul li.selected span {
        color: #000
    }

    nav > ul li.selected ul li a {
        color: #000
    }

    nav > ul li.selected > span {
        color: #cfcfcf !important;
        font-weight: 500
    }

    nav.open {
        overflow: auto
    }

    nav > ul li.selected > .caretDown > svg {
        transform: rotateZ(0);
        transition: transform .3s ease-in-out;
        -webkit-transform: rotateZ(0);
        -webkit-transition: transform .3s ease-in-out;
        -moz-transform: rotateZ(0);
        -moz-transition: transform .3s ease-in-out
    }

        nav > ul li.selected > .caretDown > svg > .st0 {
            stroke: #cfcfcf;
            fill: none
        }

    .caretDown {
        display: inline-block;
        height: 10px
    }

        .caretDown > svg {
            width: 20px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            transform: rotateZ(-90deg);
            transition: transform .3s ease-in-out;
            -webkit-transform: rotateZ(-90deg);
            -webkit-transition: transform .3s ease-in-out;
            -moz-transform: rotateZ(-90deg);
            -moz-transition: transform .3s ease-in-out;
            stroke: #000;
            fill: none
        }

    #TextSizeAButton {
        display: none
    }

    #TextSizeBButton {
        display: none
    }

    #searchIcon {
        display: none
    }

    #languageIcon {
        display: none
    }

    .dropdown dt {
        display: none
    }
}

#logoNav {
    max-height: 90px;
    margin-top: 15px
}

.bodyContainer {
    margin-top: 145px;
    margin-left: auto;
    margin-right: auto
}

.containerEGF {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.bodyContainer, .containerEGF, .maxWidth {
    max-width: 1200px
}

#bodyFooter {
    position: relative;
    padding-bottom: 50px;
    min-height: 100vh
}

.toggle .cross {
    transition-duration: .25s;
    transition-delay: .1s;
    -webkit-transition-duration: .25s;
    -webkit-transition-delay: .1s;
    -moz-transition-duration: .25s;
    -moz-transition-delay: .1s
}

.toggle span, .toggle span:after, .toggle span:before {
    background-color: #111
}

.toggle .cross span:after, .toggle .cross span:before {
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s
}

.EGFfooter {
    background-color: #c1c1c1;
    height: 50px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.containerEGF {
    color: #fff
}

.footertext {
    text-align: right;
    white-space: nowrap
}

.footertext-follow {
    display: inline;
    vertical-align: middle
}

.footertextalignmiddle {
    height: 50px;
    line-height: 50px;
    display: inline
}

.footertextalignmiddleicon {
    height: 50px;
    line-height: 50px;
    display: inline;
    vertical-align: -webkit-baseline-middle
}

#footerLeftText > span {
    margin-right: 40px
}

.footerfollowus {
    white-space: nowrap;
    height: 50px
}

#footerfifth {
    float: right
}

@media (max-width:1200px) {
    #logoNav {
        max-height: 85px
    }

    .footertext {
        text-align: center
    }

    .bodyContainer {
        padding-bottom: 50px
    }

    #footerfifth {
        width: 100%
    }
}

@media (max-width:1200px) {
    .footertext {
        width: 100%;
        text-align: center
    }

    .EGFfooter {
        font-size: 12px
    }

    #footerLeftText {
        text-align: center
    }

        #footerLeftText > span {
            margin-right: 10px
        }

    #bodyFooter {
        padding-bottom: 100px
    }

    #areaRestrita {
        text-align: center;
        bottom: 22px;
        left: 6px
    }

    #footertextalignmiddle {
        bottom: 22px;
        text-align: center;
        left: 11px
    }

    #imagesCertification {
        right: 0
    }

    #certification {
        height: 23px;
        max-height: 50px
    }
}

@media (max-width:954px) {
    .EGFfooter {
        height: 100px
    }

    .bodyContainer {
        margin-top: 100px;
        padding-bottom: 0
    }
}

@media (max-width:536px) {
    .bodyContainer {
        padding-bottom: 55px
    }

    .EGFfooter {
        height: 150px
    }
}

@media (max-width:376px) {
    .bodyContainer {
        padding-bottom: 155px
    }

    .EGFfooter {
        height: 250px
    }
}


@media (max-width: 1133px) {

    .covidBanner {
        margin-top: 6px;
        margin-bottom: -6px;
    }
}

@media (max-width: 1024px) {

    .covidBannerImg {
        margin-bottom: 19px;
    }
}

@media (max-width: 991px) {

    .covidBanner {
        margin-top: 21px;
    }
}

@media (max-width:767px) {
    .covidBanner {
        margin-top: 6px;
    }
}