/*Default Person Picture*/

.people-modules-default-picture,
.people-modules-default-picture * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.people-modules-default-picture {
    line-height: 0px;
}
.people-modules-default-picture .display-photo {
    position: relative;
}
.people-modules-default-picture img.person-picture {
    border-color: #ffffff;
    border-style: solid;
}
.people-modules-default-picture a.edit-button {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    background: #ffffff;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
}
.people-modules-default-picture a.edit-button span,
.people-modules-default-picture a.edit-button img {
    vertical-align: middle;
}

.people-modules-default-picture .update-photo {
    background: #fff;
    -webkit-box-shadow: inset 0px 3px 3px #DDD;
    box-shadow: inset 0px 3px 3px #DDD;
    padding: 10px;
    text-align: center;
    display: none;
}
.people-modules-default-picture .update-photo .update-photo-button {
    border: solid 1px #4fa847;
    padding: 5px 0;
    background: #5bb653;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 18px;
}


/* Default Picture - user_avatar view */
.people-modules-default-picture.user-avatar {
    line-height: normal;
}
.people-modules-default-picture.user-avatar .person-photo-holder {
    text-align: center;
}
.people-modules-default-picture.user-avatar .person-photo-holder #person-photo-progress {
    width: 90%;
    margin: 0 auto;
}
.people-modules-default-picture.user-avatar .person-photo-holder #person-photo-progress .bar {
    display: none;
    background: #444;
    width: 0;
    height: 18px;
    margin-top: 20px;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder {
    width: 100%;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .icon {
    min-height: 20px;
    margin: 16px auto 18px;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .inner {
    min-height: 135px;
    border: 1px solid #ccc;
    width: 185px;
    height: 185px;
    -webkit-border-radius:	50%;
    -moz-border-radius:		50%;
    border-radius: 			50%;
    margin: 0 auto;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .upload-button-holder button.appointee-button {
    font-size: 11pt;
    padding: 5px;
}

.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .upload-button-holder {
    position: relative;
    overflow: hidden;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .upload-button-holder input {
    position: absolute;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 70%;
    right: auto;
    left: 50%;
    margin: 0 0 0 -35%;
}

.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder img.uploaded-photo {
    width: 185px;
    height: 185px;
    -webkit-border-radius:	50%;
    -moz-border-radius:		50%;
    border-radius: 			50%;
}

.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder.with-image {
    min-height: 40px;
    position: relative;
    border: none;
    background: none;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder.with-image button#remove-image {
    display: none;
    position: absolute;
    width: 100px;
    bottom: 35px;
    left: 50%;
    margin-left: -50px;
    padding: 5px 3px;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder.with-image:hover button#remove-image {
    display: block;
}
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder.with-image .inner,
.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder.with-image .uploaded-photo-holder {
    display: none;
}

.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .db-image img {
    -webkit-border-radius:	50%;
    -moz-border-radius:		50%;
    border-radius: 			50%;
}

.people-modules-default-picture.user-avatar .person-photo-holder .photo-upload-holder .not-image {
    font-size: 90%;
    color: #ff2330;
    padding: 10px;
}

.people-modules-sponsor-child-videos{
    padding: 10px;
}

.people-modules-sponsor-child-videos .owl-item{
    text-align: center;
    padding: 15px;
}

.people-modules-sponsor-child-videos .video-embed-wrap{
    position: relative;
    width:480px;
    height: 270px;
    display: inline-block;
    max-width: 100%;
    background-color: #000;
}

.people-modules-sponsor-child-videos .video-embed-wrap .embedly-embed{
    width: 100%;
    height: 100%;
}