@font-face {
  font-family: "heritage-menu-icons";
  src: url("../fonts/heritage-menu/icomoon.eot");
  src:
    url("../fonts/heritage-menu/icomoon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/heritage-menu/icomoon.ttf") format("truetype"),
    url("../fonts/heritage-menu/icomoon.woff") format("woff"),
    url("../fonts/heritage-menu/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body.-menu-open {
  overflow: hidden;
}

.itg-o-header,
.itg-o-header * {
  box-sizing: border-box;
}

.itg-o-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  padding: 20px;
  background-color: #3b3834;
}

.itg-o-header a {
  text-decoration: none;
}

.itg-o-header ul#menu-main-menu {
  margin: inherit;
}

.itg-o-header ul,
.itg-o-header li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.itg-o-header .icon {
  font-family: "heritage-menu-icons";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.itg-o-header .icon svg {
  display: none;
}

.itg-o-header .icon-icon-arrow-sx-small:before {
  content: "\e961";
}

.itg-o-header .icon-icon-arrow-dx-small:before {
  content: "\e963";
}

.itg-o-header .icon-icon-close-small:before {
  content: "\e94d";
}

.itg-a-icon.-size-xsmall {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.itg-o-header__navbar {
  height: 68px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  background: transparent;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.itg-o-header__logo {
  width: 135px;
  flex-shrink: 0;
  margin-right: 48px;
}

.itg-o-header__logo > a {
  display: block;
  width: 72px;
  height: 72px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.itg-o-header__logo > a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}

.itg-o-header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.itg-o-header__toggle {
  margin-left: 24px;
  width: 36px;
  height: 36px;
  position: relative;
  border: 0;
  border-radius: 4px;
  background-color: #97d700;
  color: #ffffff;
  cursor: pointer;
}

.itg-o-header__toggle span {
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  left: 50%;
  top: 11px;
  margin-left: -8px;
  margin-top: -1px;
  transition:
    top 0.15s ease-in-out 0.15s,
    opacity 0.15s ease-in-out 0.15s,
    transform 0.15s ease-in-out 0s;
  transform-origin: 50% 50%;
}

.itg-o-header__toggle span svg {
  display: block;
  fill: #ffffff;
}

.itg-o-header__toggle span + span {
  top: 16px;
}

.itg-o-header__toggle span + span + span {
  top: 21px;
}

.itg-o-header__toggle-span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.-menu-open .itg-o-header__toggle span {
  top: 50%;
  transition:
    top 0.15s ease-in-out 0s,
    opacity 0.15s ease-in-out 0s,
    transform 0.15s ease-in-out 0.15s;
  transform: rotate(-45deg);
}

body.-menu-open .itg-o-header__toggle span + span {
  top: 50%;
  opacity: 0;
  transform: none;
}

body.-menu-open .itg-o-header__toggle span + span + span {
  top: 50%;
  opacity: 1;
  transform: rotate(45deg);
}

.itg-o-header__menu {
  position: fixed;
  top: 108px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  color: #003478;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  z-index: 1100;
}

body.-menu-open .itg-o-header__menu {
  opacity: 1;
  pointer-events: auto;
}

.itg-o-header__menu-list {
  height: 100%;
  background: #faf7ef;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  overflow-x: hidden;
  overflow-y: auto;
}

.itg-o-header__menu > .itg-o-header__menu-list {
  flex-shrink: 0;
  height: auto;
  margin-bottom: 48px;
  opacity: 0;
  pointer-events: none;
}

body.-menu-open .itg-o-header__menu > .itg-o-header__menu-list {
  opacity: 1;
  pointer-events: auto;
}

.itg-o-header__menu-list li {
  border-bottom: 1px solid #97d700;
}

.itg-o-header__menu-list li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  color: #003478;
}

.itg-o-header__menu-list li > a .itg-a-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}

.itg-o-header__menu-list li > a .itg-a-icon + .itg-a-icon {
  display: none;
}

.itg-o-header__menu > .itg-o-header__menu-list > li > a {
  opacity: 0;
  transform: translateX(20px);
  transition:
    opacity 0.3s,
    transform 0.3s;
}

body.-menu-open .itg-o-header__menu > .itg-o-header__menu-list > li > a {
  opacity: 1;
  transform: translateX(0);
}

.itg-o-header__menu-list ul {
  position: fixed;
  z-index: 1101;
  top: 108px;
  bottom: 0;
  left: 100vw;
  width: 100vw;
  height: auto;
  background: #faf7ef;
  transition: left 0.3s;
}

.itg-o-header__menu-list ul.-active {
  left: 0;
}

.itg-o-header__menu-list ul li > a {
  opacity: 0;
  transform: translateX(20px);
  padding-left: 56px;
  transition:
    opacity 0.3s,
    transform 0.3s;
}

.itg-o-header__menu-list ul.-active > li > a {
  opacity: 1;
  transform: translateX(0);
}

.itg-o-header__menu-list ul li.-menu-back {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  padding-left: 56px;
  color: #003478;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
}

.itg-o-header__menu-list ul li.-menu-back .itg-a-icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}

@media (min-width: 768px) {
  .itg-o-header__navbar {
    padding: 0 32px;
  }
}

@media (min-width: 1024px) {
  body.-menu-open {
    overflow: auto;
  }

  .itg-o-header__toggle {
    display: none;
  }

  .itg-o-header__navbar {
    padding: 0 48px;
  }

  .itg-o-header__menu {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    flex: 1 1 auto;
    height: 100%;
    color: #faf7ef;
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
  }

  .itg-o-header__menu-list {
    background: transparent;
    overflow: visible;
  }

  .itg-o-header__menu > .itg-o-header__menu-list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .itg-o-header__menu > .itg-o-header__menu-list > li {
    position: relative;
    margin-right: 24px;
    border: 0;
  }

  .itg-o-header__menu > .itg-o-header__menu-list > li:last-child {
    margin-right: 0;
  }

  .itg-o-header__menu > .itg-o-header__menu-list > li > a {
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    white-space: nowrap;
    color: #faf7ef;
    opacity: 1;
    transform: none;
  }

  .itg-o-header__menu > .itg-o-header__menu-list > li > a[data-itg-megamenu-parent] {
    padding-right: 24px;
  }

  .itg-o-header__menu > .itg-o-header__menu-list > li > a:hover,
  .itg-o-header__menu > .itg-o-header__menu-list > li.-current > a {
    color: #97d700;
  }

  .itg-o-header__menu > .itg-o-header__menu-list > li > a .itg-a-icon {
    right: 0;
    transform: translateY(-50%) rotate(90deg);
  }

  .itg-o-header__menu > .itg-o-header__menu-list > li.-current > a .icon-icon-arrow-dx-small {
    display: none;
  }

  .itg-o-header__menu > .itg-o-header__menu-list > li.-current > a .icon-icon-close-small {
    display: flex;
  }

  .itg-o-header.-type-lite .itg-o-header__menu > .itg-o-header__menu-list > li > ul {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 250px;
    height: auto;
    display: block;
    background: #ffffff;
    color: #003478;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 20px 0 rgba(0, 52, 120, 0.15);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: visible;
  }

  .itg-o-header.-type-lite .itg-o-header__menu > .itg-o-header__menu-list > li.-current > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .itg-o-header.-type-lite .itg-o-header__menu > .itg-o-header__menu-list > li > ul > li {
    position: relative;
    width: 100%;
    border: 0;
  }

  .itg-o-header.-type-lite .itg-o-header__menu > .itg-o-header__menu-list > li > ul > li::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 1px;
    background: #97d700;
  }

  .itg-o-header.-type-lite .itg-o-header__menu > .itg-o-header__menu-list > li > ul > li:last-child::after {
    display: none;
  }

  .itg-o-header.-type-lite .itg-o-header__menu > .itg-o-header__menu-list > li > ul > li > a {
    min-height: 48px;
    height: auto;
    margin: 0 16px;
    padding: 8px 8px;
    color: #003478;
    opacity: 1;
    transform: none;
  }

  .itg-o-header.-type-lite .itg-o-header__menu > .itg-o-header__menu-list > li > ul > li > a:hover {
    background: #e8f3cc;
  }

  .itg-o-header.-type-lite .itg-o-header__menu > .itg-o-header__menu-list > li > ul > li > a .itg-a-icon {
    right: 8px;
    transform: translateY(-50%);
  }

  .itg-o-header.-type-lite .itg-o-header__menu > .itg-o-header__menu-list > li > ul > li > a .icon-icon-close-small {
    display: none;
  }

  .itg-o-header__menu-list ul,
  .itg-o-header__menu-list ul.-active {
    top: calc(100% - 2px);
    bottom: auto;
    left: 0;
    width: 250px;
  }

  .itg-o-header__menu-list ul li.-menu-back {
    display: none;
  }
}

/* Live header parity: direct overrides from the online sliding-menu theme CSS. */
.itg-o-header__logo > a img {
  object-position: inherit;
}

.itg-o-header__logo {
  width: 15%;
  margin-right: 0;
}

.itg-o-header__toggle {
  margin-left: 16px;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  position: relative;
  font-family: "Work Sans", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 16px;
  color: #ffffff;
  background-color: #97d700;
  border-style: solid;
  border-width: 0;
  border-radius: 4px;
  padding: 18px 24px 18px 24px;
  flex: 0 0 36px;
  cursor: pointer;
}

.itg-o-header__toggle:hover,
.itg-o-header__toggle:focus,
.itg-o-header__toggle:active {
  appearance: none;
  -webkit-appearance: none;
  color: #ffffff;
  background-color: #97d700;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}

.itg-o-header__toggle::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .itg-o-header__toggle {
    display: none !important;
  }

  .itg-o-header__navbar {
    padding: 0 0%;
  }

  .itg-o-header__menu > .itg-o-header__menu-list {
    width: 100%;
    flex-wrap: wrap;
  }

  .itg-o-header__menu > .itg-o-header__menu-list > li > a {
    color: #faf7ef;
  }

  .itg-o-header__menu > .itg-o-header__menu-list > li.-current > a,
  .itg-o-header__menu > .itg-o-header__menu-list > li > a:hover {
    color: #97d700;
  }

  .itg-o-header.-type-lite .itg-o-header__menu > .itg-o-header__menu-list > li ul li::after,
  .itg-o-header.-type-lite .itg-o-header__menu > .itg-o-header__menu-list > li.-current > ul a::before {
    background: #97d700;
  }

  .itg-o-header.-type-lite .itg-o-header__menu > .itg-o-header__menu-list > li.-current > ul a {
    color: #003478;
  }
}

@media (max-width: 1023px) {
  .itg-o-header__toggle {
    display: block;
  }

  .itg-o-header__menu-list ul {
    top: 108px;
  }

  .itg-o-header__menu {
    top: 108px;
  }

  .itg-o-header__menu-list {
    background: #faf7ef;
  }

  .itg-o-header__menu-list li {
    border-bottom: 1px solid #97d700;
  }

  .itg-o-header__menu-list ul li.-menu-back {
    border-color: #97d700;
  }

  .itg-o-header__menu-list ul.-active > li > a,
  .-menu-open .itg-o-header__menu-list:first-child > li > a {
    color: #003478;
  }
}
