.tzurLogo{padding: 32px 0px 0px; text-align: center;}
.tzurLogo a{display: inline-block; font-size: 14px; text-decoration: none;}
.tzurLogo img{width: 50px;}

.querySticky{position: fixed; left: 0; bottom: 20px; z-index: 12;}
.querySticky a{display: flex; align-items: center; justify-content: center; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); font-size: 24px; width: 160px; height: 60px; border-radius: 0px 36px 30px 0px; background-color: #fbb903;}
.querySticky a:hover{background-color: #f5f5f5;}

footer{background-color: #f1f1f1; padding: 150px 0px 16px;}

.footerLinks{display: flex; justify-content: space-between; font-size: 18px; line-height: 20px;}
.footerLinks_section{padding: 0px 5px;}
.footerLinks_section h4{border-bottom: 4px solid #fbb903; font-size: 18px; padding-bottom: 7px;}
.footerLinks_section h4 a{display: block; padding: 4px 0px; pointer-events: none;}
.footerLinks_sectionBody{padding-top: 17px;}
.footerLinks_sectionBody li{padding: 8px 0px;}
.footerLinks_sectionFlex{display: flex; justify-content: space-between;}
.footerLinks_sectionFlex ul:nth-child(2) {padding-right: 40px;}
.footerLinks_sectionBody li a:hover{text-decoration: underline;}
/*
.footerLinks_sectionBody li a:hover{font-weight: 700; padding-left: 12px; position: relative;}
.footerLinks_sectionBody li a:hover:after{content: '\e900'; font-family: 'icomoon' !important; font-size: 10px; transform: rotate(180deg); position: absolute; left: 0; top: 2px;}
*/

@media screen and (max-width: 1400px) {
    footer{padding-top: 72px;}
    .footerLinks_sectionDouble ul:nth-child(2) {padding-right: 28px;}
    .footerLinks{font-size: 16px; line-height: 18px;}
    .footerLinks_section h4{font-size: 16px; padding-bottom: 5px;}
}

@media screen and (max-width: 1024px) {
    footer{padding-top: 0px;}
    .footerLinks{flex-wrap: wrap;}
    .footerLinks_section{width: 30%; padding: 45px 15px 0px;}
    .footerLinks_sectionDouble{width: 40%;}
    .footerLinks_sectionFlex{justify-content: flex-start;}
    .footerLinks_sectionFlex ul{width: 50%;}
    .footerLinks_sectionFlex ul:nth-child(2) {padding-right: 20px;}
    .footerLinks_sectionBody li{padding: 6px 0px;}
}

@media screen and (max-width: 885px) {
    .footerLinks{display: block;}
    .footerLinks_sectionBody{display: none; padding-right: 14px; padding-top: 0;}
    .footerLinks_sectionBody[aria-hidden="false"]{display: block;}
    .footerLinks_section, .footerLinks_sectionDouble{width: auto; padding-top: 24px;}
    .footerLinks_sectionFlex{display: block;}
    .footerLinks_sectionFlex ul{width: auto;}
    .footerLinks_sectionFlex ul:nth-child(2) {padding-right: 0px;}
    
    .footerLinks_section h4{border-bottom: 0px solid #fbb903; font-size: 18px; padding-bottom: 7px;}
    .footerLinks_section h4 a{display: inline-block; padding: 0px 14px 0px 0px; pointer-events: all; position: relative;}
    .footerLinks_section h4 a:before{content: '\e900'; font-family: 'icomoon' !important; font-size: 10px; transform: rotate(180deg); position: absolute; right: 0; top: 2px; color: #fbb903;}
}

@media screen and (max-width: 767px) {
    .querySticky a{font-size: 18px; width: 120px; height: 40px; border-radius: 0px 20px 20px 0px;}
    .logoPLaceholder{text-align: left; margin-top: -40px; }
}

