/*
+ Team
*/
.titleAdjustLeft .banner-text-right {
justify-content: left!important;
}
.categoryViewList.team {
background-image: url(/images/assets_backgrounds/contours/01/bkg_contours_L.png);
background-color: #e4e4e4;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}
/* - all views
==================*/
.team_profile .block {
text-align: center;	
padding: 20px;
margin: 20px 0;
}
.team_profile .avatar {
padding-bottom: 20px;	
}
.team_profile .avatar img {
border: 2px solid #0C6993;
/*box-shadow: 0px 13px 1px #0C6993;*/
}
.team_profile .avatar a img:hover {
/*box-shadow: 0px 13px 1px #004666;*/
opacity: 0.6;
}
.team_profile .header h3 {
font-size: 20px;	
text-transform: uppercase;	
background: #0C6993;
padding: 10px;
margin: 10px 0;
}
.team_profile .header h3:hover {
background: #004666;
}
.team_profile .header h3 a {
color: #fff;
}
.team_profile .header .position {
margin: 14px 20px;
}
.team_profile .header .position h4 {
font-size: 16px;
font-weight: 500;
letter-spacing: 0.03em;
text-transform: uppercase;
margin: 0px;
}
.team_profile .underline {
display: block;
margin: 17px auto;
width: 50px;
height: 2px;
background: #0C6993;
}
.team_profile .info,
.team_profile .intro {
color: #666;
font-size: 13px;
letter-spacing: 0.02em;
margin: 10px 0px;
height: 100px;
/*height: 80px;*/
}
.mod_team.team_profile .info,
.mod_team.team_profile .intro {
height: 110px;
}
.team_profile .icons_socialmedia {
margin: 20px 0;
border-top: 1px solid #eee;
padding-top: 16px;
}
.team_profile .icons_socialmedia i {
color: #d0d0d0;
font-size: 16px;
/*font-size: 22px; margin: 0 10px;*/
border-right: 1px solid #eee;
margin-right: 12px;
padding-right: 12px;
}
.team_profile .icons_socialmedia i:hover {
color: #0C6993;
}
.team_profile .icons_socialmedia a:last-child i {
border-right: 0px solid #eee;
margin-right: 0px;
padding-right: 0px;
}
.team_profile .readmore {
display: grid;
margin-top: 20px;
text-transform: uppercase;
}
.team_profile .readmore .btn-primary {
background-color: #f1f1f1;
border-color: #f1f1f1;
color: #8c8c8c;
border-radius: 0px;
font-size: 13px;
letter-spacing: 0.03em;
}
/*.team_profile .readmore .btn-primary:hover { background-color: #5cb85c; border-color: #5cb85c; color: #fff;}*/
/* - item view
==================*/
.itemBody.team_profile {
    margin: 3rem 0;
}
.team_profile .block.left .position {
margin-top: 10px;
}
.team_profile .block.left .position h4,
.team_profile .block.left h5 {
margin-bottom: 0px;
}
.team_profile .card_contact {
box-shadow: 0 0 1px 0px #898989;
background: #fff9;
padding: 20px;
text-align: center;
}
.team_profile .card_contact h5 {
font-weight: 600;
text-decoration: underline;
}
.team_profile .card_contact p:last-child {
margin-bottom: 0;
}

/* - MODULE VIEW
==================*/
.mod_team.team_profile .block {
padding: 2px;
}
.mod_team.team_profile .avatar {
padding-bottom: 16px;
}
/* .mod_team.team_profile .avatar img {box-shadow: 0px 12px 1px #0C6993;}*/
/* .mod_team.team_profile .avatar a img:hover {box-shadow: 0px 12px 1px #004666;}*/
.mod_team.team_profile .header h3 {
font-size: 16px;
}
.mod_team.team_profile .header .position h4 {
font-size: 14px;
}
@media only screen and (min-device-width :992px) and (max-device-width :1400px) { /* 992 - 1199 */
.team_profile .info,
.team_profile .intro {
height: fit-content;
}
.mod_team.team_profile .info,
.mod_team.team_profile .intro {
height: inherit;
}
}
@media only screen and (min-device-width :768px) and (max-device-width :991px) { /* 768 - 991 */	
.mod_team.team_profile .info,
.mod_team.team_profile .intro {
height: 70px;
}
}
@media only screen and (min-device-width :576px) and (max-device-width :767px) { /* 576 - 767 */
.team_profile .info, .team_profile .intro,
.mod_team.team_profile .info, .mod_team.team_profile .intro {
height: 90px;
}
.team_profile .block {
padding: 10px;
}
}
@media only screen and (min-device-width :320px) and (max-device-width :575px) { /* 320 - 575 */
.team_profile .info, .team_profile .intro,
.mod_team.team_profile .info, .mod_team.team_profile .intro {
height: inherit;
}
}