/*
	TOC
		Measurement units
		Colours
		UI element colours
		Typography
		Icons
		Border radius
		Thumbnail
		Forms
		Buttons
		Bootstrap Variables Overrides
*/
/*
	https://type-scale.com/

	Major second scale
*/
/*
	TOC
		Transition
*/
/*
	TOC
		Icon mixin
		
*/
/*
	TOC
		TODO Move to website?
		C/E typography
*/
.fs-ce-32 {
  font-size: 2rem !important;
}
.fs-ce-22 {
  font-size: 1.375rem !important;
}
/*
	TOC
		
*/
.hs-embed-form .hs-form-field {
  margin-bottom: 22px;
}
.hs-embed-form label {
  font-weight: normal;
}
.hs-embed-form legend {
  border: none;
  color: hsl(213, 9%, 60%);
  font-size: inherit;
  margin-bottom: 11px;
}
.hs-embed-form .hs-form-required {
  color: hsl(0, 80%, 50%);
  margin-left: 0.5em;
}
.hs-embed-form .hs-input {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: 4px;
  max-width: 40ch;
  padding: 0.33em 0.5em;
  width: 100%;
}
.hs-embed-form select {
  background-color: #FFF;
}
.hs-embed-form .hs-button.primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: hsl(216, 67%, 39%);
  border-color: hsl(216, 67%, 34%);
}
.hs-embed-form .hs-button.primary:focus,
.hs-embed-form .hs-button.primary:active:focus,
.hs-embed-form .hs-button.primary.active:focus,
.hs-embed-form .hs-button.primary.focus,
.hs-embed-form .hs-button.primary:active.focus,
.hs-embed-form .hs-button.primary.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hs-embed-form .hs-button.primary:hover,
.hs-embed-form .hs-button.primary:focus,
.hs-embed-form .hs-button.primary.focus {
  color: hsl(216, 67%, 39%);
  text-decoration: none;
}
.hs-embed-form .hs-button.primary:active,
.hs-embed-form .hs-button.primary.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.hs-embed-form .hs-button.primary.disabled,
.hs-embed-form .hs-button.primary[disabled],
fieldset[disabled] .hs-embed-form .hs-button.primary {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.hs-embed-form .hs-button.primary.disabled,
fieldset[disabled] a.hs-embed-form .hs-button.primary {
  pointer-events: none;
}
.hs-embed-form .hs-button.primary:focus,
.hs-embed-form .hs-button.primary.focus {
  color: #fff;
  background-color: hsl(216, 67%, 29%);
  border-color: hsl(216, 67%, 9%);
}
.hs-embed-form .hs-button.primary:hover {
  color: #fff;
  background-color: hsl(216, 67%, 29%);
  border-color: hsl(216, 67%, 22%);
}
.hs-embed-form .hs-button.primary:active,
.hs-embed-form .hs-button.primary.active,
.open > .dropdown-toggle.hs-embed-form .hs-button.primary {
  color: #fff;
  background-color: hsl(216, 67%, 29%);
  background-image: none;
  border-color: hsl(216, 67%, 22%);
}
.hs-embed-form .hs-button.primary:active:hover,
.hs-embed-form .hs-button.primary.active:hover,
.open > .dropdown-toggle.hs-embed-form .hs-button.primary:hover,
.hs-embed-form .hs-button.primary:active:focus,
.hs-embed-form .hs-button.primary.active:focus,
.open > .dropdown-toggle.hs-embed-form .hs-button.primary:focus,
.hs-embed-form .hs-button.primary:active.focus,
.hs-embed-form .hs-button.primary.active.focus,
.open > .dropdown-toggle.hs-embed-form .hs-button.primary.focus {
  color: #fff;
  background-color: hsl(216, 67%, 22%);
  border-color: hsl(216, 67%, 9%);
}
.hs-embed-form .hs-button.primary.disabled:hover,
.hs-embed-form .hs-button.primary[disabled]:hover,
fieldset[disabled] .hs-embed-form .hs-button.primary:hover,
.hs-embed-form .hs-button.primary.disabled:focus,
.hs-embed-form .hs-button.primary[disabled]:focus,
fieldset[disabled] .hs-embed-form .hs-button.primary:focus,
.hs-embed-form .hs-button.primary.disabled.focus,
.hs-embed-form .hs-button.primary[disabled].focus,
fieldset[disabled] .hs-embed-form .hs-button.primary.focus {
  background-color: hsl(216, 67%, 39%);
  border-color: hsl(216, 67%, 34%);
}
.hs-embed-form .hs-button.primary .badge {
  color: hsl(216, 67%, 39%);
  background-color: #fff;
}
.hs-embed-form .hs-error-msgs {
  color: hsl(0, 80%, 50%);
  margin-top: 0.5em;
}
.hs-embed-form label.hs-error-msg {
  display: initial;
}
.hs-embed-form .hs_error_rollup {
  display: none;
}
.hs-report-form h4 {
  color: hsl(216, 67%, 39%);
  font-size: 1.375rem;
  margin-bottom: 11px;
  margin-top: 0;
}
.hs-report-form .hs-button.primary {
  margin-bottom: 22px;
}
/*
	http://kenwheeler.github.io/slick/
*/
.js-slick-slider {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}
.js-slick-slider .slick-list {
  overflow: hidden;
}
.js-slick-slider .slick-slide {
  float: left;
}
.js-slick-slider .slick-arrow {
  background: none;
  border: none;
  color: hsl(217, 67%, 13%);
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.js-slick-slider .slick-arrow::before {
  font-size: 1.266rem !important;
  font-weight: 700;
}
.js-slick-slider .slick-disabled {
  color: hsl(213, 9%, 95%);
}
.js-slick-slider .slick-prev {
  left: -30px;
}
.js-slick-slider .slick-prev:before {
  content: '\f053';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 0.9em;
}
.js-slick-slider .slick-next {
  right: -30px;
}
.js-slick-slider .slick-next:before {
  content: '\f054';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 0.9em;
}
.js-slick-slider .slick-dots {
  bottom: -44px;
  display: flex;
  gap: 11px;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.js-slick-slider .slick-dots li button {
  background: none;
  border: none;
  color: hsl(216, 67%, 39%);
  cursor: pointer;
  font-size: 0;
}
.js-slick-slider .slick-dots li button::before {
  content: '\f10c';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 0.9em;
  font-size: 0.889rem !important;
}
.js-slick-slider .slick-dots li.slick-active button::before {
  content: '\f111';
}
/*
	TOC
		Quote section
		Addresses section
*/
.back-to-top-btn {
  background-image: url('/wmtapp/wmt/img/shared/back-to-top-icon-b9bbe5eaa85234bf502340e24ba6c44653f1f47d.svg');
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 22px;
  float: right;
  height: 44px;
  line-height: 44px;
  margin-right: 22px;
  margin-top: -66px;
  position: sticky;
  width: 44px;
  z-index: 1;
}
.quote-section {
  padding-top: 44px;
  padding-bottom: 44px;
  text-align: center;
}
.quote-section .quote-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}
.quote-section .quote-block_speechmarks {
  height: 3.5rem;
}
.quote-section .quote-block_logo {
  height: 2.937rem;
}
.quote-section .quote-block_quote {
  font-style: italic;
}
.quote-section .quote-block_attribution {
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 22px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  white-space: nowrap;
}
.quote-section-blue {
  background-color: hsl(217, 50%, 97%);
}
#addresses-section {
  background-color: hsl(217, 50%, 97%);
  padding-bottom: 88px;
}
#addresses-section h2 {
  color: hsl(216, 67%, 39%);
  font-size: 1.375rem;
  margin-bottom: 44px;
  text-align: center;
}
@media (min-width: 992px) {
  #addresses-section h2 {
    font-size: 2rem;
  }
}
.address-block .address-block_map {
  border-radius: 33px;
  filter: grayscale(1);
  overflow: hidden;
  position: relative;
  padding-bottom: 69%;
  height: 0;
}
.address-block .address-block_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.address-block .address-block_heading {
  font-size: 1.375rem;
  margin-bottom: 11px;
  margin-top: 33px;
}
.address-block .address-block_address {
  margin-top: 0;
}
@media (max-width: 767px) {
  .address-block:not(.last) {
    border-bottom: 2px solid hsl(216, 67%, 39%);
    margin-bottom: 33px;
    padding-bottom: 33px;
  }
}
.contact-card {
  align-items: center;
  background-color: #FFF;
  border-radius: 33px;
  display: flex;
  gap: 11px;
  padding: 11px;
}
.contact-card > div:nth-child(2) {
  flex-grow: 1;
  text-align: center;
}
.contact-card img {
  height: 99px;
}
.contact-card .contact-card_region {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.contact-card .contact-card_phone {
  margin-bottom: 11px;
}
.contact-modal h4 {
  align-items: center;
  color: hsl(216, 67%, 39%);
  display: flex;
  font-size: 1.802rem;
  margin: 11px 0 33px 0;
}
.contact-modal img {
  height: 77px;
  margin-right: 0.5em;
}
.newsletter-block .newsletter-block_wordmark img {
  height: 88px;
}
/*
	TOC
		Contact Forms
*/
.website.contact-page #contact-forms-section {
  margin-bottom: 66px;
}
.website.contact-page #contact-forms-section h1 {
  color: hsl(216, 67%, 39%);
  font-size: 2.125rem;
  margin-bottom: 44px;
  text-align: center;
}
@media (min-width: 992px) {
  .website.contact-page #contact-forms-section h1 {
    font-size: 4.5rem;
  }
}
.website.contact-page #contact-forms-section .contact-forms {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  max-width: 64.75rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .website.contact-page #contact-forms-section .contact-forms {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
}
.website.contact-page #contact-forms-section .contact-form {
  border: 3px solid hsl(216, 67%, 39%);
  border-radius: 33px;
  padding: 22px;
  text-align: center;
}
.website.contact-page #contact-forms-section .contact-form h2 {
  color: hsl(216, 67%, 39%);
  font-size: 1.375rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  .website.contact-page #contact-forms-section .contact-form h2 {
    font-size: 2rem;
  }
}
.website.contact-page #contact-forms-section .contact-form p {
  font-weight: 700;
}
/*
	TOC
		
*/
.website.legal-page {
  padding-top: calc(var(--wmt-navbar-height) + 1rem);
}
.website.legal-page .toc-block {
  border-bottom: 1px solid hsl(213, 9%, 80%);
  margin-bottom: 66px;
  padding-bottom: 22px;
}
.website.legal-page .toc-block h2 {
  color: hsl(213, 9%, 60%);
  font-size: 16px;
  margin-top: 0;
}
.website.legal-page .toc-block nav a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .website.legal-page .toc-block nav {
    column-count: 2;
    column-gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .website.legal-page .toc-block nav {
    column-count: 3;
  }
}
.website.legal-page .toc-block li {
  margin-bottom: 11px;
}
.website.legal-page .toc-block ul ul {
  margin-left: 22px;
}
.website.legal-page .list-lower-alpha {
  list-style-type: lower-alpha;
}
.website.legal-page .list-upper-alpha {
  list-style-type: upper-alpha;
}
.website.legal-page .list-lower-roman {
  list-style-type: lower-roman;
}
.website.legal-page .list-decimal {
  list-style-type: decimal;
}
.website.legal-page .simplese-block {
  border: 1px solid hsl(216, 67%, 39%);
  border-radius: 8px;
  padding: 0 22px;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .website.legal-page .simplese-block {
    float: right;
    margin-left: 44px;
    width: 30ch;
  }
}
.website.legal-page .simplese-block h4 {
  color: hsl(213, 9%, 60%);
  font-size: 0.79rem;
  margin-bottom: 11px;
  margin-top: 22px;
}
.website.legal-page .simplese-block p:first-of-type {
  margin-top: 11px;
}
.website.legal-page .gdpr-block {
  border: 1px solid hsl(216, 67%, 39%);
  border-radius: 8px;
  padding: 22px;
}
@media screen and (min-width: 768px) {
  .website.legal-page .gdpr-block {
    float: right;
    margin-bottom: 22px;
    margin-left: 44px;
    width: 30ch;
  }
}
.website.legal-page .thinkers-acknowledgement-block {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: 8px;
  padding: 22px 44px;
  margin-bottom: 44px;
}
.website.legal-page .other-terms-link {
  border: 1px solid hsl(216, 67%, 39%);
  border-radius: 8px;
  margin-bottom: 44px;
  margin-top: -22px;
  padding: 22px;
}
