header#masthead {

    padding: 0 clamp(1rem, -1.1348rem + 8.7582vw, 9.375rem);

    transition: background-color 0.3s ease;

  }

  

  header#masthead .container_inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    background-color: #343434;

    padding: 10px 68px 10px 20px;

    border-bottom-right-radius: 10px;

    border-bottom-left-radius: 10px;

  }

  header#masthead.sticky {


    z-index: 999;

    top: 0;

    position: sticky;

}

  #primary-menu .menu-item a,

  .sticky .menu-item a {

    font-family: "Helvetica Neue", sans-serif;

    font-weight: 500;

    font-size: 24px;

    line-height: 100%;

    color: var(--WhiteSand);

    padding: 0 40px;

    position: relative;

  }

   #primary-menu .menu-item a::before,

  .sticky .menu-item a::before {

    content: '/';

    position: absolute;

    height: 100%;

    width: 100%;

    left: 0;

  }

  #primary-menu .menu-item:first-child a::before, 

  .sticky .menu-item:first-child a::before {

    content: '';

  }

  .home_url a::after {

    content: url("data:image/svg+xml,%3csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.6591 20.0342C20.9886 19.7047 20.9886 19.1704 20.6591 18.8409C20.3296 18.5114 19.7953 18.5114 19.4658 18.8409L17.3125 20.9943L16.5341 20.2159C16.2046 19.8864 15.6703 19.8864 15.3408 20.2159C15.0113 20.5454 15.0113 21.0797 15.3408 21.4092L16.7158 22.7842C17.0453 23.1137 17.5796 23.1137 17.9091 22.7842L20.6591 20.0342Z' fill='%23FEFCE5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9096 3.64117C18.3551 3.28628 17.6448 3.28628 17.0903 3.64117L3.02781 12.6412C2.24283 13.1436 2.01374 14.1872 2.51613 14.9722C3.01852 15.7571 4.06214 15.9862 4.84712 15.4838L6.18746 14.626V28.125C6.18746 30.6103 8.20218 32.625 10.6875 32.625H25.3125C27.7977 32.625 29.8125 30.6103 29.8125 28.125V14.626L31.1528 15.4838C31.9378 15.9862 32.9814 15.7571 33.4838 14.9722C33.9862 14.1872 33.7571 13.1436 32.9721 12.6412L18.9096 3.64117ZM24.1875 20.8125C24.1875 24.2298 21.4172 27 18 27C14.5827 27 11.8125 24.2298 11.8125 20.8125C11.8125 17.3952 14.5827 14.625 18 14.625C21.4172 14.625 24.1875 17.3952 24.1875 20.8125Z' fill='%23FEFCE5'/%3e%3c/svg%3e");

    position: absolute;

    top: -8px;

    left: 0;

    width: 36px;

    height: 36px;

  }

  .site-branding a {

    font-family: "Helvetica Neue", sans-serif;

    font-weight: 500;

    font-size: 24px;

    line-height: 100%;

    color: var(--WhiteSand);

  }
  @media (min-width: 1024px) and (max-width: 1700px) {
	header#masthead.container {
		padding: 0 50px;
	}
}
@media (max-width: 1024px) {
	header#masthead.container {
		padding-left: 30px;
		padding-right: 30px;
	}
  .search_btn {
    display: none;
  }
  header#masthead .container_inner {
    padding: 16px 20px
  }
}