﻿@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  /*font-family:Tahoma !important;*/
    /*background: linear-gradient(to bottom, #61619c, #050581);*/
    /*background: linear-gradient(to bottom, #ffffff, #ffffff);*/
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 20px 60px;
  font-size: 16px;
  letter-spacing: 3px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
    border-top:1px solid transparent;
  border-bottom:1px solid transparent;
}


@media only screen and (max-width: 1400px) {
	#cssmenu > ul > li > a {		
		padding: 20px 30px;
		font-size: 14px;
	}		
}

@media only screen and (max-width: 1100px) {
	#cssmenu > ul > li > a {		
		padding: 20px 20px;
		font-size: 11px;
	}		
}

#cssmenu > ul > li:hover > a {
  /*color: #ffffff;*/
  /*color: #ffffff;*/
  /*background-color:#333333;*/
  /*border-top:1px solid #026e8d;
  border-bottom:1px solid #026e8d;*/
}

/*
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 8px;
  height: 2px;
  display: block;
  background-color:#ffffff;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 10px;
  right: 16px;
  display: block;
  width: 2px;
  height: 8px;
  background-color:#ffffff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu > ul > li.has-sub:hover > a:after {
  background-color:#ffffff;
}
*/

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 350px;
   /* terry width: 250px;*/
  
  
  font-size: 18px;
  text-decoration: none;
  color: var(--client-main-color);
  font-weight: 400;
  /*background: #ffffff;*/
  background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #eee 100%);
  text-align:left;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
  height: 35px;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  /*color: #ffffff;*/
  background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 100%);
}

@media only screen and (min-width: 820px) and (max-width: 1100px) {
	
	#cssmenu ul ul li a {
	  width: 250px;
	  font-size: 11px;
	}
}

/*
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
*/

/*
  The CSSMenu's script.js needs to change when the width here changes.  That number needs to be 17 less than the max-width.    
*/
@media all and (max-width: 819px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 819px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 819px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 819px), only screen and (min-device-pixel-ratio: 2) and (max-width: 819px), only screen and (min-resolution: 192dpi) and (max-width: 819px), only screen and (min-resolution: 2dppx) and (max-width: 819px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #02295D;
	
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    /*color: #dddddd;*/
    color: #ffffff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    /*color: #ffffff;*/
    color: #000000;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
	background-color:var(--client-main-color);
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  
    /*makes the menu li not show when hamburger shows */
  #cssmenu ul ul > li.HideMeMenuItem
  
  {
    display: none;
  }
  
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    /*color: #dddddd;*/
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    left: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    left: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #02295D;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #02295D;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #02295D;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 53px;
    width: 46px;
    cursor: pointer;
	background: var(--client-main-color);
  }
  #cssmenu .submenu-button.submenu-opened {
    background: var(--client-main-color);
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  
  
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 25px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: '';
  }
  
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 22px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

  
	#cssmenu ul ul li:last-child > a,
	#cssmenu ul ul li.last-item > a {
	  height: auto;
	}
}

/* NOVA Premier navigation refresh — June 2026 */
@media only screen and (min-width: 820px) {
  #cssmenu > ul {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  #cssmenu > ul > li {
    float: none;
  }

  body #cssmenu > ul > li > a {
    padding: 18px clamp(16px, 2.25vw, 42px);
    color: #000;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .35);
    font-size: clamp(12px, 1vw, 15px);
    letter-spacing: 1.6px;
    border: 0;
    border-radius: 8px 8px 0 0;
    transition: color .2s ease, background-color .2s ease;
  }

  #cssmenu > ul > li > a::after {
    content: '';
    position: absolute;
    right: 18px;
    bottom: 8px;
    left: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--client-main-color);
    transform: scaleX(0);
    transition: transform .2s ease;
  }

  body #cssmenu > ul > li:hover > a,
  body #cssmenu > ul > li:focus-within > a {
    color: var(--client-main-color) !important;
    background: rgba(var(--primary-rgb), .08);
  }

  #cssmenu > ul > li:hover > a::after,
  #cssmenu > ul > li:focus-within > a::after {
    transform: scaleX(1);
  }

  #cssmenu .caret {
    margin-left: 7px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
    transition: transform .2s ease;
  }

  #cssmenu li:hover > a .caret,
  #cssmenu li:focus-within > a .caret {
    transform: rotate(180deg);
  }

  #cssmenu ul ul {
    left: 50%;
    z-index: 120;
    min-width: 290px;
    padding: 9px;
    border-top: 4px solid var(--client-main-color);
    border-radius: 0 0 12px 12px;
    background: var(--client-hover-color);
    box-shadow: 0 18px 38px rgba(12, 27, 44, .28);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  #cssmenu li:hover > ul,
  #cssmenu li:focus-within > ul {
    left: 50%;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }

  /* Edge flyouts open inward so they remain inside narrow desktop viewports. */
  #cssmenu > ul > li:first-child > ul {
    left: 0;
    transform: translate(0, 10px);
  }

  #cssmenu > ul > li:first-child:hover > ul,
  #cssmenu > ul > li:first-child:focus-within > ul {
    left: 0;
    transform: translate(0, 0);
  }

  #cssmenu > ul > li:last-child > ul {
    right: 0;
    left: auto;
    transform: translate(0, 10px);
  }

  #cssmenu > ul > li:last-child:hover > ul,
  #cssmenu > ul > li:last-child:focus-within > ul {
    right: 0;
    left: auto;
    transform: translate(0, 0);
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul ul li a {
    width: auto;
    min-width: 270px;
    padding: 13px 15px 13px 18px;
    border: 0;
    border-radius: 7px;
    color: #fffaf6;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1px;
    transition: color .18s ease, background-color .18s ease, padding-left .18s ease;
  }

  #cssmenu ul ul li + li {
    margin-top: 2px;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover,
  #cssmenu ul ul li a:focus-visible {
    padding-left: 23px;
    color: #fff;
    background: var(--client-main-color);
    outline: none;
  }
}

@media only screen and (max-width: 819px) {
  .MenuDiv {
    position: absolute !important;
    top: 22px !important;
    right: 16px !important;
    bottom: auto !important;
    width: 52px;
    z-index: 150 !important;
  }

  .MenuDIvInner {
    border: 0 !important;
  }

  #cssmenu {
    width: 52px;
  }

  #cssmenu #menu-button {
    width: 52px;
    height: 52px;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, .82);
    border-radius: 50%;
    overflow: hidden;
    color: transparent !important;
    background: var(--client-hover-color);
    box-shadow: 0 6px 18px rgba(12, 27, 44, .24);
    transition: background-color .2s ease, transform .2s ease;
  }

  #cssmenu #menu-button:hover,
  #cssmenu #menu-button:focus-visible,
  #cssmenu #menu-button.menu-opened {
    background: var(--client-main-color);
    transform: translateY(-1px);
    outline: 3px solid rgba(var(--primary-rgb), .22);
    outline-offset: 2px;
  }

  body #cssmenu #menu-button::before,
  body #cssmenu #menu-button::after,
  body #cssmenu #menu-button.menu-opened::before,
  body #cssmenu #menu-button.menu-opened::after {
    left: 14px !important;
    width: 20px !important;
    background: #fff !important;
  }

  body #cssmenu #menu-button::before {
    top: 16px !important;
  }

  body #cssmenu #menu-button::after {
    top: 23px !important;
    height: 5px !important;
    border-top: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    background: transparent !important;
  }

  body #cssmenu #menu-button.menu-opened::before,
  body #cssmenu #menu-button.menu-opened::after {
    top: 24px !important;
    height: 2px !important;
    border: 0 !important;
  }

  #cssmenu > ul {
    position: absolute;
    top: 60px;
    right: 0;
    width: min(360px, calc(100vw - 32px));
    max-height: calc(100vh - 110px);
    padding: 9px;
    overflow-y: auto;
    border: 1px solid rgba(var(--primary-rgb), .18);
    border-top: 5px solid var(--client-main-color);
    border-radius: 12px;
    background: #fffaf6;
    box-shadow: 0 22px 48px rgba(12, 27, 44, .3);
    box-sizing: border-box;
  }

  #cssmenu > ul.open {
    display: block !important;
  }

  #cssmenu ul li {
    border: 0;
  }

  #cssmenu > ul > li + li {
    border-top: 1px solid rgba(var(--secondary-rgb), .12);
  }

  body #cssmenu > ul > li > a {
    padding: 16px 58px 16px 16px;
    color: var(--client-hover-color) !important;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 1.2px;
  }

  #cssmenu .caret {
    display: none;
  }

  #cssmenu .submenu-button {
    top: 5px;
    right: 5px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(var(--primary-rgb), .1);
  }

  #cssmenu .submenu-button.submenu-opened {
    background: var(--client-main-color);
  }

  #cssmenu .submenu-button::after {
    top: 21px;
    right: 17px;
    width: 10px;
    background: var(--client-main-color);
  }

  #cssmenu .submenu-button::before {
    top: 17px;
    right: 21px;
    height: 10px;
    background: var(--client-main-color);
  }

  #cssmenu .submenu-button.submenu-opened::after {
    background: #fff;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    margin: 0 8px 10px;
    width: calc(100% - 16px);
    padding: 5px 0 5px 12px;
    border-left: 3px solid var(--client-main-color);
    border-radius: 0 8px 8px 0;
    background: rgba(var(--secondary-rgb), .07);
    box-sizing: border-box;
  }

  #cssmenu ul ul li a {
    padding: 12px 14px;
    color: var(--client-main-color);
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .8px;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a,
  #cssmenu ul ul li a:focus-visible {
    color: #fff;
    border-radius: 6px;
    background: var(--client-main-color);
    outline: none;
  }
}
