@font-face {
    font-family: "Lato";
    src: url("/assets/fonts/Lato-Regular.ttf") format("truetype");
}

/* global styles*/
html * {
    font-family: Lato, serif /*!important*/;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .1rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: .1rem;
    }

.card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    padding: 14px 80px 18px 36px;
    cursor: pointer;
}

    .card.hoverable:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    }

.product-card {
    background-color: #c6c4da;
    padding: 10px;
    width: 100%;
}

    .product-card .more-link {
        text-align: center;
        margin-top: 10px;
        width: 100px;
    }

    .product-card .header-link {
        margin-top: 10px;
        width: 100%;
        margin-bottom: 10px;
    }

.card-grid {
    display: flex;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.company-grid {
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
}

    .company-grid .blue-link {
        border: none;
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }

li {
    line-height: 2rem;
}

hr {
    margin: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
}

.text-small {
    font-size: 0.9rem !important;
}

.bg-primary {
    background-color: #293278 !important;
    color: #fff;
}

.section {
    padding-top: 16px;
    padding-bottom: 16px;
    overflow: hidden;
}

.white-text {
    color: #fff;
}

.text {
    font-size: 1.06em;
    margin-bottom: 9px;
}

.blue-link {
    text-decoration: none;
    border: 1px solid white;
    border-radius: 10px;
    padding: 2px;
    color: white;
    display: flex;
    flex-direction: column;
    background-color: #8584b1;
    position: relative;
}

    .blue-link img {
        position: absolute;
        right: 5px;
        top: 5px;
        height: calc(100% - 10px);
    }

a.blue-link:hover {
    color: #fff;
}

.blue-link h1, .blue-link h2, .blue-link h3, .blue-link h4, .blue-link h5, .blue-link h6 {
    margin-bottom: 0;
}

.same-height-image-container {
    border: none;
    overflow: hidden;
    height: 100%;
    padding: 0;
    background-color: transparent;
}

.left-bottom-rounded {
    border-radius: 0 0 40px 0;
}

.same-height-image-container a {
    height: 100%;
}

.same-height-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news .more-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .news-title {
    padding: 5px 0;
    flex: 1
}

.news .news-header img {
    width: 40px;
    height: 40px;
}

.news .news-header .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* navbar*/
.navbar {
    transition: all 0.4s;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--bs-gray-dark);
    height: 70%;
    text-decoration: none;
    -webkit-transition: color ease-out 500ms;
    -moz-transition: color ease-out 500ms;
    -o-transition: color ease-out 500ms;
    transition: color ease-out 500ms;
}


    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #273376;
    }

#navbarContent > div {
    justify-content: space-around;
    width: 100%;
}

.navbar-nav .nav-item {
    position: relative;
}

@media (min-width: 991.98px) {
    .nav-item {
        align-items: flex-end;
        display: flex;
        flex: 1;
        justify-content: center;
        height: 100px;
    }
}

.navbar-nav .nav-item:before,
.navbar-nav .nav-item:before {
    width: 100%;
    height: 2px;
    bottom: 0;
    content: "";
    position: absolute;
    opacity: 0;
    background-color: #273376;
    -webkit-transition: opacity ease-out 500ms;
    -moz-transition: opacity ease-out 500ms;
    -o-transition: opacity ease-out 500ms;
    transition: opacity ease-out 500ms;
}

.navbar-nav .nav-item:focus:before,
.navbar-nav .nav-item:hover:before {
    opacity: 1;
}

/* Change navbar styling on scroll */
.navbar .nav-item.active > a {
    color: #293278;
}

/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
    }

        .navbar .navbar-brand, .navbar .nav-link {
        }
}

/* footer */
.footer {
    color: #fff;
    position: relative;
}

.footer-icon {
    background-image: url("/assets/img/BMTFA_footer.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: right;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
}

.footer a {
    color: var(--bs-white);
    text-decoration: none;
}

.footer1 {
    background-color: #293278;
}

    .footer1 .container-fluid .row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.footer2 {
    background-color: var(--bs-red);
}

    .footer2 .container-fluid .row {
        padding-top: 5px;
        padding-bottom: 5px;
    }

/* design specific styles */

.solution5 {
    background: url('/assets/img/DefaultHeader.jpg');
    background-size: cover;
    background-position-x: right;
    min-height: 332px;
}

.solution6 {
    background: url('/assets/img/gauges.png');
    background-size: cover;
}

.technical-link {
    text-align: left;
    width: 310px;
}

    .technical-link img {
        position: absolute;
        right: 5px;
        top: 5px;
        height: calc(100% - 10px);
    }

.membership-link {
    text-align: left;
    width: 250px;
}

.push-fit-manufacturers-link, .push-fit-distributors-link {
    text-align: left;
    padding: 0;
    width: 230px;
}

.left-box {
    margin-bottom: calc(var(--bs-gutter-x) / 2);
}

    .left-box > div {
        padding-left: calc(var(--bs-gutter-x) / 2);
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

.right-box > div {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
}

.distributors-box {
    background-image: url('/assets/img/Distributors Tint.png');
    background-size: 65px 65px;
    background-repeat: no-repeat;
    background-position: top 15px right 15px;
}

.manufacturer-box {
    background-image: url('/assets/img/Manufacturers tint.png');
    background-size: 65px 65px;
    background-repeat: no-repeat;
    background-position: top 15px right 15px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .section {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .technical-link {
        width: 340px;
    }

    .membership-link {
        text-align: left;
        width: 300px;
    }

    .push-fit-manufacturers-link, .push-fit-distributors-link {
        text-align: left;
        padding: 0;
        width: 280px;
    }

    .text {
        font-size: 1.1em;
        margin-bottom: 10px;
    }

    .blue-link, .company-grid {
        padding: 3px;
    }

    .news .more-button-container {
        display: block;
    }

    .news .news-title {
        padding: 7px 0;
        flex: 1
    }

    .news .news-header img {
        width: 42px;
        height: 42px;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: .2rem;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            padding-right: .2rem;
        }

    .distributors-box {
        background-image: url('/assets/img/Distributors Tint.png');
        background-size: 65px 65px;
        background-repeat: no-repeat;
        background-position: top 15px right 15px;
    }

    .manufacturer-box {
        background-image: url('/assets/img/Manufacturers tint.png');
        background-size: 65px 65px;
        background-repeat: no-repeat;
        background-position: top 15px right 15px;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .left-box {
        margin-bottom: 0px;
    }

        .left-box > div {
            margin-left: calc(var(--bs-gutter-x) / -2);
            padding-left: calc(var(--bs-gutter-x) / 2);
            padding-right: calc(var(--bs-gutter-x) / 2);
        }

    .right-box > div {
        margin-right: calc(var(--bs-gutter-x) / -2);
        padding-left: calc(var(--bs-gutter-x) / 2);
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blue-link, .company-grid {
        padding: 5px;
    }

    .technical-link {
        width: 380px;
    }

    .membership-link {
        text-align: left;
        width: 320px;
    }

    .push-fit-manufacturers-link, .push-fit-distributors-link {
        text-align: left;
        padding: 0;
        width: 310px;
    }

    .text {
        font-size: 1.15em;
        margin-bottom: 12px;
    }

    .news .news-title {
        padding: 12px 0;
        flex: 1
    }

    .news .news-header img {
        width: 44px;
        height: 44px;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: .3rem;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            padding-right: .3rem;
        }

    .distributors-box {
        background-image: none
    }

    .manufacturer-box {
        background-image: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .solution5 {
        background: url('/assets/img/DefaultHeader.jpg');
        background-size: cover;
        background-position-x: right;
    }

    .section {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .technical-link {
        width: 410px;
    }

    .membership-link {
        text-align: left;
        width: 340px;
    }

    .blue-link, .company-grid {
        padding: 7px;
    }

    .push-fit-manufacturers-link, .push-fit-distributors-link {
        text-align: left;
        padding: 0;
        width: 350px;
    }

    .text {
        font-size: 1.20em;
        margin-bottom: 16px;
    }

    .news .news-title {
        padding: 14px 0;
        flex: 1
    }

    .news .news-header img {
        width: 50px;
        height: 50px;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: .4rem;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            padding-right: .4rem;
        }

    .distributors-box {
        background-image: url('/assets/img/Distributors Tint.png');
        background-size: 65px 65px;
    }

    .manufacturer-box {
        background-image: url('/assets/img/Manufacturers tint.png');
        background-size: 65px 65px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .solution5 {
        background: url('/assets/img/DefaultHeader.jpg');
        background-size: cover;
        background-position-x: right;
    }

    .section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .text {
        font-size: 1.25em;
        margin-bottom: 18px;
    }

    .technical-link {
        width: 430px;
    }

    .membership-link {
        text-align: left;
        width: 360px;
    }

    .blue-link, .company-grid {
        padding: 10px;
    }

    .push-fit-manufacturers-link, .push-fit-distributors-link {
        text-align: left;
        padding: 0;
        width: 400px;
    }

    .news .news-title {
        padding: 18px 0;
        flex: 1
    }

    .news .news-header img {
        width: 60px;
        height: 60px;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: .5rem;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            padding-right: .5rem;
        }

    .distributors-box {
        background-size: 80px 80px;
    }

    .manufacturer-box {
        background-size: 80px 80px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    color: #fff;
}

.breadcrumb > li > a {
    color: #fff;
    text-decoration: none;
}

.header {
    color: #273376;
}

.right-menu {
    display: flex;
    flex-direction: column
}

    .right-menu h5, .right-menu h6 {
        margin-bottom: 0;
    }

.right-menu-list {
    background-color: #c6c4da;
    padding-left: 18px;
}

    .right-menu-list ul {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
