/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 X, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #515151;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 22px;
}

    ul ul {
        margin-bottom: 0;
    }

a {
    text-decoration: none;
    background-color: transparent;
}

    a:not([href]):not([tabindex]) {
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type_="reset"]::-moz-focus-inner,
    [type_~"submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button,
    [type_~"search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

[hidden] {
    display: none !important;
}

h6, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: #262626;
}

h6, .h6 {
    font-size: 1.125rem;
    font-weight: 600;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.25rem;
    transition: color 0.2s linear, padding 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, box-shadow 0.2s linear, background 0.2s linear;
    position: relative;
    z-index: 100;
    letter-spacing: 0.02em;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background: #ff621a;
    border-color: #ff621a;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #cc4e15;
        border-color: #cc4e15;
    }

.btn.btn-primary svg path, .btn.btn-primary svg ellipse {
    fill: #fff;
    transition: fill 0.2s linear;
}

.btn.btn-primary:hover svg path, .btn.btn-primary:hover svg ellipse {
    fill: #fff;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0px 2px 3px 0 rgba(255,98,26, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff621a;
    border-color: #ff621a;
}

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0px 2px 3px 0 rgba(255,98,26, 0.5);
    }

.btn-warning {
    color: #fff;
    background-color: #ffa826;
    border-color: #ffa826;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #cc861e;
        border-color: #cc861e;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0px 2px 3px 0 rgba(255,168,38, .5);
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ffa826;
        border-color: #ffa826;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0px 2px 3px 0 rgba(255,168,38, .5);
        }

.btn-danger {
    color: #fff;
    background-color: #ff130d;
    border-color: #ff130d;
}

    .btn-danger svg path {
        fill: #fff
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #cc0f0a;
        border-color: #cc0f0a;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0px 2px 3px 0 rgba(255,19,13, 0.5);
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #ff130d;
        border-color: #ff130d;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0px 2px 3px 0 rgba(201, 81, 54, 0.5);
        }

.btn-light {
    color: #515151;
    background-color: #dddddd;
    border-color: #dddddd;
}

    .btn-light:hover {
        color: #262626;
        background-color: #cccccc;
        border-color: #cccccc;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0px 2px 3px 0 rgb(221, 221, 221);
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #515151;
        background-color: #dddddd;
        border-color: #dddddd;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0px 2px 3px 0 rgb(221, 221, 221);
        }

    .btn-light svg path, .btn-light svg circle, .btn-light svg polygon {
        fill: #515151;
        transition: all 0.3s linear;
    }

    .btn-light:hover svg path, .btn-light:hover svg circle, .btn-light:hover svg polygon {
        fill: #262626;
    }

    .btn-light:active svg path, .btn-light:active svg circle, .btn-light:active svg polygon {
        fill: #515151;
    }

.btn-outline-primary {
    color: #ff621a;
    background-color: transparent;
    background-image: none;
    border-color: #ff621a;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #ff621a;
        border-color: #ff621a;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0px 2px 3px 0 rgba(255,98,26, 0.5);
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #cc4e15;
        border-color: #cc4e15;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0px 2px 3px 0 rgba(255,98,26, 0.5);
        }

.btn.btn-outline-primary svg path, .btn.btn-outline-primary svg ellipse {
    fill: #ff621a;
    transition: fill 0.2s linear;
}

.btn.btn-outline-primary:hover svg path, .btn.btn-outline-primary:hover svg ellipse {
    fill: #fff;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.6rem 2.3rem;
    font-size: 18px;
    line-height: 1.9;
    border-radius: 3.5rem;
    font-weight: 500;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.45rem 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 1.6rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn.disabled, .btn:disabled, .btn[disabled=disabled], .btn[disabled=disabled]:active, .btn[disabled=disabled]:focus, .btn[disabled=disabled]::before {
    color: #fff;
    background: #eee !important;
    background-color: #eee !important;
    border-color: #eee !important;
    cursor: auto !important;
    box-shadow: 0 none !important;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    margin-left: 8px;
    position: relative;
    display: inline-block;
    opacity: 0.5;
    top: -2px;
    line-height: 1;
    width: 9px;
    height: 5px;
    content: url("https://www.ontheclock.com/images/arrow-down.svg");
}

.nav-item.show a::after {
    opacity: 1;
    transform: rotateX(180deg);
    top: 18px;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12rem;
    padding: 1.25rem;
    margin: 1.2rem 0 0.5rem;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0.4rem;
    box-shadow: 0px 9px 30px 0px rgba(0,0,0,0.2);
}

    .dropdown-menu.show::before {
        content: url("https://www.ontheclock.com/images/arrow-up-nav.svg");
        top: -12px;
        position: absolute;
        right: 28px;
        width: 20px;
        height: 13px;
    }

.dropdown-menu-right {
    right: -10px;
    left: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 0;
    line-height: 1.2;
    clear: both;
    font-weight: 400;
    color: #8b8b8b;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    white-space: nowrap;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #ff621a;
        text-decoration: none;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #ff621a;
        text-decoration: none;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #ccc;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 600;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 0;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0;
    font-size: 1.5rem;
    line-height: 35px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0;
    outline: 0;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 1.4rem;
                padding-left: 1.4rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: #515151;
}

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

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: #262626;
    }

.navbar-light .navbar-toggler {
    color: #515151;
    border-color: #ddd;
}

.badge {
    display: inline-block;
    padding: 0.2em 0.2em;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.2rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-warning {
    color: #fff;
    background-color: #ffa826;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #cc861e;
    }

.badge-danger {
    color: #fff;
    background-color: #ff130d;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.bg-light {
    background-color: #f3f3f3 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.rounded {
    border-radius: 0.40rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 576px) {
    .d-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.w-100 {
    width: 100% !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.25rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.px-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
}

.py-1 {
    padding-bottom: 0.25rem !important;
}

.py-3 {
    padding-top: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
}

.mx-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .py-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
}

.text-primary {
    color: #ff621a !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #db904c !important;
}

.text-light {
    color: #aaaaaa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #ccc !important;
}

/* Font Weights */
.font-w-500 {
    font-weight: 500
}

/* Header Specific Styles */
.header-wrap {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #fff;
    transition: padding-top 0.3s ease,padding-bottom 0.3s ease,box-shadow 0.3s ease
}

.navbar-brand svg { /* If your logo is an SVG */
    max-width: 210px;
    width: 210px;
    display: block
}

.login-btn svg {
    line-height: 1;
    vertical-align: middle
}

.dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.dropdown-menu h6 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 14px
}

/* Specific dropdown arrow positioning */
.product-dropdown.dropdown-menu.show::before {
    left: 88px;
}
.product-dropdown {
    width: 760px; /* Included as it's directly applied */
}
.solutions-dropdown.dropdown-menu.show::before {
    left: 100px;
}
.solutions-dropdown {
    width: 760px; /* Included as it's directly applied */
}
.resources-dropdown.dropdown-menu.show::before {
    right: 26px;
    left: auto;
}
.resources-dropdown {
    width: 760px; /* Included as it's directly applied */
}
.contactus-dropdown {
    width: 760px; /* Included as it's directly applied */
}
/* This targets the base dropdown arrow style if it exists in this file */
.dropdown-menu.meet-us::before, .dropdown-menu.support::before {
    content: url("../images/arrow-up-nav.svg");
    top: -12px;
    width: 20px;
    height: 13px;
    position: absolute;
    left: inherit;
    /* You might need to adjust 'right' based on which dropdown it applies to,
       or add more specific rules like the product/solutions/resources ones above */
}

/* Production type bubble next to logo */
nav.navbar.navbar-expand-lg.navbar-light .navbar-brand {
    position: relative
}

#production-type { /* If this ID is specifically for the header */
    position: absolute;
    left: 202px;
    top: -8px;
}

/* Search Button */
.search-btn {
    background-color: transparent;
    padding: 8px;
    width: 41px;
    height: 41px;
    border-radius: 50%
}

    .search-btn:active {
        background-color: #f3f3f3;
    }

    .search-btn svg path {
        fill: #bfc0c0;
        transition: all .3s ease
    }

    .search-btn:hover svg path {
        fill: #262626
    }

/* New Search Input Area */
.search {
    position: absolute;
    left: 248px;
    right: 0;
    top: 0;
    display: none; /* Initial state */
    height: 100%;
    z-index: 101
}

.search-input-items {
    position: relative;
    height: 100%
}

.search-input {
    padding: .5rem 4rem;
    height: 100%;
    border: 1px solid #ddd;
    transition: all 0.2s ease;
}

    .search-input:hover {
        border-color: #ff621a
    }

    .search-input:focus {
        border-color: #ff621a
    }

.search-input-btn {
    position: absolute;
    z-index: 2;
    left: 1.1rem;
    top: 22%;
    width: 28px;
    height: 28px;
    padding: 0;
    background-color: transparent;
    border: 0
}

    .search-input-btn:hover {
        cursor: pointer
    }

    .search-input-btn:hover, .search-input-btn:focus, .search-input-btn:active {
        outline: 0 none
    }

    .search-input-btn svg {
        margin: 0 auto
    }

        .search-input-btn svg path {
            transition: all .3s ease
        }

    .search-input-btn:hover > svg path {
        fill: #ff621a !important
    }

.search-close-btn {
    position: absolute;
    z-index: 3;
    right: 1.1rem;
    top: 22%;
    width: 28px;
    height: 28px;
    padding: 0;
    background-color: transparent;
    border: 0;
    transition: all .2s ease
}

    .search-close-btn:hover {
        cursor: pointer
    }

    .search-close-btn:hover, .search-close-btn:focus, .search-close-btn:active {
        outline: 0 none
    }

    .search-close-btn svg {
        margin: 0 auto
    }

        .search-close-btn svg path {
            transition: all .3s ease
        }

    .search-close-btn:hover > svg path {
        fill: #ff621a !important
    }

/* Optional: Include if you use the header shrink effect */
.header-shrink .header-wrap {
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.06);
/*     padding-top: .55rem;
    padding-bottom: .55rem; */
    padding-left: 2rem;
    padding-right: 2rem;
}

#main { /* Include if the margin-top is essential for layout below the fixed header */
    margin-top: 108px
}


/* Media Queries affecting the header */

@media screen and (max-width:1479px) { /* Adjust breakpoint if needed */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.1rem;
        padding-left: 1.1rem
    }
}

@media screen and (max-width:1280px) { /* Adjust breakpoint if needed */
    /* Specific dropdown arrow positioning adjustments */
    .product-dropdown.dropdown-menu.show::before { left: 77px; }
    .solutions-dropdown.dropdown-menu.show::before { left: 137px; }
    .dropdown-menu.solutions-dropdown { left: -49px; }
    .dropdown-menu.resources-dropdown { left: auto; right: -140px; }
    .resources-dropdown.dropdown-menu.show::before { right: 145px; }
    .dropdown-menu.show::before { right: 16px; }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem
    }
    .btn.search-btn {
        margin-right: 13px !important
    }
}

@media screen and (max-width:1199px) { /* Adjust breakpoint if needed */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .35rem;
        padding-left: .35rem;
        font-size: 15px /* Applied to nav-link */
    }
    .dropdown-toggle::after {
        margin-left: 1px;
    }
    /* Specific dropdown arrow positioning adjustments */
    .dropdown-menu.product-dropdown { left: -149px; }
    .product-dropdown.dropdown-menu.show::before { left: 203px; }
    .solutions-dropdown.dropdown-menu.show::before { left: 289px; }
    .dropdown-menu.solutions-dropdown { left: -225px; }
    .resources-dropdown.dropdown-menu.show::before { right: 139px; }
    .dropdown-menu.show::before { right: 9px; }

    .btn.search-btn {
        margin-right: 5px !important;
        margin-left: 0px !important
    }
}

@media screen and (max-width:991px) { /* Styles for mobile/tablet */
    /* Get rid of things */
    .dropdown-menu h6, .dropdown-divider, .dropdown-menu.meet-us::before, .dropdown-menu.show::before, nav .cta-btns {
        display: none
    }
    /* Navigation Adjustments */
    .header-wrap {
        box-shadow: none;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        z-index: 999999999
    }
    .header-shrink .header-wrap {
        box-shadow: 0 0 16px 0 rgba(0,0,0,0.06);
        padding-top: 1.1rem;
        padding-bottom: 1.1rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem
    }
    .navbar-nav {
        max-height: 400px;
        overflow-x: auto; /* Changed from 'auto' to 'hidden' based on context */
        overflow-y: auto; /* Added for clarity */
        position: relative;
        z-index: 1
    }
    .navbar-brand {
        flex: 1
    }
    .search {
        display: none !important
    }
    .nav-link {
        font-size: 1.3rem !important;
        padding: 15px 0 !important;
        border-bottom: 1px solid #f3f3f3
    }
    .dropdown-menu {
        padding: 0;
        margin: 0;
        font-size: 1rem;
        border: 0;
        border-radius: 0;
        box-shadow: none
    }
    .dropdown-item {
        padding: 1rem;
        color: #8b8b8b;
        border-bottom: 1px solid #f3f3f3;
        font-size: 1.1rem
    }
    .dropdown-toggle::after {
        margin-left: 8px;
        top: -2px;
        width: 14px;
        height: 8px;
        content: url("../images/arrow-down-m.svg") /* Check if this path is correct */
    }
    .nav-item.dropdown.show .dropdown-toggle::after { /* Style when dropdown is open */
        top: 15px
    }
    /* Dropdown content adjustments for mobile */
    .contactus-dropdown, .product-dropdown, .solutions-dropdown, .resources-dropdown { /* Simplified selectors */
        max-width: 100% !important;
    }
    .contactus-dropdown a, .product-dropdown a, .solutions-dropdown a, .resources-dropdown a { /* Simplified selectors */
        border-bottom:1px solid #efefef;
    }
    /* Styling for links within mobile dropdowns */
    .contactus-dropdown a span, .product-dropdown a span, .solutions-dropdown a span, .resources-dropdown a span,
    .what-we-offer-bottom-title a h6 { /* Simplified and corrected selectors */
        font-weight: 400!important;
        color: #8b8b8b !important;
        font-size:1rem
    }
    .contactus-dropdown a:hover span, .contactus-dropdown a:active span,
    .product-dropdown a:hover span, .product-dropdown a:active span,
    .solutions-dropdown a:hover span, .solutions-dropdown a:active span,
    .resources-dropdown a:hover span, .resources-dropdown a:active span,
    .what-we-offer-bottom-title a:hover h6, .what-we-offer-bottom-title a:active h6 {
        color: #ff621a !important;
    }
    /* All Features button specific styling */
    .all-features-btn {
        border-top: 0 !important;
        border-right: 0 !important;
        border-left: 0 !important;
        border-bottom: 1px solid #efefef !important;
        color: #8b8b8b !important;
        font-weight: 400;
        background-color: transparent !important;
        font-size: 1rem;
        text-align: left;
        border-radius: 0;
        padding: 1rem 0;
        line-height: 1.4;
    }
    .all-features-btn:hover {
        background-color:transparent!important;
        text-decoration:underline;
    }
    .all-features-btn:not(:disabled):not(.disabled):active:focus, .all-features-btn:not(:disabled):not(.disabled).active:focus,
    .show > .all-features-btn.dropdown-toggle:focus {
        box-shadow:none;
    }
    .all-features-btn:focus {
        box-shadow:none;
    }

    /* Login / Try free mobile buttons inside nav */
    .cta-btns-mobile {
        padding: 20px 0 70px;
        position: relative;
        width: 100%;
        text-align: center;
        z-index: 2;
        background-color: #fff
    }
    .cta-btns-mobile .btn {
        padding: 0.8rem 1.5rem;
        border-radius: 50px;
        font-size: 1.2rem
    }
    .cta-btns-mobile .btn:first-child { /* Targets the "Try It Free" button */
        margin-bottom: 1rem;
    }
    /* Mobile nav slide-in behavior */
    .offcanvas-collapse {
        position: fixed;
        top: 82px; /* Adjust based on actual header height */
        bottom: 0;
        right: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: right,visibility
    }
    .offcanvas-collapse.open {
        right: 0;
        visibility: visible
    }
    /* Hamburger Icon effect */
    .navbar-toggler span { /* Targets .line-1, .line-2, .line-3 */
        width: 22px;
        height: 4px;
        position: relative;
        display: block;
        margin-bottom: 3px;
        background-color: #8b8b8b;
        border-radius: 3px;
        transition: all .2s linear;
        top: 0
    }
    .navbar-toggler .line-3 { /* Last line specific margin */
        margin-bottom: 0
    }
    .navbar-toggler:hover span {
        background-color: #515151
    }
    .navbar-toggler:active span {
        background-color: #262626
    }
    .navbar-toggler.open .line-2 { /* Middle line fade out */
        opacity: 0
    }
    .navbar-toggler.open .line-1 { /* Top line rotate */
        transform: rotate(45deg);
        top: 8px; /* Adjust position */
        background-color: #262626
    }
    .navbar-toggler.open .line-3 { /* Bottom line rotate */
        transform: rotate(-45deg);
        top: -6px; /* Adjust position */
        background-color: #262626
    }
    /* Mobile dropdown layout adjustments */
    .navbar-nav .d-flex {
        flex-wrap: wrap
    }
    .navbar-nav .col-auto.ml-3, .navbar-nav .col-auto.ml-4, .navbar-nav .col.ml-4 {
        margin: 0 !important
    }
    .dropdown-menu .col-auto, .dropdown-menu .col {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%
    }
    .navbar-nav .dropdown-menu {
        min-width: 100%
    }
    /* Layout shift for mobile */
    #main {
        margin-top: 82px /* Adjust if header height changes */
    }
}
/* Include other breakpoints only if they specifically modify header styles */
@media screen and (max-width:767px) {
    /* If any specific styles for header are needed here */
     .login-btn svg { /* Corrected selector */
        width: 18px;
        height: 18px
    }
}
@media screen and (max-width:575px) {
    /* If any specific styles for header are needed here */
    .padding-lr-100 {
        padding: 0 20px
    }
}
@media screen and (max-width:415px) {
    /* If any specific styles for header are needed here */
}