@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
html {
  scroll-behavior: smooth;
}
.sfContentBlock > h1 {
    margin-top: 30px !important;
}
.quickLinksParent {
    float: right;
    width: 280px;
    margin: 0px 10px 45px 50px;
    position: relative;
}
.quickLinksParentAlt {
    float: left;
    width: 280px;
    margin: -50px 35px 45px 15px;
    position: relative;
}
.quickLinksHolder {
    background-color: white;
    width: 100%;
    padding: 5px 15px 10px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px #b0b0b0;
    border-top: 5px solid #3353a5;
    margin-top: 10px
}
.quickLinksHolder.anchorHolder {
    border-top: 5px solid #6758a1 !important;
}
.quickLinksHolder > h3 {
    margin-left: 7px;
    margin-bottom: 10px;
    font-size: 1.5em;
}
.quickLinksHeaderAnchor:before {
    content: "On this page ...";
}
.quickLink {
    background-color: white;
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
    font-size: 1em;
}
.quickLink:hover {
    color: #3353a5;
    background-color: #d0daf4;
    color: #3353a5;
}
.quickLink a {
    text-decoration: none !important;
    color: grey !important;
}
.anchor:before {
    content: '▾';
    margin: -5px 10px 0 0px;
    color: #848484;
}
.h2Alt {
    border-left: 5px solid #6758a0;
    padding: 2px 0 0 10px;
    font-size: 1.5em !important;
}
.section-lead {
    font-size: 1.4em;
    line-height: 1.5em;
    color: #848484;
}
.surgeryRow {
    padding-left: 10px;
}
.surgeryHolder {
    width: 49%;
    display: inline-block;
    padding: 0 20px 0 5px;
    box-sizing: border-box;
    margin: 10px 0;
    border-left: 2px solid #d0d0d0;
    vertical-align: top;
}
.surgeryTitle {
    font-size: 1.25em;
    margin-bottom: 10px;
}
.surgeryDesc {
    background-color: #efeeed;
    padding: 5px 10px 5px 10px;
}
.usefulLinkA {
    text-decoration: none !important;
}
.usefulLink {
    width: 30%;
    min-height: 90px;
    display: inline-block;
    padding: 15px 50px 30px 15px;
    box-sizing: border-box;
    vertical-align: top;
    box-shadow: 0px 0px 5px #e4e4e4;
    position: relative;
    font-size: 1.25em;
    margin: 0 20px 20px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 3px;
    border-left: 3px solid #ffc62c;
}
.usefulLink:hover {
    box-shadow: 0px 0px 8px #bbbbbb;
}
.usefulLink:nth-child(5) {
  margin-right: 0 !important;
}
span.helperText {
    font-size: 0.75em;
    color: #888888;
    position: absolute;
    bottom: 7px;
    left: 15px;
}
/* Material Icons */
em.object-card__icon {
    color: #9e9e9e;
    position: absolute;
    right: 6px;
    bottom: 6px;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.object-card__icon--open {
    transform: rotate(-140deg);
    transform-origin: initial;
}
.profileCard {
    background-color: #efeeed;
    padding: 10px 15px 10px 10px !important; 
    box-sizing: border-box;
    min-width: 300px;
    border-radius: 3px;
    border-left: 3px solid #6758a1;
    height: 100px;
    box-shadow: 0px 0px 5px #c7c7c7;
    display: inline-flex;
}
#logoPlace {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 10px 0 3px;
}
#logoPlace img {
    border-radius: 50%;
}
.roleTitle {
    font-size: 1.3em;
    color: #6758a1;
}
.roleName {
    font-size: 1.2em;
    margin-bottom: -10px;
}
@media(max-width: 599px){.surgeryHolder{width: 100% !important;}}


/* Cards */
/* Accordion */
.sflistItemContent.sflistItemContentExp p {
    padding: 1em;
    background-color: #f9f8f8;
    margin: 0;
}
.sfexpandableListWrp .sflistList{
    padding: 0 !important;
    list-style: none !important;
    margin-bottom: 60px !important;
}
.sflistExpandAllLnkWrp {
    display: none;
}
.sflistItemTitle > a {
    background-color: #efeeed;
    padding: 15px;
    width: 100% !important;
    display: inline-block;
    font-weight: 900;
    box-sizing: border-box;
}
.sfcontent {
    padding: 0 2%;
}
.sflistItemContentExp li {
    list-style-type: circle;
    list-style-position: inside;
}
.sflistTitle {
  display:none;
} */

/* Styling for accordion list */
.sflistExpandAllLnkWrp {
    display: none;
}
.sflistItemTitle > a {
    background-color: #efeeed;
    padding: 15px;
    width: 100% !important;
    display: inline-block;
    font-weight: 900;
    box-sizing: border-box;
}
.sfcontent {
    padding: 0 2%;
}
.sflistItemContentExp li {
    list-style-type: circle;
    list-style-position: inside;
}
.sflistTitle {
  display:none;
}
.sflistList.sflist{
    list-style: none !important;
    padding: 0 !important;
}

/* Profile cards */
/* Profile cards */
.profileOuter{
    position: relative;
    width: 370px;
    display: inline-block;
    margin: 15px 15px 0 0;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #8c8c8c;
    opacity: 1;
    visibility: visible; 
    vertical-align: top;
    border-radius: 5px;
}
.profileTop{
    display: inline-block;
    width: 100%;
}
.profileTopPurple{
    height: 100px;
    width: 100%;
    background-color: #d6caff;
    border-radius: 5px 5px 0px 0px;
}
.profileTopWhite{
    height: 50px;
    width: 100%;
    display: none;
}
.profileBottom {
    display: inline-block;
    background-color: white;
    padding: 15px;
    min-height: 140px;
}
.profileBottom.noSpeciality{
    min-height: 55px;
}
.profileBottomLeft {
    float: left;
    margin-left: -160px;
    text-align: left;
}
.profileBottomLeft ul {
    padding-left: 0 !important;
}
.profileBottomRight {
    width: 50%;
    position: absolute;
    right: 0px;
    bottom: 36px;
}
.profileBackground{
    height: 113px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}
.profileImage {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 6px solid white;
    z-index: 2;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    box-sizing: border-box;
}
.profileTextHolder {
    background-color: #efeeed;
    border-radius: 5px;
    position: absolute;
    left: 22px;
    top: 20px;
    padding: 12px;
    width: 250px;
    box-sizing: border-box;
    text-align: left;
    height: 60px;
}
.profileName{
    font-size: 1.2em;
    color: #67589e;
    line-height: 1.1em;
    font-weight: 900;
}
.profileBlurb {
    font-size: 0.75em;
    color: #656565;
    margin-top: 5px;
}
.profileCred{
    color: white;
    background-color: grey;
    display: inline-block;
    padding: 7px 12px;
    border-radius: 15px;
    margin: 3px;
    font-size: 0.9em;
    font-weight: 900;
}
.profileButton {
    width: 100px;
    padding: 15px 25px;
    background-color: #6758a1;
    font-size: 1.25em;
    color: white !important;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 5px;
    transition: all 0.5s;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
/*
.profileButton::after {
    content: url(/sfimages/librariesprovider3/default-album/soembs-seal-png-2-67x67.png);
    position: absolute;
    right: 25px;
    top: -100px;
    z-index: 10;
    border: 4px solid white;
    border-radius: 50%;
    transform: rotate(10deg);
    pointer-events: none;
}*/
.profileButton:hover  {
    background-color: #8e7fc5;
}