/* /* Missing Template at Path: \'tes\/dist\/css\/generic\/_reset.css\' */
/* Missing Template at Path: \'tes\/dist\/css\/generic\/_normalize.css\' */
/* Missing Template at Path: \'tes\/dist\/css\/objects\/_layout.css\' */
/* Missing Template at Path: \'tes\/dist\/css\/objects\/_containers-dnd.css\' */
/* Missing Template at Path: \'tes\/dist\/css\/elements\/_typography.css\' */
/* Missing Template at Path: \'tes\/dist\/css\/elements\/_buttons.css\' */
/* Missing Template at Path: \'tes\/dist\/css\/elements\/_forms.css\' */
/* Missing Template at Path: \'tes\/dist\/css\/elements\/_tables.css\' */
/* Missing Template at Path: \'tes\/dist\/css\/components\/_header.css\' */
/* Missing Template at Path: \'tes\/dist\/css\/components\/_footer.css\' */
/* Missing Template at Path: \'tes\/dist\/css\/components\/_default-modules.css\' */
/* Missing Template at Path: \'tes\/dist\/css\/templates\/_blog.css\' */
/* Missing Template at Path: \'tes\/dist\/css\/templates\/_system.css\' */ */
@font-face {
  font-family: D-DIN;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/D-DIN.eot);
  src: url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/D-DIN.woff2) format("woff2"), url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/D-DIN.woff) format("woff"), url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/D-DIN.ttf) format("truetype"), url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/D-DIN.otf) format("opentype"); }

@font-face {
  font-family: DIN;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/D-DIN.eot);
  src: url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/D-DIN.woff2) format("woff2"), url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/D-DIN.woff) format("woff"), url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/D-DIN.ttf) format("truetype"), url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/D-DIN.otf) format("opentype"); }

@font-face {
  font-family: DattoDIN-bold;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/DattoDIN-Bold.eot);
  src: url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/DattoDIN-Bold.woff2) format("woff2"), url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/DattoDIN-Bold.woff) format("woff"), url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/DattoDIN-Bold.ttf) format("truetype"), url(https://www.tes-amm.com/hubfs/01.%20Website/09.%20Global%20Assets/Fonts/DattoDIN-Bold.svg) format("svg"); }

button.no-style {
  margin: 0;
  padding: 0;
  border: none;
  background: none; }

.button, .hs-button {
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  min-width: 12.5rem;
  min-height: 2.75rem;
  font-size: .875rem;
  color: white;
  border: .0625rem solid transparent;
  transition: background-color .4s ease-in-out, color .4s ease-in-out;
  text-align: center; }
  .button.button--green, .hs-button {
    background: #009B48;
    border-color: #009B48; }
    .button.button--green:hover, .hs-button:hover {
      background: transparent;
      color: #009B48; }
  .button.button--blue, .button--blue.hs-button {
    background: #007AC9;
    border-color: #007AC9; }
    .button.button--blue:hover, .button--blue.hs-button:hover {
      background: transparent;
      color: #007AC9; }
  .button:hover, .hs-button:hover {
    text-decoration: none; }
  .button[disabled], .hs-button[disabled] {
    background: #767575;
    border-color: #767575;
    pointer-events: none; }
    .button[disabled]:hover, .hs-button[disabled]:hover {
      background: #767575;
      border-color: #767575; }

/* Form */
form {
  margin: 0 -.3125rem;
  zoom: 1; }
  form:before, form:after {
    content: "";
    display: table; }
  form:after {
    clear: both; }
  form fieldset {
    max-width: none !important; }
    form fieldset label {
      width: 6.875rem; }
      @media (max-width: 767px) {
        form fieldset label {
          width: 100%;
          margin-bottom: .75rem;
          font-size: .875rem; } }
    form fieldset .input {
      width: calc(100% - 6.875rem);
      margin: 0 !important; }
      @media (max-width: 767px) {
        form fieldset .input {
          width: 100%; } }

.hs-form-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .75rem;
  padding: 0 .3125rem; }

.hs-input {
  width: 100% !important; }

/* Labels */
/* Help text - legends */
/* Inputs */
.input {
  position: relative; }

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select {
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  border: 0.0625rem solid rgba(112, 112, 112, 0.18);
  padding: 0 1rem;
  font-weight: 400;
  transition: background-color .4s ease-in-out; }

textarea {
  width: 100%;
  height: 7.25rem;
  line-height: 1.5;
  border: 0.0625rem solid rgba(112, 112, 112, 0.18);
  padding: 1.5rem 1rem;
  font-weight: 400; }

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  background: #E4E4E4; }

.hs-button {
  font-weight: 700;
  width: 100%;
  max-width: 9.25rem;
  float: left; }

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important; }

/* Validation */
.hs-error-msgs {
  margin: .3125rem 0px 0 6.875rem; }

/* Submit button */
/* Captcha */
.grecaptcha-badge {
  margin: 0 auto; }

.hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  width: 100%; }
  .hs-form-booleancheckbox-display .hs-input {
    width: auto !important; }

.inputs-list {
  list-style: none; 
}
.inputs-list.multi-container {
  display: flex;  
}
.inputs-list.multi-container li.hs-form-radio {
  padding-top: 20px;
}
.inputs-list.multi-container li.hs-form-radio input.hs-input {
  width: auto !important;
  margin-right: 10px;
}
.inputs-list.multi-container li.hs-form-radio label {
  margin-right: 10px;
}
.legal-consent-container {
  padding-right: 3.125rem; }

/* Table */
table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word; }

tbody + tbody {
  border-top: 2px solid #DEE2E6; }

/* Table Cells */
th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top; }

/* Table Header */
thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom; }

html {
  font-size: 24px; }

@media (max-width: 767px) {
  html {
    font-size: 18px; } }

@media (max-width: 480px) {
  html {
    font-size: 16px; } }

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  word-break: break-word;
  top: 0 !important; }

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all; }

/* Paragraphs */
p {
  font-size: 1rem;
  margin: 0 0 1.4rem; }

strong {
  font-weight: 700; }

/* Anchors */
a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: underline; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem; }

h1 {
  font-size: 2.1rem; }

h2 {
  font-size: 1.6rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.9rem; }

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0; }

ul.no-list {
  list-style: none; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Blockquotes */
blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px; }

/* Horizontal rules */
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px; }

/* Subscripts and superscripts */
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Focus styles */
:focus {
  outline: auto;
  outline-color: green; }

.disable-focus-styles :focus {
  outline: none; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

*, *:before, *:after {
  box-sizing: border-box; }

:root {
  /*css variables...*/ }

* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

html {
  height: 100%;
  font-size: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  font-size: 1rem;
  font-family: "DIN", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: black; }
  body.is-fixed {
    position: relative;
    overflow: hidden; }

.no-margin {
  margin: 0 !important; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "DattoDIN-bold", sans-serif;
  font-weight: 700;
  color: black; }

h1, .h1 {
  font-size: 3.125rem;
  line-height: 3.5rem; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 1.875rem;
      line-height: 2.375rem; } }

h2, .h2 {
  font-size: 1.625rem;
  line-height: 1.2; }

h3, .h3 {
  font-size: 1.25rem; }

.section-title {
  font-size: 2.25rem;
  margin: 0 0 2.25rem; }
  .section-title--small {
    font-size: 1.625rem; }

a {
  color: inherit;
  transition: all 0.25s ease-in-out; }

ul,
ol {
  padding-left: 1rem;
  list-style-position: outside;
  margin-bottom: 2rem; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }
  img.rounded {
    border-radius: 0.625rem; }

address {
  font-style: normal;
  margin-bottom: 1.25rem; }

.full-width-wrap {
  max-width: 1600px;
  padding: 0 5%;
  margin: 0 auto;
}
.wrap {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1279px) {
    .wrap {
      padding: 0 2.25rem;
      max-width: none; } }
  .wrap--header {
    width: 100%; }
    @media (min-width: 1280px) {
      .wrap--header {
        padding-left: 8%; } }
  @media (max-width: 1279px) {
    .wrap--m-full {
      padding: 0;
      max-width: 62.5rem; } }
  @media (max-width: 767px) {
    .wrap--facility-map {
      padding: 0; } }
  @media (min-width: 768px) {
    .wrap--facility-map {
      max-width: 90%;
      padding: 0;
      margin: 0 auto; } }

.bg--blue {
  background: #007AC9; }

.bg--grey {
  background: #E4E4E4; }

.block-padding--bottom-0 {
  padding: 3.125rem 0 0; }

.block-padding--50 {
  padding: 3.125rem 0; }

.block-padding--60 {
  padding: 3.75rem 0; }

.block-padding--66 {
  padding: 4.125rem 0; }

.block-padding--75 {
  padding: 4.6875rem 0; }

.block-padding--80 {
  padding: 5rem 0; }

.block-padding--96 {
  padding: 6rem 0; }

.block-padding--bottom-80 {
  padding-bottom: 5rem; }

.block-padding--bottom-97 {
  padding-bottom: 6.0625rem; }

.single-column {
  background: white;
  position: relative;
  z-index: 99999; }

.search-page {
  background: white;
  position: relative;
  z-index: 99999; }

.d-grid {
  display: -ms-grid;
  display: grid; }

.d-flex {
  display: flex; }

.d-block {
  display: block; }

.flex-wrap {
  flex-wrap: wrap; }

.justify-content-start {
  justify-content: flex-start; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.justify-content-end {
  justify-content: flex-end; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.align-items-center {
  align-items: center; }

.align-items-baseline {
  align-items: baseline; }

.align-items-stretch {
  align-items: stretch; }

.flex-row {
  flex-direction: row; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-column {
  flex-direction: column; }

.flex-column-reverse {
  flex-direction: column-reverse; }

@media (max-width: 767px) {
  .m-none {
    display: none !important; } }

@media (min-width: 768px) {
  .m-only {
    display: none; } }

@media (min-width: 1280px) {
  .m-t-only {
    display: none; } }

@media (max-width: 1279px) {
  .t-none {
    display: none; } }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 0.75s; }

.show-on-scroll {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all .8s ease-in-out; }
  .show-on-scroll .slide-up {
    transition-delay: .8s;
    opacity: 1;
    transform: translate3d(0, 3.125rem, 0);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
  .show-on-scroll .slide-left {
    transition-delay: .8s;
    transform: translate3d(-3.125rem, 0, 0);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
  .show-on-scroll .slide-right {
    transition-delay: .8s;
    transform: translate3d(3.125rem, 0, 0);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
  .show-on-scroll.is-visible {
    opacity: 1; }
    .show-on-scroll.is-visible .slide-up {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .show-on-scroll.is-visible .slide-left {
      transform: translate3d(0, 0, 0); }
    .show-on-scroll.is-visible .slide-right {
      transform: translate3d(0, 0, 0); }

ul.no-style {
  list-style: none;
  padding: 0;
  margin: 0; }

.box-shadow {
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.4s ease-in-out; }
  .box-shadow:hover {
    box-shadow: 0 0.5625rem 0.75rem rgba(0, 0, 0, 0.16); }

.colour--white {
  color: white; }

.colour--blue {
  color: #007AC9; }

.colour--black {
  color: black; }

/* @todo remove if redundant */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.footer__top {
  padding: 1.75rem 0; }

.footer .footer__main {
  background: #F7F7F7; }

.footer .footer__main__inner {
  margin: 0 -2.625rem; }
  @media (max-width: 767px) {
    .footer .footer__main__inner {
      margin: 0;
      justify-content: center;
      flex-wrap: wrap; } }

.footer .footer-logo {
  padding: 0 2.625rem; }
  @media (max-width: 767px) {
    .footer .footer-logo {
      padding: 0;
      margin-bottom: 2.5rem;
      display: flex;
      justify-content: center;
      width: 100%; } }

.footer .footer-menu {
  padding: 0 2.625rem; }
  @media (max-width: 767px) {
    .footer .footer-menu {
      padding: 0; } }

.footer .hs-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0; }

@media (max-width: 767px) {
  .footer .hs-menu-wrapper > ul {
    display: block;
    text-align: center; } }

@media (min-width: 768px) {
  .footer .hs-menu-wrapper > ul {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "menu-1 menu-2 menu-3 menu-4" "menu-1 menu-5 menu-6 .";
    -ms-grid-columns: 1fr 1.875rem 1fr 1.875rem 1fr 1.875rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 1.875rem; } }

.footer .hs-menu-wrapper > ul > .hs-menu-item > a {
  display: block;
  font-size: 1.125rem;
  margin-bottom: .375rem;
  font-weight: 700;
  pointer-events: none; }
  .footer .hs-menu-wrapper > ul > .hs-menu-item > a:hover {
    text-decoration: none; }

@media (max-width: 767px) {
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1 {
    margin-bottom: 1.875rem; } }

@media (min-width: 768px) {
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(1) {
    grid-area: menu-1; }
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(2) {
    grid-area: menu-2; }
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(3) {
    grid-area: menu-3; }
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(4) {
    grid-area: menu-4; }
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(5) {
    grid-area: menu-5; }
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(6) {
    grid-area: menu-6; } }

@media (min-width: 768px) {
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; }
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7; }
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 3; }
  .footer .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 5; } }

.footer .footer__bottom {
  padding: 2.5rem 0; }
  @media (max-width: 767px) {
    .footer .footer__bottom .footer__bottom__inner {
      flex-wrap: wrap; } }
  .footer .footer__bottom #hs_cos_wrapper_footer_copyright_text_ {
    font-size: .75rem; }
    @media (max-width: 767px) {
      .footer .footer__bottom #hs_cos_wrapper_footer_copyright_text_ {
        margin-bottom: 1.25rem; } }
  .footer .footer__bottom .footer__links {
    font-size: .75rem; }

.socials .icon-circle {
  margin: 0 .5rem; }

.footer__container.content-wrapper {
  padding: 1rem 0; }

#hero {
  position: relative;
  z-index: 99999;
  color: white; }
  #hero h1 {
    color: white;
    margin: 0 0 2.375rem; }
  #hero .banner__background {
    position: relative;
    padding: 7.875rem 6.25rem; }
    @media (max-width: 767px) {
      #hero .banner__background {
        margin-bottom: 2rem;
        padding: 0; } }
    #hero .banner__background .vidyard-player-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      @media (max-width: 767px) {
        #hero .banner__background .vidyard-player-container {
          position: static; } }
      #hero .banner__background .vidyard-player-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.32);
        z-index: 1; }
        @media (max-width: 767px) {
          #hero .banner__background .vidyard-player-container:before {
            content: none; } }
  #hero .background__inner {
    position: relative;
    z-index: 1;
    max-width: 33.75rem; }
  #hero .button, #hero .hs-button {
    min-width: 12.5rem; }
  #hero p {
    margin: 0 0 2.5rem; }
  #hero .hero-content {
    color: black; }
    #hero .hero-content h1 {
      color: black; }
    #hero .hero-content .button, #hero .hero-content .hs-button {
      width: 100%; }

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .video-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    z-index: 1; }
    @media (max-width: 767px) {
      .video-background:before {
        content: none; } }
  .video-background video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.box-banner {
  position: relative;
  z-index: 99999; }
  .box-banner__inner {
    position: relative; }
    @media (min-width: 768px) {
      .box-banner__inner {
        min-height: calc(100vh - 16.25rem); } }
    @media (min-width: 1440px) {
      .box-banner__inner {
        min-height: 0;
        height: 37.5rem; } }
    @media (max-width: 767px) {
      .box-banner__inner .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; } }
    .box-banner__inner:after {
      content: '';
      background: #F7F7F7;
      position: absolute;
      width: calc(50vw + 145px);
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1; }
      @media (max-width: 767px) {
        .box-banner__inner:after {
          content: none; } }
  .box-banner__content {
    max-width: 50%;
    padding: 1.75rem 0 4.125rem; }
    @media (max-width: 1279px) {
      .box-banner__content {
        max-width: none;
        width: 50%;
        padding: 1.75rem 2.25rem; } }
    @media (max-width: 767px) {
      .box-banner__content {
        margin-top: -4rem;
        max-width: none;
        width: 100%;
        padding: 5rem 1.75rem 2.25rem;
        background: #F7F7F7; } }
  .box-banner h1 {
    margin: 0 0 2.375rem; }
    @media (max-width: 767px) {
      .box-banner h1 {
        margin: 0 0 2.25rem; } }
  .box-banner__image {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw - 5rem);
    overflow: hidden; }
    .box-banner__image:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 4rem;
      height: 4rem;
      background: #007AC9; }
    @media (max-width: 767px) {
      .box-banner__image {
        float: right;
        position: relative;
        width: calc(100% - 2.25rem);
        max-width: none; } }
    .box-banner__image .image {
      display: block;
      width: 100%;
      height: calc(100vh - 20rem);
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 1280px) {
        .box-banner__image .image {
          max-height: 33.5rem;
          min-height: 29.6875rem; } }
      @media (max-height: 675px) {
        .box-banner__image .image {
          min-height: 27rem; } }

#breadcrumb {
  margin-bottom: 3.125rem; }
  #breadcrumb .breadcrumb_item {
    font-size: .875rem;
    color: black; }
  #breadcrumb .breadcrumb_item-link {
    color: #767575;
    text-decoration: underline; }
  #breadcrumb .delimiter {
    color: #767575; }
  @media (max-width: 767px) {
    #breadcrumb {
      display: none; } }

#hero_map {
  position: relative;
  z-index: 99999; }
  #hero_map .facility-select {
    max-width: 18.375rem; }
  #hero_map .box-banner__inner {
    height: auto; }

.box-banner__image-map {
  height: 80%; }
  .box-banner__image-map:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    width: 4rem;
    height: 4rem;
    z-index: 1; }
  .box-banner__image-map .map__map {
    width: 100%; }

.box-banner__content .facility_selector {
  width: 18.25rem; }
  .box-banner__content .facility_selector .facility-select {
    max-width: none;
    width: 100%; }

.icon-row {
  padding: 1.875rem 0; }
  .icon-row__container {
    padding: 0 4.6875rem; }
    @media (max-width: 767px) {
      .icon-row__container {
        padding: 0; } }
  .icon-row .icon-single {
    width: 11.5rem; }
    @media (max-width: 767px) {
      .icon-row .icon-single {
        display: inline-flex !important;
        justify-content: center; } }
    .icon-row .icon-single svg {
      margin-right: 1.25rem; }

.facility-map {
  padding: 2.5rem 0;
  background: #dbdbdb;
  position: relative;
  z-index: 99999; }
  .facility-map .map-heading {
    margin-bottom: 4rem; }
    @media (max-width: 767px) {
      .facility-map .map-heading {
        margin: 0;
        padding: 0 20px; } }
  .facility-map .section-title {
    margin: 0 0 1.5rem; }

.tt_sm {
  position: relative;
  background: #e98300;
  color: #fff;
  text-align: center;
  padding: 10px 40px;
  width: auto;
  box-shadow: 4px 4px 8px black; }

.force-display {
  display: block !important; }

.force-display .tt_sm:not(.tt_sm_location) {
  display: none; }

.tt_name_sm {
  display: none; }

.xmark_sm {
  cursor: pointer;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  z-index: 1; }
  .xmark_sm img {
    display: block; }

.xmark_sm:hover {
  opacity: .8; }

.popup_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
  background: #DADADA;
  color: black;
  border-radius: 0;
  box-shadow: none;
  box-shadow: 4px 4px 8px black; }
  .popup_content:hover {
    text-decoration: none; }
    .popup_content:hover .popup_image img {
      transform: scale(1.1); }

button.popup_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: #009B48;
  text-decoration: none;
  cursor: pointer; }

.popup_address {
  text-align: left;
  background: #DADADA;
  padding: 25px 30px; }

.popup_address .address {
  margin-bottom: 60px; }

.popup_address .country {
  font-size: 16px;
  font-family: "DattoDIN-bold",sans-serif;
  margin-bottom: 20px; }

.popup_image {
  width: 100%;
  height: 150px;
  overflow: hidden; }
  .popup_image img {
    transition: transform .4s ease-in-out; }

.popup_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

#map_breadcrumb {
  margin-bottom: 2.5rem; }

#map_breadcrumb .delimiter {
  margin: 0 .625rem; }

#map_breadcrumb .breadcrumb_item {
  padding: 0;
  margin: 0;
  background: none;
  border: none; }

#map_breadcrumb .breadcrumb_item:hover {
  text-decoration: none;
  font-weight: bold; }

#map_breadcrumb .breadcrumb_item.current {
  text-decoration: none;
  pointer-events: none;
  font-weight: bold; }

#simplemap_outer {
  display: none; }

#simplemap circle {
  transition: all .4s ease-in-out; }

#simplemap.marker-halo circle {
  stroke: #0c78bd;
  stroke-opacity: .5; }

#simplemap.marker-halo circle:hover {
  stroke-opacity: 1;
  stroke-width: 50px;
  r: 6px; }

/*#simplemap.marker-halo.state circle {
    stroke-width: 90px;
}*/
#simplemap circle.expand {
  transform: scale(1); }

#simplemap circle.expand.shrink {
  transform: scale(0.5); }

#simplemap_outer {
  display: none; }

@media (max-width: 767px) {
  #map_breadcrumb {
    padding: 0 2.25rem; } }

@media (min-width: 996px) {
  #simplemap_zoom {
    display: none; } }

.map__container {
  margin: 0 -1.125rem; }
  @media (max-width: 767px) {
    .map__container {
      margin: 0;
      flex-wrap: wrap; } }
  .map__container .map__content {
    width: 30%;
    padding: 0 1.125rem; }
    @media (max-width: 767px) {
      .map__container .map__content {
        order: 2;
        width: 100%;
        padding: 0; } }
    .map__container .map__content .button, .map__container .map__content .hs-button {
      min-width: 8.75rem; }
      @media (max-width: 767px) {
        .map__container .map__content .button, .map__container .map__content .hs-button {
          width: 100%; } }
  .map__container .map__map {
    width: 70%;
    padding: 0 1.125rem; }
    .map__container .map__map svg {
      width: 100%;
      height: auto; }
    .map__container .map__map svg circle, .map__container .map__map svg path {
      transition: opacity .4s ease-in-out; }
    .map__container .map__map.north-america circle:not(.us-dot), .map__container .map__map path {
      opacity: .5; }
    .map__container .map__map.europe circle:not(.eu-dot), .map__container .map__map path {
      opacity: .5; }
    .map__container .map__map.asia circle:not(.as-dot), .map__container .map__map path {
      opacity: .5; }
    .map__container .map__map.oceania circle:not(.oc-dot), .map__container .map__map path {
      opacity: .5; }
    @media (max-width: 767px) {
      .map__container .map__map {
        order: 1;
        width: 100%;
        padding: 0;
        margin: 0 0 3.75rem; } }

.facility-select {
  width: 100%;
  height: 3.75rem;
  background: white;
  padding: 0 1.125rem;
  margin-bottom: .9375rem; }

#map {
  height: 22.75rem; }

.two-column-content.has-shape {
  position: relative;
  overflow: hidden; }
  .two-column-content.has-shape .wrap {
    position: relative;
    z-index: 1; }

.two-column-content.bg--grey {
  position: relative;
  overflow: hidden; }
  .two-column-content.bg--grey .wrap {
    position: relative;
    z-index: 1; }

.two-column-content .bg-shape {
  position: absolute;
  right: 0;
  top: -1.25rem; }
  @media (max-width: 767px) {
    .two-column-content .bg-shape {
      display: none; } }

.two-column-content h2 {
  margin: 0 0 2.5rem; }

.columns-content {
  margin: 0 -2.5rem; }
  @media (max-width: 767px) {
    .columns-content {
      margin: 0; } }
  .columns-content .column-content__single {
    width: 50%;
    padding: 0 2.5rem; }
    .columns-content .column-content__single strong {
      font-size: 1.625rem;
      color: #007AC9;
      line-height: 1.2; }
      @media (max-width: 767px) {
        .columns-content .column-content__single strong {
          font-size: 1.25rem; } }
    .columns-content .column-content__single .button, .columns-content .column-content__single .hs-button {
      margin-top: 0.125rem; }
      @media (max-width: 767px) {
        .columns-content .column-content__single .button, .columns-content .column-content__single .hs-button {
          width: 100%;
          margin: 0; } }
    @media (max-width: 767px) {
      .columns-content .column-content__single {
        width: 100%;
        padding: 0;
        margin-bottom: 1.875rem; } }
  .columns-content.colour--white h2, .columns-content.colour--white h3, .columns-content.colour--white h4, .columns-content.colour--white h5, .columns-content.colour--white h6 {
    color: white; }
  .columns-content a {
    text-decoration: underline; }

.three-column-content .columns-content {
  margin: 0 -1.875rem; }
  @media (max-width: 767px) {
    .three-column-content .columns-content {
      margin: 0; } }
  .three-column-content .columns-content .column-content__single {
    width: calc(100% / 3);
    padding: 0 1.875rem; }
    @media (max-width: 767px) {
      .three-column-content .columns-content .column-content__single {
        width: 100%;
        padding: 0; } }

@media (max-width: 767px) {
  .stats {
    flex-wrap: wrap; } }

.stat {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.5rem;
  display: block;
  margin-bottom: 1.875rem; }

.filter-nav {
  margin-bottom: 2.5rem; }
  .filter-nav .filter-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 2.375rem;
    background: white;
    margin-right: .625rem;
    border: 0.0625rem solid #007AC9;
    padding: 0 1.125rem;
    color: #007AC9;
    transition: background .4s ease-in-out, color .4s ease-in-out; }
    .filter-nav .filter-button:hover {
      background: #007AC9;
      color: white; }
    .filter-nav .filter-button.is-active {
      background: #007AC9;
      color: white; }

.filter-select {
  width: 100%;
  background: #007AC9;
  color: white;
  height: 3.25rem;
  margin-bottom: 2.5rem; }
  .filter-select:focus {
    outline: none;
    background: #007AC9; }

@media (min-width: 1280px) {
  .filter-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .625rem 1fr .625rem 1fr .625rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 16.25rem .625rem 16.25rem .625rem 16.25rem;
    grid-template-rows: repeat(3, 16.25rem);
    grid-gap: .625rem;
        grid-template-areas: "area-1 area-2 area-3 area-3" "area-1 area-4 area-4 area-5" "area-6 area-7 area-8 area-8"; } }

.filter-grid .filter__item {
  margin-bottom: .875rem;
  display: block; }
  @media (min-width: 1280px) {
    .filter-grid .filter__item {
      margin: 0; }
      .filter-grid .filter__item-1 {
        grid-area: area-1; }
      .filter-grid .filter__item-2 {
        grid-area: area-2; }
      .filter-grid .filter__item-3 {
        grid-area: area-3; }
      .filter-grid .filter__item-4 {
        grid-area: area-4; }
      .filter-grid .filter__item-5 {
        grid-area: area-5; }
      .filter-grid .filter__item-6 {
        grid-area: area-6; }
      .filter-grid .filter__item-7 {
        grid-area: area-7; }
      .filter-grid .filter__item-8 {
        grid-area: area-8; } }
  @media (min-width: 1280px) {
  .filter-grid .filter__item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1; }
  .filter-grid .filter__item-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .filter-grid .filter__item-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3; }
  .filter-grid .filter__item-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3; }
  .filter-grid .filter__item-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 7; }
  .filter-grid .filter__item-6 {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
  .filter-grid .filter__item-7 {
    -ms-grid-row: 5;
    -ms-grid-column: 3; }
  .filter-grid .filter__item-8 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3; } }
  .filter-grid .filter__item .filter__item-head {
    position: relative;
    padding: 1.5rem 1.375rem;
    color: white;
    height: 100%;
    transition: max-height .4s ease-in-out; }
    @media (min-width: 1280px) {
      .filter-grid .filter__item .filter__item-head {
        max-height: 4.375rem;
        overflow: hidden; } }
    .filter-grid .filter__item .filter__item-head:before {
      content: '';
      background: #007AC9;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      mix-blend-mode: multiply; }
    .filter-grid .filter__item .filter__item-head__content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      position: relative;
      z-index: 1; }
    .filter-grid .filter__item .filter__item-head h3 {
      color: white;
      margin: 0 0 4.625rem;
      line-height: 1; }
      @media (min-width: 1280px) {
        .filter-grid .filter__item .filter__item-head h3 {
          margin: 0 0 1.625rem;
          font-size: 1.1875rem; } }
  .filter-grid .filter__item:hover {
    text-decoration: none; }
    @media (min-width: 1280px) {
      .filter-grid .filter__item:hover .filter__item-head {
        max-height: 100%; } }
  .filter-grid .filter__item.hide {
    display: none; }

.image-content__container {
  margin-bottom: 5rem; }
  @media (max-width: 767px) {
    .image-content__container {
      margin-bottom: 2.625rem; } }
  .image-content__container .image {
    width: 50%; }
    @media (max-width: 767px) {
      .image-content__container .image {
        width: 100%;
        margin-bottom: 3.625rem; } }
  .image-content__container .content {
    width: 50%;
    padding-left: 3.75rem; }
    .image-content__container .content.padding-right {
      padding-left: 0;
      padding-right: 3.75rem; }
    @media (max-width: 767px) {
      .image-content__container .content {
        width: 100%;
        padding: 0 !important; } }

.image-row {
  margin: 0 -.75rem;
  justify-content: center;
  align-items: center; }
  @media (min-width: 996px) {
    .image-row {
      justify-content: space-between; } }
  .image-row img {
    width: 50%;
    padding: 0 .75rem;
    margin-bottom: 1.125rem; }
    @media (min-width: 768px) {
      .image-row img {
        width: auto; } }
    @media (min-width: 996px) {
      .image-row img {
        width: 10.5rem; } }

.carousel h2 {
  font-size: 2.25rem;
  color: white; }

.carousel .section-header {
  margin-bottom: 4.25rem; }
  .carousel .section-header h2 {
    margin: 0 0 1rem; }
  .carousel .section-header h3 {
    margin: 0; }

.carousel .carousel-container--content {
  width: 50%;
  padding-left: 6.875rem; }
  @media (max-width: 995px) {
    .carousel .carousel-container--content {
      padding-left: 2.5rem; } }
  @media (max-width: 767px) {
    .carousel .carousel-container--content {
      width: 100%;
      padding: 0; } }
  .carousel .carousel-container--content p {
    font-size: 1.25rem; }
  .carousel .carousel-container--content h3 {
    color: white;
    font-size: 1rem;
    margin: 0 0 2.5rem; }

.carousel .carousel-container--image {
  width: 50%;
  position: relative; }
  .carousel .carousel-container--image .quotemark {
    position: absolute;
    top: -3rem;
    right: 0;
    width: 8.625rem;
    height: 8.125rem;
    z-index: 1; }
  .carousel .carousel-container--image img {
    width: 100%; }
  @media (max-width: 767px) {
    .carousel .carousel-container--image {
      margin-bottom: 2rem;
      width: 100%;
      padding: 0; } }

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .slick-dots {
      justify-content: center; } }
  .slick-dots button {
    padding: 0;
    margin: 0 .375rem 0 0;
    background: none;
    border: 0.0625rem solid white;
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    text-indent: -99999px; }
  .slick-dots .slick-active button {
    background: white; }

@media (max-width: 767px) {
  .blog-carousel {
    overflow: hidden; } }

.blog-carousel h2 {
  font-size: 2.25rem;
  margin: 0 0 2rem; }

.blog-carousel__container {
  margin-bottom: 4.8125rem; }
  .blog-carousel__container .slick-list {
    overflow: visible !important; }

.card {
  padding: 0 .3125rem; }
  .card .card__img {
    margin: 0 0 1.625rem;
    width: 100%;
    height: 11rem;
    -o-object-fit: cover;
       object-fit: cover; }
  .card .byline {
    color: #007AC9;
    font-size: 1rem; }
    .card .byline .tag {
      text-decoration: underline; }
  .card .card__title {
    font-size: 1.25rem;
    text-decoration: underline; }
  .card .cta svg {
    width: 1.5rem;
    height: 1.125rem; }
  .card:hover {
    text-decoration: none; }

.slick-arrows .slick-arrow {
  cursor: pointer;
  background: #007AC9;
  border: .0625rem solid transparent;
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .4s ease-in-out, border-color .4s ease-in-out; }
  .slick-arrows .slick-arrow svg path {
    transition: fill .4s ease-in-out; }
  .slick-arrows .slick-arrow:hover {
    background: white;
    border-color: #007AC9; }
    .slick-arrows .slick-arrow:hover svg path {
      fill: #007AC9; }
  .slick-arrows .slick-arrow--white {
    background: white;
    border-color: white; }
    .slick-arrows .slick-arrow--white svg path {
      fill: #007AC9; }
    .slick-arrows .slick-arrow--white:hover {
      background: #007AC9;
      border-color: white; }
      .slick-arrows .slick-arrow--white:hover svg path {
        fill: white; }

.cta-box {
  background: #E98300;
  padding: 1.5625rem 3.125rem; }
  @media (max-width: 767px) {
    .cta-box {
      padding: 1.875rem; } }
  .cta-box svg {
    width: 8.75rem;
    height: 7.0625rem; }
    @media (min-width: 768px) {
      .cta-box svg {
        margin-right: 3.75rem; } }
  .cta-box h2 {
    color: white;
    font-size: 1.625rem; }
  .cta-box .button, .cta-box .hs-button {
    width: 8.75rem; }
  @media (max-width: 767px) {
    .cta-box {
      flex-direction: column; }
      .cta-box h2 {
        order: 1;
        margin-bottom: 2.8125rem; }
      .cta-box svg {
        order: 2;
        margin-bottom: 1.25rem;
        align-self: flex-end; }
      .cta-box .button, .cta-box .hs-button {
        order: 3;
        width: 100%; } }
  .cta-box .form-container {
    width: calc(100% - 8.75rem); }
    @media (max-width: 767px) {
      .cta-box .form-container {
        width: 100%;
        margin-bottom: 2.5rem; } }
  .cta-box form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      .cta-box form {
        flex-wrap: wrap;
        justify-content: center; } }
    .cta-box form:before, .cta-box form:after {
      content: none; }
    .cta-box form .hs-form-field {
      display: block;
      margin: 0;
      padding: 0;
      width: 23.75rem;
      max-width: 100%; }
      @media (max-width: 767px) {
        .cta-box form .hs-form-field {
          margin-bottom: 1.875rem; } }
      .cta-box form .hs-form-field label {
        display: none; }

.large-image h2 {
  font-size: 2.25rem;
  margin: 0 0 3.75rem; }

.large-image img {
  width: 100%; }

.form-section h2 {
  font-size: 2.25rem;
  margin: 0 0 3rem; }

.card__horizontal {
  background: #E4E4E4;
  padding: 1.375rem 1.75rem;
  margin-bottom: 1.25rem; }
  @media (max-width: 767px) {
    .card__horizontal {
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .card__horizontal .card__content {
      width: 100%;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .card__horizontal .button, .card__horizontal .hs-button {
      width: 100%; } }
  .card__horizontal .card__image {
    margin-right: 2.25rem;
    max-width: 11.875rem; }
    @media (max-width: 767px) {
      .card__horizontal .card__image {
        margin: 0 0 1rem;
        max-width: none;
        width: 100%; } }
    .card__horizontal .card__image img {
      display: block;
      width: 100%; }
  @media (max-width: 767px) {
    .card__horizontal .card__address {
      margin-bottom: 1rem; } }
  .card__horizontal .card__address h3 {
    margin: 0; }
  .card__horizontal .card__address address {
    font-style: normal;
    max-width: 11.875rem; }
  .card__horizontal .button, .card__horizontal .hs-button {
    width: 8.75rem; }
    @media (max-width: 767px) {
      .card__horizontal .button, .card__horizontal .hs-button {
        width: 100%; } }

.team-row {
  margin: 0 -1.875rem; }
  @media (max-width: 767px) {
    .team-row {
      flex-wrap: wrap;
      margin: 0;
      justify-content: center; } }

.team__single {
  margin-bottom: 1.875rem; }
  @media (max-width: 575px) {
    .team__single {
      flex-wrap: wrap;
      justify-content: center; } }
  .team__single__image {
    width: 30%; }
    @media (max-width: 575px) {
      .team__single__image {
        width: 100%; } }
    .team__single__image img {
      width: 100%; }
  .team__single__content {
    width: 70%;
    padding-left: 3.4375rem; }
    @media (max-width: 575px) {
      .team__single__content {
        width: 100%;
        padding: 0; } }
    .team__single__content .name {
      margin: 0; }
    .team__single__content .role {
      margin: 0 0 1.5rem; }
  .team__single--vert {
    padding: 0 1.875rem; }
    @media (max-width: 767px) {
      .team__single--vert {
        padding: 0; } }
    .team__single--vert .team__single__image {
      width: auto; }
    .team__single--vert .team__single__content {
      width: auto;
      padding: 0; }

.icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  border: 0.0625rem solid #007AC9;
  transition: background .4s ease-in-out; }
  .icon-circle svg path, .icon-circle svg rect {
    transition: fill .4s ease-in-out; }
  .icon-circle:hover {
    background: #007AC9; }
    .icon-circle:hover svg path, .icon-circle:hover svg rect {
      fill: white; }
  .icon-circle--white {
    border-color: white; }
    .icon-circle--white:hover {
      background: white; }
      .icon-circle--white:hover svg path, .icon-circle--white:hover svg rect {
        fill: #007AC9; }

.timeline__container .slick-list {
  overflow: visible; }

.timeline__item .year {
  font-size: 2.25rem;
  margin: 0 0 1.875rem; }

.timeline__item .sep--timeline {
  display: block;
  background: white;
  height: .0625rem;
  width: 100%;
  margin-bottom: 2.25rem; }

.timeline__item .timeline__content {
  padding-right: 3.75rem; }
  .timeline__item .timeline__content h4 {
    font-size: 1.25rem; }

.accordian_section {
  padding-top: 0; }

.accordian .accordian__single {
  margin-bottom: 1.25rem; }
  .accordian .accordian__single--blue {
    --accordian-main-colour: #007AC9;
    --accordian-main-colour_hover: #005b96; }
  .accordian .accordian__single--green {
    --accordian-main-colour: #009B48;
    --accordian-main-colour_hover: #006830; }
  .accordian .accordian__single--orange {
    --accordian-main-colour: #E98300;
    --accordian-main-colour_hover: #b66600; }
  .accordian .accordian__single .accordian__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.0625rem solid var(--accordian-main-colour);
    cursor: pointer; }
    .accordian .accordian__single .accordian__head .accordian-title {
      font-size: 1.625rem;
      text-transform: uppercase;
      margin: 0; }
    .accordian .accordian__single .accordian__head .accordian-button {
      display: flex;
      justify-content: center;
      align-items: center;
      background: var(--accordian-main-colour);
      width: 3.375rem;
      min-width: 3.375rem;
      height: 3.375rem;
      transition: background-color .4s ease-in-out; }
      .accordian .accordian__single .accordian__head .accordian-button .plus {
        position: relative;
        width: 1.25rem;
        height: 1.25rem; }
        .accordian .accordian__single .accordian__head .accordian-button .plus:before, .accordian .accordian__single .accordian__head .accordian-button .plus:after {
          content: "";
          position: absolute;
          top: .4375rem;
          left: 0;
          background: white;
          width: 100%;
          height: .0625rem;
          height: .3125rem; }
        .accordian .accordian__single .accordian__head .accordian-button .plus:after {
          transform: rotate(90deg);
          transition: transform .4s ease-in-out; }
        .accordian .accordian__single .accordian__head .accordian-button .plus.flip:after {
          transform: rotate(0deg); }
    .accordian .accordian__single .accordian__head:hover .accordian-button {
      background: var(--accordian-main-colour_hover); }
  .accordian .accordian__single .accordian__body {
    background: #F7F7F7;
    margin: 0 3.375rem 0 .875rem;
    padding: 1.125rem 1rem;
    display: none; }
    @media (max-width: 767px) {
      .accordian .accordian__single .accordian__body {
        margin: 0; } }
    .accordian .accordian__single .accordian__body p {
      margin: 0; }
  .accordian .accordian__single.first .accordian__body {
    display: block; }

.job-card {
  padding: 0 .3125rem;
  margin-bottom: .875rem;
  flex: 0 50%; }
  @media (max-width: 767px) {
    .job-card {
      flex: 0 100%; } }
  .job-card__inner {
    padding: 1.375rem 1.625rem;
    transition: background .4s ease-in-out, color .4s ease-in-out; }
  .job-card__details {
    margin-bottom: 1rem; }
    .job-card__details .detail {
      margin-right: .75rem; }
  .job-card h3 {
    font-size: 1.625rem;
    transition: color .4s ease-in-out; }
  .job-card svg path {
    transition: fill .4s ease-in-out; }
  .job-card:hover {
    text-decoration: none; }
    .job-card:hover .job-card__inner {
      background: #007AC9;
      color: white; }
      .job-card:hover .job-card__inner h3 {
        color: white;
        text-decoration: underline; }
      .job-card:hover .job-card__inner svg path {
        fill: white; }

.job-nav {
  margin-bottom: 2.5rem; }
  .job-nav .job-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 2.375rem;
    background: white;
    margin-right: .625rem;
    border: 0.0625rem solid #007AC9;
    padding: 0 1.125rem;
    color: #007AC9;
    transition: background .4s ease-in-out, color .4s ease-in-out; }
    .job-nav .job-button:hover {
      background: #007AC9;
      color: white; }
    .job-nav .job-button.is-active {
      background: #007AC9;
      color: white; }

.job-cat-select {
  width: 100%;
  background: #007AC9;
  color: white;
  height: 3.25rem;
  margin-bottom: 2.5rem; }
  .job-cat-select:focus {
    outline: none;
    background: #007AC9; }

.search-page .hs-search-results__listing li {
  background: #F7F7F7;
  padding: 1.375rem 1.625rem;
  transition: background .4s ease-in-out, color .4s ease-in-out;
  color: black;
  margin-bottom: 1.25rem; }
  .search-page .hs-search-results__listing li a {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.875rem;
    display: block; }
  .search-page .hs-search-results__listing li:hover {
    background: #007AC9;
    color: white; }

body.hubspot-disable-focus-styles .header {
  position:static !important;
}
.header {
  z-index: 999999;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s ease-in-out; }
  .header:not(.top).pin {
    transform: translateY(0); }
    .mobile-phone-link{
      display:none;
    }

@media (max-width: 995px) {
  .header__columns {
    height: 5rem; } }

.header__column {
  position: relative;
  z-index: 99999; }
  .header__column--logo {
    background: white;
    padding: 0 1.375rem; }
    .header__column--logo img {
      width: 11.25rem !important; }
  .header__column--menu {
    width: 100%;
    background: #007AC9;
    padding: 0 1.875rem; }
    .header__column--menu:after {
      content: none;
      background: #007AC9;
      width: 100%;
      height: 27rem;
      position: absolute;
      top: 100%;
      right: 0; }
      @media (max-width: 767px) {
        .header__column--menu:after {
          content: none; } }
    @media (max-width: 995px) {
      .header__column--menu {
        width: 13rem; padding: 0 1.875rem 0 0; }
       
        .header__menus--left{
          display: none;
        }
        .header__menus--right  .header__mega-menu {
          margin-left: 1.875rem;
      }
        }

@media(max-width:1279px){
   .mobile-phone-link{
              background: #2e9b48;
    height: 100%;
    display: flex;
    align-items: center;
    width: 80px;
    justify-content: center;
        }
}

.header .hs-menu-wrapper {
  margin-right: 2.5rem; }
  @media (max-width: 995px) {
    .header .hs-menu-wrapper {
      display: none; } }
  .header .hs-menu-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6.625rem;
    margin: 0 -.8125rem; }
    .header .hs-menu-wrapper ul .hs-menu-item {
      height: 100%;
      padding: 0 .8125rem;
      display: inline-flex;
      align-items: center;
      position: relative;
      overflow: hidden; }
      .header .hs-menu-wrapper ul .hs-menu-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        background: white;
        height: .5625rem;
        width: calc(100% - 1.625rem);
        transform: translateY(0.5625rem);
        transition: transform .4s ease-in-out; }
      .header .hs-menu-wrapper ul .hs-menu-item:hover:after {
        transform: translateY(0); }
      .header .hs-menu-wrapper ul .hs-menu-item a {
        list-style: none;
        color: white;
        font-size: 1rem;
        font-weight: 400; }
        .header .hs-menu-wrapper ul .hs-menu-item a:hover {
          text-decoration: none; }

.header-link {
  color: white;
  font-size: .875rem;
  font-weight: 400; 
  transition: all 0.3s;}
.button.header-link:hover{
  background-color: #fff;
  border: 1px solid #fff;
}
.goog-te-combo {
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  background: none;
  color: #fff;
  border: none;
  width: 120px; }
  .goog-te-combo option {
    color: #000; }

.goog-te-gadget {
  color: transparent !important; }
  .goog-te-gadget select:focus {
    outline: none;
    background: transparent;
    border: none; }
  .goog-te-gadget span {
    display: none; }

#google_translate_element {
  position: absolute;
    left: -170px;
    top: -14px; }
header.multi-lang .sub-nav {
  display: flex;
  align-items: center;
}
header.multi-lang .sub-nav .lang-switcher {
  margin: 0 20px;
}
header.multi-lang .sub-nav .lang_list_class {
  width: 200px;
}
header.multi-lang .sub-nav .lang_list_class .lang_switcher_link {
  font-size: 1rem;
}
header.multi-lang .sub-nav .lang_switcher_class .globe_class {
  background-image: url("https://6992389.fs1.hubspotusercontent-na1.net/hubfs/6992389/globe.svg");
}
@media (max-width: 1279px) {
  header.multi-lang .sub-nav a.header-link {
    display: none;
  }
}
@media (max-width: 995px) {
  header.multi-lang .header__column--menu {
    width: 15rem;
  }
}
.sub-nav {
  position: relative;
 }
  .sub-nav .header-link {
    padding: 10px;     display: inline;
    padding: 20px 30px;}
  @media (max-width: 1279px) {
    .sub-nav {
      display: none; } }

.header__mega-menu .search-button {
  margin-right: 1.25rem; }
  .header__mega-menu .search-button svg {
    width: .75rem;
    height: .75rem; }

.burger {
  cursor: pointer;
  width: .8125rem; }
  .burger:focus {
    outline: none; }
  .burger span {
    display: block;
    height: .125rem;
    background: white;
    transition: all .4s ease-in-out; }
  .burger span.middle {
    width: .8125rem; }
  .burger span.top {
    width: .625rem;
    transform: translateY(-0.25rem); }
  .burger span.bottom {
    width: .5rem;
    transform: translateY(0.25rem); }
  .burger:hover span.middle {
    width: .5rem; }
  .burger:hover span.top, .burger:hover span.bottom {
    width: .8125rem; }
  .burger.is-active span.top {
    transform: rotate(45deg) translate(0.1875rem, 0);
    width: 1rem; }
  .burger.is-active span.middle {
    width: 0; }
  .burger.is-active span.bottom {
    transform: rotate(-45deg) translate(0.1875rem, 0);
    width: 1rem; }

.header__mega-menu {
  margin-left: 2.875rem; }

#mega-menu {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99999999;
  transform: translateY(calc(-100% - 6.625rem));
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
  @media (max-width: 767px) {
    #mega-menu {
      top: 75px; } }
  #mega-menu.is-active {
    transform: translateY(0); }
    #mega-menu.is-active .wrap {
      transition-delay: .4s;
      opacity: 1; }

@media (min-width: 768px) {
  #mega-menu {
    padding: 6.25rem 0; }
    #mega-menu .wrap {
      opacity: 0;
      transition: opacity .4s ease-in-out; }
    #mega-menu .hs-menu-wrapper > ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap; }
      #mega-menu .hs-menu-wrapper > ul .hs-menu-item {
        flex: 1 1 30%; }
    #mega-menu .hs-menu-wrapper .hs-menu-item a {
      color: white;
      font-size: .875rem; }
    #mega-menu .hs-menu-wrapper .hs-menu-depth-1 {
      margin-bottom: 2.5rem; }
      #mega-menu .hs-menu-wrapper .hs-menu-depth-1 > a {
        font-family: "DattoDIN-bold", sans-serif;
        font-weight: 700;
        font-size: 1.625rem;
        margin-bottom: .875rem;
        text-decoration: none; }
    #mega-menu .hs-menu-wrapper .hs-menu-children-wrapper {
      list-style: none;
      padding: 0;
      margin: 0; }
      #mega-menu .hs-menu-wrapper .hs-menu-children-wrapper li a {
        font-size: .875rem;
        margin-bottom: .5rem; } }

@media (max-width: 767px) {
  #mega-menu {
    height: calc(100vh - 5rem);
    overflow: scroll; }
    #mega-menu .wrap {
      padding: 0; }
    #mega-menu .hs-menu-wrapper > ul {
      position: relative;
      list-style: none;
      padding: 0;
      margin: 0;
      transition: transform .4s ease-in-out; }
      #mega-menu .hs-menu-wrapper > ul.is-active {
        transform: translateX(-100%); }
    #mega-menu .hs-menu-wrapper .hs-menu-item a, #mega-menu .hs-menu-wrapper .hs-menu-item button {
      border-top: 0.0625rem solid white;
      padding: 1.625rem 0;
      color: white;
      font-size: 1.625rem;
      height: 4.375rem;
      display: flex;
      align-items: center;
      padding: 0 1.875rem;
      width: 100%; }
    #mega-menu .hs-menu-wrapper .hs-menu-item button img {
      transform: rotate(180deg); }
    #mega-menu .hs-menu-wrapper .hs-menu-item:last-child {
      border-bottom: 0.0625rem solid white; }
    #mega-menu .hs-menu-wrapper .hs-item-has-children > a {
      position: relative; }
      #mega-menu .hs-menu-wrapper .hs-item-has-children > a:after {
        content: '';
        background: url(https://8142037.fs1.hubspotusercontent-na1.net/hubfs/8142037/03.%20Website%20Pages/caret.svg) no-repeat center center scroll;
        background-size: .6875rem 1.375rem;
        position: absolute;
        top: 1.5rem;
        right: 1.875rem;
        width: .6875rem;
        height: 1.375rem; }
    #mega-menu .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper {
      display: none;
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      list-style: none; }
      #mega-menu .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper.current {
        display: block; } }

#search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007AC9;
  transform: translateX(100%);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
  #search .burger {
    position: absolute;
    top: 3.125rem;
    right: 2.5rem; }
  #search #hs_cos_wrapper_search_input {
    width: 100%;
    max-width: 34.375rem;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
  #search .hs-search-field__input {
    background: transparent;
    border: none;
    padding: 0 0;
    border-bottom: 0.0625rem solid white;
    height: 1.875rem;
    color: white; }
    #search .hs-search-field__input:focus {
      outline: none; }
    #search .hs-search-field__input::-moz-placeholder {
      color: white; }
    #search .hs-search-field__input:-ms-input-placeholder {
      color: white; }
    #search .hs-search-field__input::placeholder {
      color: white; }
  #search.is-active {
    transform: translateY(0); }
    #search.is-active #hs_cos_wrapper_search_input {
      opacity: 1;
      transition-delay: .2s; }

.body-container-wrapper {
  margin-top: 106px; }

.body-container--blog-index .blog-header {
  position: relative;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-image: url("https://8924359.fs1.hubspotusercontent-na1.net/hubfs/8924359/tes-website-2020/assets/img/blogBG@2x.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  min-height: 29.1875rem; }
  .body-container--blog-index .blog-header h1,
  .body-container--blog-index .blog-header h4 {
    color: white; }
  .body-container--blog-index .blog-header h4 {
    font-size: 1.5625rem; }

.body-container--blog-index .filter {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  list-style: none; }
  .body-container--blog-index .filter li {
    margin: 0 .375rem .625rem; }
  @media (min-width: 1280px) {
    .body-container--blog-index .filter {
      max-width: 85%; } }
  .body-container--blog-index .filter__nav-all {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    min-height: 2.75rem;
    background-color: #007AC9;
    color: white;
    margin-bottom: 1rem; }
    @media (min-width: 996px) {
      .body-container--blog-index .filter__nav-all {
        width: auto;
        margin-bottom: 0; } }
  .body-container--blog-index .filter__nav-link {
    width: 100%; }
    @media (min-width: 996px) {
      .body-container--blog-index .filter__nav-link {
        width: auto; } }
  .body-container--blog-index .filter__link {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    min-height: 2.75rem;
    background-color: white;
    color: #007AC9;
    margin-bottom: 1rem;
    text-decoration: none; }
    @media (min-width: 996px) {
      .body-container--blog-index .filter__link {
        width: auto;
        margin-bottom: 0; } }

.body-container--blog-index section.featured-blog-posts {
  padding-top: 3.75rem; }
  .body-container--blog-index section.featured-blog-posts .full-width {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 996px) {
      .body-container--blog-index section.featured-blog-posts .full-width {
        display: flex;
        justify-content: space-between; }
        .body-container--blog-index section.featured-blog-posts .full-width .blog-index__img {
          width: 525px; }
          .body-container--blog-index section.featured-blog-posts .full-width .blog-index__img .blog-index__post-image {
            display: block;
            background-size: cover;
            width: 100%;
            height: 100%;
            min-height: 23.0625rem; } }
    @media (min-width: 1280px) {
      .body-container--blog-index section.featured-blog-posts .full-width .blog-index__img {
        width: 707px; } }
  .body-container--blog-index section.featured-blog-posts .full-width.battery-technology,
  .body-container--blog-index section.featured-blog-posts .full-width.e-waste-recycling,
  .body-container--blog-index section.featured-blog-posts .full-width.asset-management-solutions {
    color: white; }
    .body-container--blog-index section.featured-blog-posts .full-width.battery-technology h2,
    .body-container--blog-index section.featured-blog-posts .full-width.battery-technology p,
    .body-container--blog-index section.featured-blog-posts .full-width.e-waste-recycling h2,
    .body-container--blog-index section.featured-blog-posts .full-width.e-waste-recycling p,
    .body-container--blog-index section.featured-blog-posts .full-width.asset-management-solutions h2,
    .body-container--blog-index section.featured-blog-posts .full-width.asset-management-solutions p {
      color: white; }
    .body-container--blog-index section.featured-blog-posts .full-width.battery-technology .blog-index__post-content,
    .body-container--blog-index section.featured-blog-posts .full-width.e-waste-recycling .blog-index__post-content,
    .body-container--blog-index section.featured-blog-posts .full-width.asset-management-solutions .blog-index__post-content {
      height: 100%; }
      .body-container--blog-index section.featured-blog-posts .full-width.battery-technology .blog-index__post-content .meta-data,
      .body-container--blog-index section.featured-blog-posts .full-width.e-waste-recycling .blog-index__post-content .meta-data,
      .body-container--blog-index section.featured-blog-posts .full-width.asset-management-solutions .blog-index__post-content .meta-data {
        color: white; }
    .body-container--blog-index section.featured-blog-posts .full-width.battery-technology .blog-index__footer svg,
    .body-container--blog-index section.featured-blog-posts .full-width.e-waste-recycling .blog-index__footer svg,
    .body-container--blog-index section.featured-blog-posts .full-width.asset-management-solutions .blog-index__footer svg {
      fill: white; }
      .body-container--blog-index section.featured-blog-posts .full-width.battery-technology .blog-index__footer svg path,
      .body-container--blog-index section.featured-blog-posts .full-width.e-waste-recycling .blog-index__footer svg path,
      .body-container--blog-index section.featured-blog-posts .full-width.asset-management-solutions .blog-index__footer svg path {
        fill: white; }
  .body-container--blog-index section.featured-blog-posts .full-width.battery-technology {
    background-color: #E98300; }
  .body-container--blog-index section.featured-blog-posts .full-width.e-waste-recycling {
    background-color: #009B48; }
  .body-container--blog-index section.featured-blog-posts .full-width.asset-management-solutions {
    background-color: #007AC9; }
  .body-container--blog-index section.featured-blog-posts .one-third {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 996px) {
      .body-container--blog-index section.featured-blog-posts .one-third {
        flex: 0 0 calc(100% / 3 - .3125rem);
        max-width: calc(100% / 3 - .3125rem); } }
  .body-container--blog-index section.featured-blog-posts .two-third {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 996px) {
      .body-container--blog-index section.featured-blog-posts .two-third {
        flex: 0 0 calc(100% / 1.5 - .3125rem);
        max-width: calc(100% / 1.5 - .3125rem); } }
  .body-container--blog-index section.featured-blog-posts .third-width {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 996px) {
      .body-container--blog-index section.featured-blog-posts .third-width {
        flex: 0 0 66.666667%;
        max-width: 66.666667%; } }
  .body-container--blog-index section.featured-blog-posts article {
    background-color: #F7F7F7;
    margin-bottom: 1rem; }
    .body-container--blog-index section.featured-blog-posts article:first-child {
      background: #009B48;
      color: white; }
      .body-container--blog-index section.featured-blog-posts article:first-child .meta-data {
        color: white !important; }
        .body-container--blog-index section.featured-blog-posts article:first-child .meta-data span {
          color: white !important; }
        .body-container--blog-index section.featured-blog-posts article:first-child .meta-data a {
          color: white !important; }
      .body-container--blog-index section.featured-blog-posts article:first-child h2 {
        color: white; }
      .body-container--blog-index section.featured-blog-posts article:first-child svg path {
        fill: white !important; }
    @media (min-width: 996px) {
      .body-container--blog-index section.featured-blog-posts article {
        margin-bottom: 4.0625rem; } }
    .body-container--blog-index section.featured-blog-posts article .blog-index__post-image {
      display: block;
      width: 100%;
      background-size: cover;
      background-position: center center;
      min-height: 12.5rem; }
    .body-container--blog-index section.featured-blog-posts article .blog-index__post-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1 1 0;
      padding: 2rem; }
      .body-container--blog-index section.featured-blog-posts article .blog-index__post-content .meta-data {
        color: #009B48;
        margin-bottom: 1rem; }
        .body-container--blog-index section.featured-blog-posts article .blog-index__post-content .meta-data .post-date {
          position: relative;
          margin-right: 0.15rem; }
        .body-container--blog-index section.featured-blog-posts article .blog-index__post-content .meta-data .hubspot-topic_data {
          margin-left: 0.15rem;
          text-decoration: underline; }
      .body-container--blog-index section.featured-blog-posts article .blog-index__post-content h2 {
        font-size: 1.25rem;
        text-decoration: underline; }
      .body-container--blog-index section.featured-blog-posts article .blog-index__post-content .blog-index__footer svg {
        fill: #009B48;
        transition: all 0.3s ease-in-out; }
        .body-container--blog-index section.featured-blog-posts article .blog-index__post-content .blog-index__footer svg path {
          fill: #009B48; }
      .body-container--blog-index section.featured-blog-posts article .blog-index__post-content:hover .blog-index__footer svg {
        margin-left: 0.5rem; }

@media (max-width: 767px) {
  .body-container--blog-index section.blog-index {
    flex-wrap: wrap; } }

.body-container--blog-index section.blog-index article {
  width: 100%;
  background: #F7F7F7;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .body-container--blog-index section.blog-index article {
      width: calc(100% / 3 - .3125rem); } }
  .body-container--blog-index section.blog-index article .blog-index__post-image {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 12.5rem; }
  .body-container--blog-index section.blog-index article .blog-index__post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem; }
    .body-container--blog-index section.blog-index article .blog-index__post-content .meta-data {
      color: #009B48;
      margin-bottom: 1rem; }
      .body-container--blog-index section.blog-index article .blog-index__post-content .meta-data .post-date {
        position: relative;
        margin-right: 0.15rem; }
      .body-container--blog-index section.blog-index article .blog-index__post-content .meta-data .hubspot-topic_data {
        margin-left: 0.15rem;
        text-decoration: underline; }
    .body-container--blog-index section.blog-index article .blog-index__post-content h2 {
      font-size: 1.25rem;
      text-decoration: underline; }
  .body-container--blog-index section.blog-index article .blog-index__footer svg {
    fill: #009B48;
    transition: all 0.3s ease-in-out; }
    .body-container--blog-index section.blog-index article .blog-index__footer svg path {
      fill: #009B48; }
  .body-container--blog-index section.blog-index article:hover .blog-index__footer svg {
    margin-left: 0.5rem; }

.body-container--blog-index section.blog-index .battery-technology,
.body-container--blog-index section.blog-index .e-waste-recycling,
.body-container--blog-index section.blog-index .asset-management-solutions {
  color: white; }
  .body-container--blog-index section.blog-index .battery-technology h2,
  .body-container--blog-index section.blog-index .battery-technology p,
  .body-container--blog-index section.blog-index .e-waste-recycling h2,
  .body-container--blog-index section.blog-index .e-waste-recycling p,
  .body-container--blog-index section.blog-index .asset-management-solutions h2,
  .body-container--blog-index section.blog-index .asset-management-solutions p {
    color: white; }
  .body-container--blog-index section.blog-index .battery-technology .blog-index__post-content,
  .body-container--blog-index section.blog-index .e-waste-recycling .blog-index__post-content,
  .body-container--blog-index section.blog-index .asset-management-solutions .blog-index__post-content {
    height: 100%; }
    .body-container--blog-index section.blog-index .battery-technology .blog-index__post-content .meta-data,
    .body-container--blog-index section.blog-index .e-waste-recycling .blog-index__post-content .meta-data,
    .body-container--blog-index section.blog-index .asset-management-solutions .blog-index__post-content .meta-data {
      color: white; }
  .body-container--blog-index section.blog-index .battery-technology .blog-index__footer svg,
  .body-container--blog-index section.blog-index .e-waste-recycling .blog-index__footer svg,
  .body-container--blog-index section.blog-index .asset-management-solutions .blog-index__footer svg {
    fill: white; }
    .body-container--blog-index section.blog-index .battery-technology .blog-index__footer svg path,
    .body-container--blog-index section.blog-index .e-waste-recycling .blog-index__footer svg path,
    .body-container--blog-index section.blog-index .asset-management-solutions .blog-index__footer svg path {
      fill: white; }

.body-container--blog-index section.blog-index .battery-technology {
  background-color: #E98300; }

.body-container--blog-index section.blog-index .e-waste-recycling {
  background-color: #009B48; }

.body-container--blog-index section.blog-index .asset-management-solutions {
  background-color: #007AC9; }

section.blog-subscribe .wrap .subscribe-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #E98300;
  padding: 2.75rem;
  color: white; }
  @media (min-width: 996px) {
    section.blog-subscribe .wrap .subscribe-form {
      flex-direction: row; } }
  section.blog-subscribe .wrap .subscribe-form img {
    width: 8.75rem;
    height: 7.0625rem;
    margin-right: 3.125rem; }

section.blog-in-touch .wrap .subscribe-form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  background-color: #E98300;
  padding: 2.75rem;
  color: white; }
  @media (min-width: 996px) {
    section.blog-in-touch .wrap .subscribe-form {
      flex-direction: row; } }
  section.blog-in-touch .wrap .subscribe-form img {
    width: 8.75rem;
    height: 7.0625rem;
    margin-right: 3.125rem; }
  section.blog-in-touch .wrap .subscribe-form h3 {
    font-size: 1.625rem;
    max-width: 30rem;
    color: white; }

.body-container--blog-post .wrap--default {
  max-width: none;
  padding-left: 8%; }
  .body-container--blog-post .wrap--default #breadcrumb {
    padding: 1.75rem 1.375rem 0;
    position: relative;
    z-index: 10; }
    .body-container--blog-post .wrap--default #breadcrumb .breadcrumb_item {
      color: white; }

.body-container--blog-post .blog-header {
  position: relative;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  min-height: 29.1875rem; }
  .body-container--blog-post .blog-header__excerpt {
    width: 100%;
    background: rgba(0, 0, 0, 0.66);
    padding: 2.5rem 0;
    font-family: "DattoDIN-bold", sans-serif;
    font-weight: 700; }
  .body-container--blog-post .blog-header h1,
  .body-container--blog-post .blog-header p {
    color: white; }
  .body-container--blog-post .blog-header h1 {
    margin: 0;
    padding: 0; }
    .body-container--blog-post .blog-header h1 span {
      position: relative;
      display: block;
      z-index: 1; }
  .body-container--blog-post .blog-header p {
    position: relative;
    font-size: 1.25rem;
    margin-bottom: 0;
    z-index: 1; }
  .body-container--blog-post .blog-header::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0; }

.body-container--blog-post .blog-post {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem; }
  .body-container--blog-post .blog-post__timestamp {
    color: #767575;
    margin-bottom: 1.5625rem; }
  .body-container--blog-post .blog-post__author-bio {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    background-color: #007AC9;
    color: white; }
    .body-container--blog-post .blog-post__author-bio h4,
    .body-container--blog-post .blog-post__author-bio p {
      max-width: 38rem;
      color: white; }

.blog-post__body blockquote {
position: relative;
    font-size: 20px;
    font-family: "DattoDIN-bold",sans-serif;
    font-weight: 700;
    padding: 60px 0 10px 30px;
    border-left: 6px solid #007AC9;
    margin:70px 0; }
    .blog-post__body blockquote p{
      margin: 0
    }
  .blog-post__body blockquote:before {
        content: '';
    position: absolute;
    top: 0;
    left: 32px;
    background-image: url(https://www.tes-amm.com/hubfs/blockquote-quotes.svg);
    width: 56px;
    height: 42px;
    background-size: cover;}
.blog-post__body blockquote span.author{
  display: block;
  color: #007AC9;
  font-size:16px;
}
.blog-post__body blockquote span.author:nth-child(1){
  margin-top: 30px;
}
.blog-post__body blockquote span.author:nth-child(2){
      font-family: "DIN",sans-serif;
      font-weight: 100;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .blog-pagination__prev-link, .blog-pagination__next-link {
    display: none; }
  .blog-pagination__link {
    padding: 0 .1875rem; }
  .blog-pagination__link--active {
    text-decoration: underline; }
    .blog-pagination__prev-link--disabled,
    .blog-pagination__next-link--disabled {
      display: none;
    }
.body-container--resource-index .resource-header {
  position: relative;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-image: url("https://8924359.fs1.hubspotusercontent-na1.net/hubfs/8924359/tes-website-2020/assets/img/resourcesBG@2x.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  min-height: 29.1875rem; }
  .body-container--resource-index .resource-header h1,
  .body-container--resource-index .resource-header h4 {
    color: white; }
  .body-container--resource-index .resource-header h4 {
    font-size: 1.5625rem; }

.body-container--resource-index .filter {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  list-style: none; }
  .body-container--resource-index .filter__nav-all {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    min-height: 2.75rem;
    background-color: #E98300;
    color: white;
    margin-bottom: 1rem; }
    @media (min-width: 996px) {
      .body-container--resource-index .filter__nav-all {
        width: auto;
        margin-right: 1rem;
        margin-bottom: 0; } }
  .body-container--resource-index .filter__nav-link {
    width: 100%; }
    @media (min-width: 996px) {
      .body-container--resource-index .filter__nav-link {
        margin-right: 1rem;
        width: auto; } }
  .body-container--resource-index .filter__link {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    min-height: 2.75rem;
    background-color: white;
    border: 1px solid #E98300;
    color: #E98300;
    margin-bottom: 1rem;
    text-decoration: none; }
    @media (min-width: 996px) {
      .body-container--resource-index .filter__link {
        width: auto;
        margin-bottom: 0; } }

.body-container--resource-index section.featured-resource-posts {
  padding-top: 3.75rem; }
  .body-container--resource-index section.featured-resource-posts .full-width {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 996px) {
      .body-container--resource-index section.featured-resource-posts .full-width {
        display: flex;
        justify-content: space-between; }
        .body-container--resource-index section.featured-resource-posts .full-width .resource-index__img {
          width: 525px; }
          .body-container--resource-index section.featured-resource-posts .full-width .resource-index__img .resource-index__post-image {
            display: block;
            background-size: cover;
            width: 100%;
            height: 100%;
            min-height: 23.0625rem; } }
    @media (min-width: 1280px) {
      .body-container--resource-index section.featured-resource-posts .full-width .resource-index__img {
        width: 707px; } }
  .body-container--resource-index section.featured-resource-posts .full-width {
    color: white; }
    .body-container--resource-index section.featured-resource-posts .full-width h2,
    .body-container--resource-index section.featured-resource-posts .full-width p {
      color: white; }
    .body-container--resource-index section.featured-resource-posts .full-width .resource-index__post-content {
      height: 100%; }
      .body-container--resource-index section.featured-resource-posts .full-width .resource-index__post-content .meta-data {
        color: white; }
    .body-container--resource-index section.featured-resource-posts .full-width .resource-index__footer svg {
      fill: white; }
      .body-container--resource-index section.featured-resource-posts .full-width .resource-index__footer svg path {
        fill: white; }
  .body-container--resource-index section.featured-resource-posts .full-width {
    background-color: #E98300; }
  .body-container--resource-index section.featured-resource-posts .one-third {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 996px) {
      .body-container--resource-index section.featured-resource-posts .one-third {
        flex: 0 0 calc(100% / 3 - .3125rem);
        max-width: calc(100% / 3 - .3125rem); } }
  .body-container--resource-index section.featured-resource-posts .two-third {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 996px) {
      .body-container--resource-index section.featured-resource-posts .two-third {
        flex: 0 0 calc(100% / 1.5 - .3125rem);
        max-width: calc(100% / 1.5 - .3125rem); } }
  .body-container--resource-index section.featured-resource-posts .half-width {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 996px) {
      .body-container--resource-index section.featured-resource-posts .half-width {
        flex: 0 0 49%;
        max-width: 49%; } }
  .body-container--resource-index section.featured-resource-posts .quarter-width {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 996px) {
      .body-container--resource-index section.featured-resource-posts .quarter-width {
        flex: 0 0 32%;
        max-width: 32%;
        margin-right: 1%; } }
  .body-container--resource-index section.featured-resource-posts .third-width {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 996px) {
      .body-container--resource-index section.featured-resource-posts .third-width {
        flex: 0 0 66.666667%;
        max-width: 66.666667%; } }
  .body-container--resource-index section.featured-resource-posts article {
    background-color: #F7F7F7;
    margin-bottom: 1rem; }
    @media (min-width: 996px) {
      .body-container--resource-index section.featured-resource-posts article {
        margin-bottom: 4.0625rem; } }
    .body-container--resource-index section.featured-resource-posts article .resource-index__post-image {
      display: block;
      width: 100%;
      background-size: cover;
      background-position: center center;
      min-height: 12.5rem; }
    .body-container--resource-index section.featured-resource-posts article .resource-index__post-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1 1 0;
      padding: 2rem; }
      .body-container--resource-index section.featured-resource-posts article .resource-index__post-content .meta-data {
        color: #E98300;
        margin-bottom: 1rem; }
        .body-container--resource-index section.featured-resource-posts article .resource-index__post-content .meta-data .post-date {
          position: relative;
          margin-right: 0.15rem; }
        .body-container--resource-index section.featured-resource-posts article .resource-index__post-content .meta-data .hubspot-topic_data {
          margin-left: 0.15rem;
          text-decoration: underline; }
      .body-container--resource-index section.featured-resource-posts article .resource-index__post-content h2 {
        font-size: 1.25rem;
        text-decoration: underline; }
      .body-container--resource-index section.featured-resource-posts article .resource-index__post-content .resource-index__footer svg {
        fill: #E98300;
        transition: all 0.3s ease-in-out; }
        .body-container--resource-index section.featured-resource-posts article .resource-index__post-content .resource-index__footer svg path {
          fill: #E98300; }
      .body-container--resource-index section.featured-resource-posts article .resource-index__post-content:hover .blog-index__footer svg {
        margin-left: 0.5rem; }

.body-container--resource-index section.resource-index article {
  width: 100%;
  background: #F7F7F7;
  margin-bottom: .625rem; }
  @media (min-width: 996px) {
    .body-container--resource-index section.resource-index article {
      width: calc(100% / 3 - .3125rem); } }
  .body-container--resource-index section.resource-index article .resource-index__post-image {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 12.5rem; }
  .body-container--resource-index section.resource-index article .resource-index__post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem; }
    .body-container--resource-index section.resource-index article .resource-index__post-content .meta-data {
      color: #E98300;
      margin-bottom: 1rem; }
      .body-container--resource-index section.resource-index article .resource-index__post-content .meta-data .post-date {
        position: relative;
        margin-right: 0.15rem; }
      .body-container--resource-index section.resource-index article .resource-index__post-content .meta-data .hubspot-topic_data {
        margin-left: 0.15rem;
        text-decoration: underline; }
    .body-container--resource-index section.resource-index article .resource-index__post-content h2 {
      font-size: 1.25rem;
      text-decoration: underline; }
  .body-container--resource-index section.resource-index article .resource-index__footer svg {
    fill: #E98300;
    transition: all 0.3s ease-in-out; }
    .body-container--resource-index section.resource-index article .resource-index__footer svg path {
      fill: #E98300; }
  .body-container--resource-index section.resource-index article:hover .resource-index__footer svg {
    margin-left: 0.5rem; }

section.resource-subscribe .wrap .subscribe-form {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  background-color: #E98300;
  padding: 2.75rem;
  color: white; }
  @media (min-width: 996px) {
    section.resource-subscribe .wrap .subscribe-form {
      flex-direction: row; } }
  section.resource-subscribe .wrap .subscribe-form img {
    width: 8.75rem;
    height: 7.0625rem;
    margin-right: 3.125rem; }
  section.resource-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ {
    flex: 1 1 0; }
    section.resource-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      section.resource-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form h3 {
        font-size: 1.625rem;
        max-width: 30rem;
        color: white; }
      section.resource-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .hs-form-field {
        width: 100%;
        padding: 0;
        justify-content: flex-start; }
        section.resource-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .hs-form-field input,
        section.resource-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .hs-form-field .input {
          width: 100%;
          min-width: 100%; }
          @media (min-width: 1280px) {
            section.resource-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .hs-form-field input,
            section.resource-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .hs-form-field .input {
              width: 50%;
              min-width: 23.75rem !important; } }
      @media (min-width: 1280px) {
        section.resource-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .actions {
          position: absolute;
          top: 65%;
          right: 0; } }
      section.resource-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .actions .hs-button {
        padding: 1rem 2.1875rem; }

.body-container--resource-post .resource-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  min-height: 29.1875rem; }
  .body-container--resource-post .resource-header h1,
  .body-container--resource-post .resource-header p {
    color: white; }
  .body-container--resource-post .resource-header h1 span {
    display: block;
    padding-bottom: 2.1875rem; }
  .body-container--resource-post .resource-header p {
    position: relative;
    font-size: 1.25rem;
    margin-bottom: 0;
    z-index: 1; }
  .body-container--resource-post .resource-header::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 13.5rem;
    z-index: 0; }

.body-container--resource-post .resource-post {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem; }
  .body-container--resource-post .resource-post__timestamp {
    color: #767575;
    margin-bottom: 1.5625rem; }
  .body-container--resource-post .resource-post__author-bio {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    background-color: #007AC9;
    color: white; }
    .body-container--resource-post .resource-post__author-bio h4,
    .body-container--resource-post .resource-post__author-bio p {
      max-width: 38rem;
      color: white; }

/*** resource Page Colours ***/
.body-container--resource-index section.resource-index .whitepaper,
.body-container--resource-index section.resource-index .report,
.body-container--resource-index section.resource-index .infographic {
  color: white !important; }

.body-container--resource-index section.resource-index .whitepaper h2,
.body-container--resource-index section.resource-index .whitepaper p,
.body-container--resource-index section.resource-index .report h2,
.body-container--resource-index section.resource-index .report p,
.body-container--resource-index section.resource-index .infographic h2,
.body-container--resource-index section.resource-index .infographic p {
  color: white !important; }

.body-container--resource-index section.resource-index .whitepaper .resource-index__post-content,
.body-container--resource-index section.resource-index .report .resource-index__post-content,
.body-container--resource-index section.resource-index .infographic .resource-index__post-content {
  height: 100% !important; }

.body-container--resource-index section.resource-index .whitepaper .resource-index__post-content .meta-data,
.body-container--resource-index section.resource-index .report .resource-index__post-content .meta-data,
.body-container--resource-index section.resource-index .infographic .resource-index__post-content .meta-data {
  color: white !important; }

.body-container--resource-index section.resource-index .whitepaper .resource-index__footer svg,
.body-container--resource-index section.resource-index .report .resource-index__footer svg,
.body-container--resource-index section.resource-index .infographic .resource-index__footer svg {
  fill: white !important; }

.body-container--resource-index section.resource-index .whitepaper .resource-index__footer svg path,
.body-container--resource-index section.resource-index .report .resource-index__footer svg path,
.body-container--resource-index section.resource-index .infographic .resource-index__footer svg path {
  fill: white !important; }

.body-container--resource-index section.resource-index .whitepaper {
  background-color: #E98300 !important; }

.body-container--resource-index section.resource-index .report {
  background-color: #009B48 !important; }

.body-container--resource-index section.resource-index .infographic {
  background-color: #007AC9 !important; }

/*** End resource Page Colours ***/
.body-container--release-index .release-header {
  position: relative;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-image: url("https://8924359.fs1.hubspotusercontent-na1.net/hubfs/8924359/tes-website-2020/assets/img/resourcesBG@2x.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  min-height: 29.1875rem; }
  .body-container--release-index .release-header h1,
  .body-container--release-index .release-header h4 {
    color: white; }
  .body-container--release-index .release-header h4 {
    font-size: 1.5625rem; }

.body-container--release-index .filter {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  list-style: none; }
  @media (min-width: 996px) {
    .body-container--release-index .filter {
      margin-bottom: 3.75rem; } }
  .body-container--release-index .filter__nav-all {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    min-height: 2.75rem;
    background-color: #E98300;
    color: white;
    margin-bottom: 1rem; }
    @media (min-width: 996px) {
      .body-container--release-index .filter__nav-all {
        width: auto;
        margin-right: 1rem;
        margin-bottom: 0; } }
  .body-container--release-index .filter__nav-link {
    width: 100%; }
    @media (min-width: 996px) {
      .body-container--release-index .filter__nav-link {
        margin-right: 1rem;
        width: auto; } }
  .body-container--release-index .filter__link {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    min-height: 2.75rem;
    background-color: white;
    border: 1px solid #007AC9;
    color: #007AC9;
    margin-bottom: 1rem;
    text-decoration: none; }
    @media (min-width: 996px) {
      .body-container--release-index .filter__link {
        width: auto;
        margin-bottom: 0; } }

.body-container--release-index section.release-index {
  gap: 1rem;
  flex-wrap: wrap; }
  .body-container--release-index section.release-index article {
    width: 100%; }
    @media (min-width: 576px) {
      .body-container--release-index section.release-index article {
        width: calc(95% / 2); } }
    @media (min-width: 996px) {
      .body-container--release-index section.release-index article {
        width: calc(95% / 2);
        min-height: 31.25rem; } }
    @media (min-width: 1280px) {
      .body-container--release-index section.release-index article {
        width: calc(95% / 3);
        min-height: 31.25rem; } }
    .body-container--release-index section.release-index article .release-index__post-image {
      display: block;
      width: 100%;
      background-size: cover;
      background-position: center center;
      min-height: 12.5rem; }
    .body-container--release-index section.release-index article .release-index__post-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 2rem 0; }
      .body-container--release-index section.release-index article .release-index__post-content h2 {
        font-size: 1.25rem;
        text-decoration: underline; }
    .body-container--release-index section.release-index article .release-index__footer svg {
      fill: #007AC9;
      transition: all 0.3s ease-in-out; }
      .body-container--release-index section.release-index article .release-index__footer svg path {
        fill: #007AC9; }
    .body-container--release-index section.release-index article:hover .resource-index__footer svg {
      margin-left: 0.5rem; }
  .body-container--release-index section.release-index .full-width {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-height: auto; }
    @media (min-width: 996px) {
      .body-container--release-index section.release-index .full-width {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3rem; }
        .body-container--release-index section.release-index .full-width .release-index__img {
          width: 707px; }
          .body-container--release-index section.release-index .full-width .release-index__img .release-index__post-image {
            display: block;
            background-size: cover;
            width: 100%;
            height: 100%;
            min-height: 23.0625rem; } }
    .body-container--release-index section.release-index .full-width .release-index__post-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1 1 0;
      padding: 2rem; }

.body-container--release-index section.release-subscribe .wrap .subscribe-form {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  background-color: #E98300;
  padding: 2.75rem;
  color: white; }
  @media (min-width: 996px) {
    .body-container--release-index section.release-subscribe .wrap .subscribe-form {
      flex-direction: row; } }
  .body-container--release-index section.release-subscribe .wrap .subscribe-form img {
    width: 8.75rem;
    height: 7.0625rem;
    margin-right: 3.125rem; }
  .body-container--release-index section.release-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ {
    flex: 1 1 0; }
    .body-container--release-index section.release-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      .body-container--release-index section.release-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form h3 {
        font-size: 1.625rem;
        max-width: 30rem;
        color: white; }
      .body-container--release-index section.release-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .hs-form-field {
        width: 100%;
        padding: 0;
        justify-content: flex-start; }
        .body-container--release-index section.release-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .hs-form-field input,
        .body-container--release-index section.release-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .hs-form-field .input {
          width: 100%;
          min-width: 100%; }
          @media (min-width: 1280px) {
            .body-container--release-index section.release-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .hs-form-field input,
            .body-container--release-index section.release-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .hs-form-field .input {
              width: 50%;
              min-width: 23.75rem !important; } }
      @media (min-width: 1280px) {
        .body-container--release-index section.release-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .actions {
          position: absolute;
          top: 65%;
          right: 0; } }
      .body-container--release-index section.release-subscribe .wrap .subscribe-form #hs_cos_wrapper_blog-subscribe_ form .actions .hs-button {
        padding: 1rem 2.1875rem; }

.body-container--release-index .body-container--release-post .release-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  min-height: 29.1875rem; }
  .body-container--release-index .body-container--release-post .release-header h1,
  .body-container--release-index .body-container--release-post .release-header p {
    color: white; }
  .body-container--release-index .body-container--release-post .release-header h1 span {
    display: block;
    padding-bottom: 2.1875rem; }
  .body-container--release-index .body-container--release-post .release-header p {
    position: relative;
    font-size: 1.25rem;
    margin-bottom: 0;
    z-index: 1; }
  .body-container--release-index .body-container--release-post .release-header::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 13.5rem;
    z-index: 0; }

.body-container--release-index .body-container--release-post .release-post {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem; }
  .body-container--release-index .body-container--release-post .release-post__timestamp {
    color: #767575;
    margin-bottom: 1.5625rem; }
  .body-container--release-index .body-container--release-post .release-post__author-bio {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    background-color: #007AC9;
    color: white; }
    .body-container--release-index .body-container--release-post .release-post__author-bio h4,
    .body-container--release-index .body-container--release-post .release-post__author-bio p {
      max-width: 38rem;
      color: white; }

.header--no-navigation .header__logo {
   padding: 30px;
}
.header--no-navigation .header__container {
   max-width: 1408px;
   margin: 0 auto;
}
.hs_service_areas_of_interest{
  align-items: flex-start;
}
.hs_service_areas_of_interest .hs-input{
  width: auto !important;
  margin-right: 10px;
}
.hs-landing-page .two-column-content .wrap {
  max-width: 1340px;
}
.hs-landing-page .two-column-content form {
  background-color: #FAFAFA;
  box-shadow: 0px 5px 15px 1px rgb(0 0 0 / 15%);
  padding: 2.5em;
}
.hs-landing-page .two-column-content form .hs-form-field {
  display: block;
}
.hs-landing-page .two-column-content form fieldset .input {
  width: 100%;
}