﻿
.TopLinks a {
   display: flex;
   justify-content: flex-end;
    margin: 0;
    width: auto;
}

.TopLinks {
    margin: 0;
}


.MenuBtn {
    display: block;
    margin: 10px auto;
    width: 100px;
    text-align: center;
    color: #464646;
    background-color: #fff;
    font-size: 1em;
    font-family: 'samim';
    border-radius: 5px;
    padding: 5px;
}

ul.Menu {
    display: none;
}

    ul.Menu li {
        float: none;
        height: 100%;
    }

        ul.Menu li a {
            border-top: dashed 1px #f2f2f2;
            margin: 0;
            height: 30px;
        }

            ul.Menu li a:hover {
                color: #fff;
            }

.ExpandMenu {
    display: block !important;
}

.Foot .Col {
    width: 100%;
}

.Foot .Col_Right {
    float: none;
    height: 50%;
}


.Foot .Col_Left {
    float: none;
    height: 50%;
	text-align: center;
}

.Foot .Col_Right .ContactInfo {
    text-align: center;
    width: 100%;
}

.Foot .Col_Left .BottomLinks_CopyRight_Wrapper {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 270px;
    width: 100%;
}

.Foot .Col_Left .BottonLinks ul{
	display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.News .More {
    display: none;
}

.PagePath {
    display: none;
}


    
.PersonInfo .R {
    width: 26%;
}

.PersonInfo .L {
    width: 70%;
}

    .PersonInfo .PI-F {
        width: 30%;
    }
