:root {
    --highlight-button-color: #202a5a;
}

.js-copy-overlay, .svg-defs {
    display: none;
}

.bth-nav_tmc {
    color: #0098be;
}

.bth-nav_primary {
    color: #202a5a;
}

html [class*="bth-button"] .fa-target-arrow {
    display: block !important;
}

.bth-text-container a {
    color: var(--title-color);
    text-decoration: underline;

}

.bth-max-height-20 {
    max-height: 20px;
}

.bth-max-height-100 {
    max-height: 100px;
}

.bth-max-height-150 {
    max-height: 150px;
}

.bth-max-height-120 {
    max-height: 120px;
}

.bth-max-height-140 {
    max-height: 140px;
}

.bth-footer_logo-img, .bth-footer_logo-branding-img {
    height: 66px;
    max-width: none;
    margin: 0 8px;
}

.bth-plus-more:after, .bth-plus-more:before {
    background-color: #fff;
}

.bth-plus-more-container {
    background: #202a5a;
}

ul, ol {
    margin-left: 1rem;
}

@media all and (min-width: 768px) {
    .bth-footer_logo-img {
        height: 77px;
    }
}

.bth-videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.bth-videoWrapper video, .bth-videoWrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bth-cta-banner {
    background: #222f55;
    color: #fff;
    background-image: url(../../images/TMM-GLOBE.png);
    background-position: right;
    background-repeat: no-repeat;
}

.bth-bg-speechmark {
    background-image: url(../../images/corp-speechmarks-trans-20.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

.bth-rounded-xl {
    border-radius: var(--border-radius-popup);
}
 
.bth-card-inner--dark {
    background-color: var(--bg-blue) !important;
}

.bth-header_menu-bar-inner-min-height {
    min-height: 60px;
}

[class*="bth-card-group_bordered"] .bth-card_regular .bth-card-inner--xl,
[class*="bth-card_bordered"] .bth-card-inner--xl {
	border-radius: var(--border-radius-popup);
}

.bth-rounded-xl {
    border-radius: var(--border-radius-popup);
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.wistia-fullscreen-hijack-container .bth-video {
    max-width: 100%;
    max-height: 100%;
}

.bth-video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-template-template_MODULE_VIEWER .bth-header_signup {
    display: none;
}

.corp-accordion-group {
    border-top: 1px solid #d8d8d8;
}
.corp-accordion-content {
    display: none;
    border-top: 1px solid #d8d8d8;
}
.corp-accordion-content-inner {
    transition: opacity 0.2s ease-in-out 0s;
    opacity: 0;
    position: relative;
    z-index: 1;
}
.corp-accordion-content-inner.bth-text-container {
    padding: 30px 0;
}
.corp-accordion-item.corp-accordion-active:not(.corp-accordion-sliding-down) .corp-accordion-content-inner {
    opacity: 1;
}
.corp-accordion-content .bth-activity-sidebar__item {
    padding: 0 15px;
}
.corp-accordion-item {
    border-bottom: 1px solid #d8d8d8;
}
.corp-accordion-header {
    cursor: pointer;
    padding: 30px 30px 30px 0;
    position: relative;
    color: #202a5a;
}
.corp-accordion-header:before,
.corp-accordion-header:after {
    content: "";
    width: 16px;
    height: 1.5px;
    position: absolute;
    background-color: currentcolor;
    top: 50%;
    right: 0;
    transition: transform 0.2s ease-in-out 0s;
}
.corp-accordion-header:before {
    transform: rotate(0);
}
.corp-accordion-header:after {
    transform: rotate(90deg);
}
.corp-accordion-active > .corp-accordion-header:before {
    transform: rotate(45deg);
}
.corp-accordion-active > .corp-accordion-header:after {
    transform: rotate(-45deg);
}
.corp-accordion-header .bth-click-ripple__circle:after {
    background-color: rgba(0, 0, 0, 0.06);
}
.corp-accordion-title {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
.bth-title_accordion {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.5em;
    font-size: 1.1em;
}

.bth-wistia-container {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.25% !important;
    overflow: hidden;
}
.bth-wistia-container .bth-wistia-embed, .bth-wistia-container .wistia_embed {
    padding-bottom: 0 !important;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
}
.bth-content-highlight-border {
    border-radius: 15px;
    box-shadow: var(--box-shadow-card);
}

@media (min-width: 1024px) {
    .page-template-template_MODULE_VIEWER .bth-header_signup {
        display: block;
    }
    .bth-border-right {
        border-right: 1px solid #ccc
    }
}

@media all and (min-width: 750px) {
    .bth-content_personnel-meta {
        padding: 0 30px 30px;
    }
}

@media all and (max-width: 749px) {
    .bth-height-ratio-portrait { 
        height: 0; padding-bottom: 135% !important; 
    }
}