/* ----- Benton Sans ------*/
@import url("https://cloud.typenetwork.com/projects/3712/fontface.css");

html {
    scroll-behavior: smooth;
}

main {
    margin: 3rem 0;
}

footer {
    color: white;
}

    footer a {
        color: white;
    }

.bg-transparent:before {
    background-color: transparent !important;
}

a {
    color: #FF4000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 0px;
    margin-bottom: 4px;
    transition: all .1s linear;
    text-decoration: none;
}

    a:hover,
    .dropdown:hover > a {
        color: #878787;
        /*margin-bottom: 3px;*/
        /*padding-bottom: 1px;*/
        border-bottom: 1px solid #FF4000;
        transition: all .1s linear;
        text-decoration: none;
    }

    a.cancel-transition,
    a.cancel-transition:hover {
        transition: none;
    }

    a.cancel-hover,
    a.cancel-hover:hover {
        color: #FF4000;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        padding-bottom: 0px;
        margin-bottom: 4px;
        transition: all .1s linear;
        text-decoration: none;
    }

.constrained {
    @apply container;
}

.container,
.constrained {
    margin: 0 auto;
    width: 98%;
    width: calc(100vw - 40px);
    max-width: 1600px;
}

.ignore-container {
    max-width: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}

.narrow-container {
    margin: 0 auto;
    width: 98%;
    width: calc(100vw - 40px);
    max-width: 896px;
}
/* ---------- BUTTONS ---------- */

.button-inverted,
.button-black,
.button-primary,
.card-cta a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Benton Sans Wd Bd";
    font-style: normal;
    font-weight: 400;
    padding: 0.5rem 1.25rem;
    margin: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: inherit;
    border: 1px solid;
    text-align: center;
    cursor: pointer;
}



    .button-inverted:hover,
    .button-black:hover,
    .button-primary:hover,
    .card-cta a:hover {
        margin: 0;
        padding: 0.5rem 1.25rem;
    }

.button-inverted {
    background-color: white;
    border-color: #ff4000;
    color: #ff4000;
}

    .button-inverted:hover,
    .button-inverted:focus {
        background-color: #ff4000;
        color: white;
        border-color: #ff4000;
    }

.button-black {
    background-color: #000;
    border-color: #000;
}

    .button-black:hover {
        background-color: #fff;
        color: #000;
        border-color: #000;
    }

.button-primary,
.card-cta a {
    background-color: #ff4000;
    border-color: #ff4000;
}

    .button-primary:hover,
    .card-cta a:hover {
        background-color: white;
        border-color: #ff4000;
        color: #ff4000;
    }

.btn-block {
    margin: 0;
}

/* ---------- JUMBOTRON ---------- */
.jumbotron {
    background-color: #ff4000;
    margin-bottom: 0;
    color: white;
}

.original-image img {
    object-fit: scale-down !important;
}

.fit-image img {
    object-fit: contain !important;
}

.stretch-image img {
    object-fit: cover !important;
}

/** Layer One Custom Three Line Hollow Font **/
.l1-banner {
    font-weight: 400;
    font-family: "Benton Sans Wd Bla";
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
    background-color: #241f20;
}

    .l1-banner * {
        line-height: 4rem;
    }

        .l1-banner *:nth-child(1) {
            padding-top: 3rem;
        }

        .l1-banner *:nth-child(3) {
            padding-bottom: 3rem;
        }

.l1-solidfont {
    display: block;
    color: white;
}

.l1-hollowfont {
    display: block;
    color: hsla(0, 0%, 0%, 0.0);
    -webkit-text-fill-color: hsla(0, 0%, 0%, 0.0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
    .l1-banner {
        font-size: 2rem;
    }

    .l1-banner-small {
        font-size: 1.8rem !important;
    }

    .l1-banner-xsmall {
        font-size: 1.8rem !important;
    }
}


@media screen and (max-width: 640px) {
    .l1-banner {
        font-size: 2rem;
    }

    .l1-banner-small {
        font-size: 1.8rem !important;
    }

    .l1-banner-xsmall {
        font-size: 1.55rem !important;
    }
}

@media screen and (max-width: 400px) {
    .l1-banner {
        font-size: 1.8rem;
    }

    .l1-banner-small {
        font-size: 1.5rem !important;
    }

    .l1-banner-xsmall {
        font-size: 1.3rem !important;
    }
}

.l1-title-highlighter {
    background-color: #FF4000;
    display: inline-flex;
    width: 1.5em;
    height: 0.3em;
    margin-top: .66em;
    margin-bottom: .66em;
}

.l1-title-highlighter-wrapped {
    display: inline-flex;
    margin-top: .66em;
    margin-bottom: .66em;
}

    .l1-title-highlighter-wrapped > div {
        background-color: #FF4000;
    }

.l1-title-highlighter-h1 {
    background-color: #FF4000;
    display: inline-flex;
    width: calc(1.875rem * 1.5);
    height: calc(1.875rem * 0.3);
    margin-left: 0.1em;
    margin-top: calc(1.875rem * 0.3);
    margin-bottom: calc(1.875rem * 0.3);
}


.typing-block, .typing-block * {
    /*font-size: 36px;*/
    font-family: Benton Sans Wd Bla;
}



.animate-typing-old {
    position: relative;
    left: 10px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2%;
    width: 225px;
    margin-left: 15px;
    margin-right: 15px;
}

.typing-animation-block * {
    white-space: nowrap;
}

@media(max-width: 800px) {
    .typing-animation-block {
        display: none;
    }
}

.bg-gray-light .client-container-wrapper:before {
    content: '';
    background: linear-gradient(to right, #f6f6f7, #f6f6f7 50%, transparent);
    height: 100%;
    width: 20vw;
    position: absolute;
    z-index: 1;
    left: -10vw;
}

.bg-gray-light .client-container-wrapper:after {
    content: '';
    background: linear-gradient(to left, #f6f6f7, #f6f6f7 50%, transparent);
    height: 100%;
    width: 20vw;
    position: absolute;
    z-index: 1;
    right: -10vw;
}

.bg-gray-dark .client-container-wrapper:before {
    content: '';
    background: linear-gradient(to right, #241f20, #241f20 50%, transparent);
    height: 100%;
    width: 20vw;
    position: absolute;
    z-index: 1;
    left: -10vw;
}

.bg-gray-dark .client-container-wrapper:after {
    content: '';
    background: linear-gradient(to left, #241f20, #241f20 50%, transparent);
    height: 100%;
    width: 20vw;
    position: absolute;
    z-index: 1;
    right: -10vw;
}

.client-container-wrapper {
    height: 90px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.client-container {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    white-space: nowrap;
    animation: bannermove 30s linear infinite;
}

@media(max-width: 800px) {
    .client-container {
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        white-space: nowrap;
        animation: bannermove 10s linear infinite;
    }
}

.client-container img {
    margin: 0 0.5em;
    height: initial;
    max-width: initial;
    display: inline-block;
    filter: saturate(50) contrast(0);
    mix-blend-mode: saturation;
}

.gray-imgs img {
    filter: saturate(50) contrast(0);
    mix-blend-mode: saturation;
}

@keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50vw, 0);
    }
}

.animate-typing[data-animate-index="0"]::after {
    border-right: 10px solid #FF4000;
    content: '' !important;
}

.list-circle-check {
    list-style-image: url("/media/oqsdkvoj/circle-check.png");
    margin-left: 20px;
}

.list-item-article img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.list-item-article {
    transition: all 0.4s cubic-bezier(0.05, 0.05, 0, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
    transform: scale(0.95);
}

    .list-item-article:hover {
        box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
        transform: scale(1, 1);
    }

footer li {
    list-style: none !important;
}

.pw-hover.active {
    color: #FF4000;
}

/* ---------- Messaging Box ---------- */
.messaging-box {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


/* ---------- Messaging Bubbles ---------- */
.msg-bubble-sent {
    position: relative;
    background-color: #0b93f6;
    color: white;
    border-radius: 25px;
    margin-right: 20px;
}

    .msg-bubble-sent:before {
        right: -7px;
        width: 20px !important;
        background-color: #0b93f6;
        border-bottom-left-radius: 16px 14px;
        position: absolute;
        bottom: 0;
        height: 25px;
        content: '';
    }

    .msg-bubble-sent:after {
        right: -26px;
        width: 26px;
        background-color: white;
        border-bottom-left-radius: 10px;
        position: absolute;
        bottom: 0;
        height: 25px;
        content: '';
    }



.msg-bubble-recv {
    position: relative;
    background-color: #e5e5ea;
    color: black;
    border-radius: 25px;
    margin-left: 20px;
}

    .msg-bubble-recv:before {
        left: -7px;
        width: 20px !important;
        background-color: #e5e5ea;
        border-bottom-right-radius: 16px 14px;
        position: absolute;
        bottom: 0;
        height: 25px;
        content: '';
    }

    .msg-bubble-recv:after {
        left: -26px;
        width: 26px;
        background-color: white;
        border-bottom-right-radius: 10px;
        position: absolute;
        bottom: 0;
        height: 25px;
        content: '';
    }

.no-tail {
    margin-bottom: 2px;
}

    .no-tail:before {
        opacity: 0;
    }

    .no-tail:after {
        opacity: 0;
    }

/* ---------- Filters ---------- */
.white-filter {
    filter: brightness(0.5) invert(1);
}
