/**
 * Color classes and default styling are in /assets/main.css, focus your efforts there
 * @import external fonts at top of this page before default.css
 * remove comment for dark-mode.css if you want to enable that -- will not be 100%, you will need to fix minor things
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('./assets/default-settings.css');
/** @import url("assets/dark-mode.css"); */

[class*='display-'] { font-weight: 800; }
.bg-marble { background: rgb(var(--bs-primary-rgb)) url('/wp-content/uploads/2026/02/marble-bg.png') no-repeat center center; background-size: cover; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, [class*='display-'] { margin-bottom: 1.5rem; }

/** buttons */
button, .btn { font-weight: 600; }
.btn { padding-left: 1.25rem; padding-right: 2.25rem; position: relative; }
.btn.no-chevron { padding-right: 1.25rem; }
.btn:not(.no-chevron)::after { content: ''; display: inline-block; width: 0.6em; height: 0.6em; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; box-shadow: 1px 1px 0 rgba(0,0,0,0.25); transform: rotate(-45deg); margin-left: 0; position: absolute; right: 1.25rem; top: 50%; translate: 0 -50%; }
.btn-link { text-decoration: none; padding-left: 0; padding-right: 1rem; }
.btn-link::after { right: 0 !important; }
.btn-white.text-primary:not(:active):hover, .btn-white.text-primary:not(:active):focus { color: #fff !important; }
.btn-link:hover { text-decoration: underline; }
.bg-primary a { color: #fff; }

/** header */
header .container, body > div .container { max-width: calc(100% - 30px); }
.top-bar img { max-width: 85px; }
.brand-logo { margin: 1rem 0; width: 265px; }
.navbar { --bs-navbar-color: #2D3936; --bs-navbar-hover-color: rgba(var(--bs-black-rgb), 1); }
a.nav-link { font-size: 1.1rem; font-weight: 400; }
.btn-primary a.nav-link, .btn-primary a.nav-link:visited { padding: .5rem 2rem !important; background: rgb(var(--bs-primary-rgb)); color: #fff; }
.btn-primary a.nav-link:hover, .btn-primary a.nav-link:active, .btn-primary a.nav-link:focus { background: var(--bs-white); color: rgb(var(--bs-primary-rgb)); }
.navbar { --bs-navbar-toggler-collapsed-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%289, 85, 64, 1.00%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 20 30' xmlns='http://www.w3.org/2000/svg' version='1.1'><g stroke='rgba(9,85,64,1)'><line x1='0' y1='25' x2='20' y2='5' stroke-width='2' /><line x1='0' y1='5' x2='20' y2='25' stroke-width='2' /></g></svg>"); --bs-navbar-toggler-border-color: rgba(var(--bs-primary-rgb), 1.0); }

/** banner */
.carousel-caption { top: 50%; bottom: auto; transform: translateY(-50%); }
.carousel-caption > .container { background: rgba(var(--bs-primary-rgb), .8); padding: 1rem; }

/** accordions */
.accordion { --bs-accordion-bg: transparent; --bs-border-color: rgb(var(--bs-primary-rgb)); }
.bg-primary .accordion { --bs-border-color: #fff; }
.accordion-button { font-size: 1.25rem; }
.accordion-button:not(.collapsed) { box-shadow: none }
.accordion .text-white { --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3E%3Ccircle cx=\'15\' cy=\'15\' r=\'15\' fill=\'white\'/%3E%3Crect x=\'14\' y=\'6\' width=\'2\' height=\'18\' fill=\'%23095540\'/%3E%3Crect x=\'6\' y=\'14\' width=\'18\' height=\'2\' fill=\'%23095540\'/%3E%3C/svg%3E'); --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3E%3Ccircle cx=\'15\' cy=\'15\' r=\'15\' fill=\'white\'/%3E%3Crect x=\'6\' y=\'14\' width=\'18\' height=\'2\' fill=\'%23095540\'/%3E%3C/svg%3E'); }
.accordion .text-dark { --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3E%3Ccircle cx=\'15\' cy=\'15\' r=\'15\' fill=\'%23095540\'/%3E%3Crect x=\'14\' y=\'6\' width=\'2\' height=\'18\' fill=\'%23ffffff\'/%3E%3Crect x=\'6\' y=\'14\' width=\'18\' height=\'2\' fill=\'%23ffffff\'/%3E%3C/svg%3E'); --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3E%3Ccircle cx=\'15\' cy=\'15\' r=\'15\' fill=\'%23095540\'/%3E%3Crect x=\'6\' y=\'14\' width=\'18\' height=\'2\' fill=\'%23ffffff\'/%3E%3C/svg%3E'); }
.accordion ul li { margin: 1rem; }
.accordion.accordion-flush .accordion-item:last-child { border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }

/** callouts */
.jwbs-callout .card-body .btn-link.btn { --bs-btn-padding-x: 0; }

/* forms */
.form-control { background-color: #f4f4f4; border: 0 none; border-bottom: 1px solid rgb(var(--bs-dark-rgb)); border-radius: 0; }

/** footer */
#inner-footer { font-size: .8rem; }
#inner-footer .footer-logo { max-width: 317px; }
#inner-footer .fa-stack { font-size: 1.5rem; }
#inner-footer .fa-stack .svg-inline--fa.fa-stack-2x { width: inherit; }
#inner-footer .menu { list-style: none; padding: 0; margin: 0; }
#inner-footer .menu li { display: flex; align-items: center; }
#inner-footer .menu li a { color: #fff; text-decoration: none; }
#inner-footer .menu li a:hover { text-decoration: underline; }
#inner-footer #menu-footer-nav.menu { display: grid; grid-template-columns: repeat(2, auto); gap: 0.75rem 2rem; list-style: none; padding: 0; margin: 0; width: max-content; max-width: 100%; }
#inner-footer #menu-footer-nav.menu li { display: flex; align-items: center; }

/** media queries */
/** Small devices (landscape phones, 576px and up) [-sm] */
@media only screen and (min-width : 576px) {
  #inner-footer .menu { display: flex; gap: 0.75rem; }
  #inner-footer #menu-footer-copyright.menu li::after { content: '|'; margin-left: 0.75rem; color: #fff; }
  #inner-footer #menu-footer-copyright.menu li:last-child::after { content: ''; }
}

/** Medium devices (tablets, 768px and up) [-md] */
@media only screen and (min-width : 768px) {
  .carousel-caption > .container { max-width: 545px; margin-left: calc((100% - 690px) / 2); padding: 2rem; }
}

/** Large devices (desktops, 992px and up) [-lg] */
@media only screen and (min-width : 992px) {
  .navbar { --bs-navbar-nav-link-padding-x: 1rem; }
  .carousel-caption > .container { margin-left: calc((100% - 930px) / 2); padding: 3rem; }
  .jwbs-callout .card .col-md-6 { padding-left: 2rem !important; padding-right: 2rem !important; }
  .jwbs-callout .card .col-md-6.order-md-first { padding-left: 0 !important; }
  .jwbs-callout .card .col-md-6.order-md-last { padding-right: 0 !important; }
}

/** X-Large devices (large desktops, 1200px and up) [-xl] */
@media only screen and (min-width : 1200px) {
  .carousel-caption > .container { margin-left: calc((100% - 1110px) / 2); }
}

/** larger desktops, 1400px and up [-xxl] */
@media only screen and (min-width : 1400px) {
  .carousel-caption > .container { margin-left: calc((100% - 1290px) / 2); }
}