@charset "UTF-8";
/*
Theme Name: Novanta
Author: GoingClear Interactive
Author URI: https://www.goingclear.com/
Version: 1.0.0
Text Domain: novanta
*/
/***********************************
BASE STYLES
***********************************/
@font-face {
  font-family: "Gotham Book";
  src: url("fonts/Gotham-Book.eot");
  src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*:not(ul):not(ol) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body, div, span, img,
li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
sub {
  font-size: 60%;
}
table {
  border-collapse: collapse;
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p,
a, span, li {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

h1 sub, h2 sub, h3 sub, h4 sub, h5 sub, h6 sub {
  bottom: -0.55em;
}

strong {
  font-weight: 700;
}

[class$=__media] {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xl-11, .col-xxl-12, .col-xxl,
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.tooltip.show {
  opacity: 1;
}

.tooltip {
  margin-bottom: 3px;
}
.tooltip .tooltip-inner {
  color: #333333;
  min-width: 115px;
  text-align: center;
  padding: 4px 8px 4px;
  border-radius: 2px;
  background-color: #FFFFFF;
  font: 400 14px/18px "proxima-nova", sans-serif;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.tooltip .tooltip-inner .tooltip-event {
  z-index: 1;
  position: relative;
}
.tooltip .arrow {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tooltip .arrow:before {
  display: none;
}
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 4px;
}
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 4px;
}
.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 4px;
}
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 4px;
}

:root {
  --current-color: currentColor;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #333333;
  background: #FFFFFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 400 18px/28px "Open Sans", sans-serif;
}

h1, .h1 {
  font-size: 72px;
  line-height: 84px;
}
h1.fs-sm, .h1.fs-sm {
  font-size: 60px;
  line-height: 70px;
}
h1.fs-lg, .h1.fs-lg {
  font-size: 96px;
  line-height: 127px;
}

h2, .h2 {
  font-size: 48px;
  line-height: 60px;
}

h3, .h3 {
  font-size: 42px;
  line-height: 52px;
}

h4, .h4 {
  font-size: 36px;
  line-height: 44px;
}

h5, .h5 {
  font-size: 30px;
  line-height: 36px;
}

h6, .h6 {
  font-size: 24px;
  line-height: 30px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
}

a:hover, a:focus, button:hover, button:focus {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
}

section {
  padding: 50px 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=search],
select,
textarea {
  border: 0 !important;
  width: 100% !important;
  height: auto !important;
  color: #8A8F95 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  line-height: 1.2 !important;
  background: transparent !important;
  font-family: "Open Sans", sans-serif !important;
  padding: 9px 10px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8A8F95;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #8A8F95;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8A8F95;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #8A8F95;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]:hover, input[type=text]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=search]:hover,
input[type=search]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: 0;
}

a:hover, a:focus, button:hover, button:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.slick-track {
  min-width: 100%;
}

.lr-9 {
  margin-left: -9px;
  margin-right: -9px;
}
.lr-9 [class*=col] {
  padding-left: 9px;
  padding-right: 9px;
}

.lr-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.lr-0 [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.container {
  width: 100%;
  max-width: 1280px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.btn {
  border: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  padding: 15.5px 24px;
  border-radius: 500px;
  font-family: "proxima-nova", sans-serif;
  background-color: #00B189;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn span {
  color: #FFFFFF;
  font-size: 16px;
  margin-left: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-border {
  color: #333333;
  padding: 13.5px 22px;
  border: 2px solid #333333;
  background-color: transparent;
}
.btn.btn-border span {
  color: #333333;
}
.btn.btn-border-white {
  color: #FFFFFF;
  padding: 13.5px 22px;
  border: 2px solid #FFFFFF;
  background-color: transparent;
}
.btn.btn-border-white span {
  color: #FFFFFF;
}
.btn:hover, .btn:focus {
  color: #FFFFFF;
  border-color: #024EA8;
  background-color: #024EA8;
}
.btn:hover span, .btn:focus span {
  color: #FFFFFF;
}
.btn:hover.btn-border span, .btn:focus.btn-border span {
  color: #FFFFFF;
}
.btn:hover.btn-border-white, .btn:focus.btn-border-white {
  border-color: #00B189;
  background-color: #00B189;
}
.btn:hover.btn-border-white span, .btn:focus.btn-border-white span {
  color: #FFFFFF;
}

.btn-back {
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-back span {
  color: #333333;
  height: 36px;
  line-height: 0;
  font-size: 12px;
  min-width: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #333333;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-back:hover, .btn-back:focus {
  color: #024EA8;
}
.btn-back:hover span, .btn-back:focus span {
  color: #FFFFFF;
  border-color: #024EA8;
  background-color: #024EA8;
}

.list-inline {
  margin-left: -5px;
  margin-right: -5px;
}
.list-inline li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.full-width {
  max-width: 100% !important;
}
.full-width h1, .full-width h2, .full-width h3, .full-width h4, .full-width h5, .full-width h6,
.full-width .h1, .full-width .h2, .full-width .h3, .full-width .h4, .full-width .h5, .full-width .h6, .full-width p {
  max-width: 100% !important;
}

.entry-title.text-white .sub-title, .entry-title.text-white .title, .entry-title.text-white p, .banner__content.text-white .sub-title, .banner__content.text-white .title, .banner__content.text-white p {
  color: #FFFFFF;
}

.horizontal-linebar {
  margin: 0;
  padding: 0;
  border-color: #333333;
}
.horizontal-linebar.primary {
  border-color: #00B189;
}
.horizontal-linebar.has--large {
  border-top-width: 3px;
}

.mfp-move-from-top {
  -webkit-transition: initial;
  transition: initial;
}
.mfp-move-from-top.mfp-bg {
  opacity: 0.8;
  background: #024EA8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-move-from-top .mfp-container {
  padding: 0;
}
.mfp-move-from-top .mfp-container .mfp-content {
  height: 100%;
  vertical-align: middle;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
}
.mfp-move-from-top .mfp-iframe-scaler {
  overflow: inherit;
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-ready.mfp-bg.mfp-adopt-voxies {
  opacity: 0.9;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.mfp-move-from-top.vertical-middle .mfp-container .mfp-content {
  height: auto;
  padding: 0 15px;
}
.mfp-move-from-top.vertical-middle .mfp-container button.mfp-arrow {
  margin: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  background: #333333;
  border-radius: 500px;
}
.mfp-move-from-top.vertical-middle .mfp-container button.mfp-arrow:before {
  top: 0;
  left: 0;
  border: 0;
  margin: 0;
  opacity: 1;
  width: 100%;
  content: "";
  height: 100%;
  font-size: 16px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}
.mfp-move-from-top.vertical-middle .mfp-container button.mfp-arrow:after {
  content: none;
}
.mfp-move-from-top.vertical-middle .mfp-container button.mfp-arrow.mfp-arrow-left {
  left: 25px;
}
.mfp-move-from-top.vertical-middle .mfp-container button.mfp-arrow.mfp-arrow-left:before {
  top: calc(50% - 5px);
  left: calc(50% - 4px);
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mfp-move-from-top.vertical-middle .mfp-container button.mfp-arrow.mfp-arrow-right {
  right: 25px;
}
.mfp-move-from-top.vertical-middle .mfp-container button.mfp-arrow.mfp-arrow-right:before {
  top: calc(50% - 5px);
  left: calc(50% - 7px);
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mfp-move-from-top.vertical-middle .mfp-container button.mfp-arrow:hover, .mfp-move-from-top.vertical-middle .mfp-container button.mfp-arrow:focus {
  color: #FFFFFF;
  background: #024EA8;
}
.mfp-move-from-top.vertical-middle.mfp-gallery .mfp-content {
  width: initial;
}
.mfp-move-from-top.vertical-middle.mfp-gallery .mfp-container .mfp-close {
  opacity: 1;
  right: 10px;
  color: #FFFFFF;
  font-size: 30px;
  cursor: pointer;
}
.mfp-move-from-right {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-right.hardOverlay {
  background: transparent;
  -webkit-backdrop-filter: blur(27.9097995758px);
          backdrop-filter: blur(27.9097995758px);
  --webkit-backdrop-filter: blur(27.909799575805664px);
  background-color: rgba(0, 0, 0, 0.07);
}
.mfp-move-from-right .mfp-content {
  vertical-align: top;
}
.mfp-move-from-right .mfp-with-anim {
  opacity: 0;
  margin: 0;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.mfp-move-from-right.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mfp-move-from-right.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mfp-move-from-right.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-right.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.mfp-move-from-right.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-right.mfp-wrap {
  z-index: 99999;
  top: 0 !important;
  overflow: hidden !important;
  position: fixed !important;
}
.mfp-move-from-right .mfp-container {
  padding: 0;
  text-align: right;
}
.mfp-move-from-right .mfp-content {
  height: 100%;
}
.mfp-move-from-right .mfp-close {
  opacity: 1;
  top: 37px;
  color: #000;
  right: 37px;
  font-size: 46px;
}

.overflow-hidden section:not(:last-child) {
  z-index: 1;
  position: relative;
}

.hidden {
  display: none !important;
}

/***********************************
ICON FONTS
***********************************/
@font-face {
  font-family: "novanta";
  src: url("fonts/novanta.eot?52810442");
  src: url("fonts/novanta.eot?52810442#iefix") format("embedded-opentype"), url("fonts/novanta.woff2?52810442") format("woff2"), url("fonts/novanta.woff?52810442") format("woff"), url("fonts/novanta.ttf?52810442") format("truetype"), url("fonts/novanta.svg?52810442#novanta") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  speak: none;
  line-height: 1;
  font-family: "novanta";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  speak: none;
  line-height: 1;
  font-family: "novanta";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.acf-field-select-icon[class^=icon-] {
  font-size: 18px;
}

.icon-star:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-cancel:before {
  content: "";
}

.icon-brochure:before {
  content: "";
}

.icon-cardboard:before {
  content: "";
}

.icon-caret-alt:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-catalog:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-clubhouse:before {
  content: "";
}

.icon-cube-puzzle:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-empathietic:before {
  content: "";
}

.icon-employees:before {
  content: "";
}

.icon-engineer:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-envelope-alt:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-fabric-roll:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-guidebook:before {
  content: "";
}

.icon-laser:before {
  content: "";
}

.icon-laser-alt:before {
  content: "";
}

.icon-life-raft:before {
  content: "";
}

.icon-machine:before {
  content: "";
}

.icon-manual:before {
  content: "";
}

.icon-medium-volume-microphone:before {
  content: "";
}

.icon-messenger:before {
  content: "";
}

.icon-mineral:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-play-alt:before {
  content: "";
}

.icon-presentation:before {
  content: "";
}

.icon-press-release:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-reset:before {
  content: "";
}

.icon-school:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-shield-alt:before {
  content: "";
}

.icon-star-alt:before {
  content: "";
}

.icon-telephone:before {
  content: "";
}

.icon-tv:before {
  content: "";
}

.icon-watch-video:before {
  content: "";
}

.icon-accountable:before {
  content: "";
}

.icon-add-to-calendar:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-kuaishou:before {
  content: "";
}

.icon-qzone:before {
  content: "";
}

.icon-sinaweibo:before {
  content: "";
}

.icon-tiktok:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-industries:before {
  content: "";
}

.icon-arrow-round:before {
  content: "";
}

.icon-beam-alt:before {
  content: "";
}

.icon-beam:before {
  content: "";
}

.icon-box-open:before {
  content: "";
}

.icon-box:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-certificate-alt:before {
  content: "";
}

.icon-charging:before {
  content: "";
}

.icon-clip-path:before {
  content: "";
}

.icon-connecting:before {
  content: "";
}

.icon-document:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-handshake:before {
  content: "";
}

.icon-male-female:before {
  content: "";
}

.icon-pattern:before {
  content: "";
}

.icon-pencil-doc:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-solar:before {
  content: "";
}

.icon-spot-flag:before {
  content: "";
}

.icon-target:before {
  content: "";
}

.icon-technology:before {
  content: "";
}

.icon-think:before {
  content: "";
}

.icon-user-security:before {
  content: "";
}

.icon-user-setting:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-popup:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook-1:before {
  content: "";
}

.icon-gplus-squared:before {
  content: "";
}

.icon-gplus:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-instagram-1:before {
  content: "";
}

.icon-vkontakte:before {
  content: "";
}

.icon-qq:before {
  content: "";
}

.icon-wechat:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-reddit-alien:before {
  content: "";
}

.icon-snapchat-ghost:before {
  content: "";
}

.icon-quora:before {
  content: "";
}

.icon-telegram:before {
  content: "";
}

/***********************************
HEADER STYLE
***********************************/
.scroll-down .header {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.scroll-up .header, .scroll-up .header.transparent, .scroll-up .header.has--transparent-bg {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.16);
}
.scroll-up .header.transparent .navbar .navbar-collapse .navbar-nav li a {
  color: #333333;
}
.scroll-up .header.transparent .navbar .navbar-collapse .navbar-nav li.menu-btn a {
  color: #FFFFFF !important;
}
.scroll-up .header.transparent .navbar .navbar-collapse .navbar-nav li.multi-language .dropdown-toggle:after {
  border-top-color: #333333;
}
.scroll-up .header.transparent .navbar .navbar-collapse .navbar-nav li.active a, .scroll-up .header.transparent .navbar .navbar-collapse .navbar-nav li:hover a, .scroll-up .header.transparent .navbar .navbar-collapse .navbar-nav li:focus a {
  color: #024EA8;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  position: fixed;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.header .navbar {
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navbar .navbar-header .navbar-toggle {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #00B189;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .navbar .navbar-header .navbar-toggle .icon-bar {
  width: 24px;
}
.header .navbar .navbar-header .navbar-brand {
  padding: 0;
  margin-left: 32px;
}
.header .navbar .navbar-header .navbar-brand img {
  max-height: 55px;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .navbar .navbar-collapse {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: auto;
}
.header .navbar .navbar-collapse .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav > li:not(:first-child) {
  margin-left: 20px;
}
.header .navbar .navbar-collapse .navbar-nav > li > a {
  color: #333333;
  display: block;
  position: relative;
  background: transparent;
  font: 700 18px/23px "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
  color: #FFFFFF;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  overflow: hidden;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:after {
  opacity: 0;
  color: #FFFFFF;
  padding: 5px 5px;
  text-align: center;
  position: absolute;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  text-transform: uppercase;
  content: attr(hover-title);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:before {
  font-size: 26px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:hover, .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:focus {
  color: #FFFFFF;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:hover:after, .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:focus:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:hover:before, .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:focus:before {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.header .navbar .navbar-collapse .navbar-nav > li.multi-language {
  margin-left: 31px;
}
.header .navbar .navbar-collapse .navbar-nav > li.multi-language .dropdown-toggle {
  border: 0;
  background-color: transparent;
}
.header .navbar .navbar-collapse .navbar-nav > li.multi-language .dropdown-toggle img {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px;
  border: 4px solid #FFFFFF;
  background-color: #FFFFFF;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.header .navbar .navbar-collapse .navbar-nav > li.multi-language .dropdown-menu li a {
  color: #333333;
  padding-left: 10px;
  font: 600 18px/23px "proxima-nova", sans-serif;
}
.header .navbar .navbar-collapse .navbar-nav > li.multi-language .dropdown-menu li.selected a, .header .navbar .navbar-collapse .navbar-nav > li.multi-language .dropdown-menu li:hover a, .header .navbar .navbar-collapse .navbar-nav > li.multi-language .dropdown-menu li:focus a {
  color: #00B189;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown > a:after {
  content: "";
  margin-left: 5px;
  border-bottom: 0;
  vertical-align: 2px;
  display: inline-block;
  border-top: 5px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown > a .dropdown-toggle {
  display: none !important;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown.open > a:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown.open > a:before {
  opacity: 1;
  visibility: visible;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu {
  float: none;
  position: static !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu {
  left: 0;
  right: 0;
  top: 100%;
  border: 0;
  color: #FFFFFF;
  margin: 0 100px;
  border-radius: 0;
  position: absolute;
  padding: 46px 0 50px;
  background-color: #093E88;
  -webkit-box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.15);
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu .container .row {
  width: 100%;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__title {
  margin-bottom: 24px;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 190px;
  position: relative;
  margin-bottom: 10px;
  padding: 30px 34px 28px 30px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card .media {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card .media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card .text .sub-title {
  color: #BDC0C4;
  font-size: 16px;
  line-height: 1.2;
  font-family: "ibm-plex-mono", sans-serif;
  margin-bottom: 8px;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card .text .title {
  color: #FFFFFF;
  max-width: 278px;
  margin-right: 10px;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card .text .wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card .text .wrap-text .icon-box {
  height: 60px;
  min-width: 60px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card .text .wrap-text .icon-box i {
  font-size: 18px;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card .text .wrap-text .icon-box:hover {
  color: #FFFFFF;
  background-color: #024EA8;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card.has--overlay .media:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card:hover .text .title, .header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card:focus .text .title {
  color: #024EA8;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card:hover .media img, .header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__widgets {
  padding-left: 30px;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__widgets .sub-menu {
  list-style: none;
  margin-bottom: 30px;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__widgets .sub-menu > li:not(:last-child) {
  margin-bottom: 6px;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__widgets .sub-menu > li > a {
  color: #FFFFFF;
  display: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  font-family: "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__widgets .sub-menu > li > a[href^="mailto:"] {
  text-decoration: underline;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__widgets .sub-menu > li > a:hover, .header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__widgets .sub-menu > li > a:focus {
  color: #00B189;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__widgets .sub-menu > li.bold:not(:last-child) {
  margin-bottom: 8px !important;
}
.header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__widgets .sub-menu > li.bold > a {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}
.header .navbar .navbar-collapse .navbar-nav > li.wpml-ls-item a span:first-child {
  display: none;
}
.header .navbar .navbar-collapse .navbar-nav > li.simple-dropdown {
  float: none;
  position: relative !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav > li.simple-dropdown .dropdown-menu {
  top: 59px;
  border: 0;
  color: #FFFFFF;
  border-radius: 0;
  position: absolute;
  background-color: #093E88;
  -webkit-box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.15);
  width: 250px;
}
.header .navbar .navbar-collapse .navbar-nav > li.simple-dropdown .dropdown-menu li {
  padding: 8px 20px;
}
.header .navbar .navbar-collapse .navbar-nav > li.simple-dropdown .dropdown-menu li.menu-item a {
  color: #FFFFFF;
}
.header .navbar .navbar-collapse .navbar-nav > li.simple-dropdown .dropdown-menu li.menu-item a:hover, .header .navbar .navbar-collapse .navbar-nav > li.simple-dropdown .dropdown-menu li.menu-item a:focus {
  color: #00B189;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search {
  margin: 0;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap:before, .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap:after {
  content: none;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle {
  border: 0;
  padding: 0;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle:before {
  content: none;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle i {
  font-size: 32px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle:after {
  opacity: 0;
  color: #333333;
  padding: 5px 5px;
  text-align: center;
  position: absolute;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  text-transform: uppercase;
  content: attr(hover-title);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap:not(.search-show) .search-toggle:hover:after, .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap:not(.search-show) .search-toggle:focus:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap:not(.search-show) .search-toggle:hover i, .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap:not(.search-show) .search-toggle:focus i {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box {
  top: 0;
  left: 100%;
  opacity: 0;
  z-index: 1;
  height: 100%;
  right: 100px;
  border-radius: 0;
  visibility: hidden;
  background: #FFFFFF;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input {
  z-index: 1;
  width: 100%;
  position: relative;
  border: 0 !important;
  font-family: "proxima-nova", sans-serif;
  height: 100% !important;
  color: #333333 !important;
  padding: 20px !important;
  line-height: 18px !important;
  background: #FFFFFF !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input::-webkit-input-placeholder {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input::-moz-placeholder {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input:-ms-input-placeholder {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input:-moz-placeholder {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input::-webkit-search-decoration, .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input::-webkit-search-cancel-button, .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input::-webkit-search-results-button, .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-submit {
  display: none;
}
.header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap.search-show .search-box {
  opacity: 1;
  left: 0;
  visibility: visible;
}
.header .navbar .navbar-collapse .navbar-nav > li.active a, .header .navbar .navbar-collapse .navbar-nav > li:hover a, .header .navbar .navbar-collapse .navbar-nav > li:focus a {
  color: #024EA8;
}
.header .navbar .navbar-collapse .navbar-nav.navbar-nav--right {
  margin-left: 31px;
}
.header.has--search-show .navbar-collapse {
  position: relative;
}
.header.transparent {
  background-color: transparent;
}
.header.transparent.hover-active {
  background-color: #FFFFFF;
}
.header.transparent .navbar .navbar-collapse .navbar-nav > li > a {
  color: #FFFFFF;
}
.header.transparent .navbar .navbar-collapse .navbar-nav > li.multi-language .dropdown-toggle:after {
  border-top-color: #FFFFFF;
}
.header.has--transparent-bg {
  background-color: transparent;
}

.header-gutter {
  height: 100px;
}

.sidr {
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999999;
  position: fixed;
  max-width: 410px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #024EA8;
  -webkit-box-shadow: 0px 0px 24px rgba(51, 51, 51, 0.3);
          box-shadow: 0px 0px 24px rgba(51, 51, 51, 0.3);
}
.sidr.right {
  left: auto;
  right: -100%;
}
.sidr.left {
  left: -100%;
  right: auto;
}
.sidr .sidr-inner .mobile-header {
  padding: 22px 32px 32px;
  display: block !important;
}
.sidr .sidr-inner .mobile-header .navbar-header {
  width: 100%;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidr .sidr-inner .mobile-header .navbar-header .navbar-toggle {
  border: 0;
  padding: 0;
  color: #FFFFFF;
  margin-right: 20px;
  background: transparent;
  display: block !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidr .sidr-inner .mobile-header .navbar-header .navbar-toggle i {
  font-size: 24px;
}
.sidr .sidr-inner .mobile-header .navbar-header .navbar-toggle:hover, .sidr .sidr-inner .mobile-header .navbar-header .navbar-toggle:focus {
  color: #00B189;
}
.sidr .sidr-inner .mobile-header .navigation {
  padding-top: 20px;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav {
  margin: 0 0 15px;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li {
  float: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li:not(:last-child) {
  margin-bottom: 27px;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li a {
  color: #FFFFFF;
  display: block;
  position: relative;
  font: 700 18px/21px "proxima-nova", sans-serif;
  padding: 10px 10px 10px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 4px solid #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li a:hover, .sidr .sidr-inner .mobile-header .navigation .navbar-nav > li a:focus {
  color: #00B189;
  border-color: #00B189;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li.dropdown {
  position: relative;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li.dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li.dropdown > a .dropdown-toggle {
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li.dropdown > a .dropdown-toggle:after {
  border: 0;
  font-size: 16px;
  line-height: 0;
  content: "";
  vertical-align: 1px;
  font-family: "novanta";
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li.dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  margin-top: 10px;
  background-color: transparent;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li.dropdown .dropdown-menu li {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li.dropdown .dropdown-menu li a {
  border: 0;
  padding-left: 15px;
  font: 700 16px/18px "proxima-nova", sans-serif;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li.dropdown .dropdown-menu li a:hover, .sidr .sidr-inner .mobile-header .navigation .navbar-nav > li.dropdown .dropdown-menu li a:focus {
  color: #00B189;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li.dropdown .dropdown-menu.show {
  position: relative !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li.dropdown.show .dropdown-toggle:after {
  content: "";
  vertical-align: middle;
}
.sidr .sidr-inner .mobile-header .navigation .navbar-nav > li.current-page-item a {
  color: #00B189;
}
.sidr .sidr-inner .mobile-header .navigation__card {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  padding: 20px 18px 17px;
  background-color: #00B189;
}
.sidr .sidr-inner .mobile-header .navigation__card .title {
  color: #FFFFFF;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidr .sidr-inner .mobile-header .navigation__card .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidr .sidr-inner .mobile-header .navigation__card .icon-box i {
  color: #FFFFFF;
  font-size: 18px;
  margin-top: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidr .sidr-inner .mobile-header .navigation__card:hover .title, .sidr .sidr-inner .mobile-header .navigation__card:focus .title {
  color: #024EA8;
}
.sidr .sidr-inner .mobile-header .navigation__card:hover .icon-box i, .sidr .sidr-inner .mobile-header .navigation__card:focus .icon-box i {
  color: #024EA8;
}

.navbar-toggle {
  border: 0;
  width: 30px;
  padding: 0;
  display: block;
  border-radius: 0;
  overflow: inherit;
  background: transparent;
}
.navbar-toggle:hover .icon-bar:nth-child(1) {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.navbar-toggle:hover .icon-bar:nth-child(3) {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.navbar-toggle:hover:before, .navbar-toggle:focus:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.navbar-toggle.in .icon-bar {
  -webkit-transition: transform 150ms linear 150ms;
  -webkit-transition: -webkit-transform 150ms linear 150ms;
  transition: -webkit-transform 150ms linear 150ms;
  transition: transform 150ms linear 150ms;
  transition: transform 150ms linear 150ms, -webkit-transform 150ms linear 150ms;
}
.navbar-toggle.in .icon-bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.navbar-toggle.in .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle.in .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.navbar-toggle .icon-bar {
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 1px;
  background-color: #333333;
  -webkit-transition: transform 150ms linear 150ms;
  -webkit-transition: -webkit-transform 150ms linear 150ms;
  transition: -webkit-transform 150ms linear 150ms;
  transition: transform 150ms linear 150ms;
  transition: transform 150ms linear 150ms, -webkit-transform 150ms linear 150ms;
}
.navbar-toggle .icon-bar:not(:last-child) {
  margin-bottom: 5px;
}

.sticky-chatbot {
  top: 100px;
  right: 0;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  height: 100px;
  overflow: hidden;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00B189;
}
.sticky-chatbot a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sticky-chatbot a:before {
  color: #FFFFFF;
  font-size: 30px;
  padding-left: 10px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sticky-chatbot a:after {
  opacity: 0;
  color: #FFFFFF;
  padding: 5px 5px;
  text-align: center;
  position: absolute;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  text-transform: uppercase;
  content: attr(hover-title);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sticky-chatbot a:hover:before, .sticky-chatbot a:focus:before {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.sticky-chatbot a:hover:after, .sticky-chatbot a:focus:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.resources__sticky-search {
  right: 50px;
  z-index: 99;
  bottom: 50px;
  position: fixed;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.resources__sticky-search .search-toggle {
  z-index: 2;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  min-height: 150px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 12px 8px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  border: 4px solid #00B189;
}
.resources__sticky-search .search-toggle i {
  font-size: 32px;
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(22px, -42px);
          transform: translate(22px, -42px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources__sticky-search .search-toggle .text {
  color: #333333;
  margin-top: auto;
  font: 400 14px/18px "ibm-plex-mono", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources__sticky-search .search-box {
  width: 0;
  right: -100%;
  min-height: 100%;
  position: relative;
  padding: 34px 26px 26px;
  background-color: #FFFFFF;
  border: 4px solid #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources__sticky-search .search-box label {
  top: 16px;
  left: 30px;
  z-index: 1;
  color: #333333;
  position: absolute;
  font: 400 14px/18px "ibm-plex-mono", sans-serif;
}
.resources__sticky-search .search-box .search-input {
  width: 100%;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  color: #BDC0C4 !important;
  font-size: 36px !important;
  line-height: 18px !important;
  border-radius: 0 !important;
  background: #FFFFFF !important;
  padding: 10px 0 12px !important;
  border-bottom: 1px solid #333333 !important;
}
.resources__sticky-search .search-box .search-input::-webkit-input-placeholder {
  color: #BDC0C4;
  font-size: 36px;
  font-weight: 400;
}
.resources__sticky-search .search-box .search-input::-moz-placeholder {
  color: #BDC0C4;
  font-size: 36px;
  font-weight: 400;
}
.resources__sticky-search .search-box .search-input:-ms-input-placeholder {
  color: #BDC0C4;
  font-size: 36px;
  font-weight: 400;
}
.resources__sticky-search .search-box .search-input:-moz-placeholder {
  color: #BDC0C4;
  font-size: 36px;
  font-weight: 400;
}
.resources__sticky-search .search-box .search-input::-webkit-search-decoration, .resources__sticky-search .search-box .search-input::-webkit-search-cancel-button, .resources__sticky-search .search-box .search-input::-webkit-search-results-button, .resources__sticky-search .search-box .search-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.resources__sticky-search.search-show .search-toggle i {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.resources__sticky-search.search-show .search-toggle .text {
  opacity: 0;
  visibility: hidden;
}
.resources__sticky-search.search-show .search-box {
  right: -4px;
  width: 744px;
}

/***********************************
BREADCRUMB STYLES
***********************************/
.breadcrumb-wrapper {
  padding: 0;
  background: transparent;
}

.breadcrumb {
  border: 0;
  margin: 0;
  z-index: 2;
  border-radius: 0;
  position: relative;
  padding: 19px 0 12px;
  background: transparent;
  border-bottom: 1px solid #333333;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  vertical-align: middle;
}
.breadcrumb span.angle-right {
  color: #333333;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.breadcrumb .current-page {
  color: #333333 !important;
  text-decoration: none !important;
}
.breadcrumb a {
  color: #333333;
  vertical-align: middle;
  margin-bottom: 5px;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #024EA8;
}

/***********************************
BANNER & PAGE BANNER STYLES
***********************************/
.banner {
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 100px;
  padding-bottom: 0;
  position: relative;
}
.banner .before-media {
  left: 0;
  right: 0;
  bottom: 0;
  top: 100px;
  z-index: -1;
  position: absolute;
}
.banner .before-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.banner .before-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .before-media:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(115deg, #000 10%, rgba(0, 0, 0, 0) 100%);
}
.banner .page-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 540px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
  padding-bottom: 0;
  padding-top: 100px;
}
.banner .page-banner .container {
  min-height: 100%;
}
.banner .page-banner .container .row {
  min-height: 100%;
}
.banner .page-banner .breadcrumb {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.banner .page-banner .breadcrumb span.angle-right {
  color: #FFFFFF;
}
.banner .page-banner .breadcrumb .current-page {
  color: #FFFFFF !important;
}
.banner .page-banner .breadcrumb a {
  color: #FFFFFF;
}
.banner .page-banner__content .title {
  color: #FFFFFF;
  max-width: 704px;
  margin-bottom: 33px;
}
.banner .page-banner.has--overlay {
  z-index: 0;
  position: relative;
}
.banner .page-banner.has--overlay:before {
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(rgba(51, 51, 51, 0.6)));
  background: linear-gradient(rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.6) 100%);
}
.banner .page-banner.box-style {
  padding: 0;
  min-height: 0;
  margin: 37px 0 0;
}
.banner .page-banner.box-style .banner-content-wrapper {
  width: 100%;
  min-height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner .page-banner.box-style .banner-content-wrapper.has--overlay {
  z-index: 0;
  position: relative;
}
.banner .page-banner.box-style .banner-content-wrapper.has--overlay:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.37)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
}
.banner .page-banner.box-style .page-banner__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 30px;
}
.banner .page-banner.box-style .page-banner__content h1 {
  margin: 0;
  max-width: none;
}
.banner .page-banner.box-style .page-banner__content p {
  color: #fff;
  margin: 6px 0 0;
}
.banner .page-banner.has--faq {
  background-color: #F4F6F8;
}
.banner .page-banner.has--faq .breadcrumb {
  color: #333333;
  border-color: #333333;
}
.banner .page-banner.has--faq .breadcrumb span.angle-right {
  color: #333333;
}
.banner .page-banner.has--faq .breadcrumb .current-page {
  color: #333333 !important;
}
.banner .page-banner.has--faq .breadcrumb a {
  color: #333333;
}
.banner .page-banner.has--faq .breadcrumb a:hover, .banner .page-banner.has--faq .breadcrumb a:focus {
  color: #024EA8;
}
.banner .page-banner.has--faq .page-banner__content {
  margin-top: 30px;
  text-align: center;
}
.banner .page-banner.has--faq .page-banner__content .title {
  color: #333333;
  max-width: 100%;
  margin-bottom: 18px;
}
.banner .page-banner.has--faq .page-banner__content p {
  margin-bottom: 28px;
}
.banner .page-banner.has--faq .page-banner__content .search-wrapper {
  margin-bottom: 40px;
}
.banner .page-banner.has--faq .page-banner__content .search-wrapper p {
  margin-bottom: 0;
}
.banner .page-banner.has--faq .page-banner__content .search-wrapper .search-form {
  position: relative;
  margin-bottom: 35px;
  border: 1px solid #BDC0C4;
  -webkit-box-shadow: 0px 44px 36px rgba(51, 51, 51, 0.06);
          box-shadow: 0px 44px 36px rgba(51, 51, 51, 0.06);
}
.banner .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  border: 0 !important;
  color: #333333 !important;
  border-radius: 0 !important;
  background: #F5F7F8 !important;
  font: 400 36px/1.2 "proxima-nova", sans-serif !important;
  padding: 27.5px 110px 27.5px 40px !important;
}
.banner .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input::-webkit-input-placeholder {
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}
.banner .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input::-moz-placeholder {
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}
.banner .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input:-ms-input-placeholder {
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}
.banner .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input:-moz-placeholder {
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}
.banner .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-submit {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  z-index: 1;
  width: 100px;
  height: 100%;
  color: #333333;
  font-size: 30px;
  position: absolute;
  background: #FFFFFF;
  font-family: "novanta";
  border-left: 1px solid #BDC0C4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-submit:hover, .banner .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-submit:focus {
  color: #00B189;
}
.banner .page-banner.has--software-detail {
  color: #FFFFFF;
  min-height: 580px;
  margin-bottom: 36px;
  background-color: #024EA8;
}
.banner .page-banner.has--software-detail .page-banner__content {
  margin-top: 30px;
  margin-bottom: -36px;
}
.banner .page-banner.has--software-detail .page-banner__content .title {
  max-width: 100%;
  margin-bottom: 5px;
}
.banner .page-banner.has--software-detail .page-banner__content p {
  line-height: 30px;
  padding-bottom: 38px;
  margin-bottom: 0;
}
.banner .page-banner.has--software-detail .page-banner__content .meta-release {
  color: #FFFFFF;
  padding: 23px 41px;
  display: inline-block;
  font: 700 24px/1.2 "proxima-nova", sans-serif;
  background-color: #00B189;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner .page-banner.has--software-detail .page-banner__content .meta-release:-webkit-any-link:hover, .banner .page-banner.has--software-detail .page-banner__content .meta-release:-webkit-any-link:focus {
  background-color: #024EA8;
}
.banner .page-banner.has--software-detail .page-banner__content .meta-release:-moz-any-link:hover, .banner .page-banner.has--software-detail .page-banner__content .meta-release:-moz-any-link:focus {
  background-color: #024EA8;
}
.banner .page-banner.has--software-detail .page-banner__content .meta-release:any-link:hover, .banner .page-banner.has--software-detail .page-banner__content .meta-release:any-link:focus {
  background-color: #024EA8;
}
.banner .page-banner.has--mix-blend {
  position: relative;
}
.banner .page-banner.has--mix-blend:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #024EA8;
  mix-blend-mode: multiply;
  isolation: isolate;
}
.banner .page-banner.has--success-stories {
  min-height: 640px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}
.banner .page-banner.has--success-stories .page-banner__content .title {
  max-width: 642px;
  margin-bottom: 12px;
}
.banner .page-banner.has--success-stories .page-banner__content .categories li a {
  background-color: var(--current-color);
}
.banner__content {
  margin-left: -30px;
  padding-top: 94px;
}
.banner__content .title {
  color: #FFFFFF;
  font-size: 118px;
  max-width: 624px;
  line-height: 120px;
  margin-bottom: 12px;
}
.banner__content p {
  color: #FFFFFF;
  max-width: 609px;
  margin-bottom: 22px;
}
.banner__content .scroll-trigger {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 45.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner__content .scroll-trigger span {
  font-size: 31px;
}
.banner__content .scroll-trigger:hover, .banner__content .scroll-trigger:focus {
  color: #024EA8;
}
.banner:before {
  top: 0;
  z-index: -1;
  content: "";
  right: -100px;
  bottom: -100px;
  width: 49.375%;
  position: absolute;
  background-color: #024EA8;
}
.banner .sticky-content {
  bottom: 0;
  right: -33px;
  position: absolute;
}
.banner .sticky-content .rotated-text {
  text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banner .sticky-content .rotated-text p {
  color: #FFFFFF;
  margin-bottom: 0;
  font: 400 18px/24px "ibm-plex-mono", sans-serif;
}

.page-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 540px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
  padding-bottom: 0;
  padding-top: 100px;
}
.page-banner .container {
  min-height: 100%;
}
.page-banner .container .row {
  min-height: 100%;
}
.page-banner .breadcrumb {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.page-banner .breadcrumb span.angle-right {
  color: #FFFFFF;
}
.page-banner .breadcrumb .current-page {
  color: #FFFFFF !important;
}
.page-banner .breadcrumb a {
  color: #FFFFFF;
}
.page-banner__content .title {
  color: #FFFFFF;
  max-width: 704px;
  margin-bottom: 33px;
}
.page-banner.has--overlay {
  z-index: 0;
  position: relative;
}
.page-banner.has--overlay:before {
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(rgba(51, 51, 51, 0.6)));
  background: linear-gradient(rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.6) 100%);
}
.page-banner.box-style {
  padding: 0;
  min-height: 0;
  margin: 37px 0 0;
}
.page-banner.box-style .banner-content-wrapper {
  width: 100%;
  min-height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-banner.box-style .banner-content-wrapper.has--overlay {
  z-index: 0;
  position: relative;
}
.page-banner.box-style .banner-content-wrapper.has--overlay:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.37)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
}
.page-banner.box-style .banner-content-wrapper.has--overlay-blue {
  z-index: 0;
  position: relative;
}
.page-banner.box-style .banner-content-wrapper.has--overlay-blue:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #024EAB;
  mix-blend-mode: multiply;
  isolation: isolate;
}
.page-banner.box-style .page-banner__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 30px;
}
.page-banner.box-style .page-banner__content h1 {
  margin: 0;
  max-width: none;
}
.page-banner.box-style .page-banner__content p {
  color: #fff;
  margin: 6px 0 0;
}
.page-banner.has--faq {
  background-color: #F4F6F8;
}
.page-banner.has--faq .breadcrumb {
  color: #333333;
  border-color: #333333;
}
.page-banner.has--faq .breadcrumb span.angle-right {
  color: #333333;
}
.page-banner.has--faq .breadcrumb .current-page {
  color: #333333 !important;
}
.page-banner.has--faq .breadcrumb a {
  color: #333333;
}
.page-banner.has--faq .breadcrumb a:hover, .page-banner.has--faq .breadcrumb a:focus {
  color: #024EA8;
}
.page-banner.has--faq .page-banner__content {
  margin-top: 30px;
  text-align: center;
}
.page-banner.has--faq .page-banner__content .title {
  color: #333333;
  max-width: 100%;
  margin-bottom: 18px;
}
.page-banner.has--faq .page-banner__content p {
  margin-bottom: 28px;
}
.page-banner.has--faq .page-banner__content .search-wrapper {
  margin-bottom: 40px;
}
.page-banner.has--faq .page-banner__content .search-wrapper p {
  margin-bottom: 0;
}
.page-banner.has--faq .page-banner__content .search-wrapper .search-form {
  position: relative;
  margin-bottom: 35px;
  border: 1px solid #BDC0C4;
  -webkit-box-shadow: 0px 44px 36px rgba(51, 51, 51, 0.06);
          box-shadow: 0px 44px 36px rgba(51, 51, 51, 0.06);
}
.page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  border: 0 !important;
  color: #333333 !important;
  border-radius: 0 !important;
  background: #F5F7F8 !important;
  font: 400 36px/1.2 "proxima-nova", sans-serif !important;
  padding: 27.5px 110px 27.5px 40px !important;
}
.page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input::-webkit-input-placeholder {
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}
.page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input::-moz-placeholder {
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}
.page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input:-ms-input-placeholder {
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}
.page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input:-moz-placeholder {
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}
.page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-submit {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  z-index: 1;
  width: 100px;
  height: 100%;
  color: #333333;
  font-size: 30px;
  position: absolute;
  background: #FFFFFF;
  font-family: "novanta";
  border-left: 1px solid #BDC0C4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-submit:hover, .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-submit:focus {
  color: #00B189;
}
.page-banner.has--software-detail {
  color: #FFFFFF;
  min-height: 580px;
  margin-bottom: 36px;
  background-color: #024EA8;
}
.page-banner.has--software-detail .page-banner__content {
  margin-top: 30px;
  margin-bottom: -36px;
}
.page-banner.has--software-detail .page-banner__content .title {
  max-width: 100%;
  margin-bottom: 5px;
}
.page-banner.has--software-detail .page-banner__content p {
  line-height: 30px;
  margin-bottom: 38px;
}
.page-banner.has--software-detail .page-banner__content .meta-release {
  color: #FFFFFF;
  padding: 23px 41px;
  display: inline-block;
  font: 700 24px/1.2 "proxima-nova", sans-serif;
  background-color: #00B189;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-banner.has--software-detail .page-banner__content .meta-release:-webkit-any-link:hover, .page-banner.has--software-detail .page-banner__content .meta-release:-webkit-any-link:focus {
  background-color: #024EA8;
}
.page-banner.has--software-detail .page-banner__content .meta-release:-moz-any-link:hover, .page-banner.has--software-detail .page-banner__content .meta-release:-moz-any-link:focus {
  background-color: #024EA8;
}
.page-banner.has--software-detail .page-banner__content .meta-release:any-link:hover, .page-banner.has--software-detail .page-banner__content .meta-release:any-link:focus {
  background-color: #024EA8;
}
.page-banner.has--product-main {
  color: #FFFFFF;
  min-height: 580px;
  margin-bottom: 36px;
  background-color: #024EA8;
}
.page-banner.has--product-main .page-banner__content {
  margin-top: 30px;
  margin-bottom: 60px;
}
.page-banner.has--product-main .page-banner__content .title {
  max-width: 100%;
  margin-bottom: 5px;
}
.page-banner.has--product-main .page-banner__content p {
  line-height: 30px;
  margin-bottom: 38px;
}
.page-banner.has--product-main .page-banner__content .meta-release {
  color: #FFFFFF;
  padding: 23px 41px;
  display: inline-block;
  font: 700 24px/1.2 "proxima-nova", sans-serif;
  background-color: #00B189;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-banner.has--product-main .page-banner__content .meta-release:-webkit-any-link:hover, .page-banner.has--product-main .page-banner__content .meta-release:-webkit-any-link:focus {
  background-color: #024EA8;
}
.page-banner.has--product-main .page-banner__content .meta-release:-moz-any-link:hover, .page-banner.has--product-main .page-banner__content .meta-release:-moz-any-link:focus {
  background-color: #024EA8;
}
.page-banner.has--product-main .page-banner__content .meta-release:any-link:hover, .page-banner.has--product-main .page-banner__content .meta-release:any-link:focus {
  background-color: #024EA8;
}
.page-banner.has--mix-blend {
  position: relative;
}
.page-banner.has--mix-blend:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #024EA8;
  mix-blend-mode: multiply;
  isolation: isolate;
}
.page-banner.has--success-stories {
  min-height: 640px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}
.page-banner.has--success-stories .page-banner__content .title {
  max-width: 642px;
  margin-bottom: 12px;
}
.page-banner.has--success-stories .page-banner__content .categories li a {
  background-color: var(--current-color);
}

/***********************************
HOME PAGE STYLES
***********************************/
.discover-products {
  overflow: hidden;
  padding: 162px 0 46px;
  position: relative;
}
.discover-products .before-media {
  top: -86px;
  left: 100px;
  bottom: -46px;
  position: absolute;
  right: calc(-100vw / 2 + 100% / 2);
}
.discover-products .before-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.discover-products .before-media:after {
  bottom: 0;
  left: 0;
  width: 64%;
  height: 381px;
  content: "";
  position: absolute;
  background-color: #FFFFFF;
}
.discover-products__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 580px;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.discover-products__card .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.discover-products__card .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  position: absolute !important;
  background-color: #111111;
}
.discover-products__card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.discover-products__card .categories li {
  z-index: 2;
  position: relative;
  margin-right: 5px;
}
.discover-products__card .categories li a {
  background: #333 !important;
  opacity: 0.8;
  padding: 8px;
  color: #FFFFFF;
  margin-bottom: 3px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.discover-products__card .categories li a:hover, .discover-products__card .categories li a:focus {
  color: #00B189 !important;
}
.discover-products__card .categories li:not(:last-child):after {
  content: ",";
}
.discover-products__card .col-xl-7 .breadcrumb, .discover-products__card .col-xl-7 .entry-title, .discover-products__card .col-xl-7 .content {
  max-width: 640px;
}
.discover-products__card .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #333;
  opacity: 0.8;
  padding: 15px;
  z-index: -1;
}
.discover-products__card .text .wrap-text {
  margin-right: 10px;
}
.discover-products__card .text .sub-title {
  color: #BDC0C4;
  line-height: 1.1;
  margin-bottom: 2px;
}
.discover-products__card .text .title {
  color: #FFFFFF;
}
.discover-products__card .text p {
  color: #BDC0C4;
  margin-bottom: 0;
}
.discover-products__card .text .btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  color: #333333;
  min-width: 60px;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  background-color: #FFFFFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discover-products__card .text .btn span {
  color: #333333;
  margin: 0;
  line-height: 0;
  font-size: 18px;
}
.discover-products__card .text .btn:hover span, .discover-products__card .text .btn:focus span {
  color: #FFFFFF;
}
.discover-products__card:hover .text .title, .discover-products__card:focus .text .title {
  color: #00B189;
}
.discover-products__card:hover .media img, .discover-products__card:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.discover-products__card:hover .btn, .discover-products__card:focus .btn {
  background-color: #024EA8;
}
.discover-products__card:hover .btn span, .discover-products__card:focus .btn span {
  color: #FFFFFF;
}
.discover-products .resources-spotlight__slider-item {
  margin-bottom: 0;
  margin-top: 124px;
  background-color: #FFFFFF;
}
.discover-products .resources-spotlight__slider-item .text .top .sub-title {
  color: #333333;
}
.discover-products .sticky-content {
  top: 10px;
  left: -40px;
  position: absolute;
}
.discover-products .sticky-content .rotated-text {
  text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.discover-products .sticky-content .rotated-text p {
  color: #333333;
  margin-bottom: 0;
  font: 400 18px/24px "ibm-plex-mono", sans-serif;
}

.hm-about {
  padding: 80px 0 50px;
  overflow: hidden;
}
.hm-about .entry-title {
  margin-bottom: 30px;
}
.hm-about .entry-title .title {
  line-height: 1.1;
}
.hm-about .entry-title .title span {
  display: block;
  color: #024EA8;
}
.hm-about__content p {
  max-width: 259px;
  margin-bottom: 18px;
}
.hm-about__content .btn-link {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hm-about__content .btn-link span {
  width: 60px;
  height: 60px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-left: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #333333;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hm-about__content .btn-link:hover, .hm-about__content .btn-link:focus {
  color: #024EA8;
}
.hm-about__content .btn-link:hover span, .hm-about__content .btn-link:focus span {
  color: #FFFFFF;
  border-color: #024EA8;
  background-color: #024EA8;
}
.hm-about .before-brackground {
  position: relative;
  margin-bottom: 100px;
}
.hm-about .before-brackground .about-page__video {
  margin-right: 0;
}
.hm-about .before-brackground:before {
  content: "";
  width: 280px;
  height: 280px;
  right: -100px;
  bottom: -100px;
  position: absolute;
  background-color: #00B189;
}

.precision-performance {
  overflow: hidden;
  padding: 50px 0 220px;
}
.precision-performance .row {
  margin-left: 0;
  margin-right: 0;
}
.precision-performance .row [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.precision-performance .entry-title .title {
  line-height: 1.1;
}
.precision-performance .entry-title .title span {
  display: block;
  color: #024EA8;
}
.precision-performance__content {
  position: relative;
  padding-left: 40px;
}
.precision-performance__content p {
  max-width: 313px;
  margin-bottom: 18px;
}
.precision-performance__content .btn-link {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.precision-performance__content .btn-link span {
  width: 60px;
  height: 60px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-left: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #333333;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.precision-performance__content .btn-link:hover, .precision-performance__content .btn-link:focus {
  color: #024EA8;
}
.precision-performance__content .btn-link:hover span, .precision-performance__content .btn-link:focus span {
  color: #FFFFFF;
  border-color: #024EA8;
  background-color: #024EA8;
}
.precision-performance__content .sticky-content {
  top: 10px;
  right: -90px;
  position: absolute;
}
.precision-performance__content .sticky-content .rotated-text {
  text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.precision-performance__content .sticky-content .rotated-text p {
  color: #333333;
  margin-bottom: 0;
  font: 400 18px/24px "ibm-plex-mono", sans-serif;
}
.precision-performance__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 380px;
  padding: 30px 24px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.precision-performance__card .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.precision-performance__card .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: absolute !important;
}
.precision-performance__card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.precision-performance__card.has--overlay .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.66;
  position: absolute;
  background: #333333;
}
.precision-performance__card.has--overlay .media img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.precision-performance__card.has--overlay-white:before {
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  bottom: -220px;
  position: absolute;
  left: calc(-100vw / 2 + 100% / 2);
  background-color: #00B189;
}
.precision-performance__card.has--overlay-white .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.85;
  position: absolute;
  background: #FFFFFF;
}
.precision-performance__card.has--overlay-white .media img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.precision-performance__card.has--overlay-white .categories li a {
  color: #333333;
}
.precision-performance__card.has--overlay-white .categories li a:hover, .precision-performance__card.has--overlay-white .categories li a:focus {
  color: #00B189 !important;
}
.precision-performance__card.has--overlay-white .text .title {
  color: #333333;
}
.precision-performance__card .categories li {
  z-index: 2;
  position: relative;
  margin-right: 5px;
}
.precision-performance__card .categories li a {
  padding: 0;
  color: #FFFFFF;
  margin-bottom: 3px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  background-color: transparent !important;
}
.precision-performance__card .categories li a:hover, .precision-performance__card .categories li a:focus {
  color: #00B189 !important;
}
.precision-performance__card .categories li:not(:last-child):after {
  content: ",";
}
.precision-performance__card .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.precision-performance__card .text .wrap-text {
  margin-right: 10px;
}
.precision-performance__card .text .title {
  color: #FFFFFF;
  max-width: 244px;
  margin-bottom: 4px;
}
.precision-performance__card .text p {
  color: #BDC0C4;
  margin-bottom: 0;
  max-width: 218px;
}
.precision-performance__card .text .btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  color: #333333;
  min-width: 60px;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  background-color: #FFFFFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
}
.precision-performance__card .text .btn span {
  color: #333333;
  margin: 0;
  line-height: 0;
  font-size: 18px;
}
.precision-performance__card .text .btn:hover, .precision-performance__card .text .btn:focus {
  background-color: #024EA8;
}
.precision-performance__card .text .btn:hover span, .precision-performance__card .text .btn:focus span {
  color: #FFFFFF;
}
.precision-performance__card:hover .text .title, .precision-performance__card:focus .text .title {
  color: #00B189;
}
.precision-performance__card:hover .text .btn, .precision-performance__card:focus .text .btn {
  background-color: #024EA8;
}
.precision-performance__card:hover .text .btn span, .precision-performance__card:focus .text .btn span {
  color: #FFFFFF;
}
.precision-performance__card:hover .media img, .precision-performance__card:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.password-protect-page {
  padding: 29px 0 53px;
}
.password-protect-page__form .title {
  margin-bottom: 12px;
}
.password-protect-page__form p {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 0;
}
.password-protect-page__form p a {
  color: #333333;
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  text-decoration: underline;
}
.password-protect-page__form p a:hover, .password-protect-page__form p a:focus {
  color: #024EA8;
}
.password-protect-page__form .form-access-page .form-group {
  width: 100%;
  margin-bottom: 17px;
}
.password-protect-page__form .form-access-page label {
  margin-bottom: 5px;
  font-family: "proxima-nova", sans-serif;
}
.password-protect-page__form .form-access-page input[type=text],
.password-protect-page__form .form-access-page input[type=email],
.password-protect-page__form .form-access-page input[type=password] {
  width: 100% !important;
  height: auto !important;
  color: #333333 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border-radius: 6px !important;
  line-height: 1.2 !important;
  background: #F5F7F8 !important;
  font-family: "proxima-nova", sans-serif !important;
  padding: 23.5px 20px !important;
  border: 1px solid #BDC0C4 !important;
  -webkit-box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.password-protect-page__form .form-access-page input[type=text]::-webkit-input-placeholder,
.password-protect-page__form .form-access-page input[type=email]::-webkit-input-placeholder,
.password-protect-page__form .form-access-page input[type=password]::-webkit-input-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.password-protect-page__form .form-access-page input[type=text]::-moz-placeholder,
.password-protect-page__form .form-access-page input[type=email]::-moz-placeholder,
.password-protect-page__form .form-access-page input[type=password]::-moz-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.password-protect-page__form .form-access-page input[type=text]:-ms-input-placeholder,
.password-protect-page__form .form-access-page input[type=email]:-ms-input-placeholder,
.password-protect-page__form .form-access-page input[type=password]:-ms-input-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.password-protect-page__form .form-access-page input[type=text]:-moz-placeholder,
.password-protect-page__form .form-access-page input[type=email]:-moz-placeholder,
.password-protect-page__form .form-access-page input[type=password]:-moz-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.password-protect-page__form .form-access-page input[type=text]:hover, .password-protect-page__form .form-access-page input[type=text]:focus,
.password-protect-page__form .form-access-page input[type=email]:hover,
.password-protect-page__form .form-access-page input[type=email]:focus,
.password-protect-page__form .form-access-page input[type=password]:hover,
.password-protect-page__form .form-access-page input[type=password]:focus {
  outline: 0;
}
.password-protect-page__form .form-access-page .btn {
  width: 100%;
  margin-top: auto;
  border-radius: 6px;
  padding: 21px 24px;
  margin-bottom: 17px;
  font: 700 24px/1.2 "proxima-nova", sans-serif;
  background-color: #024EA8;
  -webkit-box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
}
.password-protect-page__form .form-access-page .btn:hover, .password-protect-page__form .form-access-page .btn:focus {
  -webkit-box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06) !important;
}

.mfp-request-access {
  width: 100%;
  height: 100%;
  max-width: 576px;
  position: relative;
  overflow: hidden auto;
  padding: 30px 48px 62px;
  background-color: #FFFFFF;
}
.mfp-request-access__header {
  margin-bottom: 30px;
}
.mfp-request-access__header .mfp-close {
  line-height: 0;
  width: initial;
  height: initial;
  font-size: 18px;
  margin-left: auto;
  position: initial;
  margin-bottom: 29px;
}
.mfp-request-access__header .title {
  color: #024EA8;
  margin-bottom: 4px;
}
.mfp-request-access__header p {
  line-height: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mfp-request-access__body .form-group {
  width: 100%;
  margin-bottom: 17px;
}
.mfp-request-access__body label {
  margin-bottom: 5px;
  font-family: "proxima-nova", sans-serif;
}
.mfp-request-access__body input[type=email],
.mfp-request-access__body input[type=text],
.mfp-request-access__body input[type=password] {
  width: 100% !important;
  height: auto !important;
  color: #333333 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border-radius: 6px !important;
  line-height: 1.2 !important;
  background: #F5F7F8 !important;
  font-family: "proxima-nova", sans-serif !important;
  padding: 13.5px 15px !important;
  border: 1px solid #BDC0C4 !important;
  -webkit-box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mfp-request-access__body input[type=email]::-webkit-input-placeholder,
.mfp-request-access__body input[type=text]::-webkit-input-placeholder,
.mfp-request-access__body input[type=password]::-webkit-input-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.mfp-request-access__body input[type=email]::-moz-placeholder,
.mfp-request-access__body input[type=text]::-moz-placeholder,
.mfp-request-access__body input[type=password]::-moz-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.mfp-request-access__body input[type=email]:-ms-input-placeholder,
.mfp-request-access__body input[type=text]:-ms-input-placeholder,
.mfp-request-access__body input[type=password]:-ms-input-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.mfp-request-access__body input[type=email]:-moz-placeholder,
.mfp-request-access__body input[type=text]:-moz-placeholder,
.mfp-request-access__body input[type=password]:-moz-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.mfp-request-access__body input[type=email]:hover, .mfp-request-access__body input[type=email]:focus,
.mfp-request-access__body input[type=text]:hover,
.mfp-request-access__body input[type=text]:focus,
.mfp-request-access__body input[type=password]:hover,
.mfp-request-access__body input[type=password]:focus {
  outline: 0;
}
.mfp-request-access__body [type=submit],
.mfp-request-access__body .btn {
  width: 100%;
  margin-top: auto;
  border-radius: 6px;
  padding: 12px 15px;
  margin-bottom: 17px;
  font: 700 24px/1.2 "proxima-nova", sans-serif;
  background-color: #024EA8;
  -webkit-box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
  color: white;
  border: none;
}
.mfp-request-access__body [type=submit]:hover, .mfp-request-access__body [type=submit]:focus,
.mfp-request-access__body .btn:hover,
.mfp-request-access__body .btn:focus {
  -webkit-box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06) !important;
}
.mfp-request-access__body .gform_fields {
  grid-row-gap: 14px !important;
}
.mfp-request-access__body .gfield_label {
  font-weight: 400 !important;
  font-size: 18px !important;
  margin-bottom: 2px !important;
}
.mfp-request-access__body .gfield-choice-input {
  vertical-align: top !important;
  margin-top: 8px !important;
}
.mfp-request-access__body .gfield-choice-input + label {
  vertical-align: top !important;
}
.mfp-request-access__body .form-check {
  margin-bottom: 33px;
}
.mfp-request-access__body .form-check label {
  font-size: 16px;
  line-height: 24px;
  font-family: "proxima-nova", sans-serif;
}
.mfp-request-access__body .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "proxima-nova", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mfp-request-access__body .text span {
  color: #8A8F95;
}
.mfp-request-access__body .text a {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.mfp-request-access__body .text a:hover, .mfp-request-access__body .text a:focus {
  color: #024EA8;
}
.mfp-request-access__body .text p {
  margin-bottom: 0;
}

.hm-industries {
  color: #FFFFFF;
  overflow: hidden;
  padding: 104px 0 130px;
  background-color: #00B189;
}
.hm-industries .before-pattern {
  top: -428px;
  right: -547px;
  position: absolute;
}
.hm-industries .row {
  margin-left: 0;
  margin-right: 0;
}
.hm-industries .row [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.hm-industries .entry-title {
  margin-bottom: 28px;
}
.hm-industries .entry-title .title {
  line-height: 1.1;
}
.hm-industries .entry-title .title span {
  display: block;
  color: #333333;
}
.hm-industries__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 380px;
  padding: 37px 29px 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0.5px solid #00B189;
  background-color: #333333;
}
.hm-industries__card .icon-wrapper {
  color: #FFFFFF;
}
.hm-industries__card .icon-wrapper i {
  font-size: 60px;
}
.hm-industries__card .icon-wrapper i.icon-laser {
  font-size: 47px;
}
.hm-industries__card .icon-wrapper i.icon-printer {
  font-size: 56px;
}
.hm-industries__card .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hm-industries__card .text .wrap-text {
  margin-right: 10px;
}
.hm-industries__card .text .title {
  color: #FFFFFF;
  max-width: 244px;
  margin-bottom: 3px;
}
.hm-industries__card .text p {
  color: #FFFFFF;
  margin-bottom: 0;
}
.hm-industries__card .text .btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  color: #FFFFFF;
  min-width: 60px;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  background-color: #00B189;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hm-industries__card .text .btn span {
  color: #FFFFFF;
  margin: 0;
  line-height: 0;
  font-size: 18px;
}
.hm-industries__card .text .btn:hover, .hm-industries__card .text .btn:focus {
  background-color: #024EA8;
}
.hm-industries__card .text .btn:hover span, .hm-industries__card .text .btn:focus span {
  color: #FFFFFF;
}
.hm-industries__card:hover .text .title, .hm-industries__card:focus .text .title {
  color: #00B189;
}
.hm-industries__card:hover .text .btn, .hm-industries__card:focus .text .btn {
  background-color: #024EA8;
}
.hm-industries__card:hover .text .btn span, .hm-industries__card:focus .text .btn span {
  color: #FFFFFF;
}
.hm-industries__card:hover .icon-wrapper, .hm-industries__card:focus .icon-wrapper {
  -webkit-animation: shake 0.5s forwards;
          animation: shake 0.5s forwards;
}
.hm-industries__cta {
  width: 100%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 380px;
  padding: 37px 28px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0.5px solid #00B189;
  background-color: #FFFFFF;
}
.hm-industries__cta .icon-wrapper {
  color: #333333;
}
.hm-industries__cta .icon-wrapper i {
  font-size: 41px;
}
.hm-industries__cta .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hm-industries__cta .text .wrap-text {
  margin-right: 10px;
}
.hm-industries__cta .text .title {
  color: #333333;
  max-width: 244px;
  margin-bottom: 4px;
}
.hm-industries__cta .text .sub-title {
  color: #333333;
}
.hm-industries__cta .text .btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  color: #333333;
  min-width: 60px;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  border: 2px solid #333333;
  background-color: #FFFFFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hm-industries__cta .text .btn span {
  color: #333333;
  margin: 0;
  line-height: 0;
  font-size: 18px;
}
.hm-industries__cta .text .btn:hover, .hm-industries__cta .text .btn:focus {
  border-color: #024EA8;
  background-color: #024EA8;
}
.hm-industries__cta .text .btn:hover span, .hm-industries__cta .text .btn:focus span {
  color: #FFFFFF;
}
.hm-industries__cta:hover .text .title, .hm-industries__cta:focus .text .title {
  color: #00B189;
}
.hm-industries__cta:hover .text .btn, .hm-industries__cta:focus .text .btn {
  border-color: #024EA8;
  background-color: #024EA8;
}
.hm-industries__cta:hover .text .btn span, .hm-industries__cta:focus .text .btn span {
  color: #FFFFFF;
}
.hm-industries__cta:hover .icon-wrapper, .hm-industries__cta:focus .icon-wrapper {
  -webkit-animation: shake 0.5s forwards;
          animation: shake 0.5s forwards;
}
.hm-industries .btn-box {
  margin-top: 35px;
  text-align: right;
}
.hm-industries .btn-box .btn-veiw {
  color: #333333;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "proxima-nova", sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hm-industries .btn-box .btn-veiw span {
  color: #333333;
  font-size: 30px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hm-industries .btn-box .btn-veiw:hover, .hm-industries .btn-box .btn-veiw:focus {
  color: #024EA8;
}
.hm-industries .btn-box .btn-veiw:hover span, .hm-industries .btn-box .btn-veiw:focus span {
  color: #024EA8;
}

.hm-resources {
  color: #FFFFFF;
  overflow: hidden;
  padding: 114px 0 114px;
  background-color: #333333;
}
.hm-resources .entry-title {
  margin-bottom: 47px;
}
.hm-resources .entry-title .title {
  line-height: 1.1;
}
.hm-resources .entry-title .title span {
  display: block;
  color: #00B189;
}
.hm-resources .application-resources__slider-controls {
  padding-top: 24px;
}
.hm-resources .application-resources__slider-controls p {
  color: #BDC0C4;
  margin-bottom: 17px;
}
.hm-resources .resources-spotlight__slider-item {
  margin-bottom: 0;
  margin-top: 83px;
  background-color: #FFFFFF;
}
.hm-resources .resources-spotlight__slider-item .text .top .sub-title {
  color: #333333;
}
.hm-resources .resources-spotlight__slider-item .text .bottom .title {
  max-width: 100%;
}
.hm-resources .resources-spotlight__slider-item .text .bottom .btn {
  margin-left: 10px;
}

.documentation {
  padding: 40px 0 50px;
}
.documentation .last-none {
  margin-bottom: -20px;
}
.documentation .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.documentation__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 22px 20px 22px 22px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.documentation__card .media {
  float: left;
  height: 56px;
  min-width: 56px;
  max-width: 56px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.documentation__card .media a {
  width: 100%;
  height: 100%;
}
.documentation__card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.documentation__card .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.documentation__card .text .wrap-text {
  margin-right: 20px;
}
.documentation__card .text .sub-title {
  color: #333333;
  margin-bottom: 3px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.documentation__card .text .sub-title a {
  color: inherit;
}
.documentation__card .text .sub-title a:hover {
  color: #00B189;
}
.documentation__card .text .title {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}
.documentation__card .text .btn {
  padding: 10px 18px 9px;
}
.documentation__card .text .btn span {
  margin: 0;
  line-height: 0;
  font-size: 21px !important;
}
.documentation__card:hover .media img, .documentation__card:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.documentation__card:hover .text a:-webkit-any-link .title, .documentation__card:focus .text a:-webkit-any-link .title {
  color: #024EA8;
}
.documentation__card:hover .text a:-moz-any-link .title, .documentation__card:focus .text a:-moz-any-link .title {
  color: #024EA8;
}
.documentation__card:hover .text a:any-link .title, .documentation__card:focus .text a:any-link .title {
  color: #024EA8;
}

.software_manuals {
  padding-top: 25px;
  padding-bottom: 136px;
}
.software_manuals .documentation__card {
  margin-bottom: 2px;
}
.software_manuals .documentation__card + .release-title {
  margin-top: 36px;
}
.software_manuals .documentation__card .text .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.software_manuals .documentation__card .text .btn span {
  font-size: 26px;
  margin-left: 16px;
}

.docpage-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-bottom: 19px;
}

.release-title {
  font-family: "ibm-plex-mono", sans-serif;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #00B189;
  padding-bottom: 7px;
  margin-bottom: 19px;
}

.doc-type-title {
  font-family: "ibm-plex-mono", sans-serif;
  font-size: 16px;
  color: #0566d9;
  padding-bottom: 10px;
  padding-top: 10px;
}

.hm-news-event {
  padding: 159px 0 80px;
}
.hm-news-event .entry-title {
  margin-bottom: 18px;
}
.hm-news-event .entry-title .title {
  line-height: 1.1;
}
.hm-news-event .entry-title .title span {
  display: block;
  color: #00B189;
}
.hm-news-event__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 480px;
  padding: 30px 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #333333;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 36px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 36px 24px rgba(0, 0, 0, 0.08);
}
.hm-news-event__card .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hm-news-event__card .meta-wrap {
  line-height: 1.2;
  margin-bottom: 5px;
}
.hm-news-event__card .meta-wrap .meta-date {
  z-index: 1;
  position: relative;
  color: #024EA8;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.hm-news-event__card .meta-wrap .meta-date:hover, .hm-news-event__card .meta-wrap .meta-date:focus {
  color: #00B189;
}
.hm-news-event__card .text {
  margin-top: auto;
}
.hm-news-event__card .text .title {
  color: #333333;
  margin-bottom: 3px;
  margin-bottom: 28px;
}
.hm-news-event__card .text .btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  color: #333333;
  min-width: 60px;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #333333;
  background-color: transparent;
}
.hm-news-event__card .text .btn span {
  margin: 0;
  color: #333333;
  line-height: 0;
  font-size: 18px;
}
.hm-news-event__card .text .btn:hover, .hm-news-event__card .text .btn:focus {
  border-color: #024EA8;
  background-color: #024EA8;
}
.hm-news-event__card .text .btn:hover span, .hm-news-event__card .text .btn:focus span {
  color: #FFFFFF;
}
.hm-news-event__card:hover .text .title, .hm-news-event__card:focus .text .title {
  color: #024EA8;
}
.hm-news-event__card:hover .text .btn, .hm-news-event__card:focus .text .btn {
  border-color: #024EA8;
  background-color: #024EA8;
}
.hm-news-event__card:hover .text .btn span, .hm-news-event__card:focus .text .btn span {
  color: #FFFFFF;
}

.hm-stories {
  overflow: hidden;
  padding: 80px 0 320px;
}
.hm-stories .before-pattern {
  top: -133px;
  z-index: -1;
  left: -358px;
  position: absolute;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.hm-stories .row {
  margin-left: 0;
  margin-right: 0;
}
.hm-stories .row [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.hm-stories .entry-title .title {
  line-height: 1.1;
}
.hm-stories .entry-title .title span {
  display: block;
  color: #024EA8;
}
.hm-stories__content {
  position: relative;
  margin-top: -142px;
  margin-right: 15px;
}
.hm-stories__content p {
  max-width: 363px;
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 29px;
}
.hm-stories__content .btn-link {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hm-stories__content .btn-link span {
  min-width: 60px;
  height: 60px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #333333;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hm-stories__content .btn-link:hover, .hm-stories__content .btn-link:focus {
  color: #024EA8;
}
.hm-stories__content .btn-link:hover span, .hm-stories__content .btn-link:focus span {
  color: #FFFFFF;
  border-color: #024EA8;
  background-color: #024EA8;
}
.hm-stories__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 380px;
  padding: 30px 24px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hm-stories__card .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hm-stories__card .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: absolute !important;
}
.hm-stories__card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hm-stories__card.has--overlay .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.66;
  position: absolute;
  background: #333333;
}
.hm-stories__card.has--overlay .media img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.hm-stories__card.has--overlay-white:before {
  top: 0;
  left: 0;
  z-index: -2;
  content: "";
  bottom: -220px;
  position: absolute;
  right: calc(-100vw / 2 + 100% / 2);
  background-color: #024EA8;
}
.hm-stories__card.has--overlay-white .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.85;
  position: absolute;
  background: #FFFFFF;
}
.hm-stories__card.has--overlay-white .media img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.hm-stories__card.has--overlay-white .categories li a {
  color: #333333;
}
.hm-stories__card.has--overlay-white .categories li a:hover, .hm-stories__card.has--overlay-white .categories li a:focus {
  color: #00B189 !important;
}
.hm-stories__card.has--overlay-white .text .title {
  color: #333333;
}
.hm-stories__card.has--overlay-white .text p {
  color: #595B5F !important;
}
.hm-stories__card .categories li {
  z-index: 2;
  position: relative;
  margin-right: 5px;
}
.hm-stories__card .categories li a {
  padding: 0;
  color: #FFFFFF;
  margin-bottom: 3px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  background-color: transparent !important;
}
.hm-stories__card .categories li a:hover, .hm-stories__card .categories li a:focus {
  color: #00B189 !important;
}
.hm-stories__card .categories li:not(:last-child):after {
  content: ",";
}
.hm-stories__card .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hm-stories__card .text .wrap-text {
  margin-right: 10px;
}
.hm-stories__card .text .title {
  color: #FFFFFF;
  margin-bottom: 4px;
}
.hm-stories__card .text p {
  color: #BDC0C4;
  margin-bottom: 0;
  max-width: 218px;
}
.hm-stories__card .text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hm-stories__card .text .btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  color: #FFFFFF;
  min-width: 60px;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  background-color: #024EA8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hm-stories__card .text .btn span {
  color: #FFFFFF;
  margin: 0;
  line-height: 0;
  font-size: 18px;
}
.hm-stories__card .text .btn:hover, .hm-stories__card .text .btn:focus {
  background-color: #00B189;
}
.hm-stories__card:hover .text .title, .hm-stories__card:focus .text .title {
  color: #00B189;
}
.hm-stories__card:hover .media img, .hm-stories__card:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/***********************************
PRODUCT PAGE STYLES
***********************************/
.featured-product {
  overflow: hidden;
  padding: 39px 0 30px;
}
.featured-product .entry-title {
  margin-bottom: 38px;
}
.featured-product .entry-title .title {
  margin-bottom: 17px;
}
.featured-product__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 30px 27px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
}
.featured-product__card .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.featured-product__card .media {
  z-index: -1;
  overflow: hidden;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-product__card .media img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-product__card ul.categories-list {
  list-style: none;
}
.featured-product__card ul.categories-list li {
  display: inline-block;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  position: relative;
}
.featured-product__card ul.categories-list li a {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-product__card ul.categories-list li a:hover, .featured-product__card ul.categories-list li a:focus {
  color: #00B189;
  text-decoration: underline;
}
.featured-product__card ul.categories-list li:not(:last-child):after {
  content: "/";
  padding-left: 5px;
  padding-right: 3px;
}
.featured-product__card .text .title {
  color: #333333;
  font: 400 18px/24px "proxima-nova", sans-serif;
}
.featured-product__card:hover .media img, .featured-product__card:focus .media img {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}
.featured-product__card:hover .text .title, .featured-product__card:focus .text .title {
  color: #00B189;
}
.featured-product__slider {
  margin-bottom: 18px;
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.featured-product__slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.featured-product__slider .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.featured-product__slider-controls p {
  color: #024EA8;
  font: 700 16px/19px "proxima-nova", sans-serif;
}

.products-services {
  padding: 40px 0 120px;
}
.products-services .horizontal-linebar.has--large {
  border-top-width: 4px;
}
.products-services__search {
  margin-top: 30px;
  padding-bottom: 10px;
}
.products-services__search .title-label {
  color: #333333;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.products-services__search .filter-products {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
}
.products-services__search .filter-products li {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.products-services__search .filter-products li a {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  padding: 14px 15px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 700 18px/1.2 "proxima-nova", sans-serif;
  background-color: #024EA8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products-services__search .filter-products li a:hover, .products-services__search .filter-products li a:focus {
  background-color: #00B189;
}
.products-services__search .form-group, .products-services__search .view-products {
  margin-bottom: 20px;
}
.products-services__search .input-group {
  position: relative;
}
.products-services__search .input-group input[type=search] {
  width: 100% !important;
  color: #595B5F !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-family: "proxima-nova", sans-serif !important;
  border-radius: 25px !important;
  background: #F9FBFC !important;
  border: 1px solid #D9D9D9 !important;
  padding: 13px 60px 14px 18px !important;
}
.products-services__search .input-group input[type=search]::-webkit-input-placeholder {
  color: #595B5F;
  font-size: 18px;
  font-weight: 400;
}
.products-services__search .input-group input[type=search]::-moz-placeholder {
  color: #595B5F;
  font-size: 18px;
  font-weight: 400;
}
.products-services__search .input-group input[type=search]:-ms-input-placeholder {
  color: #595B5F;
  font-size: 18px;
  font-weight: 400;
}
.products-services__search .input-group input[type=search]:-moz-placeholder {
  color: #595B5F;
  font-size: 18px;
  font-weight: 400;
}
.products-services__search .input-group input[type=search]:hover, .products-services__search .input-group input[type=search]:focus {
  outline: 0;
}
.products-services__search .input-group .btn-search {
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  color: #333333;
  padding: 0 18px;
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.products-services__search .input-group .btn-search i {
  font-size: 16px;
}
.products-services__search .input-group .btn-search:hover, .products-services__search .input-group .btn-search:focus {
  outline: 0;
  color: #00B189;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.products-services__categories {
  padding-top: 35px;
}
.products-services__categories .main-title {
  padding-bottom: 20px;
  margin-bottom: 40px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 4px solid #333333;
}
.products-services__categories-item:not(:last-child) {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #00B189;
}
.products-services__categories-item .content {
  margin-bottom: 30px;
}
.products-services__categories-item .content .title {
  margin-bottom: 7px;
}
.products-services__categories-item .content p {
  max-width: 349px;
  margin-bottom: 23px;
}
.products-services__categories-item .last-none {
  margin-bottom: -20px;
}
.products-services__categories-item.software_controllers {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #00B189;
}
.products-services__card {
  width: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 280px;
  padding: 20px 20px;
  position: relative;
  margin-bottom: 20px;
  background-color: #024EA8;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.products-services__card .media {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.products-services__card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products-services__card .text {
  margin-top: auto;
}
.products-services__card .text .title {
  color: #FFFFFF;
  max-width: 297px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products-services__card.has--mix-blend .media {
  mix-blend-mode: multiply;
  isolation: isolate;
}
.products-services__card:hover .media img, .products-services__card:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.products-services__card:hover .text .title, .products-services__card:focus .text .title {
  color: #00B189;
}

.products-family {
  overflow: hidden;
  padding: 39px 0 30px;
}
.products-family .entry-title {
  margin-bottom: 40px;
}
.products-family .entry-title .title {
  margin-bottom: 17px;
}
.products-family .entry-title p {
  margin-bottom: 0;
}
.products-family .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.products-family__slider {
  overflow: hidden;
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.products-family__slider-controls {
  padding-top: 40px;
}
.products-family__slider-controls p {
  margin-bottom: 15px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.products-family__slider-controls .progress-bar {
  height: 12px;
  border-radius: 1px;
  position: relative;
  border: 1px solid #00B189;
  background-color: transparent;
}
.products-family__slider-controls .progress-bar .inner-line {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: initial;
  transition: initial;
  background-color: #00B189;
}
.products-family__slider-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  overflow: hidden;
  padding: 30px 20px;
  background-color: #F9FBFC;
}
.products-family__slider-item .media {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-family__slider-item .media img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products-family__slider-item.has--full {
  padding: 0;
}
.products-family__slider-item.has--full .media {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.products-family__slider-item.has--full .media img {
  width: 100%;
  height: 100%;
}
.products-family__slider-item:hover .media img, .products-family__slider-item:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.products-includes {
  padding: 30px 0 30px;
}
.products-includes .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.products-includes__description .content p {
  margin-right: 40px;
}
.products-includes__features .main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products-includes__features .main-title strong {
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
}
.products-includes__features .main-title strong span {
  font-size: 16px;
  margin-left: 30px;
}
.products-includes__features .last-none {
  margin-bottom: -30px;
}
.products-includes__features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  min-height: 180px;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 17px 16px 16px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
}
.products-includes__features-item .icon-wrapper {
  text-align: right;
}
.products-includes__features-item .icon-wrapper i {
  color: #333333;
  font-size: 34px;
}
.products-includes__features-item .text {
  margin-top: auto;
}
.products-includes__features-item .text .title {
  color: #333333;
  font: 700 18px/24px "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products-includes__features-item:hover, .products-includes__features-item:focus {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
}
.products-includes__features-item:hover .text .title, .products-includes__features-item:focus .text .title {
  color: #024EA8;
}

.mfp-includes-features {
  width: 100%;
  height: 100%;
  max-width: 500px;
  position: relative;
  overflow: hidden auto;
  background-color: #FFFFFF;
  padding: 30px 30px 50px 53px;
}
.mfp-includes-features__header {
  margin-bottom: 30px;
}
.mfp-includes-features__header .mfp-close {
  line-height: 0;
  width: initial;
  height: initial;
  font-size: 18px;
  margin-left: auto;
  position: initial;
  margin-bottom: 21px;
}
.mfp-includes-features__body .entry-content {
  max-width: 324px;
}
.mfp-includes-features__body .entry-content .title {
  margin-bottom: 22px;
}

.epop-mfp-includes-features {
  position: relative;
  padding: 0px;
  /*background-repeat: no-repeat;
  background-size: cover;
  &.has-overlay {
    position: relative;
    &:before {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      background: linear-gradient(0deg, #333 40%, rgba(51, 51, 51, 0) 100%);
      z-index: -1;
    }
  }*/
}
.epop-mfp-includes-features .epop-wrapper {
  /* position: relative;*/
  overflow: hidden auto;
  height: 100%;
  padding: 30px 20px 50px 35px;
}
.epop-mfp-includes-features .before-media {
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-align: right;
  position: absolute;
}
.epop-mfp-includes-features .before-media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(55%, #333), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(0deg, #333 55%, rgba(51, 51, 51, 0) 100%);
}
.epop-mfp-includes-features__body {
  color: #ffffff !important;
  margin-top: 8rem;
}
.epop-mfp-includes-features__body .entry-content {
  max-width: 360px;
}
.epop-mfp-includes-features__body .entry-content .title {
  margin-bottom: 22px;
}

.products-documentation {
  padding: 30px 0 30px;
}
.products-documentation .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.products-documentation .last-none {
  margin-bottom: -20px;
}
.products-documentation .documentation__card .text .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.products-documentation .documentation__card .text .btn span {
  font-size: 26px;
  margin-left: 16px;
}

.products-specifications {
  padding: 30px 0 30px;
}
.products-specifications .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.products-specifications .table-responsive {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.products-specifications__table {
  font-family: "proxima-nova", sans-serif;
  background-color: #F9FBFC;
  position: relative;
  min-width: 100%;
}
.products-specifications__table:before {
  top: 0;
  left: 23.8%;
  width: 20px;
  height: 100%;
  content: "";
  opacity: 0.06;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}
.products-specifications__table thead th {
  color: #024EA8;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  padding: 16px 14px;
}
.products-specifications__table thead th:first-child {
  width: 23.8%;
  position: relative;
  color: #FFFFFF;
  background-color: #024EA8;
}
.products-specifications__table thead th:last-child {
  border-left: 1px solid #E4E9EF;
}
.products-specifications__table tbody tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 13px 14px;
}
.products-specifications__table tbody tr td p {
  margin-bottom: 0;
}
.products-specifications__table tbody tr td ol {
  margin-top: 17px;
  line-height: 18px;
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
}
.products-specifications__table tbody tr td ol li:not(:last-child) {
  margin-bottom: 18px;
}
.products-specifications__table tbody tr td:first-child {
  width: 23.8%;
  font-weight: 700;
  position: relative;
}
.products-specifications__table tbody tr td:last-child {
  border-left: 1px solid #E4E9EF;
}
.products-specifications__table tbody tr:nth-of-type(odd) {
  background-color: #F4F6F8;
}
.products-specifications__notes {
  padding-top: 15px;
  font: 400 16px/1.5 "ibm-plex-mono", sans-serif;
}

.related-products-family {
  padding: 30px 0 30px;
  overflow: hidden;
}
.related-products-family .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}

.products-family-cta {
  padding: 30px 0 120px;
}
.products-family-cta .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.products-family-cta .subsystem-cta__card {
  overflow: hidden;
  background-color: #333333;
  padding: 66px 67px;
}
.products-family-cta .subsystem-cta__card .before-media {
  margin-right: -77px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: transparent;
}
.products-family-cta .subsystem-cta__card .before-media img {
  height: initial;
}
.products-family-cta .subsystem-cta__card .before-media:before {
  display: none;
}
.products-family-cta .subsystem-cta__card .content .title {
  margin-bottom: 0;
}

.product-subsystems-page {
  padding: 0 0 36px;
  overflow: hidden;
}
.product-subsystems-page .breadcrumb, .product-subsystems-page .entry-title, .product-subsystems-page .content {
  max-width: 640px;
}
.product-subsystems-page .entry-title {
  margin-top: 39px;
  margin-bottom: 36px;
  border-bottom: 1px solid #00B189;
}
.product-subsystems-page .entry-title .title {
  margin-bottom: 17px;
}
.product-subsystems-page .entry-title p {
  margin-bottom: 38px;
}
.product-subsystems-page .content .title {
  margin-bottom: 17px;
}
.product-subsystems-page .media {
  height: 800px;
  margin-right: calc(-90vw / 2 + 100%);
}
.product-subsystems-page .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.innovations-include {
  padding: 30px 0 40px;
}
.innovations-include .content-area .main-title {
  padding-bottom: 11px;
  margin-bottom: 40px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.innovations-include__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #00B189;
}
.innovations-include__item:not(:last-child) {
  margin-bottom: 40px;
}
.innovations-include__item .text {
  overflow: hidden;
}
.innovations-include__item .media {
  float: left;
  overflow: hidden;
  min-width: 280px;
  max-width: 280px;
  margin-right: 50px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.innovations-include__item .media > a {
  width: 100%;
}
.innovations-include__item .media img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.innovations-include__item .text .title {
  color: #333333;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.innovations-include__item .text p {
  line-height: 30px;
  margin-bottom: 0;
  max-width: 744px;
}
.innovations-include__item:hover .media img, .innovations-include__item:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.innovations-include__item:hover .text a:-webkit-any-link .title, .innovations-include__item:focus .text a:-webkit-any-link .title {
  color: #024EA8;
}
.innovations-include__item:hover .text a:-moz-any-link .title, .innovations-include__item:focus .text a:-moz-any-link .title {
  color: #024EA8;
}
.innovations-include__item:hover .text a:any-link .title, .innovations-include__item:focus .text a:any-link .title {
  color: #024EA8;
}

.subsystem-cta {
  padding: 40px 0 120px;
}
.subsystem-cta__card {
  z-index: 0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 400px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 67px;
}
.subsystem-cta__card .before-media {
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-align: right;
  position: absolute;
  background-color: #00B189;
}
.subsystem-cta__card .before-media img {
  height: 100%;
}
.subsystem-cta__card .before-media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #333), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(90deg, #333 50%, rgba(51, 51, 51, 0) 100%);
}
.subsystem-cta__card .content {
  max-width: 574px;
}
.subsystem-cta__card .content .title {
  margin-bottom: 7px;
}
.subsystem-cta__card .content p {
  margin-bottom: 28px;
  margin-bottom: 20px;
}

.product-software {
  padding: 47px 0 120px;
}
.product-software .entry-title {
  margin-bottom: 38px;
}
.product-software .entry-title .title {
  margin-bottom: 5px;
}
.product-software .entry-title p {
  margin-bottom: 0;
}
.product-software .last-none {
  margin-bottom: -40px;
}
.product-software__card {
  position: relative;
  margin-bottom: 40px;
}
.product-software__card .media {
  overflow: hidden;
  margin-bottom: 12px;
  background-color: #024EA8;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.product-software__card .media a {
  width: 100%;
}
.product-software__card .media img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-software__card .text .title {
  color: #333333;
  margin-bottom: 11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-software__card .text p {
  line-height: 30px;
  margin-bottom: 17px;
}
.product-software__card.has--mix-blend .media img {
  mix-blend-mode: multiply;
  isolation: isolate;
}
.product-software__card:hover .media img, .product-software__card:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.product-software__card:hover .text .title, .product-software__card:focus .text .title {
  color: #024EA8;
}

.scanmaster-designer {
  overflow: hidden;
  padding: 54px 0 150px;
}
.scanmaster-designer .before-pattern {
  top: 698px;
  left: -497px;
  opacity: 0.06;
  position: absolute;
}
.scanmaster-designer__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 380px;
  margin-bottom: 80px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.scanmaster-designer__video .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.scanmaster-designer__video .media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scanmaster-designer__video .text {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  margin-top: auto;
  position: relative;
  padding: 30px 30px 26px;
}
.scanmaster-designer__video .text .title {
  margin-bottom: 0px;
  line-height: 1.2;
}
.scanmaster-designer__video .text p {
  margin-bottom: 0;
}
.scanmaster-designer__video.has--overlay .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
  background: #333;
  position: absolute;
}
.scanmaster-designer__video.popup-video:before {
  z-index: 2;
  margin: auto;
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  font-size: 30px;
  content: "";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-family: "novanta";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scanmaster-designer__video.wistia-popup-video {
  cursor: pointer;
}
.scanmaster-designer__video.wistia-popup-video:before {
  z-index: 2;
  margin: auto;
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  font-size: 30px;
  content: "";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-family: "novanta";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  cursor: pointer;
  text-indent: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scanmaster-designer__video:hover .text .title, .scanmaster-designer__video:focus .text .title {
  color: #00B189;
}
.scanmaster-designer__video:hover.popup-video:before, .scanmaster-designer__video:focus.popup-video:before {
  color: #FFFFFF;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #FF4F43;
}
.scanmaster-designer__video:hover.wistia-popup-video, .scanmaster-designer__video:focus.wistia-popup-video {
  cursor: pointer;
}
.scanmaster-designer__video:hover.wistia-popup-video:before, .scanmaster-designer__video:focus.wistia-popup-video:before {
  color: #FFFFFF;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #FF4F43;
  cursor: pointer;
}
.scanmaster-designer__about {
  padding: 90px 0;
}
.scanmaster-designer__about .entry-title {
  margin-bottom: 11px;
}
.scanmaster-designer__about .content p {
  max-width: 633px;
  margin-bottom: 18px;
}
.scanmaster-designer__highlight {
  padding-top: 80px;
}
.scanmaster-designer__highlight .entry-title {
  margin-bottom: 40px;
}
.scanmaster-designer__highlight .entry-title .title {
  margin-bottom: 0;
}
.scanmaster-designer__highlight-item {
  margin-bottom: 100px;
}
.scanmaster-designer__highlight-item .media {
  -webkit-box-shadow: 0 44px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 44px 24px rgba(0, 0, 0, 0.06);
}
.scanmaster-designer__highlight-item .media img {
  width: 100%;
}
.scanmaster-designer__highlight-item .content .number {
  margin-bottom: 20px;
  font: 700 77px/1 "proxima-nova", sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00B189;
}
.scanmaster-designer__highlight-item .content .title {
  margin-bottom: 2px;
}
.scanmaster-designer__highlight-item .content p {
  font-size: 24px;
  max-width: 450px;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: "proxima-nova", sans-serif;
}
.scanmaster-designer__highlight-item:not(.flex-lg-row-reverse) .content {
  padding-left: 20px;
}
.scanmaster-designer__release-highlight {
  padding-top: 82px;
}
.scanmaster-designer__release-highlight .entry-title {
  margin-bottom: 20px;
}
.scanmaster-designer__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  min-height: 360px;
  margin-bottom: 20px;
  position: relative;
}
.scanmaster-designer__card .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.scanmaster-designer__card .media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scanmaster-designer__card .text {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  margin-top: auto;
  position: relative;
  padding: 30px 30px 27px;
}
.scanmaster-designer__card .text .title {
  line-height: 1.2;
  margin-bottom: 2px;
}
.scanmaster-designer__card .text p {
  margin-bottom: 0;
  line-height: 24px;
  max-width: 450px;
  font-family: "proxima-nova", sans-serif;
}
.scanmaster-designer__card.has--overlay .media:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#333));
  background: linear-gradient(rgba(51, 51, 51, 0) 0%, #333 100%);
}
.scanmaster-designer__card:hover .text .title, .scanmaster-designer__card:focus .text .title {
  color: #00B189;
}
.scanmaster-designer__card:hover .media img, .scanmaster-designer__card:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.application-listing {
  padding: 0;
  overflow: hidden;
  background-color: #F9FBFC;
}
.application-listing__navbar {
  height: 100%;
  padding: 121px 0 100px;
  border-right: 10px solid #E4E9EF;
}
.application-listing__navbar .title {
  margin-bottom: 30px;
}
.application-listing__navbar .tab-navigation {
  width: 100%;
  border-top: 1px solid #E4E9EF;
}
.application-listing__navbar .tab-navigation li {
  cursor: pointer;
  padding: 36px 0;
  position: relative;
  font: 700 36px/1.2 "proxima-nova", sans-serif;
  border-bottom: 1px solid #E4E9EF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.application-listing__navbar .tab-navigation li:before {
  top: -1px;
  bottom: -1px;
  right: -10px;
  width: 10px;
  height: 0;
  margin: auto;
  content: "";
  position: absolute;
  background-color: #00B189;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.application-listing__navbar .tab-navigation li.show, .application-listing__navbar .tab-navigation li:hover, .application-listing__navbar .tab-navigation li:focus {
  color: #00B189;
}
.application-listing__navbar .tab-navigation li.show:before, .application-listing__navbar .tab-navigation li:hover:before, .application-listing__navbar .tab-navigation li:focus:before {
  height: 100%;
}
.application-listing__body .tab-content {
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  /* Fade in tabs */
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.application-listing__body .tab-content:not(.show) {
  display: none;
}
.application-listing__body .tab-content .tab-header .media {
  height: 320px;
  margin-left: -20px;
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.application-listing__body .tab-content .tab-header .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.application-listing__body .tab-content .tab-body {
  padding: 67px 0 40px 55px;
}
.application-listing__body .tab-content .tab-body .title {
  margin-bottom: 6px;
}
.application-listing__body .tab-content .tab-body p {
  margin-bottom: 27px;
}
.application-listing__body .tab-content .tab-body ul.list-style {
  -webkit-padding-start: 19px;
          padding-inline-start: 19px;
}
.application-listing__body .tab-content .tab-body ul.list-style li {
  font-weight: 700;
  line-height: 24px;
}
.application-listing__body .tab-content .tab-body ul.list-style li:not(:last-child) {
  margin-bottom: 24px;
}

.related-products.has--smd {
  padding: 100px 0 80px;
}

.smd-documents {
  padding: 80px 0 97px;
}
.smd-documents__card {
  background-color: #FFFFFF;
  padding: 30px 31px 63px 62px;
  -webkit-box-shadow: 0 33px 66px rgba(0, 0, 0, 0.16);
          box-shadow: 0 33px 66px rgba(0, 0, 0, 0.16);
}
.smd-documents__card .icon-wrapper {
  text-align: right;
  margin-bottom: -27px;
}
.smd-documents__card .icon-wrapper i {
  font-size: 58px;
}
.smd-documents__card .icon-wrapper.has--image img {
  height: 58px;
  width: auto;
}
.smd-documents__card .text {
  max-width: 930px;
}
.smd-documents__card .text .title {
  margin-bottom: 5px;
}
.smd-documents__card .text p {
  line-height: 30px;
  margin-bottom: 27px;
}

.industries-contact.has--smd .content .title {
  margin-bottom: 145px;
}
.industries-contact.has--smd .content .media {
  height: 414px;
  margin-bottom: -183px;
}
.industries-contact.has--smd .content .media img {
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
}

.password-protect-page {
  padding: 29px 0 53px;
}
.password-protect-page__form .title {
  margin-bottom: 12px;
}
.password-protect-page__form p {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 0;
}
.password-protect-page__form p a {
  color: #333333;
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  text-decoration: underline;
}
.password-protect-page__form p a:hover, .password-protect-page__form p a:focus {
  color: #024EA8;
}
.password-protect-page__form .form-access-page .form-group {
  width: 100%;
  margin-bottom: 17px;
}
.password-protect-page__form .form-access-page label {
  margin-bottom: 5px;
  font-family: "proxima-nova", sans-serif;
}
.password-protect-page__form .form-access-page input[type=email],
.password-protect-page__form .form-access-page input[type=password] {
  width: 100% !important;
  height: auto !important;
  color: #333333 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border-radius: 6px !important;
  line-height: 1.2 !important;
  background: #F5F7F8 !important;
  font-family: "proxima-nova", sans-serif !important;
  padding: 23.5px 20px !important;
  border: 1px solid #BDC0C4 !important;
  -webkit-box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.password-protect-page__form .form-access-page input[type=email]::-webkit-input-placeholder,
.password-protect-page__form .form-access-page input[type=password]::-webkit-input-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.password-protect-page__form .form-access-page input[type=email]::-moz-placeholder,
.password-protect-page__form .form-access-page input[type=password]::-moz-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.password-protect-page__form .form-access-page input[type=email]:-ms-input-placeholder,
.password-protect-page__form .form-access-page input[type=password]:-ms-input-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.password-protect-page__form .form-access-page input[type=email]:-moz-placeholder,
.password-protect-page__form .form-access-page input[type=password]:-moz-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.password-protect-page__form .form-access-page input[type=email]:hover, .password-protect-page__form .form-access-page input[type=email]:focus,
.password-protect-page__form .form-access-page input[type=password]:hover,
.password-protect-page__form .form-access-page input[type=password]:focus {
  outline: 0;
}
.password-protect-page__form .form-access-page .btn {
  width: 100%;
  margin-top: auto;
  border-radius: 6px;
  padding: 21px 24px;
  margin-bottom: 17px;
  font: 700 24px/1.2 "proxima-nova", sans-serif;
  background-color: #024EA8;
  -webkit-box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
}
.password-protect-page__form .form-access-page .btn:hover, .password-protect-page__form .form-access-page .btn:focus {
  -webkit-box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06) !important;
}

.mfp-request-access {
  width: 100%;
  height: 100%;
  max-width: 576px;
  position: relative;
  overflow: hidden auto;
  padding: 30px 48px 62px;
  background-color: #FFFFFF;
}
.mfp-request-access__header {
  margin-bottom: 30px;
}
.mfp-request-access__header .mfp-close {
  line-height: 0;
  width: initial;
  height: initial;
  font-size: 18px;
  margin-left: auto;
  position: initial;
  margin-bottom: 29px;
}
.mfp-request-access__header .title {
  color: #024EA8;
  margin-bottom: 4px;
}
.mfp-request-access__header p {
  line-height: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mfp-request-access__body .form-group {
  width: 100%;
  margin-bottom: 17px;
}
.mfp-request-access__body label {
  margin-bottom: 5px;
  font-family: "proxima-nova", sans-serif;
}
.mfp-request-access__body input[type=email],
.mfp-request-access__body input[type=text],
.mfp-request-access__body input[type=password] {
  width: 100% !important;
  height: auto !important;
  color: #333333 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border-radius: 6px !important;
  line-height: 1.2 !important;
  background: #F5F7F8 !important;
  font-family: "proxima-nova", sans-serif !important;
  padding: 14.5px 15px !important;
  border: 1px solid #BDC0C4 !important;
  -webkit-box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mfp-request-access__body input[type=email]::-webkit-input-placeholder,
.mfp-request-access__body input[type=text]::-webkit-input-placeholder,
.mfp-request-access__body input[type=password]::-webkit-input-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.mfp-request-access__body input[type=email]::-moz-placeholder,
.mfp-request-access__body input[type=text]::-moz-placeholder,
.mfp-request-access__body input[type=password]::-moz-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.mfp-request-access__body input[type=email]:-ms-input-placeholder,
.mfp-request-access__body input[type=text]:-ms-input-placeholder,
.mfp-request-access__body input[type=password]:-ms-input-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.mfp-request-access__body input[type=email]:-moz-placeholder,
.mfp-request-access__body input[type=text]:-moz-placeholder,
.mfp-request-access__body input[type=password]:-moz-placeholder {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.mfp-request-access__body input[type=email]:hover, .mfp-request-access__body input[type=email]:focus,
.mfp-request-access__body input[type=text]:hover,
.mfp-request-access__body input[type=text]:focus,
.mfp-request-access__body input[type=password]:hover,
.mfp-request-access__body input[type=password]:focus {
  outline: 0;
}
.mfp-request-access__body .btn {
  width: 100%;
  margin-top: auto;
  border-radius: 6px;
  padding: 12px 15px;
  margin-bottom: 17px;
  font: 700 24px/1.2 "proxima-nova", sans-serif;
  background-color: #024EA8;
  -webkit-box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06);
}
.mfp-request-access__body .btn:hover, .mfp-request-access__body .btn:focus {
  -webkit-box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 44px 36px rgba(0, 0, 0, 0.06) !important;
}
.mfp-request-access__body .form-check {
  margin-bottom: 33px;
}
.mfp-request-access__body .form-check label {
  font-size: 16px;
  line-height: 24px;
  font-family: "proxima-nova", sans-serif;
}
.mfp-request-access__body .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "proxima-nova", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mfp-request-access__body .text span {
  color: #8A8F95;
}
.mfp-request-access__body .text a {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}
.mfp-request-access__body .text a:hover, .mfp-request-access__body .text a:focus {
  color: #024EA8;
}
.mfp-request-access__body .text p {
  margin-bottom: 0;
}

/***********************************
CATEGORY PAGE STYLES
***********************************/
.products-wrap {
  margin: 30px 0 210px;
}
.products-wrap .about-news__settings {
  padding-bottom: 9px;
  display: none;
}

.products {
  margin: 0 -10px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.products + .about-news__settings,
.products + .hidden-loader + .about-news__settings {
  margin-top: 40px;
}
.products .mix {
  padding: 0 10px;
  margin: 0 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.products .mix-col-4 {
  padding: 0 10px;
  margin: 0 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.products .product {
  display: block;
  position: relative;
}
.products .product-thumb {
  display: block;
  height: 340px;
  position: relative;
}
.products .product-thumb:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: radial-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
}
.products .product-thumb img {
  top: 50%;
  left: 50%;
  width: 213px;
  height: 213px;
  max-width: 96%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.products .product-family {
  top: 14px;
  left: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  font-family: "ibm-plex-mono", sans-serif;
}
.products .category_list span.product-family {
  top: 14px;
  left: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  font-family: "ibm-plex-mono", sans-serif;
}
.products .category_list span:not(:last-child):after {
  content: "/";
  padding-left: 5px;
  padding-right: 3px;
}
.products .category_list span:last-child {
  padding-left: 100px;
  padding-right: 3px;
}
.products .product-title {
  left: 20px;
  color: #333;
  bottom: 16px;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  font-family: "proxima-nova", sans-serif;
}

.filter-form label {
  display: block;
}
.filter-form .filter-set + .filter-set {
  margin-top: 18px;
}
.filter-form .filter-set > a {
  margin: 0;
  color: #333;
  display: block;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  border-bottom: 4px solid #333333;
}
.filter-form .filter-set > a:before, .filter-form .filter-set > a:after {
  top: 50%;
  right: 0;
  height: 4px;
  width: 16px;
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #333333;
}
.filter-form .filter-set > a.collapsed:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.filter-form fieldset {
  padding: 12px 0 0;
  margin-bottom: -5px;
}
.filter-form label {
  color: #333;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  font-family: "proxima-nova", sans-serif;
}
.filter-form label + label {
  margin-top: 8px;
}
.filter-form label span {
  display: inline-block;
  vertical-align: middle;
}
.filter-form label [type=checkbox] {
  opacity: 0;
  position: absolute;
}
.filter-form label [type=checkbox] + span {
  width: 14px;
  height: 14px;
  background: #ebebeb;
  border-radius: 7px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-form label [type=checkbox]:checked + span {
  background-color: #333333;
}

.all-filter-form label {
  display: block;
}
.all-filter-form .all-filter-set + .all-filter-set {
  margin-top: 18px;
}
.all-filter-form .all-filter-set > a {
  margin: 0;
  color: #333;
  display: block;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  border-bottom: 4px solid #333333;
}
.all-filter-form .all-filter-set > a:before, .all-filter-form .all-filter-set > a:after {
  top: 50%;
  right: 0;
  height: 4px;
  width: 16px;
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #333333;
}
.all-filter-form .all-filter-set > a.collapsed:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.all-filter-form fieldset {
  padding: 12px 0 0;
  margin-bottom: -5px;
}
.all-filter-form label {
  color: #333;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  font-family: "proxima-nova", sans-serif;
}
.all-filter-form label + label {
  margin-top: 8px;
}
.all-filter-form label span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  line-height: 18px;
}
.all-filter-form label [type=checkbox] {
  opacity: 0;
  position: absolute;
}
.all-filter-form label [type=checkbox] + span {
  width: 14px;
  height: 14px;
  background: #ebebeb;
  border-radius: 7px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.all-filter-form label [type=checkbox]:checked + span {
  background-color: #333333;
}

.current-filters {
  font-size: 0;
  padding-bottom: 15px;
  margin: 20px -6px -6px;
  border-bottom: 1px solid #00B189;
}
.current-filters:empty {
  display: none;
}
.current-filters .filter-current-item {
  color: #fff;
  background: #333;
  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
  padding: 4px 12px;
  margin: 0 6px 6px;
  font-weight: normal;
  display: inline-block;
  font-family: "ibm-plex-mono", sans-serif;
}
.current-filters .filter-current-item:hover {
  color: white;
}
.current-filters .filter-current-item * {
  pointer-events: none;
}
.current-filters .filter-current-item svg {
  margin-left: 15px;
}
.current-filters .filter-reset {
  color: #333;
  float: right;
  margin: 0 6px;
  font-size: 14px;
  cursor: pointer;
  line-height: 24px;
  border-radius: 26px;
  border: 1px solid #333;
  padding: 5px 10px 5px 16px;
  font-family: "ibm-plex-mono", sans-serif;
}
.current-filters .filter-reset svg {
  margin-left: 9px;
  pointer-events: none;
}
.current-filters:after {
  content: "";
  display: table;
  clear: both;
}

.all-current-filters {
  font-size: 0;
  padding-bottom: 15px;
  margin: 20px -6px -6px;
  border-bottom: 1px solid #00B189;
}
.all-current-filters:empty {
  display: none;
}
.all-current-filters .all-filter-current-item {
  color: #fff;
  background: #333;
  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
  padding: 4px 12px;
  margin: 0 6px 6px;
  font-weight: normal;
  display: inline-block;
  font-family: "ibm-plex-mono", sans-serif;
}
.all-current-filters .all-filter-current-item:hover {
  color: white;
}
.all-current-filters .all-filter-current-item * {
  pointer-events: none;
}
.all-current-filters .all-filter-current-item svg {
  margin-left: 15px;
}
.all-current-filters .all-filter-reset {
  color: #333;
  float: right;
  margin: 0 6px;
  font-size: 14px;
  cursor: pointer;
  line-height: 24px;
  border-radius: 26px;
  border: 1px solid #333;
  padding: 5px 10px 5px 16px;
  font-family: "ibm-plex-mono", sans-serif;
}
.all-current-filters .all-filter-reset svg {
  margin-left: 9px;
  pointer-events: none;
}
.all-current-filters:after {
  content: "";
  display: table;
  clear: both;
}

.hidden-loader {
  padding: 40px 0 0;
  text-align: center;
  display: none;
}
.hidden-loader__spin {
  height: 36px;
  width: 130px;
  margin: 0 auto;
  position: relative;
  border-radius: 500px;
  border: 1px solid #333333;
}
.hidden-loader__spin:before {
  top: 2px;
  left: 2px;
  width: 30px;
  content: "";
  bottom: 2px;
  position: absolute;
  border-radius: 500px;
  background-color: #333333;
  -webkit-animation: leftright 2s linear infinite;
          animation: leftright 2s linear infinite;
}

@-webkit-keyframes leftright {
  0% {
    left: 2px;
  }
  50% {
    left: calc(100% - 32px);
  }
  100% {
    left: 2px;
  }
}

@keyframes leftright {
  0% {
    left: 2px;
  }
  50% {
    left: calc(100% - 32px);
  }
  100% {
    left: 2px;
  }
}
/***********************************
SUPPORT PAGE STYLES
***********************************/
.support-page {
  padding: 39px 0 0;
}
.support-page .entry-title {
  padding-bottom: 7px;
  border-bottom: 1px solid #00B189;
}
.support-page .entry-title .title {
  margin-bottom: 17px;
}

.customer-service {
  overflow: hidden;
  padding: 40px 0 0;
}
.customer-service__content {
  margin-bottom: 50px;
}
.customer-service__content h4 {
  margin-bottom: 6px;
}
.customer-service__content p {
  margin-bottom: 18px;
}
.customer-service__map {
  /*z-index: -1;
   margin-left: -60px;
   margin-right: -175px;
  position: relative;*/
  height: 540px;
  width: 53vw;
}

.support-faq {
  padding: 22px 0 120px;
}
.support-faq .entry-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #00B189;
}
.support-faq .entry-title .title {
  margin-bottom: 3px;
}
.support-faq .entry-title p {
  margin-bottom: 20px;
}
.support-faq .entry-title .btn-box {
  margin-top: auto;
  margin-bottom: 17px;
}
.support-faq .entry-title .btn-box .btn {
  white-space: nowrap;
}
.support-faq .last-none {
  margin-bottom: -20px;
}

.get-touch {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 80px;
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-shadow: 0 24px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 24px 24px rgba(0, 0, 0, 0.06);
}
.get-touch .before-pattern {
  top: -847px;
  left: -270px;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.get-touch .media {
  margin-top: -31px;
  margin-bottom: -136px;
  margin-left: -178px;
  margin-right: 78px;
}
.get-touch__text {
  max-width: 486px;
  padding-top: 40px;
  margin: auto 20px 42px 36px;
}
.get-touch__text .title {
  margin-bottom: 7px;
}
.get-touch__text p {
  margin-bottom: 17px;
}

.technical-resources {
  overflow: hidden;
  padding: 117px 0 44px;
}
.technical-resources .entry-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #00B189;
}
.technical-resources .entry-title .title {
  margin-bottom: 3px;
}
.technical-resources .entry-title p {
  margin-bottom: 20px;
}
.technical-resources .entry-title .btn-box {
  margin-top: auto;
  margin-bottom: 17px;
}
.technical-resources .entry-title .btn-box .btn {
  white-space: nowrap;
}
.technical-resources__slider-text {
  margin-top: -10px;
}
.technical-resources__slider-text p {
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}

.support-cta {
  padding: 44px 0 120px;
}
.support-cta .resources-events__card-summer {
  margin-bottom: 0;
}
.support-cta .resources-events__card-summer .content p {
  max-width: 486px;
}

.support-services {
  z-index: 1;
  position: relative;
  padding: 39px 0 120px;
}
.support-services .entry-title {
  padding-bottom: 7px;
  border-bottom: 1px solid #00B189;
}
.support-services .entry-title .title {
  margin-bottom: 17px;
}
.support-services__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 263px;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #024EA8;
}
.support-services__map img {
  /*margin-top: -47px;
  margin-bottom: -228px;*/
  max-height: 263px;
}
.support-services__location:not(:last-child) {
  margin-bottom: 61px;
}
.support-services__location .main-title {
  margin-bottom: 27px;
  padding-bottom: 11px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.support-services__location-point {
  margin-bottom: 33px;
}
.support-services__location-point .title {
  font: 700 18px/22px "proxima-nova", sans-serif;
  margin-bottom: 6px;
}
.support-services__location-point .title sup {
  top: -1px;
  width: 29px;
  height: 27px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.2;
  font-family: "ibm-plex-mono", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.support-services__location-point .title .location_hq {
  background: #333333;
  font-weight: 400;
  color: #FFFFFF;
  padding: 3px;
  font-size: 15px;
}
.support-services__location-point .sub-title {
  color: #024EA8;
  font: 700 18px/22px "proxima-nova", sans-serif;
  margin-bottom: 6px;
}
.support-services__location-point a {
  color: #333333;
  font-family: "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.support-services__location-point a strong {
  font-weight: 700;
}
.support-services__location-point a:-webkit-any-link:hover, .support-services__location-point a:-webkit-any-link:focus {
  color: #024EA8;
}
.support-services__location-point a:-moz-any-link:hover, .support-services__location-point a:-moz-any-link:focus {
  color: #024EA8;
}
.support-services__location-point a:any-link:hover, .support-services__location-point a:any-link:focus {
  color: #024EA8;
}

.captcha-absolute {
  display: inline-block;
  -webkit-transform: scale(0.8334);
          transform: scale(0.8334);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  margin-bottom: -72px;
  max-width: 256px;
  margin-top: 12px;
}

.support-contact {
  padding: 150px 0;
  background-color: #F9FBFC;
}
.support-contact .before-pattern {
  position: absolute;
  left: -497px;
  bottom: -499px;
}
.support-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 50px 88px 60px 70px;
  -webkit-box-shadow: 0 24px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 24px 24px rgba(0, 0, 0, 0.06);
}
.support-contact .content {
  margin-right: 50px;
}
.support-contact .content .sub-title {
  margin-top: 87px;
}
.support-contact .content .form-group {
  max-width: 424px;
  margin-bottom: 40px;
}
.support-contact .content .form-group .select-wrapper {
  position: relative;
  margin-bottom: 12px;
}
.support-contact .content .form-group .select-wrapper select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 60px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  color: #024EA8 !important;
  font-family: "proxima-nova", sans-serif !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 2px 32px 2px 0 !important;
  border-bottom: 5px solid #024EA8 !important;
}
.support-contact .content .form-group .select-wrapper:before {
  z-index: 1;
  right: 0px;
  content: "";
  margin-left: 5px;
  position: absolute;
  top: calc(50% - 3px);
  vertical-align: 2px;
  pointer-events: none;
  border-top: 10px solid #024EA8;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.support-contact .content .form-group .title, .support-contact .content .form-group .sub-title {
  line-height: 1.2;
}
.support-contact .content .form-group .title {
  color: #333333;
  margin-bottom: 2px;
}
.support-contact .content .location-map {
  margin-left: -22px;
  margin-bottom: -10px;
}
.support-contact .support-contact__form {
  position: relative;
}
.support-contact .support-contact__form .gform_wrapper.gravity-theme .big-select {
  max-width: 424px;
  position: absolute;
  left: 70px;
  top: 95px;
}
.support-contact .support-contact__form .gform_wrapper.gravity-theme .big-select .select-wrapper {
  position: relative;
  margin-bottom: 12px;
}
.support-contact .support-contact__form .gform_wrapper.gravity-theme .big-select .select-wrapper select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 60px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  color: #024EA8 !important;
  font-family: "proxima-nova", sans-serif !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 2px 32px 2px 0 !important;
  border: none !important;
  border-bottom: 5px solid #024EA8 !important;
}
.support-contact .support-contact__form .gform_wrapper.gravity-theme .big-select .select-wrapper:before {
  z-index: 1;
  right: 0px;
  content: "";
  margin-left: 5px;
  position: absolute;
  top: calc(50% - 3px);
  vertical-align: 2px;
  pointer-events: none;
  border-top: 10px solid #024EA8;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.support-contact .support-contact__form .gform_wrapper.gravity-theme .big-select .title, .support-contact .support-contact__form .gform_wrapper.gravity-theme .big-select .sub-title {
  line-height: 1.2;
}
.support-contact .support-contact__form .gform_wrapper.gravity-theme .big-select .title {
  color: #333333;
  margin-bottom: 2px;
}

.accordion .card {
  border: 0;
}
.accordion .card .card-header {
  padding: 0;
  border: 0;
  overflow: hidden;
  background-color: transparent;
}
.accordion .card .card-header .card-link {
  color: #333333;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  margin-bottom: 1px;
  font-family: "proxima-nova", sans-serif;
  padding: 16px 15px 14px 30px;
  border-bottom: 1px solid #D0D5DB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion .card .card-header .card-link:before {
  left: 0;
  content: "";
  margin-right: 20px;
  vertical-align: 2px;
  top: calc(50% - 3px);
  position: absolute;
  border-top: 6px solid #333333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion .card .card-header .card-link[aria-expanded=true], .accordion .card .card-header .card-link:hover, .accordion .card .card-header .card-link:focus {
  color: #024EA8;
}
.accordion .card .card-header .card-link[aria-expanded=true]:before, .accordion .card .card-header .card-link:hover:before, .accordion .card .card-header .card-link:focus:before {
  border-top-color: #024EA8;
}
.accordion .card .card-body {
  padding: 10px 20px 10px 30px;
}
.accordion .card .card-body p {
  margin-bottom: 20px;
}

.faq-categories {
  z-index: 1;
  position: relative;
  padding: 50px 0 170px;
}
.faq-categories .entry-title {
  margin-bottom: 30px;
}
.faq-categories__box {
  margin-bottom: 27px;
}
.faq-categories__box a {
  color: #FFFFFF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 28px 20px 20px;
  background-color: #00B189;
  -webkit-box-shadow: 0 36px 36px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 36px 36px rgba(0, 0, 0, 0.16) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-categories__box a .icon-wrapper {
  margin-bottom: 10px;
}
.faq-categories__box a .icon-wrapper i {
  font-size: 40px;
}
.faq-categories__box a .text {
  margin-top: auto;
}
.faq-categories__box a .text .title {
  margin-bottom: 2px;
  font: 700 18px/30px "proxima-nova", sans-serif;
}
.faq-categories__box a .text i {
  font-size: 14px;
}
.faq-categories__box a:hover, .faq-categories__box a:focus {
  background-color: #024EA8;
}
.faq-categories__item:not(:last-child) {
  margin-bottom: 60px;
}
.faq-categories__item .main-title {
  padding-bottom: 11px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}

.faq-contact {
  padding: 150px 0;
  background-color: #F9FBFC;
}
.faq-contact .before-pattern {
  position: absolute;
  left: -497px;
  bottom: -499px;
}
.faq-contact__form {
  background-color: #FFFFFF;
  padding: 61px 30px 68px 30px;
  -webkit-box-shadow: 0 24px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 24px 24px rgba(0, 0, 0, 0.06);
}
.faq-contact__form .title {
  margin-bottom: 36px;
}
.faq-contact__form .media {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.faq-contact__form .captcha-absolute {
  margin-left: auto;
  margin-right: 188px;
}
.faq-contact__form .gform_wrapper.gravity-theme {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
}
.faq-contact__form .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  font-family: "ibm-plex-mono", sans-serif;
  font-size: 16px;
  margin-bottom: 3px;
}
.faq-contact__form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 15px;
}
.faq-contact__form .gform_wrapper.gravity-theme .gfield input,
.faq-contact__form .gform_wrapper.gravity-theme .gfield select,
.faq-contact__form .gform_wrapper.gravity-theme .gfield textarea {
  background: #f9fbfc !important;
  border: 1px solid #d0d5db !important;
  line-height: 20px !important;
}
.faq-contact__form .gform_wrapper.gravity-theme .gfield select {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.faq-contact__form .gform_wrapper.gravity-theme .gfield textarea {
  height: 80px !important;
}
.faq-contact__form .gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  position: relative;
  text-align: right;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 12px 0 0 auto !important;
}
.faq-contact__form .gform_wrapper.gravity-theme .gform_footer input {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  padding: 15.5px 24px;
  border-radius: 500px;
  font-family: "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 !important;
  color: #333333;
  padding: 13.5px 64px 13.5px 22px;
  border: 2px solid #333333;
  background-color: transparent;
}
.faq-contact__form .gform_wrapper.gravity-theme .gform_footer:after {
  content: "";
  font-family: "novanta";
  color: #333333;
  font-size: 16px;
  margin-left: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.faq-contact__form .gform_wrapper.gravity-theme .gform_footer:hover input {
  border-color: #024EA8;
  background-color: #024EA8;
  color: white;
}
.faq-contact__form .gform_wrapper.gravity-theme .gform_footer:hover:after {
  color: white;
}

.video_searchresult_wrapper .hidden-loader {
  padding-top: 0;
  padding-bottom: 50px;
}
.video_searchresult_wrapper .faq-search {
  padding-bottom: 50px;
  text-align: left;
}
.video_searchresult_wrapper .faq-search.accordion .card .card-header .card-link {
  padding-left: 45px;
}
.video_searchresult_wrapper .faq-search.accordion .card .card-header .card-link:before {
  left: 20px;
}
.video_searchresult_wrapper .faq-noresult {
  padding: 15px;
  background-color: white;
  border-radius: 0.25rem;
}

.faq_searchresult_wrapper .hidden-loader {
  padding-top: 0;
  padding-bottom: 50px;
}
.faq_searchresult_wrapper .faq-search {
  padding-bottom: 50px;
  text-align: left;
}
.faq_searchresult_wrapper .faq-search.accordion .card .card-header .card-link {
  padding-left: 45px;
}
.faq_searchresult_wrapper .faq-search.accordion .card .card-header .card-link:before {
  left: 20px;
}
.faq_searchresult_wrapper .faq-noresult {
  padding: 15px;
  background-color: white;
  border-radius: 0.25rem;
}

.tech-resource_searchresult_wrapper .hidden-loader {
  padding-top: 0;
  padding-bottom: 50px;
}
.tech-resource_searchresult_wrapper .tech-resource-search {
  padding-bottom: 50px;
  text-align: left;
}
.tech-resource_searchresult_wrapper .tech-resource-noresult {
  padding: 15px;
  background-color: white;
  border-radius: 0.25rem;
}

.resource_searchresult_wrapper .hidden-loader {
  padding-top: 0;
  padding-bottom: 50px;
}
.resource_searchresult_wrapper .resource-search {
  padding-bottom: 50px;
  text-align: left;
}
.resource_searchresult_wrapper .resource-noresult {
  padding: 15px;
  background-color: white;
  border-radius: 0.25rem;
}

/***********************************
APPLICATION PAGE STYLES
***********************************/
.application-page {
  overflow: hidden;
  padding: 87px 0 70px;
}
.application-page__content {
  z-index: 1;
  position: relative;
}
.application-page__content .title {
  margin-bottom: 7px;
}
.application-page__content p {
  line-height: 30px;
}
.application-page__content .sticky-content {
  top: 33px;
  left: -90px;
  position: absolute;
}
.application-page__content .sticky-content .rotated-text {
  text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.application-page__content .sticky-content .rotated-text p {
  color: #175ab5;
  margin-bottom: 0;
  font: 400 18px/24px "ibm-plex-mono", sans-serif;
}
.application-page__media {
  margin-left: -145px;
  margin-right: -640px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.application-categories {
  padding: 70px 0 120px;
}
.application-categories__item {
  margin-bottom: 60px;
}
.application-categories__item .media {
  overflow: hidden;
  margin-bottom: 14px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.application-categories__item .media a {
  width: 100%;
}
.application-categories__item .media img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.application-categories__item .text .title {
  color: #333333;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.application-categories__item .text .title span {
  color: #333333;
  font-size: 18px;
  margin-left: 20px;
  vertical-align: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.application-categories__item .text p {
  margin-bottom: 12px;
}
.application-categories__item:hover .media a:-webkit-any-link img, .application-categories__item:focus .media a:-webkit-any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.application-categories__item:hover .media a:-moz-any-link img, .application-categories__item:focus .media a:-moz-any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.application-categories__item:hover .media a:any-link img, .application-categories__item:focus .media a:any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.application-categories__item:hover .text .title:-webkit-any-link, .application-categories__item:focus .text .title:-webkit-any-link {
  color: #024EA8;
}
.application-categories__item:hover .text .title:-moz-any-link, .application-categories__item:focus .text .title:-moz-any-link {
  color: #024EA8;
}
.application-categories__item:hover .text .title:any-link, .application-categories__item:focus .text .title:any-link {
  color: #024EA8;
}
.application-categories__item:hover .text .title:-webkit-any-link span, .application-categories__item:focus .text .title:-webkit-any-link span {
  color: #024EA8;
}
.application-categories__item:hover .text .title:-moz-any-link span, .application-categories__item:focus .text .title:-moz-any-link span {
  color: #024EA8;
}
.application-categories__item:hover .text .title:any-link span, .application-categories__item:focus .text .title:any-link span {
  color: #024EA8;
}
.application-categories .application-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: -6px;
}
.application-categories .application-categories__list li {
  line-height: 0;
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
  margin-bottom: 6px;
}
.application-categories .application-categories__list li a {
  color: #333333;
  padding: 2px 8px 4px;
  border-radius: 500px;
  display: inline-block;
  border: 1px solid #333333;
  font: 400 16px/1.2 "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.application-categories .application-categories__list li a:hover, .application-categories .application-categories__list li a:focus {
  color: #FFFFFF;
  border-color: #024EA8;
  background-color: #024EA8;
}
.application-categories__masonry .col-item:first-child .application-categories__item {
  margin-top: 0;
}
.application-categories__masonry .spacer-height {
  min-height: 300px;
}
.application-categories__masonry .spacer-height.has--small {
  min-height: 149px;
}
.application-categories__masonry .spacer-height span:before {
  color: transparent;
  content: "empty";
}
.application-categories__masonry .application-categories__item {
  margin-top: 93px;
  margin-bottom: 0;
}
.application-categories__masonry .application-categories__item.has--large {
  margin-top: 113px;
}
.application-categories__masonry .application-categories__item.has--large .media {
  max-width: 380px;
}
.application-categories__masonry .application-categories__item .text .title {
  max-width: 480px;
}

.application-category-page {
  padding: 0 0 30px;
  overflow: hidden;
}
.application-category-page .breadcrumb, .application-category-page .entry-title, .application-category-page .content {
  max-width: 640px;
}
.application-category-page .full-columns .breadcrumb, .application-category-page .full-columns .entry-title, .application-category-page .full-columns .content {
  max-width: none;
}
.application-category-page .full-columns .breadcrumb p, .application-category-page .full-columns .entry-title p, .application-category-page .full-columns .content p {
  max-width: none;
}
.application-category-page .entry-title {
  margin-top: 39px;
  margin-bottom: 36px;
  border-bottom: 1px solid #00B189;
}
.application-category-page .entry-title .title {
  margin-bottom: 17px;
}
.application-category-page .entry-title p {
  margin-bottom: 38px;
}
.application-category-page .content .title {
  margin-bottom: 17px;
}
.application-category-page .content p {
  max-width: 608px;
}
.application-category-page .content p + p {
  margin-top: 30px;
}
.application-category-page .media {
  /*height: 100%;*/
  height: 700px;
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.application-category-page .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.application-processes {
  padding: 40px 0 40px;
}
.application-processes .last-none {
  margin-bottom: -20px;
}
.application-processes .main-title {
  padding-bottom: 11px;
  margin-bottom: 30px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.application-processes__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F9FBFC;
}
.application-processes__item .media {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  max-height: 197px;
}
.application-processes__item .media a {
  width: 100%;
}
.application-processes__item .media img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.application-processes__item .text {
  margin-top: 30px;
  padding: 0 20px 20px;
}
.application-processes__item .text .card_content {
  min-height: 150px;
}
.application-processes__item .text .title {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}
.application-processes__item .text p {
  color: #333333;
  font-size: 16px;
  max-width: 303px;
  line-height: 26px;
  margin-bottom: 40px;
}
.application-processes__item .text .btn-circle {
  height: 36px;
  color: #333333;
  min-width: 36px;
  max-width: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #333333;
  background-color: transparent;
}
.application-processes__item .text .btn-circle span {
  margin: 0;
  line-height: 0;
  font-size: 12px;
}
.application-processes__item .text .btn-circle:hover, .application-processes__item .text .btn-circle:focus {
  color: #FFFFFF;
  border-color: #024EA8;
  background-color: #024EA8;
}
.application-processes__item:hover .media img, .application-processes__item:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.application-processes__item:hover .text .title, .application-processes__item:focus .text .title {
  color: #024EA8;
}

.documentation {
  padding: 40px 0 50px;
}
.documentation .last-none {
  margin-bottom: -20px;
}
.documentation .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.documentation__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 22px 20px 22px 22px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.documentation__card .media {
  float: left;
  height: 56px;
  min-width: 56px;
  max-width: 56px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.documentation__card .media a {
  width: 100%;
  height: 100%;
}
.documentation__card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.documentation__card .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.documentation__card .text .wrap-text {
  margin-right: 20px;
}
.documentation__card .text .sub-title {
  color: #333333;
  margin-bottom: 3px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.documentation__card .text .sub-title a {
  color: inherit;
}
.documentation__card .text .sub-title a:hover {
  color: #00B189;
}
.documentation__card .text .title {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}
.documentation__card .text .btn {
  padding: 10px 18px 9px;
}
.documentation__card .text .btn span {
  margin: 0;
  line-height: 0;
  font-size: 26px;
}
.documentation__card:hover .media img, .documentation__card:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.documentation__card:hover .text a:-webkit-any-link .title, .documentation__card:focus .text a:-webkit-any-link .title {
  color: #024EA8;
}
.documentation__card:hover .text a:-moz-any-link .title, .documentation__card:focus .text a:-moz-any-link .title {
  color: #024EA8;
}
.documentation__card:hover .text a:any-link .title, .documentation__card:focus .text a:any-link .title {
  color: #024EA8;
}

.application-resources {
  overflow: hidden;
  padding: 60px 0 120px;
}
.application-resources .entry-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #00B189;
}
.application-resources .entry-title .title {
  margin-bottom: 3px;
}
.application-resources .entry-title p {
  margin-bottom: 20px;
}
.application-resources .entry-title .btn-box {
  margin-top: auto;
  margin-bottom: 17px;
}
.application-resources .entry-title .btn-box .btn {
  white-space: nowrap;
}
.application-resources__slider-text {
  margin-top: -10px;
}
.application-resources__slider-text p {
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.application-resources__card {
  width: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 380px;
  position: relative;
  padding: 29px 20px 29px 34px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.application-resources__card.popup-video .pop-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.application-resources__card.popup-video .pop-media:after {
  z-index: 2;
  margin: auto;
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  font-size: 30px;
  content: "";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-family: "novanta";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-indent: 5px;
}
.application-resources__card.popup-video .pop-media:hover:after, .application-resources__card.popup-video .pop-media:focus:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #FF4F43;
  background-color: #FF4F43;
}
.application-resources__card.wistia-popup-video .pop-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.application-resources__card.wistia-popup-video .pop-media:after {
  z-index: 2;
  margin: auto;
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  font-size: 30px;
  content: "";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-family: "novanta";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-indent: 5px;
}
.application-resources__card.wistia-popup-video .pop-media:hover:after, .application-resources__card.wistia-popup-video .pop-media:focus:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #FF4F43;
  background-color: #FF4F43;
}
.application-resources__card .media {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.application-resources__card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.application-resources__card .text {
  margin-top: auto;
}
.application-resources__card .text .title {
  color: #333333;
  max-width: 268px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.application-resources__card.has--overlay .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f9fbfc));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #f9fbfc 100%);
}
.application-resources__card:hover .media img, .application-resources__card:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.application-resources__card:hover .text .title, .application-resources__card:focus .text .title {
  color: #024EA8;
}
.application-resources__slider {
  overflow: hidden;
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.application-resources__slider-controls {
  padding-top: 40px;
}
.application-resources__slider-controls p {
  margin-bottom: 15px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.application-resources__slider-controls .progress-bar {
  height: 12px;
  border-radius: 1px;
  position: relative;
  border: 1px solid #00B189;
  background-color: transparent;
}
.application-resources__slider-controls .progress-bar .inner-line {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: initial;
  transition: initial;
  background-color: #00B189;
}

.application-detail {
  padding: 39px 0 40px;
}
.application-detail .entry-title {
  margin-bottom: 40px;
  padding-bottom: 38px;
  border-bottom: 1px solid #00B189;
}
.application-detail .entry-title .title {
  margin-bottom: 17px;
}
.application-detail .entry-title p {
  margin-bottom: 0;
}
.application-detail .content .title {
  margin-bottom: 20px;
}

.surface-modification-categories {
  padding: 40px 0 120px;
}
.surface-modification-categories__item .main-title {
  margin-bottom: 20px;
  padding-bottom: 11px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.surface-modification-categories__item ul.list-style {
  margin-top: 10px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  margin-right: -10px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.surface-modification-categories__item ul.list-style li {
  line-height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.surface-modification-categories__item ul.list-style li:not(:last-child) {
  margin-bottom: 24px;
}
.surface-modification-categories__item:not(:last-child) {
  margin-bottom: 80px;
}

/***********************************
INDUSTRIES PAGE STYLES
***********************************/
.industries-page {
  padding: 100px 0 0;
  margin-top: -100px;
  overflow: hidden;
}
.industries-page__content {
  z-index: 1;
  position: relative;
}
.industries-page__content .title {
  margin-bottom: 7px;
}
.industries-page__content p {
  line-height: 30px;
  max-width: 440px;
}
.industries-page__content .sticky-content {
  top: 33px;
  left: -90px;
  position: absolute;
}
.industries-page__content .sticky-content .rotated-text {
  text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.industries-page__content .sticky-content .rotated-text p {
  color: #175ab5;
  margin-bottom: 0;
  font: 400 18px/24px "ibm-plex-mono", sans-serif;
}
.industries-page__media {
  margin-left: -145px;
  margin-right: -350px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.industries-page__media img {
  height: 100%;
}

.industries-category-page {
  overflow: hidden;
  padding: 39px 0 30px;
}
.industries-category-page .entry-title {
  margin-bottom: 36px;
  padding-bottom: 38px;
  border-bottom: 1px solid #00B189;
}
.industries-category-page .entry-title .title {
  margin-bottom: 17px;
}
.industries-category-page .entry-title p {
  margin-bottom: 0;
}
.industries-category-page__content .title {
  margin-bottom: 20px;
}
.industries-category-page__content p {
  max-width: 674px;
}
.industries-category-page__media {
  margin-top: -25px;
  margin-bottom: -50px;
  margin-right: -320px;
}

.industries-category {
  padding: 33px 0 60px;
}
.industries-category.has--related-industries {
  padding: 50px 0 120px;
}
.industries-category .main-title {
  margin-bottom: 20px;
  padding-bottom: 11px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.industries-category .last-none {
  margin-bottom: -20px;
}
.industries-category__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 380px;
  margin-bottom: 20px;
  background-color: #0C4EA8;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.industries-category__card.has-overlay .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  position: absolute !important;
}
.industries-category__card.has-overlay .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.industries-category__card.has-overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  background: #0C4EA8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.industries-category__card.has-overlay:hover::before {
  opacity: 0.66;
}
.industries-category__card .text {
  margin-top: auto;
  padding: 30px 30px;
  z-index: 1;
}
.industries-category__card .text .title {
  color: #FFFFFF;
  max-width: 261px;
  margin-bottom: 20px;
}
.industries-category__card .text .btn-circle {
  padding: 0;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  color: #FFFFFF;
  min-width: 46px;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #FFFFFF;
  background-color: transparent;
}
.industries-category__card .text .btn-circle span {
  margin: 0;
  color: #FFFFFF;
  line-height: 0;
  font-size: 14px;
}
.industries-category__card .text .btn-circle:hover, .industries-category__card .text .btn-circle:focus {
  background-color: #FFFFFF;
}
.industries-category__card .text .btn-circle:hover span, .industries-category__card .text .btn-circle:focus span {
  color: #024EA8;
}
.cardboard-about {
  padding: 28px 0 50px;
}
.cardboard-about__content .title {
  margin-bottom: 20px;
}
.cardboard-about__content p {
  max-width: 608px;
}
.cardboard-about__includes .main-title {
  margin-bottom: 20px;
  padding-bottom: 11px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.cardboard-about__includes ul.list-style {
  margin-top: 10px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  margin-right: -10px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cardboard-about__includes ul.list-style li {
  line-height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.cardboard-about__includes ul.list-style li:not(:last-child) {
  margin-bottom: 24px;
}

.related-products {
  overflow: hidden;
  padding: 28px 0px;
}
.related-products .title {
  margin-bottom: 10px;
}
.related-products .main-title {
  margin-bottom: 20px;
  padding-bottom: 11px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.related-products__slider-text {
  margin-bottom: 20px;
}
.related-products__slider-text p {
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  margin-bottom: 0;
}
.related-products__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 340px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 11px 20px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: radial-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
}
.related-products__card .product-family {
  font-size: 14px;
  color: #00B189;
}
.related-products__card .link {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.related-products__card .media {
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related-products__card .media img {
  width: auto;
  height: 213px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related-products__card ul.categories-list {
  z-index: 2;
  position: relative;
  list-style: none;
}
.related-products__card ul.categories-list li {
  display: inline-block;
  font: 400 14px/1.2 "ibm-plex-mono", sans-serif;
  position: relative;
}
.related-products__card ul.categories-list li a {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related-products__card ul.categories-list li a:hover:-webkit-any-link, .related-products__card ul.categories-list li a:focus:-webkit-any-link {
  color: #00B189;
  text-decoration: underline;
}
.related-products__card ul.categories-list li a:hover:-moz-any-link, .related-products__card ul.categories-list li a:focus:-moz-any-link {
  color: #00B189;
  text-decoration: underline;
}
.related-products__card ul.categories-list li a:hover:any-link, .related-products__card ul.categories-list li a:focus:any-link {
  color: #00B189;
  text-decoration: underline;
}
.related-products__card ul.categories-list li:not(:last-child):after {
  content: "/";
  padding-left: 5px;
  padding-right: 3px;
}
.related-products__card .text .title {
  color: #333333;
  font: 400 18px/24px "proxima-nova", sans-serif;
}
.related-products__card:hover .media img, .related-products__card:focus .media img {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}
.related-products__card:hover .text .title, .related-products__card:focus .text .title {
  color: #00B189;
}
.related-products__slider {
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.related-products__slider.mr-0 {
  margin-right: -10px !important;
}
.related-products .btn-box {
  text-align: right;
  margin-top: 20px;
}
.related-products .btn-box .btn-view {
  color: #024EA8;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related-products .btn-box .btn-view span {
  color: #024EA8;
  font-size: 12px;
  margin-left: 12px;
  vertical-align: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related-products .btn-box .btn-view:hover, .related-products .btn-box .btn-view:focus {
  color: #00B189;
}
.related-products .btn-box .btn-view:hover span, .related-products .btn-box .btn-view:focus span {
  color: #00B189;
}

.industries-contact {
  padding: 150px 0;
  background-color: #F9FBFC;
}
.industries-contact .before-pattern {
  position: absolute;
  left: -497px;
  bottom: -499px;
}
.industries-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 50px 88px 60px 70px;
  -webkit-box-shadow: 0 24px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 24px 24px rgba(0, 0, 0, 0.06);
}
.industries-contact__form .content {
  margin-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.industries-contact__form .content .sub-title {
  line-height: 1.2;
  margin-bottom: 11px;
}
.industries-contact__form .content .title {
  color: #024EA8;
  margin-bottom: 32px;
}
.industries-contact__form .content .media {
  margin-bottom: -190px;
}
.industries-contact__form .gform_wrapper.gravity-theme {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
}
.industries-contact__form .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  font-family: "ibm-plex-mono", sans-serif;
  font-size: 16px;
  margin-bottom: 3px;
}
.industries-contact__form .gform_wrapper.gravity-theme .gfield input,
.industries-contact__form .gform_wrapper.gravity-theme .gfield select,
.industries-contact__form .gform_wrapper.gravity-theme .gfield textarea {
  background: #f9fbfc !important;
  border: 1px solid #d0d5db !important;
  line-height: 20px !important;
}
.industries-contact__form .gform_wrapper.gravity-theme .gfield select {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.industries-contact__form .gform_wrapper.gravity-theme .gfield textarea {
  height: 80px !important;
}
.industries-contact__form .gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  position: relative;
  text-align: right;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 12px 0 0 auto !important;
}
.industries-contact__form .gform_wrapper.gravity-theme .gform_footer input {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  padding: 15.5px 24px;
  border-radius: 500px;
  font-family: "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 !important;
  color: #333333;
  padding: 13.5px 64px 13.5px 22px;
  border: 2px solid #333333;
  background-color: transparent;
}
.industries-contact__form .gform_wrapper.gravity-theme .gform_footer:after {
  content: "";
  font-family: "novanta";
  color: #333333;
  font-size: 16px;
  margin-left: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.industries-contact__form .gform_wrapper.gravity-theme .gform_footer:hover input {
  border-color: #024EA8;
  background-color: #024EA8;
  color: white;
}
.industries-contact__form .gform_wrapper.gravity-theme .gform_footer:hover:after {
  color: white;
}

/***********************************
ABOUT PAGE STYLES
***********************************/
.about-page {
  overflow: hidden;
  padding: 87px 0 60px;
  position: relative;
}
.about-page .sticky-content {
  bottom: 0;
  left: calc(50% - (1340px / 2));
  -webkit-transform: translate(-50%, calc(-50% - 10px));
          transform: translate(-50%, calc(-50% - 10px));
  position: absolute;
}
.about-page .sticky-content .rotated-text {
  text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about-page .sticky-content .rotated-text p {
  color: #024EA8;
  margin-bottom: 0;
  font: 400 18px/24px "ibm-plex-mono", sans-serif;
}
.about-page__content {
  margin-bottom: 10px;
}
.about-page__content .title {
  line-height: 1.1;
  margin-bottom: 10px;
}
.about-page__content p {
  margin-bottom: 67px;
  line-height: 30px;
}
.about-page__content .scroll-trigger {
  color: #333333;
}
.about-page__content .scroll-trigger:hover, .about-page__content .scroll-trigger:focus {
  color: #024EA8;
}
.about-page .before-brackground {
  position: relative;
  padding: 51px 0;
}
.about-page .before-brackground:before {
  top: 0;
  left: 100px;
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #024EA8;
}
.about-page__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 438px;
  position: relative;
  margin-right: -100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.about-page__video .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-page__video .media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page__video .text {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  margin-top: auto;
  position: relative;
  padding: 30px 30px;
}
.about-page__video .text .title {
  margin-bottom: 0px;
}
.about-page__video .text p {
  margin-bottom: 0;
}
.about-page__video.has--overlay .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
  background: #333;
  position: absolute;
}
.about-page__video.popup-video:before {
  z-index: 2;
  margin: auto;
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  font-size: 30px;
  content: "";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-family: "novanta";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page__video.wistia-popup-video {
  cursor: pointer;
}
.about-page__video.wistia-popup-video:before {
  z-index: 2;
  margin: auto;
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  font-size: 30px;
  content: "";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-family: "novanta";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  cursor: pointer;
  text-indent: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page__video:hover .text .title, .about-page__video:focus .text .title {
  color: #00B189;
}
.about-page__video:hover.popup-video:before, .about-page__video:focus.popup-video:before {
  color: #FFFFFF;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #FF4F43;
}
.about-page__video:hover.wistia-popup-video, .about-page__video:focus.wistia-popup-video {
  cursor: pointer;
}
.about-page__video:hover.wistia-popup-video:before, .about-page__video:focus.wistia-popup-video:before {
  color: #FFFFFF;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #FF4F43;
  cursor: pointer;
}

.about-us {
  padding: 70px 0 50px;
}
.about-us__content .title {
  margin-bottom: 3px;
}
.about-us__content p {
  line-height: 30px;
}
.about-us .popup-gallery {
  margin-bottom: -20px;
}

.gallery-popup-item {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  max-height: 300px;
  /*  &:before {
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      content: "";
      height: 100%;
      border-radius: 0;
      visibility: hidden;
      position: absolute;
      background-color: rgba($black, 0.6);
      @include transition(all 0.3s ease-in);
    }

    &:after {
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      color: $white;
      display: flex;
      content: '+';
      font-size: 50px;
      font-weight: 700;
      align-items: center;
      position: absolute;
      visibility: hidden;
      justify-content: center;
      transform: translateY(20px);
      @include transition(all 0.5s);
    }*/
}
.gallery-popup-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-popup-item:hover, .gallery-popup-item:focus {
  /*&:before {
    opacity: 1;
    visibility: visible;
  }

  &:after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }*/
}

.sales-locations {
  overflow: hidden;
  padding: 78px 0 120px;
}
.sales-locations .entry-title {
  z-index: 1;
  position: relative;
}
.sales-locations .entry-title .title {
  margin-bottom: 10px;
}
.sales-locations__list {
  z-index: 1;
  position: relative;
  list-style: none;
}
.sales-locations__list-item {
  margin-bottom: 23px;
}
.sales-locations__list-item .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
  margin-bottom: 4px;
}
.sales-locations__list-item .icon-wrapper i {
  margin-top: auto;
  color: #00B189;
  font-size: 35px;
}
.sales-locations__list-item .icon-wrapper i.icon-school {
  font-size: 46px;
}
.sales-locations__list-item .icon-wrapper i.icon-engineer {
  font-size: 39px;
}
.sales-locations__list-item .text .counter-wrapper {
  font: 700 72px/1.2 "proxima-nova", sans-serif;
}
.sales-locations__list-item .text .counter-wrapper .counter {
  margin-bottom: 5px;
  font: 700 72px/1.2 "proxima-nova", sans-serif;
}
.sales-locations__list-item .text p {
  margin-bottom: 0;
}
.sales-locations .btn-box {
  z-index: 1;
  margin-top: 25px;
  position: relative;
}
.sales-locations__map {
  width: 53vw;
  height: 540px;
  right: 90px;
}
.sales-locations__mapImage {
  width: 53vw;
  position: relative;
}
.sales-locations__mapImage img {
  position: absolute;
  top: -100px;
}

.core-values {
  padding: 0;
  color: #FFFFFF;
  background-color: #024EA8;
}
.core-values__content .title {
  margin-bottom: 10px;
}
.core-values__content p {
  max-width: 388px;
}
.core-values__list {
  list-style: none;
  padding: 157px 0 158px 93px;
  border-left: 1px solid #333333;
}
.core-values__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.core-values__list-item:not(:last-child) {
  margin-bottom: 30px;
}
.core-values__list-item .icon-wrapper {
  margin-top: -6px;
  margin-right: 16px;
}
.core-values__list-item .icon-wrapper i {
  font-size: 60px;
  min-width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00B189;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.core-values__list-item .icon-wrapper i.icon-accountable {
  font-size: 34px;
}
.core-values__list-item .icon-wrapper i.icon-mieral {
  font-size: 36px;
}
.core-values__list-item .icon-wrapper i.icon-fabric-roll {
  font-size: 30px;
}
.core-values__list-item .text .title {
  margin-bottom: 5px;
}
.core-values__list-item .text p {
  font-weight: 400;
  max-width: 420px;
  line-height: 26px;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 0;
}

.career-opportunities {
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  padding: 75px 0 85px;
  border-top: 1px solid #333333;
  background-color: #024EA8;
}
.career-opportunities .before-media {
  right: -20px;
  top: -130px;
  position: absolute;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.career-opportunities__content .title {
  margin-bottom: 9px;
}
.career-opportunities__content p {
  margin-bottom: 28px;
}

.about-company {
  overflow: hidden;
  padding: 118px 0 80px;
}
.about-company .entry-title .title {
  margin-bottom: 28px;
}
.about-company__news {
  margin-bottom: 58px;
}
.about-company__news .main-title {
  padding-bottom: 11px;
  margin-bottom: 38px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.about-company__news .btn-box {
  margin-top: 20px;
  text-align: right;
}
.about-company__news .btn-view {
  color: #333333;
  font: 700 16px/30px "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-company__news .btn-view span {
  color: #333333;
  font-size: 15px;
  margin-left: 10px;
}
.about-company__news .btn-view:hover, .about-company__news .btn-view:focus {
  color: #024EA8;
}
.about-company__news .btn-view:hover span, .about-company__news .btn-view:focus span {
  color: #024EA8;
}
.about-company .resources-events__card-summer {
  margin-bottom: 58px;
}
.about-company__events .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.about-company__events-slider {
  overflow: hidden;
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.about-company__events-controls {
  margin-top: 10px;
}
.about-company__events-controls p {
  margin-bottom: 15px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.about-company__events-controls .progress-bar {
  height: 12px;
  border-radius: 1px;
  position: relative;
  border: 1px solid #00B189;
  background-color: transparent;
}
.about-company__events-controls .progress-bar .inner-line {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: initial;
  transition: initial;
  background-color: #00B189;
}

.photonics-group {
  padding: 109px 0 146px;
  background-color: #F9FBFC;
}
.photonics-group .entry-title {
  margin-bottom: 50px;
}
.photonics-group .entry-title .title {
  margin-bottom: 6px;
}
.photonics-group .last-none {
  margin-bottom: -30px;
}
.photonics-group__item .main-title {
  padding-bottom: 11px;
  margin-bottom: 15px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.photonics-group__item .media {
  min-height: 75px;
  margin-bottom: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.photonics-group__item .text p {
  font-size: 16px;
  line-height: 24px;
}

.corporate-citizenship {
  color: #FFFFFF;
  overflow: hidden;
  padding: 181px 0 148px;
  background-color: #333333;
}
.corporate-citizenship .before-media {
  top: -181px;
  right: -648px;
  position: absolute;
  /* If the browser doesn't support blending, the rule set below will be applied */
}
.corporate-citizenship .before-media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.7;
  position: absolute;
  background-color: #333333;
}
@supports (mix-blend-mode: color-dodge) {
  .corporate-citizenship .before-media img {
    mix-blend-mode: color-dodge;
  }
}
@supports not (mix-blend-mode: color-dodge) {
  .corporate-citizenship .before-media img {
    opacity: 0.5;
  }
}
.corporate-citizenship__content {
  margin-bottom: 153px;
}
.corporate-citizenship__content .title {
  margin-bottom: 7px;
}
.corporate-citizenship__content p {
  max-width: 781px;
  margin-bottom: 33px;
}
.corporate-citizenship__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  padding: 42px 42px;
  background-color: #FFFFFF;
}
.corporate-citizenship__card .media {
  min-width: 370px;
  max-width: 370px;
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.corporate-citizenship__card .text {
  margin-top: auto;
  max-width: 683px;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.corporate-citizenship__card .text p {
  margin-bottom: 33px;
}

.certifications {
  padding: 40px 0 120px;
}
.certifications .entry-title {
  margin-bottom: 40px;
  border-bottom: 1px solid #00B189;
}
.certifications .entry-title .title {
  margin-bottom: 17px;
}
.certifications .entry-title p {
  margin-bottom: 11px;
}
.certifications .last-none {
  margin-bottom: -50px;
}
.certifications__item {
  margin-bottom: 50px;
}
.certifications__item .title {
  padding-bottom: 11px;
  margin-bottom: 30px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.certifications__item p {
  margin-bottom: 17px;
}
.certifications__item .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -15px;
}
.certifications__item .btn-box .btn {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.certifications__item .btn span {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.certifications__item .btn:hover span, .certifications__item .btn:focus span {
  color: #FFFFFF;
}

.about-news {
  padding: 41px 0 120px;
}
.about-news .entry-title {
  margin-bottom: 28px;
  border-bottom: 1px solid #00B189;
}
.about-news .entry-title .title {
  margin-bottom: 17px;
}
.about-news .entry-title p {
  margin-bottom: 38px;
}
.about-news__settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 13px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-news__settings .label {
  display: inline-block;
}
.about-news__settings .option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-news__settings .option-wrapper:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-news__settings .option-wrapper .wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  margin-bottom: 15px;
}
.about-news__settings .option-wrapper .wrap .label {
  margin-right: 10px;
  font: 400 16px/1.2 "proxima-nova", sans-serif;
}
.about-news__settings .option-wrapper .switch-field {
  padding: 2px;
  margin-right: 10px;
  border-radius: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333333;
}
.about-news__settings .option-wrapper .switch-field label {
  color: #939393;
  display: block;
  cursor: pointer;
  padding: 7px 14.82px;
  border-radius: 24px;
  font: 400 14px/1.2 "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-news__settings .option-wrapper .switch-field input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
}
.about-news__settings .option-wrapper .switch-field input[checked=checked] + label {
  color: #FFFFFF;
  background-color: #333333;
}
.about-news__settings .option-wrapper .select-wrapper {
  position: relative;
}
.about-news__settings .option-wrapper .select-wrapper select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "ibm-plex-mono", sans-serif !important;
  background: #FFFFFF !important;
  border-radius: 500px !important;
  padding: 7px 32px 9px 13px !important;
  border: 1px solid #333333 !important;
}
.about-news__settings .option-wrapper .select-wrapper:before {
  z-index: 1;
  right: 14px;
  content: "";
  margin-left: 5px;
  position: absolute;
  top: calc(50% - 3px);
  vertical-align: 2px;
  pointer-events: none;
  border-top: 6px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.about-news__settings .option-wrapper .page-option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.about-news__settings .option-wrapper .page-option .arrow {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-news__settings .option-wrapper .page-option .arrow i {
  line-height: 0;
  font-size: 12px;
}
.about-news__settings .option-wrapper .page-option .arrow:hover, .about-news__settings .option-wrapper .page-option .arrow:focus {
  color: #FFFFFF;
  border-color: #024EA8;
  background-color: #024EA8;
}
.about-news__settings .option-wrapper .page-option .select-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.about-news__item {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 25px 24px 22px;
  border: 1px solid #333333;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-news__item .date {
  color: #024EA8;
  margin-bottom: 8px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-news__item p {
  color: #333333;
  margin-bottom: 0;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-news__item:hover, .about-news__item:focus {
  background: #024EA8;
}
.about-news__item:hover .date, .about-news__item:focus .date {
  color: #FFFFFF;
}
.about-news__item:hover p, .about-news__item:focus p {
  color: #FFFFFF;
}
.about-news .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-bottom: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about-news .resources-events__card-summer {
  margin-bottom: 0;
}

.about-news-detail-page {
  padding: 42px 0 30px;
}
.about-news-detail-page .entry-title {
  margin-bottom: 40px;
  border-bottom: 1px solid #00B189;
}
.about-news-detail-page .entry-title .date {
  color: #024EA8;
  font-weight: 400;
  line-height: 1.2;
  font-family: "ibm-plex-mono", sans-serif;
  margin-bottom: 23px;
}
.about-news-detail-page .entry-title .title {
  margin-bottom: 43px;
}
.about-news-detail-page .btn-box {
  margin-top: 36px;
}
.about-news-detail-page .content-area .entry-content p {
  max-width: 759px;
}
.about-news-detail-page .content-area .entry-content p:last-child {
  margin-bottom: 0;
}
.about-news-detail-page .sidebar .widget.widget--company-news .about-news__item p {
  max-width: 283px;
  line-height: 28px;
  margin-bottom: 10px;
}

.about-related-news {
  padding: 34px 0 120px;
}
.about-related-news .resources-events__card-summer {
  margin-bottom: 0;
}

.event-detail-page {
  padding: 30px 0 21px;
}
.event-detail-page .resources-events__card {
  padding: 0;
  margin-bottom: 0;
  min-height: initial;
}
.event-detail-page .resources-events__card .wrap-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 41px 24px;
}
.event-detail-page .resources-events__card .meta-date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: -16px;
}
.event-detail-page .resources-events__card .meta-date .date {
  font-weight: 400;
}
.event-detail-page .resources-events__card .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.event-detail-page .resources-events__card .text .meta-time {
  color: #024EA8;
}
.event-detail-page .resources-events__card .text .title {
  max-width: 473px;
  line-height: 1.12;
  margin-bottom: 15px;
}
.event-detail-page .resources-events__card .text ul.options-list li a {
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  padding: 3px 13px 5px 7px;
}
.event-detail-page .resources-events__card .text ul.options-list li a span {
  font-size: 15px;
  margin-right: 5px;
}
.event-detail-page .resources-events__card .text ul.options-list li a span.icon-medium-volume-microphone {
  margin-left: 2px;
  margin-right: 8px;
}
.event-detail-page .resources-events__card .remaind-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 55px 25px;
  background-color: #F9FBFC;
}
.event-detail-page .resources-events__card .remaind-form .wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 19px;
}
.event-detail-page .resources-events__card .remaind-form .wrap .label {
  margin-right: 35px;
  font: 700 24px/1.2 "proxima-nova", sans-serif;
}
.event-detail-page .resources-events__card .remaind-form form,
.event-detail-page .resources-events__card .remaind-form .form-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 0;
}
.event-detail-page .resources-events__card .remaind-form form .gform_body,
.event-detail-page .resources-events__card .remaind-form .form-group .gform_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 15px;
}
.event-detail-page .resources-events__card .remaind-form form .select-wrapper,
.event-detail-page .resources-events__card .remaind-form .form-group .select-wrapper {
  position: relative;
  width: 200px;
  margin-right: 10px;
}
.event-detail-page .resources-events__card .remaind-form form .select-wrapper select,
.event-detail-page .resources-events__card .remaind-form .form-group .select-wrapper select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "ibm-plex-mono", sans-serif !important;
  background: #FFFFFF !important;
  border-radius: 500px !important;
  padding: 14px 79px 16px 24px !important;
  border: 1px solid #E4E9EF !important;
}
.event-detail-page .resources-events__card .remaind-form form .select-wrapper:before,
.event-detail-page .resources-events__card .remaind-form .form-group .select-wrapper:before {
  z-index: 1;
  right: 26px;
  content: "";
  margin-left: 5px;
  position: absolute;
  top: calc(50% - 3px);
  vertical-align: 2px;
  pointer-events: none;
  border-top: 6px solid #024EA8;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.event-detail-page .resources-events__card .remaind-form form input[type=email],
.event-detail-page .resources-events__card .remaind-form .form-group input[type=email] {
  margin-right: 20px;
  font-family: "ibm-plex-mono", sans-serif !important;
  padding: 14px 25px !important;
  border-radius: 124px !important;
  border: 1px solid #E4E9EF !important;
  background-color: #FFFFFF !important;
}
.event-detail-page .resources-events__card .remaind-form form input[type=email]::-webkit-input-placeholder,
.event-detail-page .resources-events__card .remaind-form .form-group input[type=email]::-webkit-input-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.event-detail-page .resources-events__card .remaind-form form input[type=email]::-moz-placeholder,
.event-detail-page .resources-events__card .remaind-form .form-group input[type=email]::-moz-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.event-detail-page .resources-events__card .remaind-form form input[type=email]:-ms-input-placeholder,
.event-detail-page .resources-events__card .remaind-form .form-group input[type=email]:-ms-input-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.event-detail-page .resources-events__card .remaind-form form input[type=email]:-moz-placeholder,
.event-detail-page .resources-events__card .remaind-form .form-group input[type=email]:-moz-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.event-detail-page .resources-events__card .remaind-form form .gform_footer,
.event-detail-page .resources-events__card .remaind-form .form-group .gform_footer {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.event-detail-page .resources-events__card .remaind-form form .gform_footer:after,
.event-detail-page .resources-events__card .remaind-form .form-group .gform_footer:after {
  content: "";
  font-family: "novanta";
  color: #FFFFFF;
  font-size: 16px;
  margin-left: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.event-detail-page .resources-events__card .remaind-form form .gform_footer input,
.event-detail-page .resources-events__card .remaind-form .form-group .gform_footer input {
  margin: 0 !important;
}
.event-detail-page .resources-events__card .remaind-form form input[type=submit],
.event-detail-page .resources-events__card .remaind-form .form-group input[type=submit] {
  border: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  padding: 15.5px 24px;
  padding-right: 67px;
  border-radius: 500px;
  font-family: "proxima-nova", sans-serif;
  background-color: #00B189;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event-detail-page .resources-events__card .remaind-form form .btn-submit,
.event-detail-page .resources-events__card .remaind-form .form-group .btn-submit {
  white-space: nowrap;
  margin-bottom: 15px;
}

.event-questions {
  padding: 15px 0 50px;
}
.event-questions .entry-title {
  margin-bottom: 25px;
}
.event-questions .entry-title .title {
  margin-bottom: 7px;
}
.event-questions .entry-title p {
  margin-bottom: 0;
}
.event-questions .last-none {
  margin-bottom: -30px;
}
.event-questions__contact {
  margin-bottom: 30px;
}
.event-questions__contact .title {
  padding-bottom: 11px;
  margin-bottom: 17px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.event-questions__contact ul.list-unstyled li.text {
  line-height: 24px;
  margin-bottom: 7px;
}
.event-questions__contact ul.list-unstyled li.text strong {
  display: block;
}
.event-questions__contact ul.list-unstyled li a {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 32px;
}
.event-questions__contact ul.list-unstyled li a span[class^=icon-] {
  font-size: 17px;
  margin-right: 4px;
  color: #024EA8;
}
.event-questions__contact ul.list-unstyled li a span[class^=icon-].icon-email {
  font-size: 12px;
}
.event-questions__contact ul.list-unstyled li a:hover, .event-questions__contact ul.list-unstyled li a:focus {
  color: #024EA8;
}
.event-questions__quick-link {
  margin-bottom: 30px;
}
.event-questions__quick-link .title {
  padding-bottom: 11px;
  margin-bottom: 17px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.event-questions__quick-link ul.list-unstyled li a {
  color: #024EA8;
  line-height: 30px;
  text-decoration: underline;
}
.event-questions__form {
  margin-bottom: 30px;
}
.event-questions__form .title {
  padding-bottom: 11px;
  margin-bottom: 17px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.event-questions__form form,
.event-questions__form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  margin-bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.event-questions__form form .gform_body,
.event-questions__form .form-group .gform_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 15px;
  width: 420px;
}
.event-questions__form form .gf_list_inline .gfield_checkbox,
.event-questions__form .form-group .gf_list_inline .gfield_checkbox {
  position: absolute;
}
.event-questions__form form input[type=email],
.event-questions__form .form-group input[type=email] {
  margin-right: 20px;
  margin-bottom: 15px;
  font-family: "ibm-plex-mono", sans-serif !important;
  padding: 14px 25px !important;
  border-radius: 124px !important;
  border: 1px solid #E4E9EF !important;
  background-color: #FFFFFF !important;
}
.event-questions__form form input[type=email]::-webkit-input-placeholder,
.event-questions__form .form-group input[type=email]::-webkit-input-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.event-questions__form form input[type=email]::-moz-placeholder,
.event-questions__form .form-group input[type=email]::-moz-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.event-questions__form form input[type=email]:-ms-input-placeholder,
.event-questions__form .form-group input[type=email]:-ms-input-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.event-questions__form form input[type=email]:-moz-placeholder,
.event-questions__form .form-group input[type=email]:-moz-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.event-questions__form form .gform_footer,
.event-questions__form .form-group .gform_footer {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.event-questions__form form .gform_footer:after,
.event-questions__form .form-group .gform_footer:after {
  content: "";
  font-family: "novanta";
  color: #FFFFFF;
  font-size: 16px;
  margin-left: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.event-questions__form form .gform_footer input,
.event-questions__form .form-group .gform_footer input {
  margin: 0 !important;
}
.event-questions__form form input[type=submit],
.event-questions__form .form-group input[type=submit] {
  border: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  padding: 15.5px 24px;
  padding-right: 67px;
  border-radius: 500px;
  font-family: "proxima-nova", sans-serif;
  background-color: #00B189;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event-questions__form form .btn-submit,
.event-questions__form .form-group .btn-submit {
  white-space: nowrap;
}
.event-questions__form .check-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event-questions__form .check-field .check-list-item {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}
.event-questions__form .check-field .check-list-item:not(:last-child) {
  margin-right: 20px;
}
.event-questions__form .check-field .check-list-item .checkbox {
  display: none;
}
.event-questions__form .check-field .check-list-item .check-box {
  float: left;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  overflow: hidden;
  position: relative;
  margin-right: 6px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #BDC0C4;
  background-color: #F4F6F8;
}
.event-questions__form .check-field .check-list-item .check-box:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  content: "";
  margin: auto;
  position: absolute;
  border-radius: 500px;
  background-color: #BDC0C4;
}
.event-questions__form .check-field .check-list-item .check-box-des {
  color: #333333;
  display: block;
  overflow: hidden;
  font: 400 16px/24px "proxima-nova", sans-serif;
}
.event-questions__form .check-field .check-list-item .checkbox:checked ~ .check-box:before {
  background-color: #00B189;
}

/***********************************
RESOURCES PAGE STYLES
***********************************/
.rcm-page {
  padding: 52px 0 95px;
}
.rcm-page .entry-title {
  margin-bottom: 57px;
}
.rcm-page .entry-title .title {
  margin-bottom: 10px;
}

.rcm-categories {
  margin-bottom: -20px;
}
.rcm-categories__item {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  border: 1px solid #333333;
  padding: 25px 24px 25px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rcm-categories__item span {
  color: #333333;
  margin-left: 15px;
  font-size: 15px;
}
.rcm-categories__item:hover, .rcm-categories__item:focus {
  color: #024EA8;
}
.rcm-categories__item:hover span, .rcm-categories__item:focus span {
  color: #024EA8;
}

.rcm-detail-page {
  padding: 52px 0 100px;
}
.rcm-detail-page .entry-title {
  margin-bottom: 40px;
}
.rcm-detail-page .entry-title .title {
  margin-bottom: 15px;
}
.rcm-detail-page .resources__links {
  list-style: none;
}
.rcm-detail-page .resources__links li {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
}
.rcm-detail-page .resources__links li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.rcm-detail-page .resources__links li:first-child a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.rcm-detail-page .resources__links li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rcm-detail-page .resources__links li:last-child a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rcm-detail-page .resources__links li a {
  color: #333333;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  background-color: #FFFFFF;
  padding: 18px 26px 14px 20px;
  font: 700 18px/28px "proxima-nova", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rcm-detail-page .resources__links li a span {
  color: #333333;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rcm-detail-page .resources__links li a:hover, .rcm-detail-page .resources__links li a:focus {
  color: #FFFFFF;
  background-color: #024EA8;
}
.rcm-detail-page .resources__links li a:hover span, .rcm-detail-page .resources__links li a:focus span {
  color: #FFFFFF;
}
.rcm-detail-page .search-wrapper {
  margin-bottom: 40px;
}
.rcm-detail-page .search-wrapper p {
  margin-bottom: 0;
}
.rcm-detail-page .search-wrapper .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.rcm-detail-page .search-wrapper .search-form {
  position: relative;
  margin-bottom: 0px;
  border: 1px solid #BDC0C4;
  -webkit-box-shadow: 0px 44px 36px rgba(51, 51, 51, 0.06);
          box-shadow: 0px 44px 36px rgba(51, 51, 51, 0.06);
}
.rcm-detail-page .search-wrapper .search-form .search-input {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  border: 0 !important;
  color: #333333 !important;
  border-radius: 0 !important;
  background: #F5F7F8 !important;
  font: 400 36px/1.2 "proxima-nova", sans-serif !important;
  padding: 27.5px 110px 27.5px 40px !important;
}
.rcm-detail-page .search-wrapper .search-form .search-input::-webkit-input-placeholder {
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}
.rcm-detail-page .search-wrapper .search-form .search-input::-moz-placeholder {
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}
.rcm-detail-page .search-wrapper .search-form .search-input:-ms-input-placeholder {
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}
.rcm-detail-page .search-wrapper .search-form .search-input:-moz-placeholder {
  color: #333333;
  font-size: 36px;
  font-weight: 400;
}
.rcm-detail-page .search-wrapper .search-form .search-submit {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  z-index: 1;
  width: 100px;
  height: 100%;
  color: #FFFFFF;
  font-size: 30px;
  position: absolute;
  background: #00B189;
  font-family: "novanta";
  border-left: 1px solid #BDC0C4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.rcm-detail-page .search-wrapper .search-form .search-submit:hover, .rcm-detail-page .search-wrapper .search-form .search-submit:focus {
  color: #FFFFFF;
}
.rcm-detail-page .content-area .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.rcm-detail-page .content-area .resources-insight__item .text .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 18px;
}
.rcm-detail-page .content-area .resources-insight__item .text .btn span {
  font-size: 26px;
}

.comment-section .section-wrapper {
  padding-top: 52px;
}
.comment-section .entry-title {
  margin-bottom: 40px;
}
.comment-section .entry-title .title {
  margin-bottom: 15px;
}
.comment-section .content-area .comment-reply-title,
.comment-section .content-area .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}

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

.comment {
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  padding: 15px 0;
}
.comment:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.comment .comment-meta {
  position: relative;
  padding-left: 40px;
  font: 400 14px/1.4 "ibm-plex-mono", sans-serif;
  padding-bottom: 15px;
}
.comment .comment-meta a {
  color: #333333;
}
.comment .comment-meta a:hover {
  color: #00B189;
}
.comment .comment-meta .avatar {
  max-width: 32px;
  border-radius: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
.comment .comment-content {
  font-size: 14px;
}
.comment .comment-content *:last-child {
  margin-bottom: 0;
}
.comment .comment-reply-link {
  color: #00B189;
}
.comment .children {
  list-style: none;
  padding-left: 20px;
}

.comment-form .logged-in-as a {
  color: #00B189;
}
.comment-form input, .comment-form textarea {
  font-family: "ibm-plex-mono", sans-serif;
  padding: 14px 25px !important;
  border-radius: 25px !important;
  border: 1px solid #E4E9EF !important;
  background-color: #FFFFFF !important;
}

.resources-hub {
  padding: 32px 0 40px;
}
.resources-hub .entry-title .title {
  margin-bottom: 68px;
}
.resources-hub .entry-title p {
  margin-bottom: 28px;
}
.resources-hub__item {
  margin-bottom: 10px;
}
.resources-hub__item.has--featured {
  margin-bottom: 30px;
}
.resources-hub__item.has--featured .media {
  min-height: 300px;
  margin-bottom: 22px;
}
.resources-hub__item.has--featured .text .title {
  max-width: 467px;
  margin-bottom: 8px;
}
.resources-hub__item .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 120px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.resources-hub__item .media > a {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
}
.resources-hub__item .media > a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resources-hub__item .media img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources-hub__item .media ul.categories {
  margin-top: auto;
}
.resources-hub__item .text .title {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources-hub__item:not(.has--featured) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.resources-hub__item:not(.has--featured) .media {
  float: left;
  overflow: hidden;
  min-width: 120px;
  max-width: 120px;
  margin-bottom: 0;
}
.resources-hub__item:not(.has--featured) .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  padding: 5px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resources-hub__item:not(.has--featured) .text .wrap-text {
  max-width: 296px;
  margin-right: 10px;
}
.resources-hub__item:not(.has--featured) .text .sub-title {
  color: #024EA8;
  margin-bottom: 3px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.resources-hub__item:not(.has--featured) .text .sub-title a {
  color: inherit;
}
.resources-hub__item:not(.has--featured) .text .sub-title a:hover {
  color: #00B189;
}
.resources-hub__item:not(.has--featured) .text .title {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}
.resources-hub__item:not(.has--featured) .text .btn {
  padding: 10px 18px 9px;
}
.resources-hub__item:not(.has--featured) .text .btn span {
  margin: 0;
  line-height: 0;
  font-size: 26px;
}
.resources-hub__item.has--large .media {
  min-height: 150px;
}
.resources-hub__item.has--large .text .wrap-text {
  max-width: 325px;
  margin-right: 10px;
}
.resources-hub__item:hover .media img, .resources-hub__item:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.resources-hub__item:hover .text a:-webkit-any-link .title, .resources-hub__item:focus .text a:-webkit-any-link .title {
  color: #024EA8;
}
.resources-hub__item:hover .text a:-moz-any-link .title, .resources-hub__item:focus .text a:-moz-any-link .title {
  color: #024EA8;
}
.resources-hub__item:hover .text a:any-link .title, .resources-hub__item:focus .text a:any-link .title {
  color: #024EA8;
}

.resources-categories {
  position: relative;
  padding: 84px 0 65px;
  background-color: #F9FBFC;
}
.resources-categories .before-pattern-1 {
  left: 0;
  z-index: -1;
  top: -144px;
  position: absolute;
}
.resources-categories .before-pattern-1 img {
  background-color: #024EA8;
}
.resources-categories .before-pattern-2 {
  right: 0;
  z-index: -1;
  top: -144px;
  position: absolute;
}
.resources-categories .before-pattern-2 img {
  background-color: #024EA8;
}
.resources-categories .before-pattern-3 {
  left: 0;
  z-index: -1;
  bottom: -144px;
  position: absolute;
}
.resources-categories .before-pattern-3 img {
  background-color: #024EA8;
}
.resources-categories .before-pattern-4 {
  right: 0;
  z-index: -1;
  bottom: -144px;
  position: absolute;
}
.resources-categories .before-pattern-4 img {
  background-color: #024EA8;
}
.resources-categories .entry-title .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.resources-categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  padding: 20px 24px 20px 20px;
  width: 100%;
}
.resources-categories__item .icon-wrapper {
  margin-bottom: 77px;
}
.resources-categories__item .icon-wrapper i {
  font-size: 40px;
}
.resources-categories__item .icon-wrapper i.icon-laptop {
  font-size: 30px;
}
.resources-categories__item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resources-categories__item .text .title {
  margin-bottom: 9px;
}
.resources-categories__item .text ul.categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 32px;
}
.resources-categories__item .text ul.categories-list li {
  line-height: 0;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}
.resources-categories__item .text ul.categories-list li a {
  color: #333333;
  border-radius: 500px;
  padding: 4px 8px 4px;
  display: inline-block;
  border: 1px solid #333333;
  font: 400 16px/1.1 "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources-categories__item .text ul.categories-list li a:hover, .resources-categories__item .text ul.categories-list li a:focus {
  color: #FFFFFF;
  border-color: #024EA8;
  background-color: #024EA8;
}
.resources-categories__item .text .btn-view {
  color: #333333;
  margin-top: auto;
  margin-left: auto;
  font: 700 16px/1.2 "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources-categories__item .text .btn-view span {
  color: #333333;
  font-size: 15px;
  margin-left: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources-categories__item .text .btn-view:hover, .resources-categories__item .text .btn-view:focus {
  color: #024EA8;
}
.resources-categories__item .text .btn-view:hover span, .resources-categories__item .text .btn-view:focus span {
  color: #024EA8;
}

.resources-cta {
  position: relative;
  padding: 250px 0 65px;
}

.resources-spotlight {
  overflow: hidden;
  padding: 49px 0 96px;
}
.resources-spotlight .entry-title {
  margin-bottom: 48px;
}
.resources-spotlight .entry-title .title {
  margin-bottom: 4px;
}
.resources-spotlight .entry-title p {
  margin-bottom: 0;
}
.resources-spotlight__slider {
  overflow: hidden;
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.resources-spotlight__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.resources-spotlight__slider-item .media {
  float: left;
  overflow: hidden;
  min-height: 280px;
  min-width: 280px;
  max-width: 280px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.resources-spotlight__slider-item .media > a {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
}
.resources-spotlight__slider-item .media > a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resources-spotlight__slider-item .media img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources-spotlight__slider-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px 24px;
}
.resources-spotlight__slider-item .text .top .sub-title {
  color: #024EA8;
  margin-bottom: 3px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.resources-spotlight__slider-item .text .top .sub-title a {
  color: inherit;
}
.resources-spotlight__slider-item .text .top .sub-title a:hover {
  color: #00B189;
}
.resources-spotlight__slider-item .text .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resources-spotlight__slider-item .text .title {
  color: #333333;
  max-width: 658px;
}
.resources-spotlight__slider-item .text .btn {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  min-width: 60px;
  padding: 5px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.resources-spotlight__slider-item .text .btn span {
  margin: 0;
  line-height: 0;
  font-size: 18px;
}
.resources-spotlight__slider-item:hover .media img, .resources-spotlight__slider-item:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.resources-spotlight__slider-item:hover .text a:-webkit-any-link .title, .resources-spotlight__slider-item:focus .text a:-webkit-any-link .title {
  color: #024EA8;
}
.resources-spotlight__slider-item:hover .text a:-moz-any-link .title, .resources-spotlight__slider-item:focus .text a:-moz-any-link .title {
  color: #024EA8;
}
.resources-spotlight__slider-item:hover .text a:any-link .title, .resources-spotlight__slider-item:focus .text a:any-link .title {
  color: #024EA8;
}
.resources-spotlight__slider-controls {
  margin-bottom: 40px;
}
.resources-spotlight__slider-controls p {
  margin-bottom: 15px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.resources-spotlight__slider-controls .progress-bar {
  height: 12px;
  border-radius: 1px;
  position: relative;
  border: 1px solid #00B189;
  background-color: transparent;
}
.resources-spotlight__slider-controls .progress-bar .inner-line {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: initial;
  transition: initial;
  background-color: #00B189;
}
.resources-spotlight__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 380px;
  margin-bottom: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.resources-spotlight__card .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.resources-spotlight__card .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  position: absolute !important;
}
.resources-spotlight__card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.resources-spotlight__card.has--overlay .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.85;
  position: absolute;
  background: #333333;
}
.resources-spotlight__card.has--overlay .media img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.resources-spotlight__card .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 24px 24px 28px;
}
.resources-spotlight__card .text .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resources-spotlight__card .text .bottom .wrap-text {
  max-width: 244px;
  margin-right: 10px;
}
.resources-spotlight__card .text .sub-title {
  color: #FFFFFF;
  margin-bottom: 3px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.resources-spotlight__card .text .sub-title a {
  color: inherit;
}
.resources-spotlight__card .text .sub-title a:hover {
  color: #00B189;
}
.resources-spotlight__card .text .title {
  color: #FFFFFF;
}
.resources-spotlight__card .text p {
  color: #BDC0C4;
  margin-bottom: 0;
}
.resources-spotlight__card .text .btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  color: #333333;
  min-width: 60px;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  background-color: #00B189;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.resources-spotlight__card .text .btn span {
  color: #333333;
  margin: 0;
  line-height: 0;
  font-size: 18px;
}
.resources-spotlight__card .text .btn:hover, .resources-spotlight__card .text .btn:focus {
  background-color: #024EA8;
}
.resources-spotlight__card .text .btn:hover span, .resources-spotlight__card .text .btn:focus span {
  color: #FFFFFF;
}
.resources-spotlight__card.has--overlay-white .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.85;
  position: absolute;
  background: #FFFFFF;
}
.resources-spotlight__card.has--overlay-white .media img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.resources-spotlight__card.has--overlay-white .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 24px 24px 28px;
}
.resources-spotlight__card.has--overlay-white .text .sub-title {
  color: #333333;
}
.resources-spotlight__card.has--overlay-white .text .sub-title a {
  color: inherit;
}
.resources-spotlight__card.has--overlay-white .text .sub-title a:hover {
  color: #00B189;
}
.resources-spotlight__card.has--overlay-white .text .title {
  color: #333333;
}
.resources-spotlight__card.has--overlay-white .text p {
  color: #595B5F;
  margin-bottom: 0;
}
.resources-spotlight__card:hover .text .title, .resources-spotlight__card:focus .text .title {
  color: #00B189;
}
.resources-spotlight__card:hover .media, .resources-spotlight__card:focus .media {
  /*img {
    @include transform(scale(1.2));
  }*/
}
.resources-spotlight .resources-insight__item {
  margin-bottom: 30px;
}
.resources-spotlight .last-none {
  margin-bottom: -30px;
}
.resources-spotlight .horizontal-linebar {
  margin-top: 20px;
  margin-bottom: 33px;
  border-color: #00B189;
}

.video-page {
  overflow: hidden;
  padding: 88px 0 30px;
}
.video-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F9FBFC;
  padding: 20px 24px 20px 20px;
  width: 100%;
}
.video-page__item .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.video-page__item .media img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-page__item .media.popup-video:before {
  z-index: 2;
  margin: auto;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 21px;
  content: "";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-family: "novanta";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-page__item .media.popup-video:hover:before, .video-page__item .media.popup-video:focus:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #FF4F43;
  background-color: #FF4F43;
}
.video-page__item .media.wistia-popup-video {
  cursor: pointer;
}
.video-page__item .media.wistia-popup-video:before {
  z-index: 2;
  margin: auto;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 21px;
  content: "";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-family: "novanta";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333333;
  cursor: pointer;
  text-indent: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-page__item .media.wistia-popup-video:hover:before, .video-page__item .media.wistia-popup-video:focus:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #FF4F43;
  background-color: #FF4F43;
}
.video-page__item .text .meta-time {
  color: #00B189;
  margin-bottom: 4px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.video-page__item .text .meta-time span {
  margin-right: 4px;
  font-size: 15px;
}
.video-page__item .text .meta-time span:before {
  vertical-align: 1px;
}
.video-page__item .text .title {
  color: #333333;
  margin-bottom: 4px;
}
.video-page__item .text p {
  margin-bottom: 0;
}
.video-page__item:hover .media:not(.popup-video):-webkit-any-link img, .video-page__item:focus .media:not(.popup-video):-webkit-any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.video-page__item:hover .media:not(.popup-video):-moz-any-link img, .video-page__item:focus .media:not(.popup-video):-moz-any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.video-page__item:hover .media:not(.popup-video):any-link img, .video-page__item:focus .media:not(.popup-video):any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.video-page__item:hover .media:not(.wistia-popup-video):-webkit-any-link img, .video-page__item:focus .media:not(.wistia-popup-video):-webkit-any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.video-page__item:hover .media:not(.wistia-popup-video):-moz-any-link img, .video-page__item:focus .media:not(.wistia-popup-video):-moz-any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.video-page__item:hover .media:not(.wistia-popup-video):any-link img, .video-page__item:focus .media:not(.wistia-popup-video):any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.video-page__item:hover .text .title, .video-page__item:focus .text .title {
  color: #024EA8;
}

.resources-video {
  overflow: hidden;
  padding: 88px 0 30px;
  background-color: #F9FBFC;
}
.resources-video.has--support {
  padding: 120px 0;
}
.resources-video .entry-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #00B189;
}
.resources-video .entry-title .title {
  margin-bottom: 3px;
}
.resources-video .entry-title p {
  margin-bottom: 20px;
}
.resources-video .entry-title .btn-box {
  margin-top: auto;
  margin-bottom: 17px;
}
.resources-video .entry-title .btn-box .btn {
  white-space: nowrap;
}
.resources-video__slider-text p {
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.resources-video__slider {
  overflow: hidden;
  margin-right: calc(-100vw / 2 + 100% / 2);
}
.resources-video__slider-item .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.resources-video__slider-item .media img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.resources-video__slider-item .media.popup-video:before {
  z-index: 2;
  margin: auto;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 21px;
  content: "";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-family: "novanta";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources-video__slider-item .media.popup-video:hover:before, .resources-video__slider-item .media.popup-video:focus:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #FF4F43;
  background-color: #FF4F43;
}
.resources-video__slider-item .media.wistia-popup-video {
  cursor: pointer;
}
.resources-video__slider-item .media.wistia-popup-video:before {
  z-index: 2;
  margin: auto;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 21px;
  content: "";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-family: "novanta";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333333;
  cursor: pointer;
  text-indent: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources-video__slider-item .media.wistia-popup-video:hover:before, .resources-video__slider-item .media.wistia-popup-video:focus:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #FF4F43;
  background-color: #FF4F43;
}
.resources-video__slider-item .text .meta-time {
  color: #00B189;
  margin-bottom: 4px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.resources-video__slider-item .text .meta-time span {
  margin-right: 4px;
  font-size: 15px;
}
.resources-video__slider-item .text .meta-time span:before {
  vertical-align: 1px;
}
.resources-video__slider-item .text .title {
  color: #333333;
  margin-bottom: 4px;
}
.resources-video__slider-item .text p {
  margin-bottom: 0;
}
.resources-video__slider-item:hover .media:not(.popup-video):-webkit-any-link img, .resources-video__slider-item:focus .media:not(.popup-video):-webkit-any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.resources-video__slider-item:hover .media:not(.popup-video):-moz-any-link img, .resources-video__slider-item:focus .media:not(.popup-video):-moz-any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.resources-video__slider-item:hover .media:not(.popup-video):any-link img, .resources-video__slider-item:focus .media:not(.popup-video):any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.resources-video__slider-item:hover .media:not(.wistia-popup-video):-webkit-any-link img, .resources-video__slider-item:focus .media:not(.wistia-popup-video):-webkit-any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.resources-video__slider-item:hover .media:not(.wistia-popup-video):-moz-any-link img, .resources-video__slider-item:focus .media:not(.wistia-popup-video):-moz-any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.resources-video__slider-item:hover .media:not(.wistia-popup-video):any-link img, .resources-video__slider-item:focus .media:not(.wistia-popup-video):any-link img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.resources-video__slider-item:hover .text .title, .resources-video__slider-item:focus .text .title {
  color: #024EA8;
}
.resources-video__slider-controls {
  padding-top: 35px;
}
.resources-video__slider-controls p {
  margin-bottom: 15px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.resources-video__slider-controls .progress-bar {
  height: 12px;
  border-radius: 1px;
  position: relative;
  border: 1px solid #024EA8;
  background-color: transparent;
}
.resources-video__slider-controls .progress-bar .inner-line {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: initial;
  transition: initial;
  background-color: #024EA8;
}

.resources-faq {
  padding: 26px 0 120px;
}
.resources-faq .entry-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #00B189;
}
.resources-faq .entry-title .title {
  margin-bottom: 3px;
}
.resources-faq .entry-title p {
  margin-bottom: 20px;
}
.resources-faq .entry-title .btn-box {
  margin-top: auto;
  margin-bottom: 17px;
}
.resources-faq .entry-title .btn-box .btn {
  white-space: nowrap;
}
.resources-faq .last-none {
  margin-bottom: -20px;
}
.resources-faq__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 360px;
  padding: 26px 26px;
  margin-bottom: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.resources-faq__card .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  position: absolute !important;
}
.resources-faq__card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.resources-faq__card.has--overlay .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#333));
  background: linear-gradient(rgba(51, 51, 51, 0) 0%, #333 100%);
}
.resources-faq__card .text {
  margin-top: auto;
}
.resources-faq__card .text .sub-title {
  color: #FFFFFF;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
}
.resources-faq__card .text .title {
  color: #FFFFFF;
  margin-bottom: 5px;
}
.resources-faq__card:hover .text .title, .resources-faq__card:focus .text .title {
  color: #00B189;
}
.resources-faq__card:hover .media img, .resources-faq__card:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.resources-insight {
  padding: 50px 0 25px;
}
.resources-insight .entry-title {
  margin-bottom: 38px;
}
.resources-insight__item {
  margin-bottom: 35px;
}
.resources-insight__item .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 150px;
  margin-bottom: 11px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.resources-insight__item .media > a {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
}
.resources-insight__item .media > a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resources-insight__item .media img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources-insight__item .media ul.categories {
  margin-top: auto;
}
.resources-insight__item .text .title {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources-insight__item:not(.has--featured) .text .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}
.resources-insight__item:not(.has--featured) .text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.resources-insight__item:not(.has--featured) .text .btn {
  padding: 8.5px 16px;
}
.resources-insight__item:hover .media img, .resources-insight__item:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.resources-insight__item:hover .text a:-webkit-any-link .title, .resources-insight__item:focus .text a:-webkit-any-link .title {
  color: #024EA8;
}
.resources-insight__item:hover .text a:-moz-any-link .title, .resources-insight__item:focus .text a:-moz-any-link .title {
  color: #024EA8;
}
.resources-insight__item:hover .text a:any-link .title, .resources-insight__item:focus .text a:any-link .title {
  color: #024EA8;
}
.resources-insight__item.has--featured .media {
  min-height: 300px;
  margin-bottom: 22px;
}
.resources-insight__item.has--featured .text .title {
  max-width: 467px;
  margin-bottom: 8px;
}
.resources-insight__item.has--post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.resources-insight__item.has--post:not(:last-child) {
  border-bottom: 1px solid #E4E9EF;
}
.resources-insight__item.has--post .media {
  float: left;
  overflow: hidden;
  min-width: 280px;
  max-width: 280px;
  margin-bottom: 0;
  margin-right: 16px;
}
.resources-insight__item.has--post .text {
  overflow: hidden;
  max-width: 532px;
}

ul.wp-block-categories,
ul.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: -6px;
}
ul.wp-block-categories li,
ul.categories li {
  line-height: 0;
  display: inline-block;
  margin-bottom: 6px;
}
ul.wp-block-categories li a,
ul.categories li a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2;
  font-family: "ibm-plex-mono", sans-serif;
  padding: 4px 8px 6px;
  display: inline-block;
  background-color: var(--current-color);
  background-color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.wp-block-categories li a:hover, ul.wp-block-categories li a:focus,
ul.categories li a:hover,
ul.categories li a:focus {
  color: #FFFFFF !important;
  background-color: #024EA8;
}

.resources-news-page {
  padding: 41px 0 120px;
}
.resources-news-page .content-area .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}

.resources-events {
  padding: 22px 0 120px;
}
.resources-events .entry-title .title {
  margin-bottom: 10px;
}
.resources-events__item {
  padding-bottom: 20px;
}
.resources-events__item .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.resources-events__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #333333;
  padding: 6px 30px 30px 24px;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.resources-events__card.has--large .text .title {
  max-width: 473px;
  line-height: 1.13;
  margin-bottom: 18px;
}
.resources-events__card .meta-date {
  text-align: right;
  margin-bottom: 18px;
}
.resources-events__card .meta-date .date {
  font: 400 16px/18px "ibm-plex-mono", sans-serif;
}
.resources-events__card .meta-date .date span {
  display: block;
  font: 300 112px/1.11 "Open Sans", sans-serif;
}
.resources-events__card .text {
  margin-top: auto;
}
.resources-events__card .text .meta-time {
  color: #024EA8;
  margin-bottom: 8px;
  font: 400 16px/18px "ibm-plex-mono", sans-serif;
}
.resources-events__card .text .title {
  line-height: 1.33;
  max-width: 232px;
  margin-bottom: 20px;
}
.resources-events__card .text .options-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.resources-events__card .text .options-list li:not(:last-child) {
  margin-right: 7px;
}
.resources-events__card .text .options-list li a {
  color: #FFFFFF;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 30px;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #024EA8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resources-events__card .text .options-list li a:before {
  margin-bottom: 2px;
}
.resources-events__card .text .options-list li a:hover, .resources-events__card .text .options-list li a:focus {
  background-color: #333333;
}
.resources-events__card-summer {
  z-index: 0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 360px;
  position: relative;
  margin-bottom: 30px;
  padding: 42px 42px;
}
.resources-events__card-summer .before-media {
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-align: right;
  position: absolute;
  background-color: #00B189;
}
.resources-events__card-summer .before-media img {
  height: 100%;
}
.resources-events__card-summer .before-media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #333), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(90deg, #333 40%, rgba(51, 51, 51, 0) 100%);
}
.resources-events__card-summer .content {
  margin-top: auto;
}
.resources-events__card-summer .content .title {
  margin-bottom: 7px;
}
.resources-events__card-summer .content p {
  margin-bottom: 28px;
  margin-bottom: 20px;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagination-wrapper .select-wrapper {
  position: relative;
}
.pagination-wrapper .select-wrapper select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "ibm-plex-mono", sans-serif !important;
  background: #FFFFFF !important;
  border-radius: 500px !important;
  padding: 7px 34px 9px 14px !important;
  border: 1px solid #333333 !important;
}
.pagination-wrapper .select-wrapper:before {
  z-index: 1;
  right: 14px;
  content: "";
  margin-left: 5px;
  position: absolute;
  top: calc(50% - 3px);
  vertical-align: 2px;
  pointer-events: none;
  border-top: 6px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.pagination-wrapper .pagination {
  margin-bottom: -10px;
}
.pagination-wrapper .pagination .float-left, .pagination-wrapper .pagination .float-right {
  color: #333333;
  margin-bottom: 10px;
  border-radius: 500px;
  font: 400 14px/18px "ibm-plex-mono", sans-serif;
  border: 1px solid #333333;
  padding: 7px 16px 8px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination-wrapper .pagination .float-left span, .pagination-wrapper .pagination .float-right span {
  color: #333333;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination-wrapper .pagination .float-left span:before, .pagination-wrapper .pagination .float-right span:before {
  vertical-align: 1px;
}
.pagination-wrapper .pagination .float-left:hover, .pagination-wrapper .pagination .float-left:focus, .pagination-wrapper .pagination .float-right:hover, .pagination-wrapper .pagination .float-right:focus {
  color: #FFFFFF;
  border-color: #024EA8;
  background-color: #024EA8;
}
.pagination-wrapper .pagination .float-left:hover span, .pagination-wrapper .pagination .float-left:focus span, .pagination-wrapper .pagination .float-right:hover span, .pagination-wrapper .pagination .float-right:focus span {
  color: #FFFFFF;
}
.pagination-wrapper .pagination .float-left {
  margin-right: 10px;
}
.pagination-wrapper .pagination .float-left span {
  margin-right: 8px;
}
.pagination-wrapper .pagination .float-right {
  padding: 7px 10px 8px 16px;
}
.pagination-wrapper .pagination .float-right span {
  margin-left: 8px;
}
.pagination-wrapper .page-option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.pagination-wrapper .page-option .arrow {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination-wrapper .page-option .arrow i {
  line-height: 0;
  font-size: 12px;
}
.pagination-wrapper .page-option .arrow:hover, .pagination-wrapper .page-option .arrow:focus {
  color: #FFFFFF;
  border-color: #024EA8;
  background-color: #024EA8;
}
.pagination-wrapper .page-option .select-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.resource-detail-page {
  padding: 50px 0 108px;
}
.resource-detail-page .content-area .article .entry-content {
  max-width: 720px;
  margin-bottom: 40px;
}
.resource-detail-page .content-area .article .nms-form {
  margin-bottom: 40px;
  padding: 30px 30px 39px;
  background-color: #F9FBFC;
}
.resource-detail-page .content-area .article .nms-form .title {
  padding-bottom: 11px;
  margin-bottom: 12px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.resource-detail-page .content-area .article .nms-form form,
.resource-detail-page .content-area .article .nms-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.resource-detail-page .content-area .article .nms-form form .gform_body,
.resource-detail-page .content-area .article .nms-form .form-group .gform_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 15px;
}
.resource-detail-page .content-area .article .nms-form form input[type=email],
.resource-detail-page .content-area .article .nms-form .form-group input[type=email] {
  margin-right: 15px;
  font-family: "ibm-plex-mono", sans-serif !important;
  padding: 14px 25px !important;
  border-radius: 124px !important;
  border: 1px solid #E4E9EF !important;
  background-color: #FFFFFF !important;
}
.resource-detail-page .content-area .article .nms-form form input[type=email]::-webkit-input-placeholder,
.resource-detail-page .content-area .article .nms-form .form-group input[type=email]::-webkit-input-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.resource-detail-page .content-area .article .nms-form form input[type=email]::-moz-placeholder,
.resource-detail-page .content-area .article .nms-form .form-group input[type=email]::-moz-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.resource-detail-page .content-area .article .nms-form form input[type=email]:-ms-input-placeholder,
.resource-detail-page .content-area .article .nms-form .form-group input[type=email]:-ms-input-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.resource-detail-page .content-area .article .nms-form form input[type=email]:-moz-placeholder,
.resource-detail-page .content-area .article .nms-form .form-group input[type=email]:-moz-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.resource-detail-page .content-area .article .nms-form form .gform_footer,
.resource-detail-page .content-area .article .nms-form .form-group .gform_footer {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.resource-detail-page .content-area .article .nms-form form .gform_footer:after,
.resource-detail-page .content-area .article .nms-form .form-group .gform_footer:after {
  content: "";
  font-family: "novanta";
  color: #FFFFFF;
  font-size: 16px;
  margin-left: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.resource-detail-page .content-area .article .nms-form form .gform_footer input,
.resource-detail-page .content-area .article .nms-form .form-group .gform_footer input {
  margin: 0 !important;
}
.resource-detail-page .content-area .article .nms-form form input[type=submit],
.resource-detail-page .content-area .article .nms-form .form-group input[type=submit] {
  border: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  padding: 15.5px 24px;
  padding-right: 67px;
  border-radius: 500px;
  font-family: "proxima-nova", sans-serif;
  background-color: #00B189;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.resource-detail-page .content-area .article .nms-form form .btn-submit,
.resource-detail-page .content-area .article .nms-form .form-group .btn-submit {
  white-space: nowrap;
}
.resource-detail-page .content-area .article .resource-cta {
  z-index: 0;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  padding: 59px 47px 60px;
  background-color: #00B189;
}
.resource-detail-page .content-area .article .resource-cta .before-media {
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-align: right;
  position: absolute;
  background-color: #00B189;
}
.resource-detail-page .content-area .article .resource-cta .before-media img {
  height: 100%;
}
.resource-detail-page .content-area .article .resource-cta .before-media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1e1006), color-stop(75%, rgba(30, 16, 6, 0)));
  background: linear-gradient(90deg, #1e1006 50%, rgba(30, 16, 6, 0) 75%);
}
.resource-detail-page .content-area .article .resource-cta .text .title {
  margin-bottom: 3px;
}
.resource-detail-page .content-area .article .resource-cta .text p {
  max-width: 486px;
  margin-bottom: 28px;
}
.resource-detail-page .sidebar {
  margin-bottom: -40px;
}

.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget__title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.sidebar .widget.widget_block .widget__title {
  margin-bottom: -20px;
}
.sidebar .widget .join-mailing__card {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #024EA8;
  padding: 18px 17px 28px 20px;
}
.sidebar .widget .join-mailing__card .icon-wrapper {
  margin-bottom: 15px;
  text-align: right;
}
.sidebar .widget .join-mailing__card .icon-wrapper i {
  font-size: 34px;
}
.sidebar .widget .join-mailing__card .text {
  margin-top: auto;
}
.sidebar .widget .join-mailing__card .text .title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 3px;
}
.sidebar .widget .join-mailing__card .text p {
  font-size: 16px;
  line-height: 24px;
  max-width: 224px;
  margin-bottom: 11px;
}
.sidebar .widget .join-mailing__card:hover .icon-wrapper, .sidebar .widget .join-mailing__card:focus .icon-wrapper {
  -webkit-animation: shake 0.5s forwards;
          animation: shake 0.5s forwards;
}
.sidebar .widget .join-mailing__card:hover .text .btn, .sidebar .widget .join-mailing__card:focus .text .btn {
  border-color: #00B189;
  background-color: #00B189;
}
.sidebar .widget.widget_categories .wp-block-categories,
.sidebar .widget.widget_categories .categories, .sidebar .widget.widget--categories .wp-block-categories,
.sidebar .widget.widget--categories .categories {
  margin-left: -3px;
  margin-right: -3px;
}
.sidebar .widget.widget_categories .wp-block-categories li,
.sidebar .widget.widget_categories .categories li, .sidebar .widget.widget--categories .wp-block-categories li,
.sidebar .widget.widget--categories .categories li {
  padding-left: 3px;
  padding-right: 3px;
}
.sidebar .widget.widget--recommended .last-none {
  margin-bottom: -30px;
}
.sidebar .widget.widget--recommended .resources-insight__item {
  margin-bottom: 30px;
}

/***********************************
CAPABILITIES PAGE STYLES
***********************************/
.capabilities-area {
  padding: 39px 0 125px;
  background-repeat: no-repeat;
  background-position: calc(50% - 688px) calc(100% - 97px);
}
.capabilities-area .entry-title {
  margin-bottom: 36px;
  padding-bottom: 7px;
  border-bottom: 1px solid #00B189;
}
.capabilities-area .entry-title .title {
  margin-bottom: 17px;
}
.capabilities-area.style-2, .capabilities-area.style-3 {
  background-position: calc(50% + 806px) calc(-52px);
}

.capabilities-caption {
  max-width: 324px;
}
.capabilities-caption.style-2 {
  max-width: none;
}
.capabilities-caption h5 {
  margin-bottom: 9px;
}
.capabilities-caption p {
  line-height: 30px;
  margin: 0;
}

.capabilities-caption + .capabilities {
  margin-top: 12px;
}

.capability {
  position: relative;
  padding-left: 14px;
  line-height: 30px;
  margin-bottom: 24px;
}
.capability:before {
  content: "";
  position: absolute;
  top: 7.5px;
  bottom: 7.5px;
  left: 0;
  width: 4px;
  background-color: #00B189;
}

.special-capabilites {
  padding-top: 77px;
}
.special-capabilites.style-2 {
  padding-top: 0;
  margin-bottom: -10px;
}
.special-capabilites.style-2 .capability__card {
  min-height: 140px;
  margin-bottom: 10px;
}
.special-capabilites.style-2 .capability__card .capability__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
.special-capabilites.style-2 .capability__card .capability__content h5 {
  font-size: 24px;
  line-height: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
.special-capabilites.style-2 .capability__card .capability__content .btn-circle {
  margin-top: 16px;
}

.capability__card {
  width: 100%;
  overflow: hidden;
  min-height: 460px;
  margin-bottom: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: relative;
}
.capability__card .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
.capability__card .capability__thumb {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  position: absolute;
}
.capability__card .capability__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.capability__card.has--overlay .capability__thumb:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.86;
  position: absolute;
  background: #024EA8;
}
.capability__card.has--overlay-white .capability__thumb:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.86;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 251, 252, 0.75)), to(#f9fbfc));
  background: linear-gradient(rgba(249, 251, 252, 0.75) 0%, #f9fbfc 100%);
}
.capability__card .capability__content {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.capability__card .capability__content h5 {
  color: #FFFFFF;
  line-height: 38px;
  margin-bottom: 5px;
}
.capability__card .capability__content p {
  color: white;
  margin-bottom: 0;
}
.capability__card .capability__content .btn-circle {
  padding: 0;
  height: 36px;
  color: #333333;
  min-width: 36px;
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
  border: 1px solid white;
  text-align: center;
  margin-top: 28px;
}
.capability__card .capability__content .btn-circle span {
  color: white;
  margin: 0;
  line-height: 0;
  font-size: 12px;
}
.capability__card.has--overlay-white .capability__content h5, .capability__card.has--overlay-white .capability__content p {
  color: #333333;
}
.capability__card.has--overlay-white .btn-circle {
  border-color: #333333;
  color: #333333;
}
.capability__card.has--overlay-white .btn-circle span {
  color: #333333;
}
.capability__card:hover .capability__content .btn-circle, .capability__card:focus .capability__content .btn-circle {
  background-color: white;
}
.capability__card:hover .capability__content .btn-circle span, .capability__card:focus .capability__content .btn-circle span {
  color: #024EA8;
}
.capability__card:hover .capability__thumb img, .capability__card:focus .capability__thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.capability-single-area {
  background-image: url("images/capability-single.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 260px;
  overflow: hidden;
  position: relative;
  margin-top: -56px;
}
.capability-single-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 260px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 251, 252, 0.75)), to(#f9fbfc));
  background: linear-gradient(rgba(249, 251, 252, 0.75) 0%, #f9fbfc 100%);
}
.capability-single-area .entry-title {
  margin-bottom: 58px;
}

.capability-single-entry {
  max-width: 635px;
  padding: 96px 0 154px;
}
.capability-single-entry h5 {
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 13px;
}
.capability-single-entry p {
  line-height: 30px;
}
.capability-single-entry p:last-child {
  margin: 0;
}

.capability-single-form {
  background-color: #F9FBFC;
  height: 100%;
  position: relative;
  padding: 111px 49px;
}
.capability-single-form:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 960px;
  background-color: #F9FBFC;
}
.capability-single-form h5 {
  font-size: 24px;
  line-height: 32px;
  color: #024ea8;
  word-wrap: break-word;
  margin-bottom: 5px;
}
.capability-single-form p {
  margin-bottom: 20px;
}
.capability-single-form label {
  display: block;
  font-family: "ibm-plex-mono", sans-serif;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 0px !important;
  font-weight: 400 !important;
}
.capability-single-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 6px;
}
.capability-single-form .gform_wrapper.gravity-theme .gfield textarea.small {
  height: 80px !important;
}
.capability-single-form input[type=text], .capability-single-form input[type=email], .capability-single-form input[type=readonly], .capability-single-form textarea, .capability-single-form select {
  background: #fff !important;
  border: 1px solid #d0d5db !important;
  width: 100%;
  line-height: 20px !important;
  color: #8A8F95 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif !important;
  padding: 9px 10px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.capability-single-form .btn {
  margin-top: -3px;
}
.capability-single-form .captcha-absolute {
  margin-bottom: -65px;
}
.capability-single-form .gform_footer {
  padding: 0 !important;
  position: relative;
  text-align: right;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 6px 0 0 auto !important;
}
.capability-single-form .gform_footer input {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  padding: 15.5px 24px;
  border-radius: 500px;
  font-family: "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 !important;
  color: #333333;
  padding: 13.5px 64px 13.5px 22px;
  border: 2px solid #333333;
  background-color: transparent;
}
.capability-single-form .gform_footer:after {
  content: "";
  font-family: "novanta";
  color: #333333;
  font-size: 16px;
  margin-left: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.capability-single-form .gform_footer:hover input {
  border-color: #024EA8;
  background-color: #024EA8;
  color: white;
}
.capability-single-form .gform_footer:hover:after {
  color: white;
}

.capability-tech-content {
  padding-top: 27px;
  padding-bottom: 0;
}
.capability-tech-content .entry {
  border-bottom: 1px solid #00B189;
}
.capability-tech-content .entry h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 4px;
}
.capability-tech-content .entry p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

.capability-videos {
  padding-top: 27px;
}
.capability-videos .capab-video-title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 27px;
}

.capability-main__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 440px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.capability-main__video .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.capability-main__video .media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.capability-main__video.has--overlay .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
  background: #333;
  position: absolute;
}
.capability-main__video.popup-video:before {
  z-index: 2;
  margin: auto;
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  font-size: 30px;
  content: "";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-family: "novanta";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.capability-main__video.wistia-popup-video {
  cursor: pointer;
}
.capability-main__video.wistia-popup-video:before {
  z-index: 2;
  margin: auto;
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  font-size: 30px;
  content: "";
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-family: "novanta";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-indent: 5px;
}
.capability-main__video .text {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  margin-top: auto;
  position: relative;
  padding: 30px 30px 26px;
}
.capability-main__video:hover.popup-video:before, .capability-main__video:focus.popup-video:before {
  color: #FFFFFF;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #FF4F43;
}
.capability-main__video:hover.wistia-popup-video:before, .capability-main__video:focus.wistia-popup-video:before {
  color: #FFFFFF;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #FF4F43;
  cursor: pointer;
}
.capability-main__video:hover .text .title, .capability-main__video:focus .text .title {
  color: #00B189;
}

.capability__video {
  display: block;
  margin-bottom: 40px;
}
.capability__video .media {
  position: relative;
  height: 0;
  padding-top: 56.316%;
  background-color: #333333;
  cursor: pointer;
}
.capability__video .media:before {
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -41px;
  z-index: 2;
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  color: #333333;
  font-size: 30px;
  content: "";
  position: absolute;
  border-radius: 500px;
  font-family: "novanta";
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-indent: 5px;
}
.capability__video .media img {
  position: absolute;
  left: 0;
  top: 0;
}
.capability__video .text {
  padding-top: 11px;
}
.capability__video .text .title {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.capability__video:hover .media:before {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

/***********************************
TECHNICAL RESOURCES PAGE STYLES
***********************************/
.technical-resources {
  z-index: 1;
  position: relative;
  padding: 50px 0 137px;
}
.technical-resources .entry-title {
  margin-bottom: 30px;
}
.technical-resources__box {
  margin-bottom: 27px;
}
.technical-resources__box a {
  color: #FFFFFF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 28px 20px 20px;
  background-color: #00B189;
  -webkit-box-shadow: 0 36px 36px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 36px 36px rgba(0, 0, 0, 0.16) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.technical-resources__box a .icon-wrapper {
  margin-bottom: 10px;
}
.technical-resources__box a .icon-wrapper i {
  font-size: 40px;
}
.technical-resources__box a .text {
  margin-top: auto;
}
.technical-resources__box a .text .title {
  margin-bottom: 2px;
  font: 700 18px/30px "proxima-nova", sans-serif;
}
.technical-resources__box a .text i {
  font-size: 14px;
}
.technical-resources__box a:hover, .technical-resources__box a:focus {
  background-color: #024EA8;
}
.technical-resources__item:not(:last-child) {
  margin-bottom: 50px;
}
.technical-resources__item .main-title {
  padding-bottom: 11px;
  margin-bottom: 20px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.technical-resources__links {
  list-style: none;
}
.technical-resources__links li {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06) !important;
}
.technical-resources__links li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.technical-resources__links li:first-child a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.technical-resources__links li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.technical-resources__links li:last-child a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.technical-resources__links li a {
  color: #333333;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  background-color: #FFFFFF;
  padding: 18px 26px 14px 20px;
  font: 700 18px/28px "proxima-nova", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.technical-resources__links li a span {
  color: #333333;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.technical-resources__links li a span.p_doc_title {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
}
.technical-resources__links li a:hover, .technical-resources__links li a:focus {
  color: #FFFFFF;
  background-color: #024EA8;
}
.technical-resources__links li a:hover span, .technical-resources__links li a:focus span {
  color: #FFFFFF;
}

.technical-resources-detail {
  z-index: 1;
  position: relative;
  padding: 39px 0 102px;
}
.technical-resources-detail .entry-title {
  padding-bottom: 7px;
  margin-bottom: 30px;
  border-bottom: 1px solid #00B189;
}
.technical-resources-detail .entry-title .title {
  margin-bottom: 17px;
}
.technical-resources-detail ul.categories {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: 10px;
}
.technical-resources-detail ul.categories li {
  padding-left: 9px;
  padding-right: 9px;
}
.technical-resources-detail ul.categories li a {
  display: block;
  padding: 16px 25px;
  margin-bottom: 10px;
  border-radius: 500px;
  font: 700 18px/1.2 "proxima-nova", sans-serif;
  background-color: #024EA8;
}
.technical-resources-detail .accordion .card {
  border: 0;
  overflow: inherit;
}
.technical-resources-detail .accordion .card .card-header {
  padding: 0;
  border: 0;
  overflow: hidden;
  background-color: transparent;
}
.technical-resources-detail .accordion .card .card-header .card-link {
  color: #333333;
  display: block;
  position: relative;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  padding: 20px 0 10px;
  border-bottom: 1px solid #00B189;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.technical-resources-detail .accordion .card .card-header .card-link span {
  font-size: 10px;
  margin-left: 8px;
  vertical-align: 1px;
}
.technical-resources-detail .accordion .card .card-header .card-link:before {
  display: none;
}
.technical-resources-detail .accordion .card .card-header .card-link[aria-expanded=true], .technical-resources-detail .accordion .card .card-header .card-link:hover, .technical-resources-detail .accordion .card .card-header .card-link:focus {
  color: #024EA8;
}
.technical-resources-detail .accordion .card .card-body {
  padding: 20px 0;
}
.technical-resources-detail .accordion .card .card-body .documentation__card {
  margin-bottom: 0;
}
.technical-resources-detail .accordion .card .card-body .documentation__card .text .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.technical-resources-detail .accordion .card .card-body .documentation__card .text .btn span {
  margin-left: 12px;
}

/***********************************
SUCCESS STORIES PAGE STYLES
***********************************/
.success-stories {
  padding: 39px 0 60px;
}
.success-stories .entry-title {
  padding-bottom: 7px;
  margin-bottom: 35px;
  border-bottom: 1px solid #00B189;
}
.success-stories .entry-title .title {
  margin-bottom: 17px;
}
.success-stories__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 300px;
  padding: 0 26px 26px 26px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.success-stories__card .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.success-stories__card .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  position: absolute !important;
}
.success-stories__card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.success-stories__card.has--overlay .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#333));
  background: linear-gradient(rgba(51, 51, 51, 0) 0%, #333 100%);
}
.success-stories__card .categories li a {
  z-index: 1;
  position: relative;
  background-color: #024EA8;
}
.success-stories__card .categories li a:hover, .success-stories__card .categories li a:focus {
  background-color: #00B189;
}
.success-stories__card .text {
  margin-top: auto;
}
.success-stories__card .text .title {
  color: #FFFFFF;
  max-width: 453px;
  margin-bottom: 5px;
}
.success-stories__card:hover .text .title, .success-stories__card:focus .text .title {
  color: #00B189;
}
.success-stories__card:hover .media img, .success-stories__card:focus .media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.success-stories__featured {
  margin-bottom: 25px;
}
.success-stories__featured .main-title {
  margin-bottom: 17px;
}
.success-stories__categories .main-title {
  margin-bottom: 17px;
}
.success-stories__categories:not(:last-child) {
  margin-bottom: 55px;
}
.success-stories__categories-item {
  padding: 25px 66px 0 30px;
  background-color: #F9FBFC;
}
.success-stories__categories-item:not(:last-child) {
  margin-bottom: 20px;
}
.success-stories__categories-item .title {
  margin-bottom: 50px;
}
.success-stories__item {
  margin-bottom: 40px;
}
.success-stories__item .icon-wrapper {
  margin-bottom: 10px;
}
.success-stories__item .icon-wrapper i {
  font-size: 36px;
}
.success-stories__item .icon-wrapper i.icon-cube-puzzle {
  color: #00B3E3;
}
.success-stories__item .icon-wrapper i.icon-shield-alt {
  color: #FF8200;
}
.success-stories__item .icon-wrapper i.icon-star-alt {
  color: #00B189;
}
.success-stories__item .text .title {
  padding-bottom: 10px;
  margin-bottom: 16px;
  font: 700 26px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid var(--current-color);
  color: var(--current-color);
}
.success-stories__item .text p {
  max-width: 344px;
  margin-bottom: 28px;
}
.success-stories__item .text .btn {
  background-color: #024EA8;
}
.success-stories__item .text .btn:hover, .success-stories__item .text .btn:focus {
  background-color: #00B189;
}

.success-stories-cta {
  padding: 63px 0 120px;
}
.success-stories-cta .resources-events__card-summer {
  margin-bottom: 0;
}

.success-stories-detail-page {
  padding: 50px 0 104px;
}
.success-stories-detail-page .content-area .article .entry-content {
  margin-bottom: 40px;
}
.success-stories-detail-page .content-area .article .entry-content p {
  max-width: 642px;
}
.success-stories-detail-page .content-area .article .entry-content .single-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 264px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.success-stories-detail-page .content-area .article .entry-content .single-card .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.success-stories-detail-page .content-area .article .entry-content .single-card .media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  position: absolute !important;
}
.success-stories-detail-page .content-area .article .entry-content .single-card .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.success-stories-detail-page .content-area .article .entry-content .single-card.has--overlay .media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#333));
  background: linear-gradient(rgba(51, 51, 51, 0) 0%, #333 100%);
}
.success-stories-detail-page .content-area .article .entry-content .single-card .categories {
  margin-top: auto;
}
.success-stories-detail-page .content-area .article .entry-content .single-card .categories li a {
  z-index: 1;
  font-size: 18px;
  position: relative;
  padding: 13px 24px 14px;
  background-color: var(--current-color);
}
.success-stories-detail-page .content-area .article .entry-content .single-card .categories li a:hover, .success-stories-detail-page .content-area .article .entry-content .single-card .categories li a:focus {
  background-color: #333333;
}
.success-stories-detail-page .content-area .article .nms-form {
  margin-bottom: 40px;
  padding: 30px 30px 39px;
  background-color: #F9FBFC;
}
.success-stories-detail-page .content-area .article .nms-form .title {
  padding-bottom: 11px;
  margin-bottom: 12px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
}
.success-stories-detail-page .content-area .article .nms-form form,
.success-stories-detail-page .content-area .article .nms-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.success-stories-detail-page .content-area .article .nms-form form .gform_body,
.success-stories-detail-page .content-area .article .nms-form .form-group .gform_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 15px;
}
.success-stories-detail-page .content-area .article .nms-form form input[type=email],
.success-stories-detail-page .content-area .article .nms-form .form-group input[type=email] {
  margin-right: 15px;
  font-family: "ibm-plex-mono", sans-serif !important;
  padding: 14px 25px !important;
  border-radius: 124px !important;
  border: 1px solid #E4E9EF !important;
  background-color: #FFFFFF !important;
}
.success-stories-detail-page .content-area .article .nms-form form input[type=email]::-webkit-input-placeholder,
.success-stories-detail-page .content-area .article .nms-form .form-group input[type=email]::-webkit-input-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.success-stories-detail-page .content-area .article .nms-form form input[type=email]::-moz-placeholder,
.success-stories-detail-page .content-area .article .nms-form .form-group input[type=email]::-moz-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.success-stories-detail-page .content-area .article .nms-form form input[type=email]:-ms-input-placeholder,
.success-stories-detail-page .content-area .article .nms-form .form-group input[type=email]:-ms-input-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.success-stories-detail-page .content-area .article .nms-form form input[type=email]:-moz-placeholder,
.success-stories-detail-page .content-area .article .nms-form .form-group input[type=email]:-moz-placeholder {
  color: #595B5F;
  font-size: 16px;
  font-weight: 400;
}
.success-stories-detail-page .content-area .article .nms-form form .gform_footer,
.success-stories-detail-page .content-area .article .nms-form .form-group .gform_footer {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.success-stories-detail-page .content-area .article .nms-form form .gform_footer:after,
.success-stories-detail-page .content-area .article .nms-form .form-group .gform_footer:after {
  content: "";
  font-family: "novanta";
  color: #FFFFFF;
  font-size: 16px;
  margin-left: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.success-stories-detail-page .content-area .article .nms-form form .gform_footer input,
.success-stories-detail-page .content-area .article .nms-form .form-group .gform_footer input {
  margin: 0 !important;
}
.success-stories-detail-page .content-area .article .nms-form form input[type=submit],
.success-stories-detail-page .content-area .article .nms-form .form-group input[type=submit] {
  border: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  padding: 15.5px 24px;
  padding-right: 67px;
  border-radius: 500px;
  font-family: "proxima-nova", sans-serif;
  background-color: #00B189;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.success-stories-detail-page .content-area .article .nms-form form .btn-submit,
.success-stories-detail-page .content-area .article .nms-form .form-group .btn-submit {
  white-space: nowrap;
}
.success-stories-detail-page .content-area .article .resource-cta {
  z-index: 0;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  padding: 59px 47px 60px;
  background-color: #00B189;
}
.success-stories-detail-page .content-area .article .resource-cta .before-media {
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-align: right;
  position: absolute;
  background-color: #00B189;
}
.success-stories-detail-page .content-area .article .resource-cta .before-media img {
  height: 100%;
}
.success-stories-detail-page .content-area .article .resource-cta .before-media:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1e1006), color-stop(75%, rgba(30, 16, 6, 0)));
  background: linear-gradient(90deg, #1e1006 50%, rgba(30, 16, 6, 0) 75%);
}
.success-stories-detail-page .content-area .article .resource-cta .text .title {
  margin-bottom: 3px;
}
.success-stories-detail-page .content-area .article .resource-cta .text p {
  max-width: 486px;
  margin-bottom: 28px;
}
.success-stories-detail-page .sidebar .widget.widget--success-stories {
  margin-bottom: 0;
}

/***********************************
FOOTER STYLES
***********************************/
.footer-top {
  color: #FFFFFF;
  padding: 71px 0 71px;
  background: -webkit-gradient(linear, left top, left bottom, from(#024ea8), to(#00489d));
  background: linear-gradient(#024ea8 0%, #00489d 100%);
}
.footer-top__content .title {
  margin-bottom: 6px;
}
.footer-top__content p {
  margin-bottom: 20px;
}
.footer-top__content .btn {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.footer-top__content .btn span {
  color: #FFFFFF;
  margin-left: 18px;
}
.footer-top__content .btn:hover, .footer-top__content .btn:focus {
  border-color: #00B189;
  background-color: #00B189;
}

.footer {
  overflow: hidden;
  position: relative;
  padding: 88px 0 80px;
  background-color: #0C4EA8;
}
.footer__logo {
  margin-bottom: 80px;
}
.footer__widget {
  margin-bottom: 37px;
}
.footer__widget-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 16px;
  color: white;
}
.footer__widget-nav {
  list-style: none;
}
.footer__widget-nav > li:not(:last-child) {
  margin-bottom: 11px;
}
.footer__widget-nav > li > a {
  color: #FFFFFF;
  display: inherit;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__widget-nav > li > a[href^="mailto:"] {
  text-decoration: underline;
}
.footer__widget-nav > li > a:hover, .footer__widget-nav > li > a:focus {
  color: #00B189;
}
.footer__widget-nav > li.bold:not(:last-child) {
  margin-bottom: 17px !important;
}
.footer__widget-nav > li.bold > a {
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  font-family: "proxima-nova", sans-serif;
}
.footer__copyright {
  margin-top: 23px;
}
.footer__menu {
  margin: 0;
  list-style: none;
}
.footer__menu li {
  padding: 0;
  display: inline-block;
}
.footer__menu li a {
  color: #FFFFFF;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
}
.footer__menu li a:hover, .footer__menu li a:focus {
  color: #00B189;
}
.footer__menu li:after {
  color: #FFFFFF;
  content: "•";
  font-size: 18px;
  line-height: 0;
  padding-left: 6px;
  vertical-align: -2px;
  padding-right: 2px;
}
.footer__menu li.nobullet:after {
  display: none;
}

.mfp-figure:after {
  background: #F9FBFC !important;
}

.mfp-title {
  font-size: 12px !important;
}

.otgs-development-site-front-end {
  display: none !important;
}

.content.no_doc {
  padding: 30px 40px;
  background-color: #f1f1f1;
}
.content.no_doc h2 {
  font-size: 30px;
  line-height: 30px;
}

.related-post {
  background-color: #ffffff !important;
  padding: 0 0 28px;
}
.related-post .main-title {
  margin-bottom: 30px;
  padding-bottom: 11px;
  font: 400 16px/1.2 "ibm-plex-mono", sans-serif;
  border-bottom: 1px solid #00B189;
  color: #333;
}
.related-post .application-resources__slider-controls p {
  color: #333;
}

/***********************************
BASIC WORDPRESS STYLES
***********************************/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -9px !important;
  margin-right: -9px !important;
  margin-bottom: 12px !important;
}
.gallery br {
  display: none;
}
.gallery .gallery-item {
  height: 220px;
  overflow: hidden;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
  margin-bottom: 18px;
  vertical-align: top;
  display: inline-block;
  float: none !important;
  width: 100% !important;
  margin-top: 0 !important;
}
.gallery .gallery-item .gallery-icon {
  height: 100%;
  width: 100%;
}
.gallery .gallery-item a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery .gallery-item a:before, .gallery .gallery-item a:after {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.gallery .gallery-item a:before {
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: "";
  background: rgba(51, 51, 51, 0.8);
  -webkit-transition: 0.5s opacity, 0.5s background-color;
  transition: 0.5s opacity, 0.5s background-color;
}
.gallery .gallery-item a:after {
  top: 0;
  opacity: 0;
  content: "+";
  color: #FFFFFF;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.4s transform 0.2s, 0.4s opacity 0.2s;
  -webkit-transition: 0.4s opacity 0.2s, 0.4s -webkit-transform 0.2s;
  transition: 0.4s opacity 0.2s, 0.4s -webkit-transform 0.2s;
  transition: 0.4s transform 0.2s, 0.4s opacity 0.2s;
  transition: 0.4s transform 0.2s, 0.4s opacity 0.2s, 0.4s -webkit-transform 0.2s;
}
.gallery .gallery-item a:hover:before {
  opacity: 1;
}
.gallery .gallery-item a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gallery .gallery-item a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery .gallery-item:nth-child(3n+1), .gallery .gallery-item:nth-child(3n+2) {
  width: 35% !important;
}
.gallery .gallery-item:nth-child(4n+2), .gallery .gallery-item:nth-child(4n+3) {
  width: 65% !important;
}

.gallery-caption {
  display: block;
}

@media only screen and (max-width: 767px) {
  .gallery .gallery-item:nth-child(3n+1), .gallery .gallery-item:nth-child(3n+2) {
    width: 40% !important;
  }
  .gallery .gallery-item:nth-child(4n+2), .gallery .gallery-item:nth-child(4n+3) {
    width: 60% !important;
  }
}
@media only screen and (max-width: 575px) {
  .gallery .gallery-item {
    width: 100% !important;
  }
}
/***********************************
BASIC TEMPLATE STYLES
***********************************/
.basic_container {
  padding: 40px 0 48px 0;
}
.basic_container .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-decoration: none !important;
}

.basic {
  padding: 0 0 80px;
}
.basic:first-child {
  padding-top: 60px;
}
.basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6 {
  margin-bottom: 12px;
}
.basic ul {
  margin-left: 30px;
  list-style-type: disc;
}
.basic ul li {
  margin-bottom: 15px;
}
.basic p:last-child {
  margin-bottom: 25px;
}
.basic hr {
  margin-top: 0;
  margin-bottom: 0;
}

/* left */
.basic_left img {
  max-width: 100%;
  display: block;
  float: left;
}
.basic_left p {
  display: block;
  padding: 0;
}

/* middle */
.middle_box {
  padding: 0 15px;
}

.basic_middle img {
  max-width: 100%;
  display: block;
  float: none;
  margin: 0 auto 50px auto;
  max-width: 1008px;
  max-width: 100%;
}
.basic_middle h2 {
  text-align: center;
}
.basic_middle p {
  margin-bottom: 0 !important;
  margin: 10px 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.basic_middle .btn {
  float: none;
  margin: 25px auto 0 auto;
}

.basic_single .btn {
  float: none;
  margin: 25px auto 0 auto;
}

/* right */
.basic_right img {
  max-width: 100%;
  display: block;
  float: right;
  margin: 0 auto;
}
.basic_right p {
  display: block;
  padding: 0;
}

.gcbase-home {
  width: 100%;
  background: #008cc6;
  background: linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#008cc6", endColorstr="#8ec652",GradientType=1 );
}

@-webkit-keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@-webkit-keyframes shake {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@keyframes shake {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translate(-45%, -52%);
            transform: translate(-45%, -52%);
  }
  50% {
    -webkit-transform: translate(-54%, -40%);
            transform: translate(-54%, -40%);
  }
  100% {
    -webkit-transform: translate(-45%, -52%);
            transform: translate(-45%, -52%);
  }
}
@keyframes move1 {
  0% {
    -webkit-transform: translate(-45%, -52%);
            transform: translate(-45%, -52%);
  }
  50% {
    -webkit-transform: translate(-54%, -40%);
            transform: translate(-54%, -40%);
  }
  100% {
    -webkit-transform: translate(-45%, -52%);
            transform: translate(-45%, -52%);
  }
}
@-webkit-keyframes parallax {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes parallax {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes zoom {
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(0.412) translate(-120%, -120%);
            transform: scale(0.412) translate(-120%, -120%);
  }
}
@keyframes zoom {
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(0.412) translate(-120%, -120%);
            transform: scale(0.412) translate(-120%, -120%);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/***********************************
MEDIA QUERIES
***********************************/
@media only screen and (max-width: 1700px) {
  /***********************************
  BANNER & PAGE BANNER STYLES
  ***********************************/
  .banner__content .scroll-trigger {
    margin-left: 42.5rem;
  }
  .banner:before {
    width: 52.7%;
  }
}
/* 1700 */
@media only screen and (max-width: 1600px) {
  /***********************************
  BANNER & PAGE BANNER STYLES
  ***********************************/
  .banner__content .scroll-trigger {
    margin-left: 39.4rem;
  }
  .banner:before {
    width: 56.5%;
  }

  /***********************************
     APPLICATION PAGE STYLES
     ***********************************/
  .application-category-page .media {
    margin-right: calc(-50vw / 2 + 100% / 4);
  }
}
/* 1600 */
@media only screen and (max-width: 1500px) {
  /***********************************
  BANNER & PAGE BANNER STYLES
  ***********************************/
  .banner .container {
    position: initial;
  }
  .banner__content {
    margin-left: 0;
    margin-bottom: 120px;
  }
  .banner__content .title {
    font-size: 96px;
    line-height: 1.1;
  }
  .banner__content .scroll-trigger {
    bottom: 0;
    right: 560px;
    margin-left: 0;
    position: absolute;
  }
  .banner:before {
    width: 790px;
  }
}
/* 1700 */
@media only screen and (max-width: 1460px) {
  .container, .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }

  .resources__sticky-search {
    right: 15px;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .discover-products .sticky-content {
    left: 0px;
  }

  .precision-performance {
    padding: 50px 0 120px;
  }
  .precision-performance__content .sticky-content {
    right: -40px;
  }
  .precision-performance__card.has--overlay-white:before {
    bottom: -120px;
  }

  .hm-stories {
    padding: 80px 0 220px;
  }
  .hm-stories__card.has--overlay-white:before {
    bottom: -120px;
  }
}
/* 1460 */
@media only screen and (max-width: 1399.98px) {
  .about-page .sticky-content {
    left: calc(50% - (1260px / 2));
  }
}
@media only screen and (max-width: 1299.98px) {
  .about-page .sticky-content {
    left: 10px;
  }
}
@media only screen and (max-width: 1366px) {
  h1.fs-lg, .h1.fs-lg {
    font-size: 82px;
    line-height: 96px;
  }

  .resources-categories .before-pattern-1 img {
    height: 900px;
    max-width: 20px;
  }
  .resources-categories .before-pattern-2 img {
    height: 900px;
    max-width: 300px;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .discover-products .sticky-content {
    left: 6px;
  }

  .precision-performance {
    padding: 50px 0 80px;
  }
  .precision-performance__content .sticky-content {
    right: -30px;
  }
  .precision-performance__card.has--overlay-white:before {
    bottom: -80px;
  }
}
/* 1366 */
@media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h1.fs-sm, .h1.fs-sm {
    font-size: 52px;
    line-height: 62px;
  }
  h1.fs-lg, .h1.fs-lg {
    font-size: 72px;
    line-height: 84px;
  }

  h2, .h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .container, .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }

  .about-page .sticky-content {
    display: none;
  }

  /***********************************
  HEADER STYLE
  ***********************************/
  .header .navbar .navbar-header .navbar-toggle {
    width: 80px;
    height: 80px;
  }
  .header .navbar .navbar-header .navbar-brand {
    margin-left: 20px;
  }
  .header .navbar .navbar-header .navbar-brand img {
    max-width: 200px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li:not(:first-child) {
    margin-left: 16px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:after {
    padding: 5px 5px;
    font-size: 11px !important;
    line-height: 16px !important;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:before {
    font-size: 21px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:hover, .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:focus {
    color: #FFFFFF;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:hover:after, .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:focus:after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:hover:before, .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:focus:before {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .header .navbar .navbar-collapse .navbar-nav > li.multi-language {
    margin-left: 24px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.multi-language .dropdown-toggle img {
    width: 32px;
    height: 32px;
    border: 2px solid #FFFFFF;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu {
    margin: 0 80px;
    padding: 30px 0 30px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card {
    padding: 30px 20px 20px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card .text .title {
    font-size: 30px;
    line-height: 36px;
    max-width: 240px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card .text .wrap-text .icon-box {
    height: 50px;
    min-width: 50px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.mega-menu .dropdown-menu__card .text .wrap-text .icon-box i {
    font-size: 16px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search {
    margin: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle {
    height: 80px;
    width: 80px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle i {
    font-size: 24px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle:after {
    padding: 5px 5px;
    font-size: 14px !important;
    line-height: 16px !important;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box {
    right: 80px;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar-nav--right {
    margin-left: 24px;
  }

  .header-gutter {
    height: 80px;
  }

  .sticky-chatbot {
    top: 80px;
    width: 80px;
    height: 80px;
  }
  .sticky-chatbot a:before {
    font-size: 24px;
    padding-left: 0;
  }
  .sticky-chatbot a:after {
    padding: 5px 5px;
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .resources__sticky-search {
    bottom: 40px;
    right: 15px;
  }

  /***********************************
  BREADCRUMB STYLES
  ***********************************/
  .breadcrumb {
    margin-right: 60px;
  }

  /***********************************
  BANNER & PAGE BANNER STYLES
  ***********************************/
  .banner {
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .banner .before-media {
    top: 80px;
  }
  .banner__content {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .banner__content .title {
    font-size: 72px;
  }
  .banner__content .scroll-trigger {
    height: 80px;
    width: 80px;
    right: 500px;
  }
  .banner:before {
    right: -80px;
    bottom: -80px;
    width: 680px;
  }

  .page-banner {
    padding-top: 80px;
  }
  .page-banner.has--success-stories {
    min-height: 560px;
  }
  .page-banner.has--success-stories .page-banner__content .title {
    max-width: 100%;
    margin-bottom: 12px;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .discover-products {
    padding: 140px 0 40px;
  }
  .discover-products .before-media {
    top: -60px;
    left: 100px;
    bottom: -40px;
    right: -30px;
  }
  .discover-products .before-media:after {
    width: 70%;
    height: 360px;
  }
  .discover-products .resources-spotlight__slider-item {
    margin-top: 100px;
  }
  .discover-products .sticky-content {
    display: none;
  }

  .hm-about__content p {
    max-width: 310px;
  }
  .hm-about .before-brackground {
    margin-bottom: 30px;
  }
  .hm-about .before-brackground:before {
    right: -30px;
    bottom: -30px;
  }

  .precision-performance {
    padding: 50px 0 40px;
  }
  .precision-performance .entry-title {
    padding-left: 40px;
  }
  .precision-performance__content {
    padding-left: 20px;
  }
  .precision-performance__content .sticky-content {
    display: none;
  }
  .precision-performance__card.has--overlay-white:before {
    bottom: -40px;
  }

  .hm-industries {
    padding: 100px 0 100px;
  }
  .hm-industries .entry-title {
    margin-bottom: 18px;
  }

  .hm-resources {
    padding: 100px 0;
  }
  .hm-resources .entry-title {
    margin-bottom: 18px;
  }

  .hm-news-event {
    padding: 100px 0 60px;
  }

  .hm-stories {
    padding: 50px 0 140px;
  }
  .hm-stories__content {
    margin-top: -200px;
  }
  .hm-stories__card.has--overlay-white:before {
    bottom: -80px;
  }

  /***********************************
  PRODUCT PAGE STYLES
  ***********************************/
  .products-services {
    padding: 40px 0 100px;
  }
  .products-services__categories-item:not(:last-child) {
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
  .products-services__categories-item .content p {
    max-width: 100%;
  }

  .products-family-cta {
    padding: 30px 0 100px;
  }
  .products-family-cta .subsystem-cta__card {
    padding: 66px 50px;
  }
  .products-family-cta .subsystem-cta__card .before-media {
    margin-right: -120px;
  }
  .products-family-cta .subsystem-cta__card .before-media img {
    max-width: 480px;
  }

  .subsystem-cta {
    padding: 40px 0 100px;
  }

  .product-software {
    padding: 47px 0 100px;
  }

  .scanmaster-designer {
    padding: 54px 0 100px;
  }

  /***********************************
  SUPPORT PAGE STYLES
  ***********************************/
  .customer-service__map {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 400px;
  }

  .support-faq {
    padding: 22px 0 100px;
  }

  .resources-video.has--support {
    padding: 100px 0;
  }

  .get-touch .media {
    margin-right: 30px;
  }

  .technical-resources {
    padding: 97px 0 44px;
  }

  .support-cta {
    padding: 44px 0 100px;
  }

  .support-services {
    padding: 39px 0 100px;
  }
  .support-services__map img {
    margin-bottom: -200px;
  }

  .faq-categories {
    padding: 50px 0 100px;
  }

  .faq-contact {
    padding: 100px 0;
  }
  .faq-contact .before-pattern {
    left: -697px;
  }

  /***********************************
  APPLICATION PAGE STYLES
  ***********************************/
  .application-page {
    padding: 50px 0 50px;
  }
  .application-page__media {
    margin-left: -85px;
    margin-right: -540px;
  }

  .application-category-page .breadcrumb, .application-category-page .entry-title, .application-category-page .content {
    max-width: 100%;
  }
  .application-category-page .content p {
    max-width: 100%;
  }
  .application-category-page .media {
    margin-right: 0;
    height: 100%;
  }

  .documentation {
    padding: 40px 0 50px;
  }

  .application-categories {
    padding: 50px 0 100px;
  }

  .application-resources {
    padding: 50px 0 100px;
  }

  .surface-modification-categories {
    padding: 40px 0 100px;
  }

  /***********************************
  INDUSTRIES PAGE STYLES
  ***********************************/
  .industries-page {
    padding: 50px 0 0;
    margin-top: -50px;
  }
  .industries-page__media {
    height: 600px;
    margin-top: -50px;
    margin-left: -145px;
    margin-right: -340px;
  }

  .industries-category.has--related-industries {
    padding: 50px 0 100px;
  }

  .industries-contact, .support-contact {
    padding: 100px 0;
  }
  .industries-contact__form, .support-contact__form {
    padding: 50px 40px 60px;
  }
  .industries-contact__form .content, .support-contact__form .content {
    margin-right: 30px;
  }

  .support-contact .support-contact__form .gform_wrapper.gravity-theme .big-select {
    left: 40px;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .about-page {
    padding: 40px 0 50px;
  }
  .about-page__content {
    margin-bottom: 40px;
  }
  .about-page__content p {
    margin-bottom: 20px;
  }
  .about-page .before-brackground {
    padding: 0;
  }
  .about-page .before-brackground:before {
    display: none;
  }
  .about-page__video {
    margin-right: 0;
  }

  .about-us {
    padding: 50px 0 40px;
  }

  .sales-locations {
    padding: 50px 0 80px;
  }
  .sales-locations .entry-title {
    text-align: center;
  }
  .sales-locations__list-item {
    text-align: center;
  }
  .sales-locations__list-item .icon-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sales-locations__list-item .text .counter {
    margin-bottom: 5px;
    font: 700 72px/1.2 "proxima-nova", sans-serif;
  }
  .sales-locations__list-item .text p {
    margin-bottom: 0;
  }
  .sales-locations .btn-box {
    text-align: center;
  }
  .sales-locations__map {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 400px;
    right: 0px;
  }

  .core-values__content .title {
    margin-bottom: 10px;
  }
  .core-values__content p {
    max-width: 388px;
  }
  .core-values__list {
    padding: 100px 0 100px 30px;
  }

  .about-company {
    padding: 80px 0 80px;
  }

  .photonics-group {
    padding: 80px 0 100px;
  }

  .corporate-citizenship {
    padding: 120px 0 120px;
  }
  .corporate-citizenship__content {
    margin-bottom: 80px;
  }
  .corporate-citizenship__card {
    padding: 42px 30px;
  }

  .certifications {
    padding: 40px 0 100px;
  }

  .about-news {
    padding: 41px 0 100px;
  }

  .about-news-detail-page .content-area .entry-content p {
    max-width: 100%;
  }
  .about-news-detail-page .sidebar .widget {
    margin-bottom: 0;
  }
  .about-news-detail-page .sidebar .widget.widget--company-news .about-news__item p {
    max-width: 100%;
    line-height: 28px;
  }

  .about-related-news {
    padding: 34px 0 100px;
  }

  /***********************************
  RESOURCES PAGE STYLES
  ***********************************/
  .rcm-detail-page .content-area {
    margin-bottom: 20px;
  }
  .rcm-detail-page .sidebar {
    margin-bottom: -30px;
  }

  .resources-spotlight__slider {
    margin-right: -10px;
  }

  .resources-faq {
    padding-bottom: 100px;
  }

  .resources-categories .before-pattern-1 {
    left: 0;
    z-index: -1;
    top: -144px;
    position: absolute;
  }
  .resources-categories .before-pattern-1 img {
    background-color: #024EA8;
  }
  .resources-categories .before-pattern-2 {
    right: 0;
    z-index: -1;
    top: -144px;
    position: absolute;
  }
  .resources-categories .before-pattern-2 img {
    background-color: #024EA8;
  }

  .resources-insight .entry-title {
    margin-bottom: 30px;
  }
  .resources-insight__item {
    margin-bottom: 30px;
  }
  .resources-insight__item.has--post:last-child {
    margin-bottom: 0;
  }
  .resources-insight__item.has--post .text {
    max-width: 100%;
  }

  .resources-news-page {
    padding: 41px 0 100px;
  }

  .resources-events {
    padding: 22px 0 100px;
  }

  .resource-detail-page, .success-stories-detail-page {
    padding: 50px 0 100px;
  }
  .resource-detail-page .content-area .article .entry-content, .success-stories-detail-page .content-area .article .entry-content {
    max-width: 100%;
  }
  .resource-detail-page .content-area .article .resource-cta, .success-stories-detail-page .content-area .article .resource-cta {
    padding: 59px 30px 60px;
  }
  .resource-detail-page .content-area .article .resource-cta .before-media:before, .success-stories-detail-page .content-area .article .resource-cta .before-media:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(65%, #1e1006), color-stop(85%, rgba(30, 16, 6, 0)));
    background: linear-gradient(90deg, #1e1006 65%, rgba(30, 16, 6, 0) 85%);
  }
  .resource-detail-page .sidebar, .success-stories-detail-page .sidebar {
    margin-bottom: -30px;
  }

  .sidebar {
    margin-top: 40px;
  }
  .sidebar .widget {
    margin-bottom: 30px;
  }

  /***********************************
  TECHNICAL RESOURCES PAGE STYLES
  ***********************************/
  .technical-resources {
    padding: 50px 0 100px;
  }

  /***********************************
  SUCCESS STORIES PAGE STYLES
  ***********************************/
  .success-stories-cta {
    padding: 63px 0 100px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer {
    padding: 60px 0 50px;
  }
  .footer__logo {
    margin-bottom: 60px;
  }
  .footer__menu {
    text-align: center;
  }

  .product-subsystems-page {
    /*.entry-title {
    	margin-top: 39px;
    	margin-bottom: 36px;

    	p {
    		margin-bottom: 30px;
    	}
    }*/
  }
  .product-subsystems-page .content {
    max-width: 100%;
  }
  .product-subsystems-page .media {
    /*height: 400px;*/
    margin-right: 0;
  }

  .related-post {
    padding: 0 0 28px !important;
  }
}
/* 1199 */
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 52px;
    line-height: 62px;
  }
  h1.fs-sm, .h1.fs-sm {
    font-size: 48px;
    line-height: 60px;
  }
  h1.fs-lg, .h1.fs-lg {
    font-size: 60px;
    line-height: 70px;
  }

  h2, .h2 {
    font-size: 42px;
    line-height: 52px;
  }

  h3, .h3 {
    font-size: 38px;
    line-height: 48px;
  }

  h4, .h4 {
    font-size: 34px;
    line-height: 42px;
  }

  .container, .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }

  /***********************************
  HEADER STYLE
  ***********************************/
  .header .navbar .navbar-collapse .navbar-nav:not(.navbar-nav--right) > li:not(.multi-language) {
    display: none;
  }

  .sidr .sidr-inner .mobile-header .navigation__card .title {
    font-size: 30px;
    line-height: 36px;
  }

  .resources__sticky-search .search-toggle {
    z-index: 2;
    width: 80px;
    min-height: 100px;
    border-width: 2px;
    padding: 12px 8px 8px;
  }
  .resources__sticky-search .search-toggle i {
    font-size: 24px;
    -webkit-transform: translate(18px, -32px);
            transform: translate(18px, -32px);
  }
  .resources__sticky-search .search-toggle .text {
    font-size: 12px;
    line-height: 16px;
  }
  .resources__sticky-search .search-box {
    padding: 30px 20px 20px;
    border-width: 2px;
  }
  .resources__sticky-search .search-box label {
    left: 22px;
  }
  .resources__sticky-search .search-box .search-input {
    font-size: 21px !important;
    line-height: 18px !important;
    padding: 8px 0 8px !important;
  }
  .resources__sticky-search .search-box .search-input::-webkit-input-placeholder {
    color: #BDC0C4;
    font-size: 21px;
    font-weight: 400;
  }
  .resources__sticky-search .search-box .search-input::-moz-placeholder {
    color: #BDC0C4;
    font-size: 21px;
    font-weight: 400;
  }
  .resources__sticky-search .search-box .search-input:-ms-input-placeholder {
    color: #BDC0C4;
    font-size: 21px;
    font-weight: 400;
  }
  .resources__sticky-search .search-box .search-input:-moz-placeholder {
    color: #BDC0C4;
    font-size: 21px;
    font-weight: 400;
  }
  .resources__sticky-search.search-show .search-box {
    right: -2px;
    width: 600px;
  }

  /***********************************
  BREADCRUMB STYLES
  ***********************************/
  .breadcrumb {
    margin-right: 70px;
  }

  /***********************************
  BANNER & PAGE BANNER STYLES
  ***********************************/
  .banner__content {
    padding-top: 50px;
  }
  .banner__content .title {
    font-size: 60px;
  }
  .banner__content .scroll-trigger {
    right: 110px;
  }
  .banner:before {
    width: 280px;
  }

  .page-banner.has--faq .page-banner__content .title {
    margin-bottom: 7px;
  }
  .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input {
    font-size: 21px !important;
    padding: 16.5px 70px 16.5px 20px !important;
  }
  .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input::-webkit-input-placeholder {
    color: #333333;
    font-size: 21px;
    font-weight: 400;
  }
  .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input::-moz-placeholder {
    color: #333333;
    font-size: 21px;
    font-weight: 400;
  }
  .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input:-ms-input-placeholder {
    color: #333333;
    font-size: 21px;
    font-weight: 400;
  }
  .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-input:-moz-placeholder {
    color: #333333;
    font-size: 21px;
    font-weight: 400;
  }
  .page-banner.has--faq .page-banner__content .search-wrapper .search-form .search-submit {
    width: 60px;
    font-size: 21px;
  }
  .page-banner.has--software-detail {
    margin-bottom: 26px;
  }
  .page-banner.has--software-detail .page-banner__content {
    margin-bottom: -26px;
  }
  .page-banner.has--software-detail .page-banner__content .meta-release {
    padding: 18px 36px;
    font-size: 21px;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .discover-products {
    padding: 120px 0 40px;
  }
  .discover-products .before-media {
    left: 80px;
    right: -20px;
  }
  .discover-products .before-media:after {
    width: 64%;
  }
  .discover-products__card {
    min-height: 480px;
    padding: 30px 24px;
  }
  .discover-products__card .text .sub-title {
    font-size: 24px;
  }
  .discover-products .resources-spotlight__slider-item {
    margin-top: 80px;
  }

  .hm-about {
    padding: 80px 0 40px;
  }
  .hm-about .entry-title {
    margin-bottom: 0;
  }
  .hm-about .entry-title .title {
    margin-bottom: 15px;
  }
  .hm-about__content {
    margin-bottom: 30px;
  }
  .hm-about__content p {
    max-width: 100%;
  }
  .hm-about .before-brackground {
    margin-bottom: 0;
  }
  .hm-about .before-brackground:before {
    display: none;
  }

  .precision-performance {
    padding: 60px 0 40px;
  }
  .precision-performance .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .precision-performance .row [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .precision-performance .entry-title {
    padding-left: 0px;
  }
  .precision-performance .entry-title .title {
    margin-bottom: 15px;
  }
  .precision-performance__content {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .precision-performance__content p {
    max-width: 100%;
  }
  .precision-performance__card {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .precision-performance__card.has--overlay-white:before {
    display: none;
  }

  .hm-industries {
    padding: 80px 0 80px;
  }

  .hm-resources {
    padding: 80px 0;
  }

  .hm-news-event {
    padding: 80px 0 50px;
  }

  .hm-stories {
    padding: 40px 0 60px;
  }
  .hm-stories .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .hm-stories .row [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hm-stories__content {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .hm-stories__content p {
    font-size: 18px;
    max-width: 100%;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .hm-stories__card {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .hm-stories__card.has--overlay-white:before {
    display: none;
  }

  /***********************************
  PRODUCT PAGE STYLES
  ***********************************/
  .featured-product__card {
    min-height: 380px;
    padding: 20px 20px 17px;
  }
  .featured-product__card ul.categories-list li {
    font-size: 14px;
  }

  .products-services {
    padding: 40px 0 80px;
  }
  .products-services__categories-item:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  .products-family__slider-item {
    height: 420px;
  }

  .products-specifications__table {
    min-width: 780px;
  }
  .products-specifications__table:before {
    left: 26%;
    width: 14px;
  }
  .products-specifications__table thead th:first-child {
    width: 26%;
  }
  .products-specifications__table thead th:nth-child(2), .products-specifications__table thead th:nth-child(3) {
    width: 37%;
  }
  .products-specifications__table tbody tr td:first-child {
    width: 26%;
  }
  .products-specifications__table tbody tr td:nth-child(2), .products-specifications__table tbody tr td:nth-child(3) {
    width: 37%;
  }

  .products-includes__description .content p {
    max-width: 100%;
  }
  .products-includes__features {
    margin-top: 20px;
  }

  .products-family-cta {
    padding: 30px 0 80px;
  }
  .products-family-cta .subsystem-cta__card {
    padding: 50px 40px;
  }
  .products-family-cta .subsystem-cta__card .before-media img {
    max-width: 420px;
  }
  .products-family-cta .subsystem-cta__card .content {
    max-width: 500px;
  }

  .products .mix {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .product-subsystems-page .breadcrumb, .product-subsystems-page .entry-title, .product-subsystems-page .content {
    max-width: 100%;
  }
  .product-subsystems-page .entry-title {
    margin-top: 39px;
    margin-bottom: 36px;
  }
  .product-subsystems-page .entry-title p {
    margin-bottom: 30px;
  }
  .product-subsystems-page .media {
    height: 400px;
    margin-right: 0;
  }

  .innovations-include {
    padding: 30px 0 30px;
  }
  .innovations-include .content-area .main-title {
    margin-bottom: 30px;
  }
  .innovations-include__item {
    padding-bottom: 30px;
  }
  .innovations-include__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .subsystem-cta {
    padding: 30px 0 80px;
  }
  .subsystem-cta__card {
    min-height: 320px;
    padding: 50px 40px;
  }

  .scanmaster-designer {
    padding: 50px 0 80px;
  }
  .scanmaster-designer__video {
    margin-bottom: 60px;
  }
  .scanmaster-designer__video.popup-video:before {
    width: 60px;
    height: 60px;
    font-size: 21px;
  }
  .scanmaster-designer__about {
    padding: 60px 0;
  }
  .scanmaster-designer__about .content p {
    max-width: 100%;
  }
  .scanmaster-designer__highlight {
    padding-top: 50px;
  }
  .scanmaster-designer__highlight .entry-title {
    margin-bottom: 30px;
  }
  .scanmaster-designer__highlight-item {
    margin-bottom: 60px;
  }
  .scanmaster-designer__highlight-item .media {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  }
  .scanmaster-designer__highlight-item .content .number {
    font-size: 50px;
  }
  .scanmaster-designer__highlight-item .content p {
    font-size: 21px;
    line-height: 32px;
    max-width: 100%;
    margin-bottom: 0;
  }
  .scanmaster-designer__highlight-item:not(.flex-lg-row-reverse) .content {
    padding-left: 0;
  }
  .scanmaster-designer__release-highlight {
    padding-top: 60px;
  }

  .application-listing__navbar {
    padding: 80px 0 60px;
    border-right: 0;
  }
  .application-listing__navbar .tab-navigation li {
    padding: 24px 0;
    font-size: 24px;
  }
  .application-listing__navbar .tab-navigation li:before {
    display: none;
  }
  .application-listing__body .tab-content .tab-header .media {
    margin: 0;
  }
  .application-listing__body .tab-content .tab-body {
    padding: 30px 0 60px 0px;
  }

  .related-products.has--smd {
    padding: 80px 0;
  }

  .smd-documents {
    padding: 80px 0;
  }

  .industries-contact.has--smd .content .title {
    margin-bottom: 80px;
  }
  .industries-contact.has--smd .content .media {
    height: 214px;
    margin-bottom: -183px;
  }
  .industries-contact.has--smd .content .media img {
    max-width: 350px;
  }

  .support-contact .content .form-group {
    margin-bottom: 80px;
  }
  .support-contact .content .form-group .title {
    display: inline-block;
  }
  .support-contact .content .form-group .title:after {
    content: " ";
  }
  .support-contact .content .form-group .sub-title {
    margin: 0;
    display: inline-block;
  }
  .support-contact .support-contact__form .gform_wrapper.gravity-theme .big-select {
    max-width: 318px;
  }
  .support-contact .support-contact__form .gform_wrapper.gravity-theme .big-select .select-wrapper select {
    font-size: 40px !important;
  }

  .product-software {
    padding: 47px 0 80px;
  }

  .password-protect-page {
    padding: 29px 0 53px;
  }
  .password-protect-page__form .form-access-page input[type=text],
.password-protect-page__form .form-access-page input[type=email],
.password-protect-page__form .form-access-page input[type=password] {
    padding: 14.5px 15px !important;
  }
  .password-protect-page__form .form-access-page .btn {
    font-size: 21px;
    padding: 13.5px 15px;
  }

  /***********************************
  SUPPORT PAGE STYLES
  ***********************************/
  .support-page {
    padding: 30px 0 0;
  }

  .customer-service__content {
    margin-bottom: 40px;
  }

  .support-faq {
    padding: 22px 0 80px;
  }

  .resources-video.has--support {
    padding: 80px 0;
  }

  .get-touch {
    margin-top: 60px;
  }
  .get-touch .media {
    margin-right: 15px;
  }
  .get-touch__text {
    max-width: 380px;
  }

  .technical-resources {
    padding: 77px 0 40px;
  }

  .support-cta {
    padding: 40px 0 80px;
  }

  .support-services {
    padding: 39px 0 80px;
  }
  .faq-categories {
    padding: 50px 0 80px;
  }

  .faq-contact {
    padding: 80px 0;
  }
  .faq-contact .before-pattern {
    display: none;
  }
  .faq-contact__form {
    padding: 50px 30px 50px 30px;
  }

  /***********************************
  APPLICATION PAGE STYLES
  ***********************************/
  .application-page {
    padding: 40px 0 50px;
  }
  .application-page__media {
    margin-top: -40px;
    margin-right: -340px;
  }

  .application-categories {
    padding: 40px 0 80px;
  }
  .application-categories__masonry .spacer-height {
    display: none;
  }
  .application-categories__masonry .application-categories__item {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .application-categories__masonry .application-categories__item.has--large {
    margin-top: 60px;
  }
  .application-categories__masonry .application-categories__item.has--large .media {
    max-width: 100%;
  }
  .application-categories__masonry .application-categories__item .text .title {
    max-width: 100%;
  }

  .documentation {
    padding: 40px 0 40px;
  }

  .application-categories {
    padding: 40px 0 80px;
  }

  .application-resources {
    padding: 40px 0 80px;
  }

  .surface-modification-categories {
    padding: 40px 0 80px;
  }
  .surface-modification-categories__item:not(:last-child) {
    margin-bottom: 60px;
  }

  /***********************************
  INDUSTRIES PAGE STYLES
  ***********************************/
  .industries-page {
    padding: 50px 0 0;
    margin-top: -50px;
  }
  .industries-page__media {
    height: 400px;
    margin-top: -50px;
    margin-right: -240px;
  }

  .industries-category-page {
    padding: 39px 0 20px;
  }
  .industries-category-page__content p {
    max-width: 100%;
  }
  .industries-category-page__media {
    margin-top: 0;
    margin-bottom: -50px;
    margin-right: -220px;
  }

  .industries-category {
    padding: 33px 0 50px;
  }
  .industries-category.has--related-industries {
    padding: 40px 0 80px;
  }

  .cardboard-about {
    padding: 28px 0 40px;
  }
  .cardboard-about__includes ul.list-style li {
    max-width: 100%;
  }

  .industries-contact, .support-contact {
    padding: 100px 0;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .about-page {
    padding: 40px 0 40px;
  }

  .about-us {
    padding: 40px 0 30px;
  }

  .sales-locations {
    padding: 40px 0 60px;
  }

  .core-values {
    padding: 50px 0 80px;
  }
  .core-values__content p {
    max-width: 100%;
  }
  .core-values__list {
    border: 0;
    padding: 0;
  }
  .core-values__list-item .text p {
    max-width: 100%;
  }

  .career-opportunities {
    padding: 40px 0 60px;
  }
  .career-opportunities .before-media {
    right: -20px;
    top: -130px;
    position: absolute;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }

  .about-company {
    padding: 50px 0 80px;
  }

  .photonics-group {
    padding: 50px 0 80px;
  }

  .corporate-citizenship {
    padding: 50px 0 80px;
  }
  .corporate-citizenship__content {
    margin-bottom: 50px;
  }
  .corporate-citizenship__card {
    padding: 30px 30px;
  }
  .corporate-citizenship__card .media {
    min-width: 280px;
    max-width: 280px;
  }

  .certifications {
    padding: 40px 0 80px;
  }
  .certifications .entry-title {
    margin-bottom: 30px;
  }
  .certifications .last-none {
    margin-bottom: -40px;
  }
  .certifications__item {
    margin-bottom: 40px;
  }

  .about-news {
    padding: 40px 0 80px;
  }
  .about-news .entry-title .title {
    margin-bottom: 7px;
  }
  .about-news .entry-title p {
    margin-bottom: 20px;
  }
  .about-news .pagination-wrapper {
    margin-bottom: 30px;
  }

  .about-news-detail-page {
    padding: 40px 0 30px;
  }
  .about-news-detail-page .entry-title .date {
    margin-bottom: 12px;
  }
  .about-news-detail-page .entry-title .title {
    margin-bottom: 30px;
  }

  .about-related-news {
    padding: 34px 0 80px;
  }

  .event-detail-page .resources-events__card .remaind-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 30px 10px;
  }
  .event-detail-page .resources-events__card .remaind-form .wrap {
    margin-right: 0;
  }
  .event-detail-page .resources-events__card .remaind-form .wrap .label {
    font-size: 18px;
    margin-right: 16px;
  }

  /***********************************
  CAPABILITIES PAGE STYLES
  ***********************************/
  .capabilities-area {
    padding-bottom: 40px;
  }

  /***********************************
  RESOURCES PAGE STYLES
  ***********************************/
  .rcm-page {
    padding: 40px 0 80px;
  }
  .rcm-page .entry-title {
    margin-bottom: 40px;
  }

  .rcm-detail-page {
    padding: 40px 0 80px;
  }
  .rcm-detail-page .entry-title {
    margin-bottom: 40px;
  }
  .rcm-detail-page .entry-title .title {
    margin-bottom: 10px;
  }

  .resources-hub {
    padding: 40px 0 40px;
  }
  .resources-hub .entry-title {
    margin-bottom: 30px;
  }
  .resources-hub .entry-title .title {
    margin-bottom: 5px;
  }
  .resources-hub .entry-title p {
    margin-bottom: 28px;
  }

  .resources-categories {
    padding: 80px 0 65px;
  }

  .resources-spotlight {
    padding: 49px 0 80px;
  }
  .resources-spotlight .entry-title {
    margin-bottom: 30px;
  }
  .resources-spotlight__slider {
    margin-right: -10px;
  }
  .resources-spotlight__slider-controls .progress-bar {
    height: 8px;
  }

  .resources-video {
    padding: 80px 0 30px;
  }
  .resources-video__slider-controls .progress-bar {
    height: 8px;
  }

  .resources-faq {
    padding: 26px 0 80px;
  }

  .resources-categories .before-pattern-1, .resources-categories .before-pattern-2 {
    display: none;
  }

  .resources-insight {
    padding: 40px 0 10px;
  }

  .resources-news-page {
    padding: 20px 0 80px;
  }

  .resources-events {
    padding: 22px 0 80px;
  }

  .resource-detail-page, .success-stories-detail-page {
    padding: 50px 0 80px;
  }
  .resource-detail-page .content-area .article .resource-cta, .success-stories-detail-page .content-area .article .resource-cta {
    padding: 50px 20px;
  }
  .resource-detail-page .content-area .article .resource-cta .before-media:before, .success-stories-detail-page .content-area .article .resource-cta .before-media:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1e1006), color-stop(75%, rgba(30, 16, 6, 0)));
    background: linear-gradient(90deg, #1e1006 50%, rgba(30, 16, 6, 0) 75%);
  }

  .sidebar .widget {
    margin-bottom: 30px;
  }

  /***********************************
  TECHNICAL RESOURCES PAGE STYLES
  ***********************************/
  .technical-resources {
    padding: 50px 0 80px;
  }

  .technical-resources-detail {
    padding: 3px 0 80px;
  }
  .technical-resources-detail .entry-title .title {
    margin-bottom: 7px;
  }
  .technical-resources-detail .entry-title p {
    margin-bottom: 20px;
  }
  .technical-resources-detail ul.categories {
    margin-left: -5px;
    margin-right: -5px;
  }
  .technical-resources-detail ul.categories li {
    padding-left: 5px;
    padding-right: 5px;
  }

  /***********************************
  SUCCESS STORIES PAGE STYLES
  ***********************************/
  .success-stories__categories-item {
    padding: 25px 30px 0 30px;
  }

  .success-stories-cta {
    padding: 63px 0 80px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer-top {
    padding: 50px 0;
  }
}
/* 991 */
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h1.fs-sm, .h1.fs-sm {
    font-size: 42px;
    line-height: 60px;
  }
  h1.fs-lg, .h1.fs-lg {
    font-size: 52px;
    line-height: 62px;
  }

  h2, .h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3, .h3 {
    font-size: 36px;
    line-height: 44px;
  }

  h4, .h4 {
    font-size: 32px;
    line-height: 38px;
  }

  section {
    padding: 35px 0;
  }

  .container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .support-contact .support-contact__form .gform_wrapper.gravity-theme .big-select {
    left: 20px;
    right: 20px;
    max-width: none;
  }

  /***********************************
  HEADER STYLE
  ***********************************/
  .header .navbar .navbar-header .navbar-toggle {
    width: 70px;
    height: 70px;
  }
  .header .navbar .navbar-header .navbar-brand {
    margin-left: 15px;
  }
  .header .navbar .navbar-header .navbar-brand img {
    max-width: 160px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
    width: 70px;
    height: 70px;
    font-size: 10px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:after {
    padding: 5px 3px;
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:before {
    font-size: 18px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search {
    margin: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle {
    height: 70px;
    width: 70px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle i {
    font-size: 21px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box {
    right: 70px;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar-nav--right {
    margin-left: 20px;
  }

  .header-gutter {
    height: 70px;
  }

  .sticky-chatbot {
    top: 70px;
    width: 70px;
    height: 70px;
  }
  .sticky-chatbot a:before {
    font-size: 21px;
    padding-left: 0;
  }
  .sticky-chatbot a:after {
    padding: 5px 5px;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .resources__sticky-search.search-show .search-box {
    width: 400px;
  }

  /***********************************
  BREADCRUMB STYLES
  ***********************************/
  .breadcrumb {
    margin-right: 60px;
  }

  /***********************************
  BANNER & PAGE BANNER STYLES
  ***********************************/
  .banner {
    margin-left: 0px;
    margin-right: 70px;
    margin-bottom: 60px;
  }
  .banner .before-media {
    top: 70px;
  }
  .banner__content {
    padding-top: 40px;
    margin-bottom: 80px;
  }
  .banner__content .title {
    font-size: 52px;
  }
  .banner__content .scroll-trigger {
    height: 60px;
    width: 60px;
    right: 104px;
  }
  .banner__content .scroll-trigger span {
    font-size: 24px;
  }
  .banner:before {
    right: -70px;
    bottom: -60px;
    width: 240px;
  }
  .banner .sticky-content {
    display: none;
  }

  .page-banner {
    padding-top: 70px;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .discover-products {
    padding: 100px 0 40px;
  }
  .discover-products .before-media {
    top: -50px;
    left: 60px;
    bottom: -40px;
    right: -20px;
  }
  .discover-products .before-media:after {
    display: none;
  }
  .discover-products__card {
    min-height: 380px;
    padding: 30px 24px;
  }
  .discover-products__card .text .sub-title {
    font-size: 24px;
  }
  .discover-products .resources-spotlight__slider-item {
    margin-top: 30px;
  }

  .hm-about {
    padding: 60px 0 30px;
  }

  .precision-performance {
    padding: 40px 0 30px;
  }

  .hm-industries {
    padding: 60px 0 60px;
  }

  .hm-resources {
    padding: 60px 0;
  }
  .hm-resources .resources-spotlight__slider-item {
    margin-top: 60px;
  }

  .hm-news-event {
    padding: 60px 0 40px;
  }
  .hm-news-event__card {
    min-height: 380px;
  }

  .hm-stories {
    padding: 30px 0 40px;
  }

  /***********************************
  PRODUCT PAGE STYLES
  ***********************************/
  .products-services {
    padding: 30px 0 60px;
  }
  .products-services .horizontal-linebar.has--large {
    border-top-width: 2px;
  }
  .products-services__search .filter-products {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .products-services__search .filter-products li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 170px;
            flex: 1 1 170px;
    width: initial;
    padding-left: 5px;
    padding-right: 5px;
  }
  .products-services__categories .main-title {
    border-bottom-width: 2px;
  }

  .products-family-cta {
    padding: 30px 0 60px;
  }
  .products-family-cta .subsystem-cta__card {
    padding: 40px 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-family-cta .subsystem-cta__card .before-media {
    position: inherit;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .products-family-cta .subsystem-cta__card .before-media img {
    width: 100%;
    max-width: 420px;
  }
  .products-family-cta .subsystem-cta__card .content {
    max-width: 100%;
  }

  .filter-form {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .products-wrap {
    margin-bottom: 60px;
  }

  .innovations-include {
    padding: 30px 0 30px;
  }
  .innovations-include__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .innovations-include__item .media {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .subsystem-cta {
    padding: 30px 0 60px;
  }
  .subsystem-cta__card {
    min-height: 320px;
    padding: 40px 30px;
  }

  .product-software {
    padding: 40px 0 60px;
  }

  .scanmaster-designer {
    padding: 50px 0 60px;
  }
  .scanmaster-designer__video {
    margin-bottom: 50px;
  }
  .scanmaster-designer__about {
    padding: 50px 0;
  }
  .scanmaster-designer__highlight {
    padding-top: 40px;
  }
  .scanmaster-designer__highlight-item {
    margin-bottom: 50px;
  }
  .scanmaster-designer__release-highlight {
    padding-top: 50px;
  }

  .application-listing__navbar {
    padding: 60px 0 40px;
  }

  .related-products.has--smd {
    padding: 60px 0;
  }

  .smd-documents {
    padding: 60px 0;
  }
  .smd-documents__card {
    padding: 30px 31px 50px 40px;
  }

  .industries-contact.has--smd .content .title {
    margin-bottom: 30px;
  }

  /***********************************
  SUPPORT PAGE STYLES
  ***********************************/
  .customer-service {
    padding: 40px 0 20px;
  }
  .customer-service__content {
    margin-bottom: 30px;
  }

  .support-faq {
    padding: 22px 0 60px;
  }

  .resources-video.has--support {
    padding: 60px 0 70px;
  }

  .get-touch {
    margin-top: 50px;
  }
  .get-touch .media {
    margin-top: 30px;
    margin-bottom: -180px;
    margin-left: -100px;
    margin-right: 15px;
  }
  .get-touch__text {
    padding-top: 30px;
    max-width: 360px;
    margin: auto 20px 30px 30px;
  }

  .technical-resources {
    padding: 57px 0 30px;
  }

  .support-cta {
    padding: 30px 0 60px;
  }

  .support-services {
    padding: 39px 0 60px;
  }
  .support-services__map {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .support-services__map img {
    margin-top: -30px;
    margin-bottom: -120px;
  }
  .support-services__location:not(:last-child) {
    margin-bottom: 50px;
  }
  .support-services__location-point {
    margin-bottom: 30px;
  }

  .support-contact .content {
    margin-bottom: 40px;
  }
  .support-contact .content .form-group {
    max-width: 100%;
  }
  .support-contact .content .form-group .select-wrapper select {
    font-size: 36px !important;
    border-bottom: 3px solid #024EA8 !important;
  }
  .support-contact .content .location-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .faq-categories {
    padding: 50px 0 60px;
  }

  .faq-contact {
    padding: 60px 0;
  }
  .faq-contact__form {
    padding: 50px 30px 50px 30px;
  }

  /***********************************
  CAPABILITIES PAGE STYLES
  ***********************************/
  .capabilities-caption {
    margin-bottom: 30px;
    max-width: none;
  }

  /***********************************
  APPLICATION PAGE STYLES
  ***********************************/
  .application-page {
    padding: 40px 0 30px;
  }
  .application-page__media {
    margin-right: -300px;
  }

  .application-categories {
    padding: 30px 0 60px;
  }

  .surface-modification-categories {
    padding: 40px 0 60px;
  }

  /***********************************
  INDUSTRIES PAGE STYLES
  ***********************************/
  .industries-page {
    padding: 30px 0 40px;
    margin-top: 0px;
  }
  .industries-page__content p {
    max-width: 100%;
  }
  .industries-page__media {
    height: initial;
    margin-left: 0;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .industries-category {
    padding: 33px 0 40px;
  }
  .industries-category.has--related-industries {
    padding: 30px 0 60px;
  }

  .industries-contact, .support-contact {
    padding: 80px 0;
  }
  .industries-contact__form, .support-contact__form {
    padding: 40px 20px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .industries-contact__form .content, .support-contact__form .content {
    margin-right: 0;
  }
  .industries-contact__form .content .media, .support-contact__form .content .media {
    display: none;
  }
  .industries-contact__form .form img, .support-contact__form .form img {
    width: 100%;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .about-page {
    padding: 30px 0 40px;
  }

  .about-us {
    padding: 40px 0 30px;
  }

  .sales-locations {
    padding: 40px 0 60px;
  }

  .core-values {
    padding: 40px 0 80px;
  }
  .core-values__content p {
    max-width: 100%;
  }
  .core-values__list {
    border: 0;
    padding: 0;
  }
  .core-values__list-item .text p {
    max-width: 100%;
  }

  .career-opportunities {
    padding: 40px 0 60px;
  }
  .career-opportunities .before-media {
    right: -20px;
    top: -130px;
    position: absolute;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }

  .about-company {
    padding: 50px 0 60px;
  }

  .photonics-group {
    padding: 50px 0 60px;
  }

  .corporate-citizenship {
    padding: 50px 0 60px;
  }
  .corporate-citizenship .before-media {
    right: -850px;
  }
  .corporate-citizenship__content {
    margin-bottom: 50px;
  }
  .corporate-citizenship__card {
    padding: 30px 30px;
  }
  .corporate-citizenship__card .media {
    min-width: 200px;
    max-width: 200px;
  }

  .certifications {
    padding: 40px 0 60px;
  }

  .about-news {
    padding: 40px 0 60px;
  }

  .about-related-news {
    padding: 30px 0 60px;
  }

  /***********************************
  RESOURCES PAGE STYLES
  ***********************************/
  .rcm-page {
    padding: 40px 0 70px;
  }

  .rcm-detail-page {
    padding: 40px 0 70px;
  }

  .resources-hub {
    padding: 40px 0 40px;
  }

  .resources-categories {
    padding: 50px 0 60px;
  }
  .resources-categories__item .icon-wrapper {
    margin-bottom: 30px;
  }

  .resources-spotlight {
    padding: 40px 0 60px;
  }
  .resources-spotlight .entry-title {
    margin-bottom: 30px;
  }
  .resources-spotlight__slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .resources-spotlight__slider-item .media {
    min-width: 100%;
    max-width: 100%;
  }
  .resources-spotlight__slider-item .text {
    padding: 15px 20px 24px;
  }
  .resources-spotlight__slider-item .text .btn {
    height: 50px;
    min-width: 50px;
  }
  .resources-spotlight__slider-item .text .btn span {
    font-size: 15px;
  }

  .resources-video {
    padding: 50px 0 20px;
  }

  .resources-faq {
    padding: 26px 0 60px;
  }

  .resources-insight {
    padding: 40px 0 10px;
  }

  .resources-news-page {
    padding: 20px 0 60px;
  }

  .resources-events {
    padding: 22px 0 60px;
  }

  .resource-detail-page, .success-stories-detail-page {
    padding: 50px 0 60px;
  }

  /***********************************
  CAPABILITIES STYLE
  ***********************************/
  .capability-single-entry {
    max-width: none;
    padding-bottom: 40px;
  }

  .capability-single-form {
    padding: 50px;
    margin-bottom: 60px;
    height: auto;
  }
  .capability-single-form:before {
    content: none;
  }

  /***********************************
  TECHNICAL RESOURCES PAGE STYLES
  ***********************************/
  .technical-resources {
    padding: 50px 0 60px;
  }

  .technical-resources-detail {
    padding: 39px 0 60px;
  }

  /***********************************
  SUCCESS STORIES PAGE STYLES
  ***********************************/
  .success-stories-cta {
    padding: 60px 0 60px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer {
    padding: 50px 0 40px;
  }
  .footer__logo {
    margin-bottom: 40px;
  }
  .footer__logo .brand-logo img {
    max-width: 200px;
  }
  .footer__menu {
    text-align: center;
  }
}
/* 767 */
@media only screen and (max-width: 680px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 52px;
  }
  h1.fs-sm, .h1.fs-sm {
    font-size: 38px;
    line-height: 48px;
  }
  h1.fs-lg, .h1.fs-lg {
    font-size: 48px;
    line-height: 60px;
  }

  h2, .h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3, .h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4, .h4 {
    font-size: 30px;
    line-height: 36px;
  }

  h5, .h5 {
    font-size: 26px;
    line-height: 32px;
  }

  h6, .h6 {
    font-size: 21px;
    line-height: 30px;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .corporate-citizenship__card {
    padding: 30px 30px;
  }
  .corporate-citizenship__card .media {
    min-width: 180px;
    max-width: 180px;
  }

  .career-opportunities .before-media {
    display: none;
  }

  .about-news {
    padding: 30px 0 40px;
  }
  .about-news__settings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-news__settings .option-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-news__settings .option-wrapper .wrap {
    margin-right: 0;
  }
  .about-news__settings .option-wrapper .page-option {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .products-wrap .about-news__settings .option-wrapper .page-option {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/* 680 */
@media only screen and (max-width: 575px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }

  h1, .h1 {
    font-size: 38px;
    line-height: 48px;
  }
  h1.fs-sm, .h1.fs-sm {
    font-size: 36px;
    line-height: 44px;
  }
  h1.fs-lg, .h1.fs-lg {
    font-size: 42px;
    line-height: 52px;
  }

  h2, .h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h3, .h3 {
    font-size: 30px;
    line-height: 36px;
  }

  h4, .h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5, .h5 {
    font-size: 24px;
    line-height: 30px;
  }

  h6, .h6 {
    font-size: 18px;
    line-height: 28px;
  }

  section {
    padding: 30px 0;
  }

  .support-contact .support-contact__form .gform_wrapper.gravity-theme .big-select {
    left: 15px;
    right: 15px;
    top: 64px;
  }

  /***********************************
  HEADER STYLE
  ***********************************/
  .header .navbar .navbar-header .navbar-toggle {
    width: 60px;
    height: 60px;
  }
  .header .navbar .navbar-header .navbar-brand {
    margin-left: 10px;
  }
  .header .navbar .navbar-header .navbar-brand img {
    max-width: 120px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
    width: 60px;
    height: 60px;
    font-size: 8px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:after {
    padding: 5px 5px;
    font-size: 8px !important;
    line-height: 14px !important;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:before {
    font-size: 14px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search {
    margin: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle {
    height: 60px;
    width: 60px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle i {
    font-size: 18px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle:after {
    padding: 5px 5px;
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box {
    right: 59px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input {
    padding: 10px 15px !important;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input::-webkit-input-placeholder {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input::-moz-placeholder {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input:-ms-input-placeholder {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box .search-input:-moz-placeholder {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar-nav--right {
    margin-left: 15px;
  }

  .header-gutter {
    height: 60px;
  }

  .sticky-chatbot {
    top: 60px;
    width: 60px;
    height: 60px;
  }
  .sticky-chatbot a:before {
    font-size: 18px;
    padding-left: 0;
  }
  .sticky-chatbot a:after {
    padding: 5px 4px;
    font-size: 10px !important;
    line-height: 16px !important;
  }

  /***********************************
  BREADCRUMB STYLES
  ***********************************/
  .breadcrumb {
    margin-right: 50px;
  }

  /***********************************
  BANNER & PAGE BANNER STYLES
  ***********************************/
  .banner {
    margin-left: 0px;
    margin-right: 60px;
    margin-bottom: 40px;
  }
  .banner .before-media {
    top: 60px;
  }
  .banner__content {
    padding-top: 40px;
    margin-bottom: 70px;
  }
  .banner__content .title {
    font-size: 42px;
  }
  .banner__content .scroll-trigger {
    height: 50px;
    width: 50px;
    right: 95px;
  }
  .banner__content .scroll-trigger span {
    font-size: 21px;
  }
  .banner:before {
    right: -60px;
    bottom: -40px;
    width: 210px;
  }
  .banner .sticky-content {
    display: none;
  }

  .page-banner {
    padding-top: 60px;
    min-height: 480px;
  }
  .page-banner.box-style .page-banner__content {
    padding: 20px;
  }
  .page-banner.has--software-detail {
    min-height: 420px;
    margin-bottom: 26px;
  }
  .page-banner.has--software-detail .page-banner__content {
    margin-bottom: -26px;
  }
  .page-banner.has--software-detail .page-banner__content p {
    padding-bottom: 30px;
  }
  .page-banner.has--software-detail .page-banner__content .meta-release {
    padding: 15px 30px;
    font-size: 18px;
  }

  /***********************************
  HOME PAGE STYLES
  ***********************************/
  .discover-products {
    padding: 60px 0 30px;
  }
  .discover-products .before-media {
    top: -30px;
    left: 30px;
    bottom: -20px;
    right: -15px;
  }
  .discover-products__card {
    min-height: 380px;
    padding: 30px 20px 20px;
  }
  .discover-products__card .text .sub-title {
    font-size: 21px;
  }
  .discover-products__card .text .btn {
    height: 50px;
    min-width: 50px;
  }
  .discover-products__card .text .btn span {
    font-size: 14px;
  }
  .discover-products .resources-spotlight__slider-item {
    margin-top: 20px;
  }

  .hm-about {
    padding: 40px 0 20px;
  }

  .precision-performance {
    padding: 30px 0 10px;
  }
  .precision-performance .entry-title .title {
    margin-bottom: 10px;
  }
  .precision-performance__card {
    min-height: 320px;
    padding: 20px 15px 15px;
  }
  .precision-performance__card .text .btn {
    min-width: 50px;
    height: 50px;
  }
  .precision-performance__card .text .btn span {
    font-size: 14px;
  }

  .hm-industries {
    padding: 40px 0;
  }
  .hm-industries__card {
    min-height: 320px;
    padding: 20px 15px 15px;
  }
  .hm-industries__card .text .btn {
    min-width: 50px;
    height: 50px;
  }
  .hm-industries__card .text .btn span {
    font-size: 14px;
  }
  .hm-industries__cta {
    min-height: 320px;
    padding: 20px 15px 15px;
  }
  .hm-industries__cta .text .btn {
    min-width: 50px;
    height: 50px;
  }
  .hm-industries__cta .text .btn span {
    font-size: 14px;
  }

  .hm-resources {
    padding: 40px 0;
  }
  .hm-resources .resources-spotlight__slider-item {
    margin-top: 30px;
  }

  .hm-news-event {
    padding: 30px 0 20px;
  }
  .hm-news-event__card {
    padding: 20px 15px 15px;
  }
  .hm-news-event__card .text .btn {
    min-width: 50px;
    height: 50px;
  }
  .hm-news-event__card .text .btn span {
    font-size: 14px;
  }

  .hm-stories {
    padding: 20px 0 20px;
  }
  .hm-stories__card {
    min-height: 320px;
    padding: 20px 15px 15px;
  }
  .hm-stories__card .text .title {
    font-size: 24px;
    line-height: 32px;
  }
  .hm-stories__card .text .btn {
    min-width: 50px;
    height: 50px;
  }
  .hm-stories__card .text .btn span {
    font-size: 14px;
  }

  /***********************************
  PRODUCT PAGE STYLES
  ***********************************/
  .products-services {
    padding: 30px 0 60px;
  }
  .products-services .horizontal-linebar.has--large {
    border-top-width: 2px;
  }
  .products-services__search {
    margin-top: 20px;
  }
  .products-services__categories-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }

  .product-subsystems-page {
    padding: 0 0 20px;
  }
  .product-subsystems-page .entry-title {
    margin-top: 30px;
  }
  .product-subsystems-page .entry-title p {
    margin-bottom: 20px;
  }
  .product-subsystems-page .media {
    height: 320px;
  }

  .products-family {
    padding: 30px 0 20px;
  }
  .products-family__slider-item {
    height: 380px;
  }

  .products-family-cta {
    padding: 30px 0 40px;
  }
  .products-family-cta .subsystem-cta__card {
    padding: 40px 20px;
  }

  .innovations-include {
    padding: 20px 0 10px;
  }

  .subsystem-cta {
    padding: 30px 0 40px;
  }
  .subsystem-cta__card {
    min-height: 320px;
    padding: 40px 30px;
  }

  .product-software {
    padding: 30px 0 40px;
  }
  .product-software .entry-title {
    margin-bottom: 30px;
  }
  .product-software .last-none {
    margin-bottom: -30px;
  }
  .product-software__card {
    margin-bottom: 30px;
  }

  .scanmaster-designer {
    padding: 40px 0 40px;
  }
  .scanmaster-designer__video {
    margin-bottom: 40px;
  }
  .scanmaster-designer__about {
    padding: 40px 0;
  }
  .scanmaster-designer__highlight {
    padding-top: 30px;
  }
  .scanmaster-designer__highlight-item {
    margin-bottom: 40px;
  }
  .scanmaster-designer__highlight-item .content .number {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .scanmaster-designer__highlight-item .content p {
    font-size: 18px;
    line-height: 28px;
  }
  .scanmaster-designer__release-highlight {
    padding-top: 40px;
  }

  .application-listing__navbar {
    padding: 40px 0 30px;
  }
  .application-listing__navbar .tab-navigation li {
    padding: 20px 0;
    font-size: 21px;
  }
  .application-listing__navbar .tab-navigation li:before {
    display: none;
  }
  .application-listing__body .tab-content .tab-body {
    padding: 20px 0 40px 0px;
  }

  .related-products.has--smd {
    padding: 40px 0;
  }

  .smd-documents {
    padding: 40px 0;
  }
  .smd-documents__card {
    padding: 30px 31px 40px 30px;
  }
  .smd-documents__card .icon-wrapper {
    margin-bottom: 10px;
  }
  .smd-documents__card .icon-wrapper i {
    font-size: 40px;
  }
  .smd-documents__card .icon-wrapper.has--image img {
    height: 40px;
  }

  .industries-contact.has--smd .content .title {
    margin-bottom: 30px;
  }

  .password-protect-page {
    padding: 29px 0 40px;
  }

  /***********************************
  SUPPORT PAGE STYLES
  ***********************************/
  .customer-service {
    padding: 30px 0 20px;
  }

  .support-faq {
    padding: 22px 0 40px;
  }

  .resources-video.has--support {
    padding: 35px 0 40px;
  }

  .get-touch {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .get-touch .before-pattern {
    display: none;
  }
  .get-touch .media {
    margin-top: -30px;
    margin-bottom: -60px;
    margin-left: -60px;
    margin-right: 15px;
  }
  .get-touch__text {
    max-width: 100%;
    padding-top: 30px;
    margin: auto 20px 30px 20px;
  }

  .technical-resources {
    padding: 37px 0 20px;
  }

  .support-cta {
    padding: 20px 0 40px;
  }

  .support-services {
    padding: 30px 0 40px;
  }
  .support-services__map {
    height: 220px;
  }
  .support-services__map img {
    margin-top: -20px;
    margin-bottom: -50px;
  }
  .support-services__location:not(:last-child) {
    margin-bottom: 30px;
  }
  .support-services__location-point {
    margin-bottom: 20px;
  }

  .support-contact .content {
    margin-bottom: 30px;
  }
  .support-contact .content .form-group {
    max-width: 100%;
  }
  .support-contact .content .form-group .select-wrapper select {
    font-size: 32px !important;
    border-bottom: 3px solid #024EA8 !important;
  }

  .faq-categories {
    padding: 40px 0 50px;
  }

  .faq-contact {
    padding: 40px 0;
  }
  .faq-contact__form {
    padding: 40px 20px;
  }

  /***********************************
  APPLICATION PAGE STYLES
  ***********************************/
  .application-page {
    padding: 40px 0 30px;
  }

  .application-categories {
    padding: 30px 0 50px;
  }
  .application-categories__masonry .application-categories__item {
    margin-top: 40px;
  }
  .application-categories__masonry .application-categories__item.has--large {
    margin-top: 40px;
  }

  .application-category-page .entry-title {
    margin-top: 30px;
  }
  .application-category-page .entry-title p {
    margin-bottom: 30px;
  }

  .documentation {
    padding: 40px 0 30px;
  }

  .application-categories {
    padding: 30px 0 60px;
  }

  .application-resources {
    padding: 30px 0 50px;
  }

  .application-resources {
    overflow: hidden;
  }
  .application-resources__card {
    min-height: 320px;
    padding: 29px 20px 29px 20px;
  }
  .application-resources__slider-controls {
    padding-top: 30px;
  }
  .application-resources__slider-controls .progress-bar {
    height: 8px;
  }

  .surface-modification-categories {
    padding: 30px 0 40px;
  }
  .surface-modification-categories__item:not(:last-child) {
    margin-bottom: 50px;
  }

  .capability-single-area {
    margin-top: 0;
  }

  /***********************************
  INDUSTRIES PAGE STYLES
  ***********************************/
  .industries-page {
    padding-bottom: 30px;
  }

  .industries-category-page {
    padding: 30px 0 20px;
  }
  .industries-category-page .entry-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .industries-category-page__content p {
    max-width: 100%;
  }
  .industries-category-page__media {
    margin-top: 0;
    margin-bottom: -20px;
    margin-right: 0px;
  }

  .industries-category {
    padding: 20px 0 50px;
  }
  .industries-category.has--related-industries {
    padding: 20px 0 40px;
  }
  .industries-category__card {
    min-height: 320px;
  }

  .cardboard-about {
    padding: 28px 0 30px;
  }

  .industries-contact, .support-contact {
    padding: 60px 0;
  }
  .industries-contact .before-pattern, .support-contact .before-pattern {
    display: none;
  }
  .industries-contact__form, .support-contact__form {
    padding: 30px 15px 50px;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .about-page {
    padding: 30px 0 20px;
  }
  .about-page__video {
    min-height: 380px;
  }
  .about-page__video .text {
    padding: 20px 15px;
  }
  .about-page__video.popup-video:before {
    width: 60px;
    height: 60px;
    font-size: 21px;
  }

  .about-us {
    padding: 40px 0 30px;
  }

  .sales-locations {
    padding: 40px 0 50px;
  }
  .sales-locations__list-item .text .counter {
    font-size: 60px;
  }

  .core-values {
    padding: 40px 0 60px;
  }
  .core-values__content p {
    max-width: 100%;
  }
  .core-values__list {
    border: 0;
    padding: 0;
  }
  .core-values__list-item .icon-wrapper {
    margin-right: 10px;
  }
  .core-values__list-item .text p {
    max-width: 100%;
  }

  .career-opportunities {
    padding: 40px 0 60px;
  }

  .about-company {
    padding: 50px 0 60px;
  }
  .about-company__news {
    margin-bottom: 40px;
  }

  .photonics-group {
    padding: 40px 0 50px;
  }

  .corporate-citizenship {
    padding: 40px 0 50px;
  }
  .corporate-citizenship__content {
    margin-bottom: 40px;
  }
  .corporate-citizenship__card {
    padding: 30px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .corporate-citizenship__card .media {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .certifications {
    padding: 30px 0 40px;
  }
  .certifications__item .title {
    margin-bottom: 20px;
  }

  .about-news {
    padding: 30px 0 40px;
  }
  .about-news .pagination-wrapper {
    margin-bottom: 30px;
  }

  .about-news-detail-page {
    padding: 30px 0 20px;
  }
  .about-news-detail-page .entry-title .title {
    margin-bottom: 30px;
  }

  .about-related-news {
    padding: 20px 0 40px;
  }

  .event-detail-page .resources-events__card .wrap-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6px 30px 41px 24px;
  }
  .event-detail-page .resources-events__card .meta-date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .event-detail-page .resources-events__card .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /***********************************
  RESOURCES PAGE STYLES
  ***********************************/
  .rcm-page {
    padding: 40px 0 60px;
  }

  .rcm-detail-page {
    padding: 40px 0 60px;
  }

  .resources-hub {
    padding: 30px 0 20px;
  }
  .resources-hub__item:not(.has--featured) {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .resources-hub__item:not(.has--featured) .media {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .resources-hub__item:not(.has--featured) .text {
    padding: 10px 10px;
  }

  .resources-categories {
    padding: 40px 0 40px;
  }

  .resources-spotlight {
    padding: 40px 0 40px;
  }
  .resources-spotlight__card .text {
    padding: 30px 20px 24px 20px;
  }

  .resources-video {
    padding: 40px 0 20px;
  }

  .resources-faq {
    padding: 20px 0 40px;
  }

  .resources-insight {
    padding: 40px 0 10px;
  }
  .resources-insight__item.has--post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .resources-insight__item.has--post .media {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .resources-insight__item.has--post .text {
    max-width: 100%;
  }

  .resources-news-page {
    padding: 10px 0 40px;
  }

  .resources-events {
    padding: 22px 0 40px;
  }
  .resources-events__card {
    min-height: 320px;
  }
  .resources-events__card .meta-date .date span {
    font: 300 80px/1.11 "Open Sans", sans-serif;
  }
  .resources-events__card-summer {
    min-height: 320px;
    padding: 42px 20px;
  }

  .resource-detail-page, .success-stories-detail-page {
    padding: 40px 0 40px;
  }
  .resource-detail-page .content-area .article .resource-cta, .success-stories-detail-page .content-area .article .resource-cta {
    padding: 50px 20px;
  }
  .resource-detail-page .content-area .article .resource-cta .before-media:before, .success-stories-detail-page .content-area .article .resource-cta .before-media:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #1e1006), color-stop(65%, rgba(30, 16, 6, 0)));
    background: linear-gradient(90deg, #1e1006 40%, rgba(30, 16, 6, 0) 65%);
  }

  /***********************************
  TECHNICAL RESOURCES PAGE STYLES
  ***********************************/
  .technical-resources {
    padding: 40px 0 40px;
  }
  .technical-resources__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .technical-resources-detail {
    padding: 30px 0 40px;
  }
  .technical-resources-detail ul.categories li a {
    font-size: 16px;
    padding: 13px 20px;
  }

  /***********************************
  SUCCESS STORIES PAGE STYLES
  ***********************************/
  .success-stories {
    padding: 30px 0 40px;
  }
  .success-stories .entry-title {
    margin-bottom: 30px;
  }
  .success-stories .entry-title .title {
    margin-bottom: 17px;
  }
  .success-stories__card {
    padding: 0 20px 20px 20px;
  }
  .success-stories__card .text .title {
    margin-bottom: 7px;
  }
  .success-stories__featured {
    margin-bottom: 10px;
  }
  .success-stories__categories:not(:last-child) {
    margin-bottom: 40px;
  }
  .success-stories__categories-item {
    padding: 25px 30px 0 20px;
  }
  .success-stories__categories-item .title {
    margin-bottom: 28px;
  }
  .success-stories__item {
    margin-bottom: 30px;
  }

  .success-stories-cta {
    padding: 30px 0 40px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer-top {
    padding: 40px 0 50px;
  }

  .footer {
    padding: 40px 0 30px;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__logo .brand-logo img {
    max-width: 160px;
  }
  .footer__widget {
    margin-bottom: 30px;
  }
  .footer__widget-nav {
    list-style: none;
  }
  .footer__widget-nav > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer__widget-nav > li > a {
    font-size: 16px;
    line-height: 19px;
  }
  .footer__widget-nav > li.bold:not(:last-child) {
    margin-bottom: 15px !important;
  }
  .footer__widget-nav > li.bold > a {
    font-size: 18px;
    line-height: 24px;
  }
  .footer__copyright {
    margin-top: 20px;
  }
  .footer__menu li a {
    font-size: 16px;
    line-height: 19px;
  }
  .footer__menu li:after {
    font-size: 16px;
  }
}
/* 575 */
@media only screen and (max-width: 480px) {
  section {
    padding: 20px 0;
  }

  p {
    margin: 0 0 20px;
  }

  .btn {
    font-size: 14px;
    padding: 15px 22px;
  }
  .btn span {
    font-size: 12px;
    margin-left: 8px;
  }
  .btn.btn-border {
    padding: 13px 20px;
    border-width: 1px;
  }
  .btn.btn-border-white {
    padding: 13px 20px;
    border-width: 1px;
  }

  /***********************************
  PRODUCT PAGE STYLES
  ***********************************/
  .mfp-includes-features {
    padding: 30px 20px 30px 20px;
  }
  .mfp-includes-features__header .mfp-close {
    line-height: 0;
    width: initial;
    height: initial;
    font-size: 18px;
    margin-left: auto;
    position: initial;
    margin-bottom: 21px;
  }
  .mfp-includes-features__body .entry-content {
    max-width: 324px;
  }
  .mfp-includes-features__body .entry-content .title {
    margin-bottom: 22px;
  }

  /***********************************
  SUPPORT PAGE STYLES
  ***********************************/
  .support-contact .content .form-group {
    max-width: 100%;
  }
  .support-contact .content .form-group .select-wrapper select {
    font-size: 24px !important;
    border-bottom: 2px solid #024EA8 !important;
  }
  .support-contact .content .form-group .select-wrapper:before {
    border-top: 5px solid #024EA8;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .support-contact .content .form-group .title, .support-contact .content .form-group .sub-title {
    font-size: 21px;
  }
  .support-contact .content .form-group .title {
    margin-bottom: 5px;
  }

  .faq-categories__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .faq-categories .accordion .card .card-header .card-link {
    font-size: 16px;
    line-height: 21px;
    padding: 12px 15px 10px 20px;
  }
  .faq-categories .accordion .card .card-body {
    padding: 10px 20px 10px 20px;
  }

  /***********************************
  APPLICATION PAGE STYLES
  ***********************************/
  .application-page {
    padding: 30px 0 20px;
  }

  .application-categories {
    padding: 30px 0 40px;
  }

  .documentation__card {
    padding: 0;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .documentation__card .media {
    height: 120px;
    min-width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin-right: 0;
  }
  .documentation__card .text {
    padding: 10px 10px;
  }

  /***********************************
  INDUSTRIES PAGE STYLES
  ***********************************/
  .industries-category {
    padding: 20px 0 30px;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .about-news .pagination-wrapper .page-option {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .event-detail-page .resources-events__card .wrap-card {
    padding: 6px 20px 30px 20px;
  }
  .event-detail-page .resources-events__card .remaind-form {
    padding: 25px 20px 10px;
  }
  .event-detail-page .resources-events__card .remaind-form .wrap .label {
    margin-right: 10px;
  }
  .event-detail-page .resources-events__card .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .event-questions {
    padding: 15px 0 40px;
  }
  .event-questions__form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /***********************************
  RESOURCES PAGE STYLES
  ***********************************/
  .rcm-page {
    padding: 30px 0 40px;
  }

  .rcm-detail-page {
    padding: 30px 0 40px;
  }

  .pagination-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pagination-wrapper .event-page-option {
    margin-bottom: 15px;
  }
  .pagination-wrapper .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .resource-detail-page {
    padding: 40px 0 40px;
  }
  .resource-detail-page .content-area .article .nms-form {
    margin-bottom: 30px;
    padding: 24px 15px 30px;
  }
  .resource-detail-page .content-area .article .nms-form form,
.resource-detail-page .content-area .article .nms-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .resource-detail-page .content-area .article .nms-form form .gform_body,
.resource-detail-page .content-area .article .nms-form form input[type=email],
.resource-detail-page .content-area .article .nms-form .form-group .gform_body,
.resource-detail-page .content-area .article .nms-form .form-group input[type=email] {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .resource-detail-page .content-area .article .nms-form form .gform_body input[type=email],
.resource-detail-page .content-area .article .nms-form .form-group .gform_body input[type=email] {
    margin-bottom: 0;
  }
  .resource-detail-page .content-area .article .nms-form form .gform_footer input[type=submit],
.resource-detail-page .content-area .article .nms-form .form-group .gform_footer input[type=submit] {
    line-height: 1.2;
    display: block;
    width: 100%;
  }

  /***********************************
  PRODUCT PAGE STYLE
  ***********************************/
  .products .mix {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .capability-single-form {
    padding: 30px;
  }
}
/* 480 */
@media only screen and (max-width: 420px) {
  /***********************************
  HEADER STYLE
  ***********************************/
  .header .navbar .navbar-header .navbar-toggle {
    width: 40px;
    height: 55px;
  }
  .header .navbar .navbar-header .navbar-brand {
    margin-left: 10px;
    margin-right: 10px;
  }
  .header .navbar .navbar-header .navbar-brand img {
    max-width: 100px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a {
    width: 40px;
    height: 55px;
    font-size: 8px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:after {
    padding: 5px 3px;
    font-size: 7px !important;
    line-height: 10px !important;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn a:before {
    font-size: 12px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search {
    margin: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle {
    width: 40px;
    height: 55px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle i {
    font-size: 14px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-toggle:after {
    padding: 5px 3px;
    font-size: 8px !important;
    line-height: 12px !important;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.header-search .search-wrap .search-box {
    right: 38px;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar-nav--right {
    margin-left: 10px;
  }

  .sidr.right {
    left: auto;
    right: -115%;
  }
  .sidr.left {
    left: -115%;
    right: auto;
  }
  .sidr .sidr-inner .mobile-header {
    padding: 22px 15px 32px;
  }
  .sidr .sidr-inner .mobile-header .navbar-header .navbar-brand img {
    max-width: 200px;
  }
  .sidr .sidr-inner .mobile-header .navigation__card {
    min-height: 200px;
  }
  .sidr .sidr-inner .mobile-header .navigation__card .title {
    font-size: 24px;
    line-height: 30px;
  }

  .header-gutter {
    height: 55px;
  }

  .sticky-chatbot {
    top: 55px;
    width: 40px;
    height: 40px;
  }
  .sticky-chatbot a:before {
    font-size: 12px;
    padding-left: 0;
  }
  .sticky-chatbot a:after {
    padding: 5px 3px;
    font-size: 7px !important;
    line-height: 12px !important;
  }

  /***********************************
  BREADCRUMB STYLES
  ***********************************/
  .breadcrumb {
    margin-right: 35px;
  }

  /***********************************
  BANNER & PAGE BANNER STYLES
  ***********************************/
  .banner {
    margin-left: 0px;
    margin-right: 40px;
    margin-bottom: 30px;
  }
  .banner .before-media {
    top: 55px;
  }
  .banner__content {
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .banner__content .title {
    font-size: 36px;
  }
  .banner__content .scroll-trigger {
    height: 50px;
    width: 50px;
    right: 55px;
  }
  .banner__content .scroll-trigger span {
    font-size: 21px;
  }
  .banner:before {
    right: -40px;
    bottom: -30px;
    width: 150px;
  }

  .page-banner {
    padding-top: 55px;
  }

  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer__logo {
    text-align: center;
  }
  .footer .masonry .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__widget-nav {
    text-align: center;
  }
}
/* 420 */
@media only screen and (max-width: 375px) {
  /***********************************
  PRODUCT PAGE STYLES
  ***********************************/
  .featured-product__slider {
    margin-right: 0;
  }

  /***********************************
  ABOUT PAGE STYLES
  ***********************************/
  .about-news__settings .label {
    display: none;
  }
  .about-news__settings .option-wrapper .page-option {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-news .pagination-wrapper .page-option {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ghost-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .btn.btn-border.my_btn {
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    width: 15%;
    padding: 1%;
    margin: 1%;
    display: inline flow-root list-item;
    position: relative;
    /* flex-direction: row; */
  }
}
/* 375 */
/* 320 */
.form-btn {
  border-radius: 0.25rem;
  width: 80%;
  min-height: 100px;
  padding: 24px;
  font-weight: 200;
}
.form-btn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.form_button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: center;
  padding: 0% 3%;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 27px;
}
.form-btn-wrapper {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-evenly;
  align-items: stretch;
}
.form-btn-wrapper p {
  padding: 5%;
  width: 80%;
}
.contact-us-page {
  background-image: url("https://dev-novanta-photonics.pantheonsite.io/wp-content/uploads/2022/05/Photonics-Website-Contact-Us-landing-Page-Banner-Image-1.jpg");
}

/* slider changes */
.slick-prev:before {

}
.slick-next:before {

}
.slick-next:before, .slick-prev:before {
  background: white;
  font-family: slick;
  font-size: 20px;
  line-height: 10px;
  opacity: 1;
  color: #036fdc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next, .slick-prev {
  margin: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: white !important;
  border-radius: 500px;
  overflow: visible;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1042;
  box-shadow: none;
  touch-action: manipulation;
  position: absolute;
  top: 50%;
  -webkit-tap-highlight-color: transparent;
}
.slick-next {
  right: 20px;
}
.slick-prev {
  left: 30px;
}
.slick-next:before, .slick-prev:before {
  content: "";
  margin: 0;
  opacity: 1;
  top: calc(50% - 5px);
  height: 10px;
  width: 10px;
  position: absolute;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: transparent;
}
.slick-next:hover, .slick-prev:hover {
  background: white;
}

.slick-prev:before {
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
  left: calc(50% - 4px);
}
.slick-next:before {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  left: calc(50% - 7px);
}


/* White Paper Template */

.whitepaper {
  background: white;
  color: #333333;
  border: 1px solid #333333;
  padding: 4px;
  width: 25%;
  box-shadow: 5px 5px 5px lightgrey;
  margin: 20px 0 40px 0;
  text-align: start;
}
.pardot-landing {
  box-shadow:unset !important;
  -webkit-box-shadow: unset !important;
  background-color: #ffffff;
}
.landing-container-full {
  width: 100%;
  display: inline-block;
}
.landing-container-full h1, .landing-container-full h2, .landing-container-full h3, .landing-container-full h4 {
  color: #024EA8;
}
.form-bottom {
  display: inline-block;
  width: 50%;
  -webkit-box-shadow: 2px 7px 30px 3px rgba(143,143,143,0.56);
  -moz-box-shadow: 2px 7px 30px 3px rgba(143,143,143,0.56);
  box-shadow: 2px 7px 30px 3px rgba(143,143,143,0.56);
  min-height: 102vh;
  max-height: max-content;
}
.support-contact .before-pattern img{
  max-width: 100%;
}
#whitepaper-contact {
  padding: 20px 0;
}
@media only screen and (min-width:320px) and (max-width:1024px){
  .landing-container-full {
    width: 100%;
  }
  .form-bottom{
    width:100%;
    -webkit-box-shadow: 2px 7px 30px 3px rgba(143,143,143,0.56);
    -moz-box-shadow: 2px 7px 30px 3px rgba(143,143,143,0.56);
    box-shadow: 2px 7px 30px 3px rgba(143,143,143,0.56);
    margin-top: 5vh;
  }
  form.form p.submit {
    margin: unset;
    padding: unset;
  }
}

/* Pillar Page Template */

.pillar-card-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 280px;
  padding: 30px 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #024EA8;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 36px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 36px 24px rgba(0, 0, 0, 0.08);
}
.tiles {
  margin-top: 3%;
  margin-bottom: 15%;
}
.pillar-card .meta-wrap {
  text-align: end;
}
.pillar-card .title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 65%;
}
.menu-fixed {
  border-right: 1px solid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.pillar-card {
  color: black;
}
a.pillar-list-item .item-name {
  color: black;
}
.pillar-content hr {
  border: 3px solid #00B189;
  margin-top: 40px;
}
.content-wrapper {
  padding: 40px 80px 40px 20px;
}
.pillar-card-wrapper:hover  {
  background: #024EA8;
}
.pillar-card-wrapper:hover .meta-wrap{
  color:white
}
.pillar-card-wrapper:hover .meta-number{
  color:white
}
.pillar-card-wrapper:hover .title{
  color:white
}
.sidebar-navigation li:hover .inner-meny, .sidebar-navigation li:hover .item-title,  .sidebar-navigation li:hover .item-name{
  background: #024EA8;
  color:white
}
.active{
  background: #024EA8;
  color:white
}
li:has(a:active) {
  background: #024EA8;
  color:white
}
.inner-menu {
  padding: 10px;
}
.active .inner-menu {
  background: #024EA8;
  color: white;
}
a.pillar-list-item.active .item-name {
  background: #024EA8;
  color: white;
}
a.pillar-card-wrapper.active .meta-number,a.pillar-card-wrapper.active .meta-date,a.pillar-card-wrapper.active .title {
  color: white;
}
.sidebar-navigation {
  list-style-type: none;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.item-wrapper {
  scroll-margin-top: 200px !important;
}
.sidebar-navigation li:hover {
  background: #024EA8;
}
.meta-number {
  font-family: 'Open Sans';
  font-size: 48px;
  font-weight: 300;
  line-height:65px;
  text-align: end;
  margin-bottom: 5px;
}
.meta-date {
  font-family: monospace;
  font-size: 16px;
  line-height: 20px;
}
.pillar-card .title {
  font-family: 'proxima-nova';
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 65%;
}
.page-banner__content.pillar {
  max-width: 65%;
}
section.two-col {
  margin: auto;
  margin-bottom: 80px;
  width: 100%;
  max-width: 1280px;
  position: relative;
}
.paoc-popup-right-bottom .paoc-cb-popup-body {
  margin-right: 3vw !important;
}
.feedback {
  background-color: #00B189;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #00B189;
}

#mybutton {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999999;
}