/* ==== Overrides for existing style.css when 2026 header is active ==== */
.top-section.header-2026 {
    background: transparent;
}
.top-section.header-2026 #header {
    height: 36px;
    padding-top: 0;
    padding-bottom: 10px;
    box-shadow: none;
    margin-top: 0;
}
.top-section.header-2026 #header .container {
    padding-top: 0;
    padding-bottom: 0;
}
.top-section.header-2026 #header.fixed-top {
    background-color: #fff;
    height: auto;
}
.top-section.header-2026 #header.fixed-top .container {
    padding-top: 0;
}
.top-section.header-2026 #header .logo a {
    color: inherit;
}
/* Fix navbar link colors — style.css forces white, we need dark */
.top-section.header-2026 .navbar a {
    color: #0c2b41;
}
.top-section.header-2026 .navbar a:hover,
.top-section.header-2026 .navbar .active,
.top-section.header-2026 .navbar li:hover > a {
    color: #0c2b41;
}
/* Fix mega menu hover pseudo-element — style.css uses dark bg */
.top-section.header-2026 #menu-header > li.dropdown:hover::before {
    background-color: #fff;
    border-bottom: 1px solid rgb(12 43 65 / 20%);
    top: 37px;
    height: 270px;
}
/* Fix subscribe button — markup uses <a> not <button> */
.top-section.header-2026 .subs-sec a {
    color: #fff;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
}
.top-section.header-2026 .subs-sec a .bi {
    display: inline-flex;
    padding-left: 2px;
}
/* Fix notification row dropdown backgrounds */
.top-section.header-2026 .notification-row.navbar .dropdown:hover > ul {
    background-color: #fff;
}
/* Fix notification-row link colors (Advertise, Jobs) */
.top-section.header-2026 .notification-row ul li a {
    color: #0c2b41;
}
/* Fix searchbox height */
.top-section.header-2026 .searchbox {
    height: 32px;
}
/* Fix account dropdown hover — style.css forces dark navy with !important */
.top-section.header-2026 .ucn-account-menu ul ul li:hover {
    background: #f0f0f0 !important;
}
/* Style the logged-out Login button as a bordered pill matching the logged-in style */
.top-section.header-2026 .ucn-login {
    display: flex;
    align-items: center;
    background-color: #c9d0d4;
    border: solid 0.5px rgb(83 105 121 / 30%);
    border-radius: 3px;
    height: 32px;
    padding: 0 10px !important;
}
.top-section.header-2026 .ucn-login a.signin {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.top-section.header-2026 .ucn-login img {
    height: 14px;
}
.top-section.header-2026 .ucn-login .ucn-user {
    color: #000;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding-left: 4px;
}
/* Keep login-search right-aligned when logged in (no subscribe button) */
.top-section.header-2026 .login-search {
    text-align: right;
}
.top-section.header-2026 .login-search .first-row {
    justify-content: flex-end;
}
/* Right-side nav links (Advertise, Jobs) */
.top-section.header-2026 .header-2026-right-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-section.header-2026 .header-2026-right-nav ul li {
    white-space: nowrap;
    padding: 10px 17px;
}
.top-section.header-2026 .header-2026-right-nav ul li a {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.38px;
    color: #0c2b41;
    text-transform: none;
    text-decoration: none;
}

/* ====top-header-section==== */
.header-section {
    background-color: rgb(12 43 65 / 4%);
    border-bottom: 1px solid rgb(12 43 65 / 20%);
    padding-top: 14px;
}

.livenews {
    max-width: 172px;

}

.livenews li {
    list-style: none;
}

.livenews .date {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    line-height: 1.42;
    color: #000;
    opacity: 0.6;
    margin-bottom: 17px;
}

.livenews li .live span {
    color: #c61f1f;
    font-size: 10px;
    line-height: 1.42;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 14px;
}

.livenews li .bi {
    float: left;
    height: 17px;
    padding-right: 4px;
}

.bi-circle-fill::before {
    font-size: 6px;
    color: #c61f1f;
}


.livenews li p {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.33px;
    color: #000;
    margin: 5px 0 0 10px;
}

.livenews .owl-carousel .owl-nav {
    display: flex;
    padding-top: 4px;
    padding-left: 10px;
}

.livenews .owl-carousel .owl-nav .owl-prev {
    margin-right: 22px;
}
.livenews .owl-carousel .owl-nav button.owl-next,
.livenews .owl-carousel .owl-nav button.owl-prev {
    position: inherit;
    background-color: transparent !important;
}
.livenews .owl-carousel .owl-nav button {
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    width: auto;
    height: 32px;
}
.livenews .owl-nav span {
    font-size: 32px;
    color: rgb(12 43 65 / 70%);
    line-height: 18px;
    padding: 0;
}

.main-logo {
    margin-bottom: 32px;
    margin-top: 32px;
}

.main-logo a img {
    min-width: 434px;
    max-height: 57px;
}

.login-search .first-row {
    display: flex;
}

.login-search li.ucn-account-menu {
    padding: 0;
}

.subs-sec {
    padding: 8px 14px 8px;
    border-radius: 3px;
    border: solid 1px #07a6c5;
    background-color: #07a6c5;
    display: flex;
    align-items: center;
    height: 32px;
}

.subs-sec button {
    background-color: transparent;
    border: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: right;
    color: #fff;
    display: flex;
    align-items: center;
}

.subs-sec button .bi {
    display: inline-flex;
    padding-left: 2px;
}

.login-search {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
}

.login-sec {
    margin-left: 10px;
    display: inline-block;
    padding: 0;
}

.login-sec ul {
    padding: 0;
    margin: 0;
}

.login-sec li {
    list-style: none;
}

.ucn-account-menu li {
    position: relative;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.login-sec>ul>li .ucn-logged-in.dropdown {
    border: none;
    border-radius: 3px;
    background-color: #c9d0d4;
    border: solid 0.5px rgb(83 105 121 / 30%);
    height: 32px;
    position: relative;
    cursor: pointer;
}
.login-sec>ul>li .ucn-logged-in.dropdown:hover ul {
    display: block;
}
.login-sec>ul>li .ucn-logged-in img {
    height: 14px;
}

.ucn-logged-in,
.ucn-logout,
.ucn-subscribe,
.ucn-login {
    font-family: 'DM Sans', sans-serif;
    /* float: left;
    width: 100%;*/
    text-align: center;
}

.login-sec a.newsletters {
    margin-right: 10px;
}

.login-sec a.newsletters,
.ucn-logged-in .btn,
.ucn-subscribe .btn,
.ucn-logout .btn {
    font-size: 0.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    border-radius: 4px;
    background-color: #07a6c5;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    padding: 4px 8px !important;
}

.login-sec>ul>li .ucn-logged-in.dropdown .ucn-user {
    color: #000;
    padding-right: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
}

.navbar li:hover>a.newsletters {
    color: #ffffff;
}

.login-sec.navbar .dropdown ul.dropdown-menu {
    left: inherit;
    padding: 0;
}

.ucn-account-menu .ucn-arrow {
    display: none;
}

.ucn-logged-in .btn {
    background-color: transparent;
}

.login-sec.navbar .dropdown:hover>ul {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    top: 30px;
}

.ucn-account-menu ul ul.dropdown-menu li {
    text-align: left;
    min-width: inherit;
}

.ucn-account-menu ul ul {
    position: absolute;
    display: none;
    right: 0;
    background-color: #FFF;
    z-index: 10;
    width: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0;
}

.ucn-account-menu ul ul li a {
    padding: 6px 15px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    text-transform: capitalize;
}

.login-sec ul li a {
    color: #0c2b41;
    font-size: 0.75rem;
    line-height: 1.5rem;
}

.login-sec .navbar a {
    display: flex;
    font-family: 'DM Sans', sans-serif;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 0.85rem;
    font-weight: normal;
    color: #ffffff;
    white-space: nowrap;
    position: relative;
}

/*===SearchBox===*/

.searchbox {
    position: relative;
    height: 32px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    position: absolute;
    top: 34px;
    left: 4px;
    border: 0;
    outline: 0;
    background: #ffffff;
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 0px 12px 0px 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    color: #000000;
    border-radius: 2px;
    z-index: 50;
    min-width: 280px;
    opacity: 0;
    display: none;
}

.searchbox.searchbox-open .searchbox-input {
    min-width: 280px;
    opacity: 1;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    display: block;
}

.searchbox-input::-webkit-input-placeholder {
    color: #e2e1e1;
}

.searchbox-input:-moz-placeholder {
    color: #e2e1e1;
}

.searchbox-input::-moz-placeholder {
    color: #e2e1e1;
}

.searchbox-input:-ms-input-placeholder {
    color: #e2e1e1;
}
.searchbox-icon {
     padding: 8.5px 9px 8.5px 10px;
  border-radius: 2px;
  border: solid 0.5px rgba(0, 0, 0, 0.2);
}
.searchbox-icon,
.searchbox-submit {
    width: 34px;
    height: 32px;
    display: block;
    position: absolute;
    top: -8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    right: -34px;
    padding: 0;
    margin: 0;
    border: solid 0.5px rgba(83, 105, 121, 0.2);
    outline: 0;
    line-height:28px;
    letter-spacing: 0.22px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    border-radius: 0;
}

.navbar-expand-lgucn-logged-out .searchbox-icon {
    top: 0;
}

.ucn-logged-out .searchbox-icon {
    top: -12px;
}

.searchbox-submit {
    text-indent: -9999px;
}

#header.fixed-top .searchbox-icon,
#header.fixed-top .searchbox-submit {
    background: transparent;
}

.ucn-account-menu>ul {
    background-color: transparent !important;
}

.searchbox-open {
    width: 100%;
}

.byline {
    position: absolute;
    top: 150px;
    left: 30%;
    text-align: center;
    font-size: 1.125rem;
}

.byline a {
    text-decoration: none;
    color: #d74b4b;
}


/*===Search Box Ends===*/

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.sci-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 17px;
}

.sci-btn button {
    border: none;
    background-color: transparent;
    font-family: 'Funnel Display', sans-serif;
    font-size: 11px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding-left: 15px;
    display: flex;
    align-items: center;
        width: 192px;
    height: 36px;
    border: solid 0.5px #000;
    border-radius: 3px;
}

.sci-btn button .bi {
    display: inline-flex;
    padding-left: 2px;
    height: 9px;
}

.notification-row>ul>li {
    white-space: nowrap;
    padding: 10px 17px;
}

.notification-row li a {
    display: flex;
    font-family: 'DM Sans', sans-serif;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 0.75rem;
    font-weight: normal;
    letter-spacing: 1.38px;
    color: #0c2b41;
    white-space: nowrap;
    /* transition: 0.3s; */
    position: relative;
    text-decoration: none;
}

.notification-row li a {
    font-weight: bold;
}

#header {
    position: relative;
    height: 36px;
    padding-bottom: 10px;
}

/* Main Nav Menu */


#navbar {
    position: static;
    padding: 0;
}

.navbar li {
    position: static;
}

.new-nav.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 16px;
    cursor: pointer;
}
.new-nav.navbar>ul>li:nth-child(3) {
    margin-right: 42px;
}
.new-nav.navbar>ul>li:hover::before {
    content: '';
    position: absolute;
    display: block;
    background-color: #fff;
    height: 270px;
    width: 100%;
    top: 37px;
    left: 0;
    max-width: 100%;
    z-index: 2;
    border-bottom: 1px solid rgb(12 43 65 / 20%);
}
.new-nav.navbar ul#menu-header li.nav-item:hover>a {
    text-decoration-color: #0c2b41;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 16.2px;
}
.new-nav a {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.38px;
    color: #0c2b41;
    text-transform: uppercase;
    text-decoration: none;
}
.new-nav.navbar ul ul li:hover>a {
    color: rgb(12 43 65 / 70%);
}
.new-nav.navbar ul ul ul li:hover>a {
    color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.dropdown-toggle::after {
    content: url('../img/dropdown-arrow-icn.svg');
    border: none;
}

#menu-header {
    align-items: center;
}

#menu-header>li>a.dropdown-toggle::after {
    vertical-align: inherit;
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    overflow-y: scroll;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.mobile-nav-toggle {
    color: #000;
    font-size: 1.75rem;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.new-nav.navbar>ul>li.topmenu.speciessection,
.new-nav.navbar li.topmenu.speciessection a,
.new-nav.navbar>ul>li.topmenu.regionssection,
.new-nav.navbar li.topmenu.regionssection a,
.new-nav.navbar>ul>li.topmenu.eventssection,
.new-nav.navbar li.topmenu.eventssection a {
    white-space: inherit;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    /* bottom: 15px; */
    left: 15px;
    padding: 15px 20px;
    background-color: #0C2B41;
    overflow-y: auto;
    transition: 0.3s;
}
.new-nav.navbar .dropdown:hover ul {
    opacity: 1;
    /* top: 100%; */
    visibility: visible;
    border: none;
}
.new-nav.navbar .dropdown ul {
    display: flex;
    position: absolute;
    left: 1.75rem;
    top: calc(100% - 0px);
    left: calc(50% - 420px);
    margin: 0;
    padding: 24px 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    /* background: #091B28; */
    background: transparent;
    /* transition: 0.3s; */
}
.new-nav.navbar .dropdown ul ul {
    position: static;
    padding-top: 0;
}
.new-nav.navbar .dropdown ul>.col {
    margin-right: 30px;
}
.new-nav.navbar .dropdown ul>.col:nth-child(2) {
    margin-right: 0;
    padding-right: 30px;
}
.new-nav.navbar .dropdown ul h5 {
    font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  color: rgb(12 43 65 / 50%);
  text-transform: uppercase;
  border-bottom: solid 0.7px rgb(12 43 65 / 20%);
  padding-bottom: 9px;
}
.new-nav.navbar .dropdown ul .col:nth-child(2) h5 {
    min-width: 520px;
}
ul.menu .species-menu-recent,
ul.menu .regions-menu-recent,
ul.menu .events-menu-recent {
    height: 40px;
}
.new-nav.navbar .dropdown ul li {
    min-width: 300px;
    display: flex;
    align-items: center;
}
.new-nav.navbar .dropdown ul li>.bi,
.new-nav.navbar .dropdown ul ul li .bi {
    display: none;
}
.new-nav.navbar .dropdown ul li:hover .bi {
    display: flex;
    position: absolute;
    left: -15.8px;
    font-size: 10px;
    opacity: 1;
    align-items: center;
}
.new-nav.navbar .dropdown ul ul li:hover>.bi {
    top: 9px;
}
.new-nav.navbar .dropdown ul ul ul li .bi {
    color: #07a6c5;
}
.new-nav.navbar .dropdown ul li:hover>.bi::before {
    font-weight: bold !important;
}
.new-nav.navbar .dropdown>ul>li:hover a {
    color: rgb(12 43 65 / 70%);

}
.new-nav.navbar .dropdown ul ul.more-sec li {
    min-width: 154px;
    position: relative;
}
.species-contents-2 {
    position: absolute;
       left: calc(100% - (0px));
    top: 9px;
    opacity: 0;
    visibility: hidden;
    padding-left: 200px;
    z-index: 12;
}
.new-nav.navbar .dropdown ul ul li:hover .species-contents-2 {
    opacity: 1;
    visibility: visible;
    min-width: 177px;
}
.new-nav.navbar .dropdown ul ul li:hover .species-contents-2 .news-line {
    flex-direction: column;
}
.new-nav .species-contents-2 ul.news-line li:nth-child(2) {
    border: none;
    margin-top: 0;
}
.new-nav.navbar .dropdown ul li a {
    font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.23;
  letter-spacing: 0.09px;
  color: #0c2b41;
  text-transform: capitalize;
  cursor: pointer;
}

.new-nav .species-contents,
.new-nav .regions-contents,
.new-nav .events-contents {
    display: none;
}
.new-nav ul.sub-menu li:hover .species-contents.desktop,
.new-nav ul.sub-menu li:hover .regions-contents.desktop,
.new-nav ul.sub-menu li:hover .events-contents.desktop {
    display: block;
    position: absolute;
    left: calc(50% - 300px);
    padding-right: 42px;
    top: 62px;
}
.new-nav ul.sub-menu li:hover .species-contents.desktop .main-news-img,
.new-nav ul.sub-menu li:hover .regions-contents.desktop .main-news-img,
.new-nav ul.sub-menu li:hover .events-contents.desktop .main-news-img {
    max-width: 170px;
}
.new-nav .species-contents ul.news-line,
.new-nav .regions-contents ul.news-line,
.new-nav .events-contents ul.news-line {
    position: inherit;
    opacity: 1;
    visibility: visible !important;
    flex-direction: column;
    max-width: 170px;
    padding: 0;
}
.new-nav .species-contents ul.news-line li,
.new-nav .regions-contents ul.news-line li,
.new-nav .events-contents ul.news-line li,
.new-nav .species-contents-2 ul.news-line li,
.new-nav .regions-contents-2 ul.news-line li,
.new-nav .events-contents-2 ul.news-line li  {
    position: relative;
    list-style: none;
    border-bottom: solid 1px rgb(12 43 65 / 20%);
    margin: 9px 0 9px 0;
    white-space: normal;
    min-width: auto;
}
.new-nav .species-contents ul.news-line li:nth-child(2) {
    border: none;
    margin-top: 0;
}
.new-nav .species-contents ul.news-line li a,
.new-nav .regions-contents ul.news-line li a,
.new-nav .events-contents ul.news-line li a,
.new-nav .species-contents-2 ul.news-line li a,
.new-nav .regions-contents-2 ul.news-line li a,
.new-nav .events-contents-2 ul.news-line li a {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 9px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.08px;
    color: #000;
    /* white-space: normal; */
}
.new-nav .species-contents ul.news-line li a .bi {
    color: #07a6c5;
}
.new-nav.navbar .dropdown:hover ul .col ul {
    top: 32px;
    left: calc(100% - 0px);
    opacity: 1;
    visibility: visible;
    border: none;
}
.new-nav .nav-item.dropdown .sub-menu .row {
    flex-wrap: nowrap;
}
/* Responsive View */
@media (min-width: 320px) and (max-width: 480px) {
    .main-logo a img {
        min-width: auto;
    }
}

@media (max-width: 1024px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}