/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

.preload {
    display: none !important;
}

body {
    background: #fff;
    color: #0a0909;
    font-family: "IBM Plex Sans", sans-serif;
    line-height: 1.4;
}

a {
    color: #0a0909;
    font-weight: 500;
    text-decoration: underline solid rgba(221, 26, 110, 1) 2px;
    word-wrap: break-word;
    
    transition: 0.3s;
    cursor: pointer;
}

    a:hover,
    a:active,
    a:focus,
    .card-link:hover {
        color: #0a0909;
        outline: none;
        text-decoration: underline solid #0a0909 2px;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

b, strong {
    font-weight: 600;
}

u {
    text-decoration: none;
}

small, .small {
    font-size: .875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a0909;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 20px 0;
    padding: 0;
}

h1 {
    font-size: 2.98rem;
}

h2 {
    font-size: 2.48rem;
}

h3 {
    font-size: 2.07rem;
}

h4 {
    font-size: 1.73rem;
}

h5 {
    font-size: 1.44rem;
}

h6 {
    font-size: 1.2rem;
}

@media (min-width: 1200px) {

    h1 {
        font-size: 3.81rem;
    }
    
    h2 {
        font-size: 3.05rem;
    }
    
    h3 {
        font-size: 2.44rem;
    }
    
    h4 {
        font-size: 1.95rem;
    }
    
    h5 {
        font-size: 1.56rem;
    }
    
    h6 {
        font-size: 1.25rem;
    }
    
}

.quantity {
    float: left;
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    width: 80px;
    overflow: hidden
}

    .quantity input {
        margin: 0;
        text-align: center;
        width: 15px;
        height: 15px;
        padding: 0;
        float: right;
        color: #000;
        font-size: 20px;
        border: 0;
        outline: 0;
        background-color: #F6F6F6
    }

        .quantity input.qty {
            position: relative;
            border: 0;
            width: 100%;
            height: 40px;
            padding: 10px 10px 10px 10px;
            text-align: center;
            font-weight: 400;
            font-size: 15px;
            border-radius: 0;
            background-clip: padding-box
        }

    .quantity .minus, .quantity .plus {
        line-height: 0;
        background-clip: padding-box;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-background-size: 6px 30px;
        -moz-background-size: 6px 30px;
        color: #bbb;
        font-size: 20px;
        position: absolute;
        height: 50%;
        border: 0;
        right: 0;
        padding: 0;
        width: 25px;
        z-index: 3
    }

        .quantity .minus:hover, .quantity .plus:hover {
            background-color: #dad8da
        }

    .quantity .minus {
        bottom: 0
    }

.shopping-cart {
    margin-top: 20px;
}

.product-name {
    font-size: 18px;
}

/* Bottom login */

.bottom-login {
    position: fixed;
    background: #aaa;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 12px;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    left: 15px;
    bottom: 0;
    transition: background 0.5s;
}

    .bottom-login:focus {
        background: #4f8417;
        color: #fff;
        outline: none;
    }

    .bottom-login:hover {
        background: #053f70;
        color: #fff;
    }


/* Back to top button */

.back-to-top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    
    display: none;
    
    height: 2rem;
    width: 2rem;
    
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    
    background: rgba(0,0,0,0.25);
    border-radius: 10rem;
    
    transition: background 0.5s;
}

    .back-to-top:focus {
        background: #dd1a6e;
        color: #fff;
        outline: none;
    }

    .back-to-top:hover {
        background: #dd1a6e;
        color: #fff;
    }
    
.btn {
    font-weight: 500;
    
    border-radius: 100px;
}

.btn-secondary {
    color: #0a0909;
    text-decoration: underline #dd1a6e solid .125rem;
    
    background: none;
    border: none;
    border-radius: 0;
}
    .btn-secondary:hover {
        color: #0a0909;
        text-decoration: underline #0a0909 solid .125rem;
        
        background: none;
        border: none;
    }
    
.btn-sm {
    padding: .25rem .75rem;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    padding: .75rem 0;
    
    color: #fff;
    font-size: .825rem;
    
    border-bottom: .0625rem solid #0a0909;
}

    #topbar .contact-info {
        display: flex;
        gap: .5rem;
    }

    #topbar a {
        display: inline-block;
        
        padding: .5rem 0;
        
        color: #0a0909;
        line-height: 1;
        text-decoration: none;
        
        border-bottom: .125rem solid transparent;
    }

        #topbar a:hover {
            color: #0a0909;
            
            border-bottom: .125rem solid #dd1a6e;
        }
    
    
    #topbar .contact-info a {
        text-transform: lowercase;
    }
    
        #topbar .contact-info a:first-letter {
            text-transform: uppercase;
        }
    
    #topbar .dropdown-toggle {
        border: .0625rem solid rgba(10, 9, 9, .2);
        border-radius: .25rem;
    }
    
        #topbar .dropdown-toggle::after {
            margin-left: .5rem;
            
            border-top: .25rem solid #dd1a6e;
            border-right: .25rem solid transparent;
            border-bottom: 0;
            border-left: .25rem solid transparent;
        }
    
        #topbar .dropdown-toggle:hover {
            text-decoration: none;
            
            border-color: #dd1a6e;
        }
    
    #topbar .dropdown-menu {
        margin-top: .25rem;
        padding: .5rem;
        
        border-color: transparent;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }
    
    #topbar #uploadSubmissionItem {
        width: 100%;
    }
    
    #topbar .dropdown-menu .dropdown-item {
        display: block;
        
        padding: .75rem;
        
        font-weight: 500;
        text-decoration: none;
        
        border-bottom: 2px solid transparent;
    }
    
    #topbar .dropdown-menu .dropdown-item:hover {
        background: transparent;
        border-bottom: 2px solid #dd1a6e;
    }
    
    #topbar .dropdown-menu .dropdown-item.dologout {
        border-top: .0625rem solid rgba(10, 9, 9, .2);
    }
    

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    position: relative;
    z-index: 997;
    
    padding: 16px 0;
    
    background: #fff;
    border-bottom: 1px solid #0a0909;
}

    .is-sticky #header {
        border: none;
        box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
    }

    #header #logo h1 {
        font-size: 42px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }

        #header #logo h1 a {
            color: #053f70;
            line-height: 1;
            display: inline-block;
        }

            #header #logo h1 a span {
                color: #4f8417;
            }

    #header #logo .companyweb {
        display: block;
        width: 48px;
        height: 48px;
        
        background: url(https://web.archive.org/web/20240527133717im_/https://borderschamber.com/wp-content/uploads/2024/04/SBCC-brandmark.png);
        background-size: contain;
    }
    
    #header #logo img {
        display: none;
        padding: 0;
        margin: 0;
    }

/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/


.herodescription {
    max-width: 50% !important;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .herodescription {
        max-width: 100% !important;
    }

    .introinner {
        height: 70vh;
    }
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro.internalpage {
    height: auto !important;
}

    #intro.internalpage .intro-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        
        position: relative;
        
        margin-right: auto;
        margin-left: auto;
        padding: 3rem 15px;
        
        background: #0ebaad;
        
        overflow: hidden;
    }

        #intro.internalpage .intro-content::before {
            position: absolute;
            content: '';
            right: 0;
            top: 0;
            z-index: 0;
            
            width: 2rem;
            height: 100%;
            
            background: repeating-linear-gradient(-45deg, #fff 0px, #fff 16px, rgba(10, 9, 9, 0) 16px, rgba(10, 9, 9, 0) 32px);
        }
        
    #intro.internalpage .intro-content > * {
        position: relative;
    }

    #intro.internalpage .intro-content #heventname {
        font-size: 2.98rem;
        text-decoration: underline #0a0909 solid .25rem;
    }

    #intro.internalpage .intro-content > br {
        display: none;
    }

        #intro.internalpage #heventdatetime {
            margin-bottom: 2rem;
            
            font-size: 1.125rem;
            font-weight: 600 !important;
        }
        
    #intro.internalpage #hdirectorycontact small,
    #intro.internalpage #hmembereventscontact small {
        display: inline-flex;
        padding: .25rem .25rem .25rem 0;
        
        background: #0ebaad;
    }
        
    #intro.internalpage #hdirectorycontact a,
    #intro.internalpage #hmembereventscontact a {
        text-decoration: underline solid #0a0909 2px;
    }
        
    #intro.internalpage #hdirectorycontact i:not(.fa-brands),
    #intro.internalpage #hmembereventscontact i:not(.fa-brands) {
        display: none;
    }
        
    #intro.internalpage #hdirectorycontact i.fa-brands,
    #intro.internalpage #hmembereventscontact i.fa-brands {
        margin: 0 1rem 0 0 !important;
    }

    #intro.internalpage .intro-content .btn-get-started,
    #intro.internalpage .intro-content .btn-projects {
        display: inline-block;
        padding: .75rem 1.5rem;
        font-family: inherit;
        font-weight: 500;
        font-size: 1.125rem;
        text-decoration: none;
        text-transform: lowercase;
        color: #0a0909;
        background: #0ebaad;
        border: 2px solid #0a0909;
        border-radius: 10rem;
        transition: 0.3s;
    }
    
    #intro.internalpage .intro-content .btn-get-started::first-letter, 
    #intro.internalpage .intro-content .btn-projects::first-letter {
        text-transform: uppercase;
    }

        #intro.internalpage .intro-content .btn-get-started:hover,
        #intro.internalpage .intro-content .btn-projects:hover {
            background: rgba(10, 9, 9, 1);
            border-color: #0a0909;
            color: #fff;
            text-decoration: none;
        }
    
    #intro.internalpage .intro-content #divbookattendees {
        width: 100% !important;
        
        padding: 1rem 0 0;
        
        color: inherit !important;
        
        border-top: .125rem solid #0a0909;
    }
    
    #intro.internalpage .intro-content #divbookattendees > div:first-child {
        padding-bottom: 1rem !important;
        
        font-size: 1.125rem;
        font-weight: 500;
    }
    
    #intro.internalpage #bookingtouchspin {
        display: flex;
        align-items: center;
        justify-content: center;
        
        margin-bottom: 1rem;
    }
    
    #intro.internalpage .bootstrap-touchspin-up,
    #intro.internalpage .bootstrap-touchspin-down {
        height: 3rem;
        width: 3rem;
        
        background: #0a0909;
        border: 1px solid #0a0909;
    }
        
    #intro.internalpage .intro-content #bookingtouchspin input  {
        flex: 0 1 auto;
        
        width: 4rem;
    }
    
    #intro.internalpage #btnsubmitbooking {
        margin-left: 1rem;
    }
    
    #intro.internalpage center {
        width: 100%;
        
        padding: 1rem 0 0;
        
        border-top: .125rem solid #0a0909;
    }
        
    @media (max-width: 767px) {
        
        #intro.internalpage .intro-content #heventname {
            padding: 0 2rem 0 0;
        }
        
    }
    
    @media (min-width: 768px) {
        
        #intro.internalpage {
            padding: 1rem;
        }
        
        #intro.internalpage .intro-content {
            max-width: 720px;
            
            border-radius: .25rem;
        }
        
        #intro.internalpage .intro-content::before {
            top: 0;
            right: 0;
            bottom: 0;
            left: auto;
            
            width: calc(33.333333% - 1rem);
            height: auto;
        }
        
        #intro.internalpage .intro-content #heventname {
            width: 75%;
        }
        
        #intro.internalpage .intro-content #divbookattendees {
            width: 68% !important;
        }
        
        #intro.internalpage #hdirectorycontact,
        #intro.internalpage #hmembereventscontact {
            border-left: .25rem solid #0a0909;
            padding: 0 0 0 2rem;
        }
        
    }
    
    @media (min-width: 992px) {
        
        #intro.internalpage {
            padding: 3rem 1rem 0;
        }
        
        #intro.internalpage .intro-content {
            max-width: 960px;
            
            padding: 4rem 15px;
        }
        
        #intro.internalpage .intro-content #heventname {
            width: 60%;
        }
        
        #intro.internalpage .intro-content #divbookattendees {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            
            width: 65% !important;
        }
        
        #intro.internalpage .intro-content #divbookattendees > div:first-child {
            flex: 0 1 auto;
            
            padding-bottom: 0 !important;
        }
        
        #intro.internalpage .intro-content #bookingtouchspin  {
            width: auto;
            
            margin-bottom: 0;
        }
        
        #intro.internalpage #btnsubmitbooking {
            margin-left: 2rem;
        }
        
        #intro.internalpage .intro-content center  {
            width: 100%;
            
            padding-top: 1rem;
            margin-top: 1rem;
            
            text-align: right;
        }
        
    }
    
    @media (min-width: 1200px) {
        
        #intro.internalpage {
            padding: 4rem 1rem 0;
        }
        
        #intro.internalpage .intro-content {
            max-width: 1140px;
            
            padding: 5rem 4rem;
        }
        
        #intro.internalpage #hdirectoryname,
        #intro.internalpage #hmembereventsname {
            margin-bottom: 4rem;
        }
        
        #intro.internalpage .intro-content #heventname {
            width: 50%;
            
            font-size: 3.81rem;
        }
        
        #intro.internalpage #heventdatetime {
            font-size: 1.5rem;
        }
    }

    #intro #intro-carousel {
        z-index: 8;
        opacity: 0.5;
    }

        #intro #intro-carousel::before {
            content: '';
            background-color: rgba(255, 255, 255, 0.7);
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 7;
        }

        #intro #intro-carousel .item {
            width: 100%;
            height: 20vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transition-property: opacity;
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul:after {
    position: relative;
    padding: 4px 0 0 8px;
    
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f107";
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
    margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
    display: inline-flex;
    align-items: center;
    
    height: 40px;
    
    color: #0a0909;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    
    border-bottom: .125rem solid transparent;
    
    outline: none;
}

.nav-menu a:hover,
.nav-menu a.member-nav-option:hover {
    color: #0a0909;
    
    border-bottom: 2px solid #dd1a6e;
}

.nav-menu .menu-active > a {
    color: #dd1a6e;
}

.nav-menu a[href*="basket"] {
    display: flex;
    gap: .5rem;
    
    padding: 0 1rem;
    
    border: .125rem solid rgba(10, 9, 9, .2);
    border-radius: 10rem;
}

    .nav-menu a[href*="basket"]:hover {
        border: .125rem solid #dd1a6e;
    }

.nav-menu > li {
    padding: 0;
    margin-left: 32px;
}

.nav-menu > li.menu-active a {
    border-bottom: 2px solid #dd1a6e;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            display: block;
            padding: 10px;
            font-size: 14px;
            text-transform: none;
            transition: 0.3s;
        }

    .nav-menu ul ul {
        margin: 0;
    }

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 26px 26px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #fff;
    }

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding: 1rem 1.5rem;
    bottom: 0;
    z-index: 998;
    background: #0a0909;
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 1.125rem;
                overflow: hidden;
                padding: 1rem 0;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
                
                border-bottom: 2px solid transparent;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                    
                    border-bottom: 2px solid #dd1a6e;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #4f8417;
            }

        #mobile-nav ul .menu-item-active {
            color: #4f8417;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
    margin-bottom: 15px;
}

    .section-header h2 {
        position: relative;
        
        display: inline-flex;
        
        text-decoration: underline 4px #00cae8;
    }

    .section-header p {
        padding: 0;
        margin: 0;
    }

/* About Section
--------------------------------*/

#about {
    padding: 60px 0 30px 0;
}

    #about .about-img {
        overflow: hidden;
    }

        #about .about-img img {
            margin-left: -15px;
            max-width: 100%;
        }

    #about .content h2 {
        color: #053f70;
        font-weight: 700;
        font-size: 36px;
        font-family: "Raleway", sans-serif;
    }

    #about .content h3 {
        color: #555;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        font-style: italic;
    }

    #about .content p {
        line-height: 26px;
    }

        #about .content p:last-child {
            margin-bottom: 0;
        }

    #about .content i {
        font-size: 20px;
        padding-right: 4px;
        color: #4f8417;
    }

    #about .content ul {
        list-style: none;
        padding: 0;
    }

        #about .content ul li {
            padding-bottom: 10px;
        }

/* Services Section
--------------------------------*/

#services {
    padding: 30px 0 0 0;
}

    #services #divfilters {
        padding: 1rem 0 !important;
        margin: 0 !important;
        
        font-size: 1.125rem;
        
        border: none !important;
        border-bottom: 4px solid #0a0909 !important;
        border-top: 4px solid #0a0909 !important;
    }
    
    #services #divfilters > :last-child {
        max-width: none;
        width: auto;
    }
    
    #services #divfilters #btnclearfilter {
        height: calc(1.8125rem + 2px);
        
        padding-top: 0;
        padding-bottom: 0;
    }
    
    /*#services .box:hover {
        box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
    }*/

    #services .box .icon i {
        color: #444;
        font-size: 64px;
        transition: 0.5s;
        line-height: 0;
        margin-top: 34px;
    }

        /*#services .box .icon i:before {
            background: #fff;
            background: linear-gradient(45deg, #444 0%, #444 100%);
            background-clip: border-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }*/
        
#calendaritems {
    margin-top: 4rem;
}
    
    #calendaritems .box {
        padding: 2rem;
        margin-bottom: 30px;
        min-height: 275px;
        
        border: 2px solid #0a0909;
        border-radius: 4px;
        
        transition: 0.4s;
    }
    
    #calendaritems .box .icon {
        width: 50%;
        max-width: 10rem;
        
        margin: 0 0 2rem 0;
    }
    
    #calendaritems .box .icon .img-thumbnail {
        padding: 0;
        
        border: none;
        border-radius: 0;
    }
    
    #calendaritems .box p small {
        display: block;
        margin-bottom: .75rem;
        font-size: 1rem;
    }
    
    #calendaritems .box p b {
        font-weight: 500;
    }
    
    #calendaritems .box br {
        display: none;
    }

    #calendaritems .title,
    #calendaritems .description {
        margin-bottom: 1rem;
    }
    
    @media (min-width: 768px) {
        
        #calendaritems .box {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-auto-rows: max-content;
            gap: 1.5rem 2rem;
        }
        
        #calendaritems .content,
        #calendaritems .btn {
            grid-column: 2 / span 2;
        }
        
        #calendaritems .box .icon {
            width: 100%;
            max-width: none;
        }
        
    }
    
    @media (min-width: 992px) {
        
        #calendaritems {
            gap: 2rem 0;
        }
        
        #calendaritems .box {
            gap: .25rem 1.5rem;
            
            height: 100%;
            
            margin: 0;
            padding: 1.5rem;
        }
        
    }
    
/* Members and Directory Sections
--------------------------------*/

#membereventsitems {
    padding-top: 2rem;
}

#directoryitems .box,
#membereventsitems .box {
    padding: 1.5rem;
    margin: 0 0 2rem;
    
    border: 2px solid #0a0909;
    border-radius: 4px;
    
    background: repeating-linear-gradient(-45deg, hsl(0 5% 95% / 1), hsl(0 5% 95% / 1) 16px, #ffffff 16px, #ffffff 32px);
}

#membereventsitems .box .icon {
    margin-bottom: 1rem;
}

#directoryitems .box .icon i {
    display: none;
}

#directoryitems .box .icon img {
    margin: 0 0 1rem;
    
    border-color: #0a0909;
}

#directoryitems > :first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#directoryitems .box .btn,
#membereventsitems .box .btn {
    display: inline-flex;
    align-self: flex-start;
    
    width: auto;
}

@media (min-width: 768px) {
    
    #directoryitems,
    #membereventsitems {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin: 0;
    } 
    
    #directoryitems > :first-child {
        grid-column: 1 / -1;
    }
    
    #directoryitems > .col-lg-6,
    #membereventsitems > .col-lg-6 {
        width: auto;
        max-width: none;
        padding: 0;
    }
    
    #directoryitems .box,
    #membereventsitems .box {
        display: flex;
        flex-direction: column;
        
        height: 100%;
        
        padding: 2rem;
    }
    
    #directoryitems .box .btn,
    #membereventsitems .box .btn {
        margin-top: auto;
    }
    
}

@media (min-width: 1200px) {
    
    #directoryitems,
    #membereventsitems {
        grid-template-columns: repeat(3, minmax(320px, 1fr));
        gap: 2rem;
    }   
    
}


/* Clients Section
--------------------------------*/

#clients {
    display: none;
}
    
    #clients img {
        max-width: 100%;
        opacity: 0.5;
        transition: 0.3s;
        padding: 15px 0;
    }

        #clients img:hover {
            opacity: 1;
        }

    #clients .owl-nav,
    #clients .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #clients .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #clients .owl-dot.active {
            background-color: #4f8417;
        }

/* Our Portfolio Section
--------------------------------*/

#portfolio {
    background: #fff;
    padding: 30px 0;
}

    #portfolio .portfolio-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: all ease-in-out 0.4s;
    }

    #portfolio .portfolio-item {
        overflow: hidden;
        position: relative;
        padding: 0;
        vertical-align: middle;
        text-align: center;
    }

        #portfolio .portfolio-item h2 {
            color: #ffffff;
            font-size: 24px;
            margin: 0;
            text-transform: capitalize;
            font-weight: 700;
        }

        #portfolio .portfolio-item img {
            transition: all ease-in-out 0.4s;
            width: 100%;
        }

        #portfolio .portfolio-item:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        #portfolio .portfolio-item:hover .portfolio-overlay {
            opacity: 1;
            background: rgba(0, 0, 0, 0.7);
        }

    #portfolio .portfolio-info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/* Testimonials Section
--------------------------------*/

#testimonials {
    padding: 30px 0;
}

    #testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 30px 30px 0 30px;
        margin: 30px 15px;
        text-align: center;
        min-height: 350px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    }

        #testimonials .testimonial-item .testimonial-img {
            width: 90px;
            border-radius: 50%;
            border: 4px solid #fff;
            margin: 0 auto;
        }

        #testimonials .testimonial-item h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #111;
        }

        #testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #999;
            margin: 0;
        }

        #testimonials .testimonial-item .quote-sign-left {
            margin-top: -15px;
            padding-right: 10px;
            display: inline-block;
            width: 37px;
        }

        #testimonials .testimonial-item .quote-sign-right {
            margin-bottom: -15px;
            padding-left: 10px;
            display: inline-block;
            max-width: 100%;
            width: 37px;
        }

        #testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
        }

    #testimonials .owl-nav,
    #testimonials .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #testimonials .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #testimonials .owl-dot.active {
            background-color: #4f8417;
        }

/* Call To Action Section
--------------------------------*/

#call-to-action {
    padding: 3rem 0 0; }
    
    @media (min-width: 992px) {
      
      #call-to-action {
          display: flex;
          align-items: center;
          
          padding: 4rem 0;
          min-height: 40vh;
          
          background: url(https://web.archive.org/web/20240527133717im_/https://borderschamber.com/wp-content/uploads/2024/05/kelso.webp) right center/50% auto no-repeat;
      }
      
    }
    
    #call-to-action .text-center {
        text-align: left !important;
    }

    #call-to-action .cta-title {
        display: inline;
        padding: 0 1rem;
        background-color: #0a0909;
        color: #fff;
        
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }

    #call-to-action .cta-text {
        padding: 2rem 0 0;
        
        color: inherit;
        
     }
        
    #call-to-action .cta-btn-container {
        display: flex;
        gap: 1rem; }

        @media (min-width: 992px) {
            #call-to-action .cta-btn-container {
                align-items: flex-start;
                justify-content: flex-end;
            }
        }

    #call-to-action .cta-btn {
        /*display: inline-block;*/
        display: none;
        padding: .75rem 2.5rem;
        
        font-family: inherit;
        font-weight: 500;
        font-size: 1.125rem;
        text-decoration: none;
        color: rgba(221, 26, 110, 1);
        
        background: rgba(255,255,255,.4);
        border: 2px solid rgba(221, 26, 110, 0.75);
        border-radius: 10rem;
        transition: 0.3s;
    }

        #call-to-action .cta-btn:hover {
            background: rgba(221, 26, 110, 1);
            border-color: rgba(221, 26, 110, 1);
            color: #fff;
            text-decoration: none;
        }
        
    #call-to-action .registrationinstructions h3 {
        text-decoration: underline #0a0909 solid .25rem;
    }
    
        
    @media (min-width: 992px) {
  
        #call-to-action .cta-text {
            padding: 2rem 1rem 0;
            width: 75%;
            
            background: #fff;
        }
  
        #call-to-action .registrationinstructions {
            max-width: 66.666667%;
        }
        
        #call-to-action .registrationinstructions p {
            width: 75%;
        }
      
    }
    
    @media (min-width: 1200px) {
        
        #call-to-action {
              padding: 5rem 0;
          }
  
        #call-to-action .cta-text {
            font-size: 1.125rem;
        }
      
    }

/* Our Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 30px 0 0 0;
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
    }

        #team .member .pic {
            overflow: hidden;
            text-align: center;
        }

            #team .member .pic img {
                max-width: 100%;
            }

        #team .member .details {
            background: #4f8417;
            color: #fff;
            padding: 15px;
            border-radius: 0 0 3px 3px;
        }

        #team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
        }

        #team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
        }

        #team .member .social {
            margin-top: 5px;
        }

            #team .member .social a {
                color: #fff;
            }

            #team .member .social i {
                font-size: 16px;
                margin: 0 2px;
            }

/* Contact Section
--------------------------------*/

#contact {
    padding: 2rem 0;
    margin: 2rem 0 0;
    
    background: #EEDC43;
}

    @media (max-width: 991px) {
        
        #contact {
            font-size: .875rem;
        }
        
    }

    @media (min-width: 1200px) {
        
        #contact {
            padding: 4rem 0;
            margin: 4rem 0 0;
        }
        
    }
    
    #contact .section-header h2 {
        text-decoration-color: #0a0909;
    }

    #contact .contact-info {
        margin-bottom: 0;
        text-align: center; }
    
        @media (max-width: 767px) {
            
            #contact .contact-info {
                gap: 2rem;
            }
            
        }

        #contact .contact-info i {
            display: inline-block;
            
            margin-bottom: 0;
            
            font-size: 2.5rem;
        }

        #contact .contact-info i::before {
            font-family: "Font Awesome 6 Free" !important;
            font-weight: 900;
        }
        
        #contact .contact-info .contact-address i::before {
            content: "\f3c5" !important;
        }
        
        #contact .contact-info .contact-phone i::before {
            content: "\f3cf" !important;
        }
        
        #contact .contact-info .contact-email i::before {
            content: "\f0e0" !important;
        }

        #contact .contact-info address,
        #contact .contact-info p {
            margin-bottom: 0;
        }

        #contact .contact-info h3 {
            margin-bottom: .5rem;
            
            font-size: 1.125rem;
        }

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 1rem;
        
        margin-bottom: 0;
        padding: 2rem;
        
        background: #fff;
        border: .125rem solid #0a0909;
        border-radius: .25rem;
    }

    #contact #google-map {
        height: 290px;
        margin-bottom: 20px;
    }

    #contact .form #sendmessage {
        color: #4f8417;
        border: 1px solid #4f8417;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #contact .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        #contact .form #sendmessage.show,
        #contact .form #errormessage.show,
        #contact .form .show {
            display: block;
        }

    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .form input,
    #contact .form textarea {
        padding: 10px 14px;
        border-radius: 0;
        box-shadow: none;
        font-size: 15px;
    }

    #contact .form button[type="submit"] {
        background: #4f8417;
        border: 0;
        border-radius: 3px;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        cursor: pointer;
    }

        #contact .form button[type="submit"]:hover {
            background: #2dc899;
        }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
main #footer .copyright {
    display: flex;
    gap: .75rem;
    justify-content: center;
}

    @media (min-width: 768px) {
        
        main #footer .copyright {
            gap: 1.5rem;
        }       
        
    }

#footer {
    padding: 0 0 30px 0;
    
    color:#fff;
    font-size: 14px;
    
    background: #0a0909;
}

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #555;
    }

    #footer a {
        color: #fff;
    }
    
    #footer a:hover {
        color: unset;
        text-decoration: underline solid #fff 2px;
    }

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        height: 100%;
        
        padding: 1rem;
    }
}

@media (min-width: 1200px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 4rem 2rem;
    }
}

@media (max-width: 1200px) {

    #header {
        padding: 20px 0;
        height: 100px;
    }

        #header #logo h1 {
            font-size: 34px;
        }

        #header #logo img {
            max-height: 70px;
        }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: block;
        
        height: 3rem;
        width: 3rem;
        
        background: #0a0909;
        border-radius: 10rem;
    }

    #about .about-img {
        height: auto;
    }

        #about .about-img img {
            margin-left: 0;
            padding-bottom: 30px;
        }
}

@media (max-width: 767px) {
    #intro .intro-content h2 {
        font-size: 34px;
    }

    #services .box .box {
        margin-bottom: 20px;
    }

    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}


.btn-primary, .btn-success {
    color: #fff;
    font-weight: 500;
    
    background: #dd1a6e;
    border: 2px solid #dd1a6e;
    border-radius: 100px;
    text-decoration: none;
}


    .btn-primary:hover, .btn-success:hover {
        color: #fff;
        background-color: #0a0909;
        border-color: #0a0909;
        text-decoration: none;
    }

.btn-booking {
    color: #fff;
}

label {
    display: inline-block;
    
    font-size: 14px;
    font-weight: 500;
}

.badge-secondary {
    color: #fff;
    background-color: #578934;
}

.badge {
    display: inline-block;
    padding: 4px 8px 5px 8px !important;
    margin-top: -7px !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2.25rem;
}

.media {
    padding-top: 9px;
}

.price {
    font-size: 22px;
}

.h2light {
    font-weight: 200;
}


.bootstrap-touchspin-down {
    border-color: #ced4da;
    border-right: 0 !important;
    border-radius: 0;
    margin-top: 1px;
}

.bootstrap-touchspin-up {
    border-color: #ced4da;
    border-left: 0 !important;
    border-radius: 0;
    margin-top: 1px;
}

.login {
    display: none !important;
}

.loading {
    width: 95%;
    text-align: center;
}

.sponsorlogo {
    max-width: 200px;
    max-height: 100px;
}

.presenterimage {
    max-width: 200px;
    max-height: 100px;
}

.modal-backdrop.show {
    opacity: .8;
}

.modal-header .close {
    font-size: 2rem;
    font-weight: 400;
}

.input-group-prepend {
    text-align: center !important;
}

.input-group-text {
    justify-content: center;
    
    width: 3rem;
    
    color: #0a0909;
    
    background: none;
    border-color: #0a0909;
}

.form-control {
    height: 3rem;
    
    color: #0a0909;
    
    border-color: #0a0909;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #dd1a6e;
}

input[type="checkbox"]:checked {
    accent-color: #dd1a6e;
}


@media (min-width: 768px) {
    
    #loginmodal .modal-header,
    #loginmodal .modal-body {
        padding-left: 2rem;
        padding-right: 2rem;
    }
        
}

.card img {
    max-width: 200px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.btn .moreinfo {
    color: #fff !important;
}

.userlogo {
    max-height: 200px;
    max-width: 200px;
}

select {
    cursor: pointer;
}

.postcode {
    text-transform: uppercase;
}

    .postcode::-webkit-input-placeholder { /* WebKit browsers */
        text-transform: none;
    }

    .postcode:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        text-transform: none;
    }

    .postcode::-moz-placeholder { /* Mozilla Firefox 19+ */
        text-transform: none;
    }

    .postcode:-ms-input-placeholder { /* Internet Explorer 10+ */
        text-transform: none;
    }

    .postcode::placeholder { /* Recent browsers */
        text-transform: none;
    }


.dropdown-menu {
    font-size: 14px;
}

/*.icon .img-thumbnail:hover {*/
/*    -ms-transform: scale(3);*/
/*    -webkit-transform: scale(3);*/
/*    transform: scale(3);*/
/*}*/

.nocolour {
    background-color: #fff !important;
    color: #444 !important;
}

/*Used to set the general text colour theme*/
#textcontent {
    flex: none;
    width: 100% !important;
    max-width: none;
    
    margin: 0 0 1rem !important;
    
    font-weight: 500 !important;
}

    #textcontent::after {
        content: 'Events';
    }

/*Paypal styling*/
#processing {
    text-align: center;
}

.btnpaypal {
    display: none;
    margin-top: 5px;
}

/*Loading styling*/
#loadingModal {
    background-color: #fff;
    opacity: 0.65;
}

.companylogo {
    max-height: 105px;
    max-width: 350px;
}

/* Header Container */

@media (min-width: 1500px) {
    .containerHeader {
        max-width: 1400px;
    }
}

.containerHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    width: 100%;
    max-width: 1140px;
    
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Email Sending */
.emailLoading {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    display: none;
}

#eventdetails img {
    max-width: 100%;
    object-fit: contain;
}

.forgotPasswordDiv {
    margin: 0 27.5% 80px 27.5%;
    text-align: center;
}

@media (max-width: 991px) {
    .forgotPasswordDiv {
        margin: 0 10% 80px 10%;
    }
}

@media (max-width: 767px) {
    .forgotPasswordDiv {
        margin: 0 0 80px 0;
    }
}

.forgotPasswordInnerDiv {
    width: 70%;
    margin: auto;
}

@media (max-width: 576px) {
    .forgotPasswordInnerDiv {
        width: 90%;
    }
}

.login-model-footer {
    padding: 2rem;
    
    border: 0;
}

.login-footer-details {
    text-align: center;
    font-size: 14px;
    border-top: 3px solid #e9ecef;
    padding: 1.5rem 0 1rem 0;
}

@media (min-width: 768px) {
    
    .login-footer-details {
        margin: 0 -2rem;
        padding: 1.5rem 1rem 1rem;
    }
        
}

.profileJoinNow {
    text-align: center !important;
    margin-top: 20px !important;
    padding: 20px 0 !important;
    border-radius: 15px;
}

#registeritems #contact {
    padding: 0;
    margin: 0 -15px;
    
    background: transparent;
}

#registeritems .btn + .btn {
    margin-left: 1.5rem;
}

#registeritems .btn.reset {
    color: #0a0909;
    text-decoration: underline #dd1a6e solid .125rem;
    
    background: none;
    border: none;
    border-radius: 0;
}
    #registeritems .btn.reset:hover {
        color: #0a0909;
        text-decoration: underline #0a0909 solid .125rem;
        
        background: none;
        border: none;
    } 

.requiredFields {
    width: 100%;
    text-align: right;
    margin-right: 30px;
    margin-bottom: 20px;
}

.registerLabels {
    font-size: 14px;
    color: #000;
}

#divimages .text-center {
    border: 1px solid #000;
    padding: 20px;
}

#user .card .card-header {
    padding: 0;
    border-radius: 0 !important;
    border: none;
}

    #user .card .card-header button {
        border-radius: 0;
        width: 100%;
        border: none !important;
        margin: 0 !important;
        text-decoration: none;
        padding: 20px;
        font-size: 24px !important;
        line-height: 1;
        color: #fff;
    }

/* ------------------------ SagePay Transaction Page Start ------------------------ */

#processing {
    margin-top: 30px;
    margin-bottom: 30px;
}

#successImage {
    height: 100%;
    text-align: center;
    font-size: 60px;
}

#confirmationText {
    margin-top: 30px;
    font-size: 20px;
}

#divprocessing hr {
    border-top: 1px solid rgba(0,0,0,.25);
}

.paymentButtonContainer {
    text-align: center;
    display: none;
    margin-bottom: 30px;
    font-size: 20px;
}

/* ------------------------ SagePay Transaction Page End ------------------------ */

.eventcontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .eventcontainer #divstatus h3 {
        display: none;
    }

    .eventcontainer #divpricing b {
        font-weight: 600;
    }

@media (min-width: 768px) {
    .eventcontainer {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .eventcontainer {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .eventcontainer {
        max-width: 1140px;
    }
}

.selectprice {
    border: 2px solid #053f70;
    padding: 20px;
    margin: 30px 0;
}

.priceradio {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .nav-bar-options {
        display: list-item !important;
    }
}

@media (max-width: 1199px) {
    .menuusememberupdates {
        display: none !important;
    }
}

.memberbenefitstitle {
    color: #053f70;
}

.memberbenefitsinfo {
    margin-bottom: 20px;
}

#accordion .card-header {
    background-color: #053f70;
}

#accordion .card-link {
    color: #fff;
    font-size: 24px;
}

#accordion .card-body {
    padding: 40px 40px;
}

.memberbenefitimage {
    margin-bottom: 30px;
}
/*
     FILE ARCHIVED ON 13:37:17 May 27, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:51:23 Mar 04, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.566
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.012
  esindex: 0.01
  cdx.remote: 24.071
  LoadShardBlock: 125.45 (3)
  PetaboxLoader3.resolve: 150.89 (3)
  PetaboxLoader3.datanode: 173.058 (5)
  load_resource: 216.729
  loaddict: 51.038
*/