
.body-profile #mainContent .container-fluid.profile-info{
    margin: 0 15px;
}
.body-profile #mainContent .profile-info>div.row:first-child {
    margin-top: 45px;
    margin-bottom: 45px
}

.body-profile #mainContent .profile-info h1.profile-name {
    margin: 0;
    font-size: 38px;
    font-weight: 100;
    overflow-wrap: break-word;
}

.body-profile .profile-stuff {
    background: rgba(0, 0, 0, .07);
    padding-top: 30px;
    padding-bottom: 30px;
    zoom: 1
}

.body-profile .profile-stuff:after,
.body-profile .profile-stuff:before {
    content: "";
    display: table
}

.body-profile .profile-stuff:after {
    clear: both
}

.body-profile .profile-stuff h2 {
    margin: 0 0 30px
}

.body-profile .profile-controls .btn {
    margin-bottom: 10px;
    font-size: 20px;
    color: #7f7f7f;
    background-color: rgba(0,0,0,.07);
    padding: 10px 15px;
}

.body-profile .profile-controls .btn-favorite .fas.fa-heart,
.body-profile .profile-controls .btn-favorite .bts.bt-heart {
    color: #ff0037
}

.body-profile .wysiwyg-description li,
.body-profile .wysiwyg-description ol,
.body-profile .wysiwyg-description ul {
    font-weight: 300
}
.body-profile .profile-info .information{
    font-weight: 400 !important;
}
.body-profile .collection-sort .btn-link{
    color: #7f7f7f !important;
}

.body-profile .collection-sort .btn-group.show .btn-link {
    color: #188bb3 !important;
}
.body-profile .collection-sort .btn-link:hover {
    color: #33b6e4 !important;
}

.body-profile .dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
}
.body-profile .dropdown-menu {
    padding: 0;
    border-radius:0;
}
.body-profile .profile-stuff .user-name{
    font-size: 24px !important;
    font-weight: 100 !important;
}
.body-profile .profile-image img{
    display: block;
    max-width: 100%;
    height: auto;
}
.body-profile .profile-image img.profile-avatar-image{
    width: 220px;
}
.smithsonian-staff-logo{
    position: relative;
    top: -1px;
}

.body-profile .collection-sort ul.dropdown-menu {
    margin-top: 0px !important;
    left: auto !important;
}

.edit-profile-section fieldset.profile-educator-info {
    margin-top: 24px !important;
}

.edit-profile-section .alert.alert-info {
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
    color: #31708f !important;
    font-weight: 400 !important;
    margin-bottom: 24px !important;
}

@media (min-width: 768px) {
    .edit-profile-section label.control-label {
        text-align: left;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    #image-uploader .upload-button-wrapper {
        margin-bottom: 12px !important;
        margin-top: 12px !important;
    }
}

.edit-profile-section .other-value-label .pathway-label-text {
    font-size: 16px !important;
    color: #3f3f3f !important
}

.edit-profile-section .other-value-label .pathway-label-text:hover {
    color: #33b6e4 !important;
}

.progress-bar-striped {
    background-size: 40px 40px;
}
.progress {
    margin-bottom: 24px;
    border-radius: 0px;
    height: 24px;
}

.edit-profile-section .image-overlay .editProfileImage{
    overflow: unset;
}

.edit-profile-section .image-overlay #image_profile{
    max-width: 150px;
    max-height: 150px;
}

#image-uploader .img-wrapper {
    width: 400px;
    height: 400px;
}

.profile-controls a:hover {
    color: #fff !important;
    background-color: #33b6e4 !important;
}

.profile-stuff .collection-sort ul.dropdown-menu.show {
    transform: none !important;
    top: 100% !important;
}

.profile-custom-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.edit-profile-section legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: inherit;
    color: #7f7f7f;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.edit-profile-section label.control-label {
    padding-top: 0 !important;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.edit-profile-section .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #7f7f7f;
}

.edit-profile-section .checkbox label input {
    position: relative;
    top: 1px;
}

.edit-profile-section .checkbox label,
.edit-profile-section .radio label {
    min-height: 24px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.edit-profile-section .redactor-box.redactor-styles-on {
    background-color: #fff !important;
    border-radius: 0px !important;
}

.edit-profile-section legend, .edit-profile-section .profile-username-section span.help-block {
    font-weight: 400 !important;
}

#lp-attr-ll-subjects .other-value-label label.custom-control-label {
    padding-bottom: 5px !important;
}

.image-overlay .hover .text {
    background-color:rgba(0,0,0,.6);
    color:#fff;
    display:inline-block;
    font-size:12px;
    line-height:1.25;
    font-weight:700;
    padding:5px 10px;
    margin-top:35%;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
    -o-transition:.3s all ease-in-out;
    -ms-transition:.3s all ease-in-out;
    transition:.3s all ease-in-out
}
.image-overlay .hover .text:hover {
    background-color:#000
}
.image-overlay a:hover .hover {
    visibility:visible
}
.image-overlay .hover {
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 15px;
    width: 150px;
    height: 150px;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    display: table-cell;
}
.bt-fw {
    width: 1.28571429em;
    text-align: center;
}
#uploadForm .modal-dialog{
    max-width: 850px;
    top: 5%;
}
#uploadForm .close{
    display: block !important;
    margin: auto;
    line-height: 16px;
}
#uploadForm .close span{
    font-size: 16px;
    line-height: 16px !important;
}
#uploadForm .modal-dialog .modal-header {
    margin-top: 18px !important;
}
#image-uploader .img-wrapper{
    height: 400px !important;
    width: 400px !important;
}
.upload-button-wrapper{
    margin-bottom: 12px !important;
}
.upload-button-wrapper .btn.btn-primary{
    padding: 9px 15px !important;
}
