/*** 
     style-c.css 
     Support Bootstrap v5  
***/
/* colors */
/* start: reskin: variables */


:root {
    /* Green shades */
    --green-100: #043d2b;
    /* Dark Green */
    --green-200: #356456;
    /* Utility Nav Green */
    --green-300: #84bd00;
    /* Original Green */
    --green-400: #adf979;
    /* Light Green */
    --green-500: #e1fdcf;
    /* Lightest Green */

    /* Gray shades */
    --gray-100: #3a4150;
    /* Body Font Gray */
    --gray-200: #616773;
    /* Dark Gray */
    --gray-300: #888c95;
    /* Medium Gray */
    --gray-400: #d7d8db;
    /* Light Gray */
    --gray-500: #f3f3f3;
    /* Lightest Gray */
}

/* end: reskin: variables */


/* Green background color classes */
.bg-green-100 {
    background-color: var(--green-100);
    color: white;
}

/* Dark Green */
.bg-green-100 a {
    color: white !important;
}

.bg-green-200 {
    background-color: var(--green-200);
    color: white;
}

/* Utility Nav Green */
.bg-green-200 a {
    color: white !important;
}

.bg-green-300 {
    background-color: var(--green-300);
}

/* Original Green */
.bg-green-400 {
    background-color: var(--green-400);
}

/* Light Green */
.bg-green-500 {
    background-color: var(--green-500);
}

/* Lightest Green */

/* Gray background color classes */
.bg-gray-100 {
    background-color: var(--gray-100);
}

/* Body Font Gray */
.bg-gray-200 {
    background-color: var(--gray-200);
}

/* Dark Gray */
.bg-gray-300 {
    background-color: var(--gray-300);
}

/* Medium Gray */
.bg-gray-400 {
    background-color: var(--gray-400);
}

/* Light Gray */
.bg-gray-500 {
    background-color: var(--gray-500);
}

/* Lightest Gray */

/* Green text color classes */
.text-green-100 { color: var(--green-100); } /* Dark Green */
.text-green-200 { color: var(--green-200); } /* Utility Nav Green */
.text-green-300 { color: var(--green-300); } /* Original Green */
.text-green-400 { color: var(--green-400); } /* Light Green */
.text-green-500 { color: var(--green-500); } /* Lightest Green */

/* Gray text color classes */
.text-gray-100 { color: var(--gray-100); } /* Body Font Gray */
.text-gray-200 { color: var(--gray-200); } /* Dark Gray */
.text-gray-300 { color: var(--gray-300); } /* Medium Gray */
.text-gray-400 { color: var(--gray-400); } /* Light Gray */
.text-gray-500 { color: var(--gray-500); } /* Lightest Gray */

/* Headers */
h1, h2, h3, h4, h5 {
  color: var(--green-100);
}

/* hotspot */
.hotspot {
  color: #043d2b;
  text-decoration: underline;
  text-decoration-color: #ADF979;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  cursor: pointer;
}

.hotspot:hover { 
  opacity: 1; 
  text-decoration-thickness: 4px;
}

@media (max-width: 768px) { 
  .hotspot { 
    font-size: 14px; 
    text-underline-offset: 2px; 
  } 
}

/* microsite logo */
.inner-logo div:first-child {
  padding-right: 2em;
  margin-right: 1.7em;
  border-right: 1px solid;
  border-image: linear-gradient(transparent 34%, var(--green-100) 34%, var(--green-100) 100%) 6;
}

.inner-logo img {
  min-width: 68px;
  max-width: 124px;
  width: 100%;
}

.inner-logo .navbar-brand-text a {
  text-decoration: none;
  font-size: 32px;
  color: var(--green-100);
  font-weight: bold;
}


.border-t-4-brand {
    border-top: 1.5rem solid var(--green-100);
}

.border-b-4-brand {
    border-bottom: 1.5rem solid var(--green-100);
}

.border-te-4-brand::before {
    content: "";
    width: 100%;
    height: 1.5rem;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9;
    background: linear-gradient(to right, transparent 75%, var(--green-100) 75%, var(--green-100) 100%);
}

.border-bs-4-brand::after {
    content: "";
    width: 100%;
    height: 1.5rem;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 9;
    background: linear-gradient(to right, var(--green-100) 25%, transparent 25%, transparent 100%);
}

html,
body {
    height: 100%;
}

body {
    font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
    color: #343a40;
    background-color: #fff;
}

img[src=""] {
    display: none !important;
}

/* Typography */
.vc-lead {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 130%;
}

@media screen and (min-width: 48rem) {
    .vc-lead {
        line-height: 135%;
    }
}

/* Links */
a {
    color: var(--green-100);
    text-decoration: none;
    text-underline-offset: 4px;
}

a:hover,
a:active,
a:focus {
    color: var(--green-100);
    text-decoration: underline;
}

a:hover::before,
a:hover::after,
a:active::before,
a:active::after,
a:focus::before,
a:focus::after {
    display: inline-block;
}

.mega-search-buttons a {
    font-size: 16px;
}


/* special links */

a.vc-nav-link-feature,
a.link-readmore,
a.link-readmore-darker,
a.link-readmore-underline,
a.link-readmore-underline-darker,
.link-green a,
.mega-search-buttons a {
    display: block;
    color: var(--green-100) !important;
}

a.vc-nav-link-feature:active,
a.vc-nav-link-feature:hover,
a.vc-nav-link-feature:focus,
a.link-readmore:active,
a.link-readmore:hover,
a.link-readmore:focus,
a.link-readmore-darker:active,
a.link-readmore-darker:hover,
a.link-readmore-darker:focus,
a.link-readmore-underline:active,
a.link-readmore-underline:hover,
a.link-readmore-underline:focus,
a.link-readmore-underline-darker:active,
a.link-readmore-underline-darker:hover,
a.link-readmore-underline-darker:focus,
.link-green a:active,
.link-green a:hover,
.link-green a:focus,
.mega-search-buttons a:active,
.mega-search-buttons a:hover,
.mega-search-buttons a:focus {
    color: var(--green-200) !important;
    text-decoration: underline 4px var(--green-400) !important;
}

a.link-readmore {
    display: inline-block;
    text-decoration: underline 2px var(--green-400);
    text-underline-offset: 4px;

}

a.link-readmore-darker {
    color: var(--green-100) !important;
    text-decoration: underline 2px var(--green-400);
    text-underline-offset: 4px;

}

a.link-readmore-darker:hover,
a.link-readmore-darker:focus,
a.link-readmore-darker:active {
    color: var(--green-100) !important;
}

a.link-readmore-underline {
    color: var(--green-100) !important;
    text-decoration: underline 2px var(--green-400) !important;
    text-underline-offset: 4px;
}

a.link-readmore-underline:hover,
a.link-readmore-underline:focus,
a.link-readmore-underline:active {
    color: var(--green-200) !important;
    text-decoration: underline 4px var(--green-400) !important;
	text-underline-offset: 4px;
	
}

a.link-readmore-underline-darker {
    color: var(--green-100) !important;
    text-decoration: underline 2px var(--green-400);
    text-underline-offset: 4px;

}

a.link-readmore-underline-darker:hover,
a.link-readmore-underline-darker:focus,
a.link-readmore-underline-darker:active {
    color: var(--green-200) !important;
    text-decoration: underline 4px var(--green-400);
    text-underline-offset: 4px;

}

/* dark background */

.bg-green-brand a,
.bg-green-100 a,
.bg-green-brand a:hover,
.bg-green-100 a:hover,
.bg-green-brand a:active,
.bg-green-100 a:active,
.bg-green-brand a:focus,
.bg-green-100 a:focus { color: #fff !important; }

/* Buttons (btn) - Interaction are listed seperatly at the end of the file */
button {
    border-radius: 0;
}

.btn {
    font-size: 1em;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    text-decoration: none;
}

.btn-success,
.btn-dark {
    color: #fff;
    background-color: var(--green-100);
    border-color: var(--green-100);
    border: none !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: var(--green-400);
    border-color: var(--green-400);
    text-decoration: none;
    border: none !important;
}

.btn-success:hover::before,
.btn-success:focus::before,
.btn-success:active::before {
    background-color: var(--green-100);
    border-color: var(--green-100);
}

/* dark green background */
.bg-green-brand .btn-success,
.bg-green-100 .btn-success {
    color: var(--green-100)!important;
    background-color: var(--green-400)!important;
    border-color: var(--green-400)!important;
}

.bg-green-brand .btn-success:hover,
.bg-green-brand .btn-success:focus,
.bg-green-brand .btn-success:active,
.bg-green-100 .btn-success:hover,
.bg-green-100 .btn-success:focus,
.bg-green-100 .btn-success:active {
    color: var(--green-100)!important;
    background-color: #fff!important;
    border-color: #fff!important;
}

.bg-green-brand .btn-success:hover::before,
.bg-green-brand .btn-success:focus::before,
.bg-green-brand .btn-success:active::before,
.bg-green-100 .btn-success:hover::before,
.bg-green-100 .btn-success:focus::before,
.bg-green-100 .btn-success:active::before {
    background-color: #fff!important;
    border-color: #fff!important;
}

/* light green background */
.bg-green-400 .btn-success {
    color: var(--green-100)!important;
    background-color: #fff!important;
    border-color: #fff!important;
}

.bg-green-400 .btn-success:hover,
.bg-green-400 .btn-success:focus,
.bg-green-400 .btn-success:active {
    color: #fff!important;
    background-color: var(--green-100)!important;
    border-color: var(--green-100)!important;
}

.bg-green-400 .btn-success:hover::before,
.bg-green-400 .btn-success:focus::before,
.bg-green-400 .btn-success:active::before {
    background-color: var(--green-100)!important;
    border-color: var(--green-100)!important;
}

.btn-success *[class^=fa] {
    padding-left: 0.5rem;
}

img[src=""] {
    display: none !important;
}

/* hr */
hr.hr-short {
    width: 4.375rem;
    height: 4px;
    border: none;
    margin: 0.625em 0;
    text-align: left;
    opacity: 1;
}

/* SVG */
.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 89.73%;
    /* (h/w)*100 */
    vertical-align: middle;
    overflow: hidden;
}

.svg-container .svg-content {
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.demo-table {
    display: table;
    width: 100%;
    height: 100%;
    /*600px;*/
}

.demo-table-cell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

/* Alerts */
.vc-alert-icon {
    width: 13%;
    font-size: 24px;
}

h4.alert-heading.mb-0.fs-22.fw-bold,
.h4.alert-heading.mb-0.fs-22.fw-bold {
    font-size: 22px !important;
}

.alert-body.fs-18 {
    font-size: 18px !important;
}

@media screen and (min-width: 992px) {
    .vc-alert-icon {
        font-size: 40px;
    }
}

.vc-alert-link {
    text-decoration: underline;
}

.vc-alert-link:active,
.vc-alert-link:hover,
.vc-alert-link:focus {
    text-decoration: none;
}

.alert-date-update~.alert-date-post {
    display: none !important;
}

.alertbarContainer.alertbarHideNext ~ .alertbarContainer { display: none; }


/* header-fill; Parallax */
.jarallax,
.vc-hero-fill {
    height: 100vh;
    max-height: 63vh;
    /*height: 70vh;
  max-height: 70vw; */
    position: relative;
    z-index: 0;
    padding: 0;
}

@media screen and (min-width: 992px) {

    .jarallax,
    .vc-hero-fill {
        height: 33vw;
    }
}

.jarallax>.jarallax-img,
.jarallax>.carousel,
.vc-hero-fill>.jarallax-img,
.vc-hero-fill>.carousel {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.jarallax>.vc-jarallax-content,
.vc-hero-fill>.vc-jarallax-content {
    height: 100%;
    background-color: transparent !important;
}

.jarallax>.vc-jarallax-content .demo-table,
.vc-hero-fill>.vc-jarallax-content .demo-table {
    display: table;
    width: 100%;
    height: 100%;
}

.jarallax>.vc-jarallax-content .demo-table .demo-table-cell,
.vc-hero-fill>.vc-jarallax-content .demo-table .demo-table-cell {
    display: table-cell;
    vertical-align: bottom;
}

@media screen and (min-width: 768px) {

    .jarallax>.vc-jarallax-content .demo-table .demo-table-cell,
    .vc-hero-fill>.vc-jarallax-content .demo-table .demo-table-cell {
        vertical-align: middle;
    }
}

/* hero header slider */
.vc-minislide {
    position: relative;
    display: block;
    width: 100vw;
    height: auto;
    min-height: 200px;
    max-width: 100%;
    overflow: hidden;
    background-color: transparent;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .vc-minislide {
        position: absolute;
        height: 30vw;
        max-height: 100%;
    }
}

/* check timing according to # of minislides: 4 slides = 32s, 3 slides = 24s, and so on.. (check line #1477!!!) */
.vc-minislide img {
    position: absolute;
    -webkit-animation: fling-minislide 32s infinite, zoom-in 32s infinite;
    animation: fling-minislide 32s infinite, zoom-in 32s infinite;
    /* 8s after last slide */
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
}

.vc-minislide+.vc-minislide-content {
    position: absolute;
    bottom: 3rem;
    width: 100vw;
    /*max-width:100%;*/
    display: flex;
    align-items: end;
    justify-content: center;
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    --bs-gutter-x: 1.5rem;
}

@media screen and (min-width: 992px) {
    .vc-minislide+.vc-minislide-content {
        /*height: 100%;*/
        height: 30vw;
        max-height: 100%;
        bottom: auto;
    }
}

.navbar-brand {
    max-width: 160px;
    min-width: 80px;
}

.navbar-brand img {
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

/* Top bar */
.vc-navbar-brand {
    flex: 0 0 auto;
    width: 13%;
}

.vc-navbar-toggler,
.btn-success.vc-btn-search {
    margin-left: 1rem;
    padding: 0.25rem 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #fff;
    background-color: var(--green-100);
    border: none !important;
    border-radius: 0;
    transition: box-shadow 0.15s ease-in-out;
    background-image: none !important;
}

.vc-navbar-toggler .vc-navbar-toggler-icon,
.btn-success.vc-btn-search .vc-navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
}

.vc-navbar-toggler .vc-navbar-toggler-icon *[class^=fa],
.btn-success.vc-btn-search .vc-navbar-toggler-icon *[class^=fa] {
    vertical-align: sub;
}

.vc-navbar-toggler:not(.collapsed) {
    background-color: #74777a;
    border: 1px solid #74777a;
}

.vc-navbar-toggler:not(.collapsed) .vc-navbar-toggler-icon *[class^=fa]::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
}


@media only screen and (max-width: 767.98px) {
    .vc-spotlight-sa .vc-sl-sa-description>a {
        margin-bottom: 1.5rem;
    }
  
  .inner-logo div:first-child {
    padding-right: 1em;
    margin-right: .8em;
  }
  .inner-logo img {
    max-width: 68px !important;
  }
  
  .inner-logo .navbar-brand-text {
    font-size: 24px;
  }
  
  .inner-logo br {
    display: none !important;
  }
  
}

/* Second Nav */
.nav-secondary {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1;
}

@media only screen and (min-width: 768px) {
    .nav-secondary {
        font-size: 1em;
    }
}

.nav-secondary .nav-item:not(:last-child) .nav-link {
    border-radius: 0;
}

@media only screen and (min-width: 992px) {
    .nav-primary a.dropdown-toggle {
        margin: 0 1rem;
        padding: 0.5rem 0;
    }

    .nav-secondary .nav-item:not(:last-child) .nav-link {
        border-right-width: 0;
    }
}

.nav-secondary .nav-link {
    color: #52606d;
    padding: 0.25rem 1rem;
    margin: 0.25rem 0;
}

.nav-secondary .nav-link:active,
.nav-secondary .nav-link:focus,
.nav-secondary .nav-link:hover {
    color: #333333;
    text-decoration: underline;
}

/* Primary Nav */
.nav-primary .nav-link {
    font-size: 16px;
}

.nav-primary ul {
    padding-left: 0;
    list-style: none;
}

.nav-primary a {
    color: var(--green-100);
    border-bottom: 4px solid transparent;
}

.nav-primary a:active,
.nav-primary a:hover,
.nav-primary a:focus {
    color: var(--green-100);
}

.nav-primary a:active.dropdown-toggle,
.nav-primary a:hover.dropdown-toggle,
.nav-primary a:focus.dropdown-toggle {
    text-decoration: none;
}

.nav-primary .mega-search-buttons a {
    display: block;
    color: var(--green-100);
}

.nav-primary .mega-search-buttons a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    margin-left: 1rem;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    transform: none;
    transition: none;
    opacity: 1;
}

.nav-primary .mega-search-buttons a:active,
.nav-primary .mega-search-buttons a:focus,
.nav-primary .mega-search-buttons a:hover {
    color: var(--green-100);
}

.nav-primary .dropdown {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .nav-primary .dropdown {
        position: static;
    }
}

.nav-primary .dropdown-toggle::after,
.nav-primary .dropdown-toggle.show::after {
    content: "";
    border: none;
    margin-left: 0;
}

.nav-primary .dropdown-toggle::before {
    margin-right: 1em;
    border: none;
    vertical-align: middle;
    font-size: 0.7em;
    content: "\e59e";
    font-family: "Font Awesome 6 Pro";
}

.nav-primary .dropdown-toggle.show::before {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
}

@media only screen and (min-width: 992px) {

    .nav-primary .dropdown-toggle:active,
    .nav-primary .dropdown-toggle:focus,  
    .nav-primary .dropdown-toggle:hover,
    .nav-primary .dropdown-toggle.show {
        font-weight: 500;
        text-decoration: none;
        border-bottom: 4px solid var(--green-100);
    }

    .nav-primary .dropdown-toggle::before,
    .nav-primary .dropdown-toggle.show::before {
        content: "";
        margin-right: 0;
    }

    .nav-primary .dropdown-toggle::after {
        border: none;
        vertical-align: middle;
        font-size: 0.7em;
        margin-left: 1em;
        content: "\f078";
        font-family: "Font Awesome 6 Pro";
    }

    .nav-primary .dropdown-toggle.show::after {
        margin-left: 1em;
        content: "\f077";
        font-family: "Font Awesome 6 Pro";
    }
}

.nav-primary .dropdown-menu {
    border: none;
}

@media only screen and (min-width: 992px) {
    .nav-primary .dropdown-menu {
        min-width: auto;
        width: 80%;
        margin-left: 0;
        padding: 1rem;
        box-shadow: -2px 4px 4px 1px rgba(0, 0, 0, 0.15);
    }
}

.nav-primary .dropdown-menu li {
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
}

.nav-primary .dropdown-menu li>a {
    color: #52606d;
    text-decoration: none;
    line-height: 1.5em;
    /*2.2em;*/
    padding: 0.2rem 0;
    display: block;
}

.nav-primary .dropdown-menu li:active,
.nav-primary .dropdown-menu li:focus,
.nav-primary .dropdown-menu li:hover {
    border-bottom-width: 1px !important;
    border-bottom-color: var(--green-400);
}

.nav-primary .dropdown-menu li:active>a,
.nav-primary .dropdown-menu li:focus>a,
.nav-primary .dropdown-menu li:hover>a {
    color: var(--green-100);
}

.nav-primary.nav-primary-sm .nav-item {
    color: #52606d;
    font-weight: 600;
    line-height: 2.188em;
    letter-spacing: -0.32px;
}

.nav-primary.nav-primary-sm .nav-item,
.nav-primary.nav-primary-sm .nav-item>a.show {
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
}

.nav-primary.nav-primary-sm .dropdown-menu.show {
    top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.nav-primary.nav-primary-sm .dropdown-menu.show li {
    padding-left: 4rem;
    border-bottom: 1px solid #c4c4c4;
    font-weight: 400;
    line-height: 2.188em;
    letter-spacing: -0.32px;
}

.nav-primary.nav-primary-sm .dropdown-menu.show li:last-child {
    border-bottom-width: 0;
}

.nav-primary .vc-dropdown-menu-h {
    font-weight: 600;
    /*400*/
    font-size: 16px;
    /*1.1*/
    letter-spacing: 1px;
    line-height: 1.3em;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Sidebar util */
.vc-sidebar-util li {
    padding-bottom: .5rem;
}

/* Footer */
footer {
    font-size: 16px;
}

footer .h5 {
    font-size: 20px !important;
}

footer .vc-footer-main span[id^="d.en"] {
    display: none !important;
}

footer .vc-footer-main ul {
    padding-left: 0;
    list-style: none;
}

footer .vc-footer-main ul li {
    padding-bottom: 0.5rem;
}

footer .vc-footer-main a.link-success {
    color: var(--green-100);
}

footer .vc-footer-main a.link-success:hover,
footer .vc-footer-main a.link-success:focus,
footer .vc-footer-main a.link-success:active {
    color: var(--green-100);
}

footer .vc-footer-main a.link-success:hover *[class^=fa],
footer .vc-footer-main a.link-success:focus *[class^=fa],
footer .vc-footer-main a.link-success:active *[class^=fa] {
    transform: scale(1.5);
}


footer .vc-navbar-brand {
    width: 16.66666667%;
    min-width: 80px;
    max-width: 160px;
    display: block;
    padding-bottom: 3rem;
    padding-left: 0.5rem;
}

@media screen and (min-width: 992px) {
    footer .vc-navbar-brand {
        width: 100vw;
    }
}

footer .vc-footer-social *[class^=fa] {
    font-size: 1.5em;
}

footer .vc-footer-social .list-inline-item {
    width: 25%;
}

footer .vc-footer-social .list-inline-item:last-child {
    margin-right: 0.5rem;
}

@media screen and (min-width: 992px) {
    footer .vc-footer-social .list-inline-item {
        width: auto;
    }
}

footer .vc-footer-meta .list-inline-item:not(:last-child)::after {
    content: "|";
    margin-left: 0.5rem;
}

footer .vc-footer-meta a {
    color: #fff;
}

.vc-list-split-2>ul {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}

.vc-list-split-2>ul li {
    margin-right: 1em;
}

.card {
    height: 100%;
}

.card>img {
    width: 100% !important;
    height: auto !important;
}

.card .vc-card-title {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.35em;
}

.card .vc-card-body {
    font-size: 1.125rem;
}

.mb-last-0 .card .card-text p:last-child {
    margin-bottom: 0;
}

.card .card-footer {
    background-color: #fff;
}

.card .card-footer a {
    font-size: 1.125rem;
    font-weight: 400;
}

.card.footer-bg-gray-dark .card-footer {
    background-color: #74777a;
}

.card.footer-text-white .card-footer {
    color: #fff;
}

.card.footer-text-white .card-footer a {
    color: var(--green-100);
    background: var(--green-400);
    text-decoration: none;
}

.card.footer-text-white .card-footer a:hover,
.card.footer-text-white .card-footer a:focus,
.card.footer-text-white .card-footer a:active {
    color: #fff;
    text-decoration: underline;
}

.card.footer-text-white .card-footer a:hover.btn,
.card.footer-text-white .card-footer a:focus.btn,
.card.footer-text-white .card-footer a:active.btn {
    text-decoration: none;
}

.card.footer-p-0 .card-footer {
    padding: 0;
}

@media screen and (min-width: 992px) {
    .card.row-mx-lg-12>.row {
        margin-right: .75rem !important;
        margin-left: .75rem !important;
    }
}

.vc-container-cards {
    height: 100%;
}

#contentGroup10310033 {
  height: auto !important;
}

.vc-container-cards .card-footer {
    background-color: inherit;
}

.vc-container-cards .card-footer a {
    color: var(--green-100);
    text-decoration: underline 2px var(--green-400);
    text-underline-offset: 4px;
}

.vc-container-cards .card-footer a:hover,
.vc-container-cards .card-footer a:focus,
.vc-container-cards .card-footer a:active {
    color: var(--green-100);
    text-decoration: underline 4px var(--green-400);
    text-underline-offset: 4px;
}

.vc-container-cards .card-footer a.btn {
    text-align: left;
}

.vc-container-cards .border-0 .card-footer {
    border: 0;
}

.vc-container-cards.card-hover-green .card .card-text,
.vc-container-cards.card-hover-green .card .card-text>a,
.vc-container-cards.card-hover-green-readmore .card .card-text,
.vc-container-cards.card-hover-green-readmore .card .card-text>a {
    color: #343a40;
    text-decoration: underline 2px var(--green-400);
      text-underline-offset: 4px;
}

.vc-container-cards.card-hover-green .card:hover .card-text,
.vc-container-cards.card-hover-green .card:hover .card-text>a,
.vc-container-cards.card-hover-green .card:focus .card-text,
.vc-container-cards.card-hover-green .card:focus .card-text>a,
.vc-container-cards.card-hover-green .card:active .card-text,
.vc-container-cards.card-hover-green .card:active .card-text>a,
.vc-container-cards.card-hover-green-readmore .card:hover .card-text,
.vc-container-cards.card-hover-green-readmore .card:hover .card-text>a,
.vc-container-cards.card-hover-green-readmore .card:focus .card-text,
.vc-container-cards.card-hover-green-readmore .card:focus .card-text>a,
.vc-container-cards.card-hover-green-readmore .card:active .card-text,
.vc-container-cards.card-hover-green-readmore .card:active .card-text>a {
    color: var(--green-100);
    text-decoration: underline 4px var(--green-400);
    text-underline-offset: 4px;
}

/*.vc-container-cards.card-hover-green-readmore .card .card-text > a::after,*/
.vc-container-cards.card-hover-green-readmore .card .card-text>a span:last-child:after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 0.5rem;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    color: var(--green-100);
}

/*.vc-container-cards.card-hover-green-readmore .card .card-text:hover > a::after, */
/*.vc-container-cards.card-hover-green-readmore .card .card-text:active > a::after,*/
.vc-container-cards.card-hover-green-readmore .card .card-text:hover>a span:last-child:after,
.vc-container-cards.card-hover-green-readmore .card .card-text:focus>a span:last-child:after,
.vc-container-cards.card-hover-green-readmore .card .card-text:active>a span:last-child:after {
    color: var(--green-100);
    transform: translate3d(12px, 0, 0);
    transition: transform 0.4s cubic-bezier(0.42, 0.01, 0.23, 1);
}

.vc-container-cards.card-hover-link-underline .card a.stretched-link {
    font-size: 1.125rem;
    color: var(--green-100);
    text-decoration: underline 2px var(--green-400);
    text-underline-offset: 4px;
}

.vc-container-cards.card-hover-link-underline .card:hover a.stretched-link,
.vc-container-cards.card-hover-link-underline .card:focus a.stretched-link,
.vc-container-cards.card-hover-link-underline .card:active a.stretched-link {
    text-decoration: underline 4px var(--green-400);
    text-underline-offset: 4px;
}


.vc-container-cards.card-hover-link-underline .card a.stretched-link::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 0.5rem;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    position: static;
}

.vc-container-cards.card-hover-link-underline .card:hover a.stretched-link::after,
.vc-container-cards.card-hover-link-underline .card:focus a.stretched-link::after,
.vc-container-cards.card-hover-link-underline .card:active a.stretched-link::after {
    transform: translate3d(12px, 0, 0);
    transition: transform 0.4s cubic-bezier(0.42, 0.01, 0.23, 1);
}

.vc-cards-image-fill .card-body {
    padding: 0;
}

.vc-cards-image-fill .card-body>div>p {
    margin: 0;
}

.vc-container-steps a::after {
    content: "";
    margin-left: 0;
    display: inline;
}

.vc-container-steps svg {
    shape-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
    image-rendering: optimizeQuality;
    fill-rule: evenodd;
    clip-rule: evenodd;
}

.vc-container-steps svg circle {
    fill: #fff;
    stroke-width: 3px;
    stroke-miterlimit: 10;
}

.vc-container-steps svg text {
    text-anchor: middle;
    alignment-baseline: middle;
    color: #333333;
    stroke: none;
    stroke-width: 0;
    font-size: 1.375em;
    font-weight: 600;
}

.vc-container-steps svg path {
    fill: var(--green-100);
    text-anchor: middle;
    alignment-baseline: middle;
}

.vc-container-steps.vc-container-steps-circles .circle-link {
    display: block;
}

.vc-container-steps.vc-container-steps-circles .circle {
    background-color: #fff;
    border: 3px solid;
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
}

.vc-container-steps.vc-container-steps-circles .circle-back {
    z-index: -1;
    border: none;
}

.vc-container-steps.vc-container-steps-circles .circle-text {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    text-decoration: underline;
}

.vc-container-steps.vc-container-steps-circles .circle-back::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 50%;
    z-index: -1;
    opacity: 1;
    transform: scale(0);
}

.vc-container-steps.vc-container-steps-circles a:hover .circle-back::before {
    -webkit-animation: ripple 1s ease-out infinite;
    animation: ripple 1s ease-out infinite;
}

.vc-container-steps.vc-container-steps-circles a:hover .circle-text,
.vc-container-steps.vc-container-steps-circles a:focus .circle-text {
    text-decoration: none;
}

.vc-container-steps.vc-container-steps-dots .key-graphics>.col {
    display: flex;
    vertical-align: middle;
    padding: 0;
}

.vc-container-steps.vc-container-steps-dots .key-text>.col,
.vc-container-steps.vc-container-steps-dots .k-text {
    text-align: left;
    padding-left: 3rem !important;
}

.vc-container-steps.vc-container-steps-dots .k-text {
    flex-direction: column;
}

.vc-container-steps.vc-container-steps-dots .k-text p {
    margin-bottom: 0;
}

.vc-container-steps.vc-container-steps-dots .circle svg,
.vc-container-steps.vc-container-steps-dots .wave svg {
    height: auto;
    left: 50%;
    top: 50%;
}

.vc-container-steps.vc-container-steps-dots .vc-keys .col {
    justify-content: space-evenly;
}

.vc-container-steps.vc-container-steps-dots .vc-keys .col.circle,
.vc-container-steps.vc-container-steps-dots .vc-keys .col.wave {
    flex-direction: row;
    justify-content: end;
    padding: 0 1.5rem;
}

.vc-container-steps.vc-container-steps-dots .vc-keys .col.wave {
    padding-right: 2.5rem;
}

.vc-container-steps.vc-container-steps-dots .vc-keys .circle svg {
    width: 30%;
}

.vc-container-steps.vc-container-steps-dots .vc-keys .circle circle {
    fill: transparent;
    stroke: #000000;
    stroke-width: 5px;
    stroke-dasharray: 1571;
    stroke-dashoffset: 1571;
    -webkit-animation: clock-animation 5s linear infinite;
    animation: clock-animation 5s linear infinite;
    transform: rotate(360deg);
    transform-origin: center;
}

.vc-container-steps.vc-container-steps-dots .vc-keys .circle circle.outer {
    stroke: #d7d7d7;
    stroke-dasharray: 2771;
    stroke-dashoffset: 2771;
    -webkit-animation: outer-clock-animation 5s linear infinite;
    animation: outer-clock-animation 5s linear infinite;
}

.vc-container-steps.vc-container-steps-dots .vc-keys .wave svg {
    width: 5%;
}

.vc-container-steps.vc-container-steps-dots .vc-keys .wave path {
    fill: transparent;
    stroke: #000000;
    stroke-width: 3px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: wave-draw 5s linear infinite;
    animation: wave-draw 5s linear infinite;
}

.vc-container-steps.vc-container-steps-dots .vc-keys .k-text {
    flex-direction: column;
    white-space: nowrap;
}

.vc-container-steps.vc-container-steps-dots-md .circle svg,
.vc-container-steps.vc-container-steps-dots-md .wave svg {
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
}

.vc-container-steps.vc-container-steps-dots-md .circle circle {
    fill: transparent;
    stroke: #000000;
    stroke-width: 5px;
    stroke-dasharray: 1571;
    stroke-dashoffset: 1571;
    -webkit-animation: clock-animation 5s linear infinite;
    animation: clock-animation 5s linear infinite;
    transform: rotate(360deg);
    transform-origin: center;
}

.vc-container-steps.vc-container-steps-dots-md .circle circle.outer {
    stroke: #d7d7d7;
    stroke-dasharray: 2771;
    stroke-dashoffset: 2771;
    -webkit-animation: outer-clock-animation 5s linear infinite;
    animation: outer-clock-animation 5s linear infinite;
}

.vc-container-steps.vc-container-steps-dots-md .wave path {
    fill: transparent;
    stroke: #000000;
    stroke-width: 3px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: wave-draw 5s linear infinite;
    animation: wave-draw 5s linear infinite;
}

.vc-feature-container .vc-feature-header {
    margin-bottom: 2rem;
}

.vc-feature-container .vc-feature-header~.vc-feature-events {
    margin-top: -1rem;
}

@media screen and (min-width: 992px) {
    .sub-menu-title {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 1.3em;
        color: #333333;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .vc-feature-container .vc-feature-header {
        margin-bottom: 2.75rem;
    }
}

@media (min-width: 576px) {
    .vc-feature-container .vc-feature-news>.row {
        --bs-gutter-x: 1.875rem;
        --bs-gutter-y: 1.875rem;
    }
}

.vc-feature-container .vc-feature-news .vc-feature-pin {
    background-color: #f7f7f7;
    border: none;
    /*     
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  transform: scale(1);
  transition: .3s;
  */
}

.vc-feature-container .vc-feature-news .vc-feature-pin>a {
    height: 100% !important;
}

.vc-feature-container .vc-feature-news .vc-feature-pin>a .card-title {
    color: var(--green-100);
}

.vc-feature-container .vc-feature-news .vc-feature-pin>a .card-text,
.vc-feature-container .vc-feature-news .vc-feature-pin>a .card-footer {
    color: #343a40;
}

.vc-feature-container .vc-feature-news .vc-feature-pin>a:active,
.vc-feature-container .vc-feature-news .vc-feature-pin>a:focus,  
.vc-feature-container .vc-feature-news .vc-feature-pin>a:hover {
    text-decoration: none;
}

.vc-feature-container .vc-feature-news .vc-feature-pin>a:active .card-title,
.vc-feature-container .vc-feature-news .vc-feature-pin>a:focus .card-title,
.vc-feature-container .vc-feature-news .vc-feature-pin>a:hover .card-title {
    color: var(--green-100);
}

.vc-feature-container .vc-feature-news .vc-feature-pin .card-footer {
    border: none;
    background-color: inherit;
    padding-top: 0;
}

@media screen and (min-width: 992px) {
    .vc-feature-container .vc-feature-news .vc-feature-pin .card-footer {
        padding-top: 0.5rem;
    }
}
  
.vc-feature-container .vc-feature-events .vc-feature-list:hover,
.vc-feature-container .vc-feature-events .vc-feature-list:focus,
.vc-feature-container .vc-feature-events .vc-feature-list:active {
  border-bottom-color: var(--green-400);
}

.vc-feature-container .vc-feature-events .vc-feature-list,
.vc-feature-container .vc-sl-sa-infosess .vc-feature-list {
    font-size: 1.125rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 2px solid #f0f0f0;
}

.vc-feature-container .vc-feature-events .vc-feature-list a,
.vc-feature-container .vc-sl-sa-infosess .vc-feature-list a {
    color: #343a40;
    text-decoration: none;
}

.vc-feature-container .vc-feature-events .vc-feature-list a:hover,
.vc-feature-container .vc-sl-sa-infosess .vc-feature-list a:hover,
.vc-feature-container .vc-feature-events .vc-feature-list a:focus,
.vc-feature-container .vc-sl-sa-infosess .vc-feature-list a:focus,
.vc-feature-container .vc-feature-events .vc-feature-list a:active,
.vc-feature-container .vc-sl-sa-infosess .vc-feature-list a:active  {
    text-decoration: none;
}

.vc-feature-container .vc-feature-events .vc-feature-list a:hover .vc-feature-list-title,
.vc-feature-container .vc-sl-sa-infosess .vc-feature-list a:hover .vc-feature-list-title,
.vc-feature-container .vc-feature-events .vc-feature-list a:focus .vc-feature-list-title,
.vc-feature-container .vc-sl-sa-infosess .vc-feature-list a:focus .vc-feature-list-title,
.vc-feature-container .vc-feature-events .vc-feature-list a:active .vc-feature-list-title,
.vc-feature-container .vc-sl-sa-infosess .vc-feature-list a:active .vc-feature-list-title  {
    color: #2A6100;
    text-decoration: underline;
}

.vc-feature-container .vc-feature-events .vc-feature-list .vc-feature-list-title,
.vc-feature-container .vc-sl-sa-infosess .vc-feature-list .vc-feature-list-title {
    font-weight: 600;
}

.vc-feature-container .vc-feature-events .vc-feature-list .vc-feature-list-details .format-time,
.vc-feature-container .vc-sl-sa-infosess .vc-feature-list .vc-feature-list-details .format-time {
    text-transform: lowercase;
}

.vc-feature-container .vc-sl-sa-infosess .vc-feature-list {
    border-bottom-width: 0;
}

.vc-feature-container .vc-feature-footer {
    padding-top: 1.25rem;
    font-size: 1.125rem;
}


a.link-readmore-underline-darker .vc-feature-list-title {
    text-decoration: underline !important;
}

a.link-readmore-underline-darker:hover .vc-feature-list-title,
a.link-readmore-underline-darker:focus .vc-feature-list-title,  
a.link-readmore-underline-darker:active .vc-feature-list-title {
    text-decoration: none !important;
}

.vc-sl-news,
.vc-feature-pin {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.06);
    background-color: #f7f7f7;
    border: none;
    transform: scale(1);
    transition: 0.3s;
}

.vc-sl-news:hover,
.vc-sl-news:focus,
.vc-sl-news:active,  
.vc-feature-pin:hover,
.vc-feature-pin:focus,  
.vc-feature-pin:active {
    /*box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    transform: scale(1.08);
    cursor: pointer;
}

.vc-btn-video a {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.vc-btn-video a:active,
.vc-btn-video a:hover,
.vc-btn-video a:focus {
    text-decoration: none;
}

.vc-container-video {
    margin: 0;
    padding: 0;
}

.vc-container-video .modal-header,
.vc-container-video .modal-footer {
    border: none;
    color: #fff;
    text-align: center;
}

.vc-container-video .modal-content {
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 0.35s;
}

.vc-container-video .modal-body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 80%;
    max-width: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-shadow: 0 0 3em rgba(0, 0, 0, 0.4);
    background: #111;
    transition: transform 0.35s ease 0s;
    transform: none;
    width: 100%;
    height: 100%;
}

.vc-container-video iframe {
    border: 0px none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.vc-container-video .modal-header .btn-close {
    margin: 1.5rem 1.5rem -0.5rem auto;
}

.vc-spotlight-sa {
    font-size: 1.125rem;
}

.vc-spotlight-sa .vc-sl-right {
    margin-top: -1px;
    background-color: transparent;
}
  
@media screen and (max-width: 470px) {
    .nav-secondary .nav-link {
        padding: 0.25rem 0.5rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .vc-spotlight-sa .vc-sl-right {
        padding: 3.75rem !important;
    }
}

.vc-spotlight-sa .vc-sl-sa-description {
    position: relative;
}

@media screen and (min-width: 768px) {
    .vc-spotlight-sa .vc-sl-sa-description {
        position: absolute;
    }
}

@media only screen and (max-width: 991.98px) {
    .vc-h-nav-container {
        width: 100%;
    }

    .vc-h-nav-container .nav-primary-sm,
    .vc-h-nav-container .vc-navbar-search {
        box-shadow: none;
        border: 1px solid #f0f0f0;
    }

    .nav-primary.nav-primary-sm .dropdown-menu.show {
        padding: 0;
    }

    .nav-primary.nav-primary-sm .dropdown-menu.show li {
        padding-left: 2.5rem;
        border-bottom: 1px solid #d7d7d7;
    }

    .nav-primary .dropdown-menu {
        position: static !important;
    }

    .nav-primary .vc-list-split-2 ul {
        -moz-column-count: auto;
        -webkit-column-count: auto;
        column-count: auto;
    }

    .nav-primary .vc-list-split-2>ul li {
        margin-right: 0;
    }

    .nav-primary .dropdown-menu li>a:hover,
    .nav-primary .dropdown-menu li>a:focus,
    .nav-primary .dropdown-menu li>a:active {
        text-decoration: underline !important;
    }

}

/**
Carousel Mini Slide Overrides
*/
@media (max-width: 991.98px) {
    .vc-hero-fill {
        height: auto;
        max-height: inherit;
    }

    .vc-minislide {
        position: relative;
        height: auto;
        max-height: inherit;
    }

    .vc-minislide+.vc-minislide-content {
        position: static;
        width: 100%;
    }

    .nav-primary-new {
        border: 1px solid #F9F9F9;
    }

    .nav-primary-new .dropdown-menu {
        padding: 0;
        margin: 0;
    }

    .nav-primary-new a.nav-link {
        border-bottom: 1px solid #f0f0f0;
        padding: 12px !important;
    }

    .nav-primary-new .sub-menu-title {
        padding: 8px 12px 8px 34px;
        margin: 0;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .nav-primary-new .sub-menu-title.show {
        border-bottom: 1px solid transparent;
    }

    .nav-primary-new .sub-menu-title::after {
        float: right;
        content: "\e59e";
        font-family: "Font Awesome 6 Pro";
        color: var(--green-100);
        font-size: 12px;
        font-weight: bold;
    }

    .nav-primary-new .sub-menu-title.show::after {
        content: "\f068";
    }

    .nav-primary-new .sub-menu-title+.sub-menu-nav {
        display: none;
    }

    .nav-primary-new .sub-menu-title.show+.sub-menu-nav {
        display: block;
    }

    .nav-primary-new .dropdown-menu li {
        border-bottom: none !important;
    }

    .nav-primary-new .dropdown-menu li>a {
        padding: 4px 20px 4px 52px;
        border-bottom: none;
    }

    #nav-primaryContent .nav-secondary {
        font-size: 13px !important;
    }
}


.vc-spotlight-sa .vc-sl-sa-description {
    padding: 3rem 0 0 3rem;
}

.vc-spotlight-sa .vc-sl-sa-description>* {
    padding-right: 3rem;
}

.vc-spotlight-sa .vc-sl-sa-description>a {
    padding-right: 1.5rem;
}

.vc-spotlight-sa .vc-sl-sa-footer {
    border-top: 4px solid var(--green-100);
}

.vc-spotlight-sa .vc-sl-infosession-link {
    display: block;
    color: #333333;
    text-decoration: none;
}

.vc-spotlight-sa .vc-sl-infosession-link:hover,
.vc-spotlight-sa .vc-sl-infosession-link:active,
.vc-spotlight-sa .vc-sl-infosession-link:focus {
    color: var(--green-100);
    text-decoration: underline;
}

.vc-carousel {
    padding-bottom: 3rem;
}

.vc-carousel .carousel-item {
    padding: 0 15%;
}

.vc-carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--green-100);
}

.vc-carousel .carousel-indicators button.active {
    background-color: var(--green-100);
}

.vc-pin-tiles {
    display: flex;
    flex-direction: column;
}

/*** Interactions ***/
a.link-arrow::after,
a .link-arrow::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: inline-block;
    text-decoration: none;
    background-color: #0000;
    border-color: #0000;
    color: var(--green-100);
    transition: transform .1s;
    transform: translate(0.75rem, 0px);
}

a.link-arrow:hover::after,
a .link-arrow:hover::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: inline-block;
    text-decoration: none;
    background-color: #0000;
    border-color: #0000;
    color: var(--green-100);
    transition: transform .1s;
    transform: translate(1.25rem, 0px);
}
  
a.vc-nav-link-feature::after,
a.link-readmore::after,
a.link-readmore-darker::after,
.link-green a::after,
.mega-search-buttons a::after,
.btn-readmore::after,
a.link-readmore-underline-darker.stretched-link *:last-child::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400; /*900*/
    margin-left: 0.5rem;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

a.link-readmore-underline-darker.stretched-link *:last-child::after { font-size: 1.125rem;} 
  
.pa-CS a.link-readmore-underline-darker.stretched-link *:last-child:after  { 
    content: "\f35d"; 
    font-family: "Font Awesome 6 Pro";  
}  
  
a.vc-nav-link-feature:hover::after,
a.vc-nav-link-feature:focus::after,  
a.vc-nav-link-feature:active::after,
a.link-readmore:hover::after,
a.link-readmore:focus::after,  
a.link-readmore:active::after,
a.link-readmore-darker:hover::after,
a.link-readmore-darker:focus::after,  
a.link-readmore-darker:active::after,
.link-green a:hover::after,
.link-green a:focus::after,  
.link-green a:active::after,
.mega-search-buttons a:hover::after,
.mega-search-buttons a:focus::after,  
.mega-search-buttons a:active::after,
.btn-readmore:hover::after,
.btn-readmore:focus::after,  
.btn-readmore:active::after,
a.link-readmore-underline-darker.stretched-link:hover *:last-child::after,
a.link-readmore-underline-darker.stretched-link:focus *:last-child::after,  
a.link-readmore-underline-darker.stretched-link:active *:last-child::after  {
    transform: translate3d(12px, 0, 0);
    transition: transform 0.4s cubic-bezier(0.42, 0.01, 0.23, 1);
}

.btn {
    position: relative;
    z-index: 1;
}

.btn::after {
    background-color: transparent;
    border-color: transparent;
}

.btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.btn:hover::before,
.btn:focus::before,  
.btn:active::before {
    width: 100%;
}

/* Show more/less content */
/* Use
  <div class="col-12 alert-body mb-70 showMore-wrapper"> 
    <a href="#showMore-show8068113" class="showMore-show showMore-link" id="showMore-show8068113">Show more <i class="fa-solid fa-chevron-down fa-xs ps-1"></i></a> 
    <a href="#showMore-hide8068113" class="showMore-hide showMore-link" id="showMore-hide8068113">Show less <i class="fa-solid fa-chevron-up fa-xs ps-1"></i></a>   
    <div class="showMore-content">...</div>
    <div class="showMore-fade"></div>
  </div>
*/

.showMore-wrapper {
    position: relative;
}

.showMore-link {
    color: var(--green-100) !important;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%);
    text-align: right;
    display: block;
    width: 100%;
    padding-right: 2.5em;
}

.showMore-show,
.showMore-hide {
    position: absolute;
    bottom: -1em;
    z-index: 100;
    text-align: right;
}

.showMore-hide {
    display: none;
}

.showMore-show:target {
    display: none;
}

.showMore-show:target~.showMore-hide {
    display: block;
}

.showMore-show:target~.showMore-content {
    height: auto;
}

.showMore-show:target~.showMore-fade {
    margin-top: 0;
    height: auto;
}

.showMore-content {
    position: relative;
    height: 6rem;
    overflow: hidden;
    transition: max-height .5s ease;
}

.showMore-wrapper .showMore-fade {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    height: 3em;
    margin-top: -3rem;
    position: relative;
}
 
/* Testimonials */  
.vc-testimonial,
.vc-carousel-testimonials .carousel-inner {    
         background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 14" width="100%" height="auto" preserveAspectRatio="xMidYMid meet" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" ><path d="m0 0 20 3.8 0 10.2-20 0z" fill="%23043d2b"/></svg>');
         background-size:cover;
         background-repeat: no-repeat;
}
.vc-testimonial {
         display: block;
         width: 100%;
     }
 
.vc-testimonial i { margin: 5% 0 3% 0; }  

.vc-carousel-testimonials .carousel-indicators [data-bs-target] { 
   width: 15px;
   height: 15px; 
   border-radius: 50%; 
   margin: 15px;
}
.vc-carousel-testimonials .carousel-indicators .carousel-control-prev,
.vc-carousel-testimonials .carousel-indicators .carousel-control-next  {
    width: 15%;
    background: 0 0;
} 
  
@media (min-width:992px) {
  .vc-carousel-testimonials .carousel-control-prev-icon-lg {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23fff"><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>');}

  .vc-carousel-testimonials .carousel-control-next-icon-lg {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23fff"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');}
}  
  
/*** Animation ***/
/* header caoursel rotating images
  4 slides = 28%, 32%
  3 slides = 36%, 40%
  */
@-webkit-keyframes fling-minislide {
    36% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }
}

@keyframes fling-minislide {
    36% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }
}

@-webkit-keyframes zoom-in {
    0% {
        transform: scale(1) translateY(0);
        transform-origin: 50% 84%;
    }

    100% {
        transform: scale(1.3) translateY(15px);
        transform-origin: center;
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(1) translateY(0);
        transform-origin: 50% 84%;
    }

    100% {
        transform: scale(1.3) translateY(15px);
        transform-origin: center;
    }
}

.vc-minislide img:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    object-position: right center;
}

.vc-minislide img:nth-child(2) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    object-position: right center;
}

.vc-minislide img:nth-child(3) {
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
    object-position: right top;
}

.vc-minislide img:nth-child(4) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
    object-position: right top;
}


/* key steps - circles */
@-webkit-keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* key steps - dots */
@-webkit-keyframes clock-animation {
    0% {
        stroke-dashoffset: 1571;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes clock-animation {
    0% {
        stroke-dashoffset: 1571;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes outer-clock-animation {
    0% {
        stroke-dashoffset: 2771;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes outer-clock-animation {
    0% {
        stroke-dashoffset: 2771;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes wave-draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes wave-draw {
    to {
        stroke-dashoffset: 0;
    }
}

/*** added rules - March 13, 2023 ***/
.vc-feature-container:not(.d-none)+.vc-feature-container {
    display: none;
}

/* International (IE) specific */
body:not(.ie-page) .hiddenDomestic,
body.ie-page .hiddenIE {
    display: none !important;
}

/* updates - 2025-01-30 */
.alert ~ header { margin-top: 15px; }
.alert + .alert { padding-top: 0px; }
.alert + .alert .vc-alert-icon > span { display: none; }



