@font-face {
    font-family: "Saol Text";
    src: url('SaolText-Regular.otf');
}

@font-face {
    font-family: "GT America Extended";
    src: url('GTAmerica/GT-America-Extended-Bold.otf');
    font-weight: 600;
}

@font-face {
    font-family: "GT America Extended";
    src: url('GTAmerica/GT-America-Extended-Regular.otf');
    font-weight: 400;
}


/* Default Styles */
.font-headline {
    font-family: 'HelveticaNowProDisplayBold','Saol Text',Georgia,Cambria,'Times New Roman',Times,serif;
    text-transform: uppercase;
}
.font-body {
    font-family: 'Owners Regular',Tahoma,sans-serif;
    font-weight: 400;
}
/* End Default Styles */

@media (min-width: 576px) {
    .container {
        max-width: 540px;
        width: 100%;
        padding-right: 6rem;
        padding-left: 6rem;
    }
}

.container {

    width: 100%;
    max-width: 1600px;
}

.pad-container {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

header .navbar {
    background-color: transparent;
    border: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    
}

header .navbar-brand {
    margin-left: unset;
    color: rgb(35,31,32,1);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -2px;
    align-items: center;
    padding: unset;
}

header .navbar-brand span {
    display: none
}

    header .navbar-brand > img {
        display: inline-block;
        max-width: 50px;
    }

    .navbar-nav {
        padding-left: 2rem;
    }

    .bg-nav-bar {
        background-color: rgb(240, 240, 240, 1) !important;
    }

    .nav-link{
        font-family: 'HelveticaNowProDisplayBold';
        font-size: 2rem;
    }

/* Components */
.grid-actions .btn-grid-action {
    background-color: transparent;
}

.panel-heading {
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}

.avatar-xxl {
    width: 86;
    height: 86;
}

.btn-action, .btn-action:hover {
    color: white;
}

.attribute-matrix-editor>span{ display:none; }

.js-notecontainer {
    position: sticky;
    top: 0;
}
    
/* Main Footer Block */
footer.pcc-v2 {
    margin-top: 5rem;
    padding-top: 8rem;
    padding-bottom: 5rem;
    text-transform: none;
    background-color: rgba(226,227,218,1);
    width: 100%;
    overflow: hidden;
    margin-bottom: unset;
}

@media (min-width: 1024px) {
    footer.pcc-v2 {
        padding-top: 5rem;
    }
}

.b-absolute {
    position: absolute;
    bottom: 0;

}

/* Main Footer Container Block */
footer.pcc-v2 .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

@media (min-width: 640px) {
    footer.pcc-v2 .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    footer.pcc-v2 .container {
        max-width: 768px;
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

@media (min-width: 1024px) {
    footer.pcc-v2 .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    footer.pcc-v2 .container {
        max-width: 1280px;
        padding-right: 6rem;
        padding-left: 6rem;
    }
}

@media (min-width: 1440px) {
    footer.pcc-v2 .container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    footer.pcc-v2 .container {
        max-width: 1600px;
    }
}

/* ========================== Main Footer > Container > Heading ========================== */
footer.pcc-v2 .container .footer-heading {
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(74,69,70,1);
}

/* Main Footer > Container > Heading > Logo */
footer.pcc-v2 .container .footer-heading a {
    width: 3rem;
    display: block;
    color: rgb(35,31,32,1);
}

@media (min-width: 1024px) {
    footer.pcc-v2 .container .footer-heading a {
        width: 5rem;
    }
}

/* Main Footer > Container > Heading > Logo > SVG */
footer.pcc-v2 .container .footer-heading a svg {
    fill: currentColor;
    width: 100%;
    display: block;
}

footer.pcc-v2 .container .footer-heading h4 {
    line-height: 1;
    font-size: 1.25rem;
    color: rgb(35,31,32,1);
    text-transform: uppercase;
    font-family: 'HelveticaNowProDisplayBold','Saol Text',Georgia,Cambria,'Times New Roman',Times,serif;
}

@media (min-width: 768px) {
    footer.pcc-v2 .container .footer-heading h4 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1024px) {
    footer.pcc-v2 .container .footer-heading h4 {
        font-size: 1.875rem;
    }
}

/* ========================== Main Footer > Container > Middle ========================== */
footer.pcc-v2 .container .footer-middle {
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    footer.pcc-v2 .container .footer-middle {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

footer.pcc-v2 .container .footer-middle .left-col {
    max-width: 20rem;
}

    footer.pcc-v2 .container .footer-middle .left-col h4 {
        color: rgb(35,31,32,1);
        font-family: 'HelveticaNowProDisplayBold','Saol Text',Georgia,Cambria,'Times New Roman',Times,serif;
        width: 60%;
        text-transform: uppercase;
        font-size: 1.25rem;
    }

@media (min-width: 768px) {
    footer.pcc-v2 .container .footer-middle .left-col h4 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1024px) {
    footer.pcc-v2 .container .footer-middle .left-col h4 {
        font-size: 1.875rem;
        width: 80%;
    }
}

footer.pcc-v2 .container .footer-middle .right-col {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    flex: 1 1 0%;
    max-width: 24rem;
}

    footer.pcc-v2 .container .footer-middle .right-col nav {
        margin-top: 3rem;
    }

@media (min-width: 640px) {
    footer.pcc-v2 .container .footer-middle .right-col {
        flex-direction: row;
        justify-content: space-between;
        width: auto;
        max-width: 100%;
    }

    footer.pcc-v2 .container .footer-middle .right-col nav {
        margin-top: 0;
        margin-left: 5rem;
    }
}

@media (min-width: 1024px) {
    footer.pcc-v2 .container .footer-middle .right-col {
        justify-content: flex-end;
    }
}

footer.pcc-v2 .container .footer-middle .right-col nav h6 {
    text-transform: uppercase;
    margin-bottom: .75 rem;
    font-size: 1rem;
    font-weight: 600;
    color: rgba(103,98,99,1);
    font-family: 'HelveticaNowProDisplayBold',Georgia,Cambria,Times New Roman,Times,serif;
}

@media (min-width: 640px) {
    footer.pcc-v2 .container .footer-middle .right-col nav h6 {
        text-align: right;
    }
}

footer.pcc-v2 .container .footer-middle .right-col nav div.links {
    display: flex;
    flex-direction: column;
}

    footer.pcc-v2 .container .footer-middle .right-col nav div.links a {
        color: rgb(35,31,32,1);
        font-size: 1rem;
        transition: all 0.3s;
        text-decoration: none;
        font-weight: 400;
        font-family: "GT America Extended",Georgia,Cambria,Times New Roman,Times,serif;
    }


        footer.pcc-v2 .container .footer-middle .right-col nav div.links a:hover {
            color: rgba(0,183,227,1);
        }

@media (min-width: 640px) {
    footer.pcc-v2 .container .footer-middle .right-col nav div.links {
        align-items: flex-end;
    }

        footer.pcc-v2 .container .footer-middle .right-col nav div.links a {
            text-align: right;
        }
}


/* ========================== Main Footer > Container > Bottom ========================== */

/* Main Footer > Container > Bottom */
footer.pcc-v2 .container .footer-bottom {
    display: flex;
    width: 100%;
    border-top: 1px solid rgba(74,69,70,1);
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
}

    /* Main Footer > Container > Bottom > Menu */
    footer.pcc-v2 .container .footer-bottom .menu {
        flex-direction: column;
        display: flex;
    }

        footer.pcc-v2 .container .footer-bottom .menu .copyright {
            color: rgb(35,31,32,1);
            font-size: .75rem;
            text-align: center;
        }

@media (min-width: 1024px) {
    footer.pcc-v2 .container .footer-bottom .menu .copyright {
        margin-right: 2rem;
    }
}

footer.pcc-v2 .container .footer-bottom .menu .links {
    display: flex;
    flex-direction: column;
}

@media (min-width: 640px) {
    footer.pcc-v2 .container .footer-bottom .menu .links {
        flex-direction: row;
    }
}

footer.pcc-v2 .container .footer-bottom .menu .links a {
    color: rgb(35,31,32,1);
    font-size: .75rem;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
}


    footer.pcc-v2 .container .footer-bottom .menu .links a:hover {
        color: rgb(0,183,227,1);
    }

@media (min-width: 640px) {
    footer.pcc-v2 .container .footer-bottom .menu .links a {
        text-align: right;
    }

        footer.pcc-v2 .container .footer-bottom .menu .links a:not(:last-child) {
            margin-right: 2rem;
        }
}

@media (min-width: 1024px) {
    footer.pcc-v2 .container .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }

        footer.pcc-v2 .container .footer-bottom .menu {
            flex-direction: row;
        }
}

/* Main Footer > Container > Bottom > Icons */
footer.pcc-v2 .container .footer-bottom .icons {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

@media (min-width: 1024px) {
    footer.pcc-v2 .container .footer-bottom .icons {
        margin-top: 0;
    }
}

footer.pcc-v2 .container .footer-bottom .icons a {
    display: inline-flex;
    align-items: center;
    width: 1rem;
    color: rgb(35,31,32,1);
    text-decoration: none;
    transition: all 0.3s;
    margin-left: 1rem;
}

    footer.pcc-v2 .container .footer-bottom .icons a:hover {
        color: rgb(0,183,227,1);
    }

    footer.pcc-v2 .container .footer-bottom .icons a svg {
        display: flex;
        width: 100%;
        fill: currentColor;
    }


/* Katherine's Custom Styling Additions */

/* Whitespace */
.spacer-top {
    margin-top: 1rem;
}

/* Cards */
.horizontal-scroll {
    overflow-x: auto;
    display: flex;          /* Enable flexbox */
    flex-wrap: nowrap;
    padding-bottom: 20px; /* Add some padding at the bottom for scrollbar */
}
.horizontal-scroll .card {
    display: inline-block;
    margin-right: 25px; /* Adjust as needed */
    flex: 0 0 auto;  /* Prevent cards from shrinking */
    width: 425px;  /* Set a default width for larger screens */
}
.horizontal-scroll > div[class*="col-"] {
    flex: 0 0 auto;        /* Don't grow or shrink, width is based on content */
    width: auto !important; /* Override Bootstrap column widths within the scroll container */
}
.card {
    height: 100%; /* Make sure cards are of equal height */
    white-space: normal;
    padding: 20px;
}
.card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card .content {
    height: 10rem;
}
.card .text {
    overflow-y: auto;
    height: 12rem;
}
.bg-tan {
    background-color: rgb(226 227 218);
}
.btn-fixed {
    text-align: right;
    margin-top: 10px;
}

/* Scroll Styling */
.card .text::-webkit-scrollbar {
    width: 0.3em;
}
.card .text::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;  /* color of the scroll thumb */
    border-radius: 10px;
}

.horizontal-scroll::-webkit-scrollbar {
    height: 0.5em;  /* width of the entire scrollbar */
}

.horizontal-scroll::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;  /* color of the scroll thumb */
    border-radius: 10px;       /* roundness of the scroll thumb */
}
.horizontal-scroll::-webkit-scrollbar-track {
    margin-left: 2rem;
    margin-right: 2rem;
}

/* Mobile Specific Styling */
@media (max-width: 767px) { /* Adjust the breakpoint as needed */
    .horizontal-scroll {
        overflow-x: auto; /* Ensure horizontal scroll is active */
        padding-bottom: 20px; /* Keep bottom padding if needed */
        -webkit-overflow-scrolling: touch; /* For smoother scrolling on iOS */
    }  
    .horizontal-scroll .card {
        width: 90vw; /* Make cards take full width on mobile */
        margin-right: 15px; /* Remove right margin on mobile */
        margin-bottom: 15px; /* Add some bottom margin for spacing */
    }
    .pd-around {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .accordion-item {
        width: 100% !important; /* Override the inline style */
    }
    .container-md {
        margin-left: 0 !important;    /* Remove container margin on the left */
        margin-right: 0 !important;   /* Remove container margin on the right */
    }
}

/* Accordionpt */
.bg-tan {
    background-color: rgb(226 227 218);
}
.accordion-button:not(.collapsed) {
    background-color: rgb(226 227 218);
    box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.pd-around {
    padding-bottom: 4rem;
    padding-top: 2rem;
    padding-left: 4rem;
    margin-right: 4rem;
    margin-left: 4rem;
}

/* Side by Side */
.responsive-side-image {
    max-width: 100%; /* Ensures the image will shrink to fit its parent's width */
    height: auto;    /* Crucially maintains the image's aspect ratio, preventing cropping or distortion */
    display: block;  /* Removes any extra space below the image (common for inline elements) */
}

.border-15 {
    border-radius: 15px;
}