.gri-manage-account-profile-view {}




.gri-manage-account-profile-view
.failed-wrapper {
    display: none;
    padding: 50px 15px;
    text-align: center;
}

.gri-manage-account-profile-view
.view-body.failed
.failed-wrapper {
    display: block;
}



.gri-manage-account-profile-view
.failed-wrapper
h1 {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}



.gri-manage-account-profile-view
.failed-wrapper
h2 {
    margin: 3px 0 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #888;
}



.gri-manage-account-profile-view
.failed-wrapper
.std-button-wrapper {
    margin-top: 25px;
}





.gri-manage-account-profile-view
.content-wrapper {
    display: block;
}


.gri-manage-account-profile-view
.view-body.failed
.content-wrapper {
    display: none;
}



.gri-manage-account-profile-view
.content-wrapper
.menu-item {
    position: relative;
    padding: 0 34px 0 4px;
    height: 70px;
    border-top: 1px solid #eee;
}



.gri-manage-account-profile-view
.content-wrapper
.menu-item
.item-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}



.gri-manage-account-profile-view
.content-wrapper
.menu-item
.item-wrapper
h1 {
    font-size: 17px;
    font-weight: 800;
    color: #000;
}



.gri-manage-account-profile-view
.content-wrapper
.menu-item
.item-wrapper
h2 {
    font-size: 12px;
    font-weight: 600;
    color: #999;
}



.gri-manage-account-profile-view
.content-wrapper
.menu-item
.arrow {
    display: block;
    position: absolute;
    width: auto;
    height: 12px;
    right: 7px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
}
















