
/* Accessibility Styles */
.hf_NcKIgsxm4jt_wppro-hf-skip-link {
position: absolute;
top: -80px !important;
left: 8px;
background: #000 !important;
color: #fff !important;
padding: 13px 30px;
z-index: 1000;
text-decoration: none;
font-weight: bold;
transition: top 0.3s;
}

.hf_NcKIgsxm4jt_wppro-hf-skip-link:focus {
top: 8px !important;
left: 8px !important;
outline: 2px solid #007bff !important;
outline-offset: 5px !important;
border-radius: 5px;
color: yellow !important;
text-decoration: underline;
}

.wppro-hf-hide {
position: absolute;
width: 0;
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
}

.wppro-hf-hide:focus {
position: absolute;
top: 0;
width: auto;
height: auto;
overflow: visible;
clip: auto;
opacity: 1;
margin: 0;
}

/* Theme Overrides */
.skip-nav-link {
display: none;
}

/*.expand-menu {
opacity: 0;
pointer-events: none;
transition: opacity 0.2s ease;
}

.expand-menu:focus {
opacity: 1;
pointer-events: auto;
}

.expand-menu:not(:focus) {
opacity: 0;
pointer-events: none;
width: 0 !important;
padding: 0;
margin: 0;
}*/

/* Transparent Background */
.hf_NcKIgsxm4jt_hf-transparent {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 10;
background: rgba(255, 255, 255, 0.1); /* May remove, needs testing */
color: white;
}

.wppro-hf-transparent {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 10;
background: rgba(255, 255, 255, 0.1);
color: white;
}

/* Header Layout */
.hf_NcKIgsxm4jt_wppro-hf-header {
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 10px 20px;
justify-content: space-between;
height: auto;
}

.hf_NcKIgsxm4jt_wppro-hf-header .hf_NcKIgsxm4jt_logo {
display: flex;
align-items: center;
flex-shrink: 0 !important;
}

.hf_NcKIgsxm4jt_wppro-hf-header .hf_NcKIgsxm4jt_logo img {
display: flex;
height: 80px !important;
margin-right: 10px;
}

.hf_NcKIgsxm4jt_wppro-hf-header .contact-info {
display: flex;
align-items: center;
gap: 15px;
}

.hf_NcKIgsxm4jt_wppro-hf-header .hf_NcKIgsxm4jt_wppro-hf-nav-section {
width: min-content !important;
flex-grow: 1;
}

/*.header .header-navigation { display: flex; align-items: center; }*/

/* Navigation Styles */
.hf_NcKIgsxm4jt_wppro-hf-nav {
display: flex;
flex-direction: column;
align-items: flex-start;
position: relative;
}

.hf_NcKIgsxm4jt_wppro-hf-navigation {
flex: 1;
}

.hf_NcKIgsxm4jt_wppro-hf-nav-right {
position: relative;
right: 0;
}

.hf_NcKIgsxm4jt_wppro-hf-menu {
list-style: none;
display: flex;
gap: 1rem;
flex-wrap: wrap;
}

.hf_NcKIgsxm4jt_wppro-hf-menu li {
position: relative;
}

.hf_NcKIgsxm4jt_wppro-hf-menu button,
.hf_NcKIgsxm4jt_wppro-hf-menu a {
color: black;
text-decoration: none;
padding: 10px 15px;
display: block;
font-weight: bold;
line-height: normal !important;
word-break: auto-phrase;
}

.hf_NcKIgsxm4jt_wppro-hf-menu button:focus,
.hf_NcKIgsxm4jt_wppro-hf-menu button:hover,
.hf_NcKIgsxm4jt_wppro-hf-menu a:focus,
.hf_NcKIgsxm4jt_wppro-hf-menu a:hover {
background: #eee;
}

.hf_NcKIgsxm4jt_wppro-hf-nav-right .hf_NcKIgsxm4jt_wppro-hf-menu {
gap: 0;
padding-left: 20px;
}

.hf_NcKIgsxm4jt_wppro-hf-nav-right .hf_NcKIgsxm4jt_wppro-hf-menu a {
padding-right: 10px;
padding-left: 10px;
}

/*.hf_NcKIgsxm4jt_wppro-hf-menu li.hf_NcKIgsxm4jt_wppro-hf-has-submenu > button::after,
.hf_NcKIgsxm4jt_wppro-hf-menu li.hf_NcKIgsxm4jt_wppro-hf-has-submenu > a::after {
content: " ▼";
font-size: 12px;
}*/

    .hf_NcKIgsxm4jt_wppro-hf-nav-section {
    background-color: #ffffff !important;
    height: 50px !important;
    width: 100%;
    font-size:0.95em !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-nav-section h2 {
    font-size:1.3em !important;
    line-height: normal !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-nav-section a,
    .hf_NcKIgsxm4jt_wppro-hf-nav-section button {
    color: 1A1A1A !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-nav-section button {
    border: 0;
    }

    .hf_NcKIgsxm4jt_wppro-hf-nav-section a:hover,
    .hf_NcKIgsxm4jt_wppro-hf-nav-section button:hover {
    color: #1fa7d7 !important;
    background-color: #0000ff00 !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-nav-bar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 50px !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-active > .hf_NcKIgsxm4jt_navbox > button,
    .hf_NcKIgsxm4jt_wppro-hf-active > .hf_NcKIgsxm4jt_navbox > a {
    color: #1fa7d7 !important;
    background-color: #0000ff00 !important;
    }



    .hf_NcKIgsxm4jt_wppro-hf-has-submenu .hf_NcKIgsxm4jt_wppro-hf-megamenu .hf_NcKIgsxm4jt_wppro-hf-active,
    .hf_NcKIgsxm4jt_wppro-hf-has-submenu .hf_NcKIgsxm4jt_wppro-hf-megamenu .hf_NcKIgsxm4jt_wppro-hf-active > button,
    .hf_NcKIgsxm4jt_wppro-hf-has-submenu .hf_NcKIgsxm4jt_wppro-hf-megamenu .hf_NcKIgsxm4jt_wppro-hf-active > a
    {
    color: #ffffff !important;
    background-color: #000000 !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-has-submenu .hf_NcKIgsxm4jt_wppro-hf-active,
    .hf_NcKIgsxm4jt_wppro-hf-has-submenu .hf_NcKIgsxm4jt_wppro-hf-active > button,
    .hf_NcKIgsxm4jt_wppro-hf-has-submenu .hf_NcKIgsxm4jt_wppro-hf-active > a{

    color: #1fa7d7 !important;
    background-color: #0000ff00 !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-submenu{
    flex-direction: column;
    }

    .hf_NcKIgsxm4jt_wppro-hf-submenu,
    .hf_NcKIgsxm4jt_wppro-hf-megamenu {
    color: #000000 !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff !important;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999999;
    padding: 10px;
    list-style: none !important;
    display: none;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu h2 {
    color: #1fa7d7 !important;
    padding: 10px;
    font-size:1.3em !important;
    display: flex;
    align-items: center;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu h2 a {
    padding: 0;
    }

    .hf_NcKIgsxm4jt_wppro-hf-submenu a,
    .hf_NcKIgsxm4jt_wppro-hf-submenu button,
    .hf_NcKIgsxm4jt_wppro-hf-megamenu a,
    .hf_NcKIgsxm4jt_wppro-hf-megamenu button {
    color: #000000 !important;
    padding: 10px;
    display: block;
    }

    .hf_NcKIgsxm4jt_wppro-hf-submenu a:hover,
    .hf_NcKIgsxm4jt_wppro-hf-submenu button:hover,
    .hf_NcKIgsxm4jt_wppro-hf-megamenu a:hover,
    .hf_NcKIgsxm4jt_wppro-hf-megamenu button:hover {
    color: #1fa7d7 !important;
    background-color:  !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu-column:not(:last-child) {
    border-right: 1px solid #ccc;
    padding-right: 1rem;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu {
    width: 600px;
    padding: 10px;
    display: none;
    gap: 15px;
    justify-content: space-between;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu-1-col {
    width: 220px;
    display: none;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu-2-col {
    width: 635px;
    display: none;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu-3-col {
    width: 750px;
    display: none;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu-4-col {
    width: 965px;
    display: none;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu-5-col {
    width: 1080px;
    display: none;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu-6-col {
    width: 1295px;
    display: none;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu-7-col {
    width: 1510px;
    display: none;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu-8-col {
    width: 1725px;
    display: none;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu-9-col {
    width: 1940px;
    display: none;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu-10-col {
    width: 2155px;
    display: none;
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu > div {
    flex: 1;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu h3 {
    margin-bottom: 10px;
    }

    .hf_NcKIgsxm4jt_wppro-hf-megamenu ul {
    list-style: none;
    padding: 0;
    }

/* Top Header Styles */
.hf_NcKIgsxm4jt_wppro-hf-top-bar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px 20px;
font-size: 14px;
}

.hf_NcKIgsxm4jt_wppro-hf-top-bar a {
color: white;
text-decoration: none;
}

    .hf_NcKIgsxm4jt_wppro-hf-top-bar-section {
    background-color: #accc61 !important;
    color: #ffffff !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-top-bar-left-links,
    .hf_NcKIgsxm4jt_wppro-hf-top-bar-right-links {
    display: flex;
    gap: inherit;
    }

    .hf_NcKIgsxm4jt_wppro-hf-top-bar-section button,
    .hf_NcKIgsxm4jt_wppro-hf-top-bar-section a {
    color: #ffffff !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-top-bar-section button:hover,
    .hf_NcKIgsxm4jt_wppro-hf-top-bar-section a:hover {
    color: #115269 !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-top-bar {
    height: 50px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 1em !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-top-bar-left,
    .hf_NcKIgsxm4jt_wppro-hf-top-bar-right {
    display: flex;
    gap: 1rem !important;
    align-items: center;
    }

    .hf_NcKIgsxm4jt_wppro-hf-top-bar-left input,
    .hf_NcKIgsxm4jt_wppro-hf-top-bar-right input {
    background-color: white;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-top-container {
    display: flex;
    align-items: center;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-top-form {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-top-form input {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-top-form input:active {
    background-color: white;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-top-form .hf_NcKIgsxm4jt_wppro-hf-search-bar-top-button {
    background: #0d6efd !important;
    color: #ffffff !important;
    border: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-top-form .hf_NcKIgsxm4jt_wppro-hf-search-bar-top-button:hover {
    background: #0d6efd !important;
    color: #ffffff !important;
    text-decoration: underline;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-top-form .hf_NcKIgsxm4jt_wppro-hf-search-bar-top-button i:not(:only-child) {
    padding-right: 5px;
    }

/* Middle Section Styles */
    .hf_NcKIgsxm4jt_wppro-hf-middle-section {
    min-height: 150px !important;
    background-color: #ffffff !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-middle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-middle-form {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-middle-form input {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-middle-form input:active {
    background-color: white;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-middle-form .hf_NcKIgsxm4jt_wppro-hf-search-bar-middle-button {
    background: #0d6efd !important;
    color: #ffffff !important;
    border: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-middle-form .hf_NcKIgsxm4jt_wppro-hf-search-bar-middle-button:hover {
    background: #0d6efd !important;
    color: #ffffff !important;
    text-decoration: underline;
    }

    .hf_NcKIgsxm4jt_wppro-hf-search-bar-middle-form .hf_NcKIgsxm4jt_wppro-hf-search-bar-middle-button i:not(:only-child) {
    padding-right: 5px;
    }

/* Utility Classes */
.wppro-hf-pr-5 { padding-right: 5px !important; }
.wppro-hf-pl-5 { padding-left: 5px !important; }
.wppro-hf-pt-5 { padding-top: 5px !important; }
.wppro-hf-pb-5 { padding-bottom: 5px !important; }
.wppro-hf-mt-5 { margin-top: 5px !important; }
.wppro-hf-mb-5 { margin-bottom: 5px !important; }
.wppro-hf-ml-5 { margin-left: 5px !important; }
.wppro-hf-mr-5 { margin-right: 5px !important; }

.wppro-hf-toggle-menu { margin-top: 10px; }

.hf_NcKIgsxm4jt_wppro-hf-ws-only-ada {
margin-top: 10px !important;
padding: 15px !important;
}

.hf_NcKIgsxm4jt_wppro-hf-ws-only {}

.hf_NcKIgsxm4jt_wppro-hf-m-only {
display: none !important;
}

.hf_NcKIgsxm4jt_wppro-hf-topNav-m-only {
display: none;
width: 100%;
}

.hf_NcKIgsxm4jt_wppro-hf-callout {
float: right;
display: inline-block;
vertical-align: top;
padding: 3px 5px;
background-color: #454545;
color: #ffffff;
border-radius: 2px;
}

.hf_NcKIgsxm4jt_wppro-hf-menu-item {
display: flex;
align-items: center;
justify-content: space-between !important;
}

.hf_NcKIgsxm4jt_wppro-hf-menu-item a,.hf_NcKIgsxm4jt_wppro-hf-menu-item button{
width:100%;
}
.hf_NcKIgsxm4jt_wppro-hf-menu-item a:hover,.hf_NcKIgsxm4jt_wppro-hf-menu-item button:hover{
border-radius: 5px;
}


.hf_NcKIgsxm4jt_wppro-hf a {
}

.hf_NcKIgsxm4jt_wppro-hf button {
background-color: transparent;
}

.hf_NcKIgsxm4jt_wppro-hf button:focus,
.hf_NcKIgsxm4jt_wppro-hf a:focus {
outline: 2px solid #007bff !important;
outline-offset: 5px !important;
border-radius: 5px;
border: none !important;
background-color: transparent !important;
z-index: 999999999;
}

.hf_NcKIgsxm4jt_wppro-hf-nav-item button {
background-color: transparent !important;
right: 0;
padding: 0 !important;
line-height: 40px;
}

.hf_NcKIgsxm4jt_wppro-hf-menu-toggle {
display: none;
cursor: pointer;
font-size: 40px !important;
background: none;
border: none;
color: #000000;
align-self: flex-start;
}

/* External Link Icon */
    .hf_NcKIgsxm4jt_wppro-hf a[target="_blank"]::after {
    content: "\f1c0";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 2px;
    }

/* Justify Content Helpers */
.hf_NcKIgsxm4jt_wppro-hf-jc-center { justify-content: center; }
.hf_NcKIgsxm4jt_wppro-hf-jc-start { justify-content: start; }
.hf_NcKIgsxm4jt_wppro-hf-jc-end { justify-content: end; }
.hf_NcKIgsxm4jt_wppro-hf-jc-spaceBetween { justify-content: space-between; }
.hf_NcKIgsxm4jt_wppro-hf-jc-spaceAround { justify-content: space-around; }
.hf_NcKIgsxm4jt_wppro-hf-jc-spaceEvenly { justify-content: space-evenly; }

.hf_NcKIgsxm4jt_wppro-hf-start { justify-content: flex-start; }
.hf_NcKIgsxm4jt_wppro-hf-end { justify-content: flex-end; }

/* Dropdown Arrow */
.wppro-hf-flip-icon {
transform: rotate(180deg);
display: inline-block;
margin-left: 6px;
font-size: 12px !important;
}

.wppro-hf-hide:focus + .wppro-hf-flip-icon {
display: none;
}

.wppro-hf-hide:focus .wppro-hf-flip-icon {
display: inline-block;
}

/* Mobile Styles */
@media (max-width: 768px) {
.hf_NcKIgsxm4jt_wppro-hf-header {
flex-direction: column;
align-items: flex-start;
height: auto;
padding: 10px 20px;
}

.hf_NcKIgsxm4jt_wppro-hf-header .hf_NcKIgsxm4jt_wppro-hf-nav-section {
width: 100% !important;
flex-grow: 1;
}

.hf_NcKIgsxm4jt_wppro-hf-header .hf_NcKIgsxm4jt_logo {
justify-content: space-between !important;
width: 100% !important;
}

.hf_NcKIgsxm4jt_wppro-hf-nav {
height: 0;
overflow: hidden;
transition: height 0.4s ease;
}

.hf_NcKIgsxm4jt_wppro-hf-nav.open {
/* JS controls the height when open */
}

.hf_NcKIgsxm4jt_wppro-hf-menu-toggle {
display: block;
margin-left: 10px;
}

.hf_NcKIgsxm4jt_wppro-hf-menu-toggle:focus {
outline: 2px solid #007bff !important;
outline-offset: 4px !important;
border-radius: 5px;
}

.hf_NcKIgsxm4jt_wppro-hf-menu {
flex-direction: column;
width: 100%;
position: static;
z-index: 999999;
}

.hf_NcKIgsxm4jt_wppro-hf-nav-right .hf_NcKIgsxm4jt_wppro-hf-menu {
flex-direction: row;
width: 100%;
position: static;
z-index: 999999;
justify-content: end;
}

.hf_NcKIgsxm4jt_wppro-hf-nav-right .hf_NcKIgsxm4jt_wppro-hf-menu i {
font-size: 2em;
}

.hf_NcKIgsxm4jt_wppro-hf-menu-item {
justify-content: space-between !important;
padding-top: 10px;
padding-bottom: 10px;
}

.hf_NcKIgsxm4jt_wppro-hf-nav-item {
padding-left: 15px !important;
}

.hf_NcKIgsxm4jt_wppro-hf-nav-item a {
margin-left: -15px;
}

.hf_NcKIgsxm4jt_wppro-hf-nav-item button {
padding: 10px 15px !important;
}

.hf_NcKIgsxm4jt_wppro-hf-submenu,
.hf_NcKIgsxm4jt_wppro-hf-megamenu {
position: absolute;
width: 100%;
box-shadow: none;
opacity: 0;
visibility: hidden;
height: 0;
overflow: hidden;
padding: 10px;
border-radius: 5px;
}

.hf_NcKIgsxm4jt_wppro-hf-active {
position: static !important;
}

.hf_NcKIgsxm4jt_wppro-hf-submenu.hf_NcKIgsxm4jt_wppro-hf-active,
.hf_NcKIgsxm4jt_wppro-hf-megamenu.hf_NcKIgsxm4jt_wppro-hf-active {
display: flex !important;
opacity: 1;
visibility: visible;
height: auto;
background-color: #ffffff !important;
margin-left: 0px;
margin-bottom:10px;
}

.hf_NcKIgsxm4jt_wppro-hf-submenu.hf_NcKIgsxm4jt_wppro-hf-active ul,
.hf_NcKIgsxm4jt_wppro-hf-megamenu.hf_NcKIgsxm4jt_wppro-hf-active ul {
margin-left: 0;
}

.hf_NcKIgsxm4jt_wppro-hf-submenu button,
.hf_NcKIgsxm4jt_wppro-hf-submenu a,
.hf_NcKIgsxm4jt_wppro-hf-megamenu button,
.hf_NcKIgsxm4jt_wppro-hf-megamenu a {
color: white;
width: 100%;
}

.hf_NcKIgsxm4jt_wppro-hf-megamenu {
flex-direction: column;
width: 100%;
}

.hf_NcKIgsxm4jt_wppro-hf-megamenu-1-col,
.hf_NcKIgsxm4jt_wppro-hf-megamenu-2-col,
.hf_NcKIgsxm4jt_wppro-hf-megamenu-3-col,
.hf_NcKIgsxm4jt_wppro-hf-megamenu-4-col,
.hf_NcKIgsxm4jt_wppro-hf-megamenu-5-col,
.hf_NcKIgsxm4jt_wppro-hf-megamenu-6-col,
.hf_NcKIgsxm4jt_wppro-hf-megamenu-7-col,
.hf_NcKIgsxm4jt_wppro-hf-megamenu-8-col,
.hf_NcKIgsxm4jt_wppro-hf-megamenu-9-col,
.hf_NcKIgsxm4jt_wppro-hf-megamenu-10-col {
display: flex;
}

.hf_NcKIgsxm4jt_wppro-hf-megamenu-column:not(:last-child) {
border-right: 0;
padding-right: 0;
border-bottom: 2px solid #ccc;
}

.hf_NcKIgsxm4jt_wppro-hf-navigation ul > li {
border-bottom: 1px solid #d3d3d3;
}

.hf_NcKIgsxm4jt_wppro-hf-navigation ul > li:last-child {
border-bottom: none;
}

.hf_NcKIgsxm4jt_wppro-hf-nav-bar {
min-height: unset !important;
}

.hf_NcKIgsxm4jt_wppro-hf-nav-section {
height: auto !important;
}

.hf_NcKIgsxm4jt_wppro-hf-top-bar {
flex-direction: column;
align-items: center;
text-align: center;
height: auto !important;
}

.hf_NcKIgsxm4jt_wppro-hf-top-bar-left,
.hf_NcKIgsxm4jt_wppro-hf-top-bar-right {
margin-top: 10px;
width: 100%;
justify-content: center;
flex-wrap: wrap;
}

.hf_NcKIgsxm4jt_wppro-hf-top-bar-left-links {
display: flex;
gap: 0;
flex-wrap: wrap;
width: 100%;
}

.hf_NcKIgsxm4jt_wppro-hf-top-bar-left {
flex-wrap: wrap !important;
flex-basis: 100%;
}

.hf_NcKIgsxm4jt_wppro-hf-top-bar-left form,
.hf_NcKIgsxm4jt_wppro-hf-top-bar-left form input,
.hf_NcKIgsxm4jt_wppro-hf-search-bar-top-container,
.hf_NcKIgsxm4jt_wppro-hf-search-bar-top-container form {
width: 100% !important;
}

.hf_NcKIgsxm4jt_wppro-hf-top-bar-right-links {
display: flex;
gap: inherit;
}

.hf_NcKIgsxm4jt_wppro-hf-top-bar-section {
border-radius: 5px;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 10px;
margin-right: 10px;
}

.hf_NcKIgsxm4jt_wppro-hf-middle-section {
height: auto !important;
}

.hf_NcKIgsxm4jt_wppro-hf-col {
justify-content: center;
width: 100%;
}

.hf_NcKIgsxm4jt_wppro-hf-nav-right {
order: 1;
margin-top: 15px;
display: flex;
align-items: center;
width: 100%;
justify-content: right;
position: relative;
}

.hf_NcKIgsxm4jt_wppro-hf-navigation {
flex: 1;
width: 100%;
}

.hf_NcKIgsxm4jt_wppro-hf-topNav-m-only-active {
display: block;
width: 100% !important;
}

.hf_NcKIgsxm4jt_wppro-hf-ws-only {
display: none !important;
}

.hf_NcKIgsxm4jt_wppro-hf-m-only {
display: block !important;
}

.hf_NcKIgsxm4jt_navbox {
padding: 0;
display: flex;
justify-content: space-between;
align-items: center;
margin-right: 10px;
}

    .hf_NcKIgsxm4jt_wppro-hf a[target="_blank"]::after {
    float: right;
    }

    .hf_NcKIgsxm4jt_wppro-hf-active > .hf_NcKIgsxm4jt_navbox > button,
    .hf_NcKIgsxm4jt_wppro-hf-active > .hf_NcKIgsxm4jt_navbox > a {
    color: #1fa7d7 !important;
    background-color: #0000ff00 !important;
    }

    .hf_NcKIgsxm4jt_wppro-hf-has-submenu .hf_NcKIgsxm4jt_wppro-hf-megamenu .hf_NcKIgsxm4jt_wppro-hf-active a,
    .hf_NcKIgsxm4jt_wppro-hf-has-submenu .hf_NcKIgsxm4jt_wppro-hf-megamenu .hf_NcKIgsxm4jt_wppro-hf-active button {
    width: 100%;
    }

}
/* end mobile Styles */


/* Desktop Styles */
@media (min-width: 769px) {
.hf_NcKIgsxm4jt_wppro-hf-nav-bar {
flex-direction: row;
align-items: center;
flex-wrap: wrap;
}

.hf_NcKIgsxm4jt_wppro-hf-menu li:hover > .hf_NcKIgsxm4jt_wppro-hf-submenu,
.hf_NcKIgsxm4jt_wppro-hf-menu li:hover > .hf_NcKIgsxm4jt_wppro-hf-megamenu {
opacity: 1;
visibility: visible;
}

.hf_NcKIgsxm4jt_nav-right {
margin-top: 0;
}
}

/* Container and Fullwidth Styles */
.hf_NcKIgsxm4jt_wppro-hf-100w {
width: 100%;
}

.hf_NcKIgsxm4jt_wppro-hf-container {
max-width: 1170px !important;
margin-right: auto !important;
margin-left: auto !important;
position: relative !important;
z-index: 5 !important;
}

.hf_NcKIgsxm4jt_wppro-hf-container:before,
.hf_NcKIgsxm4jt_wppro-hf-container:after {
display: table;
content: " ";
}

.hf_NcKIgsxm4jt_wppro-hf-container:after {
clear: both;
}

.hf_NcKIgsxm4jt_wppro-hf-fullwidth .hf_NcKIgsxm4jt_wppro-hf-container > .wppro-hf-row {
margin-right: 0;
margin-left: 0;
}

.hf_NcKIgsxm4jt_wppro-hf-fullwidth .hf_NcKIgsxm4jt_wppro-hf-container .hf_NcKIgsxm4jt_wppro-hf-row .hf_NcKIgsxm4jt_wppro-hf-row {
width: 100%;
}

.hf_NcKIgsxm4jt_wppro-hf-fullwidth .hf_NcKIgsxm4jt_wppro-hf-container > .hf_NcKIgsxm4jt_wppro-hf-row > .wpb_column {
padding-right: 0;
padding-left: 0;
}

.hf_NcKIgsxm4jt_wppro-hf-smallwidth .hf_NcKIgsxm4jt_wppro-hf-container {
padding-left: 200px;
padding-right: 200px;
}

#hf_NcKIgsxm4jt_wppro-hf-theme-wrapper.hf_NcKIgsxm4jt_wppro-hf-header-side .hf_NcKIgsxm4jt_wppro-hf-smallwidth .hf_NcKIgsxm4jt_wppro-hf-container {
padding-left: 90px;
padding-right: 90px;
}

/* Responsive Container Adjustments */
@media only screen and (max-width: 1200px) {
.hf_NcKIgsxm4jt_wppro-hf-container {
padding-left: 15px;
padding-right: 15px;
}

.hf_NcKIgsxm4jt_wppro-hf-smallwidth .hf_NcKIgsxm4jt_wppro-hf-container {
padding-left: 90px;
padding-right: 90px;
}
}

@media only screen and (max-width: 769px) {
.hf_NcKIgsxm4jt_wppro-hf-smallwidth .hf_NcKIgsxm4jt_wppro-hf-container {
padding-left: 15px;
padding-right: 15px;
}
}