body.admin-bar .menu {
    top: 32px;
}
.menu{background:var(--color-white)}
.sticky .menu-image img{content:initial}
.menu.sticky .menu-left__list>.menu-item-has-children>a:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' stroke-width='96'%3E%3Cpath fill='%23ffffff' d='M100 148.6L40.3 89c-5.5-5.5-5.5-14.2 0-19.7s14.2-5.5 19.7 0L100 109.3l40-40c5.5-5.5 14.2-5.5 19.7 0s5.5 14.2 0 19.7L100 148.6z'/%3E%3C/svg%3E");
}
.page-template-page-calico-support .sticky .menu-left__list>li>a,
.page-template-page-calico-support .sticky .menu-left__list>li>a:after,
.page-template-page-calico-support .sticky .menu-right__list .buttons .menu__buttons .btn--signin>a,
.page-template-page-calico-support .sticky .menu-right__list .fa-envelope,
.page-template-page-calico-support .sticky .menu-right__list .fa-search,
.page-template-page-calico-support .sticky .menu-right__list>li>a{color:var(--color-white)}
.page-template-page-calico-support .sticky .menu-right__list .btn--search svg {
    stroke: var(--color-white);
    fill: var(--color-white);
}
.page-template-page-calico-support .sticky>a>img{content:unset}
.page-template-page-calico-support .section-iframe{height:100vh;padding-block-start:82px}
.page-template-page-calico-support .section-iframe iframe{border:unset;height:100vh;width:100%}
.page-template-page-calico-support .tigera-custom-footer .container{margin-top:8.5rem}

@media (max-width: 64em) {
    .page-template-page-calico-support .menu{height:76px}
    .page-template-page-calico-support .section-iframe{-webkit-padding-before:76px;padding-block-start:76px}
}