
.breadcrumb {
    padding: 0.75rem 1rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb a.pathway {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 4px;
}

.header-logoRow .row,
.header-preHeader .row {
    max-width: 1920px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .header-mainMenu-row a#offcanvas-toggler.offcanvas-toggler-right {
        display: none;
    }
}

#sp-footer .container-inner {
    padding: 60px 0px 80px 0px;
    border-top: 1px solid #fff;
}

.burger-icon>span {
    background-color: #000 !important;
}

.view-article .article-details .article-header h1 {
    font-size: 25px;
    line-height: 28px;
}

#sp-main-body {
    padding: 50px 0;
}

.article-details .article-can-edit {
    position: left;
    margin-bottom: 3px;
}


.related-article-list-container .related-article-title {
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 25px;
}

.article-list .article .article-header h1,
.article-list .article .article-header h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}


body .sppb-btn,
body .btn {
    /* padding: 0.60rem 1.4rem 0.7rem 1.0rem; */
    padding: 12px 24px;
    font-size: 14px;
    text-transform: none;
}

body .sppb-btn.sppb-btn-default.sppb-btn-rounded,
body .sppb-btn.sppb-btn-primary.sppb-btn-rounded,
body .sppb-btn.btn-primary.sppb-btn-rounded,
body .btn.sppb-btn-default.sppb-btn-rounded,
body .btn.sppb-btn-primary.sppb-btn-rounded,
body .btn.btn-primary.sppb-btn-rounded {
    border-radius: 5px;
}

body .sppb-btn.sppb-btn-default,
body .sppb-btn.sppb-btn-default.sppb-btn-outline,
body .sppb-btn.sppb-btn-primary,
body .sppb-btn.sppb-btn-primary.sppb-btn-outline {
    color: #fff;
    background-color: #CB892C;
    border-color: #CB892C;
    background-image: none;
}

body .sppb-btn.sppb-btn-default.sppb-btn-outline,
body .sppb-btn.sppb-btn-primary.sppb-btn-outline {
    color: #CB892C;
    background-color: transparent;
}

body .sppb-btn.sppb-btn-default:hover,
body .sppb-btn.sppb-btn-default.sppb-btn-outline:hover,
body .sppb-btn.sppb-btn-primary:hover,
body .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover {
    color: #fff;
    background-color: #951d1f;
    border-color: rgb(149, 29, 31);
}

body .sppb-btn.sppb-btn-secondary,
body .sppb-btn.sppb-btn-secondary.sppb-btn-outline {
    color: #fff;
    background-color: #951d1f;
    border-color: #951d1f;
    background-image: none;
}

body .sppb-btn.sppb-btn-secondary.sppb-btn-outline {
    color: #951d1f;
    background-color: transparent;
}

body .sppb-btn.sppb-btn-secondary:hover,
body .sppb-btn.sppb-btn-secondary.sppb-btn-outline:hover {
    color: #fff;
    background-color: #CB892C;
    border-color: #CB892C;
}

body .sppb-btn.sppb-btn-white,
body .sppb-btn.sppb-btn-white.sppb-btn-outline {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    background-image: none;
}

body .sppb-btn.sppb-btn-white.sppb-btn-outline {
    color: #fff;
    background-color: transparent;
}

body .sppb-btn.sppb-btn-white:hover,
body .sppb-btn.sppb-btn-white.sppb-btn-outline:hover {
    color: #fff;
    background-color: #951d1f;
    border-color: rgb(149, 29, 31);
}


.sppb-form-control,
.form-control,
input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
select:not(.form-select):not(.form-control) {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #080821;
    border-radius: 0px;
    padding: 10px 10px;
    display: block;
    width: 80%;
    margin-bottom: 0px;
    color: #999999;
}


.header-logoRow {
    position: relative;
    background-size: 0px !important;
}

.header-preHeader {
    background-image: linear-gradient(97deg, #561415 0%, #CB892C 100%);
    font-size: 14px;
}
.header-preHeader .row {
    align-items: center;
}

.header-preHeader .social-icons {
    font-size: 22px;
    text-align: right;
    display: block;
}

.header-preHeader a {
    color: #fff;
}

.header-preHeader ul.social-icons>li:not(:last-child) {
    margin-right: 10px;
}


.headerBg {
    position: relative;
}
.headerBg::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 100%;
    height: calc(100% - 20px);
    background-image: inherit;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.logoWrapper {
    margin: 35px;
}

.logoWrapper a {
    display: inline-block;
}

.logoWrapper img {
    height: 100px;
}

.header-mainMenu ul.menu {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.header-mainMenu ul.menu-child {
    margin: 0 0 0 20px;
}

.header-mainMenu .sp-megamenu-parent {
    margin: 0 auto;
    float: none;
}

.header-mainMenu .sp-megamenu-parent>li:not(:last-child) {
    margin-right: 10px;
}

.header-mainMenu .sp-megamenu-parent>li:before {
    bottom: 0;
    background: #CB892C;
}

.header-mainMenu .sp-megamenu-parent>li:hover:before,
.header-mainMenu .sp-megamenu-parent>li.current-item:before,
.header-mainMenu .sp-megamenu-parent>li.active:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.header-mainMenu .sp-megamenu-parent>li>a,
.header-mainMenu .sp-megamenu-parent>li>span {
    color: #561415;
    padding: 15px 2px !important;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    text-transform: none;
    font-weight: 400;
}

.header-mainMenu .sp-megamenu-parent>li.active>a, 
.header-mainMenu .sp-megamenu-parent>li:hover>a {
    color: #CB892C;
}

.menu-toggler:after {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free"!important;
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after,
body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
}

.header-mainMenu .sp-dropdown .sp-dropdown-inner {
    padding: 0!important;
}

.header-mainMenu .sp-dropdown .sp-menu-item {
    width: 100%;
    font-size: 14px;
}

.header-mainMenu .sp-dropdown .sp-menu-item a {
    width: 100%;
    padding: 17px 22px!important;
    font-size: 14px!important;
    line-height: 1.1!important;
    text-transform: none!important;
    font-weight: 400!important;
    color: #561415;
}

.header-mainMenu .sp-dropdown .sp-menu-item:hover {
    background-color: #CB892C;
}

.header-mainMenu .sp-dropdown .sp-menu-item:hover>a {
    color: #fff!important;
}

.header-mainMenu .sp-dropdown .sp-menu-item:hover:before {
    opacity: 0!important;
}

.header-mainMenu-row a#offcanvas-toggler.offcanvas-toggler-right {
    float: none;
    margin-left: auto;
    padding: 15px;
}
@media (min-width: 992px) {
    .header-mainMenu-row a#offcanvas-toggler.offcanvas-toggler-right {
        display: none;
    }
}


.footerSubscribeBlock {
    padding: 0 20px;
    margin-bottom: -40px;
    z-index: 5;
    position: relative;
}

.footerHeader>h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.footerHeader {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footerHeader:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.footerMenu {
    font-size: 14px;
}

.footerMenu .menu>li {
    margin-left: 20px;
}

.footerMenu a,
.footerMenu .menu>li>a {
    color: rgb(226, 231, 233);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    
    margin-bottom: 4px;
}

.footerMenu a:hover,
.footerMenu .menu>li>a:hover {
    color: #831a1c;
}

.footer-legalLinks {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
}

.footer-copyright .sppb-addon-content {
    text-align: left;
}

.footer-legalLinks ul {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: end;
}

@media (max-width: 768px) {
    .footer-copyright .sppb-addon-content {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-legalLinks ul {
        justify-content: center;
    }
}

.footer-legalLinks ul>li>a {
    color: #fff;
}

.footer-legalLinks ul>li>a:hover {
    color: #831a1c;
}

.footer-legalLinks ul>li:not(:last-child):after {
    content: "|";
    margin: 0 5px;
}




/* Homepage */
.sectionHeader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.sectionHeader:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #561415;
    width: 100%;
}

.sectionHeader h3 {
    display: block;
    color: #561415;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    font-size: Helvetica, sans-serif;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
}

.homeBlock {
    min-height: 300px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-blend-mode: luminosity;
}

.homeBlock--overlay:before {
    border-radius: 25px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    z-index: -1;
    opacity: 0.6;
}

.heroGrid--Image .sppb-addon-content {
    line-height: 0;
}

.heroGrid--Image .sppb-addon-content .sppb-addon-single-image-container {
    width: 100%;
}

.heroGrid--Image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.heroGrid--Text {
    position: absolute;
    z-index: 1;
    display: block;
    padding: 20px;
    color: white;
    bottom: 0;
    right: 0;
    width: 70%;
    backdrop-filter: blur(10px);
    background-color: rgba(43, 45, 66, 0.3);
}

.heroGrid--Text h6 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 0;
}

.heroDivider {
    position: relative;
}

.heroDivider:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    pointer-events: none;
    bottom: 0;
    right: 0;

    height: 1px;
    width: 100%;
}

@media (min-width: 768px) {
    .heroDivider:before {
        width: 1px;
        height: 100%;
    }
}

.sp-main-body {

}

.pageMainContent .sp-page-builder:not(.page-9) .sppb-row-container {
    max-width: 1320px;
}

@media (min-width: 1200px) and (max-width: 1550px) {
    #cust-columns-hp [id^="column-wrap-id-"] {
        max-width: 50%!important;
        flex-basis: 50%!important;
    }
}

.image-layout-preset-style-collage {
    margin-bottom: 25px;
}

.image-layout-preset-style-collage .sppb-addon-image-layout-content {
    border-radius: 20px;
    margin-bottom:15px;
    background: #CB892C;
    color: #E2E7E9;
}

.image-layout-preset-style-collage .sppb-addon-image-layout-content .sppb-addon-image-layout-text h3  {
    display: none;
}

.image-layout-preset-style-collage .sppb-img-responsive {
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}