/* Simple Origin - BASE (shared across all pages) */

#Imaging a.nav-link {
    background-color: aliceblue;
    color: navy;
}

#Imaging a.nav-link.active {
        background-color: #2a56ae;
        color: #fff;
    }

.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
        border: 0;
        margin-right: 0;
        color: #737373;
    }

.tabbable-line > .nav-tabs > li > a > i {
            color: #a6a6a6;
        }

.tabbable-line > .nav-tabs > li.open,
    .tabbable-line > .nav-tabs > li:hover {
        border-bottom: 4px solid #fbcdcf;
    }

.tabbable-line > .nav-tabs > li.open > a,
        .tabbable-line > .nav-tabs > li:hover > a {
            border: 0;
            background: none !important;
            color: #333333;
        }

.tabbable-line > .nav-tabs > li.open > a > i,
            .tabbable-line > .nav-tabs > li:hover > a > i {
                color: #a6a6a6;
            }

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
        .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
            margin-top: 0px;
        }

.tabbable-line > .nav-tabs > li.active {
        border-bottom: 4px solid #FA9632;
        position: relative;
    }

.tabbable-line > .nav-tabs > li.active > a {
            border: 0;
            color: #333333;
        }

.tabbable-line > .nav-tabs > li.active > a > i {
                color: #404040;
            }

.card {
    border-radius: 0;
}

.dropdown-menu li a {
    color: #FA9632;
    background-color: #FDD9B5;
    font-weight: bold;
}

.dropdown-menu > li.active > a {
    color: #FA9632;
    background-color: #FDD9B5;
    font-weight: bold;
}

.dropdown-menu > li > a.hover {
    color: #FA9632;
    background-color: #FDD9B5;
    font-weight: bold;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #FA9632 !important;
    border: none !important;
}

@media (max-width: 960px) {
    .tabbable > .row2 > ul {
        display: none;
    }
}

.email > a {
    font-size: 14px;
    color: black;
    text-transform: lowercase;
    font-weight: normal;
    font-family: inherit;
}

.email > a:hover {
        font-size: 14px;
        color: #FA9632;
        text-transform: lowercase;
        font-weight: normal;
        font-family: inherit;
    }

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-button {
    color: #000;
    background-color: #fff;
    position: relative;
    border-bottom: none;
}

.accordion-button:not(.collapsed) {
        color: #000;
        background-color: #fff;
        font-weight: bold;
    }

a {
    cursor: pointer;
    text-decoration: none !important;
}

div[aria-expanded=true] .fa-chevron-right {
    display: none;
}

div[aria-expanded=false] .fa-chevron-down {
    display: none;
}

.btn-primary.active,
.btn-primary:active,
.btn-xl.active,
.btn-xl:active,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

body {
    overflow-x: hidden;
    font-family: "Montserrat", "Helvetica Neue",Helvetica,Arial,sans-serif;
    webkit-tap-highlight-color: #FA9632;
    font-size: 14px;
}

.btn-primary,
.btn-xl,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, "Helvetica Neue",Helvetica,Arial,sans-serif;

}

.text-muted {
    color: #777;
}

.text-primary,
a {
    color: #FA9632;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

a,
a.active,
a:active,
a:focus,
a:hover {
    font-family: Montserrat, "Helvetica Neue",Helvetica,Arial,sans-serif;

    font-weight: 400;
    font-size: 14px;
    outline: 0;
}

a.active,
    a:active,
    a:focus,
    a:hover {
        color: #FA9632;
    }

.bg-light-gray {
    background-color: #eee;
}

.btn-primary {
    color: #fff;
    background-color: #FA9632 !important;
    border: none !important;
    border-radius: 0 !important;
}

    .btn-primary.active,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover,
    .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #FA9632;
        border-color: #FA9632;
        border: none !important;
    }

.btn-primary.disabled,
    .btn-primary.disabled.active,
    .btn-primary.disabled:active,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled],
    .btn-primary[disabled].active,
    .btn-primary[disabled]:active,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary.active,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #FA9632;
        border-color: #FA9632;
    }

.btn-primary .badge {
        color: #FA9632;
        background-color: #fff;
    }

.btn-xl.active,
.btn-xl:active,
.btn-xl:focus,
.btn-xl:hover,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #FA9632;
    border-color: #f6bf01;
}

.btn-xl.disabled,
.btn-xl.disabled.active,
.btn-xl.disabled:active,
.btn-xl.disabled:focus,
.btn-xl.disabled:hover,
.btn-xl[disabled],
.btn-xl[disabled].active,
.btn-xl[disabled]:active,
.btn-xl[disabled]:focus,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl,
fieldset[disabled] .btn-xl.active,
fieldset[disabled] .btn-xl:active,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl:hover {
    background-color: #FA9632;
    border-color: #FA9632;
}

.eventsMobile {
    height: auto;
    min-height: 160vh;
}

.holdervideo {
    min-height: 95vh;
    min-width: 90vw;
    height: 90vh !important;
    width: 90vw !important;
    overflow: hidden;
    vertical-align: middle !important;
    align-content: center !important;
    background-color: white;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #FA9632 !important;
}

.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background-color: #FDD9B5;
}

header {
    background-color: #222;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding-top: 0px;
}

.homeCarousel {
    background-color: #222;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    text-align: center;
    align-content: center !important;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100% !important;
    padding-top: 0px;
}

.homeCarousel video {
        padding: 0px 0;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100% !important;
    }

header video {
    padding: 0px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

section {
    padding: 20px 0 !important;
}

section h2.section-heading {
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 15px;
    }

section h3.section-subheading {
        font-size: 16px;
        text-transform: none;
        font-weight: 400;
        margin-bottom: 25px;
    }
/* Back to top button */

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 60px;
    width: 42px;
    height: 42px;
    border: none;
    background-color: #FA9632;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    display: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    outline: none;
    padding: 0;
    text-align: center;
    line-height: 42px;
}

footer span.copyright,
footer ul.quicklinks {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}
footer {
    position: relative;
    width: 100%;
    height: auto;
    line-height: normal;
}

/* Base footer look (all pages) */
#footer-placeholder footer {
    display: block;
    width: 100%;
    background: #111;
    color: #fff;
    padding: 18px 0 18px;
    margin-top: 0;
    position: static; /* default normal footer */
}

/* Product pages: explicitly NOT fixed */
body.product-page #footer-placeholder footer {
    position: static !important;
}

/* Index only: fixed footer */
body.index #footer-placeholder footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

/* Make room for fixed footer on index only */
body.index {
    padding-bottom: 90px; /* adjust to actual footer height */
}

aside.clients img {
    margin: 50px auto;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
        display: block;
        background-color: #222;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 40px;
        color: #fff;
        outline: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

ul.social-buttons li a:active,
        ul.social-buttons li a:focus,
        ul.social-buttons li a:hover {
            background-color: #FA9632;
        }

.btn.active,
.btn:active,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.responsive-iframe-container iframe,
.responsive-iframe-container object,
.responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-hero-text {
    max-width: 760px;
    margin: 0 auto;
    font-size: 0.98rem;
    color: #4b5563;
    line-height: 1.7;
}

.about-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding-top: 24px;
    padding-bottom: 28px;
}

.about-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        width: 100%;
        background-color: #FA9632;
    }

.about-title {
    color: #FA9632;
    line-height: 1.15;
    margin-bottom: 18px;
}

.about-card p {
    line-height: 1.6;
    margin-bottom: 14px;
    color: #374151;
}

.about-card p:last-child {
        margin-bottom: 0;
    }

.about-card ul {
    padding-left: 1.1rem;
    margin-top: 6px;
    margin-bottom: 0;
}

.about-card li {
    line-height: 1.55;
    margin-bottom: 10px;
    color: #374151;
}

.about-card li:last-child {
        margin-bottom: 0;
    }

.about-card.h-100 {
    width: 100%;
}

@media (max-width: 576px) {
    .about-card {
        padding: 1.25rem !important;
    }

.about-title {
        margin-bottom: 12px;
    }
}

.team-card {
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.team-photo-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #FA9632;
    overflow: hidden;
    margin: 0 auto;
    background: #ffffff;
}

.team-photo-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        image-rendering: auto;
        backface-visibility: hidden;
        transform: translateZ(0);
        filter: contrast(1.03) saturate(1.02);
    }

.team-name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2px;
    position: relative;
    color: #1e1e1e !important;
}

.team-role {
    font-size: 0.9rem;
    color: #FA9632;
    margin-bottom: 10px;
}

.team-bio {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.6;
}

.team-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.team-card-link:hover .team-card {
        box-shadow: 0 6px 18px rgba(0,0,0,0.10);
        transform: translateY(-2px);
        transition: transform 0.18s ease, box-shadow 0.18s ease;
    }

.about-cta {
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.top-bar-orange {
    height: 4px;
    width: 100%;
    background: #FA9632;
    display: block;
}

.product-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: .3s ease;
    cursor: pointer;
}

.product-card:hover {
        box-shadow: 0 6px 18px rgba(0,0,0,0.12), 0 12px 36px rgba(0,0,0,0.08);
    }

.product-card img {
        width: 100%;
        height: 240px;
        object-fit: contain;
        background: #fff;
        padding: 10px;
        border-bottom: 1px solid #e5e5e5;
    }

.product-body {
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex: 1;
}

.product-title {
    font-size: 1.05rem;
    margin-bottom: 8px;
    color: #1e1e1e;
}

.product-desc {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.45;
    flex-grow: 1;
    margin-bottom: 12px;
    text-transform: none !important;
}

.link-arrow {
    font-weight: 600;
    font-size: 0.9rem;
    color: #FA9632;
    text-decoration: none;
    margin-top: auto;
}

.product-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.product-card-link:hover {
        text-decoration: none;
        color: inherit;
    }

.top-bar-blue {
    height: 5px;
    width: 100%;
    background-color: #1F4B99;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .product-card img {
        height: 180px;
        padding: 5px;
    }

.product-title {
        font-size: 1rem;
    }
}

.section-title {
    font-size: 2.1rem;
    color: #222;
    margin-bottom: 0.4rem;
    letter-spacing: 0.01em;
}

.section-subtitle {
    font-size: 1.05rem;
    color: #4f4f4f;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.35;
    max-width: 1200px;
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }

.section-subtitle {
        font-size: 0.98rem;
    }
}

.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.quote-card-link .btn {
    font-size: 0.85rem;
    padding: 6px 18px;
    text-transform: none;
    letter-spacing: 0.03em;
}

.help-block.text-danger {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.contact-form .help-block {
    min-height: 1.2rem;
    margin: 0.25rem 0 0;
    font-size: 0.85rem;
}

.contact-form .help-block.text-danger {
        color: #ff6b6b;
    }

.events-card {
    max-width: 1100px;
    background-color: #ffffff;
    border-radius: 0px;
    padding: 28px 22px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    border-top: 4px solid #f28c28;
}

.calendar-embed {
    max-width: 1100px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 0px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

﻿

body {
    overflow-x: hidden;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: #FA9632;
}

p.large {
    font-size: 16px;
}

a,
a.active,
a:active,
a:focus,
a:hover {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
 
    font-weight: 400;
    outline: 0;
}

a.active,
    a:active,
    a:focus,
    a:hover {
        color: #FA9632;
    }

.faqMobile {
}

.eventsMobile {
}

.holdervideo {
    min-height: 95vh;
    min-width: 90vw;
    height: 95vh !important;
    width: 100vw !important;
    overflow: hidden;
    vertical-align: middle !important;
    align-content: center !important;
    background-color: white;
}

header {
    background-color: #222;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding-top: 0;
}

.homeCarousel {
    background-color: #222;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding-top: 0;
}

.homeCarousel video {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

.homeCarousel .mainGIF {
        padding: 30px 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

header video {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

header .mainGIF {
    padding: 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

video {
    width: 100%;
    height: auto;
    top: 0;
}

section {
    padding: 30px 0 !important;
}

.timeline > li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}

.timeline > li:after,
    .timeline > li:before {
        content: " ";
        display: table;
    }

.timeline > li:after {
        clear: both;
    }

.timeline > li .timeline-panel {
        width: 100%;
        float: right;
        padding: 0 20px 0 100px;
        position: relative;
        text-align: left;
    }

.timeline > li .timeline-image {
        left: 0;
        margin-left: 0;
        width: 90px !important;
        height: 90px !important;
        position: absolute;
        z-index: 100;
        color: #fff;
        border-radius: 100%;
        text-align: center;
    }

.timeline > li .timeline-border {
        background-color: #FA9632;
        border: 7px solid #fff;
    }

.timeline > li .timeline-border-main {
        background-color: #fff;
        border: 7px solid #FA9632;
    }

.timeline > li .timeline-image h4 {
        font-size: 10px;
        margin-top: 12px;
        line-height: 14px;
    }

.timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        text-align: left;
        padding: 0 20px 0 100px;
    }

.timeline > li:last-child {
        margin-bottom: 0;
    }

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
        text-transform: none;
    }

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
        margin: 20px 0 30px;
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 16px;
    }

.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

﻿

body {
    overflow-x: hidden;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: #FA9632;
}

p.large {
    font-size: 16px;
}

a,
a.active,
a:active,
a:focus,
a:hover {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
 
    font-weight: 400;
    outline: 0;
}

.faqMobile {
    height: auto;
    min-height: 300vh;
}

.eventsMobile {
    height: auto;
    min-height: 600px;
}

.holdervideo {
    min-height: 95vh;
    min-width: 100vw;
    height: 90vh !important;
    width: 100vw !important;
    overflow: hidden;
    vertical-align: middle !important;
    align-content: center !important;
    background-color: white;
}

header {
    background-color: #222;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding-top: 0;
}

.homeCarousel {
    background-color: #222;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding-top: 0;
}

.homeCarousel video {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.homeCarousel .mainGIF {
        padding: 150px 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

header video {
    padding: 150px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header .mainGIF {
    padding: 150px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

video {
    width: 100%;
    height: auto;
    top: 0;
}

section {
    padding: 30px 0 !important;
}

section h2.section-heading {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 15px;
    }

section h3.section-subheading {
        font-size: 14px;
        text-transform: none;
        font-weight: 400;
        margin-bottom: 15px;
    }

.nav-tabs > li > a {
    font-size: 8px;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
        margin: 20px 0 30px;
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 16px;
    }

.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.timeline > li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}

.timeline > li:after,
    .timeline > li:before {
        content: " ";
        display: table;
    }

.timeline > li:after {
        clear: both;
    }

.timeline > li .timeline-panel {
        width: 100%;
        float: right;
        padding: 0 20px 0 100px;
        position: relative;
        text-align: left;
    }

.timeline > li .timeline-image {
        left: 0;
        margin-left: 0;
        width: 90px !important;
        height: 90px !important;
        position: absolute;
        z-index: 100;
        color: #fff;
        border-radius: 100%;
        text-align: center;
    }

.timeline > li .timeline-border {
        background-color: #FA9632;
        border: 7px solid #fff;
    }

.timeline > li .timeline-border-main {
        background-color: #fff;
        border: 7px solid #FA9632;
    }

.timeline > li .timeline-image h4 {
        font-size: 10px;
        margin-top: 12px;
        line-height: 14px;
    }

.timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        text-align: left;
        padding: 0 20px 0 100px;
    }

.timeline > li:last-child {
        margin-bottom: 0 !important;
    }

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
        text-transform: none;
    }

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}
:root {
    --so-font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

html {
    font-family: var(--so-font);
    font-size: 16px; /* 1rem */
}

/* Keep headings consistent */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--so-font);
}

/* Common culprits */
.navbar, .btn, .dropdown-menu, .card, .modal, .tooltip {
    font-family: var(--so-font);
}

body {
    font-family: var(--so-font);
    font-size: 1rem;
    line-height: 1.65;
    color: #4a4a4a;
}
