/**
 * Mobile Menu styling
 */
/* PADDING */
/* MARGIN */
/* BANNER.  */
/* SHOW BANNER SETTINGS */
/* HOMEPAGE BANNER SETTINGS */
/* rest settings are like for show banner */
/* former 220px */
/* PADDING */
/* MARGIN */
/* BANNER.  */
/* SHOW BANNER SETTINGS */
/* HOMEPAGE BANNER SETTINGS */
/* rest settings are like for show banner */
/* former 220px */
/* PADDING */
/* MARGIN */
/* BANNER.  */
/* SHOW BANNER SETTINGS */
/* HOMEPAGE BANNER SETTINGS */
/* rest settings are like for show banner */
/* former 220px */
@font-face {
  font-family: SpartanMBRegular;
  src: url("../../fonts/SpartanMB-Regular.otf") format("opentype");
}
@font-face {
  font-family: SpartanMBSemiBold;
  src: url("../../fonts/SpartanMB-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: SpartanMBBold;
  src: url("../../fonts/SpartanMB-Bold.otf") format("opentype");
}
/* Play Button icon for media thumbnails in Seasons */
html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: " ";
  display: table;
}
.off-canvas-wrapper-inner::after {
  clear: both;
}
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: white;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: "";
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  transition: background 0.5s ease;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas {
  position: absolute;
  background: white;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}
.off-canvas.position-left {
  left: -300px;
  top: 0;
  width: 300px;
}
.is-open-left {
  transform: translateX(300px);
}

.off-canvas.position-right {
  right: -300px;
  top: 0;
  width: 300px;
}
.is-open-right {
  transform: translateX(-300px);
}

@media screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 300px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 300px;
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 300px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 300px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 300px;
  }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 300px;
  }
}
@media screen and (min-width: 64em) {
  .button--off-canvas-trigger {
    display: none !important;
  }
}
.button--off-canvas-trigger {
  background-color: #000;
  color: #ffffff;
  border-color: transparent;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-decoration: none;
  position: absolute;
  margin-top: 4.0625rem;
  margin-right: 0;
  padding: 0.3125rem 0.625rem;
  right: 0;
}
.button--off-canvas-trigger i {
  font-size: 2.1875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.button--off-canvas-trigger:hover {
  background-color: #000;
  cursor: pointer;
}
.button--off-canvas-trigger:focus {
  background-color: #A71E3F;
}

.button--off-canvas-close:focus {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (max-width: 63.9375em) {
  .off-canvas-wrapper {
    background-color: white;
  }
}
@media screen and (min-width: 64em) {
  .off-canvas-wrapper {
    overflow-y: hidden;
  }
}
@media screen and (min-width: 64em) {
  .off-canvas-wrapper-inner nav.off-canvas {
    display: none;
  }
}

.off-canvas .is-accordion-submenu-parent > a {
  position: relative;
}
.off-canvas .is-accordion-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: white transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}
.off-canvas .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}
.off-canvas h2 {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  height: 1px;
}
.off-canvas h2:active,
.off-canvas h2:focus {
  position: static !important;
  clip: auto;
}
.off-canvas.is-open {
  z-index: 1;
  overflow-y: visible;
}
.off-canvas .button--off-canvas-trigger {
  right: auto;
  position: absolute;
  left: -2.75rem;
}

.expand-chevron {
  height: 70px;
  float: left;
  display: block;
  height: 68px;
  float: left;
  display: block;
  background: url(/profiles/ami/themes/custom/corp2026/static/images/expand.svg);
  background-repeat: no-repeat;
  width: 31px;
  background-position: center;
  margin-left: 15px;
  transform: rotate(180deg);
}

.mobile-menu {
  margin: 0;
  list-style-type: none;
}
[data-whatinput=mouse] .mobile-menu > li {
  outline: 0;
}
.mobile-menu > li {
  display: table-cell;
  vertical-align: middle;
}
.mobile-menu > li > a {
  display: block;
  /* padding: $menu-item-padding; */
}
.mobile-menu input,
.mobile-menu a,
.mobile-menu button {
  margin-bottom: 0;
}
.mobile-menu > li {
  display: block;
}
.mobile-menu {
  padding: 0 0 0 1.125rem;
  padding-left: 0px;
}
.mobile-menu li > a {
  font-family: "SpartanMBRegular", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.625rem;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
}
.mobile-menu li > a a {
  text-decoration: none;
  color: #000;
}
.mobile-menu li > a a:visited {
  color: #A71E3F;
}
.mobile-menu li > a a:hover {
  color: #A71E3F;
}
.mobile-menu li > a a:active {
  color: #000;
}
.mobile-menu li > a a:focus {
  color: #A71E3F;
}
.mobile-menu li > a a:hover, .mobile-menu li > a a:focus {
  text-decoration: underline;
}
.mobile-menu li > a {
  color: black;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  padding-left: 0.9375rem;
  line-height: inherit;
  display: table-cell;
  vertical-align: middle;
  padding-top: 2px;
  color: #000;
}
.mobile-menu li > a:visited {
  color: #000;
}
.mobile-menu li > a:hover {
  color: #000;
}
.mobile-menu li > a:active {
  color: #000;
}
.mobile-menu li > a:focus {
  color: #000;
}
.mobile-menu li > a:focus, .mobile-menu li > a:hover {
  text-decoration: underline;
}
.mobile-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  margin-top: -5px;
}
.mobile-menu .has-sub-menu {
  padding-left: 0px !important;
}
.mobile-menu li {
  border-bottom: #b3b3b3;
  border-bottom-style: solid;
  border-width: 1px;
  color: #ffffff;
  background: #003d68;
  padding-left: 3.125rem;
  position: relative;
}
.mobile-menu li:first-child {
  border-top-width: 0;
}
.mobile-menu li a {
  color: white;
  font-family: SpartanMBSemibold;
  font-size: 3.125rem;
  height: 68px;
}
.mobile-menu li a:focus {
  outline: none;
}
.mobile-menu li a:visited {
  color: #ffffff;
}
.mobile-menu.nested {
  margin-TRUE: 1rem;
  border-color: #ffffff;
  background-color: #0f314e;
  background-color: #ffffff;
  padding-left: 0px;
}
.mobile-menu.nested a {
  font-family: SpartanMBRegular;
  font-size: 1.375rem;
  letter-spacing: -0.01em;
  padding: 0.9375rem 1.25rem;
  color: #ffffff;
}
.mobile-menu.nested a:visited {
  color: #ffffff;
}
.mobile-menu.nested a:hover {
  color: #ffffff;
}
.mobile-menu.nested a:active {
  color: #ffffff;
}
.mobile-menu.nested a:focus {
  color: #ffffff;
}
.mobile-menu.nested a::after {
  border-color: #000 transparent transparent;
}
.mobile-menu.nested li {
  /* background-color: $blue;*/
  background-color: #f3f4f6;
}
.mobile-menu.nested li a {
  color: black;
}
.mobile-menu.nested li a {
  color: black;
}
.mobile-menu.nested li a:hover {
  color: black;
}
.mobile-menu.nested li .expand-button {
  filter: invert(100%);
}
.mobile-menu .nested .nested {
  padding: 0 0;
}
.mobile-menu .nested .nested li {
  border-top-color: transparent;
}
.mobile-menu .nested .nested a {
  text-transform: none;
  font-weight: 500;
  /*padding-top:0;*/
  /*font-size: 0.9rem;*/
  padding-left: 20px;
}
.mobile-menu--essential li a {
  font-size: 1.875rem;
  padding-left: 20px;
}

.off-canvas-content {
  overflow: hidden;
}

#mobileMenu > ul {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #b3b3b3;
}

@media screen and (min-width: 64em) {
  .mobile-menu {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .is-open-right {
    transform: translateX(0px);
  }
}

.mobile--top-bar {
  background-color: #eff0f5;
}
.mobile--top-bar .show-display-preferences {
  width: 100%;
  background-color: #eff0f5;
  border-bottom-width: 2px;
  border-bottom-color: #bbbbbf;
  border-bottom-style: solid;
}

.mobile--top-bar .mobileMenu-toggle-button {
  width: 65px;
  height: 65px;
  display: block;
  margin-top: 0px;
  background-color: #eff0f5;
  border-top-width: 2px;
  border-top-color: #bbbbbf;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #bbbbbf;
  border-bottom-style: solid;
  border-right-width: 2px;
  border-right-color: #bbbbbf;
  border-right-style: solid;
  float: left;
}

.mobileMenu-toggle-button {
  position: relative;
}

.mobileMenu-toggle-button img {
  width: 36px;
  height: 36px;
  margin: auto auto;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mobile--top-bar .search--input-field {
  width: 100%;
}
.mobile--top-bar .form-submit {
  display: none;
}
.mobile--top-bar .form-search {
  background-color: #eff0f5;
  height: 65px;
  border-top-width: 2px;
  border-top-color: #bbbbbf;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #bbbbbf;
  border-bottom-style: solid;
  font-size: 1.375rem;
  padding: 16px;
}
@media screen and (min-width: 64em) {
  .mobile--top-bar .form-search {
    font-size: 1rem;
  }
}
.mobile--top-bar .form-search::-webkit-input-placeholder {
  background-repeat: no-repeat;
  background-image: url("/profiles/ami/themes/custom/corp2026/static/images/search-icon.svg");
  background-size: 1.5625rem 1.5625rem !important;
  line-height: 2.125rem;
  content: " ";
  color: black;
}
@media screen and (max-width: 47.9375em) {
  .mobile--top-bar .form-search::-webkit-input-placeholder {
    color: transparent;
  }
}

.mobile--top-bar .form-search:-moz-placeholder {
  background-repeat: no-repeat;
  background-image: url("/profiles/ami/themes/custom/corp2026/static/images/search-icon.svg");
  background-size: 1.5625rem 1.5625rem !important;
  line-height: 2.125rem;
  content: " ";
  color: black;
}
@media screen and (max-width: 47.9375em) {
  .mobile--top-bar .form-search:-moz-placeholder {
    color: transparent;
  }
}

.mobile--top-bar .form-search::-moz-placeholder {
  background-repeat: no-repeat;
  background-image: url("/profiles/ami/themes/custom/corp2026/static/images/search-icon.svg");
  background-size: 1.5625rem 1.5625rem !important;
  line-height: 2.125rem;
  content: " ";
  color: black;
}
@media screen and (max-width: 47.9375em) {
  .mobile--top-bar .form-search::-moz-placeholder {
    color: transparent;
  }
}

.mobile--top-bar .form-search:-ms-input-placeholder {
  background-repeat: no-repeat;
  background-image: url("/profiles/ami/themes/custom/corp2026/static/images/search-icon.svg");
  background-size: 1.5625rem 1.5625rem !important;
  line-height: 2.125rem;
  content: " ";
  color: black;
}
@media screen and (max-width: 47.9375em) {
  .mobile--top-bar .form-search:-ms-input-placeholder {
    color: transparent;
  }
}

.mobile--top-bar .form-search {
  /*  */
}
@media screen and (max-width: 47.9375em) {
  .mobile--top-bar .form-search::-moz-placeholder {
    background-position-y: 0.9375rem;
    background-position-x: 0.8125rem;
  }
}

.mobile--top-bar input {
  margin-bottom: 0px;
}

.mobile--top-bar .search-block-form {
  overflow: hidden;
}

ul.mobile-menu--essential li {
  background-color: white;
  padding-left: 0px;
  height: 14.4vh;
}

ul.mobile-menu--essential li a {
  color: black;
  vertical-align: middle;
  display: table-cell;
  height: 14.4vh;
}

ul.mobile-menu--essential li a:visited {
  color: black;
}

.mobile-menu.nested {
  display: none;
}

.mobile-menu.nested.expanded {
  display: block !important;
}

.mobile-menu.nested a:visited {
  color: black;
}

.mobileMenu-toggle-button {
  height: 36px;
  width: 36px;
}

.mobileMenu-toggle-button .open-img {
  display: block;
  background-image: url("/profiles/ami/themes/custom/corp2026/static/images/mobile-menu.svg");
}

.mobileMenu-toggle-button .close-img {
  display: none;
  background-image: url("/profiles/ami/themes/custom/corp2026/static/images/close-menu.svg");
}

.mobileMenu-toggle-button.expanded .close-img {
  display: block;
}

.mobileMenu-toggle-button.expanded .open-img {
  display: none;
}

/*# sourceMappingURL=mobile_menu.css.map */
