﻿@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:'Montserrat' !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: 5px 15px 5px 15px;
  font-size: 14px;
  letter-spacing: 4px;
  text-decoration: none;
  color: #072847;
  font-weight: 600;
  text-transform: uppercase;
}
#cssmenu > ul > li > button {
  padding: 5px 15px 5px 15px !important;
  font-size: 14px;
  letter-spacing: 4px;
  text-decoration: none;
  color: #072847;
  font-weight: 600;
  text-transform: uppercase;
  border-width: 0px;
  padding-block: 0px;
  background-color: transparent;
}
#cssmenu > ul > li:hover > a {
  /*color: #ffffff;
  color: #ffffff;*/
  color:var(--client-main-color) !important;
  /*background-color:#333333;*/
  text-decoration: underline;
  text-underline-offset: 8px;
  background-color:#fff;
  border-radius:20px;
}
#cssmenu > ul > li:hover > button {
  color:var(--client-main-color) !important;
  text-decoration: underline;
  text-underline-offset: 8px;
  background-color:#fff;
  border-radius:20px 20px 0px 0px;
}
/*
#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: 2px solid rgba(150, 150, 150, 0.15); */
  padding: 11px 15px;
  width: 350px;
   /* terry width: 250px;*/
  
  
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  background: rgb(41 128 193 / 90%);
  text-align:left;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  /*color: #ffffff;*/
  color: #072847;
	
}

#cssmenu ul ul li button {
  /*border-bottom: 2px solid rgba(150, 150, 150, 0.15); */
  padding: 11px 15px !important;
  width: 350px;
   /* terry width: 250px;*/
  
  
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;

  background: rgb(41 128 193 / 90%);
  text-align:left;
  border-width: 0px;
  padding-block: 0px;
}
#cssmenu ul ul li:last-child > button,
#cssmenu ul ul li.last-item > button {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > button,
#cssmenu ul ul li button:hover {
  /*color: #ffffff;*/
  color: #072847;
	
}
/*
#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: 1099px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1099px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1099px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1099px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1099px), only screen and (min-resolution: 192dpi) and (max-width: 1099px), only screen and (min-resolution: 2dppx) and (max-width: 1099px) {
  #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 rgba(120, 120, 120, 0.2);
  }
  #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: #0A8389;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #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: #072847;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  #cssmenu > ul > li > button{
	  color:#fff;
  }
  
  #cssmenu ul ul li button{
	  background:none;
  }
  
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    left: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #072847;
    border-bottom: 2px solid #072847;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    left: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #072847;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #072847;
    -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: #072847;
    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: 28px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 38px;
    width: 34px;
  }
  
  
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 12px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: '';
  }
  
  #cssmenu ul ul .submenu-button:after {
    top: 18px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 9px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 15px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

  #cssmenu a:focus-visible, #cssmenu button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
#cssmenu a:focus-visible,
#cssmenu button:focus-visible,
.HeaderRequestAppointmentButton:focus-visible,
.HeaderPatientPortalButton:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

  /* Larger, cleaner mobile navigation targets */
  #cssmenu {
    background: #062943;
    overflow: visible;
    touch-action: pan-y;
  }

  #cssmenu #menu-button {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 62px 0 20px;
    background: #062943;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
    font-size: 15px;
    letter-spacing: 2px;
	justify-content: center;
    touch-action: manipulation;
  }

  #cssmenu #menu-button:before,
  #cssmenu #menu-button:after {
    left: auto;
    right: 22px;
  }

  #cssmenu #menu-button:before {
    top: 22px;
    width: 24px;
    background: #ffffff !important;
  }

  #cssmenu #menu-button:after {
    top: 28px;
    width: 24px;
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
  }

  #cssmenu #menu-button.menu-opened:before,
  #cssmenu #menu-button.menu-opened:after {
    top: 28px;
    right: 26px;
    width: 18px;
    background: #ffffff !important;
  }

  #cssmenu > ul {
    padding: 8px 10px 12px;
    background: #062943;
  }

  #cssmenu ul.open {
    display: block;
  }

  #cssmenu ul li {
    margin: 4px 0;
    border-top: 0;
  }

  #cssmenu ul li a,
  #cssmenu ul li button,
  #cssmenu ul ul li a,
  #cssmenu ul ul li button {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 13px 64px 13px 17px !important;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    cursor: pointer;
    box-sizing: border-box;
    touch-action: manipulation;
  }

  #cssmenu > ul > li > a,
  #cssmenu > ul > li > button {
    min-height: 54px;
    background: rgba(255, 255, 255, 0.11);
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  #cssmenu ul ul {
    padding: 4px 0 4px 12px;
  }

  #cssmenu ul ul ul {
    padding-left: 12px;
  }

  #cssmenu ul ul li a,
  #cssmenu ul ul li button {
    min-height: 48px;
    padding-left: 15px !important;
    background: rgba(255, 255, 255, 0.06);
    font-size: 14px;
    font-weight: 600;
  }

  #cssmenu ul ul ul li a,
  #cssmenu ul ul ul li button {
    padding-left: 15px !important;
    background: rgba(255, 255, 255, 0.045);
  }

  #cssmenu ul li:hover > a,
  #cssmenu ul li a:hover,
  #cssmenu ul li:hover > button,
  #cssmenu ul li button:hover,
  #cssmenu ul li a:focus-visible,
  #cssmenu ul li button:focus-visible,
  #cssmenu ul li a[aria-current='page'] {
    border-color: rgba(255, 255, 255, 0.35);
    background: #2980c1;
    color: #ffffff !important;
    text-decoration: none;
  }

  #cssmenu .submenu-button,
  #cssmenu ul ul .submenu-button {
    top: 1px;
    right: 10px;
    z-index: 100;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    touch-action: manipulation;
  }

  #cssmenu ul ul .submenu-button {
	right: 10px;
	width: 46px;
	height: 46px;
	top: 1px;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #2980c1;
  }

  #cssmenu .submenu-button:after,
  #cssmenu ul ul .submenu-button:after {
    top: 25px;
    right: 18px;
    width: 16px;
    height: 2px;
    background: #ffffff;
  }

  #cssmenu ul ul .submenu-button:after {
    top: 23px;
    right: 16px;
  }

  #cssmenu .submenu-button:before,
  #cssmenu ul ul .submenu-button:before {
    top: 18px;
    right: 25px;
    width: 2px;
    height: 16px;
    background: #ffffff;
  }

  #cssmenu ul ul .submenu-button:before {
    top: 16px;
    right: 23px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
