/* user profile page */
 #profile-container #user-profile{
     background-color: #fff;
     border-radius: 5px;
     border: 1px solid rgba(0,0,0,.15);
     box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
     padding: 32px 45px 0;
     margin-bottom: 8px;
     position: relative;
     margin-bottom: 20px 
}
 #profile-main{
     display: grid;
     text-align: left !important;
     align-items: start;
     justify-content: stretch !important;
     padding-top: 16px 
}
 #profile-main .social-connect{
     border-bottom: 1px solid #d8d8d8;
     border-top: 1px solid #d8d8d8;
     padding-bottom: 16px;
     padding-top: 16px;
}
 #profile-main .social-links {
     display: flex;
     column-gap: 5px;
     align-items: center 
}
 #profile-main .social-links:before{
     content: 'Connect: ';
     font-family: var(--font-daily-sans);
     font-size: 14px !important;
     font-weight: 700;
     margin-right: 15px 
}
 #profile-main .details{
     padding-bottom: 16px;
}
 #profile-main .details h1{
     margin-top: 0;
     font-size: 2rem;
     font-family: var(--font-daily-serif) 
}
 #profile-main .details .title{
     font-size: .875rem;
     color:#404040;
     font-weight: 400 
}
 #profile-main.has-photo{
     display: grid;
     grid-template-columns: 72px auto 
}
 #profile-main.has-photo .social-connect{
     grid-column: span 2 
}
 #profile-main.has-photo .avatar{
     display: flex;
     border: 1px solid rgba(0,0,0,.15);
     border-radius: 50%;
     min-width: 72px;
     min-height: 72px;
     width: 72px;
     height: 72px;
     overflow: hidden;
     justify-content: center;
     align-items: center;
}
 #profile-main.has-photo .avatar img{
     width: 100%;
     height: auto;
}
 #profile-detail{
     max-width: none;
     border: 0 
}
 #profile-detail #user-about{
     font-family: var(--font-daily-text);
     font-size: 1.25rem;
     line-height: 1.4;
     color:#404040 
}
 #profile-detail h2.title{
     font-family: var(--font-daily-sans);
     font-size: 14px !important;
     font-weight: 700;
     margin-top: 0 
}
 #profile-detail p{
     font-family: var(--font-daily-sans);
     font-size: .875rem;
}
 #profile-detail p:last-of-type{
     margin-bottom: 0 
}
 #profile-detail .card{
     flex: 100%;
}
 #profile-detail section{
     border-bottom: 1px solid #d8d8d8 !important;
     padding-left: 0 !important;
     padding-right: 0 
}
 #profile-detail section:last-of-type{
     border: 0 !important 
}
 #profile-container #profile-content{
     background-color: #fff;
     border-radius: 5px;
     border: 1px solid rgba(0,0,0,.15);
     box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
     padding: 16px 16px 0;
     margin-bottom: 8px;
     position: relative;
     ;
     margin-bottom: 20px 
}
 #profile-container #profile-content .card-grid{
     grid-template-columns: 100%;
     margin-top: 20px 
}
 #profile-container #profile-content .card-grid .has-image .card-container{
     display: grid;
     grid-template-columns: auto 140px;
     column-gap: 20px 
}
 #profile-container #profile-content .card-grid .has-image .card-container .card-body{
     order: -1 
}
 #profile-container #profile-content article{
     border-bottom: 1px solid #d8d8d8 !important;
}
 #profile-container #profile-content article:last-of-type{
     border-bottom: 0px solid #d8d8d8 !important;
}
 #profile-container #profile-content .card-grid .card-image{
     margin-bottom: 0 
}
 #profile-container #profile-content .card-grid .photo{
     border-radius: 5px;
     overflow: hidden 
}
 #profile-container #profile-content .profile-tabs{
     border-bottom: 2px solid #333;
}
 #profile-container #profile-content .profile-tabs li a{
     border: 0 !important;
     border-radius: 0;
     padding-left: 0;
     font-size: 1rem;
     font-weight: 800;
     line-height: 1;
     padding-right: 25px;
     color:#666 
}
 #profile-container #profile-content .profile-tabs li.active a{
     color: #333 
}
 #profile-container #profile-content .profile-tabs li{
     margin-bottom: 0 
}
 #profile-main .social-connect{
     display: flex 
}
 #profile-actions{
     margin: 0 0 0 auto;
     max-width: 250px 
}
 #profile-main .social-connect .list-inline{
     margin-top: 0 
}
 #profile-main .social-connect .list-inline li{
     margin-top: 0;
     display: flex;
     line-height: 32px;
     height: 32px 
}
 #profile-detail .card{
     border: 0;
     padding-right: 0 
}