/*
 * TIK4U Design System Overrides
 *
 * This is the single durable child-theme override layer for global styling.
 * Keep vendor/plugin CSS in its owning plugin/theme. Put cross-site design
 * decisions and surgical overrides here instead of WordPress Additional CSS,
 * generated cache files, or ad hoc inline snippets.
 */

/* TIK4U global typography: Polin */
@font-face {
	font-family: 'Polin';
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url('https://tik4u.mvstage.com/wp-content/uploads/elementor/custom-fonts/polin/Polin-Light.woff2') format('woff2'),
		url('https://tik4u.mvstage.com/wp-content/uploads/elementor/custom-fonts/polin/Polin-Light.woff') format('woff'),
		url('https://tik4u.mvstage.com/wp-content/uploads/elementor/custom-fonts/polin/Polin-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Polin';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('https://tik4u.mvstage.com/wp-content/uploads/elementor/custom-fonts/polin/Polin-Regular.woff2') format('woff2'),
		url('https://tik4u.mvstage.com/wp-content/uploads/elementor/custom-fonts/polin/Polin-Regular.woff') format('woff'),
		url('https://tik4u.mvstage.com/wp-content/uploads/elementor/custom-fonts/polin/Polin-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Polin';
	font-style: normal;
	font-weight: 700;
	font-display: block;
	src: url('https://tik4u.mvstage.com/wp-content/uploads/elementor/custom-fonts/polin/Polin-Bold.woff2') format('woff2'),
		url('https://tik4u.mvstage.com/wp-content/uploads/elementor/custom-fonts/polin/Polin-Bold.woff') format('woff'),
		url('https://tik4u.mvstage.com/wp-content/uploads/elementor/custom-fonts/polin/Polin-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Polin';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url('https://tik4u.mvstage.com/wp-content/uploads/elementor/custom-fonts/polin/Polin-Black.woff2') format('woff2'),
		url('https://tik4u.mvstage.com/wp-content/uploads/elementor/custom-fonts/polin/Polin-Black.woff') format('woff'),
		url('https://tik4u.mvstage.com/wp-content/uploads/elementor/custom-fonts/polin/Polin-Black.ttf') format('truetype');
}

:root {
    --tik4u-font-family: 'Polin', Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
h1, h2, h3, h4, h5, h6,
.button,
.btn,
.elementor-widget,
.elementor-heading-title,
.woocommerce,
.woocommerce-page,
.nasa-product-grid,
.product,
.product-info-wrap,
.nav-wrapper,
.nasa-menu-wrapper,
.menu,
.price,
.amount,
rs-layer,
.rs-layer,
.tp-caption {
    font-family: var(--tik4u-font-family) !important;
}

/* Legacy Customizer CSS migrated from WordPress Additional CSS. */
body, html {
max-width: 100%;
overflow-x: hidden;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#upper-spacer {
height: 150px;
}
.logoBrand {
height:32px;
text-align: center !important;
/* margin-top:8px */
}
.readmore{
border-top: 1px solid #d5d5d5;
padding-top: 10px;
}
.readmore a{
text-decoration: underline;
font-weight:600;
}
.singleInfo{
max-width: 400px;
}
.categoriesThumbnails {
transition: ease-in-out 800ms;
}
.categoriesThumbnails:hover {
transform: scale(1.05);
}
.cart_totals tr.shipping {
display: none;
}
.nasa-show-one-line {
white-space: normal;
}
.nasa-topbar-wrap {
background-color: white;
}
.product-lightbox.nasa-loaded .slick-slide {
height: calc(50vh );
object-fit: scale-down;
}
.main-img.nasa-slick-slider img, .main-img img{
min-width: initial;
height: 280px !important;
object-fit: contain;
}
.nasa-item-img .nasa-widget-img img {
width: 100%;
margin: 0;
height: 70px;
object-fit: contain;
}
body.nasa-rtl .nav-wrapper .nasa-megamenu>.nav-dropdown {
font-size: 14px;
}
.nav-wrapper .menu-item {
display: inline-block;
position: relative;
font-size: 17px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
margin-top: 5px;
}
body .nasa-buy-now {
background-color: #101010;
border-color: #101010;
}
body .nasa-buy-now:hover {
background-color: #343434;
border-color: #343434;
}
#menu-top-menu-new{
white-space: nowrap;
}
#top-bar .left-text {
width: 500px;
}
body .widget #menu-top-menu-new li a:hover, body .widget #menu-top-menu-new .current-menu-item > a, body .widget #menu-top-menu-new li a{
color: #000;
font-weight:400 !important;
}
body .widget #menu-top-menu-new li::before {
content: "";
}
body.nasa-rtl .widget #menu-top-menu-new li {
padding-left: 10px;
padding-right: 10px;
}
#menu-top-menu-new li {
border-left: 1px solid #ececec;
}
#menu-top-menu-new li:last-child {
border-left: none;
}
.nav-wrapper .sub-menu .menu-item {
font-size: 15px;
}
body.nasa-rtl .nasa-modern-1 .nasa-product-grid .btn-compare{
display:none;
}
.home .product-warp-item{
min-height: 476px;
}
#top-bar .left-text {
width: 60%;
}
@media only screen and (min-width: 768px) {
.home .product-warp-item.large-3:nth-of-type(4n+1) {
clear: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.home .product-warp-item.medium-4:nth-of-type(3n+1) {
clear: none;
}
}
@media only screen and (max-width: 767px) {
.home .product-warp-item.small-6:nth-of-type(2n+1) {
clear: none;
}
}
@media (max-width:767px){
#top-bar .left-text {
width: 100%;
}
.contact-information {
padding-right: 10px
}
.nasa-bottom-bar {
display: none !important
}
.product-info-warp {
min-height: 181.77px !important
}
.product-item .info .name {
text-align: center;
}
#top-bar .left-text .large-6.columns {
width: 100%;
}
#top-bar .left-text .large-6.columns p{
text-align: center !important;
}	
}
@media (max-width:480px){
#rev_slider_6_1_forcefullwidth {
display: none;
}
.logoBrand {
/* position: absolute; */
margin-top: 8px;
/* bottom: 4em; */
}
#upper-spacer {
height: 60px;
}
header .widget_nav_menu.nasa-inited {
display: none;
}
.topphonetext{
display:none;
}
}

/* TIK4U explicit link typography */
header a,
#top-bar a,
.nasa-topbar-wrap a,
.nasa-header-wrapper a,
.header-wrapper a,
.nav-wrapper a,
.nasa-menu-wrapper a,
.nasa-megamenu a,
.nasa-elements-wrap a,
.widget_nav_menu a,
footer a,
#footer a,
.footer a,
.site-footer a,
.footer-wrapper a,
.elementor-location-footer a,
.hfe-footer a,
.home .nasa-product-grid a,
.home .product-warp-item a,
.home .product-item a,
.home .product-item .name,
.home .product-item .name a,
.home .product-info-wrap a,
.home .woocommerce-loop-product__title,
.home .woocommerce-loop-product__title a,
.home .woocommerce-LoopProduct-link,
.home .elementor-widget-woocommerce-products a {
    font-family: var(--tik4u-font-family) !important;
}

/* TIK4U top bar typography */
.nasa-topbar-wrap,
.nasa-topbar-wrap *,
#top-bar,
#top-bar *,
.tik4u-topbar-content,
.tik4u-topbar-content *,
#top-bar .left-text,
#top-bar .left-text *,
#top-bar .section-element,
#top-bar .section-element * {
    font-family: var(--tik4u-font-family) !important;
}

.tik4u-topbar-message p {
    margin: 0;
    text-align: left;
}

/* TIK4U header redesign START */
:root {
  --tik4u-primary: #ab2c21;
  --tik4u-header-logo-url: url("https://tik4u.mvstage.com/wp-content/themes/elessi-theme-child/assets/img/header/tik4u-logo.png");
  --tik4u-header-icon-search: url("https://tik4u.mvstage.com/wp-content/themes/elessi-theme-child/assets/img/header/search.svg");
  --tik4u-header-icon-account: url("https://tik4u.mvstage.com/wp-content/themes/elessi-theme-child/assets/img/header/person.svg");
  --tik4u-header-icon-cart: url("https://tik4u.mvstage.com/wp-content/themes/elessi-theme-child/assets/img/header/shopping-cart.svg");
  --tik4u-header-icon-wishlist: url("https://tik4u.mvstage.com/wp-content/themes/elessi-theme-child/assets/img/header/heart.svg");
  --tik4u-header-height-desktop: 118px;
  --tik4u-header-height-mobile: 86px;
  --tik4u-header-logo-height: 30px;
  --tik4u-header-sticky-logo-height: 28px;
  --tik4u-header-logo-height-mobile: 26px;
}

.header-wrapper {
  background: #fff;
}

body {
  padding-top: var(--tik4u-header-height-desktop);
}

.header-wrapper.nasa-header-sticky,
.nasa-header-transparent.header-wrapper {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

body.logged-in .header-wrapper.nasa-header-sticky,
body.logged-in .nasa-header-transparent.header-wrapper {
  top: 32px;
}

body.admin-bar .header-wrapper.nasa-header-sticky,
body.admin-bar .nasa-header-transparent.header-wrapper {
  top: 32px !important;
}

#masthead .header-container,
#masthead .nasa-header-flex {
  min-height: 76px !important;
}

#masthead .nasa-header-flex {
  align-items: center;
}

#masthead.site-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sticky-wrapper {
  height: auto !important;
}

#masthead .header-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#site-navigation > .root-item > a,
#site-navigation > .menu-item > a,
.nasa-menus-wrapper-reponsive .header-nav > .menu-item > a {
  font-size: 14px;
  line-height: 1.25;
}

#site-navigation a:hover,
#site-navigation .current-menu-item > a,
.nasa-header-icons-wrap a:hover,
.nasa-mobile-icons-wrap a:hover,
#top-bar a:hover {
  color: var(--tik4u-primary) !important;
}

.logo-wrapper .logo,
.mobile-menu .logo {
  display: inline-flex;
  align-items: center;
}

.logo-wrapper .header_logo,
.mobile-menu .header_logo,
.logo-wrapper img.header_logo {
  width: auto !important;
  max-width: 122px;
  max-height: var(--tik4u-header-logo-height) !important;
  object-fit: contain;
}

.logo-wrapper .header_logo.logo_sticky {
  max-width: 114px;
  max-height: var(--tik4u-header-sticky-logo-height) !important;
}

.nasa-header-icons-wrap a,
.nasa-mobile-icons-wrap a,
#top-bar a.nasa-login-register-ajax {
  color: #111;
}

.nasa-header-icons-wrap .icon-wrap,
.nasa-mobile-icons-wrap .icon-wrap,
.nasa-header-icons-wrap a.search-icon,
.nasa-mobile-icons-wrap a.mobile-search,
#top-bar a.nasa-login-register-ajax,
.nasa-mobile-icons-wrap a.nasa-login-register-ajax {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.nasa-header-icons-wrap .nasa-icon-mini-cart .icon-wrap > svg,
.nasa-mobile-icons-wrap .nasa-icon-mini-cart .icon-wrap > svg,
.nasa-header-icons-wrap .nasa-icon-wishlist .icon-wrap > svg,
.nasa-mobile-icons-wrap .nasa-icon-wishlist .icon-wrap > svg,
.nasa-header-icons-wrap a.search-icon > svg,
.nasa-mobile-icons-wrap a.mobile-search > svg,
#top-bar a.nasa-login-register-ajax > svg,
.nasa-mobile-icons-wrap a.nasa-login-register-ajax > svg {
  display: none !important;
}

.nasa-header-icons-wrap .nasa-icon-mini-cart .icon-wrap::before,
.nasa-mobile-icons-wrap .nasa-icon-mini-cart .icon-wrap::before,
.nasa-header-icons-wrap .nasa-icon-wishlist .icon-wrap::before,
.nasa-mobile-icons-wrap .nasa-icon-wishlist .icon-wrap::before,
.nasa-header-icons-wrap a.search-icon::before,
.nasa-mobile-icons-wrap a.mobile-search::before,
#top-bar a.nasa-login-register-ajax::before,
.nasa-mobile-icons-wrap a.nasa-login-register-ajax::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.nasa-header-icons-wrap .nasa-icon-mini-cart .icon-wrap::before,
.nasa-mobile-icons-wrap .nasa-icon-mini-cart .icon-wrap::before {
  -webkit-mask-image: var(--tik4u-header-icon-cart);
  mask-image: var(--tik4u-header-icon-cart);
}

.nasa-header-icons-wrap .nasa-icon-wishlist .icon-wrap::before,
.nasa-mobile-icons-wrap .nasa-icon-wishlist .icon-wrap::before {
  -webkit-mask-image: var(--tik4u-header-icon-wishlist);
  mask-image: var(--tik4u-header-icon-wishlist);
}

.nasa-header-icons-wrap a.search-icon::before,
.nasa-mobile-icons-wrap a.mobile-search::before {
  -webkit-mask-image: var(--tik4u-header-icon-search);
  mask-image: var(--tik4u-header-icon-search);
}

#top-bar a.nasa-login-register-ajax::before,
.nasa-mobile-icons-wrap a.nasa-login-register-ajax::before {
  -webkit-mask-image: var(--tik4u-header-icon-account);
  mask-image: var(--tik4u-header-icon-account);
}

@media (max-width: 782px) {
  body.logged-in .header-wrapper.nasa-header-sticky,
  body.logged-in .nasa-header-transparent.header-wrapper {
    top: 46px;
  }

  body.admin-bar .header-wrapper.nasa-header-sticky,
  body.admin-bar .nasa-header-transparent.header-wrapper {
    top: 46px !important;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: var(--tik4u-header-height-mobile);
  }

  #masthead .header-container,
  #masthead .nasa-header-flex {
    min-height: 49px !important;
  }

  .logo-wrapper .header_logo,
  .mobile-menu .header_logo,
  .logo-wrapper img.header_logo {
    max-width: 106px;
    max-height: var(--tik4u-header-logo-height-mobile) !important;
  }
}
/* TIK4U header redesign END */

/* TIK4U header nav/topbar revisions START */
#top-bar,
#top-bar p,
#top-bar a,
#top-bar .menu a,
#top-bar .nasa-login-title {
  font-size: 14px !important;
  line-height: 1.3;
}

#site-navigation > .root-item > a,
#site-navigation > .menu-item > a,
.nasa-menus-wrapper-reponsive .header-nav > .menu-item > a {
  letter-spacing: 0;
}

#site-navigation > .root-item > a::before,
#site-navigation > .root-item > a::after,
#site-navigation > .menu-item > a::before,
#site-navigation > .menu-item > a::after,
.nasa-main-menu > .root-item > a::before,
.nasa-main-menu > .root-item > a::after,
.nasa-main-menu > .menu-item > a::before,
.nasa-main-menu > .menu-item > a::after,
.nasa-nav-style-1 .header-nav > .menu-item > a::before,
.nasa-nav-style-1 .header-nav > .menu-item > a::after,
.nasa-nav-style-1 .header-nav > .root-item > a::before,
.nasa-nav-style-1 .header-nav > .root-item > a::after {
  content: none !important;
  display: none !important;
  transform: none !important;
  transition: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

#top-bar .topbar-menu-container a.nasa-login-register-ajax,
#top-bar .nasa-menus-account a.nasa-login-register-ajax {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

#top-bar .topbar-menu-container a.nasa-login-register-ajax > svg,
#top-bar .nasa-menus-account a.nasa-login-register-ajax > svg {
  display: none !important;
}

#top-bar .topbar-menu-container a.nasa-login-register-ajax::before,
#top-bar .nasa-menus-account a.nasa-login-register-ajax::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background-color: currentColor;
  -webkit-mask-image: var(--tik4u-header-icon-account);
  mask-image: var(--tik4u-header-icon-account);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
/* TIK4U header nav/topbar revisions END */

/* TIK4U masthead-only sticky revisions START */
body {
  padding-top: var(--tik4u-header-height-desktop);
}

.header-wrapper.nasa-header-sticky,
.nasa-header-transparent.header-wrapper {
  position: static !important;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
}

.nasa-topbar-wrap {
  position: relative;
  z-index: 1;
}

.sticky-wrapper {
  height: 76px !important;
}

#masthead.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.logged-in #masthead.site-header {
  top: 32px;
}

#top-bar .topbar-menu-container .nasa-menu-item-account.root-item > a,
#top-bar .topbar-menu-container .nasa-menu-item-account > a {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

#top-bar .topbar-menu-container .nasa-menu-item-account.root-item > a > svg,
#top-bar .topbar-menu-container .nasa-menu-item-account > a > svg {
  display: none !important;
}

#top-bar .topbar-menu-container .nasa-menu-item-account.root-item > a::before,
#top-bar .topbar-menu-container .nasa-menu-item-account > a::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background-color: currentColor;
  -webkit-mask-image: var(--tik4u-header-icon-account);
  mask-image: var(--tik4u-header-icon-account);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media (max-width: 782px) {
  body.logged-in #masthead.site-header {
    top: 46px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: var(--tik4u-header-height-mobile);
  }

  .sticky-wrapper {
    height: 49px !important;
  }
}
/* TIK4U masthead-only sticky revisions END */

/* TIK4U masthead offset fix START */
body {
  padding-top: 77px;
}

@media (max-width: 767px) {
  body {
    padding-top: 50px;
  }
}
/* TIK4U masthead offset fix END */

/* TIK4U sticky flow and source account SVG START */
body,
@media (max-width: 767px) { body { padding-top: 0; } }
body {
  padding-top: 0 !important;
}

.header-wrapper.nasa-header-sticky,
.nasa-header-transparent.header-wrapper {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  background: #fff;
}

.nasa-topbar-wrap {
  position: relative !important;
  z-index: 1;
  background: #fff;
}

.sticky-wrapper {
  height: auto !important;
}

#masthead.site-header {
  position: sticky !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  width: 100%;
  z-index: 9999;
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.logged-in #masthead.site-header {
  top: 32px !important;
}

#top-bar .topbar-menu-container .nasa-menu-item-account.root-item > a::before,
#top-bar .topbar-menu-container .nasa-menu-item-account > a::before {
  content: none !important;
  display: none !important;
}

#top-bar .topbar-menu-container .nasa-menu-item-account.root-item > a > svg,
#top-bar .topbar-menu-container .nasa-menu-item-account > a > svg {
  display: inline-block !important;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

@media (max-width: 782px) {
  body.logged-in #masthead.site-header {
    top: 46px !important;
  }
}
/* TIK4U sticky flow and source account SVG END */

/* TIK4U final masthead flow override */
body { padding-top: 0 !important; }
@media (max-width: 767px) { body { padding-top: 0 !important; } }

/* TIK4U sticky wrapper final fix START */
body {
  padding-top: 0 !important;
}

.header-wrapper.nasa-header-sticky,
.nasa-header-transparent.header-wrapper {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  background: #fff !important;
}

.nasa-topbar-wrap,
#top-bar {
  position: relative !important;
  z-index: 1;
  background: #fff !important;
}

.sticky-wrapper {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999;
  height: auto !important;
  background: #fff !important;
}

#masthead.site-header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100%;
  z-index: auto;
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.logged-in .sticky-wrapper {
  top: 32px !important;
}

#top-bar .topbar-menu-container .nasa-menus-account > li > a::before,
#top-bar .topbar-menu-container a.nasa-login-register-ajax::before {
  content: none !important;
  display: none !important;
}

#top-bar .topbar-menu-container .nasa-menus-account > li > a > svg,
#top-bar .topbar-menu-container a.nasa-login-register-ajax > svg {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 auto;
}

@media (max-width: 782px) {
  body.logged-in .sticky-wrapper {
    top: 46px !important;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 0 !important;
  }
}
/* TIK4U sticky wrapper final fix END */

/* TIK4U negative-offset sticky header START */
:root {
  --tik4u-topbar-height: 42px;
  --tik4u-mobile-topbar-height: 37px;
}

body {
  padding-top: 0 !important;
}

.header-wrapper.nasa-header-sticky,
.nasa-header-transparent.header-wrapper {
  position: sticky !important;
  top: calc(var(--tik4u-topbar-height) * -1) !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  z-index: 9999;
  background: #fff !important;
}

body.logged-in .header-wrapper.nasa-header-sticky,
body.logged-in .nasa-header-transparent.header-wrapper {
  top: calc(32px - var(--tik4u-topbar-height)) !important;
}

.nasa-topbar-wrap,
#top-bar {
  position: relative !important;
  z-index: 1;
  background: #fff !important;
}

.sticky-wrapper {
  position: relative !important;
  top: auto !important;
  z-index: auto;
  height: auto !important;
  background: #fff !important;
}

#masthead.site-header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100%;
  z-index: auto;
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#top-bar .topbar-menu-container .nasa-menus-account > li > a::before,
#top-bar .topbar-menu-container a.nasa-login-register-ajax::before {
  content: none !important;
  display: none !important;
}

#top-bar .topbar-menu-container .nasa-menus-account > li > a > svg,
#top-bar .topbar-menu-container a.nasa-login-register-ajax > svg {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 auto;
}

@media (max-width: 782px) {
  body.logged-in .header-wrapper.nasa-header-sticky,
  body.logged-in .nasa-header-transparent.header-wrapper {
    top: calc(46px - var(--tik4u-mobile-topbar-height)) !important;
  }
}

@media (max-width: 767px) {
  .header-wrapper.nasa-header-sticky,
  .nasa-header-transparent.header-wrapper {
    top: calc(var(--tik4u-mobile-topbar-height) * -1) !important;
  }

  body {
    padding-top: 0 !important;
  }
}
/* TIK4U negative-offset sticky header END */

/* TIK4U outer-header sticky CSS fix START */
:root {
  --tik4u-topbar-height: 42px;
  --tik4u-mobile-topbar-height: 37px;
}

body {
  padding-top: 0 !important;
}

#header-content.site-header {
  position: sticky !important;
  top: calc(var(--tik4u-topbar-height) * -1) !important;
  z-index: 9999;
  background: #fff !important;
}

body.logged-in #header-content.site-header {
  top: calc(32px - var(--tik4u-topbar-height)) !important;
}

.header-wrapper.nasa-header-sticky,
.nasa-header-transparent.header-wrapper {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  z-index: auto;
  background: #fff !important;
}

.nasa-topbar-wrap,
#top-bar {
  position: relative !important;
  z-index: 1;
  background: #fff !important;
}

.sticky-wrapper {
  position: relative !important;
  top: auto !important;
  z-index: auto;
  height: auto !important;
  background: #fff !important;
}

#masthead.site-header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100%;
  z-index: auto;
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#top-bar .topbar-menu-container .nasa-menus-account > li > a::before,
#top-bar .topbar-menu-container a.nasa-login-register-ajax::before {
  content: none !important;
  display: none !important;
}

#top-bar .topbar-menu-container .nasa-menus-account > li > a > svg,
#top-bar .topbar-menu-container a.nasa-login-register-ajax > svg {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 auto;
}

@media (max-width: 782px) {
  body.logged-in #header-content.site-header {
    top: calc(46px - var(--tik4u-mobile-topbar-height)) !important;
  }
}

@media (max-width: 767px) {
  #header-content.site-header {
    top: calc(var(--tik4u-mobile-topbar-height) * -1) !important;
  }
}
/* TIK4U outer-header sticky CSS fix END */

/* TIK4U display-contents sticky header START */
body {
  padding-top: 0 !important;
}

#header-content.site-header,
.header-wrapper.nasa-header-sticky,
.nasa-header-transparent.header-wrapper {
  display: contents !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
}

.nasa-topbar-wrap,
#top-bar {
  display: block !important;
  position: relative !important;
  z-index: 1;
  background: #fff !important;
}

.sticky-wrapper {
  display: block !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999;
  height: auto !important;
  background: #fff !important;
}

body.logged-in .sticky-wrapper {
  top: 32px !important;
}

#masthead.site-header {
  display: block !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100%;
  z-index: auto;
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#top-bar .topbar-menu-container .nasa-menus-account > li > a::before,
#top-bar .topbar-menu-container a.nasa-login-register-ajax::before {
  content: none !important;
  display: none !important;
}

#top-bar .topbar-menu-container .nasa-menus-account > li > a > svg,
#top-bar .topbar-menu-container a.nasa-login-register-ajax > svg {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 auto;
}

@media (max-width: 782px) {
  body.logged-in .sticky-wrapper {
    top: 46px !important;
  }
}
/* TIK4U display-contents sticky header END */


/* TIK4U CSS-only masthead sticky final START */
@keyframes tik4uMastheadLift {
  from { transform: translateY(0); }
  to { transform: translateY(-42px); }
}

@media only screen and (min-width: 1025px) {
  html body #header-content.site-header,
  html body .header-wrapper {
    display: block !important;
    position: relative !important;
    top: auto !important;
    overflow: visible !important;
    background: #fff !important;
  }

  html body #top-bar {
    display: block !important;
    position: relative !important;
    top: auto !important;
    z-index: 1 !important;
    background: #fff !important;
  }

  html body .sticky-wrapper {
    display: block !important;
    position: relative !important;
    height: 77px !important;
    overflow: visible !important;
    background: #fff !important;
    z-index: auto !important;
  }

  html body #masthead.site-header {
    position: fixed !important;
    top: 42px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    overflow: visible !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    transform: translateY(0);
    animation: tik4uMastheadLift linear both !important;
    animation-timeline: scroll() !important;
    animation-range: 0px 42px !important;
    will-change: transform;
  }

  html body #top-bar .topbar-menu-container .nasa-menus-account > li > a::before,
  html body #top-bar .topbar-menu-container a.nasa-login-register-ajax::before {
    content: none !important;
    display: none !important;
  }

  html body #top-bar .topbar-menu-container .nasa-menus-account > li > a > svg,
  html body #top-bar .topbar-menu-container a.nasa-login-register-ajax > svg {
    display: inline-block !important;
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 auto;
    vertical-align: middle;
  }


  html body #top-bar .topbar-menu-container,
  html body #top-bar .topbar-menu-container .nasa-menus-account,
  html body #top-bar .topbar-menu-container .nasa-menus-account > li {
    width: auto !important;
    max-width: none !important;
  }

  html body #top-bar .topbar-menu-container .nasa-menus-account > li > a,
  html body #top-bar .topbar-menu-container a.nasa-login-register-ajax {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    line-height: 41px !important;
  }

  html body #top-bar .topbar-menu-container .nasa-login-title {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    line-height: inherit !important;
  }
}
/* TIK4U CSS-only masthead sticky final END */



/* TIK4U desktop dropdown panel revisions START */
@media (min-width: 1025px) {
  :root {
    --tik4u-header-content-width: 1244px;
    --tik4u-dropdown-x-padding: 24px;
    --tik4u-dropdown-column-gap: 14px;
  }

  #masthead.site-header {
    position: relative !important;
    overflow: visible !important;
  }

  #masthead .nav-wrapper,
  #masthead #site-navigation,
  #masthead #site-navigation > .menu-item,
  #masthead #site-navigation > .root-item {
    position: static !important;
  }

  #masthead #site-navigation > .menu-item > .nav-dropdown,
  #masthead #site-navigation > .root-item > .nav-dropdown,
  body.nasa-rtl #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown,
  body:not(.nasa-rtl) #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown {
    top: 100% !important;
    left: 50% !important;
    right: auto !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 24px 0 28px !important;
    transform: translateX(-50%) !important;
    background: #fff !important;
    border-top: 1px solid #ececec;
    border-right: 0 !important;
    border-left: 0 !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
  }

  #masthead #site-navigation > .menu-item > .nav-dropdown > .sub-menu,
  #masthead #site-navigation > .root-item > .nav-dropdown > .sub-menu,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown > .sub-menu {
    width: min(calc(100vw - (var(--tik4u-dropdown-x-padding) * 2)), var(--tik4u-header-content-width)) !important;
    max-width: var(--tik4u-header-content-width) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box;
  }

  #masthead .nav-dropdown > .sub-menu > .menu-item,
  #masthead .nav-dropdown > .sub-menu > li,
  #masthead .nav-dropdown .nav-column-links,
  #masthead .nav-dropdown .nav-column-links > .sub-menu > .menu-item,
  #masthead .nav-dropdown .nav-column-links > .sub-menu > li {
    padding-right: var(--tik4u-dropdown-column-gap) !important;
    padding-left: var(--tik4u-dropdown-column-gap) !important;
  }

  #masthead .nav-dropdown .nav-column-links > .sub-menu {
    margin-right: calc(var(--tik4u-dropdown-column-gap) * -1) !important;
    margin-left: calc(var(--tik4u-dropdown-column-gap) * -1) !important;
  }
}
/* TIK4U desktop dropdown panel revisions END */


/* TIK4U desktop dropdown panel containment fix START */
@media (min-width: 1025px) {
  #masthead #site-navigation > .menu-item > .nav-dropdown,
  #masthead #site-navigation > .root-item > .nav-dropdown,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown {
    display: flow-root !important;
    overflow: visible !important;
  }

  #masthead #site-navigation > .menu-item > .nav-dropdown > .sub-menu,
  #masthead #site-navigation > .root-item > .nav-dropdown > .sub-menu,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown > .sub-menu {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    float: none !important;
    display: flow-root !important;
    transform: none !important;
  }
}
/* TIK4U desktop dropdown panel containment fix END */


/* TIK4U desktop dropdown inner box cleanup START */
@media (min-width: 1025px) {
  #masthead #site-navigation > .menu-item > .nav-dropdown,
  #masthead #site-navigation > .root-item > .nav-dropdown,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown {
    border-bottom: 1px solid #ececec;
  }

  #masthead #site-navigation > .menu-item > .nav-dropdown > .sub-menu,
  #masthead #site-navigation > .root-item > .nav-dropdown > .sub-menu,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown > .sub-menu {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}
/* TIK4U desktop dropdown inner box cleanup END */


/* TIK4U desktop dropdown mega menu consistency START */
@media (min-width: 1025px) {
  :root {
    --tik4u-dropdown-panel-height: 236px;
    --tik4u-dropdown-panel-padding-y: 28px;
    --tik4u-dropdown-separator: #ececec;
    --tik4u-dropdown-column-gap: 22px;
  }

  #masthead #site-navigation > .menu-item > .nav-dropdown,
  #masthead #site-navigation > .root-item > .nav-dropdown,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown {
    min-height: var(--tik4u-dropdown-panel-height) !important;
    height: var(--tik4u-dropdown-panel-height) !important;
    padding-top: var(--tik4u-dropdown-panel-padding-y) !important;
    padding-bottom: var(--tik4u-dropdown-panel-padding-y) !important;
    box-shadow: 0 24px 34px -28px rgba(0, 0, 0, 0.22) !important;
    overflow: hidden !important;
  }

  #masthead #site-navigation > .menu-item > .nav-dropdown::before,
  #masthead #site-navigation > .root-item > .nav-dropdown::before,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown::before {
    content: "";
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    height: 40px;
    background: #fff;
    pointer-events: none;
    z-index: 1;
  }

  #masthead #site-navigation > .menu-item > .nav-dropdown > .sub-menu,
  #masthead #site-navigation > .root-item > .nav-dropdown > .sub-menu,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown > .sub-menu {
    height: calc(var(--tik4u-dropdown-panel-height) - (var(--tik4u-dropdown-panel-padding-y) * 2)) !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 0 !important;
    overflow: hidden !important;
  }

  #masthead .nav-dropdown > .sub-menu > .menu-item,
  #masthead .nav-dropdown > .sub-menu > li {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: var(--tik4u-dropdown-column-gap) !important;
    padding-left: var(--tik4u-dropdown-column-gap) !important;
  }

  #masthead .nav-dropdown > .sub-menu > .menu-item + .menu-item,
  #masthead .nav-dropdown > .sub-menu > li + li {
    border-right: 1px solid var(--tik4u-dropdown-separator) !important;
  }

  #masthead .nav-dropdown .nav-column-links,
  #masthead .nav-dropdown .nav-column-links > .sub-menu > .menu-item,
  #masthead .nav-dropdown .nav-column-links > .sub-menu > li {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #masthead .nav-dropdown .nav-column-links > .sub-menu {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* TIK4U desktop dropdown mega menu consistency END */


/* TIK4U desktop dropdown full content height START */
@media (min-width: 1025px) {
  #masthead #site-navigation > .menu-item > .nav-dropdown,
  #masthead #site-navigation > .root-item > .nav-dropdown,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown {
    height: auto !important;
    min-height: var(--tik4u-dropdown-panel-height) !important;
    overflow: visible !important;
  }

  #masthead #site-navigation > .menu-item > .nav-dropdown > .sub-menu,
  #masthead #site-navigation > .root-item > .nav-dropdown > .sub-menu,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown > .sub-menu {
    height: auto !important;
    min-height: calc(var(--tik4u-dropdown-panel-height) - (var(--tik4u-dropdown-panel-padding-y) * 2)) !important;
    overflow: visible !important;
  }

  #masthead .nav-dropdown > .sub-menu > .menu-item,
  #masthead .nav-dropdown > .sub-menu > li {
    min-height: calc(var(--tik4u-dropdown-panel-height) - (var(--tik4u-dropdown-panel-padding-y) * 2)) !important;
  }
}
/* TIK4U desktop dropdown full content height END */


/* TIK4U desktop dropdown repair START */
@media (min-width: 1025px) {
  #masthead #site-navigation > .menu-item > .nav-dropdown,
  #masthead #site-navigation > .root-item > .nav-dropdown,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown {
    top: 100% !important;
    z-index: 20 !important;
    overflow: visible !important;
    box-shadow: 0 18px 28px -30px rgba(0, 0, 0, 0.2) !important;
  }

  #masthead #site-navigation > .menu-item > .nav-dropdown::before,
  #masthead #site-navigation > .root-item > .nav-dropdown::before,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown::before {
    content: none !important;
    display: none !important;
  }

  #masthead #site-navigation > .menu-item > .nav-dropdown > .sub-menu,
  #masthead #site-navigation > .root-item > .nav-dropdown > .sub-menu,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown > .sub-menu {
    width: min(calc(100vw - 48px), var(--tik4u-header-content-width)) !important;
    max-width: min(calc(100vw - 48px), var(--tik4u-header-content-width)) !important;
    display: flex !important;
    justify-content: stretch !important;
    align-items: stretch !important;
  }

  #masthead .nav-dropdown > .sub-menu > .menu-item,
  #masthead .nav-dropdown > .sub-menu > li {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  #masthead .nav-dropdown > .sub-menu > .menu-item > a,
  #masthead .nav-dropdown > .sub-menu > li > a,
  #masthead .nav-dropdown .nav-column-links a {
    overflow-wrap: anywhere;
    word-break: normal;
  }
}
/* TIK4U desktop dropdown repair END */


/* TIK4U desktop dropdown grid restore START */
@media (min-width: 1025px) {
  #masthead .nav-dropdown > .sub-menu[class*="large-block-grid-"] {
    display: grid !important;
    align-items: start !important;
    justify-content: stretch !important;
    grid-auto-rows: auto;
    gap: 0 !important;
  }

  #masthead .nav-dropdown > .sub-menu.large-block-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  #masthead .nav-dropdown > .sub-menu.large-block-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  #masthead .nav-dropdown > .sub-menu.large-block-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #masthead .nav-dropdown > .sub-menu.large-block-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #masthead .nav-dropdown > .sub-menu[class*="large-block-grid-"] > .menu-item,
  #masthead .nav-dropdown > .sub-menu[class*="large-block-grid-"] > li {
    display: block !important;
    flex: initial !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    white-space: normal !important;
  }

  #masthead .nav-dropdown > .sub-menu[class*="large-block-grid-"] > .menu-item + .menu-item,
  #masthead .nav-dropdown > .sub-menu[class*="large-block-grid-"] > li + li {
    border-right: 1px solid var(--tik4u-dropdown-separator) !important;
  }

  #masthead .nav-dropdown > .sub-menu:not([class*="large-block-grid-"]) > .menu-item,
  #masthead .nav-dropdown > .sub-menu:not([class*="large-block-grid-"]) > li {
    flex: 0 1 220px !important;
    width: auto !important;
  }

  #masthead .nav-dropdown > .sub-menu > .menu-item a,
  #masthead .nav-dropdown > .sub-menu > li a,
  #masthead .nav-dropdown .nav-column-links a {
    word-break: normal !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
  }
}
/* TIK4U desktop dropdown grid restore END */


/* TIK4U desktop dropdown mega unsquash START */
@media (min-width: 1025px) {
  #masthead #site-navigation > .nasa-megamenu.cols-5 > .nav-dropdown > .sub-menu,
  #masthead #site-navigation > .nasa-megamenu.cols-5 .nav-dropdown > .sub-menu.large-block-grid-5,
  #masthead .nav-wrapper .nasa-megamenu.cols-5 > .nav-dropdown > .sub-menu,
  #masthead .nav-wrapper .nasa-megamenu.cols-5 .nav-dropdown > .sub-menu.large-block-grid-5 {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(150px, 1fr)) !important;
    width: min(calc(100vw - 48px), var(--tik4u-header-content-width)) !important;
    max-width: min(calc(100vw - 48px), var(--tik4u-header-content-width)) !important;
    min-width: min(calc(100vw - 48px), var(--tik4u-header-content-width)) !important;
    table-layout: auto !important;
  }

  #masthead #site-navigation > .nasa-megamenu.cols-3 > .nav-dropdown > .sub-menu,
  #masthead #site-navigation > .nasa-megamenu.cols-3 .nav-dropdown > .sub-menu.large-block-grid-3,
  #masthead .nav-wrapper .nasa-megamenu.cols-3 > .nav-dropdown > .sub-menu,
  #masthead .nav-wrapper .nasa-megamenu.cols-3 .nav-dropdown > .sub-menu.large-block-grid-3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(190px, 1fr)) !important;
    width: min(calc(100vw - 48px), var(--tik4u-header-content-width)) !important;
    max-width: min(calc(100vw - 48px), var(--tik4u-header-content-width)) !important;
    min-width: min(calc(100vw - 48px), var(--tik4u-header-content-width)) !important;
    table-layout: auto !important;
  }

  #masthead #site-navigation > .nasa-megamenu > .nav-dropdown > .sub-menu > li,
  #masthead #site-navigation > .nasa-megamenu .nav-dropdown > .sub-menu[class*="large-block-grid-"] > li,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown > .sub-menu > li,
  #masthead .nav-wrapper .nasa-megamenu .nav-dropdown > .sub-menu[class*="large-block-grid-"] > li {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    box-sizing: border-box !important;
  }

  #masthead #site-navigation > .nasa-megamenu > .nav-dropdown > .sub-menu > li > a,
  #masthead #site-navigation > .nasa-megamenu .nav-dropdown > .sub-menu[class*="large-block-grid-"] a,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown > .sub-menu > li > a,
  #masthead .nav-wrapper .nasa-megamenu .nav-dropdown > .sub-menu[class*="large-block-grid-"] a {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}
/* TIK4U desktop dropdown mega unsquash END */


/* TIK4U desktop dropdown luggage six-column START */
@media (min-width: 1025px) {
  #masthead #site-navigation > .nasa-megamenu.cols-5:first-child > .nav-dropdown > .sub-menu,
  #masthead #site-navigation > .nasa-megamenu.cols-5:first-child .nav-dropdown > .sub-menu.large-block-grid-5,
  #masthead .nav-wrapper .nasa-megamenu.cols-5:first-child > .nav-dropdown > .sub-menu,
  #masthead .nav-wrapper .nasa-megamenu.cols-5:first-child .nav-dropdown > .sub-menu.large-block-grid-5 {
    grid-template-columns: repeat(6, minmax(118px, 1fr)) !important;
  }
}
/* TIK4U desktop dropdown luggage six-column END */


/* TIK4U desktop dropdown menu typography START */
@media (min-width: 1025px) {
  #masthead .nav-dropdown a {
    font-family: var(--tik4u-font-family) !important;
    font-weight: 300 !important;
  }

  #masthead .nav-dropdown .nav-column-links a,
  #masthead #site-navigation > .default-menu > .nav-dropdown > .sub-menu > li > a,
  #masthead #site-navigation > .default-menu .nav-dropdown .sub-menu li a {
    font-size: 14px;
    font-weight: 300 !important;
  }

  #masthead #site-navigation > .nasa-megamenu > .nav-dropdown > .sub-menu > li > a,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown > .sub-menu > li > a {
    font-weight: 700 !important;
  }
}
/* TIK4U desktop dropdown menu typography END */


/* TIK4U header menu typography completion START */
@media (min-width: 1025px) {
  #masthead #site-navigation a,
  #masthead .nav-wrapper .header-nav a {
    font-family: var(--tik4u-font-family) !important;
    font-weight: 300 !important;
  }

  #masthead .nav-dropdown .nav-column-links a,
  #masthead #site-navigation > .default-menu .nav-dropdown .sub-menu li a {
    font-size: 14px;
  }

  #masthead #site-navigation > .nasa-megamenu > .nav-dropdown > .sub-menu > li > a,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown > .sub-menu > li > a {
    font-weight: 700 !important;
  }
}
/* TIK4U header menu typography completion END */


/* TIK4U desktop dropdown aligned parent headings START */
@media (min-width: 1025px) {
  #masthead #site-navigation > .nasa-megamenu > .nav-dropdown > .sub-menu > li > a,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown > .sub-menu > li > a {
    min-height: 48px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    line-height: 1.28 !important;
  }

  #masthead #site-navigation > .nasa-megamenu .nav-column-links,
  #masthead .nav-wrapper .nasa-megamenu .nav-column-links {
    margin-top: 0 !important;
  }
}
/* TIK4U desktop dropdown aligned parent headings END */


/* TIK4U header nav important cleanup START */
@media (min-width: 1025px) {
  #masthead #site-navigation > .nasa-megamenu > .nav-dropdown > .sub-menu > li > a.nasa-title-menu,
  #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown > .sub-menu > li > a.nasa-title-menu {
    font-size: 14px;
  }
}
/* TIK4U header nav important cleanup END */


/* TIK4U GSAP mega menu interaction support START */
:root {
  --tik4u-mega-panel-height: var(--tik4u-dropdown-panel-height, 416px);
}

@media (min-width: 1025px) {
  .tik4u-gsap-mega-menu #masthead #site-navigation > .menu-item > .nav-dropdown,
  .tik4u-gsap-mega-menu #masthead #site-navigation > .root-item > .nav-dropdown,
  .tik4u-gsap-mega-menu #masthead .nav-wrapper .nasa-megamenu > .nav-dropdown {
    height: var(--tik4u-mega-panel-height) !important;
    min-height: var(--tik4u-mega-panel-height) !important;
    overflow: hidden !important;
  }

  .tik4u-gsap-mega-menu #masthead .nav-dropdown > .sub-menu {
    min-height: calc(var(--tik4u-mega-panel-height) - (var(--tik4u-dropdown-panel-padding-y, 28px) * 2)) !important;
    will-change: transform, opacity;
  }

  #masthead .nav-dropdown.tik4u-mega-gsap-ready {
    isolation: isolate;
  }

  #masthead .tik4u-mega-transition-clone {
    background: transparent;
    margin: 0;
  }
}
/* TIK4U GSAP mega menu interaction support END */


/* TIK4U GSAP mega menu hover buffer START */
@media (min-width: 1025px) {
  .tik4u-gsap-mega-menu #masthead #site-navigation > li.tik4u-mega-buffer > .nav-dropdown {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
}
/* TIK4U GSAP mega menu hover buffer END */


/* TIK4U GSAP visible clone layer START */
@media (min-width: 1025px) {
  #masthead .nav-dropdown > .sub-menu.tik4u-mega-transition-clone {
    position: absolute !important;
    right: auto !important;
    transform: translate3d(var(--tik4u-clone-x, 0px), 0, 0) !important;
    will-change: transform, opacity;
    pointer-events: none !important;
  }
}
/* TIK4U GSAP visible clone layer END */


/* TIK4U GSAP coordinated menu animation START */
@media (min-width: 1025px) {
  #masthead .nav-dropdown.tik4u-mega-animating > .sub-menu:not(.tik4u-mega-transition-clone) {
    visibility: hidden !important;
  }
}
/* TIK4U GSAP coordinated menu animation END */


/* TIK4U controlled GSAP mega panel START */
@media (min-width: 1025px) {
  .tik4u-controlled-mega-enabled #masthead #site-navigation > li > .nav-dropdown:not(.tik4u-controlled-mega-panel) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #masthead .tik4u-controlled-mega-panel {
    display: none !important;
    position: absolute !important;
    top: calc(100% - 1px) !important;
    right: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: var(--tik4u-mega-panel-height, 360px) !important;
    min-height: var(--tik4u-mega-panel-height, 360px) !important;
    padding: 0 !important;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 18px 28px -30px rgba(0, 0, 0, 0.2) !important;
    overflow: hidden !important;
    transform-origin: top center;
    will-change: clip-path, opacity;
    z-index: 60 !important;
  }

  #masthead .tik4u-controlled-mega-panel.is-open {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #masthead .tik4u-controlled-mega-inner {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: var(--tik4u-dropdown-panel-padding-y, 28px) 0;
    overflow: hidden;
    will-change: opacity;
  }

  #masthead .tik4u-controlled-mega-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    min-width: 0;
    will-change: transform, opacity;
  }

  #masthead .tik4u-controlled-mega-layer > .sub-menu {
    display: grid;
    gap: 0 !important;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
  }

  #masthead .tik4u-controlled-mega-layer > .sub-menu li {
    list-style: none;
  }

  #masthead .tik4u-controlled-mega-layer > .sub-menu li::marker {
    content: "";
  }

  #masthead .tik4u-controlled-mega-layer > .sub-menu > li {
    position: relative;
    min-width: 0;
    padding: var(--tik4u-dropdown-panel-padding-y, 28px) 34px;
    height: 100%;
    text-align: right;
  }

  #masthead .tik4u-controlled-mega-layer > .sub-menu > li + li {
    border-right: 0;
  }

  #masthead .tik4u-controlled-mega-layer > .sub-menu > li + li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: var(--tik4u-dropdown-separator, #ececec);
    pointer-events: none;
  }

  #masthead .tik4u-controlled-mega-panel a {
    font-family: var(--tik4u-font-family);
    color: inherit;
    letter-spacing: 0;
    text-decoration: none;
  }

  #masthead #site-navigation > li > a[aria-controls="tik4u-controlled-mega-panel"]:focus-visible,
  #masthead .tik4u-controlled-mega-panel a:focus-visible {
    outline: 2px solid #1a73e8;
    outline-offset: 4px;
  }

  #masthead #site-navigation > li > a[aria-expanded="true"] {
    color: #d6453d;
  }

  #masthead .tik4u-controlled-mega-layer > .sub-menu > li > a {
    display: flex;
    min-height: 48px;
    margin-bottom: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 1.28;
    text-align: right;
    white-space: normal;
  }

  #masthead .tik4u-controlled-mega-layer .nav-column-links,
  #masthead .tik4u-controlled-mega-layer .sub-menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
  }

  #masthead .tik4u-controlled-mega-layer .nav-column-links .sub-menu a,
  #masthead .tik4u-controlled-mega-layer .sub-menu .sub-menu a {
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.55;
    text-align: right;
    white-space: normal;
  }

  #masthead .tik4u-controlled-mega-layer .nav-column-links .sub-menu > li + li,
  #masthead .tik4u-controlled-mega-layer .sub-menu .sub-menu > li + li {
    margin-top: 5px;
  }

  @media (prefers-reduced-motion: reduce) {
    #masthead .tik4u-controlled-mega-panel,
    #masthead .tik4u-controlled-mega-layer {
      transition: none;
      animation: none;
    }
  }
}
/* TIK4U controlled GSAP mega panel END */

/* TIK4U topbar and controlled mega final alignment START */
@media (min-width: 1025px) {
  html body .nasa-topbar-wrap,
  html body #top-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    min-height: var(--tik4u-topbar-height, 42px) !important;
    overflow: visible !important;
    transform: none !important;
    background: #fff !important;
  }

  html body #masthead.site-header {
    top: var(--tik4u-topbar-height, 42px) !important;
    transform: none !important;
    animation: none !important;
  }

  html body.admin-bar #masthead.site-header {
    top: calc(32px + var(--tik4u-topbar-height, 42px)) !important;
  }

  #masthead .tik4u-controlled-mega-panel {
    top: 100% !important;
    border-top: 1px solid #ececec !important;
  }

  #masthead .tik4u-controlled-mega-layer > .sub-menu > li + li::before {
    top: var(--tik4u-dropdown-panel-padding-y, 28px);
    bottom: var(--tik4u-dropdown-panel-padding-y, 28px);
  }
}
/* TIK4U topbar and controlled mega final alignment END */

/* TIK4U header source model correction START */
@media (min-width: 1025px) {
  html body {
    padding-top: 0 !important;
  }

  html body #header-content.site-header,
  html body .header-wrapper,
  html body .nasa-header-wrapper {
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    overflow: visible !important;
    background: #fff !important;
    transform: none !important;
    animation: none !important;
  }

  html body .nasa-topbar-wrap,
  html body #top-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
    transform: none !important;
    animation: none !important;
    background: #fff !important;
    z-index: 1 !important;
  }

  html body .sticky-wrapper {
    display: block !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10020 !important;
    height: auto !important;
    overflow: visible !important;
    background: #fff !important;
    transform: none !important;
    animation: none !important;
  }

  html body.admin-bar .sticky-wrapper {
    top: 32px !important;
  }

  html body #masthead.site-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: 10020 !important;
    overflow: visible !important;
    isolation: isolate;
    background: #fff !important;
    border-bottom: 0 !important;
    transform: none !important;
    animation: none !important;
  }

  html body #masthead.site-header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #ececec;
    z-index: 3;
    pointer-events: none;
  }

  #masthead .header-container,
  #masthead .nasa-header-flex,
  #masthead .nav-wrapper {
    position: relative;
    z-index: 2;
  }

  #masthead .tik4u-controlled-mega-panel {
    top: calc(100% - 4px) !important;
    border-top: 0 !important;
    z-index: 1 !important;
  }

  #masthead .tik4u-controlled-mega-layer > .sub-menu {
    align-items: stretch !important;
    height: 100% !important;
  }

  #masthead .tik4u-controlled-mega-layer > .sub-menu > li {
    height: 100% !important;
  }

  #masthead .tik4u-controlled-mega-layer > .sub-menu > li + li::before {
    top: var(--tik4u-dropdown-panel-padding-y, 28px) !important;
    bottom: var(--tik4u-dropdown-panel-padding-y, 28px) !important;
  }
}

@media (max-width: 782px) {
  html body.admin-bar .sticky-wrapper {
    top: 46px !important;
  }
}
/* TIK4U header source model correction END */

/* TIK4U admin-bar sticky spacer correction START */
@media (min-width: 1025px) {
  html body.admin-bar .sticky-wrapper {
    display: contents !important;
    position: static !important;
    top: auto !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  html body.admin-bar #masthead.site-header {
    position: sticky !important;
    top: 32px !important;
    z-index: 10020 !important;
  }
}

@media (max-width: 782px) {
  html body.admin-bar #masthead.site-header {
    top: 46px !important;
  }
}
/* TIK4U admin-bar sticky spacer correction END */

/* TIK4U inverted topbar alignment START */
html body .nasa-topbar-wrap,
html body #top-bar {
  background: var(--e-global-color-text) !important;
  color: var(--e-global-color-179058b) !important;
}

html body #top-bar,
html body #top-bar .row,
html body #top-bar .left-text,
html body #top-bar .right-text,
html body #top-bar .topbar-menu-container,
html body #top-bar .topbar-menu-container .menu,
html body #top-bar .topbar-menu-container .nasa-menus-account {
  align-items: center !important;
}

html body #top-bar .row,
html body #top-bar .left-text,
html body #top-bar .right-text,
html body #top-bar .topbar-menu-container .menu,
html body #top-bar .topbar-menu-container .nasa-menus-account {
  display: flex !important;
}

html body #top-bar p,
html body #top-bar ul,
html body #top-bar ol,
html body #top-bar li,
html body #top-bar a,
html body #top-bar span {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body #top-bar a,
html body #top-bar a:hover,
html body #top-bar a:focus,
html body #top-bar .menu a,
html body #top-bar .nasa-login-title,
html body #top-bar svg {
  color: var(--e-global-color-179058b) !important;
}

html body #top-bar,
html body #top-bar p,
html body #top-bar a,
html body #top-bar li,
html body #top-bar span,
html body #top-bar strong,
html body #top-bar .menu a,
html body #top-bar .nasa-login-title {
  font-size: 12px !important;
}

html body #top-bar .tik4u-topbar-message,
html body #top-bar .tik4u-topbar-message p,
html body #top-bar .tik4u-topbar-message strong {
  font-weight: 700 !important;
}

html body #top-bar svg,
html body #top-bar svg * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

html body #top-bar .topbar-menu-container .nasa-menus-account > li > a,
html body #top-bar .topbar-menu-container a.nasa-login-register-ajax {
  align-items: center !important;
  line-height: 1 !important;
}

html body #top-bar .topbar-menu-container .nasa-menus-account > li > a > svg,
html body #top-bar .topbar-menu-container a.nasa-login-register-ajax > svg,
html body #top-bar .topbar-menu-container .nasa-menus-account > li > a::before,
html body #top-bar .topbar-menu-container a.nasa-login-register-ajax::before {
  width: 18px !important;
  height: 18px !important;
}

html body #top-bar,
html body #top-bar .row,
html body #top-bar .row > .columns {
  height: var(--tik4u-topbar-height, 37px) !important;
  min-height: var(--tik4u-topbar-height, 37px) !important;
}

html body #top-bar .row,
html body #top-bar .row > .columns {
  position: relative !important;
  display: block !important;
}

html body #top-bar .left-text,
html body #top-bar .right-text {
  float: none !important;
  height: 100% !important;
  min-height: 0 !important;
}

html body #top-bar .left-text {
  position: static !important;
  width: 100% !important;
}

html body #top-bar .right-text {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 2;
}

html body #top-bar .tik4u-topbar-content {
  position: static !important;
  height: 100% !important;
  width: 100% !important;
}

html body #top-bar .tik4u-topbar-message {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 1;
  float: none !important;
  width: auto !important;
  height: auto !important;
  transform: translate(-50%, -50%);
  text-align: center !important;
}

html body #top-bar .tik4u-topbar-message p {
  line-height: 1 !important;
  text-align: center !important;
}

html body #top-bar .tik4u-topbar-menu {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2;
  float: none !important;
  display: flex !important;
  width: auto !important;
  height: 100% !important;
  align-items: center !important;
}

html body #top-bar .tik4u-topbar-menu .widget,
html body #top-bar .tik4u-topbar-menu .menu-top-menu-new-container,
html body #top-bar #menu-top-menu-new {
  display: flex !important;
  height: 100% !important;
  align-items: center !important;
}

html body #top-bar #menu-top-menu-new > li {
  position: relative !important;
  display: inline-flex !important;
  height: 100% !important;
  align-items: center !important;
  border-left: 0 !important;
  line-height: 1 !important;
}

html body #top-bar #menu-top-menu-new > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 1px;
  background: color-mix(in srgb, var(--e-global-color-179058b) 38%, transparent);
  pointer-events: none;
}

html body #top-bar #menu-top-menu-new > li > a {
  display: inline-flex !important;
  height: 100% !important;
  align-items: center !important;
  line-height: 1 !important;
}

html body #top-bar .right-text,
html body #top-bar .topbar-menu-container,
html body #top-bar .topbar-menu-container .nasa-menus-account,
html body #top-bar .topbar-menu-container .nasa-menus-account > li,
html body #top-bar .topbar-menu-container .nasa-menus-account > li > a,
html body #top-bar .topbar-menu-container a.nasa-login-register-ajax {
  display: flex !important;
  height: 100% !important;
  align-items: center !important;
  line-height: 1 !important;
}
/* TIK4U inverted topbar alignment END */

/* TIK4U sticky header containment correction START */
@media (min-width: 1025px) {
  html body #header-content.site-header,
  html body .header-wrapper,
  html body .nasa-header-wrapper {
    display: contents !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  html body .sticky-wrapper {
    position: sticky !important;
    top: 0 !important;
    z-index: 10020 !important;
    height: auto !important;
    overflow: visible !important;
    background: #fff !important;
  }

  html body.admin-bar .sticky-wrapper {
    top: 32px !important;
  }

  html body #masthead.site-header {
    position: relative !important;
    top: auto !important;
  }
}

@media (min-width: 1025px) and (max-width: 782px) {
  html body.admin-bar .sticky-wrapper {
    top: 46px !important;
  }
}
/* TIK4U sticky header containment correction END */

/* TIK4U fixed sticky header row fallback START */
@media (min-width: 1025px) {
  html.tik4u-header-row-stuck body #masthead.site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 10020 !important;
  }

  html.tik4u-header-row-stuck body.admin-bar #masthead.site-header {
    top: 32px !important;
  }

  html.tik4u-header-row-stuck body .sticky-wrapper {
    min-height: 76px !important;
  }
}

@media (max-width: 782px) {
  html.tik4u-header-row-stuck body.admin-bar #masthead.site-header {
    top: 46px !important;
  }
}
/* TIK4U fixed sticky header row fallback END */

/* TIK4U mega panel flush and logo width correction START */
@media (min-width: 1025px) {
  html body #masthead .tik4u-controlled-mega-panel {
    top: calc(100% - 6px) !important;
  }

  html body #masthead .logo-wrapper .header_logo,
  html body #masthead .logo-wrapper img.header_logo {
    width: 107px !important;
    max-width: 107px !important;
    height: auto !important;
  }
}
/* TIK4U mega panel flush and logo width correction END */

/* TIK4U sitewide primary button utility START */
.btn-primary {
    --tik4u-btn-primary-color: var(--e-global-color-primary, #ab2c21);
    --tik4u-btn-primary-text: var(--tik4u-btn-primary-color);
    --tik4u-btn-primary-fill: var(--tik4u-btn-primary-color);
    --tik4u-btn-primary-hover-text: var(--e-global-color-179058b, #ffffff);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 16px 30px;
    border: 2px solid var(--tik4u-btn-primary-color);
    border-radius: 999px;
    background: transparent;
    color: var(--tik4u-btn-primary-text);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    letter-spacing: 0;
    transition: color 220ms ease, border-color 220ms ease;
}

.btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 0;
    background: var(--tik4u-btn-primary-fill);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 260ms ease;
}

.btn-primary:hover,
.btn-primary:focus-visible {
    color: var(--tik4u-btn-primary-hover-text);
    text-decoration: none;
}

.btn-primary:hover::before,
.btn-primary:focus-visible::before {
    transform: scaleX(1);
}

.btn-primary:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.btn-primary.light,
.btn-primary--light {
    --tik4u-btn-primary-color: var(--e-global-color-179058b, #ffffff);
    --tik4u-btn-primary-text: var(--e-global-color-179058b, #ffffff);
    --tik4u-btn-primary-fill: var(--e-global-color-179058b, #ffffff);
    --tik4u-btn-primary-hover-text: var(--e-global-color-secondary, var(--e-global-color-primary, #ab2c21));
}

.btn-primary.solid,
.btn-primary--solid {
    --tik4u-btn-primary-text: var(--e-global-color-179058b, #ffffff);
    --tik4u-btn-primary-hover-text: var(--tik4u-btn-primary-color);
    background: transparent;
    color: var(--tik4u-btn-primary-text);
}

.btn-primary.solid::before,
.btn-primary--solid::before {
    transform: scaleX(1);
}

.btn-primary.solid:hover,
.btn-primary.solid:focus-visible,
.btn-primary--solid:hover,
.btn-primary--solid:focus-visible {
    color: var(--tik4u-btn-primary-hover-text);
}

.btn-primary.solid:hover::before,
.btn-primary.solid:focus-visible::before,
.btn-primary--solid:hover::before,
.btn-primary--solid:focus-visible::before {
    transform: scaleX(0);
}

.btn-primary.light.solid,
.btn-primary.solid.light,
.btn-primary--light.btn-primary--solid,
.btn-primary--solid.btn-primary--light {
    --tik4u-btn-primary-color: var(--e-global-color-179058b, #ffffff);
    --tik4u-btn-primary-text: var(--e-global-color-secondary, var(--e-global-color-primary, #ab2c21));
    --tik4u-btn-primary-fill: var(--e-global-color-179058b, #ffffff);
    --tik4u-btn-primary-hover-text: var(--e-global-color-179058b, #ffffff);
}
/* TIK4U sitewide primary button utility END */

/* TIK4U header hover weight and menu-only border START */
@media (min-width: 1025px) {
  html body #masthead.site-header::after,
  html.tik4u-header-row-stuck body #masthead.site-header::after {
    opacity: 0 !important;
    transition: opacity 140ms ease;
  }

  html.tik4u-mega-panel-open body #masthead.site-header::after {
    opacity: 1 !important;
  }

  html body #masthead #site-navigation > li > a {
    position: relative;
    display: inline-block;
    font-weight: 300 !important;
  }

  html body #masthead #site-navigation > li > a::after {
    content: attr(data-tik4u-nav-label);
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font: inherit;
    font-weight: 400;
    white-space: nowrap;
    pointer-events: none;
  }

  html body #masthead #site-navigation > li:hover > a,
  html body #masthead #site-navigation > li:focus-within > a,
  html body #masthead #site-navigation > li > a:hover,
  html body #masthead #site-navigation > li > a:focus-visible,
  html body #masthead #site-navigation > li > a[aria-expanded="true"] {
    font-weight: 400 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body #masthead.site-header::after {
    transition: none !important;
  }
}
/* TIK4U header hover weight and menu-only border END */

/* TIK4U instant header hover weight START */
@media (min-width: 1025px) {
  html body #masthead #site-navigation > li > a,
  html body #masthead #site-navigation > li > a::after {
    transition-property: color, opacity, background-color, border-color, text-decoration-color !important;
    transition-duration: 120ms !important;
    transition-timing-function: ease !important;
  }
}
/* TIK4U instant header hover weight END */
