.mobileMenuText {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.stickyNav {
  overflow: hidden;
  background-color: white;
  z-index: 1000;
}

#navHolder {
  width: 100%;
  display: flex;
  justify-content: center;
}

#navHolder a {
  color: #0057a1;
  padding: 20px 0 3px 0;
  margin: 0 14px 5px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

/* Hover effect only applies to links that aren't for the current page */
#navHolder a.unselectedStickyNavPage:hover {
  border-bottom: solid;
  border-color: #6950a1;
  border-width: 5px;
}

/* Shows the currently selected page */
#navHolder a.selectedStickyNavPage {
  font-weight: bold;
  border-bottom: solid;
  border-color: #6950a1;
  border-width: 5px;
}

#Home svg {
  height: 30px;
  width: auto;
  fill: #5c5d5f;
}

#navHolder #Home {
  height: 63.7px;
}

.stickyNav.sticky + .content {
  padding-top: 60px;
}

/* Page content */
.stickyNav.content {
  padding: 16px;
  font-size: 25px;
}

body .va-agency-bar-container {
  z-index: 500 !important;
}

/* Mobile menu */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  /* z-index: 2; */
  z-index: 1005;
  left: 0;
  top: 0;
  background-color: rgb(255, 255, 255, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  height: 80%;
  text-align: left;
  list-style-type: none;
  margin-top: 30px;
  padding-left: 10%;
  overflow-y: auto;
}

/* The navigation links inside the overlay */
.overlay a {
  text-decoration: none;
}
.navLink,
.overlay a {
  padding: 8px;
  font-size: 36px;
  color: #0057a1;
  display: block;
  transition: 0.3s;
  padding-right: 0;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  z-index: 1010;
  padding: 0 20px;
}

.openMenu {
  /* display: flex; */
  /* position: relative; */
  /* right: 50%; */
  /* top: 0;
  float: right; */
  margin-right: 10px;
  font-size: 30px;
  color: white;
  padding: 2px 0 0;
}

.mobileMenuHolder {
  /* position: fixed; */
  /* top: 62.98px; */
  /* left: 0; */
  width: 100%;
  /* height: 62.84px; */
  background-color: black;
  z-index: 1004;
  display: flex;
  justify-content: space-between;
}

span,
.closebtn {
  cursor: pointer;
}

.sticky {
  /* position: -webkit-sticky; */
  position: sticky;
  top: -1px;
}

.overlay-content p {
  margin-bottom: 0;
}

.navLink p {
  padding-left: 8px;
}

.sideBar {
  border-left: solid #6950a1;
  padding-right: 0;
}

.navLink.sideBar p {
  padding-left: 5px;
}

.mobileMenuText {
  margin: auto 0 auto 10px;
  color: white;
}

.gsc-search-button-v2 {
  padding: 6px 0 !important;
}

.gsc-search-button-v2 svg {
  height: 25px;
  width: auto;
  fill: #5c5d5f !important;
}

#___gcse_0,
.gsc-search-button-v2,
.gsc-control-cse {
  background: rgb(255, 255, 255, 0) !important;
  border-color: rgb(255, 255, 255, 0) !important;
}

#___gcse_1 {
  width: 90%;
}

.zeroHeight {
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
}

.visible {
  max-height: 1000px;
}

#___gcse_0 {
  width: 75%;
}

#___gcse_0 * {
  font-size: 16px;
}

.gsst_a {
  padding: 0 !important;
  margin: auto !important;
}

.gsst_b {
  width: 25px;
}

.searchToggle svg {
  height: 25px;
  width: auto;
  fill: #5c5d5f;
}

.searchToggle {
  padding: 23px 0 0 0;
  cursor: pointer;
}

.searchWrapper {
  width: 50%;
  margin: auto;
  display: flex;
}

.closeSpan {
  font-size: 45px;
}

.hideSearch {
  visibility: hidden;
}

@media screen and (width >=1000px) {
  .stickySide {
    position: -webkit-sticky;
    position: sticky;
    top: 46px;
  }

  .mobileMenuHolder {
    width: 0;
  }

  .openMenu {
    display: none;
  }

  .mobileMenuText {
    display: none;
  }
}

@media screen and (width < 1000px) {
  #navHolder {
    display: none;
  }

  .mobileMenuHolder {
    padding: 5px 0;
  }

  .gsc-search-button-v2 svg {
    fill: #5c5d5f !important;
  }

  .searchHolder {
    display: none;
  }
}

@media screen and (max-height: 450px) {
  .navLink,
  .overlay a {
    font-size: 20px;
    padding: 0 4px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
