.seo-profile-list {

}
.MainTable {
    width: 100%;
    max-width: 1200px;
}
.MainTable .Mainsection {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
}
.MainTable .Content .BreadCrumb {
    padding: 10px 5px 0;
    color: #999;
}
.MainTable .Content .BreadCrumb a,
.MainTable .Content .BreadCrumb span {
    font-size: 11px;
}
.Mainsection h1 {
    text-align: left;
    font-size: 17px;
    color: #666;
    font-weight: 400;
    border-bottom: solid 1px #ccc;
    padding: 12px 18px;
    margin-bottom: 15px;
}

.Mainsection h2 {
    text-align: left;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    padding: 0 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.siteMapList.ProfileDetails {
    position: relative;
    width: 100%;
    max-width: 1120px;
    padding: 0 0 8em;
    margin: 0 auto;
}


.siteMapList .LocationIndex {
    float: left;
    width: 20%;
    min-width: 224px;
    padding: 1em 0.5em;
    margin: 0;
}
.siteMapList .LocationIndex ul, .siteMapList .LocationIndex p {
    margin: 0 auto;
}
.siteMapList .LocationIndex.Regions p {
    position: relative;
    text-align: left;
    font-size: 16px;
    text-align: left;
    display: flex;
    background: #eee;
    margin-bottom: 5px;
    padding: 5px 0;
}

.siteMapList .LocationIndex.Regions p i {
    position: absolute;
    top: 50%;
    font-size: 16px;
    line-height: 12px;
    height: 13px;
    padding: 0 8px;
    margin: -0.5em 0 0;
}

.siteMapList .LocationIndex.Regions p a {
    margin: 0 0 0 27px;
    color: #666;
}


.siteMapList .ProfileList {
    float: right;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
}
.siteMapList .ProfileList > div {
    flex: 1;
    min-width: 25%;
    margin: 1em 0.5em;
}
.ProfileDetails .card {
    border: solid 1px #ddd;
    width: 100%;
    height: 100%;
}
.ProfileDetails .userImage {
    height: 285px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.ProfileDetails .userImage > a {
    height: 100%;
    width: 100%;
    display: block;
}
.ProfileDetails .userImage .userProfile {
    opacity: .9;
    height: 65px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 25%,rgba(0,0,0,1) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
}
.card-block {
    margin-top: 15px;
}
.card .card-block p {
    text-align: left;
    padding-left: 15px;
    font-size: 12px;
}
.card-block h4 {
    text-align: left;
    font-size: 12px;
    padding-left: 14px;
    color: #666;
    text-transform: uppercase;
}
.card-block.spanLookingFor {
    display: inline-table;
    padding: 10px 17px;
    width: 100%;
}
.card-block.spanLookingFor ul {
    width: 100%;
}
.siteMapList .Lookfor li {
    width: 100%;
    background: 0 0;
    padding: 0;
    margin: 0;
}
.siteMapList .Lookfor li > a {
    color: #3f7398;
}

.btn-primary {
    color: #666;
    background: 0 0;
    border-color: #ccc;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #6666;
    white-space: nowrap;
    padding: 0 24px;
    font-size: 13px;
    line-height: 30px;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 16px;
}


.pBar {
    clear: both;
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    padding: 0;
    margin: 20px 0;
}
.pBar div {
    margin: 0 auto;
}
.pBar > div a {
    border: 1px solid;
    font-size: 12px;
    width: 28px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #666;
    border-radius: 2px;
    margin: 2px 1px;
}
.pBar > div .Active {
    font-weight: 700;
    color: #fff;
    background-color: #666;
}