/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*! 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;
}

/*--------------------------------------------------------------
# layout
--------------------------------------------------------------*/
body {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1.3px;
  font-weight: 300;
}

strong {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #0084ab;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1-style {
  text-transform: uppercase;
  letter-spacing: 4px;
}

h1,
.h1-style {
  font-size: 62px;
  line-height: 66px;
  color: #FFF;
  font-weight: 300;
  margin: 0;
}
@media only screen and (min-width: 1500px) {
  h1,
  .h1-style {
    font-size: 72px;
    line-height: 76px;
  }
}
@media only screen and (max-width: 1000px) {
  h1,
  .h1-style {
    font-size: 42px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 800px) {
  h1,
  .h1-style {
    font-size: 32px;
    line-height: 36px;
  }
}

h3 {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  h3 {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
}

h4 {
  font-weight: 300;
  text-align: center;
}

h5 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  margin: 5px 0;
}
@media only screen and (max-width: 1000px) {
  h5 {
    font-size: 16px;
    line-height: 26px;
  }
}

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

@media all and (max-width: 1250px) {
  .sub-menu-mobile {
    display: block;
    order: 2;
    padding: 10px 40px 0;
  }
  .menus.show {
    max-height: calc(100vh - 110px);
    overflow: scroll;
    margin-top: 95px;
    padding: 10px 0 30px;
  }
  .menu-wrapper.active {
    background: #FFF;
  }
}
.logged-in-menu,
.logged-out-menu,
.pending-menu {
  display: inline-block;
}

header {
  position: fixed;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  z-index: 999;
}
header.hovered, header.scrolled {
  background: #FFF;
}
header.hovered .main-menu:after, header.scrolled .main-menu:after {
  background-color: rgba(0, 0, 0, 0.3);
}
header.hovered .main-menu a, header.scrolled .main-menu a {
  color: #000;
}
header.hovered .logo, header.scrolled .logo {
  opacity: 0;
}
header.hovered .logo-inverted, header.scrolled .logo-inverted {
  display: inline-block;
}
header.hovered .icon-search, header.scrolled .icon-search {
  color: #0084ab;
}
header.hovered .header-line, header.scrolled .header-line {
  background: #000;
}
header.hovered .menu-icon-toggle span, header.scrolled .menu-icon-toggle span {
  background-color: #0084ab;
}
.home:not(.open) header.hovered .menu-icon-toggle span, .home:not(.open) header.scrolled .menu-icon-toggle span {
  background-color: #0084ab;
}
header.hovered .menu-icon-toggle::before, header.hovered .menu-icon-toggle::after, header.scrolled .menu-icon-toggle::before, header.scrolled .menu-icon-toggle::after {
  background-color: #0084ab;
}
header.scrolled .sub-menu {
  display: none;
}
header .w-1200 {
  width: 90%;
}
@media only screen and (max-width: 1250px) {
  header .w-1200 {
    width: 100%;
  }
}
header .home-logo {
  position: relative;
  display: block;
}
header .logo-inverted,
header .logo {
  width: 160px;
}
@media only screen and (max-width: 1250px) {
  header .logo-inverted,
  header .logo {
    margin-left: 5%;
  }
}
header .logo-inverted {
  display: none;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 5;
}
@media only screen and (max-width: 1250px) {
  header .logo-inverted {
    top: 3px;
  }
}
header .header-line {
  position: relative;
  top: -25px;
  display: inline-block;
  width: 12%;
  height: 1px;
  background: #FFF;
}
@media only screen and (max-width: 1400px) {
  header .header-line {
    width: 10%;
  }
}
@media only screen and (max-width: 1250px) {
  header .header-line {
    display: none;
  }
}
header .menu-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1250px) {
  header .menu-wrapper {
    align-items: center;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 1250px) {
  header .menu-wrapper .icon-search {
    display: none;
  }
}
header .menus {
  position: relative;
}
@media only screen and (max-width: 1250px) {
  header .menus {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    padding: 110px 0 30px;
  }
}
header .menus.show {
  display: flex;
}
header .menus a {
  position: relative;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: 10px 12px 20px;
  transition: all 0.3s;
  z-index: 1;
}
@media only screen and (max-width: 1250px) {
  header .menus a {
    color: #000;
    font-size: 14px;
    display: block;
    padding: 20px;
  }
}
header .mobile-arrow {
  display: none;
  color: #0084ab;
}
header .main-menu {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1250px) {
  header .main-menu.open-nav .nav-item:not(.dropdown) {
    display: none;
  }
}
header .main-menu .nav-item:hover {
  color: #0084ab;
}
header .main-menu .nav-item:hover > a {
  color: inherit;
}
@media only screen and (max-width: 1250px) {
  header .main-menu .nav-item {
    display: block;
  }
}
@media only screen and (min-width: 1250px) {
  header .main-menu:after {
    content: "";
    height: 0.25px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 1250px) {
  header .main-menu {
    width: 100%;
    order: 1;
    margin-top: 0;
    padding: 0 40px 10px 40px;
    box-sizing: border-box;
  }
}
header .has-sub svg {
  position: absolute;
  right: 10px;
  top: 20px;
}
@media only screen and (min-width: 1250px) {
  header .has-sub svg {
    display: none;
  }
}
header .sub-menu {
  box-sizing: border-box;
  font-size: 13px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  padding: 15px 15px 0;
}
@media only screen and (max-width: 1250px) {
  header .sub-menu {
    display: none;
  }
}
header .sub-menu a:hover {
  color: #cacaca;
}
header .sub-menu .icon-search {
  margin-left: 15px;
  vertical-align: text-bottom;
  cursor: pointer;
}
header .sub-menu .icon-search svg {
  width: 15px;
  height: 15px;
}
header .mega-menu {
  display: none;
  position: absolute;
  box-sizing: content-box;
  background: #fff;
  left: -2050px;
  top: 38px;
  padding: 30px 2000px 30px;
  overflow: hidden;
  width: 812px;
}
@media only screen and (max-width: 1250px) {
  header .mega-menu {
    position: static;
    padding: 0;
    margin-bottom: 10px;
    left: 0;
    width: auto;
    overflow: visible;
  }
}
header .mega-menu a {
  color: #000;
  margin-left: 0;
  display: block;
  text-transform: uppercase;
}
@media only screen and (min-width: 1250px) {
  header .mega-menu a {
    padding: 0;
    padding-bottom: 10px;
  }
}
header .mega-menu .sub-item {
  cursor: pointer;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  header .mega-menu .sub-item {
    padding: 20px;
  }
}
header .mega-menu .sub-item.active svg {
  opacity: 1;
}
header .mega-menu .sub-item.active + .mega-sub-menu {
  display: block;
}
header .mega-menu .sub-item:hover svg, header .mega-menu .sub-item.active svg {
  opacity: 1;
}
header .mega-menu .sub-item.opened {
  color: #0084ab !important;
}
@media only screen and (max-width: 1250px) {
  header .mega-menu .sub-item.opened + .mega-sub-menu {
    display: block;
  }
  header .mega-menu .sub-item.opened .mobile-plus {
    display: none;
  }
  header .mega-menu .sub-item.opened .mobile-arrow {
    display: inline;
  }
}
header .mega-menu .sub-item svg {
  margin-left: 10px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 5px;
}
@media only screen and (max-width: 1250px) {
  header .mega-menu .sub-item svg {
    opacity: 1;
    top: 45%;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 1250px) {
  header .mega-menu .has-sub-image svg {
    display: none;
  }
}
header .mega-menu .container {
  width: 100%;
  box-sizing: border-box;
  padding-left: 61px;
}
@media only screen and (max-width: 1250px) {
  header .mega-menu .container {
    display: block;
    padding-left: 0;
  }
}
header .mega-menu .column {
  display: grid;
  grid-template-columns: 30% 70%;
  position: relative;
  grid-auto-rows: 40px;
}
@media only screen and (max-width: 1250px) {
  header .mega-menu .column {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  header .mega-menu .column .sub-sub-item {
    display: none;
  }
}
header .mega-menu .applications-column {
  display: grid;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  header .mega-menu .applications-column {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  header .mega-menu .applications-column .sub-sub-item {
    display: none;
  }
}
@media only screen and (min-width: 1250px) {
  header .mega-menu .applications-column .mega-sub-menu .mega-sub-menu-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-left: 0;
  }
}
header .mega-menu .applications-column .mega-sub-menu .mega-sub-menu-grid:before {
  display: none;
}
header .mega-menu .mega-sub-menu {
  display: none;
  position: relative;
  background-color: #FFF;
}
@media only screen and (min-width: 1250px) {
  header .mega-menu .mega-sub-menu {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 12;
  }
}
@media only screen and (max-width: 1250px) {
  header .mega-menu .mega-sub-menu {
    margin: 0 10px;
  }
}
header .mega-menu .mega-sub-menu .mega-sub-menu-grid {
  position: relative;
}
@media only screen and (min-width: 1250px) {
  header .mega-menu .mega-sub-menu .mega-sub-menu-grid {
    padding-left: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
  }
  header .mega-menu .mega-sub-menu .mega-sub-menu-grid:before {
    content: "";
    position: absolute;
    top: -27px;
    left: 0;
    height: calc(100% + 12px);
    width: 0.25px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 1250px) {
  header .mega-menu .mega-sub-menu .mega-sub-menu-grid > a {
    padding: 5px 40px;
    font-size: 12px;
  }
}
header .mega-menu .mega-sub-menu .sub-item {
  padding-right: 0;
  /*
  &:only-child {
    grid-column: 1/-1;
    color: $hamiltonjetblue;
    font-size: 34px;
    line-height: 46px;
    min-height: 420px;

    img {
      margin-bottom: 10px;
    }
  }
  */
}
header .mega-menu .mega-sub-menu .sub-item:hover {
  color: #798285;
}
header .mega-menu .mega-sub-menu .sub-item img {
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1250px) {
  header .mega-menu .mega-sub-menu .sub-item img {
    display: none;
  }
}
header .mega-menu .mega-sub-menu .sub-item.application-sub-item:only-child {
  grid-column: 1/-1;
  color: #0084ab;
  font-size: 34px;
  line-height: 46px;
  min-height: 420px;
}
header .mega-menu .mega-sub-menu .sub-item.application-sub-item:only-child img {
  margin-bottom: 10px;
}
header .icon-search {
  color: white;
}
header .search-form {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(28, 32, 42, 0.7);
  z-index: 999;
}
header .search-form h4 {
  color: #FFF;
  letter-spacing: 2.5px;
}
header .search-form .close-search {
  cursor: pointer;
  position: relative;
  top: -40px;
  float: right;
  font-size: 24px;
  color: #fff;
  right: -30px;
}
header .search-form .close-search:hover {
  opacity: 0.9;
}
header .search-form .center {
  display: block;
  width: 450px;
  margin: 400px auto 0;
}
@media only screen and (max-width: 1000px) {
  header .search-form .center {
    margin: 200px auto 0;
    width: 300px;
  }
}
header .search-form input {
  padding: 20px 20px 21px;
  border: none;
  border-radius: 0;
  width: 292px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  header .search-form input {
    width: 190px;
    padding: 15px 16px 16px;
  }
}
header .search-form ::-moz-placeholder {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
}
header .search-form input,
header .search-form ::placeholder {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
}
header .search-form button {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  background: #000;
  color: #FFF;
  border: none;
  padding: 20px 40px 21px;
}
@media only screen and (max-width: 1000px) {
  header .search-form button {
    padding: 15px 16px 16px;
  }
}
@media only screen and (max-width: 1250px) {
  header .has-children.dropdown > .has-sub {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
  }
  header .has-children.dropdown > .has-sub svg {
    right: auto;
    left: 10px;
    transform: rotate(180deg);
  }
  header .has-children.dropdown .mega-menu {
    display: block;
  }
}

body.open .icon-search {
  color: #0084ab;
  z-index: 1;
}
body.open .logo {
  opacity: 0;
}
body.open .logo-inverted {
  display: inline-block;
}

.menu-icon-toggle {
  display: none;
  position: relative;
  right: 0;
  top: 0;
  width: 22px;
  height: 30px;
  z-index: 9;
}
@media only screen and (max-width: 1250px) {
  .menu-icon-toggle {
    display: block;
  }
}
.home .menu-icon-toggle {
  top: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.menu-icon-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color: #FFF;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: opacity 0.3s 0.3s;
  -webkit-transition: opacity 0.3s 0.3s;
}
.home:not(.open) .menu-icon-toggle span {
  background-color: #FFF;
}
.menu-icon-toggle::before, .menu-icon-toggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #FFF;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
  -webkit-transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
}
.menu-icon-toggle::before {
  top: 6px;
}
.menu-icon-toggle::after {
  bottom: 6px;
}
.open .menu-icon-toggle span {
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
  background-color: #0084ab;
}
.open .menu-icon-toggle::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.open .menu-icon-toggle::after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  -webkit-transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
}

footer {
  float: left;
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(to bottom right, #154759, #0f172b);
  color: #FFF;
}
@media only screen and (max-width: 800px) {
  footer {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 800px) {
  footer .w-1200 {
    width: 80%;
  }
}

.top-section {
  display: flex;
  float: left;
  width: 80%;
  margin: 0 10%;
  text-align: center;
}
@media only screen and (max-width: 1250px) {
  .top-section {
    width: 90%;
    margin: 0 5%;
  }
}
@media only screen and (max-width: 1000px) {
  .top-section {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  .top-section {
    display: block;
  }
}
.top-section .column {
  flex: 1;
  margin: 0 40px;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .top-section .column {
    margin: 0 27px;
  }
}
@media only screen and (max-width: 800px) {
  .top-section .column {
    width: 75%;
    max-width: 350px;
    margin: 0 auto 30px;
  }
}
.top-section .column img {
  height: 30px;
}
.top-section .column h4 {
  color: #FFF;
  margin: 15px 0;
}
.top-section .column p {
  font-size: 12px;
  line-height: 20px;
  color: #FFF;
  letter-spacing: 2px;
}
.top-section .column:hover {
  opacity: 0.85;
}

.footer-line {
  float: left;
  width: 90%;
  margin: 50px 5%;
  height: 1px;
  background: #124c60;
}
@media only screen and (max-width: 800px) {
  .footer-line {
    margin: 10px 0 40px;
  }
}

.bottom-section {
  display: flex;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .bottom-section {
    display: block;
  }
}
.bottom-section .column {
  flex: 1;
  margin: 0 30px;
}
@media only screen and (max-width: 1000px) {
  .bottom-section .column {
    float: left;
    width: 50%;
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 800px) {
  .bottom-section .column {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.bottom-section .column .logo {
  width: 100%;
}
.bottom-section .column .logo img {
  max-width: 150px;
  max-height: 100px;
}
.bottom-section .column a {
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  margin: 8px 0;
  letter-spacing: 2px;
}
.bottom-section .column .social-icons {
  width: 100%;
  margin-top: 30px;
}
.bottom-section .column .social-icons img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}
.bottom-section .column nav a {
  float: left;
  clear: left;
  display: block;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.bottom-section .column p {
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
}
.bottom-section .no-margin-top p:first-of-type {
  margin-top: 0;
}

#accept-cookies {
  display: none;
}

.cookies-banner {
  position: fixed;
  bottom: -2px; /* Banner postion - set to minus to stop it bumping on scroll */
  left: 0;
  width: 100%;
  padding: 35px 30px 32px;
  background: rgb(234, 247, 247); /* Banner colour */
  box-sizing: border-box;
  color: #0D3E67; /* Banenr text colour */
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 1000;
}

.cookies-banner-left {
  float: left;
  width: 80%;
}

.cookies-banner-right {
  float: right;
  width: 20%;
  margin: 5px 0 5px 0;
}

.cookies-button {
  float: right;
  background: #0084ab; /* Button colour */
  color: #fff; /* Button text colour */
  padding: 10px 60px;
  border-radius: 1px;
  text-align: center;
  z-index: 400;
}

.cookies-button:hover {
  cursor: pointer;
  background: #066a88; /* Button hover colour */
}

.cookies-banner p {
  color: #000;
  margin: 15px 0 0 0; /* Adjust to vertically center text to button*/
}

.cookies-banner p a {
  color: #000; /* Learn more link colour */
  text-decoration: underline;
}

@media only screen and (max-width: 1480px) {
  .cookies-banner-left {
    width: 65%;
    margin: 0 5%;
  }
  .cookies-banner-right {
    width: 25%;
  }
  .cookies-button {
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 600px) {
  .cookies-banner-left {
    width: 100%;
    margin: 0;
  }
  .cookies-banner {
    padding: 20px;
  }
  .cookies-banner-right {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
  }
}
/*--------------------------------------------------------------
# templates
--------------------------------------------------------------*/
section {
  float: left;
  width: 100%;
}

img {
  max-width: 100%;
}

.w-1200,
.w-1100,
.w-1000,
.w-900,
.w-800,
.w-600 {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.w-1200 {
  max-width: 1200px;
}

.w-1100 {
  max-width: 1100px;
}

.w-1000 {
  max-width: 1000px;
}

.w-900 {
  max-width: 900px;
}

.w-800 {
  max-width: 800px;
}

.w-600 {
  max-width: 600px;
}

.button {
  border: 1px solid #1c202a;
  border-radius: 25px;
  padding: 10px 20px;
  color: #1c202a;
}

.padding-top-None {
  margin-top: 0;
}

.padding-top-Standard {
  margin-top: 70px;
}
@media only screen and (max-width: 1000px) {
  .padding-top-Standard {
    margin-top: 50px;
  }
}

.padding-top-Large {
  margin-top: 120px;
}
@media only screen and (max-width: 1000px) {
  .padding-top-Large {
    margin-top: 80px;
  }
}

.padding-bottom-None {
  margin-bottom: 0;
}

.padding-bottom-Standard {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1000px) {
  .padding-bottom-Standard {
    margin-bottom: 50px;
  }
}

.padding-bottom-Large {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1000px) {
  .padding-bottom-Large {
    margin-bottom: 80px;
  }
}

.arrow-container {
  float: left;
  width: 100%;
  height: 0;
}
.arrow-container .center-arrows {
  display: block;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
@media only screen and (max-width: 10000px) {
  .arrow-container .center-arrows {
    max-width: 2000px;
  }
}
@media only screen and (max-width: 1900px) {
  .arrow-container .center-arrows {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1250px) {
  .arrow-container .center-arrows {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1050px) {
  .arrow-container .center-arrows {
    max-width: 500px;
  }
}
@media only screen and (max-width: 800px) {
  .arrow-container .center-arrows {
    max-width: 100%;
  }
}
@media only screen and (max-width: 470px) {
  .arrow-container .center-arrows {
    max-width: 340px;
  }
}
.arrow-container .slick-arrow {
  position: relative;
  top: 230px;
  z-index: 99;
  font-size: 32px;
  color: #FFF;
  padding: 0 10px;
}
.arrow-container .slick-arrow img {
  width: 32px;
}
@media only screen and (max-width: 800px) {
  .arrow-container .heroprevarrow.slick-arrow,
  .arrow-container .prevarrow.slick-arrow,
  .arrow-container .prev.slick-arrow {
    left: 2%;
  }
}
@media only screen and (max-width: 470px) {
  .arrow-container .heroprevarrow.slick-arrow,
  .arrow-container .prevarrow.slick-arrow,
  .arrow-container .prev.slick-arrow {
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .arrow-container .heronextarrow.slick-arrow,
  .arrow-container .nextarrow.slick-arrow,
  .arrow-container .next.slick-arrow {
    right: 2%;
  }
}
@media only screen and (max-width: 470px) {
  .arrow-container .heronextarrow.slick-arrow,
  .arrow-container .nextarrow.slick-arrow,
  .arrow-container .next.slick-arrow {
    right: 0;
  }
}
.arrow-container .slick-arrow:hover {
  cursor: pointer;
}
.arrow-container .heronextarrow,
.arrow-container .nextarrow,
.arrow-container .next {
  float: right;
}

.dropdown-item {
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  text-align: left;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Opera and Firefox */
}
.dropdown-item .dropdown-header {
  max-width: 90%;
  display: inline-block;
  cursor: pointer;
}
.dropdown-item .plus {
  display: inline-block;
  float: right;
}
.dropdown-item .minus {
  display: none;
  float: right;
  margin-right: 2px;
}
.dropdown-item .dropdown-text {
  display: none;
}
.dropdown-item .dropdown-text p {
  text-align: left;
}

.dropdown-toggle:hover {
  cursor: pointer;
}

.hero-banner-container.home {
  position: relative;
  z-index: 0;
}
.hero-banner-container.home div {
  outline: none;
}
.hero-banner-container.home .center-arrows {
  max-width: 1300px;
  width: 95%;
}
@media only screen and (max-width: 1250px) {
  .hero-banner-container.home .center-arrows {
    width: 98%;
  }
}
.hero-banner-container.home .slick-arrow {
  top: 400px;
}
@media only screen and (max-width: 1800px) {
  .hero-banner-container.home .slick-arrow {
    top: 320px;
  }
}
@media only screen and (max-width: 1500px) {
  .hero-banner-container.home .slick-arrow {
    top: 305px;
  }
}
@media only screen and (max-width: 1250px) {
  .hero-banner-container.home .slick-arrow {
    top: 290px;
  }
}
@media only screen and (max-width: 1000px) {
  .hero-banner-container.home .slick-arrow {
    top: 240px;
  }
}
.hero-banner-container.home .slick-arrow img {
  width: 22px;
}

.hero-banner-container.internal {
  position: relative;
  z-index: 0;
}
.hero-banner-container.internal div {
  outline: none;
}
.hero-banner-container.internal .center-arrows {
  max-width: 1300px;
  width: 95%;
}
@media only screen and (max-width: 1250px) {
  .hero-banner-container.internal .center-arrows {
    width: 98%;
  }
}
.hero-banner-container.internal .slick-arrow {
  top: 320px;
}
@media only screen and (max-width: 1800px) {
  .hero-banner-container.internal .slick-arrow {
    top: 320px;
  }
}
@media only screen and (max-width: 1500px) {
  .hero-banner-container.internal .slick-arrow {
    top: 305px;
  }
}
@media only screen and (max-width: 1250px) {
  .hero-banner-container.internal .slick-arrow {
    top: 250px;
  }
}
@media only screen and (max-width: 1000px) {
  .hero-banner-container.internal .slick-arrow {
    top: 190px;
  }
}
.hero-banner-container.internal .slick-arrow img {
  width: 22px;
}
.hero-banner-container.internal .hero-banner {
  height: 700px;
}
@media only screen and (max-width: 1800px) {
  .hero-banner-container.internal .hero-banner {
    height: 600px;
  }
}
@media only screen and (max-width: 1250px) {
  .hero-banner-container.internal .hero-banner {
    height: 500px;
  }
}
@media only screen and (max-width: 1000px) {
  .hero-banner-container.internal .hero-banner {
    height: 400px;
  }
}
.hero-banner-container.internal .hero-banner .internal-banner-text {
  margin-top: 260px;
}
@media only screen and (max-width: 1800px) {
  .hero-banner-container.internal .hero-banner .internal-banner-text {
    margin-top: 240px;
  }
}
@media only screen and (max-width: 1250px) {
  .hero-banner-container.internal .hero-banner .internal-banner-text {
    margin-top: 210px;
  }
}
@media only screen and (max-width: 1000px) {
  .hero-banner-container.internal .hero-banner .internal-banner-text {
    margin-top: 160px;
  }
}

.hero-banner-container.internal.tall {
  position: relative;
  z-index: 0;
}
.hero-banner-container.internal.tall div {
  outline: none;
}
.hero-banner-container.internal.tall .center-arrows {
  max-width: 1300px;
  width: 95%;
}
@media only screen and (max-width: 1250px) {
  .hero-banner-container.internal.tall .center-arrows {
    width: 98%;
  }
}
.hero-banner-container.internal.tall .slick-arrow {
  top: 400px;
}
@media only screen and (max-width: 1800px) {
  .hero-banner-container.internal.tall .slick-arrow {
    top: 380px;
  }
}
@media only screen and (max-width: 1500px) {
  .hero-banner-container.internal.tall .slick-arrow {
    top: 350px;
  }
}
@media only screen and (max-width: 1250px) {
  .hero-banner-container.internal.tall .slick-arrow {
    top: 290px;
  }
}
@media only screen and (max-width: 1000px) {
  .hero-banner-container.internal.tall .slick-arrow {
    top: 230px;
  }
}
.hero-banner-container.internal.tall .slick-arrow img {
  width: 22px;
}
.hero-banner-container.internal.tall .hero-banner {
  height: 800px;
}
@media only screen and (max-width: 1800px) {
  .hero-banner-container.internal.tall .hero-banner {
    height: 700px;
  }
}
@media only screen and (max-width: 1250px) {
  .hero-banner-container.internal.tall .hero-banner {
    height: 600px;
  }
}
@media only screen and (max-width: 1000px) {
  .hero-banner-container.internal.tall .hero-banner {
    height: 500px;
  }
}
.hero-banner-container.internal.tall .hero-banner .internal-banner-text {
  margin-top: 280px;
}
@media only screen and (max-width: 1250px) {
  .hero-banner-container.internal.tall .hero-banner .internal-banner-text {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 1000px) {
  .hero-banner-container.internal.tall .hero-banner .internal-banner-text {
    margin-top: 160px;
  }
}

.internal-banner-text {
  width: 100%;
  max-width: 580px;
  margin-top: 225px;
}
@media only screen and (min-width: 1500px) {
  .internal-banner-text {
    margin-top: 225px;
  }
}
@media only screen and (min-width: 1800px) {
  .internal-banner-text {
    margin-top: 300px;
  }
}
@media only screen and (max-width: 1250px) {
  .internal-banner-text {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 1000px) {
  .internal-banner-text {
    margin-top: 170px;
  }
}
@media only screen and (max-width: 800px) {
  .internal-banner-text {
    margin-top: 160px;
    margin-bottom: 100px;
  }
}
.internal-banner-text .breadcrumbs {
  font-size: 11px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 800px) {
  .internal-banner-text .breadcrumbs {
    font-size: 10px;
    text-shadow: 0px 0px 10px rgba(10, 20, 30, 0.8);
  }
}
.internal-banner-text .breadcrumbs a {
  font-size: 11px;
  color: #FFF;
  text-transform: uppercase;
  outline: none;
  letter-spacing: 3px;
}
@media only screen and (max-width: 800px) {
  .internal-banner-text .breadcrumbs a {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .internal-banner-text .breadcrumbs a:nth-last-of-type(1),
  .internal-banner-text .breadcrumbs a:nth-last-of-type(2) {
    display: inline-block;
  }
}
.internal-banner-text .breadcrumbs span {
  margin: 0 5px;
}
@media only screen and (max-width: 800px) {
  .internal-banner-text .breadcrumbs span {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .internal-banner-text .breadcrumbs span:nth-last-of-type(1) {
    display: inline-block;
  }
}
.internal-banner-text p {
  color: #FFF;
}
.internal-banner-text .topline {
  font-size: 18px;
  letter-spacing: 2px;
  color: #0084ab;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.internal-banner-text .button {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  float: left;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 10px 25px;
  margin-top: 30px;
}

.hero-banner {
  float: left;
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1800px) {
  .hero-banner {
    height: 750px;
  }
}
@media only screen and (max-width: 1500px) {
  .hero-banner {
    height: 650px;
  }
}
@media only screen and (max-width: 1250px) {
  .hero-banner {
    height: 600px;
  }
}
@media only screen and (max-width: 1000px) {
  .hero-banner {
    height: 500px;
  }
}

.hero-banner-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  line-height: 0;
}

.hero-banner-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.hero-video {
  float: left;
  width: 100%;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1800px) {
  .hero-video {
    height: 750px;
  }
}
@media only screen and (max-width: 1500px) {
  .hero-video {
    height: 650px;
  }
}
@media only screen and (max-width: 1250px) {
  .hero-video {
    height: 600px;
  }
}
@media only screen and (max-width: 1000px) {
  .hero-video {
    height: 500px;
  }
}

.hero-video.background {
  background-color: #122f42;
}

.form-frame {
  width: 100%;
}
.form-frame iframe {
  width: 100%;
  height: 4000px;
  max-height: 4000px;
}

.overwatch-tile .wrap {
  margin: 0 1%;
  position: relative;
  overflow: hidden;
}
.overwatch-tile .overwatch-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.overwatch-tile .overwatch-bg-image-overlay {
  position: absolute;
  height: 100%;
  background: linear-gradient(to bottom right, #0f172b, rgba(21, 71, 89, 0.7));
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.overwatch-tile h3 {
  font-size: 50px;
  line-height: 52px;
  font-weight: 700;
  width: 100%;
  margin: 0 0 25px 0;
  text-align: left;
  color: #FFF;
  text-transform: none;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 1250px) {
  .overwatch-tile h3 {
    font-size: 48px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .overwatch-tile h3 {
    font-size: 38px;
    line-height: 40px;
  }
}
.overwatch-tile h3 strong {
  color: #29B6F6;
  font-weight: 700;
}
.overwatch-tile p {
  font-size: 14px;
  color: #FFF;
}
.overwatch-tile p em {
  font-style: normal;
  color: #29B6F6;
}
.overwatch-tile p strong em {
  font-weight: bold;
}
.overwatch-tile .text-block {
  width: 100%;
  max-width: 500px;
  margin-left: 70px;
  padding: 70px 0;
}
@media only screen and (max-width: 1250px) {
  .overwatch-tile .text-block {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1000px) {
  .overwatch-tile .text-block {
    max-width: 75%;
    box-sizing: border-box;
    padding-bottom: 280px;
  }
}
@media only screen and (max-width: 800px) {
  .overwatch-tile .text-block {
    padding: 50px 30px;
    margin: 0;
    max-width: none;
    padding-bottom: 240px;
  }
}
.overwatch-tile .button {
  font-size: 14px !important;
  display: inline-block;
  color: #FFF;
  border: 1px solid #FFF;
  margin-top: 15px;
}
.overwatch-tile .button:hover {
  background: #FFF;
  color: #1D1D1D;
}
.overwatch-tile .overwatch-logo {
  position: absolute;
  right: 5%;
  bottom: 70px;
  width: 160px;
}
@media only screen and (max-width: 1000px) {
  .overwatch-tile .overwatch-logo {
    position: relative;
    right: 0;
    bottom: auto;
    width: 100%;
    max-width: 120px;
    margin-bottom: 10px;
    float: right;
    top: 18px;
  }
}
.overwatch-tile .overwatch-image {
  position: absolute;
  top: -5%;
  right: -190px;
  min-width: 70%;
  height: 105%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1250px) {
  .overwatch-tile .overwatch-image {
    min-width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .overwatch-tile .overwatch-image {
    position: absolute;
    bottom: -40px;
    top: auto;
    left: -5%;
    min-width: 66%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 350px;
  }
}
@media only screen and (max-width: 800px) {
  .overwatch-tile .overwatch-image {
    position: absolute;
    right: -5%;
    bottom: -25px;
    top: auto;
    left: -20%;
    width: 110%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 350px;
    z-index: -1;
  }
}

.home-page-video {
  background: #f7f8f9;
  padding: 80px 0 !important;
  margin: 0 !important;
}

.future-ready {
  padding: 75px 0 90px;
}
.future-ready h3 {
  font-size: 32px;
  text-align: left;
  margin: 15px 0 15px 0;
  max-width: 100%;
}
.future-ready h5 {
  color: #108CB1;
  max-width: 410px;
}
.future-ready .top,
.future-ready .bottom {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .future-ready .top,
  .future-ready .bottom {
    flex-wrap: wrap;
  }
}
.future-ready .top .button,
.future-ready .bottom .button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 24px;
}
.future-ready .top {
  margin-bottom: 50px;
}
.future-ready .top .left {
  display: flex;
  align-items: center;
}
.future-ready .top p {
  font-size: 19px;
  line-height: 26px;
}
.future-ready .top img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .future-ready .bottom .right {
    margin-top: 20px;
  }
}
.future-ready .left {
  width: 47%;
}
@media only screen and (max-width: 800px) {
  .future-ready .left {
    width: 100%;
  }
}
.future-ready .right {
  width: 47%;
}
@media only screen and (max-width: 800px) {
  .future-ready .right {
    width: 100%;
  }
}

.covid-tiles {
  padding: 60px 0;
  background: #F7F8F9;
}
.covid-tiles .top-h3 {
  margin-top: 0;
}
.covid-tiles .container {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.covid-tiles .container .tile {
  position: relative;
  flex-basis: 48%;
  margin: 10px 1%;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 70px 20px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 800px) {
  .covid-tiles .container .tile {
    flex-basis: 100%;
    margin: 10px 0;
    padding: 50px 5px;
  }
}
.covid-tiles .container .text-block {
  padding: 25px 40px 30px;
  box-sizing: border-box;
  color: #FFF;
}
.covid-tiles .container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.covid-tiles .container h3 {
  text-align: left;
  margin: 10px 0 5px;
  text-transform: uppercase;
}
.covid-tiles .container .subheader {
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.covid-tiles .container .button {
  display: inline-block;
  color: #FFF;
  border: 1px solid #FFF;
  margin-top: 15px;
}
.covid-tiles .container .button:hover {
  background: #FFF;
  color: #1c202a;
}

.home-page-tiles .top-banner {
  position: relative;
  float: left;
  width: 98%;
  margin: 0 1% 15px;
  padding: 90px 70px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 800px) {
  .home-page-tiles .top-banner {
    width: 100%;
    padding: 60px 40px;
    margin: 0 0 10px 0;
  }
}
.home-page-tiles .top-banner .colour-overlay {
  position: absolute;
  background: linear-gradient(to bottom right, #0f172b, rgba(21, 71, 89, 0.7));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.home-page-tiles .top-banner .text-block {
  position: relative;
  width: 100%;
  max-width: 500px;
  z-index: 1;
}
.home-page-tiles .top-banner h3 {
  text-align: left;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  color: #FFF;
}
.home-page-tiles .top-banner .subheader {
  text-transform: uppercase;
  margin: 0;
  color: #FFF;
}
.home-page-tiles .top-banner p {
  color: #FFF;
}
.home-page-tiles .top-banner .button {
  display: inline-block;
  color: #FFF;
  border: 1px solid #FFF;
  margin-top: 15px;
}
.home-page-tiles .top-banner .button:hover {
  background: #FFF;
  color: #1c202a;
}
.home-page-tiles .container {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home-page-tiles .container .tile {
  flex-basis: 48%;
  margin: 10px 1%;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 800px) {
  .home-page-tiles .container .tile {
    flex-basis: 100%;
    margin: 10px 0;
  }
}
.home-page-tiles .container .text-block {
  padding: 25px 40px 30px;
  box-sizing: border-box;
}
.home-page-tiles .container img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page-tiles .container h3 {
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}
.home-page-tiles .container .subheader {
  text-transform: uppercase;
  margin: 0;
}
.home-page-tiles .container .button {
  display: inline-block;
  margin-top: 15px;
}
.home-page-tiles .container .button:hover {
  background: #1c202a;
  color: #FFF;
}

.event-banner {
  background: #FFF;
  text-transform: uppercase;
}
.event-banner .left {
  float: left;
  width: 22%;
  font-size: 17px;
  line-height: 26px;
  font-family: "Avenir", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #717173;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1250px) {
  .event-banner .left {
    font-size: 15px;
    width: 20%;
  }
}
.event-banner .left span {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .event-banner .left {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .event-banner .left span {
    display: inline;
    margin: 0 3px;
  }
}
.event-banner .center {
  float: left;
  width: 56%;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 1250px) {
  .event-banner .center {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1000px) {
  .event-banner .center {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.event-banner .center span {
  display: block;
  font-size: 21px;
  font-weight: 300;
  color: #717173;
}
@media only screen and (max-width: 1000px) {
  .event-banner .center span {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
}
.event-banner .right {
  float: left;
  width: 22%;
  text-align: right;
}
@media only screen and (max-width: 1250px) {
  .event-banner .right {
    width: 24%;
  }
}
@media only screen and (max-width: 1000px) {
  .event-banner .right {
    width: 100%;
    text-align: center;
  }
}
.event-banner .right .button {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  padding: 18px 36px;
  border-radius: 40px;
  color: #1c202a;
  border: 1px solid #1c202a;
}
@media only screen and (max-width: 1250px) {
  .event-banner .right .button {
    font-size: 12px;
    padding: 15px 30px;
  }
}
.event-banner .right .button:hover {
  cursor: pointer;
  background: #1c202a;
  color: #FFF;
}

.left-image.home-version {
  padding: 80px 0 40px;
  background: #f7f8f9;
}
.left-image.home-version .right {
  margin-top: 20px;
}
.left-image.home-version .right .section {
  margin-bottom: 40px;
}
.left-image.home-version .button {
  display: inline-block;
  padding: 12px 40px;
  margin-top: 10px;
}

.three-up {
  background: #f7f8f9;
  padding: 60px 0;
}
.three-up .grid {
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 1000px) {
  .three-up .grid {
    display: block;
  }
}
.three-up .grid .item {
  max-width: 300px;
  margin: 0 30px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .three-up .grid .item {
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.three-up .grid .item img {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .three-up .grid .item img {
    width: 298px;
  }
}
.three-up .grid .item img:hover {
  opacity: 0.9;
}
.three-up .grid .item .button {
  display: inline-block;
  margin-top: 20px;
}
.three-up .grid .item .button:hover {
  cursor: pointer;
  background: #000;
  color: #FFF;
}

.home-applications {
  padding-top: 60px;
  background: #f7f8f9;
}

.applications h3 {
  margin-top: 0;
  max-width: 90%;
}
@media only screen and (max-width: 1000px) {
  .applications .arrow-container .slick-arrow {
    top: 210px;
  }
}

.applications-slider {
  float: left;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.applications-slider .slick-track {
  padding: 20px 0;
}
.applications-slider .item {
  position: relative;
  display: block;
  height: 480px;
  padding: 40px 60px;
  text-decoration: none;
  outline: none;
  width: 350px;
  margin: 0 5px;
  overflow: hidden;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .applications-slider .item {
    height: 400px;
    width: 300px;
    padding: 40px 30px;
  }
}
.applications-slider .item .application-item {
  position: absolute;
  height: 480px;
  width: 350px;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .applications-slider .item .application-item {
    height: 400px;
    width: 300px;
  }
}
.applications-slider .item h4 {
  color: #FFF;
}
.applications-slider .item img {
  display: none;
  max-width: 40px;
  margin: 0 auto 20px;
}
.applications-slider .item p {
  display: none;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
.applications-slider .item .button {
  display: none;
  border-color: #FFF;
  padding: 10px 30px;
  margin-top: 10px;
}
@media only screen and (min-width: 1000px) {
  .applications-slider .slick-active .item:hover {
    z-index: 99;
    padding: 60px 40px;
    transform: scale(1.07);
  }
  .applications-slider .slick-active .item:hover > .application-item {
    transform: scale(1.06);
    filter: blur(7px) brightness(80%);
    -webkit-filter: blur(7px) brightness(80%);
  }
  .applications-slider .slick-active .item:hover img {
    display: block;
  }
  .applications-slider .slick-active .item:hover > p {
    display: inline-block;
  }
}
@media only screen and (max-width: 1000px) {
  .applications-slider .slick-slide {
    margin: 0 -3px;
  }
  .applications-slider .slick-active .item {
    z-index: 99;
    transform: scale(1.07);
  }
  .applications-slider .slick-active .item .application-item {
    transform: scale(1.06);
    filter: blur(7px) brightness(80%);
    -webkit-filter: blur(7px) brightness(80%);
  }
  .applications-slider .slick-active .item img,
  .applications-slider .slick-active .item p {
    display: block;
  }
  .applications-slider .slick-active .sales-slider-hidden {
    display: block;
  }
}

.applications-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.applications-background {
  float: left;
  width: 100%;
  height: 440px;
  position: relative;
  top: -250px;
  margin-bottom: -250px;
  z-index: 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.applications-background .button {
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin-top: 310px;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 12px 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1000px) {
  .applications-background .button {
    font-size: 12px;
    padding: 12px 30px;
  }
}
.applications-background .button.dark {
  color: #1c202a;
  border: 1px solid #1c202a;
}
.applications-background .button:hover {
  cursor: pointer;
  background: #FFF;
  color: #072e45;
}
.applications-background .button.dark:hover {
  background: #1c202a;
  color: #FFF;
}

.applications-background.dark-blue-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #144f63, #072e45);
}

.applications-background.applications-background-small {
  height: 300px;
}

.nextdiv,
.prevdiv {
  z-index: 9;
}

.slick-slide.slick-active,
.slick-slide.slick-current {
  background: transparent;
}

.instagram .social-icons {
  float: left;
  margin-left: 15px;
}
.instagram .social-icons img {
  height: 30px;
}
.instagram .hashtag {
  float: right;
  font-size: 21px;
  letter-spacing: 3px;
  margin-top: 5px;
  margin-right: 15px;
}
@media only screen and (max-width: 1000px) {
  .instagram .hashtag {
    margin-right: 0.66%;
  }
}
.instagram .feed {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .instagram .feed {
    display: block;
  }
}
.instagram .feed a {
  flex: 1 1 auto;
  width: 150px;
  margin: 0 15px;
}
@media only screen and (max-width: 1000px) {
  .instagram .feed a {
    display: block;
    float: left;
    width: 30%;
    margin: 6px 1.66%;
  }
}
@media only screen and (max-width: 800px) {
  .instagram .feed a {
    width: 44%;
    margin: 12px 3%;
    height: 180px;
  }
}
.instagram .feed a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.instagram .feed img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1000px) {
  .instagram .feed img {
    height: 240px;
  }
}
@media only screen and (max-width: 800px) {
  .instagram .feed img {
    height: 180px;
  }
}

.instagram.news {
  padding: 30px 0 40px;
  background: #f7f8f9;
}

.restore-reset p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.restore-reset ul {
  list-style: disc;
  padding-left: 3em;
}
.restore-reset ol {
  list-style: decimal;
  padding-left: 3em;
}
.restore-reset blockquote {
  padding-left: 3rem;
}
.restore-reset h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.case-studies-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media only screen and (max-width: 1000px) {
  .case-studies-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 800px) {
  .case-studies-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.success-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #0084AC;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px;
  box-sizing: border-box;
}
.success-overlay h5,
.success-overlay p {
  text-align: center !important;
}
.success-overlay .case-study-success-close {
  display: inline-flex;
  align-items: center;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 20px;
  padding: 7px 22px 7px 15px;
  cursor: pointer;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.success-overlay .case-study-success-close span {
  margin-left: 10px;
  font-weight: 500;
  position: relative;
  top: 1px;
}

.case-study-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.case-study-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.case-study-popup {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 550px;
  max-width: 85%;
  height: auto;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1000;
  padding: 50px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .case-study-popup {
    padding: 30px;
  }
}
.case-study-popup .case-study-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.case-study-popup .case-study-close:hover {
  cursor: pointer;
  opacity: 0.7;
}
.case-study-popup p {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.case-study-popup input {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #888;
  box-sizing: border-box;
  background-color: #FFF;
  margin: 8px 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
}
.case-study-popup ::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  color: #888;
}
.case-study-popup ::placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  color: #888;
}
.case-study-popup button {
  background-color: #0e6378;
  color: #FFF;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 30px;
  margin-top: 10px;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 1px;
}
.case-study-popup button:hover {
  cursor: pointer;
  background-color: #0084AC;
}
.case-study-popup .sending-button {
  display: none;
  cursor: default !important;
  background-color: #CCC !important;
}
.case-study-popup .cs-error {
  display: none;
  margin: 5px 0;
  background-color: rgb(230, 53, 53);
  padding: 7px 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
}

.case-studies-container .case-study,
.jet-briefs-grid .case-study {
  position: relative;
}
.case-studies-container .case-study,
.case-studies-container .jet-brief,
.jet-briefs-grid .case-study,
.jet-briefs-grid .jet-brief {
  background-color: #F6F6F6;
}
.case-studies-container .header-section,
.jet-briefs-grid .header-section {
  background-color: #076D87;
  padding: 27px 35px 25px;
}
.case-studies-container .header-section h4,
.jet-briefs-grid .header-section h4 {
  text-transform: uppercase;
  color: #FFF;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 2px;
}
.case-studies-container .image-section img,
.jet-briefs-grid .image-section img {
  width: 100%;
  height: 209px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-studies-container .image-section .jet-brief-no-image,
.jet-briefs-grid .image-section .jet-brief-no-image {
  width: 100%;
  height: 209px;
  background-color: #0e6378;
}
.case-studies-container .content-section,
.jet-briefs-grid .content-section {
  padding: 25px 25px 110px;
}
.case-studies-container .content-section h5,
.jet-briefs-grid .content-section h5 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #0084AC;
  font-weight: bold;
  margin: 0;
  letter-spacing: 2px;
}
.case-studies-container .content-section p,
.jet-briefs-grid .content-section p {
  font-size: 12px;
  line-height: 20px;
}
.case-studies-container .content-section .location-date p,
.jet-briefs-grid .content-section .location-date p {
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
}
.case-studies-container .content-section ul,
.jet-briefs-grid .content-section ul {
  padding-left: 22px;
  font-size: 12px;
  color: #000000;
}
.case-studies-container .content-section ul li p,
.jet-briefs-grid .content-section ul li p {
  line-height: 16px;
  margin: 8px 0;
}
.case-studies-container .button-section,
.jet-briefs-grid .button-section {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #CACACA;
  padding: 30px;
  text-align: center;
}
.case-studies-container .button-section a,
.jet-briefs-grid .button-section a {
  background-color: #076D87;
  color: #FFF;
  padding: 11px 20px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.case-studies-container .button-section a:hover,
.jet-briefs-grid .button-section a:hover {
  background-color: #FFF;
  color: #0084AC;
  cursor: pointer;
}
.case-studies-container .slick-slide,
.jet-briefs-grid .slick-slide {
  position: relative;
  margin: 0 8px;
  background-color: #F6F6F6;
}
.case-studies-container .slick-list,
.jet-briefs-grid .slick-list {
  margin: 0 -8px;
}
.case-studies-container .slick-track,
.jet-briefs-grid .slick-track {
  display: flex !important;
}
.case-studies-container .slick-slide,
.jet-briefs-grid .slick-slide {
  height: inherit !important;
}

.jet-brief-arrows {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.jet-brief-arrows .jet-brief-next, .jet-brief-arrows .jet-brief-prev {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.jet-brief-arrows .jet-brief-next:hover, .jet-brief-arrows .jet-brief-prev:hover {
  opacity: 0.7;
}
.jet-brief-arrows svg {
  width: 35px;
  height: 35px;
}

.embed-form.blue-bg {
  background: #122f42 !important;
}
.embed-form.blue-bg h3 {
  color: #FFF !important;
}

.embed-form.blue-bg.padding-top-Standard {
  padding-top: 70px;
  margin: 0;
}

.embed-form.blue-bg.padding-bottom-Standard {
  padding-bottom: 70px;
  margin: 0;
}

.embed-form.blue-bg.padding-top-Large {
  padding-top: 100px;
  margin: 0;
}

.embed-form.blue-bg.padding-bottom-Large {
  padding-bottom: 100px;
  margin: 0;
}

.dropdown-module .left {
  float: left;
  width: 30%;
  clear: left;
}
@media only screen and (max-width: 800px) {
  .dropdown-module .left {
    width: 100%;
  }
}
.dropdown-module .left img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .dropdown-module .left img {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}
.dropdown-module .left .related-downloads {
  text-align: center;
  margin-top: 10px;
}
.dropdown-module .left .related-downloads .text {
  position: relative;
  top: -4px;
  display: inline-block;
  text-align: left;
}
.dropdown-module .left .related-downloads img {
  display: inline-block;
  width: 40px;
  float: none !important;
}
.dropdown-module .right {
  float: right;
  width: 63%;
  margin-left: 7%;
}
@media only screen and (max-width: 800px) {
  .dropdown-module .right {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.dropdown-module .right h5, .dropdown-module .right p {
  text-align: left;
}
@media only screen and (max-width: 800px) {
  .dropdown-module .right h5, .dropdown-module .right p {
    text-align: center;
  }
}
.dropdown-module h3 {
  text-align: center;
  margin: 20px auto 40px;
}
.dropdown-module .container {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.dropdown-module .item {
  display: block;
  float: left;
  width: 400px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 1250px) {
  .dropdown-module .item {
    width: 40%;
    margin: 0 auto;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1000px) {
  .dropdown-module .item {
    width: 100%;
    padding: 0 30px;
    margin: 10px auto;
    box-sizing: border-box;
  }
}
.dropdown-module img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.dropdown-module .related-downloads {
  text-align: center;
  margin-top: 10px;
}
.dropdown-module .related-downloads .text {
  position: relative;
  top: -7px;
  display: inline-block;
  text-align: left;
}
.dropdown-module .related-downloads img {
  display: inline-block;
  width: 50px;
}
.dropdown-module h5 {
  text-align: center;
  margin: 20px 0;
}
.dropdown-module p {
  text-align: center;
}
.dropdown-module .dropdown-item {
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  text-align: left;
}
.dropdown-module .dropdown-item .dropdown-header {
  max-width: 90%;
  display: inline-block;
  cursor: pointer;
}
.dropdown-module .dropdown-item .plus {
  display: inline-block;
  float: right;
}

.linkbanner-container.w-354 {
  width: 366px;
}
@media only screen and (max-width: 1250px) {
  .linkbanner-container.w-354 {
    width: 100%;
  }
}

@media only screen and (max-width: 1250px) {
  .linkbanner .w-1100 {
    width: 60%;
  }
}
@media only screen and (max-width: 1000px) {
  .linkbanner .w-1100 {
    width: 70%;
  }
}
@media only screen and (max-width: 800px) {
  .linkbanner .w-1100 {
    width: 80%;
  }
}
.linkbanner h3 {
  margin-top: 0;
}

.linkbanner-container.w-708 {
  width: 732px;
}
@media only screen and (max-width: 1250px) {
  .linkbanner-container.w-708 {
    width: 100%;
  }
}

.linkbanner-container {
  position: relative;
  display: flex;
  margin: 40px auto 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1250px) {
  .linkbanner-container {
    display: block;
  }
}
.linkbanner-container .item {
  float: left;
  position: relative;
  display: block;
  height: 450px;
  padding: 40px 60px;
  text-decoration: none;
  outline: none;
  flex: 1;
  margin: 0 3px;
  overflow: hidden;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media only screen and (max-width: 1250px) {
  .linkbanner-container .item {
    width: 100%;
    height: 350px;
    margin: 3px 0;
  }
}
.linkbanner-container .item .application-item {
  position: absolute;
  height: 450px;
  width: 360px;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  .linkbanner-container .item .application-item {
    width: 100%;
    height: 350px;
  }
}
.linkbanner-container .item h4 {
  color: #FFF;
  text-transform: none;
}
.linkbanner-container .item img {
  display: none;
  max-width: 180px;
  max-height: 60px;
  margin: 0 auto 20px;
}
.linkbanner-container .item p {
  display: none;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
.linkbanner-container .item .button-container {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
}
.linkbanner-container .item .button {
  color: #FFF;
  border-color: #FFF;
  padding: 8px 18px;
  font-size: 12px;
  text-transform: uppercase;
}
.linkbanner-container .item:hover {
  transform: scale(1.07);
}
.linkbanner-container .item:hover > .application-item {
  z-index: 9;
  transform: scale(1.06);
  filter: blur(7px) brightness(80%);
  -webkit-filter: blur(7px) brightness(80%);
}
.linkbanner-container .item:hover > img {
  position: relative;
  display: block;
  z-index: 99;
}
.linkbanner-container .item:hover > h4 {
  display: none;
}
.linkbanner-container .item:hover > p {
  position: relative;
  display: inline-block;
  z-index: 99;
}
.linkbanner-container .item:hover > .button-container {
  display: block;
  z-index: 99;
}

.background-icons {
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}
.background-icons h3 {
  color: #FFF;
}
.background-icons p {
  color: #FFF;
  text-align: center;
}
.background-icons .container {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .background-icons .container {
    display: block;
    float: none;
    width: 80%;
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 800px) {
  .background-icons .container {
    width: 100%;
  }
}
.background-icons .item {
  flex: 1;
  margin: 0 2px;
  padding: 40px 30px 0;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1250px) {
  .background-icons .item {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .background-icons .item {
    margin: 5px 0;
  }
}
.background-icons .item h4 {
  font-size: 20px;
  color: #FFF;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .background-icons .item h4 {
    text-align: center;
  }
}
.background-icons .item p {
  text-align: left;
  font-size: 13px;
  line-height: 21px;
}
@media only screen and (max-width: 1000px) {
  .background-icons .item p {
    text-align: center;
  }
}
.background-icons .item img {
  width: 100%;
  max-width: 124px;
}
@media only screen and (max-width: 1000px) {
  .background-icons .item img {
    display: block;
    max-width: 62px;
    margin: 0 auto;
  }
}
.background-icons .item ul {
  padding: 0 0 0 18px;
}
.background-icons .item li {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #FFF;
}

.video h3 {
  margin: 0 auto 40px;
}
.video .wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.video .wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.internal-video {
  float: left;
  width: 100%;
  outline: none;
}

.button-list h3 {
  text-align: center;
  margin: 20px auto;
}
.button-list .container {
  margin-top: 50px;
  text-align: center;
}
.button-list .container .button {
  display: inline-block;
  margin: 0 5px 20px;
  padding: 16px 45px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .button-list .container .button {
    padding: 15px 35px;
    border-radius: 35px;
    font-size: 16px;
  }
}

.background-dropdowns {
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.background-dropdowns .w-1000 {
  margin-top: 40px;
}
.background-dropdowns h3 {
  color: #FFF;
  margin: 0 auto 30px;
  width: 100%;
}
.background-dropdowns p {
  color: #FFF;
  text-align: center;
}
.background-dropdowns .dropdown-item {
  width: 100%;
  border-bottom: 1px solid #FFF;
  padding: 20px;
  color: #FFF;
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  .background-dropdowns .dropdown-item {
    padding: 20px 0;
  }
}
.background-dropdowns .dropdown-item .dropdown-header {
  max-width: 90%;
  display: inline-block;
  cursor: pointer;
}
.background-dropdowns .dropdown-item .plus {
  display: inline-block;
  float: right;
}
.background-dropdowns .internal-video {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.downloads h3 {
  margin-top: 0;
}
.downloads .container {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.downloads .item {
  display: inline-block;
  max-width: 250px;
  margin: 15px auto;
  padding: 0 10px;
}
@media only screen and (max-width: 1000px) {
  .downloads .item {
    margin: 20px 0;
  }
}
.downloads .item h3 {
  font-size: 18px;
  margin: 10px auto 25px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 400;
}
@media only screen and (max-width: 1000px) {
  .downloads .item h3 {
    margin: 10px auto;
  }
}
.downloads .item .button {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.left-video-content .container {
  float: left;
  width: 100%;
}
.left-video-content .left {
  float: left;
  width: 42%;
}
@media only screen and (max-width: 1000px) {
  .left-video-content .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 800px) {
  .left-video-content .left {
    width: 100%;
    margin: 0;
  }
}
.left-video-content .left img {
  width: 100%;
}
.left-video-content .right {
  float: left;
  width: 42%;
  margin-left: 6%;
}
@media only screen and (max-width: 1000px) {
  .left-video-content .right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .left-video-content .right h5,
  .left-video-content .right p {
    text-align: center;
  }
}
.left-video-content h3 {
  margin: 0 auto 40px;
}
.left-video-content .download {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: flex;
}
.left-video-content .download img {
  width: 50px;
  align-self: center;
}
.left-video-content .download span {
  margin: 8px 20px;
  text-align: left;
}
.left-video-content .download .button {
  margin-top: 10px;
  width: 170px;
  height: 14px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 1000px) {
  .left-video-content .download .button {
    width: 140px;
    font-size: 12px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .left-video-content .download .button {
    margin-top: 0;
  }
}

.testimonials {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 1000px) {
  .testimonials .w-1200 {
    width: 90%;
  }
}
@media only screen and (max-width: 800px) {
  .testimonials .w-1200 {
    width: 100%;
  }
}
.testimonials h3 {
  color: #FFF;
}
.testimonials p {
  color: #FFF;
  text-align: center;
}
.testimonials .name {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
}
.testimonials .testimonials-slider {
  display: block;
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
}
.testimonials .slick-slide {
  outline: none;
}
.testimonials .arrow-container .slick-arrow {
  top: 30px;
}
@media only screen and (max-width: 800px) {
  .testimonials .arrow-container .slick-arrow {
    top: 60px;
  }
}
.testimonials .arrow-container .slick-arrow img {
  width: 20px;
}
.testimonials .center-arrows {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-form {
  background: #FFF;
}
.contact-form h3 {
  margin-bottom: 40px;
}
.contact-form .form {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.contact-form .form input {
  font-size: 14px;
  color: #000;
  outline: none;
}
.contact-form .form .required:after {
  content: " *";
  color: #1c202a;
}
.contact-form .form textarea {
  float: left;
  width: 98%;
  margin: 10px 1% 20px;
  padding: 20px;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #717173;
  color: #000;
  outline: none;
}
.contact-form .form .full-width {
  float: left;
  width: 98%;
  margin: 0 1% 20px;
  padding: 10px 0;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #717173;
  color: #000;
}
.contact-form .form .third-width {
  float: left;
  width: 31%;
  margin: 0 1% 20px;
  padding: 10px 0;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #717173;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .contact-form .form .third-width {
    width: 98%;
  }
}
.contact-form .form ::-moz-placeholder {
  font-size: 14px;
  color: #000;
}
.contact-form .form ::placeholder {
  font-size: 14px;
  color: #000;
}
.contact-form .form .button {
  width: 98%;
  margin: 0 1%;
  text-transform: uppercase;
  font-weight: 500;
  background: #FFF;
}
.contact-form .form button:hover {
  cursor: pointer;
  background: #000;
  color: #FFF;
}

.link-banner .container {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .link-banner .container {
    display: block;
    float: none;
    width: 450px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 800px) {
  .link-banner .container {
    width: 100%;
  }
}
.link-banner h3 {
  margin-top: 0;
}
.link-banner .item {
  position: relative;
  display: block;
  flex: 1;
  height: 400px;
  margin: 0 2px;
  padding: 40px 40px;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1250px) {
  .link-banner .item {
    height: 350px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .link-banner .item {
    height: 200px;
    margin: 5px 0;
  }
}
.link-banner .item.with-hover:hover {
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
}
.link-banner h4 {
  position: absolute;
  bottom: 40px;
  text-align: left;
  font-size: 21px;
  line-height: 26px;
  color: #FFF;
  text-transform: uppercase;
  max-width: 70%;
  margin: 0;
}
@media only screen and (max-width: 1250px) {
  .link-banner h4 {
    font-size: 21px;
    line-height: 25px;
  }
}
.link-banner span {
  opacity: 0;
  position: absolute;
  bottom: 38px;
  right: 20px;
  text-align: right;
  font-size: 24px;
  line-height: 28px;
  color: #FFF;
  max-width: 20%;
  transition: opacity 0.6s, right 0.6s;
}
@media only screen and (max-width: 1250px) {
  .link-banner span {
    right: 10px;
    font-size: 21px;
    line-height: 25px;
  }
}
.link-banner .item.with-hover:hover > span {
  opacity: 1;
  right: 40px;
}
@media only screen and (max-width: 1250px) {
  .link-banner .item.with-hover:hover > span {
    right: 20px;
  }
}

.featured-videos .container {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .featured-videos .container {
    display: block;
    float: none;
    width: 450px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 800px) {
  .featured-videos .container {
    width: 100%;
  }
}
.featured-videos h3 {
  margin-top: 0;
}
.featured-videos .item {
  position: relative;
  display: block;
  flex: 1;
  margin: 0 2px;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
}

.full-width-text {
  background: #FFF;
  background-size: cover;
  background-position: center;
}
.full-width-text h1 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 40px;
  color: #000;
}
.full-width-text h3 {
  margin-top: 15px;
}
.full-width-text .two-column {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-fill: balance;
  column-fill: balance;
}
@media only screen and (max-width: 1000px) {
  .full-width-text .two-column {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.full-width-text .two-column p:first-of-type {
  margin-top: 0;
}

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

.full-width-text.centre-text {
  text-align: center;
}

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

.full-width-text.white-text {
  color: #FFF;
}

.left-image {
  background: #FFF;
}
.left-image h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
.left-image .left {
  float: left;
  width: 47%;
}
@media only screen and (max-width: 800px) {
  .left-image .left {
    width: 100%;
  }
}
.left-image .left.extra-large {
  height: 1px;
}
@media only screen and (max-width: 800px) {
  .left-image .left.extra-large {
    height: auto;
  }
}
.left-image .left.extra-large img {
  position: absolute;
  left: -10%;
  width: 59%;
  max-width: 900px;
}
@media only screen and (min-width: 1800px) {
  .left-image .left.extra-large img {
    left: auto;
    margin-left: -350px;
  }
}
@media only screen and (max-width: 1000px) {
  .left-image .left.extra-large img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .left-image .left.extra-large img {
    position: relative;
    margin-top: 0;
    width: 80%;
    left: auto;
  }
}
.left-image .right {
  float: left;
  width: 47%;
  margin-left: 6%;
}
@media only screen and (max-width: 800px) {
  .left-image .right {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.left-image .right h5 {
  text-align: left;
  margin: 5px 0;
}
@media only screen and (max-width: 800px) {
  .left-image .right h5 {
    margin-top: 25px;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .left-image .right p {
    text-align: center;
  }
}
.left-image .right.extra-large {
  height: 1px;
}
@media only screen and (max-width: 800px) {
  .left-image .right.extra-large {
    height: auto;
  }
}
.left-image .right.extra-large img {
  position: absolute;
  right: -10%;
  width: 59%;
  max-width: 900px;
}
@media only screen and (min-width: 1800px) {
  .left-image .right.extra-large img {
    left: auto;
    margin-left: -350px;
  }
}
@media only screen and (max-width: 1000px) {
  .left-image .right.extra-large img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .left-image .right.extra-large img {
    position: relative;
    margin-top: 0;
    width: 80%;
    left: auto;
    right: auto;
  }
}
.left-image img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .left-image img {
    display: block;
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
  }
}
.left-image .download {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: flex;
}
.left-image .download img {
  width: 50px;
  align-self: center;
}
.left-image .download span {
  margin: 8px 20px;
  text-align: left;
}
.left-image .download .button {
  margin-top: 10px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 1000px) {
  .left-image .download .button {
    width: 140px;
    font-size: 12px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .left-image .download .button {
    margin-top: 0;
  }
}

.jetsense-left {
  float: left;
  width: 47%;
  text-align: center;
}

.jetsense-right {
  float: left;
  width: 47%;
  margin-left: 6%;
}

@media only screen and (max-width: 800px) {
  .jetsense-left {
    width: 100%;
  }
  .jetsense-right {
    width: 100%;
    margin-left: 0;
  }
  .jetsense-left .button {
    display: block;
  }
}
.news-page {
  padding: 120px 0 80px 0;
}
@media only screen and (max-width: 800px) {
  .news-page {
    padding: 60px 0 80px;
  }
}
.news-page .view-all-news {
  float: left;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.news-page .view-all-news .button {
  display: inline-block;
}
.news-page .tile {
  position: relative;
  display: block;
  float: left;
  width: 31%;
  margin: 0 1% 48px;
  height: 562px;
  border: 0.5px solid #D1D5DB;
}
@media only screen and (max-width: 1000px) {
  .news-page .tile {
    width: 98%;
    height: 432px;
    margin: 5px 1%;
  }
}
@media only screen and (max-width: 800px) {
  .news-page .tile {
    height: 432px;
  }
}
.news-page .tile .tile-img {
  height: 45%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 800px) {
  .news-page .tile .tile-img {
    height: 30%;
  }
}
.news-page .tile .tile-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
}
.news-page .tile .read-more {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.news-page .tile:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.news-page .tile .container {
  padding: 15px 20px;
  box-sizing: border-box;
}
.news-page .tile .container h2 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding-top: 15px;
}
.news-page .tile .container p {
  color: black;
}
.news-page .tile .container .metadata {
  color: #0084ab;
  font-size: 12px;
  text-transform: uppercase;
}
.news-page .tile .container .category {
  font-weight: 800;
}
.news-page .tile .container .read-more {
  font-weight: bold;
}
.news-page .pagination {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.news-page .pagination ul {
  text-align: center;
}
.news-page .pagination li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
  margin: 0 8px;
}
.news-page .pagination li a {
  color: #717173;
}
.news-page .pagination li.active {
  border-bottom: 1.5px solid #0084AC;
  padding: 10px 3px;
}
.news-page .pagination li.active a {
  color: #0084AC;
  width: 100%;
}
.news-page .w-1200 {
  width: 90%;
}

.news-article {
  margin-top: 100px;
}
.news-article h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .news-article h2 {
    font-size: 24px;
  }
}
.news-article .back-to-news {
  text-transform: uppercase;
  font-size: 14px;
  margin: 100px 0 60px 0x;
}
.news-article .back-to-news img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding-right: 15px;
}
.news-article .metadata {
  color: #0084ab;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
}
.news-article .metadata .category {
  font-weight: 800;
}
.news-article article {
  border-bottom: 1px solid #D1D5DB;
  margin-bottom: 50px;
  padding-bottom: 50px;
  margin: 9% 10% 6% 10%;
}
.news-article article h3, .news-article article h4 {
  text-align: left;
  margin-left: 0;
  font-weight: bold;
  margin-top: 0;
}
.news-article article .article-img {
  width: 1096px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 32px 0;
}
@media only screen and (max-width: 800px) {
  .news-article article .article-img {
    height: 300px;
  }
}
@media only screen and (max-width: 800px) {
  .news-article article .article-img {
    height: 200px;
  }
}
.news-article article .news-video {
  max-width: 100%;
}
.news-article .social-icons {
  float: right;
  margin-bottom: 50px;
  margin-right: 9%;
  max-width: 900px;
}
.news-article .social-icons img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}
.news-article .social-icons .share-link {
  text-transform: uppercase;
  font-weight: bold;
  color: #0084ab;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 8px;
  padding-right: 30px;
}

.newsletter-signup {
  text-align: center;
  background-color: #F7F8F9;
  padding: 80px 0;
}
.newsletter-signup h2 {
  font-weight: normal;
  font-size: 22px;
}
.newsletter-signup input {
  background-color: #F7F8F9;
  padding: 10px;
  margin: 10px 2px;
  border-radius: 25px;
  border: 1px solid #0084ab;
}
.newsletter-signup input.email {
  width: 250px;
}
.newsletter-signup input::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 200;
  padding: 20px;
}
.newsletter-signup input::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 200;
  padding: 20px;
}
.newsletter-signup #mc-embedded-subscribe {
  width: 225px;
  background-color: #0084ab;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.3px;
}
.newsletter-signup #mc_embed_signup_scroll div {
  display: inline-block;
}
.newsletter-signup .mce_inline_error {
  border-radius: 25px;
  padding: 10px;
}

.contact-page {
  padding: 80px 0 120px;
}
@media only screen and (max-width: 800px) {
  .contact-page {
    padding: 60px 0 80px;
  }
}
.contact-page .regions {
  float: left;
  width: 100%;
}
.contact-page .region {
  float: left;
  width: 100%;
  border-bottom: 1px solid #cacaca;
  padding: 40px 0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Opera and Firefox */
}
@media only screen and (max-width: 800px) {
  .contact-page .region {
    padding: 30px 0;
  }
}
.contact-page .region:hover {
  cursor: pointer;
  opacity: 0.8;
}
.contact-page h5,
.contact-page p {
  max-width: 90%;
  display: inline-block;
  margin: 2px 0;
}
.contact-page .subplus,
.contact-page .plus {
  position: relative;
  top: -10px;
  float: right;
  font-size: 21px;
}
.contact-page .subminus,
.contact-page .minus {
  position: relative;
  top: -10px;
  display: none;
  float: right;
  font-size: 21px;
}
.contact-page .subplus,
.contact-page .subminus {
  top: 2px;
}
.contact-page .departments {
  display: none;
  float: left;
  width: 100%;
}
.contact-page .department {
  float: left;
  width: 90%;
  border-bottom: 1px solid #cacaca;
  padding: 40px 3%;
  margin: 0 2%;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Opera and Firefox */
}
@media only screen and (max-width: 800px) {
  .contact-page .department {
    padding: 30px 3%;
  }
}
.contact-page .department:hover {
  cursor: pointer;
  opacity: 0.8;
}
.contact-page .department-details {
  display: none;
  float: left;
  width: 90%;
  padding: 40px 5%;
}
@media only screen and (max-width: 800px) {
  .contact-page .department-details {
    padding: 30px 5%;
  }
}
.contact-page .department-details .left {
  float: left;
  width: 35%;
}
@media only screen and (max-width: 800px) {
  .contact-page .department-details .left {
    width: 100%;
  }
}
.contact-page .department-details .right {
  float: left;
  width: 60%;
  margin-left: 5%;
}
@media only screen and (max-width: 800px) {
  .contact-page .department-details .right {
    width: 100%;
    margin-left: 0;
  }
}
.contact-page .department-details .full-col {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.contact-page .department-details .left-col {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 800px) {
  .contact-page .department-details .left-col {
    width: 100%;
  }
}
.contact-page .department-details .right-col {
  float: left;
  width: 48%;
  margin-left: 4%;
}
@media only screen and (max-width: 800px) {
  .contact-page .department-details .right-col {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.contact-page .department-details img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .contact-page .department-details img {
    max-width: 300px;
    margin-bottom: 20px;
  }
}

.covid-h3 {
  margin-left: 0;
  text-align: left;
  margin-bottom: 40px;
}

.lockdown-thoughts-button {
  display: inline-block;
  color: #0084AC;
  text-transform: uppercase;
  font-weight: bold;
  border-color: #0084AC;
  padding: 10px 30px;
  font-size: 14px;
  margin-top: 20px;
}

.covid-update-container {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 800px) {
  .covid-update-container {
    flex-wrap: wrap;
  }
}
.covid-update-container .left {
  width: 45%;
}
@media all and (max-width: 800px) {
  .covid-update-container .left {
    width: 100%;
  }
}
.covid-update-container .left .date {
  color: #108CB1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.covid-update-container .left .title {
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 10px;
}
.covid-update-container .left .article-content {
  margin-bottom: 40px;
}
.covid-update-container .right {
  width: 42%;
}
@media all and (max-width: 800px) {
  .covid-update-container .right {
    width: 100%;
    margin-top: 40px;
  }
}

.previous-updates .item {
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.previous-updates .item p {
  margin: 10px 0 20px 0;
}
.previous-updates .item .date {
  color: #108CB1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.previous-updates .item a {
  color: #000;
}
.previous-updates .item a img {
  position: relative;
  top: -2px;
  width: 25px;
  float: right;
}

.previous-updates-pagination {
  margin-bottom: 20px;
}
.previous-updates-pagination a {
  font-weight: bold;
  margin-right: 6px;
  text-transform: uppercase;
}
.previous-updates-pagination a.active {
  border-bottom: 2px solid #0084ab;
}

.covid-internal .w-800 img {
  float: left;
}
.covid-internal .w-800 ul,
.covid-internal .w-800 ol,
.covid-internal .w-800 li {
  text-align: left;
}
.covid-internal .w-800 li {
  font-size: 15px;
  margin: 10px 0;
}
.covid-internal .back-section {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.covid-internal .back-link {
  float: left;
  text-transform: uppercase;
}
.covid-internal .back-link img {
  position: relative;
  margin-right: 15px;
}
.covid-internal .date {
  color: #108CB1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.covid-internal h3, .covid-internal p {
  text-align: left;
  margin-left: 0;
}
.covid-internal .article-content {
  margin-bottom: 40px;
}

.search-results {
  padding: 80px 0 120px;
}
@media only screen and (max-width: 800px) {
  .search-results {
    padding: 60px 0 80px;
  }
}
.search-results .search-form {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.search-results .search-form .center-search {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.search-results .search-form input {
  padding: 20px 20px 21px;
  border: 1px solid #EEE;
  border-radius: 0;
  width: calc(100% - 158px);
  box-sizing: border-box;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
}
.search-results .search-form button {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  background: #000;
  color: #fff;
  border: none;
  padding: 20px 40px 21px;
}
.search-results .search-form button:hover {
  cursor: pointer;
  opacity: 0.9;
}
.search-results .search-result {
  float: left;
  display: block;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  background: #EEE;
  margin: 7px 0;
  border-radius: 1px;
}
.search-results .search-result h3 {
  text-align: left;
  margin: 0;
}
.search-results .search-result p {
  margin: 0;
}

.resources-back:hover {
  cursor: pointer;
}

.object-height {
  height: 1125px;
}
@media only screen and (max-width: 1000px) {
  .object-height {
    height: 1000px;
  }
}
@media only screen and (max-width: 800px) {
  .object-height {
    height: 600px;
  }
}

.parts-back {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.w-spare-parts {
  display: block;
  margin: 0 auto;
  width: 95%;
  max-width: 750px;
}

.parts-object-container {
  padding: 20px 0;
}

.parts-coming-soon {
  padding: 200px 0 450px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .parts-coming-soon {
    padding: 150px 0 300px;
  }
}
.parts-coming-soon p {
  font-size: 21px;
  font-weight: bold;
  color: #0084ab;
  text-transform: uppercase;
}

.back-parts-landing {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.back-parts-landing .button {
  border-color: #0084ab;
  color: #0084ab;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: bold;
}
.back-parts-landing .button:hover {
  background: #0084ab;
  color: #FFF;
}

.parts-base {
  padding-top: 20px !important;
}

#noresults {
  display: none;
  margin: 20px 0;
}

.resources-search {
  margin-top: 60px;
}

.col-2-arrow,
.col-3-arrow {
  display: none;
  position: relative;
  top: 10px;
  margin-right: 5px;
}
@media only screen and (max-width: 800px) {
  .col-2-arrow,
  .col-3-arrow {
    display: inline-block;
  }
}

.col-2-arrow:hover,
.col-3-arrow:hover {
  cursor: pointer;
}

.resources-internal {
  padding: 80px 0 120px;
}
@media only screen and (max-width: 800px) {
  .resources-internal {
    padding: 60px 0 80px;
  }
}
.resources-internal h3 {
  text-align: left;
  font-size: 21px;
  width: 100%;
  margin-bottom: 20px;
}
.resources-internal .folder p img {
  float: right;
  width: 25px;
}
.resources-internal .folder p.active {
  font-weight: bold;
}
.resources-internal .folder,
.resources-internal .subfolder {
  display: none;
}
.resources-internal .folder.force-show {
  display: block;
}
.resources-internal .folder.active,
.resources-internal .subfolder.active {
  display: block;
}
.resources-internal .toplevel {
  position: relative;
}
.resources-internal .toplevel img {
  display: none;
  width: 20px;
  position: absolute;
  top: 3px;
  right: 0;
}
.resources-internal .toplevel.active {
  font-weight: bold;
}
.resources-internal .toplevel.active img {
  display: block;
}
.resources-internal .toplevel:hover,
.resources-internal .folder:hover,
.resources-internal .subfolder:hover {
  cursor: pointer;
}
.resources-internal .search-container {
  margin-top: 60px;
}
.resources-internal .resources-back {
  text-transform: uppercase;
}
.resources-internal .resources-back img {
  position: relative;
  margin-right: 10px;
}
.resources-internal .container {
  position: relative;
  display: flex;
  margin: 80px 0;
}
@media only screen and (max-width: 800px) {
  .resources-internal .container {
    flex-wrap: wrap;
    margin: 20px 0;
  }
}
.resources-internal .container .infobox-2-mobile,
.resources-internal .container .infobox-1 {
  position: absolute;
  top: 65px;
  right: 3%;
  width: 80%;
  background: rgba(224, 224, 224, 0.2);
  padding: 20px 30px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .resources-internal .container .infobox-2-mobile,
  .resources-internal .container .infobox-1 {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.resources-internal .container .infobox-2-mobile p,
.resources-internal .container .infobox-1 p {
  display: flex;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .resources-internal .container .infobox-2-mobile p,
  .resources-internal .container .infobox-1 p {
    align-items: flex-start;
  }
}
.resources-internal .container .infobox-2-mobile img,
.resources-internal .container .infobox-1 img {
  position: relative;
  margin-right: 12px;
}
@media only screen and (max-width: 800px) {
  .resources-internal .container .infobox-2-mobile img,
  .resources-internal .container .infobox-1 img {
    transform: rotate(-90deg);
  }
}
.resources-internal .container .infobox-2-mobile span,
.resources-internal .container .infobox-1 span {
  width: calc(100% - 50px);
}
.resources-internal .container .infobox-2 {
  display: none;
  background: rgba(224, 224, 224, 0.2);
  padding: 20px 30px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .resources-internal .container .infobox-2 {
    display: none !important;
  }
}
.resources-internal .container .infobox-2.force-show {
  display: block;
}
.resources-internal .container .infobox-2 p {
  display: flex;
  align-items: center;
  margin: 0;
}
.resources-internal .container .infobox-2 img {
  position: relative;
  margin-right: 12px;
}
.resources-internal .container .infobox-2 span {
  width: calc(100% - 50px);
}
.resources-internal .container .infobox-2-mobile {
  display: none;
}
.resources-internal .container .infobox-2-mobile.force-show {
  display: block;
}
@media only screen and (min-width: 800px) {
  .resources-internal .container .infobox-2-mobile {
    display: none !important;
  }
}
.resources-internal .container .col {
  flex-basis: 14%;
  margin-right: 3%;
}
@media only screen and (max-width: 800px) {
  .resources-internal .container .col {
    flex-basis: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .resources-internal .container .col-1 .col-header {
    margin-top: 15px;
  }
}
.resources-internal .container .col-2 {
  flex-basis: 21%;
}
@media only screen and (max-width: 800px) {
  .resources-internal .container .col-2 {
    flex-basis: 100%;
    display: none;
  }
  .resources-internal .container .col-2.force-show {
    display: block;
  }
}
.resources-internal .container .col-3 {
  flex-basis: 56%;
}
@media only screen and (max-width: 800px) {
  .resources-internal .container .col-3 {
    flex-basis: 100%;
    display: none;
  }
}
.resources-internal .container .col-header {
  font-size: 15px;
  font-weight: 700;
  color: #0084AC;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.resources-internal .base {
  text-align: center;
  padding-top: 10px;
  width: 100%;
  border-top: 1px solid #E0E0E0;
}
.resources-internal .base a {
  color: #000000;
  text-decoration: underline;
}

.resources-landing {
  padding: 80px 0 120px;
}
@media only screen and (max-width: 800px) {
  .resources-landing {
    padding: 60px 0 80px;
  }
}
.resources-landing h3 {
  text-align: left;
  margin-top: 60px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .resources-landing h3 {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.resources-landing .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 50px 0;
}
.resources-landing .container .tile {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 65px;
  box-sizing: border-box;
  width: 42%;
  margin: 40px 4%;
  background: #0084AC url("/assets/main/icons/resources-overlay.png");
  background-position: top;
  background-size: cover;
  height: 370px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  text-align: center;
}
@media all and (max-width: 1000px) {
  .resources-landing .container .tile {
    width: 44%;
    margin: 20px 3%;
    height: 320px;
  }
}
@media all and (max-width: 800px) {
  .resources-landing .container .tile {
    width: 100%;
    margin: 15px 0;
    height: 280px;
    padding: 40px 35px;
  }
}
.resources-landing .container img {
  display: block;
  width: 70px;
  margin: 0 auto;
}
.resources-landing .container h3 {
  color: #FFF;
  text-align: center;
  margin: 40px 0 30px;
}
@media only screen and (max-width: 800px) {
  .resources-landing .container h3 {
    margin: 30px 0 20px;
  }
}
.resources-landing .container .button {
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media only screen and (max-width: 800px) {
  .resources-landing .container .button {
    padding: 10px 30px;
  }
}
.resources-landing .container .button:hover {
  cursor: pointer;
  background: #FFF;
  color: #0084AC;
}
.resources-landing .base {
  text-align: center;
  padding-top: 10px;
  width: 100%;
  border-top: 1px solid #E0E0E0;
}
.resources-landing .base a {
  color: #000000;
  text-decoration: underline;
}

.search-container {
  width: 100%;
  margin: 10px 0;
}
.search-container .inner-search-container {
  position: relative;
  width: 100%;
  display: block;
  max-width: 692px;
  margin: 0 auto;
}
.search-container .inner-search-container input {
  padding: 8px 20px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cacaca;
  border-radius: 22px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1.3px;
  font-weight: 300;
}
.search-container .inner-search-container img {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}

.noresults {
  display: none;
}

.resource-download {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .resource-download {
    margin-bottom: 20px;
  }
}
.resource-download.resources-search-item {
  display: none;
}
.resource-download img {
  width: 30px;
}
.resource-download span {
  display: inline-block;
  width: calc(100% - 90px);
  padding: 0 10px;
  box-sizing: border-box;
  color: #000;
  line-height: 1.4em;
}
@media only screen and (max-width: 800px) {
  .resource-download span {
    top: 0;
    word-wrap: break-word;
  }
}
.resource-download .download-icon {
  position: relative;
  top: 0;
  width: 28px;
}

.resources-download-sub {
  position: relative;
  float: left;
  width: 96%;
  padding: 15px 30px 15px 60px;
  box-sizing: border-box;
  background: #f7f8f9;
  color: #000;
  margin: 5px 2%;
}
@media only screen and (max-width: 800px) {
  .resources-download-sub {
    padding: 20px 30px 80px 65px;
    margin-bottom: 15px;
  }
}
.resources-download-sub a {
  position: absolute;
  right: 0;
  background: #0084ab;
  color: #FFF;
  padding: 10px 20px 6px;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .resources-download-sub a {
    left: 0;
    bottom: 0;
    top: auto;
  }
}
.resources-download-sub a span {
  font-size: 10px;
}
.resources-download-sub a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.resources-download-sub img {
  position: absolute;
  width: 40px;
  top: 3px;
  left: 7px;
}
.resources-download-sub .filename {
  float: left;
  width: calc(100% - 110px);
}
@media only screen and (max-width: 800px) {
  .resources-download-sub .filename {
    width: 100%;
  }
}

.resources-page {
  padding: 80px 0 120px;
}
@media only screen and (max-width: 800px) {
  .resources-page {
    padding: 60px 0 80px;
  }
}
.resources-page p {
  text-align: center;
}
.resources-page .search-container {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.resources-page .search-container .inner-search-container {
  position: relative;
  float: left;
  width: 100%;
  max-width: 400px;
}
.resources-page .search-container .inner-search-container input {
  padding: 8px 20px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cacaca;
  border-radius: 22px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1.3px;
  font-weight: 300;
}
.resources-page .search-container .inner-search-container img {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.resources-page .resources-container {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.resources-page .resources-download-container {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.resources-page .resources-download,
.resources-page .resources-download-sub {
  position: relative;
  float: left;
  width: 96%;
  padding: 15px 30px 15px 60px;
  box-sizing: border-box;
  background: #f7f8f9;
  color: #000;
  margin: 5px 2%;
}
@media only screen and (max-width: 800px) {
  .resources-page .resources-download,
  .resources-page .resources-download-sub {
    padding: 20px 30px 80px 65px;
    margin-bottom: 15px;
  }
}
.resources-page .resources-download a,
.resources-page .resources-download-sub a {
  position: absolute;
  right: 0;
  background: #0084ab;
  color: #FFF;
  padding: 10px 20px 6px;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .resources-page .resources-download a,
  .resources-page .resources-download-sub a {
    left: 0;
    bottom: 0;
    top: auto;
  }
}
.resources-page .resources-download a span,
.resources-page .resources-download-sub a span {
  font-size: 10px;
}
.resources-page .resources-download a:hover,
.resources-page .resources-download-sub a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.resources-page .resources-download img,
.resources-page .resources-download-sub img {
  position: absolute;
  width: 40px;
  top: 3px;
  left: 7px;
}
.resources-page .resources-download .filename,
.resources-page .resources-download-sub .filename {
  float: left;
  width: calc(100% - 110px);
}
@media only screen and (max-width: 800px) {
  .resources-page .resources-download .filename,
  .resources-page .resources-download-sub .filename {
    width: 100%;
  }
}
.resources-page .resources-download-sub {
  width: 100%;
  margin: 5px 0;
}
.resources-page .regions {
  float: left;
  width: 100%;
}
.resources-page .regions .resources-download {
  display: none;
}
.resources-page .resource-folder {
  float: left;
  width: 100%;
  border-bottom: 1px solid #cacaca;
  padding: 30px 0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Opera and Firefox */
}
@media only screen and (max-width: 800px) {
  .resources-page .resource-folder {
    padding: 20px 0;
  }
}
.resources-page .resource-folder:hover {
  cursor: pointer;
  opacity: 0.8;
}
.resources-page h5,
.resources-page p {
  max-width: 90%;
  display: inline-block;
  margin: 2px 0;
}
.resources-page .subplus,
.resources-page .plus {
  position: relative;
  top: 5px;
  float: right;
  font-size: 21px;
}
.resources-page .subminus,
.resources-page .minus {
  position: relative;
  top: 5px;
  display: none;
  float: right;
  font-size: 21px;
}
.resources-page .subplus,
.resources-page .subminus {
  top: 2px;
}
.resources-page .sub-resources {
  display: none;
  float: left;
  width: 100%;
}
.resources-page .sub-resource {
  float: left;
  width: 90%;
  border-bottom: 1px solid #cacaca;
  padding: 30px 3%;
  margin: 0 2%;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Opera and Firefox */
}
@media only screen and (max-width: 800px) {
  .resources-page .sub-resource {
    padding: 30px 3%;
  }
}
.resources-page .sub-resource:hover {
  cursor: pointer;
  opacity: 0.8;
}
.resources-page .sub-resource-container {
  display: none;
  float: left;
  width: 96%;
  margin: 0 2%;
  border-bottom: 1px solid #cacaca;
  padding: 20px 0;
}
.resources-page .department-details {
  display: none;
  float: left;
  width: 90%;
  padding: 40px 5%;
}
@media only screen and (max-width: 800px) {
  .resources-page .department-details {
    padding: 30px 5%;
  }
}
.resources-page .department-details .left {
  float: left;
  width: 35%;
}
@media only screen and (max-width: 800px) {
  .resources-page .department-details .left {
    width: 100%;
  }
}
.resources-page .department-details .right {
  float: left;
  width: 60%;
  margin-left: 5%;
}
@media only screen and (max-width: 800px) {
  .resources-page .department-details .right {
    width: 100%;
    margin-left: 0;
  }
}
.resources-page .department-details .full-col {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.resources-page .department-details .left-col {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 800px) {
  .resources-page .department-details .left-col {
    width: 100%;
  }
}
.resources-page .department-details .right-col {
  float: left;
  width: 48%;
  margin-left: 4%;
}
@media only screen and (max-width: 800px) {
  .resources-page .department-details .right-col {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.resources-page .department-details img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .resources-page .department-details img {
    max-width: 300px;
    margin-bottom: 20px;
  }
}
.resources-page .resources-search {
  float: left;
  width: 100%;
}
.resources-page .resources-search .resources-download {
  width: 100%;
  margin: 5px 0;
  display: none;
}
.resources-page .resource-search-results {
  float: left;
  width: 100%;
  position: relative;
}
.resources-page .noresults {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.sales-hero-banner .arrow-container .center-arrows {
  max-width: 90%;
}
.sales-hero-banner .slick-arrow {
  top: 290px;
}
@media only screen and (max-width: 1800px) {
  .sales-hero-banner .slick-arrow {
    top: 265px;
  }
}
@media only screen and (max-width: 1250px) {
  .sales-hero-banner .slick-arrow {
    top: 240px;
  }
}
.sales-hero-banner .slick-arrow img {
  width: 22px;
}

.sales-landing-banner {
  float: left;
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1800px) {
  .sales-landing-banner {
    height: 500px;
  }
}
.sales-landing-banner .internal-banner-text {
  max-width: 100%;
  margin-top: 200px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .sales-landing-banner .internal-banner-text {
    margin-top: 150px;
  }
}
.sales-landing-banner .internal-banner-text p {
  margin-top: 30px;
}

.sales-internal-banner-container {
  position: relative;
}
.sales-internal-banner-container .tabs {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
}
.sales-internal-banner-container .tabs .tab {
  display: inline-block;
  padding: 15px 22px;
  margin: 0 10px;
  border-radius: 8px 8px 0 0;
  color: #FFF;
  box-sizing: border-box;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .sales-internal-banner-container .tabs .tab {
    margin: 0 5px;
    padding: 12px 16px;
  }
}
.sales-internal-banner-container .tabs .tab p {
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
}
.sales-internal-banner-container .tabs .tab:hover {
  background: #FFF;
  color: #000;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .sales-internal-banner-container .tabs .tab:hover {
    background: transparent;
    color: #FFF;
  }
}
.sales-internal-banner-container .tabs .tab.active {
  background: #FFF;
  color: #000;
  cursor: pointer;
}
.sales-internal-banner-container .tabs .tab.active p {
  font-weight: 600;
}

.sales-internal-banner {
  position: relative;
  float: left;
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 1800px) {
  .sales-internal-banner {
    height: 550px;
  }
}
@media only screen and (max-width: 1250px) {
  .sales-internal-banner {
    height: 500px;
  }
}
.sales-internal-banner .internal-banner-text {
  max-width: 100%;
  margin-top: 200px;
  text-align: center;
}
@media only screen and (max-width: 1250px) {
  .sales-internal-banner .internal-banner-text {
    margin-top: 170px;
  }
}
@media only screen and (max-width: 1000px) {
  .sales-internal-banner .internal-banner-text {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1250px) {
  .sales-internal-banner .internal-banner-text .h1-style, .sales-internal-banner .internal-banner-text h1 {
    font-size: 42px;
    line-height: 46px;
  }
}
.sales-internal-banner .internal-banner-text .text {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1.5px;
  margin-top: 30px;
}
@media only screen and (max-width: 1250px) {
  .sales-internal-banner .internal-banner-text .text {
    font-size: 21px;
  }
}
.sales-internal-banner .internal-banner-text hr {
  margin: 30px 0 40px;
}

.sales-internal-footer {
  position: relative;
  float: left;
  width: 100%;
  height: 280px;
}
.sales-internal-footer .internal-banner-text {
  max-width: 100%;
  margin-top: 120px;
  text-align: center;
}
.sales-internal-footer .internal-banner-text .text {
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 1.5px;
  margin-top: 30px;
}

.sales-guide-slider .slick-active .item:hover > .application-item {
  filter: none;
  -webkit-filter: none;
  background-color: #0084ab !important;
  background-size: 75% !important;
  background-repeat: no-repeat !important;
  background-position: 95% 95% !important;
}

.applications-slider .slick-active .sales-slider-item:hover {
  padding: 40px 60px;
}

.sales-slider-hidden {
  display: none;
}

.sales-guide-slider .slick-active .item:hover > .sales-slider-hidden {
  display: block;
}

.sales-slider-item {
  text-align: center;
}
.sales-slider-item img {
  display: inline-block !important;
  margin: 0 !important;
  max-width: 20px !important;
}
.sales-slider-item span {
  position: relative;
  top: -8px;
  margin-left: 8px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #FFF;
  text-transform: uppercase;
}
.sales-slider-item h4 {
  line-height: 22px;
}

.sales-slider-button {
  display: inline-block;
  margin-top: 10px;
  color: #FFF;
  border: 1px solid #FFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1000px) {
  .sales-slider-button {
    font-size: 12px;
  }
}

.sales-slider-line {
  width: 100%;
  height: 1px;
  background: #FFF;
  display: inline-block;
  margin: 30px 0 15px;
}

@media only screen and (max-width: 1000px) {
  .sales-guide-slider .slick-active .item .application-item {
    filter: none;
    -webkit-filter: none;
    background-color: #0084ab !important;
    background-size: 75% !important;
    background-repeat: no-repeat !important;
    background-position: 95% 95% !important;
  }
  .applications-slider .slick-active .sales-slider-item {
    padding: 40px 60px;
  }
}
.sales-guide-icons {
  background: #f7f8f9;
  padding: 90px 0;
  margin-top: -24px !important;
}
.sales-guide-icons .item {
  width: 250px;
  margin: 20px auto;
}
.sales-guide-icons h3 {
  width: 90%;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  margin: 15px auto 15px !important;
}
.sales-guide-icons img {
  max-width: 40px;
  max-height: 40px;
}
.sales-guide-icons .button {
  font-weight: 400 !important;
}
.sales-guide-icons .button.coming-soon {
  opacity: 0.3;
  pointer-events: none;
}

.pdf-download-section {
  display: inline-block;
  margin-top: 20px;
}
.pdf-download-section img {
  max-width: 15px;
}
.pdf-download-section span {
  position: relative;
  top: -6px;
  margin-left: 6px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.pdf-download-section.coming-soon {
  opacity: 0.3;
  pointer-events: none;
}

.full-width-dropdowns {
  padding: 50px 0 60px;
}
.full-width-dropdowns h3,
.full-width-dropdowns p {
  color: #000;
}
.full-width-dropdowns .dropdown-item {
  color: #000;
  border-bottom: 1px solid #000;
}

.full-width-dropdowns.left-align-text .w-800 p {
  text-align: left;
}

.separator-line {
  float: left;
  width: 100%;
  height: 1px;
  background: #cacaca;
}

.full-width-image {
  padding: 10px 0;
}
.full-width-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.grey-background {
  background: #f7f8f9;
}

.grey-padding-top-None {
  padding-top: 0;
}

.grey-padding-top-Standard {
  padding-top: 60px;
}

.grey-padding-top-Large {
  padding: 100px;
}

.grey-padding-bottom-None {
  padding-bottom: 0;
}

.grey-padding-bottom-Standard {
  padding-bottom: 60px;
}

.grey-padding-bottom-Large {
  padding-bottom: 100px;
}

.login-page {
  padding: 280px 0 250px;
  background-size: cover;
}
@media all and (max-width: 1250px) {
  .login-page {
    padding: 200px 0 150px;
    background: #21445d;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.login-page .login-container {
  float: left;
  width: 100%;
  box-shadow: 0px 0px 5px 4px rgba(25, 46, 65, 0.1);
}
.login-page .login-container .form {
  float: left;
  width: 65%;
  height: 500px;
  background: #FFF;
  padding: 80px;
  box-sizing: border-box;
}
@media all and (max-width: 1250px) {
  .login-page .login-container .form {
    width: 100%;
    padding: 40px 20%;
    height: auto;
  }
}
@media all and (max-width: 800px) {
  .login-page .login-container .form {
    padding: 40px 10%;
  }
}
.login-page .login-container .form h2 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}
.login-page .login-container .block {
  float: left;
  width: 35%;
  height: 500px;
  background: #0084ab;
  padding: 150px 30px;
  box-sizing: border-box;
}
@media all and (max-width: 1250px) {
  .login-page .login-container .block {
    width: 100%;
    padding: 40px 20%;
    height: auto;
  }
}
@media all and (max-width: 800px) {
  .login-page .login-container .block {
    padding: 40px 10%;
  }
}
.login-page .login-container .block h2,
.login-page .login-container .block p {
  font-weight: 400;
  color: #FFF;
  text-align: center;
}
.login-page .login-container .block h2 {
  margin: 0;
}
.login-page .login-container .block .button {
  display: block;
  width: 145px;
  margin: 20px auto 0;
  text-align: center;
  color: #FFF;
  border-color: #FFF;
  padding: 10px 0;
}
.login-page input {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 2px;
  margin: 0 0 12px 0;
}
.login-page button,
.login-page input[type=submit] {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #1c202a;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}
.login-page input[type=submit]:hover {
  cursor: pointer;
}
.login-page .register {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.login-page .register a {
  float: left;
  width: 100%;
  text-align: center;
  margin: 5px 0;
}
.login-page .error {
  float: left;
  width: 100%;
  padding: 15px 20px;
  background: #d64141;
  color: #FFF;
  font-weight: bold;
  box-sizing: border-box;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px 4px rgba(25, 46, 65, 0.1);
}

.register-page {
  padding: 230px 0 150px;
  background: #21445d;
  background-size: contain;
  background-repeat: no-repeat;
}
.register-page input {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 2px;
  margin: 5px 0;
}
.register-page select {
  border: 1px solid black;
  border-radius: 2px;
}
.register-page .dropdown {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.register-page .split {
  float: left;
  width: 20%;
  height: 1px;
  background: #1c202a;
  clear: both;
  margin: 30px 0;
}
.register-page .register-container {
  float: left;
  width: 100%;
  box-shadow: 0px 0px 5px 4px rgba(25, 46, 65, 0.1);
}
.register-page .register-container .form {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 50px 80px;
  box-sizing: border-box;
}
@media all and (max-width: 1250px) {
  .register-page .register-container .form {
    width: 100%;
    padding: 40px 20%;
    height: auto;
  }
}
@media all and (max-width: 800px) {
  .register-page .register-container .form {
    padding: 40px 10%;
  }
}
.register-page .register-container .form h2 {
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px 0;
}
.register-page .register-container .block {
  float: left;
  width: 100%;
  background: #0084ab;
  padding: 5px 30px;
  box-sizing: border-box;
}
.register-page .register-container .block p {
  font-weight: 400;
  color: #FFF;
  text-align: center;
}
.register-page .register-container .block a {
  color: #FFF;
  text-decoration: underline;
}
.register-page .register-container .block .button {
  display: block;
  width: 145px;
  margin: 20px auto 0;
  text-align: center;
  color: #FFF;
  border-color: #FFF;
  padding: 10px 0;
}
.register-page input[type=submit] {
  background: #1c202a;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  margin-top: 20px;
}
.register-page input[type=submit]:hover {
  cursor: pointer;
}

.profile-page {
  padding: 230px 0 180px;
  background: #21445d;
  background-size: contain;
  background-repeat: no-repeat;
}
.profile-page .pending {
  padding: 10px 20px;
  background: #1c202a;
  color: #FFF;
  border-radius: 3px;
  box-sizing: border-box;
}
.profile-page .form {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 50px 80px;
  box-sizing: border-box;
}
@media all and (max-width: 1250px) {
  .profile-page .form {
    width: 100%;
    padding: 40px 20%;
    height: auto;
  }
}
@media all and (max-width: 800px) {
  .profile-page .form {
    padding: 40px 10%;
  }
}
.profile-page .form h2 {
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px 0;
}
.profile-page .user {
  float: left;
  width: 100%;
  margin: 10px 0 20px;
}
.profile-page .user h2 {
  font-size: 21px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: none;
  text-align: left;
}
.profile-page .user p {
  font-size: 18px;
  margin: 0;
  color: #0084ab;
  text-transform: capitalize;
  font-weight: bold;
}
.profile-page .error {
  float: left;
  width: 100%;
  padding: 20px;
  background: #d64141;
  color: #FFF;
  font-weight: bold;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.profile-page .error ul {
  margin: 0;
}
.profile-page .error ul li + li {
  margin-top: 5px;
}
.profile-page .success {
  float: left;
  width: 100%;
  padding: 15px 20px;
  background: #0084ab;
  color: #FFF;
  font-weight: bold;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.profile-page .form-group {
  float: left;
  width: 100%;
  margin: 5px 0 20px;
  box-sizing: border-box;
}
.profile-page .form-group input {
  float: left;
  width: 100%;
  padding: 8px 12px;
  box-sizing: border-box;
  border: none;
  background: #f7f8f9;
  border-radius: 5px;
}
.profile-page .form-group label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.profile-page .button {
  padding: 10px 30px;
}
.profile-page button:hover {
  cursor: pointer;
}

.vizWrap {
  background: #000;
}

#vizContainer {
  min-height: 800px;
}

#vizError1,
#vizError2,
#vizLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111;
}

#vizError1 .loader,
#vizError2 .loader {
  padding: 0 5%;
  margin-bottom: 25%;
  text-align: center;
}

#vizLoader .loader {
  margin-bottom: 25%;
  text-align: center;
}

#vizError1 .loader p,
#vizError2 .loader p,
#vizLoader .loader p {
  text-align: center;
  color: #BEBEBE;
  font-weight: 600;
  margin-top: 20px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 3px;
  border: 3px solid #BEBEBE;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #BEBEBE transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# thirdparty
--------------------------------------------------------------*/
/* Slick Scss */
/*--------------------------------------------------------------
# Slick CSS
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
