@media only screen and (min-width: 320px) and (max-width: 995px) {
  .elfsight-search {
    display: none !important;
  }
}
.elfsight-search {
  line-height: 20px;
  margin-left: 10px !important;
}
.elfsight-search input[type=text].gwGYZh {
  padding: 8px 32px 8px 16px;
  border-radius: 4px;
}

.mobile-header-logo {
  object-fit: contain;
  width: 133px !important;
  max-width: 133px;
  height: auto;
}

header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  box-sizing: border-box;
}
header .Header_Branding {
  line-height: 100px;
  background-color: white;
  transition: all 0.3s linear;
  width: 100%;
  box-sizing: border-box;
}
header .Header_Branding img {
  width: 235px;
  height: auto;
}
header a.search_icon {
  font-size: 1.4em;
  margin-left: 1rem !important;
}
header .i-nav-layout a {
  opacity: 1;
  filter: alpha(opacity=100);
}
header .i-nav-layout a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
header a.disabled {
  cursor: not-allowed;
}
.scroll_search_icon {
  transition: all 1.9s linear;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 9px;
  font-size: 1.1em;
  right: 0.7rem;
}
.scroll_search_icon span {
  color: white;
}

.scroll_get_a_quote {
  transition: all 0.6s linear;
  position: fixed;
  z-index: 9999;
  top: -140px;
  margin: 0px;
  right: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.scrollHeader .scroll_search_icon svg {
  color: white;
}
.scrollHeader .Header_Branding {
  margin-top: -100px;
}
.scrollHeader .scroll_search_icon {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.scrollHeader .scroll_get_a_quote {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  top: 5px;
}

.mobile-menu-slot,
#toggle {
  display: none;
}

.mobile-header-bar {
  display: none;
}

.i-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 47px;
  -webkit-box-shadow: inset -5px -10px 8px -6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset -5px -10px 8px -6px rgba(0, 0, 0, 0.22);
  box-shadow: inset -5px -10px 8px -6px rgba(0, 0, 0, 0.22);
  background-color: #1e2a42;
  position: relative;
  background-color: #1e2a42;
  z-index: 100;
}
.i-nav .i-dropdown {
  border-width: 1px 1px 0;
}
.i-nav ul {
  padding: 0px;
  margin: 0px 0 0 0;
}

.i-nav:before,
.i-nav:after {
  content: "";
  display: table;
  clear: both;
}

.i-nav-layout {
  max-width: 1024px;
  margin: auto;
}

.i-main-nav {
  display: none;
}
.i-main-nav.nav_l_1 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.i-main-nav.collapsed {
  display: block !important;
}

.i-nav input[type=checkbox],
.i-nav ul span.i-drop-icon {
  display: none;
}

.i-dropdown {
  background-color: #f3f4f5;
}
.i-dropdown li {
  -webkit-box-shadow: inset -5px -8px 8px -6px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset -5px -8px 8px -6px rgba(0, 0, 0, 0.03);
  box-shadow: inset -5px -8px 8px -6px rgba(0, 0, 0, 0.03);
  text-align: left;
}
.i-dropdown li a {
  color: #2e3b3a;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  padding: 6px 1.1rem 7px 1.1rem !important;
  font-size: 0.85em;
  cursor: pointer;
}
.i-dropdown li a:hover {
  color: #2e3b3a;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: inset -5px -10px 8px -6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset -5px -10px 8px -6px rgba(0, 0, 0, 0.06);
  box-shadow: inset -5px -10px 8px -6px rgba(0, 0, 0, 0.06);
}

.i-nav li,
#iToggle,
.i-nav a {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.85);
}

.i-nav a:hover {
  color: rgb(255, 255, 255);
}

#iToggle {
  background: #333;
}

#iToggle,
.i-nav a {
  padding: 0px 1.1rem 9px 1.1rem;
  cursor: pointer;
}

.i-nav .i-dropdown {
  display: none;
}

.i-nav input[type=checkbox]:checked + .i-dropdown {
  display: block;
}

#iToggle .i-drop-icon,
.i-nav li label.i-drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}

.i-nav label.i-drop-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 35px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.07s linear;
}

#iToggle span.i-drop-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#iToggle span.i-drop-icon:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/*------------------------------------------------------------------
[Overflow dot Style]
-------------------------------------------------------------------*/
.i-nav a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}

/*------------------------------------------------------------------
[Position Style]
-------------------------------------------------------------------*/
.i-nav-right {
  float: right !important;
}

@media (max-width: 992px) {
  .i-nav-right {
    float: none !important;
  }
}
/*------------------------------------------------------------------
[Desktop Style]
-------------------------------------------------------------------*/
@media (min-width: 993px) {
  .i-nav ul {
    margin: 11px 0 0 0;
  }
  .i-nav .i-main-nav {
    display: block;
  }
  .mb_cta {
    display: none;
  }
  .i-dropdown {
    margin-top: 2px !important;
  }
  #iToggle,
  .i-nav label.i-drop-icon {
    display: none;
  }
  .i-nav ul span.i-drop-icon {
    display: inline-block;
  }
  .i-nav li {
    float: left;
    border-width: 0 1px 0 0;
  }
  li.nav_l_1_li {
    display: inline-block;
    float: none !important;
  }
  .i-nav .i-dropdown li {
    float: none;
  }
  .i-nav .i-dropdown {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 13em;
    z-index: 100;
  }
  .i-nav .i-dropdown a {
    padding: 10px 16px;
  }
  .i-nav .i-dropdown li {
    border-width: 0 0 1px;
  }
  .i-nav .i-dropdown .i-dropdown {
    top: 0;
    left: 100%;
  }
  .i-nav .i-dropdown .i-drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  }
  .i-nav .i-dropdown,
  .i-nav input[type=checkbox]:checked + .i-dropdown {
    display: none;
  }
  .i-nav li:hover > input[type=checkbox] + .i-dropdown {
    display: block;
  }
}
.menu-link-wrapper {
  display: none;
}

/*------------------------------------------------------------------
[Mobile Style]
-------------------------------------------------------------------*/
@media only screen and (min-width: 0px) and (max-width: 320px) {
  .mb_cta li {
    display: block !important;
  }
  .mb_cta li a.btn {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .mb_cta {
    padding: 10px !important;
    background-color: #1e2a42;
  }
  .mb_cta li {
    border: none !important;
    display: inline-block;
  }
  .mb_cta li a.btn {
    margin: 2px !important;
    padding: 6px 11px 6px 11px !important;
    width: 33.3333;
  }
  .i-dropdown {
    max-height: 200px;
    overflow: scroll;
  }
  header, .Header_Branding {
    height: 55px !important;
    background-color: rgb(237.4363636364, 238.9, 240.3636363636) !important;
  }
  .Header_Branding .Standard {
    position: relative;
    display: none;
  }
  .mobile-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    z-index: 1000000001;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 55px;
    padding: 0 12px;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgb(237.4363636364, 238.9, 240.3636363636);
  }
  .Header_Branding {
    line-height: 55px !important;
    position: fixed;
    padding-right: 0;
  }
  .mobile-menu-slot {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 34px;
  }
  #toggle-glyph {
    display: block;
    width: 24px;
    text-align: center;
    color: #1e2a42;
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
  }
  .scrollHeader .Header_Branding {
    margin-top: 0px;
  }
  .i-nav-layout {
    position: relative;
    z-index: 999999999 !important;
  }
  .search_icon {
    position: absolute;
    top: 0px;
    right: 66px;
  }
  .vst-white {
    position: absolute;
    top: 15px;
    right: 50px;
    font-weight: 500;
  }
  .vst-white:hover, .vst-white:active, .vst-white:focus {
    font-weight: 500;
  }
  .dt_cta .vst-red, .dt_cta .vst-bright-blue, .dt_cta .vst-orange, .dt_cta .vst-outline, .scroll_search_icon, .scroll_get_a_quote {
    display: none !important;
  }
  .vst-white, .vst-white:hover, .vst-white:active, .vst-white:focus {
    background-color: rgb(237.4363636364, 238.9, 240.3636363636) !important;
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
  }
  .i-nav {
    height: 0px;
    background-color: #dfdcdc;
  }
  .i-nav .btn.vst-red:hover, .i-nav .btn.vst-red:active, .i-nav .btn.vst-red:focus {
    background-color: #e5322d;
  }
  .i-nav .btn.vst-orange:hover, .i-nav .btn.vst-orange:active, .i-nav .btn.vst-orange:focus {
    background-color: #ffa125;
  }
  .i-nav .btn.vst-bright-blue:hover, .i-nav .btn.vst-bright-blue:active, .i-nav .btn.vst-bright-blue:focus {
    background-color: #1f92d1;
  }
  .i-nav .i-main-nav {
    margin-top: 55px;
  }
  .i-nav li {
    background-color: #1e2a42;
  }
  .i-nav li a {
    padding: 9px 9px 9px 15px !important;
    color: white;
    font-size: 1em;
  }
  .i-nav li a:hover {
    color: white;
    background-color: #1e2a42;
  }
  .i-nav li:before {
    display: none;
  }
  .i-nav .i-main-nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
  }
  .i-nav .i-main-nav li:hover {
    color: white;
  }
  #toggle-menu-text,
  #toggle-close-text {
    color: #1e2a42;
    position: static;
    transform: none;
  }
  .i-arrow-down:before {
    top: 17px !important;
  }
  .i-dropdown li a {
    padding-left: 25px !important;
  }
  .active-li a {
    background-color: rgb(23.625, 33.075, 51.975) !important;
  }
}
@media (max-width: 992px) and (max-width: 480px) {
  #CookiebotWidget,
  #CookiebotWidgetUnderlay,
  #CookiebotWidget .CookiebotWidget-logo {
    top: auto !important;
    right: 6px !important;
    bottom: 12px !important;
  }
}
@media (max-width: 992px) {
  .i-drop-icon.active-label .i-arrow-down:before {
    transform: rotate(220deg) !important;
    margin-right: 3px;
  }
}
/*------------------------------------------------------------------
[Arrow Style]
-------------------------------------------------------------------*/
.i-arrow-down:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-style: solid;
  border-color: inherit;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -1px;
}

.i-arrow-down.i-arrow-down-mobile:before {
  right: 16px;
}

.i-arrow-right:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-style: solid;
  border-color: inherit;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-top: 2px;
}

/*------------------------------------------------------------------
[Hamburger Style]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Hover Line Style]
-------------------------------------------------------------------*/
.i-nav li:hover {
  color: #444;
}

.i-nav li:before {
  content: "";
  position: absolute;
  z-index: 99;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1f92d1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.i-nav li:hover:before,
.i-nav li:hover:after {
  width: 100%;
}

.i-nav .i-dropdown li:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #1f92d1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.i-nav .i-dropdown li:hover:before,
.i-nav .i-dropdown li:hover:after {
  height: 100%;
}


body.no_body_scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.menu-link.menu-trigger-open + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 12.5px;
}

.menu-link.menu-trigger-open + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

.menu-link.menu-trigger-open + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -2px;
}

.menu-link {
  margin: 0;
  height: 34px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 72px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  border: 0;
  text-decoration: none;
  background: none !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18M3 12h18M3 18h18' fill='none' stroke='%231e2a42' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  color: transparent !important;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  cursor: pointer;
  box-shadow: none;
  overflow: visible;
}

.menu-link-label {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #1e2a42;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-align: right;
}

.menu-link-label-menu {
  display: block;
}

.menu-link-label-close {
  display: none;
}

.menu-link.menu-trigger-open .menu-link-label-menu {
  display: none;
}

.menu-link.menu-trigger-open .menu-link-label-close {
  display: block;
}

/**
  Hamburger
**/
.hamburger {
  display: none;
}

/**
Animations
**/
@media (min-width: 960px) {
  .oct_23 .i-nav {
    background-color: white;
    box-shadow: none;
    border-bottom: 1px solid #bfbfbf;
  }
  .oct_23 .i-nav .nav_l_1_li a {
    color: #2e3b3a !important;
    font-weight: 600;
  }
}
