/*
    Polaris Blue: #004e97
        -hover: #004e98 (placeholder)
        - 'hover' from meganav icons = #0B7CE6
*/

html {
    scroll-behavior: smooth;
}

.meganav-coming-soon {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: none;
}

body {
    font-family: 'Barlow', sans-serif;
    color: black;
    font-size: 0.9rem;
}

.hidden {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow Condensed', sans-serif;
    color: black;
    font-size: 1.9rem;
}

.addprovider {
    font-size: 1.3rem;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-20 {
    margin-right: 20px;
}

a {
    color: #58595b;
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    color: #004e97;
    text-decoration: none;
}

.form-group .fa-info-circle {
    cursor: pointer;
}

.link-eula {
    color: #004e97;
}

.title-smaller {
    font-size: 1.6rem;
}

.far,
.fas {
    color: #004e97;
}

.btn .far,
.btn .fas {
    color: white;
}

.btn-faq .fas {
    color: #004e97;
}

.btn-full {
    display: block;
    width: 100%;
    margin: 10px 0px;
}

.btn-primary {
    background-color: #004e97;
    border: none;
    font-size: 13px;
    font-weight: bold;
    padding: 9px 35px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.btn-primary:disabled,
.btn-primary:disabled:hover {
    background-color: #808080;
    cursor: not-allowed;
    opacity: 1;
}

.soft-yellow-row {
    background-color: lightgoldenrodyellow;
}

/* Override bs4 specificity on buttons */
.btn-primary:hover,
.btn-primary:not(:disabled):focus,
.btn-primary:not(:disabled):active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #0B7CE6;
    color: white;
    border: none;
    box-shadow: none;
}

.btn-secondary {
    background-color: #999999;
    border: none;
    font-size: 13px;
    font-weight: bold;
    padding: 9px 35px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.btn-primary.btn-icon,
.btn-secondary.btn-icon {
    margin: 0;
}

/* Override bs4 specificity on buttons */
.btn-secondary:hover,
.btn-secondary:not(:disabled):focus,
.btn-secondary:not(:disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: #004e97;
    color: white;
    border: none;
    box-shadow: none;
}

/* just the color, none of the other goodness, for special formatted buttons */
.btn-primary-color {
    background-color: #004e97;
}

.btn-primary-color:hover {
    background-color: #0B7CE6;
}

.btn-fixed-width {
    width: 152px;
}

.btn-link {
    color: #58595b;
}

.btn-link:hover {
    color: #004e97;
}

.btn-icon {
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.btn>i {
    margin-right: 8px;
    font-size: 1rem;
}

.btn-icon>i {
    color: inherit;
    font-size: inherit;
    margin-right: 0px;
}

.primary-color {
    color: #004e97;
}

.primary-color-border {
    border-color: #004e97;
}

.badge-primary {
    background-color: white;
    color: #004e97;
    border: 1px solid #004e97;
}

p.separator {
    margin: 0px 15px;
    flex: 0 0 1px;
    background-color: #adafb3;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

hr {
    margin: 35px 0px;
    height: 1px;
    border-top: 1px solid #ccc;
}

/* hero */
.hero-image {
    position: relative;
    margin: 0 auto;
}

.hero-image img {
    margin: 0 auto;
}

.hero-copy-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 20px;
}

.hero-copy-wrapper h3 {
    color: white;
    margin-bottom: 0;
    font-size: 32px;
    text-shadow: 0.5px 0.5px #000;
}

.hero-copy-small {
    font-size: 16px;
}

.hero-copy-large {
    font-size: 30px;
    margin-top: -8px;
}

.secondary-title-bar {
    background-color: #004e97;
    background-image: url('../images/hero/secondary/secondary-polaris.jpg');
}

.secondary-title-indian {
    background-color: #862633;
    background-image: url('../images/hero/secondary/secondary-indian.jpg');
}

.secondary-title-slingshot {
    background-color: #0a0a0a;
    background-image: url('../images/hero/secondary/secondary-slingshot.jpg');
}

.secondary-title-orv {
    background-color: #004e97;
    background-image: url('../images/hero/secondary/secondary-orv.jpg');
}

.secondary-title-snow {
    background-color: #535B5E;
    background-image: url('../images/hero/secondary/secondary-snow.jpg');
}

.validation-error {
    font-size: 0.8rem;
    color: red;
    display: block;
    margin-top: 3px;
    margin-bottom: 10px;
}

.menu-list > li, .menu-list > li a, .menu-list > li .menu-label, .menu-list > li ul {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(1, 0, 1, 0);
    transition-property: margin, max-height, opacity, background-color, color;
}

    .menu-list > li, .menu-list > li.is-active .menu-label, .menu-list > li.is-active ul {
        height: auto;
        max-height: 500px;
        opacity: 1;
    }

        .menu-list > li.is-invisible, .menu-list > li .menu-label, .menu-list > li ul {
            height: auto;
            max-height: 0;
            opacity: 0;
            overflow: hidden;
        }

        .menu-list > li:not(.is-active) .menu-label,
        .menu-list > li:not(.is-active) ul {
            margin: 0;
        }

ul ul {
    list-style: none; /* Remove default bullets */
}

    ul ul li::before {
        content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: black; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 0.5em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
        font-size: 24px;
    }

    ul ul ul {
        list-style: square;
    }

        ul ul ul li::before {
            content: none;
            color: black;
        }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    body {
        font-size: 1rem;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 2rem;
    }

    .hero-copy-wrapper {
        padding-top: 30px;
    }

    .hero-image {
        width: 540px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hero-image {
        width: 720px;
    }

    .hero-copy-wrapper h3 {
        font-size: 46px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero-image {
        width: 960px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-image {
        width: 100%;
    }
}
