/*
    primary color: #4655A5; rgb(70, 85, 165)
*/

html {
	height: 100%;
    font-size: 14px;
}

.white-link, .white-link:link, .white-link:hover, .white-link:visited, .white-link:active {
	color: #FFFFFF;
}

.indigo-link, .indigo-link:link, .indigo-link:hover, .indigo-link:visited, .indigo-link:active {
    color: #4655A5;
}

body {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.7px;
}

.navbar-brand {
    padding: 8px 0;
}

nav.navbar {
    background-color: #4655A5;
}

.navbar-dark .navbar-toggler {
    border: none;
}

    .navbar-dark .navbar-toggler .material-icons {
        font-size: 2.5rem;
    }

.navbar-dark button.navbar-toggler {
    outline: none;
}

.primary-nav {
    color: rgba(255, 255, 255, .8);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    padding: 17px 0;
}

.navbar-dark .navbar-nav.primary-nav .nav-link, .navbar-dark .navbar-toggler .material-icons {
    color: rgba(255, 255, 255, .8);
}

    .navbar-dark .navbar-nav.primary-nav .nav-link:hover, .navbar-dark .navbar-toggler .material-icons:hover {
        color: rgba(255, 255, 255, 1);
    }

.secondary-nav {
    background-color: #1A237E;
    position: relative;
    font-size: 0.75rem;
}

.collapsing {
    display: none;
    -webkit-transition: none;
    transition: none;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
    padding-left: 1px;
}

@media (max-width: 1199px) {
    .collapse.show, .collapsing {
        display: flex;
    }

    .navbar-brand {
        margin-left: 15px;
    }
	
	.navbar-brand img {
        height: 64px;
		width: 64px;
    }

    .primary-nav {
        display: block;
        order: 1;
        padding: 17px 10px;
    }

    .secondary-nav {
        display: block;
        width: 100%;
        order: 2;
        background-color: #4655A5;
        border-top: 1px solid rgba(255, 255, 255, .5);
        padding: 17px 10px;
        font-size: 0.9rem;
    }
	
	.hero h1 {
		font-size: 1.7rem;
	}
	
	.hero h4 {
		font-size: 1.2rem;
	}
}

@media (min-width: 1200px) {
    .primary-nav {
        height: 71px;
    }

    .secondary-nav {
        height: 31px;
    }

        .secondary-nav:before {
            content: "";
            border-top: 31px solid #1A237E;
            border-left: 59px solid transparent;
            border-right: 1px solid #1A237E;
            position: absolute;
            top: 0;
            right: 100%;
        }

        .secondary-nav:after {
            content: "";
            border-top: 31px solid #1A237E;
            border-right: 59px solid transparent;
            position: absolute;
            top: 0;
            left: 100%;
        }
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.hero {
    position: relative;
}

    .hero > img {
        height: 350px;
        object-fit: cover;
        width: 100%;
    }

.no-objectfit .compat-object-fit {
    background-size: cover;
    background-position: center center;
}

    .no-objectfit .compat-object-fit img {
        opacity: 0;
    }

.hero-text {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 0;
    width: 100%;
}

    .hero-text .container {
        display: table;
        height: 100%;
    }

    .hero-text .hero-text-container {
        display: table-cell;
        vertical-align: middle;
        font-size: 1rem;
    }

@media (max-width: 1199px) {
    .hero {
        height: 300px;
    }

        .hero > img {
            height: 300px;
        }

    html {
        font-size: 14px;
    }
}

.merchant-hero-text {
    top: auto;
    bottom: -70px;
    height: 140px;
}

    .merchant-hero-text img {
        height: 140px;
        width: 140px;
    }

    .merchant-hero-text .hero-text-container {
        text-align: center;
    }

.merchant-name {
    text-align: center;
    margin-top: 76px;
}

@media (max-width: 575px) {
    .merchant-hero > img {
        height: 150px;
        /* object-fit: cover already set on the base rule */
    }

    .merchant-name {
        margin-left: 0px;
        margin-top: 56px;
        padding-bottom: 0;
    }

    .merchant-hero-text {
        top: auto;
        height: 100px;
    }

        .merchant-hero-text img {
            height: 100px;
            width: 100px;
        }

    .experience-price {
        flex-direction: column;
    }

    .experience-original-price {
        order: 1;
    }

    .experience-discount-price {
        order: 2;
    }
}

@media (min-width: 768px) {
    .border-right-column {
        padding-right: 50px;
        border-right: 1px solid #DCDCDC;
    }
}

@media (max-width: 767px) {
    #filter-region {
        width: 100%;
    }
}

.merchant-hero {
    position: relative;
}

.merchant-hero > img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.material-icon-bg {
    vertical-align: middle;
    background-color: rgb(70, 85, 165);
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 10px auto;
}

.material-icon-color-red .material-icon-bg {
    background-color: #f44336;
}

.material-icons {
    cursor: default;
}

hr {
    border-top: 1px solid #DCDCDC;
}

.category-row + .category-row {
    margin-top: 30px;
}

.category-row a .category-title {
    color: #000000;
}

.category-row a:hover .category-title {
    color: #FFFFFF;
    background-color: #4655A5;
}

.category-title {
    background-color: #FFFFFF;
    padding: 5px 10px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 25px;
    font-weight: bold;
}

.dashboard-card {
    background: #fff;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 16px 0px;
    margin-bottom: 30px;
}

.dashboard-card-content {
    padding: 15px;
    text-align: center;
}

.dashboard-card-content-icon {
    font-size: 3em;
}

.dashboard-card-content-number {
    color: #4655a5;
    font-size: 80px;
    line-height: 1.2;
}

.dashboard-card-content-text {
    font-size: 1.2em;
    text-transform: uppercase;
}

.merchant-card {
    background: #fff;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 16px 0px;
    margin-bottom: 30px;
}

.merchant-card-content {
    padding: 15px;
}

.img-fluid {
    width: 100%
}

.flex-grow-2 {
    flex-grow: 2;
}

.field-validation-error {
    width: 100%;
    margin-top: .25rem;
    font-size: .8rem;
    color: #DC3545;
}

    .field-validation-error.invalid-feedback {
        display:block;
    }

.validation-summary-valid {
    display: none;
}

ul {
    list-style: none;
    padding: 0;
}

    ul a:link, ul a:visited {
        color: #000000;
    }

content .breadcrumb {
    margin-bottom: 0px;
    background-color: transparent;
    padding-left: 0;
}

    content .breadcrumb .divider {
        margin-right: 5px;
        margin-left: 5px;
    }

li.active {
    pointer-events: none;
    cursor: default;
}

    li.active a {
        color: #212529;
    }

.bootstrap-select li.active {
    pointer-events: auto;
}

.bootstrap-select .btn-light {
    background-color: #FFFFFF;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.bootstrap-select .btn-light:active {
    background-color: #FFFFFF;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.bootstrap-select .dropdown-item.active, .dropdown-item:active {
    background-color: rgb(70, 85, 165);
}

div.bootstrap-select .dropdown-toggle:focus {
    outline: 5px auto rgb(70, 85, 165)!important;
}

.form-group .form-control {
    box-shadow: 0 0 0 0.2rem rgba(70, 85, 165, 0);
}

    .form-group .form-control:focus {
        border-color: rgb(70, 85, 165);
        box-shadow: 0 0 0 0.2rem rgba(70, 85, 165, .25);
    }

#map {
    height: 150px;
}

.focuspoint-logo {
    width: 160px;
    height: 160px;
}

.focuspoint-banner {
    width: 850px;
    height: 315px;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

ul.merchant-nav li.active a {
    color: rgb(70, 85, 165);
}

@media (max-width: 767px) {
    .mobile-text-align-center {
        text-align: center;
    }
}

#homepage h2:after, .headerUnderline h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;
    width: 50px;
    height: 3px;
    background: #4655A5;
}

.cc-window {
    background-color: rgba(239, 239, 239, .8);
}

.cc-compliance a {
    color: #4655A5;
}

.cc-compliance a:hover {
    text-decoration: none;
    background-color: #4655A5;
    color: #fff;
    border-color: #4655A5;
}

.custom-alert {
    text-align: center;
}

#terms-and-conditions-list li {
    display: inline-block;
}

#terms-and-conditions-list li:after {
    content: ' | '
}

    #terms-and-conditions-list li:last-child:after {
        content: ''
    }

    #terms-and-conditions-list li a {
        color: #007bff;
    }

.btn {
    border-radius: 0px;
}

.btn-primary-egift {
    background-color: rgb(70, 85, 165);
    border-color: rgb(70, 85, 165);
    color: #FFFFFF;
    padding: 10px;
}

.btn-primary-egift:link,
.btn-primary-egift:hover,
.btn-primary-egift:visited,
.btn-primary-egift:active {
    color: #FFFFFF;
}

.btn-primary-egift:hover {
    background-color: #303F9F;
}

.btn-primary-egift:focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 85, 165, .25);
}

form .btn-primary-egift {
    padding: .375rem .75rem;
}

.btn-link-egift {
    background-color: #FFFFFF;
    color: #4655A5;
}

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

.btn-outline-primary-egift:hover {
    color: #FFFFFF;
    background-color: #4655A5;
    border-color: #4655A5;
}

/**umb_name:Heading 1*/
h1 {
}

/**umb_name:Heading 2*/
h2 {
}

/**umb_name:Heading 3*/
h3 {
}

/**umb_name:Heading 4*/
h4 {
}

    h4 a:link, h4 a:hover, h4 a:visited, h4 a:active {
        color: #000000;
    }

    h4 a:hover {
        text-decoration: none;
    }

/**umb_name:Font color primary*/
.font-color-primary {
    color: #4655A5;
}

/**umb_name:Font size x1.25*/
.font-size-1x25 {
    font-size: 1.25rem;
}

/**umb_name:Button*/
.btn {
    border-radius: 0px;
}

/**umb_name:Button primary*/
.btn-primary-egift {
    background-color: rgb(70, 85, 165);
    border-color: rgb(70, 85, 165);
    color: #FFFFFF;
    padding: 10px;
}

    .btn-primary-egift:link, .btn-primary-egift:hover, .btn-primary-egift:visited, .btn-primary-egift:active {
        color: #FFFFFF;
    }

    .btn-primary-egift:hover {
		background-color: #303F9F;
    }

    .btn-primary-egift:focus {
        box-shadow: 0 0 0 0.2rem rgba(70, 85, 165, .25);
    }

form .btn-primary-egift {
	padding: .375rem .75rem;
}

.btn-link-egift {
    background-color: #FFFFFF;
    color: #4655A5;
}

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

    .btn-outline-primary-egift:hover {
        color: #FFFFFF;
        background-color: #4655A5;
        border-color: #4655A5;
    }



@media (max-width: 575px) {
    .giftcard-payment-multiple-fields > div:first-of-type {
        margin-bottom: .5rem;
    }
}

@media (min-width: 576px) {
    .giftcard-payment-multiple-fields > div:first-of-type {
        margin-left: 0;
    }

    .giftcard-payment-multiple-fields > div {
        margin-left: .5rem;
    }

    .modal-dialog {
        max-width: 960px;
    }
    
    .experience-price span {
        padding: 0 5px;
    }
}

#experience-modal {
    padding-right: 0 !important;
}

/* Footer */
.c-footer__nav ul a,
.c-footer__nav ul a:link,
.c-footer__nav ul a:visited {
    color: #000000;
}

#terms-and-conditions-list li a,
#terms-and-conditions-list li a:link,
#terms-and-conditions-list li a:visited {
    color: #007bff;
}

/* Merchant Overview */
.merchant-overview-card {
    background: #fff;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 16px 0px;
    margin-bottom: 30px;
    transition: box-shadow 0.2s ease;
}

.merchant-overview-card:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 24px 0px;
}

.merchant-overview-card-banner {
    overflow: hidden;
    height: 180px;
}

.merchant-overview-card-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.merchant-overview-card-banner img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.merchant-overview-card-content {
    padding: 15px;
}

.merchant-overview-card-content h4 {
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.merchant-overview-card-description {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.4;
}

.merchant-overview-card-location {
    font-size: 0.85rem;
    color: #888;
}

/* Pagination - clean minimal style */
.pagination {
    gap: 4px;
    flex-wrap: wrap;
}

/* Override Bootstrap 4's border-collapse trick (margin-left: -1px) */
.pagination .page-item:not(:first-child) .page-link {
    margin-left: 0;
}

/* Reset Bootstrap 4's rounded corner rules for first/last items */
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 4px;
}

.pagination .page-item .page-link {
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #4655A5;
    background-color: #fff;
    font-weight: 500;
    line-height: 1;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.pagination .page-item .page-link:hover {
    background-color: #f0f2fb;
    border-color: #4655A5;
    color: #4655A5;
}

.pagination .page-item.active .page-link {
    background-color: #4655A5;
    border-color: #4655A5;
    color: #fff;
    font-weight: 600;
}

.pagination .page-item.disabled .page-link {
    color: #adb5bd;
    border-color: #e9ecef;
    background-color: #fff;
    pointer-events: none;
}

.pagination .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 85, 165, .2);
    outline: none;
}