.ada-label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}


 /* Global Color Classes */
 .primary {
    color: #6684e3;
}

 .accent-bg {
    background-color: #c1d42f
 }

.primay-bg {
    background-color: #6684e3;
}

/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*----------------------- General Adjustments -----------------------*/
body {
    margin-top: 0px;
    background-color: #f5f5f5;
    color: #3f3f46;
}

a {
    text-decoration: none;
}

.button {
    background-color: #3f3f46;
    border-radius: 3px;
    color: #fafafa;
    transition: all .1s ease-in;
}

.button:hover {
    background-color: #27272a;
    color: #fafafa;
}

#main-photoslider {
    padding-top:106px;
}

.main-container {
    max-width: 1200px;
}

.user-login-form {
    margin: 0 auto;
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 15px;
}

.user-register-form {
    margin: 0 auto;
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 15px;
}

.user-pass {
    margin: 0 auto;
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-form {
    margin: 0 auto;
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 15px;
}

/*----------------------- Navbar -----------------------*/
#navbar {
    background: none;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.navbar-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navbar-inside {
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
}

.navbar-inside .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .5rem 0 !important;
}

.navbar-inside .logo img {
    width: 50px;
}

.navbar-standard {
    display: none;
}

.region-navigation-collapsible {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    width: 100%;
}

.navbar-standard .nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.nav a {
    color: #3f3f46 !important;
    font-weight: 500;
    transition: all .1s ease-in;
}

.nav a:hover,
.nav a.is-active {
    color: #c1d42f !important;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.btn-close:focus,
.btn-close:active {
    box-shadow: none !important;
}

.offcanvas ul {
    text-align: center;
}

.offcanvas ul li {
    margin: 1rem;
}

.navfixed {
    background-color: #FFF !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.mainfixed {
    margin-top: 105.14px;
}

.Login-Register-popup-link {
    background: #c1d42f;
    border-radius: 9999px;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 150px;
}

.Login-Register-popup-link a {
    color: #3f3f46;
}

.login-popup-form {
    color: #fafafa;
}

.block-quadmyaccount-block {
    border-radius:5px;
    color:#c1d42f;
    padding: 6px;
}

.block-quadmyaccount-block a {
    color:#c1d42f!important;
}

@media (min-width: 992px) {
    .navbar-header {
        width: auto;
    }

    .navbar-standard {
        align-items: center;
        display: flex;
        width: 100%;
    }

    .region-navigation-collapsible {
        flex-direction: row;
    }

    .navbar-standard nav {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .navbar-toggler {
        display: none;
    }

    .offcanvas {
        display: none;
    }
}

@media (max-width: 991px) {
    .Login-Register-popup-link {
        background: none;
        bottom: 50px;
        border-radius: 0px;
        color: #ffa509;
        left: 21px;
        text-align: center;
        top: auto;
    }

    .block-quadmyaccount-block {
        top:auto;
        bottom:50px;
        left: 21px;
        padding: 6px;
        text-align: center;
    }
}

/*----------------------- Main Content Overrides -----------------------*/
div.content {
    margin-left:0px;
    margin-right: 0px;
}

.page-header {
    margin-top:25px;
    font-family: Source Sans Pro;
    font-size:26px;
    font-weight: 500;
    color: #124a75;
    text-align: center;
    text-transform: uppercase;
}

.content h3 {
    margin-top:25px;
    font-family: Source Sans Pro;
    font-size:20px;
    font-weight: 500;
    color: #e6991e;
    text-align: center;
    text-transform: uppercase;
}

.content p {
    font-family: Source Sans Pro;
    font-weight:300;
    font-size:14px;
}

.content span {
    font-family: Source Sans Pro;
    font-weight:300;
    font-size:14px;
}

.content table {
    font-family: Source Sans Pro;
    font-weight:300;
    font-size:14px;
}

/*----------------------- Privacy PAges -----------------------*/
.block-quadprivacy,
.block-quadaccessibility,
.block-quadtermsofuse,
.block-quadfairhousing {
    font-weight: 300;
    text-align: justify;
}


.block-quadprivacy h1,
.block-quadprivacy h2,
.block-quadprivacy h3,
.block-quadprivacy h4,
.block-quadaccessibility h1,
.block-quadaccessibility h2,
.block-quadaccessibility h3,
.block-quadaccessibility h4,
.block-quadtermsofuse h1,
.block-quadtermsofuse h2,
.block-quadtermsofuse h3,
.block-quadtermsofuse h4,
.block-quadfairhousing h2 {
    font-weight: 500;
}

.quad_myAccount_style {
    background-color: #124a75;
    border:3px solid #f6ebc6;
    padding:15px 10px;
    color:white;
}

.quad_myAccount_title {
    font-family: Source Sans Pro;
    font-style:normal;
    font-weight:400;
    font-size:15px;
    text-align: center;
    color:#f6ebc6;
}

.quad_myAccount_subTitle {
    font-family: Source Sans Pro;
    font-style:normal;
    font-weight:400;
    font-size:14px;
    color:#f6ebc6;
    margin-top: 15px;
}

.quad_myAccount_loadwishlist {
    font-family: Source Sans Pro;
    font-style:normal;
    font-weight:300;
    font-size:13px;
    color:white;
    cursor: pointer;
}

.quad_myAccount_loadwishlist:hover {
    text-decoration: underline;
    color:white;
}

.quad_myAccount_searchLine {
    border: 1px solid white;
    margin-bottom:10px;
    padding:5px 8px;
}

.quad_myAccount_removeSearchLine {
    color:white;
    font-size:14px;
    float:right;
    cursor:pointer;
}

.quad_myAccount_removeSearchLine:hover {
    color:#f6ebc6;
}