﻿
.footer-container {
    direction: rtl;
    background-color: #fff;
    margin-top: 50px;
}

    .dynamic-footer-wrapper {
    padding-top: 0;
}

.footer-menu {
}
    .footer-menu .footer-menu-hdr {
        cursor: pointer;
        color: #16254f;
        font-size: 15px;
        font-weight: bold;
        padding: 16px 0;
    }

        .footer-menu .footer-menu-hdr img {
            display: inline-block;
            width: 16px;
            float: left;
        }
        

    
        .footer-menu .footer-menu-col.mbl-collapsed {
            max-height: 47px;
            overflow: hidden;
            -webkit-transition: max-height 0.3s linear;
            -moz-transition: max-height 0.3s linear;
            -o-transition: max-height 0.3s linear;
            transition: max-height 0.3s linear;
        }
    .footer-menu .footer-menu-col {
        max-height: 999px;
        border-top: solid 1px #d7d7d7;
        padding: 0 15px;
    }
        .footer-menu .footer-menu-col ul {
            max-height: 306px;
            overflow: hidden;
            -webkit-transition: max-height 0.3s linear;
            -moz-transition: max-height 0.3s linear;
            -o-transition: max-height 0.3s linear;
            transition: max-height 0.3s linear;
        }
        .footer-menu .footer-menu-col .btn-toggle-menu{
            margin-bottom:16px;
            display:block;
        }
        .footer-menu .footer-menu-col .btn-toggle-menu span {
            cursor: pointer;
            text-decoration: underline;
            font-size: 14px;
        }
    .footer-menu .footer-menu-col .btn-toggle-menu:hover {
        font-weight:bold;
    }
    .footer-menu .footer-menu-col.opened .btn-toggle-menu .lb-opened,
    .footer-menu .footer-menu-col .btn-toggle-menu .lb-closed {
        display: inline-block;
    }
    .footer-menu .footer-menu-col.opened .btn-toggle-menu .lb-closed,
    .footer-menu .footer-menu-col .btn-toggle-menu .lb-opened {
        display: none;
    }
    .footer-menu .footer-menu-col.opened ul {
        max-height: 999px;
    }

        .footer-menu .footer-menu-col .footer-menu-hdr img,
        .footer-menu .footer-menu-col h4 img,
        .footer-menu .footer-menu-col .btn-toggle-menu img {
            display: inline-block;
            width: 12px;
            -ms-transform: rotate(0deg); /* IE 9 */
            -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.3s linear;
            -moz-transition: 0.3s linear;
            -o-transition: 0.3s linear;
            transition: 0.3s linear;
        }
        .footer-menu .footer-menu-col:not(.mbl-collapsed) h4 img,
        .footer-menu .footer-menu-col.opened .btn-toggle-menu img {
            -ms-transform: rotate(-180deg); /* IE 9 */
            -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
            -moz-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .footer-menu .footer-menu-col .btn-toggle-menu,
        .footer-menu ul li {
            font-size: 14px;
            line-height: 19px;
            padding: 16px 0;
        }
    .footer-menu ul {
        list-style: none;
        padding: 0;
    }

    .footer-menu ul li.footer-menu-selected {
        text-decoration: underline;
    }
    .footer-menu ul li:hover {
        font-weight: bold;
        text-decoration: underline;
    }
        .footer-menu ul,
        .footer-menu ul li:hover a {
            color: #000;
        }

            .footer-menu ul li img {
                display: inline-block;
                vertical-align: middle;
                margin-left: 4px;
            }



.footer-social {
    min-height: 80px;
    text-align: center;
    border-top: solid 1px #d7d7d7;
    font-size: 15px;
}
.footer-social-cont {
    
}
   
    .footer-social .footer-inner-cont {
        padding: 14px 15px 24px;
    }
    .footer-social .footer-free-text {
        display: block;
        font-size: 15px;
        line-height: 26px;
        margin-bottom:10px;
        text-align:right;
    }

.footer-social .footer-inner-cont > .footer-free-text:only-child {
    margin-bottom: 0;
}
.footer-social h4 {
    color: #16254f;
    font-size: 15px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 10px;
}
.footer-social a {
    display: inline-block;
    margin: 0 10px;
}
    .footer-social img {
        width: 32px;
        height: 32px;
    }
.footer-b144 {
    padding: 25px 8px;
    background-color: #16254f;
    color: #fff;
    text-align:center;
}

    .footer-b144 .main-link{}
        .footer-b144 .main-link span{
        display:block;
        font-size:15px;
        margin-top:8px;
        }
        .footer-b144 .digital-links,
        .footer-b144 .dv_access_state_cont {
            display: inline-block;
        }
    .footer-b144 .main-link {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .footer-b144 .digital-access-links {
        white-space: nowrap;
        display: inline;
    }
    .footer-b144 .digital-links {
        font-weight: bold;
        font-size: 14px;
    }
        /*.footer-b144 .digital-links a:after {
            content: '|';
            padding: 0 6px 0 2px;
        }*/
        .footer-b144 .digital-links a + span {
            padding: 0 2px;
        }
    .footer-b144 .icon-accessibility {
        line-height: 20px;
        font-size: 14px;
        box-sizing: border-box;
        margin-right: 0;
        float: right;
    }
    .footer-b144 .dv_access_state_cont button {
        line-height: 24px;
        font-size: 14px;
        font-weight:bold;
        text-decoration:none;
    }

@media screen and (min-width:780px) {
    .footer-container {
        padding-top: 50px;
        border-top: solid 1px #d1d1d1;
        /*margin-top: 0px;*/
    }
        .footer-menu,
        .footer-social {
            margin: 0 23px;
        }
        .footer-b144 {
            padding: 0 23px;
        }
        .footer-container .footer-inner-cont {
            width: 1000px;
            max-width:100%;
            margin: 0 auto;
            padding: 0px 20px;
            box-sizing: border-box;
        }

        .footer-menu {
            
        }
            .footer-menu .footer-menu-hdr {
                font-size: 18px;
                padding: 12px 0;
                border-top: 0;
                cursor: default;
            }
            .footer-menu .footer-menu-col .footer-menu-hdr img,
            .footer-menu .footer-menu-col h4 img {
                display: none;
            }
            .footer-menu .footer-menu-col {
                border-top: 0;
                display: inline-block;
                width: 24%;
                 width: calc(25% - 4px); 
                box-sizing: border-box;
                vertical-align: text-top;
                padding: 0;
            }
            .footer-menu .footer-menu-col.mbl-collapsed {
                max-height: none;
            }

            .footer-menu ul {
            }

                .footer-menu .footer-menu-col .btn-toggle-menu,
                .footer-menu ul li {
                    font-size: 15px;
                    line-height: 24px;
                    padding: 10px 0;
                    white-space: nowrap;
                }
            .footer-menu .footer-inner-cont {
                /*display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: space-between;
                align-content: center;
                align-items: flex-start;*/
            }
            .footer-menu .footer-menu-col ul {
                max-height: 264px;
            }
            .footer-menu .footer-menu-col.footer-menu-contact,
            .footer-menu .footer-menu-col.footer-menu-contact ul {
                overflow: visible;
            }

                .footer-menu .footer-menu-col .btn-toggle-menu span {
                    font-size: 15px;
                }

        .footer-social {
            height: 88px;
            line-height: 88px;
            font-size: 18px;
        }
            .footer-social h4 {
                font-size: 18px;
                display: inline-block;
                vertical-align: middle;
                padding: 0;
                margin-left: 10px;
            }
            .footer-social .footer-inner-cont {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: space-between;
                align-content: center;
                align-items: center;
                white-space:nowrap;
            }
            .footer-social .footer-free-text {
                display: inline-block;
                max-width: 670px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                margin:0;
            }
        
                .footer-social .footer-inner-cont > :only-child {
                    margin-left: auto;
                    margin-right: auto;
                }
            .footer-social .footer-inner-cont > .footer-free-text:only-child {
                line-height: 88px;
            }
        
        .footer-social-cont{

        }
            .footer-social-cont div {
                display: inline-block;
            }
    .footer-social a {
        margin: 0 6px;
        vertical-align: middle;
    }
    .footer-b144 {
        height: 71px;
        line-height: 71px;
        text-align: right;
    }
        
        .footer-b144 .main-link span,
        .footer-b144 .main-link {
            display: inline-block;
            margin: 0;
        }
            .footer-b144 .digital-links,
            .footer-b144 .main-link span {
                padding: 0 10px;
            }
                .footer-b144 .main-link svg {
                    position: relative;
                    top: 16px;
                }
                .footer-b144 .digital-links,
                .footer-b144 .dv_access_state_cont {
                }
        .footer-b144 .digital-links {
            font-size: 15px;
        }
            .footer-b144 .digital-links a:last-child:after{
                display:none;
            }
            /*.footer-b144 .digital-links a:after {
                padding: 0 8px 0 4px;
            }*/

            .footer-b144 .digital-links a + span {
                padding: 0 4px;
            }

        .footer-b144 .dv_access_state_cont button {
            font-size: 15px;
        }
        .footer-b144 a.icon-accessibility{
            position:relative;
            top:24px;
        }
}
@media screen and (max-width:320px) {
    .footer-b144 .main-link span {
        font-size: 14px;
    }
    .footer-b144 a.icon-accessibility{
        margin-left:4px;
    }
    /*.footer-b144 .digital-links a:after,*/
    .footer-b144 .digital-links a + span {
        padding: 0 3px 0 0px;
    }
}


[lang="EN"] .footer-container {
    direction: ltr;
}
    [lang="EN"] .footer-container .footer-social .footer-free-text,
    [lang="EN"] .footer-container .footer-b144 {
        text-align: left;
    }

    [lang="EN"] .footer-container .footer-menu .footer-menu-hdr img {
        float: right;
    }
[lang="EN"] .footer-container .footer-b144 a.icon-accessibility {
    float: left;
}