﻿/**slick slider css**/
/*https://kenwheeler.github.io/slick/*/
/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../../fonts/slick.eot');
    src: url('../../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../fonts/slick.woff') format('woff'), url('../../fonts/slick.ttf') format('truetype'), url('../../fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: lightgray;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 24px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }
/**END slickslider CSS**/

.slick-slide {
    display:inline-block;
}
.slick-list {
    overflow:hidden;
}



/*tag input*/

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    line-height: 22px;
    cursor: text;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        padding-top:2px;
        margin: 0;
        width: 100%;
        max-width: inherit;
    }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none;
    }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: white;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }

        .bootstrap-tagsinput .tag [data-role=remove]:after {
            content: "x";
            padding: 0 2px;
        }

.label-info {
    background-color: #5bc0de;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-info {
    background-color: #5bc0de;
}




/***AMBER SPECIFIC OVERRIDe STYLES**/


.amberBodyClass .rci-navigation-background .row,
.amberBodyClass .brand-color {
    background-color: #f38e31 !important;
}
.amberText {
    color:#f38e31 !important;
}
button.btn:not(.btn-exclude), input[type="submit"].btn,
.amberBodyClass .btn {
    text-transform: inherit;
    color: #fff;
    background-color: #ffc107 !important;
    border: unset;
    font-style: inherit
}

button.btnHub:not(.btn-exclude), input[type="submit"].btnHub,
.amberBodyClass .btnHub {
    text-transform: inherit;
    color: #fff;
    background-color: #f38e31 !important;
    border: #f38e31;
    font-style: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.amberBodyClass {
    overflow-x:hidden;
}


.amberBodyClass h4 {
    text-transform: capitalize;
}
.amberBodyClass p {
    color: unset;
}

    .amberBodyClass p a {
        color: #0090C1;
        text-decoration:underline;
    }

.amberBodyClass .greyBorderBottom {
    border-bottom: 1px solid #EBEDED;
}
.amberBodyClass .shadowBorder {
    -webkit-box-shadow: 0px 3px 6px 1px #EBEDED;
    box-shadow: 0px 3px 6px 1px #EBEDED;
}
.amberBodyClass .pt-50 {
    padding-top:50px;
}
.amberBodyClass .pb-50 {
    padding-bottom: 50px;
}

.amberBodyClass .pt-12 {
    padding-top: 12px;
}

.amberBodyClass .plr-12 {
    padding-left:12px;
    padding-right:12px;
}

.amberBodyClass .greenText {
    color: #00B74D !important;
}

.amberBodyClass .dmsBgTextBlock {
    padding-top: 20rem !important;
    text-decoration: unset;
    opacity: 0.8;
    background-size: cover !important;
    background-position: center;
}
    .amberBodyClass .dmsBgTextBlock:hover {
        text-decoration: unset;
        opacity: 1;
    }

.amberBodyClass .dmsBgBlock {
    width: 100%;
    display: inline-block;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    
}
.amberBodyClass .dmsBgBlockContainer {
    opacity: 0.8;
}
.amberBodyClass .dmsBgBlockContainer:hover {
    text-decoration: unset !important;
    opacity: 1;
}
.amberBodyClass .dmsBgBlockContainer .h6 {
    color: #202124;
    text-decoration: none;
    text-decoration: unset !important;
}

.amberBodyClass .bgLightOrange {
    background-color: #fbbd86;
}
.amberBodyClass .thickOrangeUnderline {
    width: 60px;
    border-color: #f38e31 !important;
    background-color: #f38e31 !important
}

.amberBodyClass .col-form-label {
    text-transform:capitalize;
}
.amberBodyClass .red {
    color:red;
}
.amberBodyClass .lighterOrangeText {
    color: #FFA75C;
}
.amberBodyClass .faq .btn {
    background-color: unset !important;
    border: 2px solid #f38e31 !important;
    border-radius: 6px !important;
    color: #f38e31 !important;
    font-style: unset !important;
    font-weight: bold;
}
    .amberBodyClass .multiple-items .btn {
        /*background-color: unset !important;
    border: 2px solid #f38e31 !important;
    color: #f38e31 !important;
    font-style: unset !important;
    font-weight: bold;*/
        background-color: #f38e31;
        border: 2px solid #f38e31 !important;
        color: #fff !important;
        font-weight: bold;
        font-style:normal !important;
    }

.btnDeal {
    background-color: #f38e31;
    border: 2px solid #f38e31;
    color: #fff !important;
    font-weight: bold;
    font-style: normal !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}




    .amberBodyClass .multiple-items .btn:hover,
    .amberBodyClass .multiple-items .btn:active,
    .amberBodyClass .multiple-items .btn:focus {
        background-color:#f38e31 !important;
        color:#fff !important;
    }
.amberBodyClass #signupFormHolder.shadowBorder {
    -webkit-box-shadow: 0px 3px 6px 1px #EBEDED;
    box-shadow: 0px 3px 6px 1px #EBEDED;    
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative !important;
    min-height: 100% !important;
}

.amberBodyClass {
    margin-bottom: 100px; /* Margin bottom by footer height */
}

    .amberBodyClass .stickyFooter {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 70px; /* Set the fixed height of the footer here */
        background-color: #f5f5f5;
        padding:unset;
        border-top:2px solid #fff;
    }

        .amberBodyClass .stickyFooter img {
            /*max-height:40px;*/
            max-width: 32px;
            display: inline-block;
        }
    .amberBodyClass .stickyFooterLabel {
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
    }
    .amberBodyClass .stickyFooter a {
        text-decoration: none;
        opacity: 0.8;
        padding-top: 10px;
    }
    .amberBodyClass .stickyFooter a:hover,
    .amberBodyClass .stickyFooter a:active,
    .amberBodyClass .stickyFooter a:focus {
        text-decoration: none !important;
        opacity: 1;
    }
    .amberBodyClass .slick-dots {
        bottom:2rem;
        position:relative;
    }
    .amberBodyClass .covidInfoHolder {
        background-color:#000;
    }



    .amberBodyClass .dottedGreyBorder {
        border:1px dashed #EBEDED;
        border-radius:6px;
    }
    .amberBodyClass .uppercase {
        text-transform:uppercase;
    }

.amberBodyClass .pb-6{
    padding-bottom:6rem;
}
    .amberBodyClass .pt-6 {
        padding-top: 6rem;
    }
    @media (max-width: 992px) {
        .amberBodyClass .collapseMdDownwards .col {
        width: 100%;
        *width: 100%;
        flex-basis: unset !important;
    }
}    
    @media (max-width: 768px) {
        .amberBodyClass .stickyFooterLabel {
            font-size: 11px;
        }
        .amberBodyClass .stickyFooter {
              height: 85px; /* Set the fixed height of the footer here */
        
        }


        .amberBodyClass .mt-sm-1 {
            margin-top: 1rem !important;
        }

        .amberBodyClass .mb-sm-1 {
            margin-bottom: 1rem !important;
        }

        .amberBodyClass .pt-sm-1 {
            padding-top: 1rem !important;
        }

        .amberBodyClass .pb-sm-1 {
            padding-bottom: 1rem !important;
        }

        .amberBodyClass .mb-sm-3 {
            margin-bottom: 3rem !important;
        }
    }
@media (max-width: 576px) {
    .amberBodyClass * .text-xs-center {
        text-align: unset;
        text-align: center !important;
    }
    .amberBodyClass * .hidden-xs {
        display: none !important;
        visibility: hidden !important;
    }
    .amberBodyClass .smallBtnBlock {
        float: !important unset;
        display: block !important;
        width: 100%;
    }
}