@charset "utf-8";
/* CSS Document */

/* 
GLOBAL CSS 
*/

/* GOOGLE MATERIAL ICONS */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 26
}
.share-print {
    margin:-31px 0 0 0;
    padding:0;
    text-align:right;
    position: relative;
}
.share-print a {
    padding:0 0 0 18px;
}

.indent {
    padding: 0 0 60px 170px;
}

.card {
    display:flex;
    height:97%; /* ← that must not be ignored */
    flex-direction:column;
    background:#edf0f1;
    transition: all ease-in-out 0.25s;
}

.card, .card img {
    border-radius:0;
    border:0;
    transition: all ease-in-out 0.25s;
}

.card .profile-img {
    background:#edf0f1;
    aspect-ratio: 1 / 1;
}

.card .expertise-img {
    background:#edf0f1;
}

.card .card-img-1x1,
.card .card-img-3x4,
.card .card-img-4x3 {
    position:relative; /* If you want content inside of it */
    width: 100%;
    background:#edf0f1;
    /*overflow: hidden;*/
}

.card .card-img-1x1 {
    /*padding-top: 100%;*/
    aspect-ratio: 1 / 1;
}
.card .card-img-4x3 {
    padding-top: 75%;
    aspect-ratio: 4 / 3;
}

.card .card-img-3x4 {
    /*padding-top: 133%;*/
    aspect-ratio: 3 / 4;
}

.card .card-img-1x1 img,
.card .card-img-3x4 img,
.card .card-img-4x3 img {
    position:absolute;
    width: 100%;
    height: 100%;
    object-fit:cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.card:hover,
.card:hover a,
.card:hover .card-body {
    background:#06273a !important;
    color:#fff !important;
    text-decoration:none;
    transition: all ease-in-out 0.25s;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.card:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
}


.card img.img-fallback {
    opacity: 0.6;
}
.card:hover img.img-fallback {
    opacity: 1;
}

#people-results .card,
#sector-results .card ,
#postitem-results .card,
#expertise-results .card {
    margin-right: 8px;
    margin-left: 8px;
    background: #edf0f1;
}

#people-results .card .card-body,
#sector-results  .card .card-body,
#postitem-results .card .card-body {
    padding:10% 10% 8% 10%;
    background-color: transparent;
}

#expertise-results .card .card-body {
    padding:5% 5% 4% 5%;
    background-color: transparent;
}

.postitem-content h3,
.card-body h3,
.about-intro h3 {
	font-size: 1.125rem; 
	line-height:120%;
}

.insights h3,
#people-results .card-body h3 {
    margin-bottom: 0;
}

.card-category {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.card-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.card-description {
    font-size: 1.125rem;
    font-weight: 500;
}

.card-date {
    font-size: 1rem;
    font-weight: 500;
}

.card-authors {
    font-size: 1.125rem;
    line-height: 130%;
    font-weight: 500;
}

.card-authors span {
    font-weight: 500;
}

.job-sub-section {
    padding:60px 0 0 0;
}

.job-sub-section .card-body .card-location,
.job-sub-section .card-body .card-date {
    color: #0a5a6e;
}

.job-sub-section .card-body:hover .card-location,
.job-sub-section .card-body:hover .card-date {
    color:#fff !important;
}

ul#filter-tags {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
ul#filter-tags li {
    float: left;
    position: relative;
    margin: 0 10px 0.625rem 0;
    padding: 2px 35px 3px 10px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    background: #06273a;
    border: 1px solid #06273a;
    display: none;
    /*display: list-item;*/
}
button#clear-tags {
    display: none;
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    padding: 5px 20px 8px 20px !important;
    color: #06273a;
    font-size: 1.125rem;
    font-weight: 400;
    /*max-height:30px;*/
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}
ul#filter-tags li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    background: url(../images/icon-x-white.svg) center center no-repeat;
    background-size: auto;
    background-size: 9px 9px;
    z-index: 1000;
    cursor: pointer;
}


.button {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    /*border-radius: 16px;*/
}

.button:hover {
    background-color: #f1f1f1;
}

.photo-credit {
    padding-top: 5px;
    width:100%;
    text-align:right;
    font-size: 0.81rem;
}

#subscribe,
#home-subscribe.list-insert {
    position:relative;
    margin:30px auto 40px auto;
    padding:55px 10% 55px 8%;
    width:calc(100% - 16px);
    background:#30c8ff;
}
#subscribe .home-subscribe-col01 {
    padding:0 4% 0 0;
    width:30%;
    border-right:1px #06273a solid;
}
#subscribe .home-subscribe-col02 {
    padding:0 0 0 5%;
    width:70%;
}

#subscribe .home-subscribe-col01 h2 {
    margin:0;
}
#subscribe input[type=email] {
    display:inline;
    margin-right:50px;
    padding:20px 45px;
    width:50%;
    font-size:1.125rem;
    color:#06273a;
    font-weight:500;
    background:#fff;
    border:0;
    border-radius:50px;
}
#subscribe .home-subscribe-col02 div {
    display:inline;
}
#subscribe .home-subscribe-col02 p {
    font-size:0.688rem;
    line-height:1.125rem !important;
}

#about-intro,
#people-intro,
#events-intro,
#postitem-intro,
#expertise-intro,
#search-intro {
    padding:45px 0 0 10px;
    max-width:1060px;
}

#postitem-intro {
    padding-top: 0;
}

#about-intro h2,
#people-intro h2,
#events-intro h2,
#postitem-intro h2,
#expertise-intro h2,
#search-intro h2 {
    margin: 0 0 30px 0;
    font-size: 1.625rem; 
	line-height:130%;
    font-weight: 700;
}

#about-header,
#people-header,
#events-header,
#postitem-header,
#expertise-header,
#postitem-single-header,
#search-header {
    padding:0 0 45px 0;
}

#about-header .header-title,
#people-header .header-title,
#events-header .header-title,
#postitem-header .header-title,
#expertise-header .header-title {
    margin-right:7px;
    padding:35px;
    width:calc(32% - 7px);
    min-width: 200px;
    min-height: 200px;
    text-align:center;
    background:#edf0f1;
    display:flex;
    justify-content:center;
    align-items:center;
    aspect-ratio: 1 / 1;
}

#about-header .header-title h1,
#people-header .header-title h1,
#events-header .header-title h1,
#postitem-header .header-title h1,
#expertise-header .header-title h1,
#search-header .header-title h1 {
    margin:auto 0;
}

#about-header .header-image,
#people-header .header-image,
#events-header .header-image,
#postitem-header .header-image,
#expertise-header .header-image {
    position: relative;
    margin-left:7px;
    width:calc(68% - 7px);
    overflow: hidden;
}

#about-header .header-image img,
#people-header .header-image img,
#events-header .header-image img,
#postitem-header .header-image img,
#expertise-header .header-image img,
#postitem-single-header .header-image img,
.big-img img,
.category-img img,
.content-img-left-img img,
.content-img-right-img img,
.content-img-additional img,
.right-column .card .profile-img img,
.attending-group .card .profile-img img,
.postitem-credits .card .profile-img img,
.expertise-practice-group .card .profile-img img {
    position:absolute;
    width: 100%;
    height: 100%;
    object-fit:cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#people-filters,
#postitem-filters,
#expertise-filters {
    padding-left:10px;
    max-width:1060px;
}

#postitem-filters {
    width: 100%;
}

.type-accolades #postitem-filters {
    padding-left: 10px;
    max-width: 1060px;
    width: 70%;
    padding-right: 40px;
}

#people-filters .search-col,
#postitem-filters .search-col,
#expertise-filters .search-col {
    margin:0;
    padding:0; /*width:100%; min-width:320px; max-width:40%;*/
}

#people-filters .filter-col,
#postitem-filters .filter-col,
#postitem-results .filter-col,
#expertise-filters .filter-col {
    margin:0;
    padding:0;
    justify-content:space-between;
    flex-wrap: wrap;
}

.people-search,
.postitem-search,
.expertise-search {
    margin:30px 0;
    padding:15px 5px 15px 45px;
    width:70%;
    font-size:1rem;
    color:#06273a;
    text-align:center;
    font-weight:400;
    opacity:0.8;
    border:0;
    border-bottom:2px #06273a solid;
    background:#fff;
}


#people-filters .btn-results-num,
#people-results .btn-results-num,
#postitem-filters .btn-results-num,
#postitem-results .btn-results-num {
    background-color: #fff;
    border: none;
    color: #06273a;
    padding: 2px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
    /*border-radius: 16px;*/
}

#people-filters .btn-results-num:hover,
#people-results .btn-results-num:hover,
#postitem-filters .btn-results-num:hover,
#postitem-results .btn-results-num:hover{
    background-color: #06273a;
    color: #fff;
}

#people-filters .btn-results-num.active,
#people-filters .xxxbtn-results-num:focus,
#people-results .btn-results-num.active,
#people-results .xxxbtn-results-num:focus,
#postitem-filters .btn-results-num.active,
#postitem-results .btn-results-num.active,
#postitem-filters .xxxbtn-results-num:focus,
#postitem-results .btn-results-num:focus{
    background-color: #30c8ff;
    color: #06273a;
}
#people-filters .total-results,
#people-results .total-results,
#postitem-filters .total-results,
#postitem-results .total-results {
    margin-right: 50px;
}

#people-results,
#postitem-results,
#sector-results {
    padding:30px 0 110px 0;
}

#people-results a.stretched-link,
#postitem-results a.stretched-link,
#expertise-results a.stretched-link {
    text-transform:uppercase;
}

#people-search .filters-submit,
#people-search .filters-reset,
#postitem-search .filters-submit,
#postitem-search .filters-reset,
#expertise-search .filters-submit,
#expertise-search .filters-reset,
#event-search .filters-submit,
#event-search .filters-reset {
    margin:30px 0;
    padding:15px 10px;
    color:#06273a;
    background:#fff;
    border:0;
    border-bottom:2px #06273a solid;
    border-radius:0;
}

#people-search .filters-submit:hover,
#people-search .filters-reset:hover,
#postitem-search .filters-submit:hover,
#postitem-search .filters-reset:hover,
#expertise-search .filters-submit:hover,
#expertise-search .filters-reset:hover,
#event-search .filters-submit:hover,
#event-search .filters-reset:hover{
    background:#eee;
}




/* 
INSIGHTS SPECIFIC CSS 
*/
.insights .card-authors {
    margin-top: 30px;
}

.type-accolades #postitem-intro {
    max-width: none;
    max-width: unset;
}

.about-intro,
#postitem-intro .about-intro {
    padding: 0 4% 0 0;
    width: 70%;
}

.right-column,
#postitem-intro .right-column {
    margin: 0;
    padding: 0 0 0 0;
    width: 30%;
    max-width: 452px;
    text-align: left;
    font-size: 0;
    background-color: #ffffff;
}

.pod-badges-col a {
    display: inline-block;
}
.pod-badges-col div {
    margin:0;
    padding:20px;
    height:100px;
}
.pod-badges-col div:first-child {
    margin:0 0 0 -20px;
}
.pod-badges-col div img {
    width:auto;
    height:100%;
}

.podcasts-container {
    margin:0;
    padding:40px 40px 10px 40px;
    color: #fff;
    background: #06273a;
}
.podcasts-list {
    margin: 0;
    padding: 0;
}
/*.podcasts-list .col-sm-12, 
.podcasts-list .col-md-6 {
        margin: 0;
        padding:0 20px 20px 0;
}*/
.podcasts-list a {
    color:#fff;
}

.col.podcasts {
    padding: 0 0 16px 0;
}

.pod-card {
    padding:32px 40px 34px 40px;
}
.pod-card:first-child {
    padding:32px 40px 34px 0;
}
.pod-card:last-child {
    padding:32px 0 34px 40px;
}
.podcast-card {
    display:flex;
    height:100%; /* ← that must not be ignored */
    flex-direction:column;
    background: #edf0f1;
    border-radius: 0;
    border: 0;
    transition: all ease-in-out 0.25s;
    aspect-ratio: 1 / 1;
}

.podcasts .podcast-card {
    /*height:unset;*/ /* ← that must not be ignored */
}

.podcast-card:hover,
.podcast-card:hover a,
.podcast-card a:hover {
    background:#06273a;
    color:#fff !important;
    text-decoration:none !important;
}

.podcasts-list .pod-date {
    font-size: 1.125rem;
}
.podcasts-list .pod-title {
    font-weight: 700;
    font-size: 1.125rem;
}

#postitem-results .card-body,
.podcast-card .card-body {
    padding: 32px 40px 34px 40px;
}




/* 
POST-ITEM SPECIFIC CSS 
*/
#postitem-single-header .header-image {
    position: relative;
    display: flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    margin:0 0 0 7px;
    /*width:calc(32% - 7px);*/
    width: 450px;
    max-width: 450px;
    min-height: 450px;
    height: auto;
    background:#edf0f1;
    overflow: hidden;
}

#postitem-single-header .header-title {
    margin:0 7px 0 0;
    padding:0;
    width:calc(100% - 464px);
    background:#edf0f1;
    text-align:left;

    display:block;
    justify-content:unset;
    align-items:unset;
    aspect-ratio: unset;
}

.postitem-category {
    /*padding:20px 2% 10px 5%;*/
    padding:0 0 0 5%;
    min-height: 110px;
    font-size:1.375rem;
    font-weight:400;
    line-height:135%;
    color:#fff;
    background:#06273a;
}
.category-name {
    padding:20px 5% 0 0;
    float: left;
    /*max-width: 200px;*/
}
#back-link {
    padding:10px 0 0 0;
}
#back-link a {
    font-size:1rem;
    color:#fff;
}

.category-img {
    display: none;
    position:relative;
    float:right;
    width:200px;
    height:150px;
    aspect-ratio: 4 / 3;
    /*overflow: hidden;*/
}

.postitem-details {
    padding:25px 2% 20px 5%;
    white-space: normal;
}
.postitem-details div {
    margin-bottom:6px;
}
.postitem-details a {
    text-decoration: underline;
}

.postitem-details .postitem-name {
    margin: 0 0 8px 0;
}
.postitem-details .postitem-name-details {
    display:inline;
    margin:0 0 6px 0;
    white-space:nowrap;
    word-break:keep-all;
}
.postitem-details .pronouns {
    display:inline;
    margin:0 0 6px 0;
    padding:0;
    height: 28px;
    white-space:nowrap;
    word-break:keep-all;
    vertical-align: text-bottom;
    clear:both;
}

.profile-details .profile-location,
.postitem-details .postitem-location {
    font-size:1.125rem;
    font-weight:700;
    text-transform:uppercase;
}

.postitem-details .btn-twitter {
    margin:0 0 0 0;
    background:#edf0f1;
    color:#06273a;
    line-height:0;
    position: relative;
    top: -4px;
}
.postitem-details .btn-twitter:hover,
.postitem-details .btn-twitter:focus {
    background:#edf0f1;
    color:#06273a;
}

.postitem-details .btn-linkedin {
    margin:0 10px 0 10px;
    padding:2px;
    line-height:0;
    background:#edf0f1;
    color:#06273a;
    position: relative;
    top: -4px;
}
.postitem-details .btn-linkedin:hover,
.postitem-details .btn-linkedin:focus {
    background:#edf0f1;
    color:#06273a;
}

.postitem-content {
    padding: 0 4% 0 0;
    width:70%;
}

.expertise-about h2,
.postitem-content h2 {
    margin:0 0 24px 0;
    padding-top: 20px;
    font-size: 1.625rem; 
	line-height: 130%;
    font-weight: 700;
}

.expertise-about h2:first-child {
    padding-top: 0;
}

.postitem-credits {
    margin:0;
    padding: 40px;
    width:30%;
    font-size: 0;
    background-color: #edf0f1;
}


.right-column .card,
.attending-group .card,
.postitem-credits .card,
.expertise-practice-group .card {
    display:flex;
    flex-direction:row;
    width: 100%;
    max-width: 452px;
    height:auto;
    margin-bottom: 24px;
    background:#ffffff;
}

.attending-group .card {
    max-width: unset;
}



.right-column .card .profile-img,
.attending-group .card .profile-img,
.postitem-credits .card .profile-img,
.expertise-practice-group .card .profile-img {
    position: relative;
    width: 30%;
    max-width: 150px;
    aspect-ratio: 1 / 1;
    background-color: #edf0f1;
    border-top: 1px #d6d6d6 solid;
    border-left: 1px #d6d6d6 solid;
    border-bottom: 1px #d6d6d6 solid;
    border-right: none;
}

.right-column .card .card-body,
.postitem-credits .card .card-body,
.expertise-practice-group .card .card-body {
    padding: 20px 20px 10px 20px;
    width: 70%;
}

.right-column .card .card-title,
.attending-group .card .card-title,
.postitem-credits .card .card-title,
.expertise-practice-group .card .card-title {
    margin:0;
    font-size:1.125rem;
    line-height:24px;
    font-weight:700;
}

.content-left-col .attending-group .card .profile-img,
.postitem-content .attending-group .card .profile-img {
    border:none;
}

.content-left-col .attending-group .card .card-body,
.postitem-content .attending-group .card .card-body {
    border-top: 1px #d6d6d6 solid;
    border-left: none;
    border-bottom: 1px #d6d6d6 solid;
    border-right: 1px #d6d6d6 solid;
}

.postitem-credits .card:last-child,
.expertise-practice-group .card:last-child {
    margin-bottom:0;
}

.right-column h5,
.postitem-credits h5,
.expertise-practice-group h5 {
    padding: 20px 0 0 0;
}

.postitem-credits .btn-white,
.expertise-practice-group .btn-white {
    margin:0 0 24px 0;
    width: 100%;
}

ul#list-expertise,
ul#list-related-posts {
    margin:0;
    padding:0;
    list-style:none;
}

ul#list-expertise li,
ul#list-related-posts li{
    margin: 0 0 22px 0;
    font-size:1rem;
    font-weight:500;
}

ul#list-expertise li a,
ul#list-related-posts li a {
    font-size:1.125rem;
    font-weight:500;
}

ul#list-expertise li a:hover,
ul#list-related-posts li a:hover {
    color:#06273a;
}
ul#list-related-posts li a:hover span {
    text-decoration: none !important;
}
ul#list-related-posts .post-title {
    font-weight:700;
}
.postitem-content h5 {
    margin-top: 44px;
}

.postitem-content ul#list-related-posts .post-title,
.postitem-content ul#list-related-posts .card-date {
    font-size:1rem;
}

button.icon-button {
    background: transparent center center no-repeat;
    border: none;
    width: 28px;
    height: 28px;
    /*float: left;*/
    margin: 8px 4px 0 4px;
}


.audio-player {
    margin: 30px auto 0 auto;
    height: 40px;
    width: 100%;
    background: #B0B0B0;
    /*box-shadow: 0 0 20px 0 #000a;*/
    font-family: arial;
    color: #06273a;
    font-size: 0.75em;
    overflow: hidden;
    display: grid;
    /*grid-template-rows: 6px auto;*/
}
.audio-player .timeline {
    position: relative;
    margin:0;
    padding:12px 0 0 0;
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #B0B0B0;
    border-bottom: 1px #06273a solid;
    /*box-shadow: 0 2px 10px 0 #0008;*/
}
.audio-player .timeline .progress {
    background: #06273a;
    width: 0%;
    height: 20px;
    transition: 0.25s;
    margin-bottom: 0 !important;
}
.audio-player .controls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding:8px 20px 0 20px;
}
.audio-player .controls > * {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    margin: 0 0 2px 0;
}
.audio-player .controls .toggle-play.play {
    cursor: pointer;
    position: relative;
    /*left: 0;*/
    margin: -2px 5px 0 5px;
    width: 20px;
    height: 20px;
    background: url(../images/icon_play.svg) center center no-repeat;
    /*border: 7px solid #B0B0B0;
    border-left: 13px solid #06273a;*/
}
.audio-player .controls .toggle-play.play:hover {
    transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
    cursor: pointer;
    position: relative;
    margin: -2px 5px 0 5px;
    width: 20px;
    height: 20px;
    background: url(../images/icon_pause.svg) center center no-repeat;
}
/*.audio-player .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: #06273a;
    content: "";
    height: 15px;
    width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 8px;
    background: #06273a;
    content: "";
    height: 15px;
    width: 3px;
}*/
.audio-player .controls .toggle-play.pause:hover {
    transform: scale(1.1);
}

.controls .back-container .rewind {
    margin: -2px 5px 0 5px;
    width: 25px;
    height: 25px;
    background: url(../images/icon_15_sec_RW.svg) center center no-repeat;
    cursor: pointer;
}
.controls .back-container .rewind:hover {
    transform: scale(1.1);
}

.controls .skip-container .forward {
    margin: -2px 5px 0 5px;
    width: 25px;
    height: 25px;
    background: url(../images/icon_15_sec_FF.svg) center center no-repeat;
    cursor: pointer;
}
.controls .skip-container .forward:hover {
    transform: scale(1.1);
}

.audio-player .controls .time {
    display: flex;
    margin: 0 0 0 0;
    padding-right: 15px !important;
}
.audio-player .controls .time > * {
    margin: 0 0 2px 0;
    padding: 2px;
}
.audio-player .controls .volume-container {
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
    height: 26px;
    display: flex;
    align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
    transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
    position: absolute;
    left: -3px;
    top: 15px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: #06273a;
    box-shadow: 0 0 20px #000a;
    transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
    background: #06273a;
    height: 100%;
    width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px;
}




/* 
EXPERTISE SPECIFIC CSS 
*/
#about-body,
#profile-body,
#postitem-body,
#expertise-body {
    padding: 45px 0 0 10px;
}

#about-body .row,
#postitem-body .row,
#expertise-body .row {
    justify-content: space-between;
}

.expertise-about {
    padding: 0 4% 0 0;
    width:70%;
}

#service-results-title,
#expertise-results-info,
#industry-results-title {
    display: none;
}

#expertise-results .card {
    margin: 0 7px;
}
/*#expertise-results .card:nth-child(2n+0) {
    margin-right: 0 !important;
}*/

#expertise-results .card .card-img {
    /*max-height:310px;*/
    background:#edf0f1;
    border-radius: 0;
    overflow:hidden;
    aspect-ratio: 7 / 3.2;
}

.expertise-practice-group {
    margin:0;
    padding: 40px;
    width:30%;
    max-width: 452px;
    font-size: 0;
    background-color: #edf0f1;
}

section#profile-additional-desktop,
section#expertise-additional-desktop {
    margin:60px 0 110px 0;
}
section#profile-additional-mobile,
section#expertise-additional-mobile {
    display: none;
    margin:60px 0 60px 0;
}

ul#profile-tabs.nav,
ul#expertise-tabs.nav {
    position:relative !important;
    top:0 !important;
    margin:0 0 15px 0;
    padding:0;
    -moz-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
}
ul#profile-tabs.nav li,
ul#expertise-tabs.nav li {
    position: relative;
    margin:0;
    padding:20px 0 0 0;
    flex-basis:0;
    flex-grow:1;
}

/*ul#expertise-tabs.nav li:last-child {
    padding:20px 0 0 0;
}*/

ul#profile-tabs.nav li .btn-tab-white,
ul#expertise-tabs.nav li .btn-tab-white {
    margin:0;
    width:100%;
    max-width: none;
}
ul#profile-tabs.nav li a.btn-tab-white.active,
ul#expertise-tabs.nav li a.btn-tab-white.active {
    width:100%;
    background:#30c8ff;
    border:1px #30c8ff solid;
}

ul#profile-tabs.nav li a.btn-tab-white.active:after,
ul#expertise-tabs.nav li a.btn-tab-white.active:after {
    content: '';
    position: absolute;
    padding:20px 0 0 0;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    bottom: -7px;
    left: calc(50% - 8px);
    background: #30c8ff;
    z-index: 2;
}
ul#profile-tabs.nav li a.btn-tab-white.active:hover,
ul#expertise-tabs.nav li a.btn-tab-white.active:hover {
    color:#06273a;
    cursor: default;
}
ul#profile-tabs.nav li.tabs-menu-spacer,
ul#expertise-tabs.nav li.tabs-menu-spacer {
    display:none;
    margin:10px 0;
}




/*
QUICK LINKS MENU
*/
.btn-quick-links {
    display:none;
}
.dropbtn:hover {
    color: #fff;
    background-color: #06273a !important;
}
.dropbtn.active, .dropbtn.active:hover {
    color: #06273a !important;
    background:#30c8ff !important;
    border:1px #30c8ff solid !important;
}
.dropbtn.active:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    bottom: 22px;
    left: calc(50% - 8px);
    background: #30c8ff;
    z-index: 2;
}

.dropdown {
    position: relative;
    display: inline-block;
}
/*
#quick-links-menu { 
    position: absolute;
    left: 0; 
    right: 0; 
    margin:-40px auto 0 auto;
    padding:0 30px 30px 30px;
    width:100%; 
    max-width: 1610px; 
    background-color: #edf0f1;
    border: 20px #fff solid;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}
*/
#quick-links-menu-expertise {
    position: relative;
    left: 0;
    right: 0;
    top: -40px;
    margin:0 auto 0 auto;
    padding:0 30px 30px 30px;
    width:90%;
    max-width: 1220px;
    background-color: #edf0f1;
    border: 20px #fff solid;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}
#quick-links-menu {
    position: relative;
    left: 0;
    right: 0;
    top: -15px;
    margin:0 auto 0 auto;
    padding:0 30px 30px 30px;
    width:90%;
    max-width: 1220px;
    background-color: #edf0f1;
    border: 20px #fff solid;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

.quick-links-menu-item {
    padding:0 0 10px 0;
}

button.close, button.close:hover {
    margin-right: -30px;
    padding: 10px 0 0 0;
    font-size:1.125rem;
    font-weight:400;
    color:#06273a;
    text-align: right;
    opacity:1 !important;
}


#quick-links-menu h3 {
    padding: 0;
}

#quick-links-menu h5 {
    margin:0 0 20px 0;
}

.dropdown-content {
    display: none;
}

.dropdown-content ul {
    list-style: none;
    float: left;
    margin: 0 0 0 -38px;
}

ul#quick-links-list02 {
    width: 100%;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.dropdown-content a:hover {
    text-decoration:none;
}

.show {
    display: block;
}




/* 
PROFILE SPECIFIC CSS 
*/
#profile-header {
    padding:0 0 45px 0;
}

#profile-header .header-image {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    margin:0 7px 0 0;
    width: 500px;
    max-width: 500px;
    height:auto;
    background: #edf0f1;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

#profile-header .header-image img {
    position: absolute;
    bottom:0;
    max-width: auto;
    max-height: 100%;
}
#profile-header .header-title {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin:0 0 0 7px;
    padding:0;
    width:calc(100% - 514px);
    background:#edf0f1;
    text-align:left;
}

#profile-header h1 {
    margin: 0 10px 0 0;
    float: left;
    position: relative;
    font-size: 2.125rem;
}

#profile-header h1 span {
    font-size:1.125rem;
    font-weight:400;
}
#profile-header h3 {
    margin-bottom: 17px;
}

.profile-quote {
    padding:20px 20px 20px 15%;
    min-height: 115px;
    font-weight:400;
    line-height:140%;
    color:#fff;
    background:#06273a url("../images/testimonial-quote.png") no-repeat;
    background-position: 5% 30px;
    background-size: 8%;
}

.no-quote,
.quote-lang-empty {
    background-image: none;
}
.profile-quote.quote-sm {
    font-size:1.313rem;
}
.profile-quote.quote-md {
    font-size:1.7rem;
}
.profile-quote.quote-lg {
    font-size:2rem;
}
.profile-quote.quote-xl {
    font-size:2.5rem;
}

.profile-details {
    margin: auto 0;
    padding:25px 2% 20px 5%;
    white-space: normal;
}
.profile-details div {
    margin-bottom:6px;
}

.profile-details .profile-name {
    margin: 0 0 8px 0;
    min-height: 40px;
}
.profile-details .profile-name-details {
    display:inline;
    margin:0 0 6px 0;
    white-space:nowrap;
    word-break:keep-all;
}
.profile-details .pronouns {
    display:inline;
    margin:0 0 6px 0;
    padding:0;
    height: 28px;
    white-space:nowrap;
    word-break:keep-all;
    vertical-align: text-bottom;
    clear:both;
}

.profile-details .btn-twitter {
    margin:0 0 0 0;
    background:#edf0f1;
    color:#06273a;
    line-height:0;
    position: relative;
    top: -4px;
}
.profile-details .btn-twitter:hover,
.profile-details .btn-twitter:focus,
.profile-details .btn-linkedin:hover,
.profile-details .btn-linkedin:focus {
    background:#edf0f1;
    color:#06273a;
}

.profile-details .btn-linkedin {
    margin:0 10px 0 10px;
    padding:2px;
    line-height:0;
    background:#edf0f1;
    color:#06273a;
    position: relative;
    top: -4px;
}


.profile-about {
    padding:0;
}
.profile-expertise {
    padding-left:10%;
    padding-right:0;
}

.profile-video {
    margin: 50px 0;
    padding: 0;
    background: #06273a no-repeat;
    /* background-size: 40%; */
    background-position: 15% center;
    width: 720px;
    max-width: 100%;
}

.profile-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.5%;
}

.profile-video-container img.vid-poster {
    position: absolute;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.profile-video-cta {
    padding: 0 0 0 100px;
    max-width: 310px;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background: url("../images/home-about-play-btn.png") top center no-repeat;
    background-position: left center;
    position: absolute;
    z-index: 1;
    left: calc(50% - 80px);
    top: 50%;
    transform: translate(0px, -50%);
}
.profile-video-cta:hover {
    background:url("../images/home-about-play-btn-hover.png") no-repeat;
    background-position: left center;
}

.profile-video-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.profile-education {
    margin:50px 0;
}
.profile-qualifications {
    margin:50px 0;
}
.profile-memberships {
    margin:50px 0;
    padding-bottom: 50px;
}

ul#list-education,
ul#list-qualifications,
ul#list-memberships {
    margin:0;
    padding:0;
    list-style:none;
}

ul#list-education li {
    margin:0 0 22px 0;
    font-size:1.125rem;
    font-weight:500;
}

ul#list-qualifications li,
ul#list-memberships li {
    margin:0 0 10px 0;
    font-size:1rem;
    font-weight:500;
}

.list-carrat {
    font-size: 1.7rem;
}

button.icon-button {
    background: transparent center center no-repeat;
    border: none;
    width: 28px;
    height: 28px;
    /*float: left;*/
    margin: 8px 4px 0 4px;
}

button#show-pronunciation {
    background-image: url(../images/phonetics-icon.png);
    background-size: 26px 26px;
    vertical-align:text-bottom;
}

button#play-audio {
    margin-right:15px;
    background-image: url(../images/speaker-icon.svg);
    background-size: 22px 22px;
    vertical-align:text-bottom;
}

#phonetic-tip {
    position: absolute;
    z-index: 10;
    background: #30c8ff;
    padding: 6px 40px;
    top: -140%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    width: auto;
    text-align: center;
    margin-right: -144%;
}

#phonetic-tip:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    bottom: -7px;
    left: calc(50% - 8px);
    background: #30c8ff;
    z-index: 2;
}




/* 
ABOUT SPECIFIC CSS 
*/
.about-intro .sticky-top h2:first-child {
    margin:0 0 24px 0;
    padding-top: 0;
    font-size: 1.625rem; 
	line-height:130%;
    font-weight:700;
}

.right-column .featured {
    margin:0;
    padding:40px;
    width:100%;
    background-color: #edf0f1;
}

.right-nav {
    margin:0;
    padding:0 0 0 0;
    width:100%;
    /*max-width: 452px;
    text-align: right;
    font-size: 0;*/
    background-color: #fff;
}
.right-nav .nav-box {
    width: 100%;
    padding:30px 0;
    /*max-width: 302px;
    float: right;*/
    border: 0 #06273a solid !important;
    background-color: #edf0f1;
}
.right-nav .btn-clear {
    margin: 0 0 0 0;
    padding: 5px 40px;
    min-width: 202px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #06273a;
    border: 0 solid #06273a;
    border-radius: 0;
    /*background-color: #ffffff;*/
}
.right-nav .btn-clear:hover {
    color: #ffffff;
    border: 0 #06273a solid !important;
}
.btn-clear.active, .btn-clear.active:hover {
    color: #06273a !important;
    background: #30c8ff !important;
    border: 0 #06273a solid !important;
}

section.content-img-left,
section.content-img-right,
section.content-no-img,
section.about-accolades,
section.content-big-img {
    padding:50px 0;
}

.content-left-col {
    width: 100%;
    padding: 50px 0;
}
.content-left-col h2 {
    margin: 0 0 24px 0 !important;
    padding:0;
    font-size: 1.625rem; 
	line-height: 130%;
    font-weight: 700 !important;
    width: 100%;
}
.content-img-left-img {
    position: relative;
    margin-right:7px;
    width:calc(33% - 7px);
    overflow: hidden;
    aspect-ratio: 1 / 1;
}


.content-img-left-txt {
    margin-left:7px;
    padding: 5% 5% 5% 5%;
    width:calc(66% - 7px);
    background:#edf0f1;
}

.content-img-right .row {
    flex-wrap: wrap-reverse !important;
}
.content-img-right-img {
    position: relative;
    margin-left:7px;
    width:calc(33% - 7px);
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.content-img-right-txt {
    margin-right:7px;
    padding: 5% 5% 5% 5%;
    width:calc(66% - 7px);
    background:#edf0f1;
}


.content-img-left-txt h2,
.content-img-right-txt h2,
.content-no-img h2 {
	font-size: 1.625rem; 
	line-height: 130%;
}

.content-img-left-txt h3,
.content-img-right-txt h3,
.content-no-img h3 {
	font-size: 1.125rem; 
	line-height: 130%;
}


.content-no-img {
    width:100%;
}
.stats-container{
    padding: 60px;
    text-align: center;
    background: #06273a;
}
.big-stat,
.other-stats {
    padding:20px 0;
}
.stat-num{
    color: #ffffff;
    font-size: 5rem;
}
.stat-txt {
    color: #ffffff;
    font-size: 3rem;
}
.about-accolades h2 {
    text-align: center;
}

.blue-with-white {
    padding: 10% 8% 10% 8%;
    width: 100%;
    background:#06273a;
}
.blue-with-white h2 {
    font-size: 2.5rem;
    line-height: 120%;
    color:#ffffff;
    font-weight: 400;
    text-align: center;
}
.blue-with-white p {
    margin:0 auto;
    width:80%;
    font-size: 1.75rem;
    line-height: 160%;
    color:#ffffff;
    font-weight: 400;
    text-align: center;
}
.big-img {
    position: relative;
    margin:0 0 15px 0;
    width:100%;
    min-height: 300px;
    max-height: 400px;
    overflow: hidden;
}

.content-col-left {
    margin-right:7px;
    padding:5%;
    width:calc(50% - 7px);
    background:#edf0f1;
}
.content-col-right {
    margin-left:7px;
    padding:5%;
    width:calc(50% - 7px);
    background:#edf0f1;
}

.right-column .card:last-child {
    margin-bottom:0;
}

.content-img-additional {
    position: relative;
    margin-bottom:30px;
    width:50%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}




/*
TABBED CONTENT
*/
.tab-content > .tab-pane {
}
.tab-content > .active {
    display: contents !important; /* Needed because default, displayblock; doesn't format correctly*/
}
.btn-tab-white {
    margin:30px auto;
    padding:0 10px;
    max-width:246px;
    height:62px;
    font-size:1rem;
    font-weight:500;
    color:#06273a;
    border:1px solid #06273a;
    border-radius:0;
    background-color:#ffffff;
}
.btn-tab-white:hover {
    color:#ffffff;
    background-color:#06273a;
    border:1px solid #06273a;
}

#sliders-accordion .panel {
    margin:0 0 12px 0;
}
#sliders-accordion .panel-heading {
    margin:0;
    padding:20px;
    background:#06273a;
}

#sliders-accordion a,
#sliders-accordion a:hover {
    color:#fff;
    text-decoration:none;
}

#sliders-accordion h4,
#sliders-accordion h4 {
    margin:0 !important;
    font-size:1.25rem;
    color:#fff;
    text-decoration:none;
}
#sliders-accordion .panel-body {
    /*padding:0 50px;*/
    /*border:1px solid #06273a;*/
}




/* 
SEARCH SPECIFIC CSS 
*/

#search-header .header-title {
    margin:0;
    padding:50px 2% 50px 5%;
    white-space: normal;
    width:100%;
    background:#edf0f1;
    text-align:left;
    display:block;
    justify-content:unset;
    align-items:unset;
    aspect-ratio: unset;
}

#search-filters {
    padding-left:0;
    max-width:1060px;
}

section#postitem-results {
    margin:0;
    padding:0 0 55px 0;
}
.search-result-card {
    margin:0;
    padding:0 0 60px 0;
    max-width: 1100px;
    width: 100%;
}
.result-type {
    margin:0;
    padding:0 0 0 0;
    text-transform: capitalize;
}
.search-result-card h3.result-title {
    margin:0;
    padding:0;
    font-size: 1.125rem; 
	line-height:130%;
    font-weight: 700;
}

.result-excerpt {
    margin:0;
    padding:0 0 0 4%;
}


.dropdown-toggle {
    margin-right:0;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0;
    content: "";
    border-top:none;
    border-right:none;
    border-bottom:none;
    border-left:none;
}

#filters-modal .modal-content {
    margin: 5% 0 auto 0;
    max-width:820px;
    border-radius:0;
}

.filters-modal-body {
    margin: 0;
    padding: 0;
    background:#fff;
}
.close-filters, .close-filters:hover {
    /*display:block;*/
    position:relative;
    /* float:none;
    margin:0 !important;
    padding:0 !important;*/
    top:0;
    left:74%;
    width:200px;
    font-size:1.125rem;
    font-weight:400;
    color:#06273a;
    text-align: right;
    opacity:1 !important;
}

#filters-accordion .panel {
    margin:0 0 12px 0;
}
#filters-accordion .panel-heading {
    margin:0;
    padding:20px;
    background:#06273a;
}
#filters-accordion a,
#filters-accordion a:hover {
    color:#fff;
    text-decoration:none;
}
#filters-accordion h4,
#filters-accordion h4 {
    margin:0 !important;
    font-size:1.25rem;
    color:#fff;
    text-decoration:none;
}
#filters-accordion .panel-body {
    padding:20px;
    max-height:306px;
    overflow-y:scroll;
    border:1px solid #06273a;
}

#filters-accordion input[type=checkbox] {
}

#filters-accordion .form-check-input {
    position: relative;
    margin:0 0 0 20px;
}

#filters-accordion .filters-view-more {
    margin-top:16px;
    padding:10px;
    width:100%;
    text-align:center;
    color:#06273a;
    background:#30c8ff;
}
#filters-accordion .filters-view-more::hover {
    color:#fff;
}

button#clear-search {
    display: none;
}

.updating-results,
.loading-results {
    display: none;
    width: 240px;
    position: relative;
}

.updating-results span,
.loading-results span {
    position: absolute;
    left: 47px;
    top: 4px;
}

.loading-results {
    display: none;
    width: 144px;
    margin: 0 auto;
}

.loading-results span {
    padding-left: 13px;
}

.results-per-page {
}

#no-results-found,
.no-service-results {
    display: none;
}

.nav-box h3 {
    padding: 0 0 0 40px;
}

section.location-sub-section {
    padding:60px 0 0 0;
}

.location-map {
    padding:30px 0 0 0;
}

.conf-retainer {
    padding:60px 0 0 0;
}

.jobs .jobs-card {
    display:flex;
    height:unset; /* ← that must not be ignored */
    flex-direction:column;
    background: #edf0f1;
    border-radius: 0;
    border: 0;
    transition: all ease-in-out 0.25s;
    aspect-ratio: 1 / 1;
}
.jobs-card:hover,
.jobs-card:hover a,
.jobs-card a:hover {
    background:#06273a;
    color:#fff !important;
    text-decoration:none !important;
}
.jobs-card .card-body {
    padding: 32px 40px 34px 40px;
}

.sharethis-inline-share-buttons#st-1 {
    position: absolute;
    right: 80px;
    top: -12px;
    height: 35px;
    overflow: hidden;
    display: none;
    z-index: 100;
}

.sharethis-inline-share-buttons#st-1.share-no-print {
    right: 32px;
}

.sharethis-inline-share-buttons#st-1 .st-btn:hover {
    opacity: 1;
    top: 0;
    color: #0056b3;
}