/* 2026 Rebrand */

@font-face {
    font-family: sage ui;
    src: url('../fonts/sage/Sage_UI-Regular.woff2') format("woff2"), url('../fonts/sage//Sage_UI-Regular.woff') format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: sage ui;
    src: url('../fonts/sage/Sage_UI-Medium.woff2') format("woff2"), url('../fonts/sage//Sage_UI-Medium.woff') format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: sage ui;
    src: url('../fonts/sage/Sage_UI-Bold.woff2') format("woff2"), url('../fonts/sage/Sage_UI-Bold.woff') format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

html {
    font-size: 10px;
    /* Do not change. All Rem values are derived from this.*/
    -webkit-font-smoothing: antialiased;
}

:root {
    /* UI variables */
    --color-grayscale-90: #1A1A1A;
    --color-grayscale-65: #595959;
    --color-grayscale-55: #737373;
    --color-grayscale-30: #b3b3b3;
    --color-major-700: #004D2A;
    --color-major-600: #006738;
    --color-major-500: #007E45;
    --color-major-350: #4DA77E;
    --color-major-150: #B3D9C8;
    --color-major-25: #F2F9F6;
    --color-minor-900: #00141E;
    --color-minor-850: #001926;
    --color-minor-600: #00324C;
    --color-minor-550: #19475E;
    --color-minor-500: #335B70;
    --color-minor-400: #668494;
    --color-minor-300: #99ADB7;
    --color-minor-250: #B3C2C9;
    --color-minor-200: #CCD6DB;
    --color-minor-150: #D9E0E4;
    --color-minor-100: #E6EBED;
    --color-minor-50: #F2F5F6;
    --color-minor-25: #FAFBFB;
    --color-brand-primary: var(--color-major-500);
    --color-brand-primary-dark: var(--color-major-600);
    --color-accent: #F7991C;
    --color-accent-dark: #eb8b0f;
    --color-focus: #FFB500;
    // Semantic values
    --color-semantic-info: #0060A7;
    --color-semantic-info-dark: #004D86;
    --color-semantic-warning: #EF6700;
    --color-semantic-warning-dark: #BF5200;
    --color-semantic-error: #CB374A;
    --color-semantic-error-dark: #A22C3B;
    --color-semantic-success: #008A21;
    --color-semantic-success-dark: #006E1A;
    --font-family: sage ui, Arial, Helvetica, sans-serif;
    --base-font-size: 1.4rem;
}





body {
    margin: 0;
    font-family: var(--font-family);
    font-size: var(--base-font-size);
    line-height: 150%;
    color: var(--color-grayscale-90);
    background-color: var(--color-minor-50);
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    color: var(--color-grayscale-90);
}

h1,
.h1 {
    font-weight: 500;
    line-height: 125%;
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 0;
}

.welcome-section {
    margin-bottom: 24px;
}

.welcome-title {
    font-weight: 500;
    line-height: 125%;
    font-size: 3rem !important;
    letter-spacing: -0.05rem;
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0;
    color: var(--color-grayscale-90);
}

.welcome-desc {
    font-size: 1.6rem;
    padding: 0;
}

h2,
.h2 {
    font-weight: 500;
    line-height: 125%;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0;
}

h3,
.h3 {
    font-weight: 500;
    line-height: 125%;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
}

h4,
.h4 {
    font-weight: 500;
    line-height: 150%;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0;
}

h5,
.h5 {
    font-weight: 500;
    line-height: 150%;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0;
}

h6,
.h6 {
    font-weight: 500;
    line-height: 150%;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0;
}


/* Start global navbar  */

.navbar {
    margin-bottom: 2.4rem;
    min-height: 64px;
    background: #000;
    width: 100%;
    display: flex;
    justify-content: center;
}

.navbar.navbar-fixed-top,
.navbar.navbar-static-top {}

.navbar .navbar-inner {
    display: flex;
    width: 100%;
    padding-left: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #000;
    background-image: none;
    border: none;
    box-shadow: none;
    border: none;
}

.navbar .navbar-inner .marketplace-branding {
    font-family: var(--font-family);
    display: flex;
    align-items: center;
    gap: 16px;
    float: none;
    padding: 0;
    margin-left: 0;
    font-size: inherit;
    font-weight: inherit;
    text-shadow: none;
    color: transparent;
    flex-grow: 0;
    margin-right: 40px;
}

.nav-divider {
    height: 20px;
    background: #fff;
    display: block;
    width: 1px;
}

.marketplace-name {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
}

.navbar .navbar-inner .brand {
    /* Mobile logo */
    font-family: var(--font-family);
    display: block;
    float: none;
    padding: 19px 49px 10px;
    margin-left: -20px;
    font-size: 34px;
    font-weight: 200;
    text-shadow: none;
    color: white;
}

.navbar .navbar-inner .marketplace-branding img {
    width: auto;
    height: 40px;
    max-height: 100px;
    vertical-align: middle;
    border: 0;
}

.navbar .navbar-inner .desktop-nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    height: auto;
}

.navbar .navbar-inner .nav {
    /*Container around menu links*/
    width: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: left;
}

.navbar .navbar-inner .nav .pull-right {
    float: right;
}

a.btn.btn-navbar,
a.btn.btn-navbar:hover {
    background: transparent;
    padding: 0;
    margin: 8px 16px 0 8px;
    height: 20px;
}

.navbar .navbar-inner .nav>li>a {
    height: auto;
    padding: 0 16px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 1.6rem;
}

.navbar .navbar-inner .nav>.active>a,
.navbar .navbar-inner .nav>.active>a:hover,
.navbar .navbar-inner .nav>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -moz-box-shadow: none;
}

.navbar .navbar-inner .nav>li>a:focus,
.navbar .navbar-inner .nav>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.navbar .navbar-inner .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}

.navbar .navbar-inner .nav li.dropdown>a:hover .caret {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}


.navbar .navbar-inner .nav li.dropdown.open>.dropdown-toggle,
.navbar .navbar-inner .nav li.dropdown.active>.dropdown-toggle,
.navbar .navbar-inner .nav li.dropdown.open.active>.dropdown-toggle {
    border-top-color: #FFF;
    background-color: transparent;
}


.navbar .navbar-inner .mobile-nav {
    display: none;
}

@media (max-width: 991px) {
    .navbar .navbar-inner .desktop-nav {
        display: none;
    }

    /* Mobile nav styles and overrides */
    .btn.btn-navbar {
        display: block;
    }

    .navbar .navbar-inner .mobile-nav {
        /* Mobile nav dropdown styles */
        align-items: center;
        flex-grow: 1;
        justify-content: left;
        position: absolute;
        background: #000;
        width: 100%;
        left: 0;
        top: 60px;
        overflow: hidden;
        z-index: 10;
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.20);
    }

    .navbar .navbar-inner .mobile-nav ul {
        padding: 16px;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .navbar .navbar-inner .mobile-nav ul>li {
        margin-bottom: 8px;
        float: none !important;
    }

    .navbar .navbar-inner .mobile-nav ul>li a {
        font-weight: 300;
    }
}

/* End global navbar  */

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
    color: #ffffff;
    text-decoration: none;
    background-color: #00A4E3;
    background-image: none;
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #00A4E3;

    outline: 0;
}

.icon-small {
    font-size: 12px;
}

.icon-medium {
    font-size: 22px;
}

.icon-large {
    font-size: 42px;
}

.icon-helper {
    float: left;
}

.icon-ast {
    float: left;
    padding: 3px 0px;
    color: black;
}


.404-page {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    *padding-top: 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.404-page h1 {
    font-size: 60px;
}



.box1 {
    display: inline-block;
    width: 15em;
    padding: .25em .5em;
    background: #eee;
    margin: .5em 1em .5em 0;
}

.dropdown-menu li>a {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #8D8D8D;
    white-space: nowrap;
}

.dropdown-menu {
    border-radius: 0px;
}

.navbar .pull-right>li>.dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right {
    right: 12px;
    left: auto;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: white;
    background-color: transparent;
}


.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: white;
    border-bottom-color: white;
}


.nav-list>li>a {
    padding: 8px 15px;
    color: var(--color-grayscale-65);
    text-decoration: none;
}

.nav-list .fs1 {
    padding: 1px 14px;
    font-size: 17px;
    float: left;
}

.nav-list>.active>a,
.nav-list>.active>a:hover {
    text-decoration: none;
    color: var(--color-grayscale-65);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: whiteSmoke;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 4px solid #F3984D;
}

/* Misc. page styles */

.misc-page-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 32px;
    background-color: #fff;
    border: 1px solid var(--color-minor-300);
    border-radius: 16px;
}

@media (max-width: 991px) {
    .misc-page-container {
        padding: 24px;
    }
}


.misc-page-intro {
    margin-bottom: 12px;
}

.misc-page-title {
    margin-bottom: 12px;
}

.misc-page-desc {
    font-size: 1.6rem;
}

.misc-page-container h1 {
    margin-bottom: 12px;
}

.misc-page-container h2 {
    margin-bottom: 12px;
}

.misc-page-container h3 {
    margin-bottom: 12px;
}

.misc-page-form-title {
    margin-bottom: 24px;
}

/* End Misc. page styles */

/* Start Splash content styles */

.splash-content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 40px;
}

.splash-content-img {
    display: block;
    margin-bottom: 24px;
}

.splash-content-img.graphic-thank-you {
    background: url('../img/success.png') no-repeat 0 0 transparent;
    width: 200px;
    height: 200px;
    background-size: cover;
}

/* End Splash page styles */

/* Start thumbnails */

.listing-tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-left: 0;
}

.listing-tiles-intro {
    width: 100%;
    margin-bottom: 12px;
}

.listing-tiles-intro .listing-tiles-title {}

.listing-tiles-intro .listing-tiles-desc {
    font-size: 1.6rem;
    line-height: 150%;
    margin-top: 4px;
    margin-bottom: 0;
}

.listing-tile {
    display: flex;
    flex-direction: column;
    height: 360px;
    width: calc(33% - 16px);
    min-width: 240px;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 6px 6px 12px 6px;
    background-color: white;
    line-height: 150%;
    border: 1px solid var(--color-minor-300);
    border-radius: 8px;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 991px) {
    .listing-tile {
        width: calc(33% - 16px);
        min-width: calc(33% - 16px);
    }
}

@media (max-width: 767px) {
    .listing-tile {
        min-width: 100%;
        width: 100%;
        height: auto;
    }
}



.listing-tile-image img {
    display: block;
}

.listing-tile-body {
    /*Bootstrap override*/
    padding: 8px;
    color: inherit;
    overflow: hidden;
}

.listing-tile-title {
    font-size: 1.6rem;
    margin: 0 0 0.4rem 0;
}

.listing-tile-title a,
.listing-tile-title a:hover {
    color: inherit;
    text-decoration: none;
}

.listing-tile-provider {
    margin: 0 0 0.4rem 0;
}


.listing-tile-desc {
    font-size: 1.3rem;
    line-height: 150%;
    color: var(--color-grayscale-65);
}


.listing-tile-featured {
    display: block;
    background: #FF4800;
    position: absolute;
    padding: 8px;
    color: white;
    font-size: 1.4rem;
    border-bottom-right-radius: 8px;
    font-weight: 500;
}

/* End thumbnails */

/* Start side menu */

.sidebar-nav .base {
    min-height: 20px;
    padding: 16px 0;
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid var(--color-minor-300);
    border-radius: 12px;
}

.sidebar-nav .base li.nav-header {
    font-size: 1.2rem;
}

.base blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.base-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.base-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* End side menu */

/* Start listing page */

.listing-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 32px;
    background-color: #fff;
    border: 1px solid var(--color-minor-300);
    border-radius: 16px;
}

@media (max-width: 991px) {
    .listing-container {
        padding: 24px;
    }
}

.listing-hero {
    margin-bottom: 32px;
}

.listing-header {
    display: flex;
    width: 100%;
    gap: 24px;
    margin-bottom: 16px;
}

.listing-intro {
    margin-bottom: 8px;
    flex-grow: 1;
}

.listing-intro .listing-title {
    margin-bottom: 4px;
}

.listing-intro .listing-desc {
    font-size: 1.6rem;
}

.listing-cta {}

@media (max-width: 991px) {
    .listing-header {
        flex-direction: column;
        margin-bottom: 32px;
    }
}

.listing-media {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.listing-media-item {
    margin-right: 12px;
    width: 75px;
    height: 60px;
    margin-bottom: 12px;
}

.listing-media .listing-image {
    border: solid 1px var(--color-minor-300);
    overflow: hidden;
    border-radius: 12px;
}

.listing-media .listing-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.listing-media .listing-video {
    border: solid 1px var(--color-minor-300);
    border-radius: 12px;
    text-align: center;
}

.listing-media .listing-video img {
    height: 100%;
}

.listing-body {
    margin-bottom: 32px;
}

.related-listings {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-left: 0;
}

.related-listings-intro {
    width: 100%;
    margin-bottom: 20px;
}

.related-listing-thumbnail {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
    margin-bottom: 16px;
    width: 160px;
    height: 200px;
    border: solid 1px #ccc;
    border-radius: 12px;
    padding: 6px 6px 12px 6px;

}

@media (max-width: 767px) {
    .related-listing-thumbnail {
        width: calc(50% - 16px);
    }
}

.related-listing-thumbnail img {
    margin-bottom: 4px;
    display: block;
}

.related-listing-thumbnail .caption {
    padding: 0 4px;
    flex-grow: 1;
    overflow: hidden;
}


/* End listing page */


/* Start tab bar */

.tabbable .nav.nav-tabs {
    display: flex;
    justify-content: left;
    width: 100%;
    border-bottom: 2px solid var(--color-minor-200);

}

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

.tabbable .nav.nav-tabs>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
    border: none;
    color: var(--color-grayscale-90);
    font-weight: 500;
    text-decoration: none;
}

.tabbable .nav.nav-tabs>li.active>a,
.tabbable .nav.nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #ffffff;
    color: var(--color-grayscale-90);
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 2px solid var(--color-brand-primary);
}

.tabbable .nav.nav-tabs>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

.tabbable .nav.nav-tabs>li>a {
    display: block;
}

.tabbable .tab-content .tab-pane {
    line-height: 150%;
}

.tabbable .tab-content {}

.tabbable .tab-content .tab-pane span {
    font-family: var(--font-family) !important;
    font-size: 1.4rem !important;
}


/* End tab bar */

/* Start form elements */

.sg-form {}

.sg-form-label {
    width: 200px;
    min-width: 200px;
    font-weight: 500;
    vertical-align: top;
}

.sg-form-disclaimer {
    padding-bottom: 12px;
    color: var(--color-semantic-error);
    font-weight: 500;
}

.sg-form-recaptcha {}

.sg-form-submit {
    padding-top: 20px;
}

@media (max-width: 767px) {
    table.sg-form {
        display: flex;
    }

    table.sg-form tbody {
        display: flex;
        flex-direction: column;
    }

    table.sg-form tr {
        display: flex;
        flex-direction: column;
    }

}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    outline: 3px solid var(--color-focus);
}


textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid var(--color-minor-200);
    height: 32px;
    min-width: 320px;
    margin-bottom: 12px;


}

/* End form elements */

/* Start form validation */

.message.errorM3 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    border: solid 1px var(--color-semantic-error);
    border-left: solid 8px var(--color-semantic-error);
    width: 100%;
    margin-bottom: 1.2rem;
    border-radius: 8px;
    background: #fff;
}

.message.errorM3 br {
    display: none;
}

input.error {
    margin-bottom: 0;
}

.errorMsg {
    color: var(--color-semantic-error);
    margin-bottom: 12px;
}

/* End form validation */

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    color: #685D5D;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

/* Start search bar */

#search-section {
    background: var(--color-minor-100);
    margin: 0 0 16px;
    border-radius: 32px;
    height: auto;
    padding: 16px 24px;
}

#search-section form {
    margin: 0px;

}

#search-section .search-field {
    display: flex;
    width: 100%;
    max-width: 600px;
}


#search-section .search-field .search-input {
    font-family: var(--font-family);
    height: 36px;
    font-size: 16px;
    margin: 0px;
    padding: 4px 4px 1px 10px;
    border-radius: 32px 0 0 32px;
    min-width: auto;
}

#search-section .search-field .btn-major {
    font-family: var(--font-family);
    height: 36px;
    width: auto;
    padding: 0 16px;
    border-radius: 0 32px 32px 0;
    box-shadow: none;
    flex-grow: 0;
    flex-shrink: 0;
}

#search-section .messageText {
    display: flex;
    gap: 4px;
    margin-bottom: 4px;
    color: var(--color-semantic-error);
}

#search-section .messageText h4 {
    color: var(--color-semantic-error);
}

/* End search bar */

/* Start links and buttons */

a {
    color: var(--color-brand-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

a:hover {
    color: var(--color-brand-primary-dark);
    text-decoration: underline;
}

a:focus {
    outline: 3px solid var(--color-focus);
    outline-offset: 1px;
    outline-style: auto;
}

.link {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.link-bold {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
}

.btn {
    font-family: var(--font-family);
    box-shadow: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    background-image: none;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.disabled {
    font-family: var(--font-family);
    box-shadow: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    background-image: none;
}

.btn:focus {
    outline: 0;
}



.btn.btn-blue,
.btn.btn-major {
    background-color: var(--color-brand-primary);
    border-color: var(--color-brand-primary);
    color: white !important;

}

.btn.btn-major.btn-cta {
    height: 36px;
    display: inline-flex;
    align-items: center;
    border-radius: 32px;
    padding: 0 16px;
    white-space: nowrap;
}

.btn.btn-major:hover,
.btn.btn-blue:hover {
    background: var(--color-brand-primary-dark);
    border-color: var(--color-brand-primary-dark);
    color: white !important;

}


.btn.btn-major:active,
.btn.btn-blue:active {
    background: var(--color-brand-primary-dark);
    border-color: var(--color-brand-primary-dark);
    color: white !important;
}


.btn.btn-orange {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: white !important;
}

.btn-orange:hover {
    background: var(--color-accent-dark);
    border-color: var(--color-accent-dark);
    color: white !important;
}

.btn-orange:active {
    background: var(--color-accent-dark);
    border-color: var(--color-accent-dark);
    color: white !important;
}

.btn-major.loading,
.btn-blue.loading {
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, rgba(0, 0, 0, .10)),
            color-stop(.25, transparent),
            color-stop(.5, transparent),
            color-stop(.5, rgba(0, 0, 0, .10)),
            color-stop(.75, rgba(0, 0, 0, .10)),
            color-stop(.75, transparent),
            to(transparent));
    background-image:
        -moz-linear-gradient(-45deg,
            rgba(0, 0, 0, .10) 25%,
            transparent 25%,
            transparent 50%, rgba(0, 0, 0, .10) 50%,
            rgba(0, 0, 0, .10) 75%,
            transparent 75%, transparent);
    background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    -webkit-animation: animate-stripes 2s linear infinite;
}

@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -50px 0;
    }
}

/* End links and buttons */


.form-signin {
    overflow: hidden;
    background: #F0F0F0 url('../img/bg-search.png') repeat 0;
    max-width: 350px;
    padding: 19px 29px 29px;
    margin: 23px auto 20px;
    border: 1px solid #e5e5e5;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-box-shadow: 0px -9px 30px rgba(77, 77, 77, 0.3);
    -webkit-box-shadow: 0px -9px 30px rgba(77, 77, 77, 0.3);
    box-shadow: 0px -9px 30px rgba(77, 77, 77, 0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-9,Color=#4d4d4d4d,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-9, Color=#4d4d4d4d, Positive=true);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 17px;
    margin-top: 0;
    color: #777474;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    margin-bottom: 15px;
    padding: 7px 9px;
}


.form-controls {
    overflow: hidden;
    background: none;
    max-width: 300px;
    padding: 19px 29px 20px;
    margin: -23px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}


.login-logo h2 {
    text-align: center;
    font-size: 67px;
    font-weight: 500;
    color: white;
    padding: 48px 2px;
}

.login-logo span {
    text-align: center;
    font-weight: 500;
    color: white;
    padding: 48px 2px;
}


.carousel-inner>.item>img {
    display: block;
    line-height: 1;
    height: 225px;
    width: 600px;
}

/* Start footer */

.footer {
    padding: 12px 16px;
    margin-top: 60px;
    border: none;
    background-color: #000;
}

.footer-inner {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    color: #fff;
    gap: 20px;
}

@media (max-width: 767px) {
    .footer-inner {
        flex-direction: column;
        padding: 24px 0;
    }
}

.footer-item {
    font-size: 1.3rem;
}

.footer-item a,
.footer-item a:hover,
.footer-item a:active {
    color: #fff;
}

.footer-company {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* End footer */

.arrow_box {
    background-color: rgb(133, 188, 109);
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2), inset 0px 2px 15px rgba(64, 102, 47, 0.75);
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2), inset 0px 2px 15px rgba(64, 102, 47, 0.75);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2), inset 0px 2px 15px rgba(64, 102, 47, 0.75);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#33ffffff,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#33ffffff, Positive=true);
    padding: 21px;
    position: relative;
    border: 4px solid #A2C890;
    max-width: 600px;
    margin: 23px auto 20px;
}


.carousel {
    position: relative;
    margin-bottom: 0px;
    line-height: 1;
}


.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #F3984D;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.7;
    filter: alpha(opacity=50);
}


.typeahead.dropdown-menu {
    max-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: none;
    margin-bottom: 0px;
    font-size: 20px;
    width: 470px;
    overflow-y: auto;
    background-image: none;
    background: #FCFCFC;
}

.typeahead.dropdown-menu li a {
    height: 20px;
    font-size: 13px;

    padding: 5px 5px 5px 5px;
    color: grey;
    background-image: none;
    background-color: #F8F8F8
}

.typeahead.dropdown-menu li a:hover {
    height: 20px;
    color: grey;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;

    background-image: none;
    background-color: #EEEEEE;
}

/* you can add this to avoid :hover rules make the menu look like there are two selected options */
.typeahead.dropdown-menu>a:hover {
    background: red;
    height: 30px;

    background-image: none;
    color: inherit;
}

.typeahead.dropdown-menu>li.active {
    background-image: none;
    color: inherit;
}


.hero-unit h1 {
    margin-bottom: 0;
    font-size: 7em;
    line-height: 1;
    letter-spacing: -1px;
    color: #705A9A;
}

.hero-unit p {
    line-height: 60px;
    font-size: 22px;
    color: #7C7878;
}


.hero-unit .btn-blue {
    height: 45px;
    width: 86px;
}

.hero-unit input {
    height: auto;
    font-size: 16px;
    padding: 12px;
    color: #A2A2A2;

}


/* Start utility classes */

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

/* End utility classes */