div.card-careteam {
    font-size: 16px;
}

div.card div.card-title-careteam {
    background-repeat: no-repeat;
    font-size: 20px;
}

div.card-inside-careteam a,
div.card-inside-careteam a:visited
{
    color: rgb(0, 174, 239); /* @primary */
}

div.careteam-member {
    padding-top: 20px;
    padding-bottom: 20px;
}

div.careteam-member > div {
    text-align: center;
}

div.careteam-member div.member-picture img {
    width: 100%;
    display: inline;
}

div.careteam-member div.member-role, div.careteam-member div.member-tel {
    color: #aaa;
    font-style: italic;
}

div.careteam-text {
    color: rgb(0, 174, 239); /* @primary */
    padding: 5px 20px;
    text-align: center;
    background-color: white;
}

div.section-text {
    color:  #aaa; /* @primary */
    padding: 5px 20px;
    text-align: center;
    margin: auto;
    background-color: white;
    display: inline-block;
    position: relative;
    width: 100%;
}


div.section-text:after {
    display: block;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: rgb(0, 174, 239); /* @primary */
    width: 50px;
    top: 15px;
    position: absolute;
    left: 100%;
    margin-left:-100px;
}
div.section-text:before {
    display: block;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: rgb(0, 174, 239); /* @primary */
    width: 50px;
    top: 15px;
    position: absolute;
    right: 100%;
    margin-right:-100px;
}


div.square-crop {
    position: relative;
    overflow: hidden;
    height:17vw;
    width:18vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
}

div.round-crop {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}


div.careteam-wrapper {
    background: rgb(0, 174, 239); /* @primary */
    border-radius: 50%;
    border-left: none;
    border-right: none;
/*    margin-left:10px;
    margin-right:10px;
    height: 115%;
    width: 100%;*/
}

div.careteam-info-iframe {
    height: calc(100vh - 120px);
}

div.careteam-info-iframe > iframe {
    width: 100%;
    height: 100%;
}
