﻿@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --primary-color: #013388;
    --primary-inverse: #ffffff;
    --primary-font-color: #000000;
    --primary-font-inverse-color: #FFFFFF;
    --secondary-color: #000;
    --secondary-inverse: #fff;
    --main-blue: #013388;
    --light-blue: #3859DE;
    --main-grey: #666669;
    --light-grey: #bbbbbb;
    /*--footer-color-bg: #000000;*/
    --footer-color-bg: #013388;
    --footer-color-f: #ffffff;
}

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
h1 {
    color: var(--light-blue);
    text-align:center;
    /*text-transform: uppercase;*/
    margin-bottom: 1rem;
}

    h1.product-header {
        font-size: calc(1.375rem + 1vw) !important;
    }

h2 {
    margin-bottom: 1rem;
   /* text-transform: uppercase;*/
    font-size: calc(0.8rem + 1vw);
}

h3 {
    font-size: 1.5em;
}

    h3.feature-header {
        font-size: 1.8em !important;
        color: #fff;
        width: 100%;
        background-color: rgba(2, 2, 2, 0.42);
        padding: 10px;
    }

    h3.about-us {
        font-size: calc(0.8rem + 1vw);
        color: var(--primary-color);
        margin-bottom: 1rem;
    }
    h3.modal-employeename {
        font-size: calc(0.8rem + 1vw);
        color: var(--primary-color);
        margin-bottom: 1rem;
    }
    h4.about-us {
        margin-bottom: 1rem;
        font-size: calc(0.8rem + 1vw);
    }
h5.about-us {
    font-size: 0.9em;
}

.left {
    text-align: left;
}
.right {
    text-align:right;
}
.center {
    text-align: center;
}
.wrapper {
    overflow-x: hidden;
}
.home-map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.enq-hr {
    overflow: hidden;
    text-align: center;
    color: #545455;
}

    .enq-hr:before,
    .enq-hr:after {
        background-color: #bfbfbf;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    .enq-hr:before {
        right: 0.5em;
        margin-left: -50%;
    }

    .enq-hr:after {
        left: 0.5em;
        margin-right: -50%;
    }

.header-bg {
    background-size: auto;
    background-position: top center;
    width: 100%;
    /*position: -webkit-sticky;
    position: sticky;*/
    top: 0;
    z-index: 999;
}

.header-subtext {
    font-size: 1.2em;
}

.top-bg {
    background-color: var(--primary-color);
    /*background-color: rgba(20, 52, 135, 0.7);*/
}

.top-bar {
    height: 60px;
    color: #fff;
    font-size: 0.9em;
}

.menu-bg {
    background-color: #fff;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

.main-body-height {
    min-height: calc(100vh - 200px);
}

.no-padding {
    padding: 0em;
}

.no-margin {
    margin: 0em;
}

.no-padding-x {
    padding-left: 0em !important;
    padding-right: 0em !important;
}

.no-padding-y {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}

.navbar-nav {
    margin-left: auto;
}

.nav-link-container {
}

.nav-link {
    font-size: 1em;
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
    color: #000 !important;
    border-bottom: 2px solid #FFF;
    text-align: center;
}

    .nav-link:hover {
        border-bottom: 2px solid var(--primary-color);
    }

.nav-path {
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 8px;
    margin: 0px;
}

    .nav-path a {
        color: #fff;
        text-decoration: none;
    }

        .nav-path a:visited {
            color: #fff;
            text-decoration: none;
        }

        .nav-path a:active {
            color: #fff;
            text-decoration: none;
        }

        .nav-path a:hover {
            color: #fff;
            border-bottom: 1px solid #fff;
            text-decoration: none;
        }

a.back-button {
    padding-right: 10px;
    color: #fff;
    fill: #fff;
    text-decoration: none;
}

    a.back-button:visited {
        color: #fff;
        fill: #fff;
        text-decoration: none;
    }

    a.back-button:active {
        color: #fff;
        fill: #fff;
        text-decoration: none;
    }

    a.back-button:hover {
        color: #fff;
        fill: #fff;
        border-bottom: 0px none !important;
        text-decoration: none;
    }

svg.back-button {
    height: 22px;
    width: 22px;
    margin-top: -3px;
}

.nav-path-container {
    min-height: 25px;
    /*border-bottom: 1px solid #374c75;
    border-top: 1px solid #374c75;
    background-color: #545455;*/
    font-weight: 600;
    color: var(--secondary-inverse);
    background-color: var(--secondary-color);
}

.bold {
    font-weight: bold;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.no-gutters {
    --bs-gutter-x: 0rem;
}

.hidden {
    display: none;
}

.pd-5 {
    padding: 5px;
}

.pd-5-l {
    padding-left: 5px;
}

.pd-5-r {
    padding-right: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-10-l {
    padding-left: 10px;
}

.pd-10-r {
    padding-right: 10px;
}

.mt-2-h {
    margin-top: .5rem !important;
}

.auto-max-h {
    max-height: none !important;
}

.mw-85 {
    min-width: 85px;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #E3E3E3;
}

a.productlist, a.productlist:hover, a.productlist:active, a.productlist:visited {
    text-decoration: none;
    color: #000;
}

.productlist h3 {
    height: 40px;
}

.product-image {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-item img {
    max-height: 368px;
    min-width: auto;
    object-fit: contain;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-chevron-left' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-chevron-right' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-next, .carousel-control-prev {
    color: #1A2C78;
    fill: #1A2C78;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #545455;
        fill: #545455;
    }

.card {
    /*box-shadow: 5px 5px 10px #b3b3b3 !important;*/
    box-shadow:unset;
}
.card-brand {
    background-color: transparent;
    border: 0px;
}

div.hero-text {
    height: 300px;
}

    div.hero-text h1 {
        color: #fff;
        font-size: 5em;
        padding-top: 100px;
    }

.hero-image-300 {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('home-carsl-5.png');*/
    background-image: url('/images/home-carsl-5.png');
    /* Set a specific height */
    height: 350px;
    width: 100%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-200 {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('home-carsl-5.png');*/
    background-image: url('/images/home-carsl-5.png');
    /* Set a specific height */
    height: 200px;
    width: 100%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-warwick {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('home-carsl-5.png');*/
    background-image: url('/images/brands/warwick.jpg');
    /* Set a specific height */
    height: 350px;
    width: 100%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-page {
    /*background-image: url('/images/brands/hero-background.jpg');*/
    height: 350px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-category {
    /*background-image: url('/images/brands/hero-background.jpg');*/
    height: 350px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-brand {
    /*background-image: url('/images/brands/hero-background.jpg');*/
    height: 350px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    position: relative;
}

.hero-image-livestock {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('home-carsl-5.png');*/
    background-image: url('/images/categories/cat-type-livestock.jpg');
    /* Set a specific height */
    height: 350px;
    width: 100%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.carousel-item a {
    display: block;
    width: 100%;
}

#carouselHero .carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 100vh;
}

#carouselHero .carousel-item:before {
    content: "";
    background-image: linear-gradient( to bottom, transparent, rgba(0,0,0,0.5) );
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.footer-layout {
    /*margin-top: 1.5em;*/
    background-color: var(--footer-color-bg);
    color: var(--footer-color-f);
}

.footer-link, .footer-link:hover, .footer-link:active, .footer-link:visited {
    color: #fff;
    text-decoration: none;
}

.footer-item-header {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}

.footer-item-subheader {
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
}

.footer-item {
    color: #fff;
    font-size: 0.8em;
}

.footer-sub {
    color: #fff;
    font-size: 0.8em;
}

.footer-subtext {
    padding-right: 2em;
    display: inline-block;
}

.footer-sublink, .footer-sublink:hover, .footer-sublink:active, .footer-sublink:visited {
    color: #fff;
    text-decoration: none;
}

.header-back, .header-back:hover, .header-back:active, .header-back:visited {
    color: #000;
    text-decoration: none;
}

.fl-right {
    float: right;
}

.rg-br-lg {
    border-right: 1px solid #808080;
}

.towbar-styles-img {
    width: 100%;
}

p.towbar-headline {
    font-size: 1rem;
    font-weight: bold;
    background-color: #d0d0d0;
    margin-bottom: 0 !important;
    padding: 2px;
    text-align: center;
}

p.towbar-infoline {
    font-size: 0.9em;
}

.towbar-card {
}

.towbar-card-header {
    font-size: 0.8rem !important;
}

.towbar-card-body {
    font-size: 0.8rem !important;
}

    .towbar-card-body p {
        font-size: 0.8rem !important;
        margin-bottom: 0.2rem !important;
    }

.towbar-card-footer {
    font-size: 0.8rem !important;
}

.towbar-dropdown {
    width: 100%;
}

.towbar-carinfo {
    text-transform: uppercase;
    font-size: 1rem;
}

.towbar-sep-hr {
    display: none;
    overflow: hidden;
    text-align: center;
    color: #545455;
    margin-top: 10px;
}

    .towbar-sep-hr:before,
    .towbar-sep-hr:after {
        background-color: #bfbfbf;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    .towbar-sep-hr:before {
        right: 0.5em;
        margin-left: -50%;
    }

    .towbar-sep-hr:after {
        left: 0.5em;
        margin-right: -50%;
    }

.card-header:first-child {
    border-radius: unset !important;
}
.card-header {
    font-size: 1em;
    font-weight: bold;
    color: var(--primary-font-inverse-color);
    transition: 0.1s;
    background-color: var(--primary-color) !important;
}

    .card-header a, .card-header a:active, .card-header a:visited, .card-header a:hover {
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
        background-color: var(--primary-color) !important; /*#013388;*/
        /*color: #fff;*/
        color: var(--primary-font-inverse-color);
    }

@keyframes cardheadertrans {
    from {
        background-color: red;
    }

    to {
        background-color: yellow;
    }
}

.card-text a, .card-text a:active, .card-text a:visited, .card-text a:hover {
    text-decoration: none;
    color: inherit;
}

.card-img, .card-img-top {
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
}

.product-header-row {
    padding: 10px;
    font-size: 1.8em;
    background-image: url(header_background.jpg);
    color: #fff;
}

.product-header-pricing-row {
    background-color: #E0EAEC;
    padding: 5px;
    font-size: 1.8em;
    margin-bottom: 5px;
}

.footer-small-spacer {
    display: none;
}

.border-highlight {
    border: 1px solid #E0EAEC;
}

.tab-panel {
    border: 1px solid #dee2e6;
    padding: 1em;
    margin-bottom: 10px;
    min-height: 25em;
}

.hr-lg {
    margin-top: 4em;
    margin-bottom: 4em;
}

.opt-name {
    font-size: 1.1em;
}

.opt-code {
    font-size: 0.8em;
    color: dimgrey;
}

.frame1 {
    height: 200px;
    width: 90vw;
    margin: 5vh 5vw;
    background-color: #eee;
    background-position: center;
    background-size: cover;
    animation: image 4s infinite alternate;
}

.page-ul {
    font-size: 1.3em;
    margin-left: 1em;
}

.nav-tabs .nav-link {
    font-size: 1.1em !important;
}

    .nav-tabs .nav-link:focus {
        font-size: 1.1em !important;
    }

@keyframes image {
    0% {
        background-image: url('/images/trail-1.png');
    }

    100% {
        background-image: url('/images/trail-2.png');
    }
}

.image03 {
    width: 100%;
    max-height: 270px;
    margin: 10px 0px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

    .image03 img {
        width: 100%;
        top: 0;
        position: relative;
        left: 0;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        transition: transform 0.3s;
    }

    .image03 .ovrly {
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .image03 .buttons {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .image03 .buttons .fa {
            font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            background: rgb(256, 256, 256);
            -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            /*-webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;*/
            color: rgba(50, 50, 50, 0.9);
            display: inline-block;
            margin: 0 1px;
            line-height: 40px;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            width: 120px;
            height: 40px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            opacity: 0;
        }

    .image03:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .image03:hover .ovrly {
        opacity: 1;
    }

    .image03:hover .buttons .fa {
        opacity: 1;
    }

.image03-sm {
    height: 120px !important;
}

.text03 {
    width: 100%;
    bottom: 0;
    position: relative;
    left: 0;
    height: 50px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.home-img-highlight {
    width: 100%;
    max-height: 270px;
    margin: 10px 0px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

    .home-img-highlight img {
        width: 100%;
        top: 0;
        position: relative;
        left: 0;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        transition: transform 0.3s;
    }

    .home-img-highlight .fa img {
        width: 100%;
        top: 0;
        position: relative;
        left: 0;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        transition: transform 0.3s;
    }

    .home-img-highlight .ovrly {
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .home-img-highlight .buttons {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .home-img-highlight .buttons .fa {
            font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            background: rgb(256, 256, 256);
            -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
            color: rgba(50, 50, 50, 0.9);
            display: inline-block;
            margin: 0 1px;
            line-height: 40px;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            width: 120px;
            height: 40px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            opacity: 0;
        }

    .home-img-highlight:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .home-img-highlight:hover .ovrly {
        opacity: 0;
    }

    .home-img-highlight:hover .buttons .fa {
        opacity: 0;
    }


div.grid-image-highlight {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*max-height: 180px;*/
    min-height: 180px;
    object-fit: contain;
}

img.grid-image-highlight {
    top: 0;
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

    img.grid-image-highlight:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

img.grid-image-highlight-sm {
    top: 0;
    position: relative;
    left: 0;
    width: 100%;
    height: 250px;
    object-fit:scale-down;
}

    img.grid-image-highlight-sm:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

div.grid-image-contain {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 180px;
    min-height: 180px;
/*    object-fit: contain;*/
}

img.grid-image-contain {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-header {
    font-size: 1.3em;
    height: 60px;
    /*background-color: rgba(0,0,0,.03);*/
    background-color: var(--primary-color);
    color: var(--primary-font-inverse-color);
    padding: 0.6em;
    text-align: center;
}

.grid-image-ctl {
}

.grid-price-ctl {
    border-top: 1px solid rgb(236, 231, 231);
    width: 100%;
    text-align: right;
    padding: 10px;
    font-size: 1em;
    color: var(--primary-font-color);
}

/*Grid overrides */
.dxcvCard_Office365, .dxcvFlowCard_Office365, .dxcvBreakpointsCard_Office365, .dxcvEmptyCard_Office365, .dxcvEmptyHiddenCard_Office365 {
    padding: 0 !important;
}
.dxcvControl_Office365 a {
    color: var(--primary-font-inverse-color);
    text-decoration: none;
}
.dxflGroup_Office365 {
    padding: 0 !important;
}

input[type="text"].dxeEditArea_Office365, input[type="password"].dxeEditArea_Office365 {
    padding: 10px !important;
    font-size: 1.1em !important;
}

table.dxcvBPT, table.dxcvFT {
    padding-right: 8px !important;
}

.dxcvTable_Office365 {
    padding: 8px -8px 8px 0px;
    border: none !important;
}

.dxflGroupCell_Office365 {
    padding: 0px !important;
}

.dxcvControl_Office365 .dxflViewFormLayoutSys .dxflItem_Office365 {
    padding: 0px !important;
}
/*Grid overrides */

.bg-grad-fade {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background: linear-gradient(-45deg, #808080, #A0A0A0, #C0C0C0, #fff);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.bg {
    animation: slide 6s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
    bottom: 0;
    right: -50%;
    left: -50%;
    top: 0;
    opacity: .5;
    position: fixed;
    height: 400px;
    z-index: -1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 8s;
}

.bg3 {
    animation-duration: 10s;
}

.content-hd {
    background-color: rgba(255,255,255,.8);
    border-radius: .25em;
    box-shadow: 0 0 .25em rgba(0,0,0,.25);
    box-sizing: border-box;
    left: 50%;
    padding: 10vmin;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}



.fade {
    opacity: 0.5;
}

    .fade:hover {
        opacity: 1;
    }

.recolor {
    background-image: url('/images/trail-3.png');
    height: 100%;
}

    .recolor:hover {
        background-color: #00ff00;
        height: 100%;
    }

.bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #242424b0;
    width: 100%;
    padding: 10px;
    font-size: 2em;
    /*border-top: #000 solid 1px;*/
    color: #fff;
}

.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #242424b0;
    width: 100%;
    padding: 10px;
    font-size: 2em;
    border-top: #000 solid 1px;
    color: #fff;
}

.heroimageoverlay {
    background-color: #03092499;
    height: 100%;
}

.btn-overlay {
    background: linear-gradient(0deg, rgba(183, 183, 183, 0.71), rgba(183, 183, 183, 0.71)), url('button-bg.jpg');
    height: 100%;
    border: 2px solid rgba(20, 52, 135, 0.7);
    color: rgba(20, 52, 135, 0.7);
}

    .btn-overlay:hover {
        background: linear-gradient(0deg, rgba(183, 183, 183, 0.11), rgba(183, 183, 183, 0.11)), url('button-bg.jpg');
        height: 100%;
        border: 2px solid rgba(20, 52, 135, 0.7);
        color: #fff;
    }

.filter-row {
    border: 1px solid var(--primary-color);
    background-color: #fff;
}

.filter-search-header-icon {
    height: 20px;
    width: 20px;
}

.filter-search-go-icon {
    margin-top: -4px;
    height: 20px;
    width: 20px;
}

.filter-search-expand-icon {
    margin-top: -4px;
    height: 20px;
    width: 20px;
}

.filter-attrib-header {
    background-color: #7b7b7b1c;
    padding: 2px 10px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 2px;
    font-size: 0.8em;
}

.filter-font {
    font-size: 0.8em;
}

.btn-filter-button {
    border: 1px solid var(--primary-color) !important;
    margin-right: 10px;
}

.filter-button-row {
}

.f-sm {
    font-size: 0.85em;
}

.product-desc {
    font-size: 1.3rem !important;
    text-align: left;
}

p.product-desc {
    font-size: 1.3rem !important;
    text-align: left;
}

.brand-grid-img {
    max-height: 100%;
    max-width: 100%;
}

.no-right-pad {
    padding-right: 0px !important;
}

.no-left-pad {
    padding-left: 0px !important;
}

.no-right-left-pad {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.div-tab-button-on {
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.tab-button-on {
    font-size: 1.5em;
    background-color: var(--primary-color);
    color: #fff;
    height: 60px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 0px !important;
}

    .tab-button-on svg {
        margin-top: -5px;
        height: 26px;
        width: 26px;
    }

.div-tab-button-off {
    padding-right: 0px !important;
    padding-top: 20px !important;
}

.tab-button-off {
    background-color: silver;
    color: #000;
    height: 40px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 0px !important;
}

    .tab-button-off svg {
        margin-top: -2px;
        height: 16px;
        width: 16px;
    }

.tab-button-off-nor svg {
    margin-top: -2px;
    height: 16px;
    width: 16px;
}

.tab-button-off-nol svg {
    margin-top: -2px;
    height: 16px;
    width: 16px;
}

.tab-button-off-nor {
    background-color: silver;
    color: #000;
    height: 40px;
    width: 100%;
    border-top-left-radius: 20px;
    border: 0px !important;
}

.tab-button-off-nol {
    background-color: silver;
    color: #000;
    height: 40px;
    width: 100%;
    border-top-right-radius: 20px;
    border: 0px !important;
}

.product-list-desc {
    padding: 0px;
    margin: 0px;
    font-size: 0.7em;
    font-weight: normal;
}

.product-list-name {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 1.5em;
}

.product-list-range {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    font-size: 0.9em;
    text-transform: uppercase;
}

.product-list-price {
    padding: 0px;
    margin: 0px;
    font-size: 1.2em;
}

.product-list-status {
    padding: 0px;
    margin: 0px;
    font-size: 0.8em;
    font-weight: bold;
}

.filterSearch {
    width: 100%;
    padding: 6px 6px;
    margin: 8px 0;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
}

.btn-header-grey {
    color: #fff;
    background-color: var(--primary-color);
}

.btn-filters {
    color: #fff;
    background-color: var(--primary-color);
}

    .btn-filters:hover {
        color: #fff;
        background-color: var(--primary-color);
    }

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

    .btn-primary:hover {
        color: #fff;
        background-color: #7f0000;
        border-color: #7f0000;
    }
.btn-primary-inverse {
    color: var(--primary-color) !important;
    background-color: var(--primary-inverse);
    border-color: var(--primary-inverse) !important;
}
    .btn-primary-inverse:hover {
        color: var(--primary-font-inverse-color) !important;
        background-color: var(--primary);
        border-color: var(--primary-inverse) !important;
    }
.btn-outline-primary-inverse {
    color: var(--primary-font-inverse-color) !important;
    border-color: var(--primary-font-inverse-color) !important;
}
    .btn-outline-primary-inverse:hover {
        color: var(--primary-font-inverse-color) !important;
        background-color: var(--primary-color);
        border-color: var(--primary-color) !important;
    }

.form-control {
    border: 1px solid var(--primary-color);
}

.input-group-text {
    color: #fff !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

/*Cookie Consent Begin*/
.cookieHeader {
    font-size: 1.2em;
    font-weight: bold;
}

.cookieText {
    font-size: 1em;
    margin: 0.5rem 0;
}

.cookieButton {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-color);
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#cookieConsent {
    background-color: rgba(0, 40, 136, 0.8);
    min-height: 26px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 99999;
}

    #cookieConsent a {
        color: #fff;
        text-decoration: underline;
    }

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

    #closeCookieConsent:hover {
        color: #FFF;
    }

#cookieConsent a.cookieConsentOK {
    background-color: #fff;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
    text-decoration: none;
}

    #cookieConsent a.cookieConsentOK:hover {
        background-color: #aebdbd;
        text-decoration: none;
    }
/*Cookie Consent End*/

.preview-button {
    padding: 6px 18px 6px;
    border: 1px dotted transparent;
    color: #fff;
    background-color: #1A2C78;
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    font: 14px 'Open Sans',sans-serif;
    font-weight: normal;
    font-weight: bold;
    -webkit-transition-property: box-shadow, background-color;
    -moz-transition-property: box-shadow, background-color;
    -o-transition-property: box-shadow, background-color;
    transition-property: box-shadow, background-color;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-tap-highlight-color: transparent;
}

a.preview-button:hover {
    text-decoration: none;
    color: #fff;
}

a.preview-button:active {
    text-decoration: none;
    color: #fff;
}

a.preview-button:visited {
    text-decoration: none;
    color: #fff;
}

.grid-image {
    width: 200px;
    height: 200px;
    /*height: 100%;
    max-height: 150px;*/
    padding: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.grid-imagebox-small {
    text-align: center;
    padding: 5px;
}

.grid-image-small {
    width: 50px;
    height: 50px;
    /*height: 100%;
    max-height: 150px;*/
    padding: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.grid-imagebox-large {
    text-align: center;
    padding: 5px;
}

.grid-image-large {
    width: 200px;
    height: 200px;
    padding: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.grid-text-small {
    font-size: 1em;
}

.grid-subtext-small {
    font-size: 0.8em;
}

.label {
    padding: 0.3em 0.6em 0.3em !important;
}

.label {
    margin-left: 0.3em;
    border-radius: 0.95em !important;
}

.label-small {
    font-size: 45%;
}

.label-medium {
    font-size: 95%;
}

.label-new {
    background-color: #3F9CE2;
    color: #fff;
}

.label-new-inverse {
    background-color: #000;
    color: #fff;
}

.label-sale {
    background-color: #dd8e38;
    color: #fff;
}

.label-free {
    background-color: #dd8e38;
    color: #fff;
}

.label-grey {
    background-color: #9d9d9d;
    color: #fff;
}

.label-inbasket {
    background-color: #9d9d9d;
    color: #fff;
}

.icon-sz-sm {
    width: 16px;
    height: 16px;
}

.icon-sz-md {
    width: 24px;
    height: 24px;
}

.icon-sz-lg {
    width: 36px;
    height: 36px;
}

.icon-sz-xl {
    width: 38px;
    height: 38px;
}

.stock-catalog-button-on {
    width: 100%;
    height: 55px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}

.stock-catalog-button-off {
    width: 100%;
    height: 55px;
    border: 1px solid #c6c6c6;
    color: #545455;
}

.card-click-icon {
    cursor: default;
}

.admin-edit input[type=checkbox] {
    margin: 0px 15px;
    height: 1em;
}

.admin-edit-select {
    background-color: transparent;
    border: 1px solid #ced4da;
    margin: 2px;
    padding: 5px;
}

.admin-breadcrumb-bar {
    background-color: #dde5ed;
    height: 50px;
    color: #000;
}

.admin-breadcrumb-bar-icon {
    padding-top: 6px;
}

.admin-breadcrumb-bar-icon-fill {
    fill: #000;
}

.admin-breadcrumb-bar-icon-size {
    width: 28px;
    height: 28px;
}

.admin-breadcrumb-bar-title {
    color: #000;
    font-size: 1.5em;
    padding-top: 4px;
}

.dxgvEditFormDisplayRow_stcmaterialtheme td.dxgv, .dxgvDetailCell_stcmaterialtheme td.dxgv, .dxgvAdaptiveDetailCell_stcmaterialtheme td.dxgv, .dxgvDataRow_stcmaterialtheme td.dxgv, .dxgvAdaptiveDetailRow_stcmaterialtheme td.dxgvAIC {
    font-size: 1rem !important;
}

/*OAUTH - START*/
.oauth {
    width: 300px;
    display: inline;
}

.Microsoft {
    background-color: #0366d6;
    color: #fff;
    min-width: 350px;
}

.Google {
    background-color: #fff;
    color: #000;
    min-width: 350px;
}

/*OAUTH - END*/

/* Timelines - Start*/
.la {
    text-align: left;
}

.ra {
    text-align: right;
}

.main-timeline {
    font-family: tahoma;
    padding: 20px 0;
    position: relative;
}

    .main-timeline::before,
    .main-timeline::after {
        content: "";
        height: 40px;
        width: 40px;
        background-color: #e7e7e7;
        border-radius: 50%;
        border: 10px solid #303334;
        transform: translatex(-50%);
        position: absolute;
        left: 50%;
        top: -15px;
        z-index: 2;
    }

    .main-timeline::after {
        top: auto;
        bottom: 15px;
    }

    .main-timeline .timeline {
        padding: 35px 0;
        margin-top: -30px;
        position: relative;
        z-index: 1;
        height: 450px;
    }

        .main-timeline .timeline::before,
        .main-timeline .timeline::after {
            content: "";
            height: 100%;
            width: 50%;
            border-radius: 110px 0 0 110px;
            border: 15px solid #46b2bc;
            border-right: none;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
        }

        .main-timeline .timeline::after {
            height: calc(100% - 30px);
            width: calc(50% - 12px);
            border-color: #65c7d0;
            left: 12px;
            top: 15px;
            border-radius: 100px 0 0 100px;
        }

    .main-timeline .timeline-content {
        display: inline-block;
    }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

    .main-timeline .timeline-year {
        color: var(--main-blue);
        border-color: var(--main-blue);
        font-size: 50px;
        font-weight: 600;
        display: inline-block;
        transform: translatey(-50%);
        position: absolute;
        top: 30%;
        left: 8%;
    }

    .main-timeline .timeline-icon {
        border-color: var(--main-blue);
        font-size: 70px;
        display: inline-block;
        transform: translateY(-50%);
        position: absolute;
        left: 52%;
        top: 50%;
        width:40%;
    }

    .main-timeline .content {
        color: var(--main-grey);
        width: 45%;
        padding: 20px;
        display: inline-block;
        float: right;
        position: absolute;
        left: 7%;
        top: 35%;
    }
    .main-timeline .content-ra {
        color: var(--main-grey);
        width: 40%;
        padding: 20px;
        display: inline-block;
        float: right;
        position: absolute;
        right: 9%;
        top: 35%;
    }

    .main-timeline .title {
        color: var(--light-blue);
        border-color: var(--main-blue);
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 5px 0;
    }

    .main-timeline .description {
        font-size: 16px;
        margin: 0;
    }

    .main-timeline .timeline:nth-child(even)::before {
        left: auto;
        right: 0;
        border-radius: 0 110px 110px 0;
        border: 15px solid red;
        border-left: none;
    }

    .main-timeline .timeline:nth-child(even)::after {
        left: auto;
        right: 12px;
        border-radius: 0 100px 100px 0;
        border: 15px solid green;
        border-left: none;
    }

    .main-timeline .timeline:nth-child(even) .content {
        float: left;
    }

    .main-timeline .timeline:nth-child(even) .timeline-year {
        left: auto;
        right: 10%;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 10%;
        right: auto;
    }

    .main-timeline .timeline:nth-child(5n+1)::before {
        border-color: var(--main-blue);
        /* border-color: #46b2bc; */
    }

    .main-timeline .timeline:nth-child(5n+1)::after {
        border-color: var(--light-blue);
        /*border-color: #65c7d0;*/
    }

    .main-timeline .timeline:nth-child(5n+1) .timeline-icon {
        border-color: var(--main-blue);
    }

    .main-timeline .timeline:nth-child(5n+1) .timeline-year {
        border-color: var(--main-blue);
    }

    .main-timeline .timeline:nth-child(5n+1) .title {
        border-color: var(--main-blue);
    }

    .main-timeline .timeline:nth-child(5n+2)::before {
        border-color: var(--light-blue);
        /*border-color: #ea3c14;*/
    }

    .main-timeline .timeline:nth-child(5n+2)::after {
        border-color: var(--main-blue);
        /*border-color: #EF5720;*/
    }

    .main-timeline .timeline:nth-child(5n+2) .timeline-icon {
        /*color: #EA3C14;*/
    }

    .main-timeline .timeline:nth-child(5n+2) .timeline-year {
       /* color: #EA3C14;*/
    }

    .main-timeline .timeline:nth-child(5n+2) .title {
        /*color: #EA3C14;*/
    }

    .main-timeline .timeline:nth-child(5n+3)::before {
        border-color: var(--main-blue);
        /*border-color: #8CC63E;*/
    }

    .main-timeline .timeline:nth-child(5n+3)::after {
        border-color: var(--light-blue);
        /*border-color: #6CAF29;*/
    }

    .main-timeline .timeline:nth-child(5n+3) .timeline-icon {
        /*color: #8CC63E;*/
    }

    .main-timeline .timeline:nth-child(5n+3) .timeline-year {
        /*color: #8CC63E;*/
    }

    .main-timeline .timeline:nth-child(5n+3) .title {
        /*color: #8CC63E;*/
    }

    .main-timeline .timeline:nth-child(5n+4)::before {
        border-color: var(--light-blue);
        /*border-color: #F99324;*/
    }

    .main-timeline .timeline:nth-child(5n+4)::after {
        border-color: var(--main-blue);
        /*border-color: #FBB03B;*/
    }

    .main-timeline .timeline:nth-child(5n+4) .timeline-icon {
        /*color: #F99324;*/
    }

    .main-timeline .timeline:nth-child(5n+4) .timeline-year {
        /*color: #F99324;*/
    }

    .main-timeline .timeline:nth-child(5n+4) .title {
       /* color: #F99324;*/
    }

    .main-timeline .timeline:nth-child(5n+5)::before {
        border-color: var(--main-blue);
        /*border-color: #0071BD;*/
    }

    .main-timeline .timeline:nth-child(5n+5)::after {
        border-color: var(--light-blue);
        /*border-color: #0050A3;*/
    }

    .main-timeline .timeline:nth-child(5n+5) .timeline-icon {
        /*color: #0071BD;*/
    }

    .main-timeline .timeline:nth-child(5n+5) .timeline-year {
        /*color: #0071BD;*/
    }

    .main-timeline .timeline:nth-child(5n+5) .title {
        /*color: #0071BD;*/
    }

    .main-timeline .timeline:nth-child(5n+6)::before {
        border-color: var(--light-blue);
        /*border-color: #0071BD;*/
    }

    .main-timeline .timeline:nth-child(5n+6)::after {
        border-color: var(--main-blue);
        
        /*border-color: #0050A3;*/
    }

    .main-timeline .timeline:nth-child(5n+6) .timeline-icon {
        /*color: #0071BD;*/
    }

    .main-timeline .timeline:nth-child(5n+6) .timeline-year {
        /*color: #0071BD;*/
    }

    .main-timeline .timeline:nth-child(5n+6) .title {
        /*color: #0071BD;*/
    }

@media screen and (max-width:1200px) {
    .main-timeline .timeline:after {
        border-radius: 88px 0 0 88px;
    }

    .main-timeline .timeline:nth-child(even):after {
        border-radius: 0 88px 88px 0;
    }
}

@media screen and (max-width:767px) {
    .main-timeline .timeline {
        margin-top: -19px;
    }

        .main-timeline .timeline:before {
            border-radius: 50px 0 0 50px;
            border-width: 10px;
        }

        .main-timeline .timeline:after {
            height: calc(100% - 18px);
            width: calc(50% - 9px);
            border-radius: 43px 0 0 43px;
            border-width: 10px;
            top: 9px;
            left: 9px;
        }

        .main-timeline .timeline:nth-child(even):before {
            border-radius: 0 50px 50px 0;
            border-width: 10px;
        }

        .main-timeline .timeline:nth-child(even):after {
            height: calc(100% - 18px);
            width: calc(50% - 9px);
            border-radius: 0 43px 43px 0;
            border-width: 10px;
            top: 9px;
            right: 9px;
        }

    .main-timeline .timeline-icon {
        font-size: 60px;
    }

    .main-timeline .timeline-year {
        font-size: 40px;
    }

    .main-timeline .timeline {
        height: 350px;
    }
}

@media screen and (max-width:479px) {
    .main-timeline .timeline-icon {
        font-size: 50px;
        transform: translateY(0);
        top: 25%;
        left: 10%;
        display:none;
    }

    .main-timeline .timeline-year {
        font-size: 25px;
        transform: translateY(0);
        top: 25%;
        left: 9%;
    }

    .main-timeline .content {
        width: 88%;
        padding: 10px;
    }

    .main-timeline .content-ra {
        width: 88%;
        padding: 10px;
        right:7%;
    }

    .main-timeline .title {
        font-size: 18px;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 10%;
    }

    .main-timeline .timeline:nth-child(even) .timeline-year {
        right: 9%;
    }
}
/*Timelines - End */

@media screen and (max-width: 1181px) {
    .header-name-sub {
        display: none;
    }

    /*.nav-link {
        font-size: 0.9em !important;
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }*/

    .hero-image-category {
        height: 225px !important;
    }

    .towbar-sep-hr {
        display: block;
    }

    .rg-br-lg {
        border-right: none;
    }
}

@media screen and (max-width: 882px) {
    .navbar-brand-site {
        height: 88px !important;
        /*padding: 12px 15px 12px 5px !important;*/
    }

    .header-name {
        display: none;
    }

    .header-name-sub {
        display: none;
    }

    .hero-image-category {
        height: 150px !important;
    }

    .brands-block {
        display: none;
    }

    .show-md-plus {
        display: none;
    }

    p {
        font-size: 1rem;
    }

    li {
        font-size: 1rem;
    }

    td {
        font-size: 1rem;
    }

    p.product-desc {
        font-size: 1em !important;
        text-align: left;
    }

    .header-subtext {
        font-size: 0.9em;
    }

    h1 {
        font-size: calc(1.1rem + 1.5vw);
    }

    h2 {
        font-size: calc(0.8rem + 0.8vw);
    }

    .card-header {
        font-size: 1em;
        font-weight: bold;
        transition: 0.3s;
    }

    .hero-image-300 {
        height: 150px;
    }

    .product-header-row {
        font-size: 1.2em;
    }

    .product-header-pricing-row {
        font-size: 1.2em;
    }

    .footer-item {
        font-size: 0.8em;
    }

    .footer-small-spacer {
        height: 20px;
        display: block;
    }

    .footer-sub {
        padding-top: 10px;
    }

    .footer-subtext {
        padding-right: 1.5em;
        display: inline-block;
    }

    .footer-small-hide {
        display: none;
    }

    .col-xs-0 {
        display: none;
    }

    .col-sm-0 {
        display: none;
    }

    .tab-button-on {
        font-size: 1em;
    }

    .tab-button-off {
        font-size: 1em;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border: 0px !important;
    }

    .tab-button-off-nol {
        font-size: 1em;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border: 0px !important;
    }

    .tab-button-off-nor {
        font-size: 1em;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border: 0px !important;
    }

    .div-tab-button-on {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-top: 0px !important;
    }

    .div-tab-button-off {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-top: 0px !important;
    }

    .no-left-pad {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .no-right-pad {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }

    .mt-2-h {
        margin-top: 0 !important;
    }

    .product-image {
        width: auto;
        max-width: 100%;
    }
}

li.nav-item {
    font-size: 1rem !important;
}

.large-icon {
    fill:#fff;
    padding:10px;
    height:80px;
}
    .large-icon:hover {
        fill: var(--light-blue);
        padding: 10px;
        height: 80px;
    }

.video-carousel-item {
    height:600px;
    width:100%;
    object-fit:cover;
    object-position:center;
}

@media screen and (max-width: 1400px) {
        .nav-link {
            font-size: 0.9em;
            padding-left: 0.5rem !important;
            padding-right: 0.5rem !important;
            color: #000 !important;
            border-bottom: 2px solid #FFF;
            text-align: center;
        }

        .dropdown-item {
            font-size: 0.9em;
            padding-left: 0.5rem !important;
            padding-right: 0.5rem !important;
            color: #000 !important;
            border-bottom: 2px solid #FFF;
            text-align: center;
        }
    }

    @media screen and (max-width: 1200px) {
        .nav-link {
            font-size: 0.7em;
            padding-left: 0.3rem !important;
            padding-right: 0.3rem !important;
            color: #000 !important;
            border-bottom: 2px solid #FFF;
            text-align: center;
        }

        .dropdown-item {
            font-size: 0.7em;
            padding-left: 0.3rem !important;
            padding-right: 0.3rem !important;
            color: #000 !important;
            border-bottom: 2px solid #FFF;
            text-align: center;
        }
    }

    @media screen and (max-width: 900px) {
        .video-carousel-item {
            height: 300px !important;
        }
        .large-icon {
            fill: #fff;
            padding: 10px;
            height: 40px;
        }

            .large-icon:hover {
                fill: var(--light-blue);
                padding: 10px;
                height: 40px;
            }
    }

    @media screen and (min-width: 1182px) {
        .nav-link {
            font-size: 1em !important;
        }

        .dropdown-item {
            font-size: 1em !important;
        }

        p {
            font-size: 1.3rem;
        }

        .dropdown-menu li {
            font-size: inherit;
        }

        li {
            font-size: 1.3rem;
        }

        td {
            font-size: 1.3rem;
        }

        p.product-desc {
            font-size: 1.3rem !important;
            text-align: left;
        }

        product-desc p {
            font-size: 1.3rem !important;
            text-align: left;
        }

        .header-subtext {
            font-size: 1.2em;
        }

        h1 {
            font-size: calc(1.375rem + 1.5vw);
        }

        h2 {
            font-size: calc(0.8rem + 1vw);
        }

        .card-header {
            font-size: 1.3em;
            font-weight: bold;
        }
    }

.home-brand-box-outer {
    position: relative;
    height: 500px;
    background-position: center;
}
.home-brand-box-inner {
    background-color: #ffffffa6;
    position: absolute;
    top: 0;
    margin: 2em;
}
.home-icon-block {
    font-size:1em;
}
a.home-icon {
    text-decoration:none;
    color:var(--primary-inverse);
}
a.home-icon:active {
    text-decoration: none;
    color: var(--primary-inverse);
}
a.home-icon:hover {
    text-decoration: none;
    color: var(--primary-inverse);
}
a.home-icon:visited {
    text-decoration: none;
    color: var(--primary-inverse);
}
@media screen and (max-width: 1200px) {
    home-brand-box-outer {
        position: relative;
        height: 400px;
        background-position: center;
    }
}
@media screen and (max-width: 900px) {
    home-brand-box-outer {
        position: relative;
        height: 400px;
        background-position: center;
    }
    .home-brand-box-inner {
        background-color: #ffffffa6;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: unset;
        width: 100%;
    }
    .home-icon-block {
        font-size: 0.8em !important;
    }
}

.blog-card {
    width:100%;
    height:350px;
}
.blog-feature-image {
    object-fit: cover;
    object-position: center;
    height: 348px;
}
.blog-feature-headline {
    position: absolute;
    bottom: 0;
    background-color: #ffffffde;
    width: 100%;
}
a.blog-item {
    text-decoration:unset;
    color:var(--primary-font-color);
}
    a.blog-item:visited {
        text-decoration: unset;
        color: var(--primary-font-color);
    }
    a.blog-item:active {
        text-decoration: unset;
        color: var(--primary-font-color);
    }
    a.blog-item:hover {
        text-decoration: unset;
        color: var(--primary-font-color);
    }
@media screen and (max-width: 900px) {
    .blog-card {
        width: 100%;
        height: 250px;
    }
    .blog-feature-headline {
        font-size:0.9em;
    }
    .blog-feature-image {
        height: 248px;
    }
}

.meta-above-title {
    text-align: center;
}

.meta-below-title {
    text-align: center;
    background-color: #d3d4d5;
    padding: 5px;
}


.read-more-link a {
    color: var(--primary-color) !important;
    text-decoration: none;
}
.read-more-link a:after {
    content: " \279D";
    font: normal .9em sans-serif;
}

.meta-priority-category:not(.hide-entry-author) .meta-below-title .entry-dateline:before {
    content: '\00B7';
    padding: 0 .5em;
}

.entry {
    /*margin-bottom:5rem;*/
}

.entry-title {
    margin: 0;
    margin-top: 12px;
    text-align: center;
    padding: 10px;
    background-color:var(--primary-color);
    color:var(--primary-font-inverse-color);
}
    .entry-title a {
        color: var(--primary-font-inverse-color) !important;
        text-decoration: none;
    }
.entry-dateline, .entry-byline, .entry-morefrom {
    display: inline;
}

.entry-content {
    margin-top: 1rem;
    text-align: center;
}

.tag-list {
    margin: 1.5rem;
}

.blog-productlist-row {
}
.blog-list-normal{}
.blog-subtext-tag{}

.blog-list-grid {
    border: 1px solid var(--light-grey-color) !important;
}

.coda-list-row {
    border-bottom: 1px solid var(--light-grey-color);
}

h1.blog-list-header {
    margin: 0.2em 0 .5em !important;
    font-size: 24px !important;
}

.blog-list-subtext {
    /*margin-top: -1em;*/
    color: var(--primary-color);
    font-size: 16px !important;
}

.blog-list-open {
    width: 30px;
    height: 30px;
    text-align: center;
}

.blog-list-image {
    max-width: 100px;
    height: 100px;
    text-align: center;
}

a.blog-list-link, a.blog-list-link:active, a.blog-list-link:hover, a.blog-list-link:visited {
    color: var(--primary-color) !important;
}