@font-face {
  font-family: 'Avant Garde for MT Bk';
  src: url('../shared/fonts/AvantGarde/AvantGardeforMTBkW05-Rg.woff2') format("woff2"), url('../shared/fonts/AvantGarde/AvantGardeforMTBkW05-Rg.woff') format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Avant Garde for MT Bd';
  src: url('../shared/fonts/AvantGarde/AvantGardeforMTBdW05-Rg.woff2') format("woff2"), url('../shared/fonts/AvantGarde/AvantGardeforMTBdW05-Rg.woff') format("woff");
  font-weight: 700;
  font-display: swap;
}
button.mt-btn-link {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*input has OS specific font-family*/
  color: #004494;
  text-decoration: underline;
  cursor: pointer;
}
button.mt-btn-link:hover {
  color: #67d945;
}
/* ==========================================================================
   Header
   ========================================================================== */
#header_layer_wrapper {
  position: fixed;
  width: 100%;
  margin: 0;
  z-index: 108;
  background: #fff;
}
.subnav_enabled #header_layer_wrapper {
  position: relative;
}
.MTHeader {
  position: relative;
  margin: 0 auto;
}
.MTMainNav {
  display: flex;
  margin: 0 auto;
}
.MTMainNav__logo {
  min-width: calc((100vw - 1009px)/2);
  position: relative;
  z-index: 103;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.MTMainNav__icons .select_country a {
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  justify-content: center;
}
.MTMainNav__icons #loginLink {
  text-indent: 0;
  display: block !important;
  width: 40px;
  height: 40px;
  margin: 10px 0;
  border-radius: 50%;
  border: 0px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
/* ==========================================================================
   Header - Begin Swiftype search
   ========================================================================== */
.header_search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin: 10px 0;
  transition: background-color 0.25s ease;
}
.mt_search_input-suggestions {
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #cccccc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0 0 0;
  box-sizing: border-box;
  z-index: 20;
  display: none;
}
.mt_search_input-suggestions ul {
  list-style: none;
  list-style-image: none !important;
  padding: 0;
}
.mt_search_input-suggestions ul li {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 5px 15px;
  cursor: pointer;
}
.header_search-icon.disabled {
  opacity: .5;
}
/* ==========================================================================
   Header - Swiftype Search - Autocomplete style overrides
   ========================================================================== */
div.st-default-autocomplete {
  border: 1px solid #cccccc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  background: white;
}
/* ==========================================================================
   Header - Cart, Search, Country Selector, Login
   ========================================================================== */
.MTMainNav__icons {
  z-index: 103;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
  max-height: 60px;
  min-width: calc((100vw - 1009px)/2);
}
.MTMainNav__icons #loginLink.loggedInUser svg {
  display: none;
}
.MTMainNav__icons #loginLink .loggedInUserLetter {
  display: none;
}
.MTMainNav__icons #loginLink.loggedInUser .loggedInUserLetter {
  display: flex;
  background-color: #004494;
  width: 20px;
  height: 20px;
  margin: 0px auto;
  border-radius: 50%;
  color: white;
  align-items: center;
  justify-content: center;
}
.login_reg_info-menu li a,
.login_reg_info-menu li .mt-btn-link {
  line-height: 21px;
  display: block;
  padding: 10px 0 !important;
  border-bottom: 1px solid #cccccc;
}
.MTMainNav__icons #loginLink .loggedInUserLetter span {
  display: block;
  font-size: 12px;
  margin-left: 1px;
}
.ds-enabled .MTMainNav__icons {
  width: auto;
}
/* ==========================================================================
   Spartacus Login Styles
   ========================================================================== */
#cnty_lang_placeholder {
  margin: 10px 0;
}
.MTMainNav__icons .meta_select {
  cursor: pointer;
}
.MTMainNav__icons .select_country {
  border-radius: 50%;
  transition: background-color 0.25s ease;
}
#logo_layer img {
  color: #004494;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}
/* ==========================================================================
   Header - Breadcrumbs
   ========================================================================== */
.breadcrumb_layer {
  position: relative;
  clear: both;
}
.breadcrumb_layer {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 1009px;
  margin: 0 auto;
  display: flex;
  font-size: 12px;
  line-height: 24px;
}
.breadcrumb_layer.breadcrumbs_under_mood {
  padding: 15px 0;
}
.breadcrumb_layer a {
  display: inline-block;
  line-height: 1.5rem;
  float: left;
  margin: 0 5px 0 0;
  text-decoration: none;
}
.breadcrumb_layer a::after {
  content: '';
  margin: 6px 4px 0 6px;
  padding: 0 1px 0 2px;
  display: block;
  float: right;
  border-style: solid;
  border-width: .15rem .15rem 0 0;
  height: 4px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px;
  color: #b5b5b5;
}
.breadcrumb_layer .currentLocation {
  color: #333;
  display: inline-block;
  float: left;
}
/* ==========================================================================
   Header - Main Navigation
   ========================================================================== */
.menuText--avantGarde {
  font-family: 'Avant Garde for MT Bd', Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
#main_navi_layer {
  font-size: 1rem;
  z-index: 102;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 1009px;
  flex: 1;
}
#main_navi_layer .error_message_container {
  width: 100%;
  text-align: center;
  color: #cc0000;
}
/* Level 1 Navigation */
#main_navi_layer > div > ul {
  display: flex;
  margin: 0 24px;
  list-style: none;
  padding: 0;
  float: right;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  white-space: nowrap;
}
#main_navi_layer .navibar_li {
  position: initial;
  float: left;
  padding: 22px 0;
  margin: 0;
  border-top: 2px solid white;
  list-style-image: none;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
#main_navi_layer .navibar_li.active,
#main_navi_layer .navibar_li.active-menu-section {
  border-top: solid 2px #004494;
}
#main_navi_layer .navibar_li .navItem {
  font-family: 'Avant Garde for MT Bd', Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #666666;
  font-weight: bold;
  display: block;
  padding: 0 8px;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
#main_navi_layer .active,
#main_navi_layer .active-menu-section .navItem {
  color: #004494;
}
#main_navi_layer .dropdown_content ul.level2 {
  display: none;
}
#main_navi_layer ul.level2 {
  background: none !important;
  float: none !important;
  position: relative;
  padding: 0;
  margin: 0;
}
#main_navi_layer ul.level2 li {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  background-color: #fff;
  /* Menu background color transition */
  transition: background-color 0.2s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transition: background-color 0.2s cubic-bezier(0.3, 0.1, 0.3, 1);
}
#main_navi_layer ul.level2 li:first-child {
  border-top: 1px solid #e5e5e5;
}
#main_navi_layer ul.level2 li a,
#main_navi_layer ul.level2 li em {
  color: #666666;
  display: block;
  padding: 15px;
  min-width: 190px;
  cursor: pointer;
  font-style: normal;
  white-space: initial;
  word-wrap: break-word;
}
#main_navi_layer ul.level2 li a.indent,
#main_navi_layer ul.level2 li em.indent {
  padding: 15px 15px 15px 30px !important;
  min-width: 175px;
}
#main_navi_layer .dropdown,
.mt_mobile_header .dropdown {
  position: absolute;
  text-transform: none;
  width: 100%;
  min-height: 75px;
  padding: 25px 0;
  z-index: 102;
  left: 0;
  top: 64px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-bottom: solid 1px #cccccc;
}
#main_navi_layer .dropdown .dropdown_content {
  padding: 0 0 25px 0;
  margin: 0 auto;
  max-width: 1009px;
  font-size: 14px;
  line-height: 21px;
  opacity: 0;
  /* Menu display transition */
  transition: opacity 0.75s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
#main_navi_layer .dropdown .coloumn {
  width: 33.315%;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}
.mainNav_mega {
  position: absolute;
  z-index: 102;
  width: 100%;
  min-height: 100px;
  left: 0;
  top: 64px;
  height: auto;
  box-sizing: border-box;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-bottom: solid 1px #cccccc;
  padding: 25px 0;
}
.mainNav_mega_spinner-wrap {
  position: relative;
  width: 2em;
  margin: 0 auto;
}
.mainNav_mega_spinner-wrap .mt-spinner-dark {
  position: absolute;
}
.mainNav_mega .content {
  display: flex;
  align-items: stretch;
  max-width: 1009px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 21px;
  opacity: 0;
  /* Menu display transition */
  transition: opacity 0.75s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transition: opacity 0.75s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.mainNav_col {
  width: 33.315%;
  box-sizing: border-box;
  display: none;
  float: left;
  padding: 0;
  margin: 0;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  min-height: 400px;
  max-height: 80vh;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.mainNav_col::-webkit-scrollbar {
  display: none;
}
.mainNav_col p {
  margin: 0;
  position: relative;
  background-color: #fff;
  transition: background-color 0.2s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transition: background-color 0.2s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.mainNav_col p:hover,
.mainNav_col p.active:hover,
.mainNav_col .active,
#main_navi_layer .currentLocation {
  background-color: #eaebf4;
  box-shadow: none;
}
.mainNav_col a {
  display: block;
  padding: 16px 30px 16px 15px;
}
.mainNav_col a,
.mainNav_col a:link,
.mainNav_col a:visited,
.mainNav_col a:hover,
.mainNav_col .active:hover,
.mainNav_col .active {
  color: #666666;
  white-space: initial;
  word-wrap: break-word;
  text-decoration: none;
}
.mainNav_col1 {
  z-index: 1;
}
.mainNav_col2,
.mainNav_col3 {
  padding-left: 20px;
}
.mainNav_col p.nav {
  /* In Digital Selling site, they have a .nav class set to display: flex; Need to enforce display: block; for our menu. */
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.mainNav_col p.nav:first-child {
  border-top: 1px solid #e5e5e5;
}
.mainNav_col .service,
.mainNav_col .applications {
  float: left;
}
.mainNav_col .applications {
  clear: left;
}
.mainNav_col .service {
  clear: right;
}
.mainNav_col1 p.active {
  z-index: 1;
}
.mainNav_col2.active,
.mainNav_col2 p.active {
  z-index: 2;
}
.mainNav_col3.active {
  z-index: 3;
}
.mainNav_col2 .children,
.mainNav_col2 .title,
.mainNav_col3 .children,
.mainNav_col3 .title {
  display: none;
}
mainNav_col3 p.active a {
  text-decoration: none !important;
  color: #666666 !important;
}
.mainNav_col p.hasChildren::after {
  border-style: solid;
  border-width: 0.2rem 0.2rem 0 0;
  content: '';
  display: block;
  height: 0.6rem;
  position: absolute;
  top: 40%;
  width: 0.6rem;
  right: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  color: #004494;
  box-sizing: content-box;
}
.mainNav_col2 p::after {
  display: none;
}
.mainNav_col p.hasChildren::after {
  display: block !important;
}
.mainNav_mega_close,
.mainNav_mini_close {
  max-width: 1009px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}
.mainNav_mega_close::before,
.mainNav_mini_close::before,
.mainNav_mega_close::after,
.mainNav_mini_close::after {
  position: absolute;
  right: 5px;
  top: -30px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #004494;
}
.mainNav_mega_close::after,
.mainNav_mini_close::after {
  transform: rotate(-45deg);
}
.mainNav_mega_close::before,
.mainNav_mini_close::before {
  transform: rotate(45deg);
}
.mt_mobile_header_nav,
.mt_mobile_header_nav_dropdown {
  display: none;
}
/* ==========================================================================
   Country Selector
   ========================================================================== */
.cs_wrapper {
  position: absolute;
  max-height: 90vh;
  overflow-y: scroll;
  z-index: 11;
  width: 100%;
  background: white;
  border-bottom: solid 1px #cccccc;
}
@media screen and (max-height: 800px) {
  .cs_wrapper {
    max-height: 80vh;
  }
}
.base_sprite,
.show-row-countries:before {
  background-image: url('../shared/css/images/sprites/base-sprite.jpg');
  background-repeat: no-repeat;
  display: block;
}
.base_sprite.countryFlag {
  width: 17px;
  height: 11px;
}

.kws_filter_list {
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 4px 8px #000000;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  z-index: 20;
  max-width: 20%;
  width: 20%;
  display: none;
}
.kws_category_dropdown,
.MTMainNav #searchform.isEditMode.searchbar-active .kws_category_dropdown {
  order: 0;
  flex: 0 0 20% !important;
  max-width: 20%;
  cursor: pointer;
}
.search-filter-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #004494;
  display: flex;
  align-items: center;
}
.mt_search_form,
.st-search-wrap form,
.MTMainNav #searchform.isEditMode.searchbar-active .st-search-wrap form {
  order: 1;
  max-width: 100%;
  flex: 1 1 80%;
}
.searchbar-show-custom-suggestions .mt_search_input-suggestions {
  display: block;
}
.kws_category_dropdown ul li,
.mt_search_input-suggestions ul li {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 5px 15px;
  cursor: pointer;
  font-weight: 400;
  word-break: break-word;
}
.kws_arrow_wrap {
  float: right;
}
#searchform:not(.searchform_homepage) .btn-submitSearch {
  display: none;
}
#searchform .kws_category_dropdown {
  max-width: unset;
  width: auto;
}
.kws_category_dropdown ul {
  list-style: none;
  list-style-image: none !important;
  padding: 0;
  max-width: 20% !important;
}
.mt_search_input-suggestions ul,
.kws_filter_sidebar ul {
  list-style: none;
  list-style-image: none !important;
  padding: 0;
}
.kws_filter_sidebar ul {
  word-break: break-word;
}
.kws_filter_sidebar ul li {
  margin: 10px 0;
  padding: 0 10px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  position: relative;
}
.mt_direction_right_to_left .kws_filter_sidebar ul li {
  padding: 0 0 0 10px;
}
.kws_filter_desktop,
.kws_filter_mobile {
  background: linear-gradient(0deg, rgba(51, 61, 150, 0.03), rgba(51, 61, 150, 0.03)), #ffffff;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  box-sizing: border-box;
}
.kws_top {
  display: flex;
  max-width: 100%;
  width: 100%;
}
.kws_filter_desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kws_filter_mobile,
.mobile-clear-all-btn,
.kws_filter_sidebar .kws_sidebar_content .kws_filters-clear,
.kws_filter-toggle,
.kws_sidebar_header,
.kws_filter_sidebar,
.st-search-wrap,
.header_icon-close {
  display: none;
}
.MTMainNav #searchform {
  margin: 0 auto;
  display: none;
}
.st-search-wrap,
.header_icon-close {
  display: none;
}
#searchform .search {
  display: flex;
  margin: 10px auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1009px;
}

/* --- Stage Layer - The Container for the whole Content --- */
#stage {
  position: relative;
  width: 1009px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 85px;
}
.mt-stage,
.mt-stage-static {
  width: 1009px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
}
.mt-stage:before,
.mt-stage:after,
.mt-stage-static:before,
.mt-stage-static:after {
  content: "";
  display: table;
  line-height: 0;
}
.mt-stage:after,
.mt-stage-static:after {
  clear: both;
}
/* --- Main Layer - Contains Mood-Layer and the ContentLayer --- */
#main_layer {
  position: relative;
  clear: both;
  z-index: 10;
}
/* Frame Layer - For consistent Content Padding*/
#frame_layer {
  position: relative;
  clear: both;
  display: block;
}
#main_layer #frame_layer {
  background-color: #ffffff;
}

#popup_overlay {
  display: none;
  line-height: 1%;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  z-index: 9500;
}
#popup {
  display: none;
  /*width: 900px;*/
  position: absolute;
  left: auto;
  right: auto;
  clear: both;
  height: auto;
  z-index: 10000;
  top: 100px;
  overflow: hidden;
  margin-bottom: 30px;
}
/**
 *   Begin: New Overlay/Modal
 */
#MT_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 108;
}
#MT_modal {
  position: absolute;
  padding: 8px;
  z-index: 108;
  min-width: 5%;
  /*max-height: calc(100% - 100px);*/
  /*position: fixed;*/
  /*top:50%;*/
  left: 50% !important;
  -ms-transform: translateX(-50%);
  /* IE9 support */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

div.textimage_row,
div.textimage_cell,
div.overview_row,
div.overview_cell {
  vertical-align: top;
}
div.textimage_row,
div.overview_row {
  display: table-row;
}
div.textimage_cell,
div.overview_cell {
  display: table-cell;
  padding-right: 5px;
  padding-top: 5px;
}
div.textimage_cell img {
  max-width: 100%;
  box-sizing: border-box;
}

/* Below is a CSS based accordion used by at least one component, namely the Main Navigation ("Mega Nav") in the Mobile View and the country selector overlay */
button.accordion,
em.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-style: normal;
  display: block;
  margin: 0px;
}
em.accordion {
  width: 90%;
  padding: 5%;
}
em.accordion.indent {
  padding: 5% 5% 5% 10%;
  width: 85%;
}
em.accordion.divider {
  margin-top: 2px;
}
.accordion_link,
.accordion_link:active,
.accordion_link:hover {
  color: #444444 !important;
  display: inline-block;
  max-width: 85%;
}

.formLabel {
  font-weight: bold;
  vertical-align: middle;
}
#FB_thanks_msg {
  padding-bottom: 20px;
}

