html {
  scroll-behavior: smooth;
}
.lp2021_sidebar-nav {
  position: relative;
  /* For IE 11 sticky layout */
  left: 0px;
  /* For IE 11 sticky layout */
  top: 90px;
  z-index: 2;
}
.lp2021_sidebar-nav:has(nav ul:empty) nav,
.lp2021_sidebar-nav:has(nav ul:empty) .ppUX2020_design_readmore,
.lp2021_sidebar-nav:has(nav ul:empty) .lp2021_sidebar-nav-close {
  display: none;
}
.lp2021_sidebar-nav nav {
  position: absolute;
  /* Figure out left position */
  /*
    --vw: 100vw;
	--vwMinusContent: calc(var(--vw) - 1009px);
    --navLeftPosition: calc(var(--vwMinusContent) / 2);
    --navLeftPositionNegative: calc(0px - var(--navLeftPosition));
	left: calc(var(--navLeftPositionNegative) + 20px);
	*/
  left: calc(calc(0px - calc(calc(100vw - 1009px) / 2)) + 20px);
  top: 570px;
  width: auto;
  background: white;
  max-width: calc((100vw - 1200px)/2);
}
/* MTCOM-17028: static/sticky blend for the side-bar nav. */
.lp2021_sidebar-nav.stick {
  position: -webkit-sticky;
  position: sticky;
}
.lp2021_sidebar-nav.stick nav {
  top: 0 !important;
}
.lp2021_sidebar-nav nav.hovered,
.lp2021_sidebar-nav nav:hover {
  width: auto;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.05);
}
.lp2021_sidebar-nav ul {
  list-style-image: none !important;
  list-style-type: none;
  padding: 0 18px;
}
.lp2021_sidebar-nav ul li {
  margin: 12px 0;
  padding: 0 10px 0 0;
  /*
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
    */
}
.lp2021_sidebar-nav ul li.chapter a,
.lp2021_sidebar-nav ul li.subchapter a {
  color: #666;
}
.lp2021_sidebar-nav ul li.chapter {
  padding: 0 0 0 0;
}
.lp2021_sidebar-nav ul li.subchapter {
  padding: 0 0 0 20px;
}
.lp2021_sidebar-nav ul a {
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  background: white;
}
.lp2021_sidebar-nav ul li.section a {
  font-weight: 700;
}
.lp2021_sidebar-nav ul li.sectionChild:not(.active) {
  display: none;
}
.lp2021_sidebar-nav ul li.chapter a,
.lp2021_sidebar-nav ul li.subchapter a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18.2px;
}
.lp2021_sidebar-nav.hovered li {
  overflow: visible;
  text-overflow: unset;
}
.landingpage_section_target:target {
  display: block;
  scroll-margin-top: 60px;
}
li::after {
  display: block;
  content: attr(data-text);
  font-weight: bold;
  height: 0;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  font-size: 16.1px;
  line-height: 24px;
}
.lp2021_sidebar-nav ul li a {
  color: #666666;
}
.lp2021_sidebar-nav ul li.section a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.lp2021_sidebar-nav ul li.section a:after {
  border: solid #666666;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-in-out !important;
  margin: 4px 2px 0px 14px;
  content: '';
  position: absolute;
  top: 0px;
  right: -5px;
}
.lp2021_sidebar-nav ul li.section.nochildren a:after {
  display: none !important;
}
.lp2021_sidebar-nav ul li.section.active a:after {
  border-color: #004494;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  margin-top: 10px;
}
.lp2021_sidebar-nav ul a:hover {
  color: #004494 !important;
}
.lp2021_sidebar-nav ul li:hover {
  font-weight: bold;
}
/* MTCOM-16809: removed
.lp2021_sidebar-nav ul li.active {
	font-weight: bold;
	border-left: solid 3px @color-primary-blue;
	padding-left: 8px;
}
*/
.lp2021_sidebar-nav ul li.active a {
  color: #004494;
}
#MT_sticky_layer {
  width: 100%;
}
#MT_sticky_layer .fc_feedback-btn-wrap {
  margin: 15px 0;
  display: none;
  transition: display 0.3s ease-out;
  order: 2;
}
#MT_sticky_layer .fc_feedback-btn-wrap .fb-button-p5a {
  width: 100%;
}
.back-to-top-wrapper {
  display: none;
  margin: 15px 20px;
  float: right;
  clear: both;
}
.back-to-top-link {
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  width: 55px;
  height: 55px;
  background: url(https://www.mt.com/etc/designs/mt/docroot/images/icons/back_to_top_icon.svg) no-repeat center -12px;
}
#MT_sticky_layer .back-to-top-wrapper {
  display: none !important;
}
#MT_sticky_layer .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100px;
  margin: 0px auto;
  opacity: 0;
  bottom: -60px;
  transition: opacity .25s, bottom .25s;
  max-width: 100%;
  left: 0%;
}
#MT_sticky_layer .bottom.sticky-displayed {
  opacity: 1;
  bottom: 0;
}
#MT_sticky_layer .bottom.sticky-hidden {
  opacity: 0;
  bottom: -60px;
}
#MT_sticky_layer .bottom.sticky-has-content {
  background: #ffffff;
  box-shadow: 0 -6px 15px 2px rgba(0, 0, 0, 0.05);
}
.pti_sticky-cta-text-wrap {
  display: none;
}
#MT_sticky_layer .pti_sticky-cta-text-wrap {
  display: block;
  margin: 0 40px 0 0;
  font-size: 16px;
  line-height: 26px;
  order: 1;
}
.subNavAnchor {
  scroll-margin-top: 100px;
}
.lp2021_sidebar-nav .ppUX2020_design_readmore,
.lp2021_sidebar-nav .lp2021_sidebar-nav-close {
  display: none;
  cursor: pointer;
}
.emphasisPrimary {
  color: #004494 !important;
  font-size: 30px !important;
  line-height: 39px !important;
}
.emphasisSecondary {
  color: #666666 !important;
  font-size: 27px !important;
  line-height: 35.1px !important;
}
/* MTCOM-17028: static/sticky blend for the side-bar nav. */
@media (min-width: 1300px) and (max-height: 800px) {
  .lp2021_sidebar-nav nav {
    top: 400px;
  }
}
@media (min-width: 1300px) and (max-height: 700px) {
  .lp2021_sidebar-nav nav {
    top: 350px;
  }
}
@media (min-width: 1300px) and (max-height: 600px) {
  .lp2021_sidebar-nav nav {
    top: 250px;
  }
}
@media (min-width: 1300px) and (max-height: 400px) {
  .lp2021_sidebar-nav nav {
    top: 150px;
  }
}
@media (min-width: 1300px) and (max-height: 300px) {
  .lp2021_sidebar-nav nav {
    top: 50px;
  }
}
@media (max-width: 1800px) {
  .lp2021_sidebar-nav nav {
    max-width: calc((100vw - 1100px)/2);
  }
}
@media (max-width: 1400px) {
  .lp2021_sidebar-nav ul {
    padding: 0 10px;
  }
  .lp2021_sidebar-nav ul li {
    padding: 0;
  }
  .lp2021_sidebar-nav ul a {
    font-size: 14px;
    line-height: 21px;
  }
  .lp2021_sidebar-nav nav {
    max-width: calc((100vw - 1070px)/2);
  }
  .lp2021_sidebar-nav ul li:not(.section) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1300px) {
  .subNavAnchor {
    scroll-margin-top: 40px;
  }
  .lp2021_sidebar-nav ul {
    z-index: 1;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .lp2021_sidebar-nav ul li {
    margin: 10px 0;
    padding: 2px 30px;
    width: 100%;
    box-sizing: border-box;
    white-space: break-spaces;
    display: none;
  }
  .lp2021_sidebar-nav ul li.active:not(.section) {
    padding-left: 30px;
    order: -1;
    border-left: 0;
    display: block;
  }
  .lp2021_sidebar-nav.mobile-expanded ul li.active {
    order: revert !important;
  }
  .lp2021_sidebar-nav.mobile-expanded ul li.section {
    padding: 0 0 0 20px;
  }
  .lp2021_sidebar-nav.mobile-expanded ul li.chapter {
    padding: 0 0 0 40px;
  }
  .lp2021_sidebar-nav.mobile-expanded ul li.subchapter {
    padding: 0 0 0 60px;
  }
  #header_layer_wrapper {
    position: relative;
  }
  .mt-stage,
  .mt-stage-static {
    padding-top: 0;
  }
  .breadcrumb_layer.breadcrumbs_under_nav {
    padding: 0 20px 20px 20px;
  }
  .lp2021_sidebar_enabled .mt-stage,
  .lp2021_sidebar_enabled .mt-stage-static {
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
  }
  .lp2021_sidebar-nav {
    width: 100%;
    position: fixed;
    background: #fff;
    padding: 0;
    box-shadow: 0 5px 8px -2px rgba(0, 0, 0, 0.1);
    z-index: 3;
    top: -1px;
    left: 0;
    /* IE 11 */
    display: flex;
    border-top: solid 1px #e6e6e6;
  }
  .lp2021_sidebar-nav nav {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    overflow: hidden;
    flex: 1 1 90%;
    max-width: none;
  }
  .lp2021_sidebar-nav.mobile-expanded {
    height: auto;
  }
  .lp2021_sidebar-nav.mobile-expanded li,
  .lp2021_sidebar-nav.mobile-expanded ul li.sectionChild:not(.active) {
    display: block;
  }
  .lp2021_sidebar-nav .ppUX2020_design_readmore {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .lp2021_sidebar-nav.mobile-expanded .ppUX2020_design_readmore {
    display: none !important;
  }
  .lp2021_sidebar-nav .ppUX2020_arrow {
    margin: 15px 0 0 0;
    position: absolute;
    right: 5%;
  }
  .lp2021_sidebar-nav.mobile-collapsed .lp2021_sidebar-nav-close {
    display: none;
  }
  .lp2021_sidebar-nav.mobile-expanded .lp2021_sidebar-nav-close {
    display: block;
  }
  .lp2021_sidebar-nav .lp2021_sidebar-nav-close {
    flex: 1 1 10%;
  }
  .lp2021_sidebar-nav .lp2021_sidebar-nav-close i {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    height: 20px;
    width: 20px;
  }
  .lp2021_sidebar-nav .lp2021_sidebar-nav-close i::before,
  .lp2021_sidebar-nav .lp2021_sidebar-nav-close i::after {
    position: absolute;
    content: ' ';
    height: 17px;
    width: 2px;
    background-color: #004494;
    left: 40px;
    top: 13px;
  }
  .lp2021_sidebar-nav .lp2021_sidebar-nav-close i::before {
    transform: rotate(45deg);
  }
  .lp2021_sidebar-nav .lp2021_sidebar-nav-close i::after {
    transform: rotate(-45deg);
  }
  .lp2021_sidebar-nav.mobile-expanded ul li.active {
    border-left: solid 4px #004494;
  }
  .lp2021_sidebar-nav.mobile-expanded ul li.section.active {
    border-left: none;
  }
  .lp2021_sidebar-nav ul li.hovered a {
    box-shadow: none;
  }
  .lp2021_sidebar-nav.mobile-collapsed ul li.active {
    border-left: 0;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .lp2021_sidebar-nav ul::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .lp2021_sidebar-nav ul {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
}
@media (max-width: 1009px) {
  .breadcrumb_layer {
    padding-right: 0;
    padding-left: 0;
  }
  .breadcrumb_layer.breadcrumbs_under_nav {
    padding: 0 20px 20px 20px;
  }
  .breadcrumb_layer .breadcrumb:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 895px) {
  .lp2021_sidebar_enabled .mt-stage {
    overflow-x: initial;
  }
}
@media (max-width: 750px) {
  .breadcrumb_layer.breadcrumbs_under_nav {
    padding: 0;
  }
  /* ==========================================================================
   Mobile sidebar menu overlaps breadcrumbs when it's enabled.
   Hide breadcrumbs in this scenario.
   Use outer breadcrumb container as space placeholder for sidedbar nav.
   ========================================================================== */
  .lp2021_sidebar_enabled .breadcrumb_layer .breadcrumb_container {
    display: none;
  }
  .lp2021_sidebar_enabled .breadcrumb_layer {
    box-shadow: 0 5px 8px -2px rgba(0, 0, 0, 0.1);
  }
  .lp2021_sidebar_enabled .breadcrumb_layer.loadedSidebarNav {
    box-shadow: none;
  }
  .subMenuExpanded .lp2021_sidebar-nav.mobile-expanded {
    height: 100%;
  }
  .subMenuExpanded .lp2021_sidebar-nav.mobile-expanded nav {
    overflow: scroll;
    padding: 10px 0;
  }
  .subMenuExpanded #MT_sticky_layer .bottom {
    display: none !important;
  }
  #MT_sticky_layer .bottom.sticky-displayed {
    display: block;
    height: auto;
  }
  #MT_sticky_layer .bottom.sticky-has-content {
    background: transparent;
    box-shadow: none;
  }
  #MT_sticky_layer .pti_sticky-cta-text-wrap {
    display: none !important;
  }
  #MT_sticky_layer .back-to-top-wrapper {
    display: block !important;
  }
  #MT_sticky_layer .fc_feedback-btn-wrap {
    margin: 15px 20px 20px;
  }
  #MT_sticky_layer .fc_feedback-btn-wrap .fb-button-p5a {
    box-shadow: 0px 4px 16px rgba(150, 150, 150, 0.5);
  }
  #MT_sticky_layer .fc_feedback-btn-wrap form {
    display: block !important;
  }
  .fc_feedback-btn-wrap button:not(.btn-defaultQuoteInfo) {
    display: block;
    width: 100%;
  }
  .fc_feedback-btn-wrap a.callforquote {
    width: 100%;
    max-width: none;
    margin: 0 0 8px 0;
  }
  .lp2021_sidebar-nav {
    transition: all .4s;
  }
  .lp2021_sidebar-nav.loaded {
    top: 60px;
  }
  .lp2021_sidebar-nav.loaded ul li.section a:after {
    display: none;
  }
  .lp2021_sidebar-nav ul li.active {
    padding-left: 20px;
    order: -1;
    display: block;
  }
  .lp2021_sidebar-nav ul li.active:not(.section) {
    padding-left: 20px;
  }
  .lp2021_sidebar-nav.mobile-collapsed ul:has(li.sectionChild.active) li.section.active {
    display: none;
  }
  .scroll-down .lp2021_sidebar-nav {
    transform: translate3d(0, -60px, 0);
    border-top: 0;
  }
  .lp2021_sidebar-nav .ppUX2020_arrow {
    right: 20px;
  }
  .mt_direction_right_to_left .lp2021_sidebar-nav .ppUX2020_arrow {
    right: initial;
    left: 20px;
  }
  .lp2021_sidebar-nav .lp2021_sidebar-nav-close i::before,
  .lp2021_sidebar-nav .lp2021_sidebar-nav-close i::after {
    left: 13px;
    top: 14px;
  }
  .lp2021_sidebar-nav.mobile-expanded ul li.active {
    border-left: solid 3px #004494;
  }
}
