﻿

.MenuBtn {
    display: block;
    margin: 10px auto;
    width: 100px;
    text-align: center;
    color: #b9818b;
    background-color: #fff;
    font-size: 1.2em;
    font-family: "WRoyaBold";
    border-radius: 5px;
    padding: 5px;
}

ul.Menu {
    display: none;
}

    ul.Menu li {
        float: none;
        height: 100%;
    }

        ul.Menu li a {
            border-top: dashed 1px #b9818b;
            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%;
}

.Foot .Col_Right .ContactInfo {
    text-align: center;
    width: 100%;
}

.Foot .Col_Left .BottomLinks_CopyRight_Wrapper {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 270px;
}

.News .More {
    display: none;
}

.PagePath {
    display: none;
}


    
.PersonInfo .R {
    width: 26%;
}

.PersonInfo .L {
    width: 70%;
}

    .PersonInfo .PI-F {
        width: 30%;
    }
/* Person Table */
.personsW .person .imageW {
    width: 16%;
}

.personsW .person .textW {
    width: 84%;
}